@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --loading: 250%;
}

html,
body {
  /* background: #000; */
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  background: #110626;
  /* background-size: cover; */
}
div#gameContainer {
  background: transparent !important;
  position: absolute;
  /* left: 50%;
      top: 50%;
      transform: translate(-50%,-50%) !important; */
  width: 100%;
  /* height: 100%; */
}

div#gameContainer canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

div#gameContainer canvas[data-pixel-art="true"] {
  position: absolute;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

/* Bar Style */
.canvas_logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15%;
  object-fit: contain;
  z-index: 4;
}
.logo_background {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 35%;
  object-fit: contain;
  z-index: 2;
}

#fullscreen-button {
  z-index: 4;
}

.percentageContainer {
  z-index: 4;
  color: white;
  font-family: "Poppins";
  width: 100cqw;
  margin: 1rem auto;
  max-width: min(100cqw, 100cqh);
}

.percentageContainer h1 {
  margin: 0;
}
.svg_contrainer {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 35%;
  z-index: 4;
  aspect-ratio: 1;
}

.progress {
  height: 33%;
  aspect-ratio: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.outer {
  height: 100%;
  border-radius: 50%;
  padding: 20px;
  width: 100%;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15);
}

.inner {
  height: 97%;
  width: 97%;
  border-radius: 50%;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2);
}
.container-box {
  border-radius: 48px;
  background-image: url("assets/images/backgrounds/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: min(100cqw, 100cqh);
  /* width: 1200px; */
  max-height: min(100cqw, 100cqh);
  height: 600px;
  display: flex;
  /* padding: 48px; */
  /* padding: 2cqh 6cqh 2cqh 6cqh; */
  align-items: center;
  gap: 3rem;
  margin: 4rem auto auto auto;
  flex: 1 1;
}

@media screen and (max-width: 1000px) {
  .myProgress,
  .content-container {
    max-width: 95cqw !important;
  }
  .text-center ,
  .percentageContainer {
    width: 95cqw !important;
  }
  .main-container,
  .container-box {
    width: min(95cqw, 95cqh) !important;
  }
}
@media screen and (min-width: 1500px) and (min-height: 800px) {
  .container-box,
  .myProgress,
  .main-container,
  .percentageContainer {
    min-width: 1200px !important;
  }
  .container-box,
  .myProgress,
  .main-container,
  .text-center,
  .percentageContainer {
    max-width: 1200px !important;
  }
  .image-container {
    margin: 48px !important;
    width: 500px !important;
    height: 500px !important;
    margin: min(6cqh, 6cqw) !important;
  }
  .text-container {
    margin: 40px 0px 48px 48px !important;
  }
  .heading {
    font-size: 3rem !important;
  }

  .description {
    font-size: 1.5rem !important;
  }

  .newTempImage {
    object-fit: cover !important;
  }
}

.heading {
  text-align: left;
  background: linear-gradient(180deg, #d83dff 0%, #860dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  /* font-size: 3rem; */
  font-size: min(4cqh, 4cqw);
  font-weight: 700;
  line-height: 130%;
  flex: 1;
}
.description {
  text-align: left;
  color: #fff;
  font-family: Poppins;
  /* font-size: 1.5rem; */
  font-size: min(2cqh, 2cqw);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  flex: 1;
}
.myProgress {
  max-width: 100cqw;
  margin: 10px auto auto;
  background-color: #1b1145;
  border-radius: 10px;
  height: 10px;
}

#myBar {
  position: relative;
  width: 1%;
  height: inherit;
  border-radius: 65px;
  background: linear-gradient(
    270deg,
    #ff1fa5 0%,
    #d015ff 27.08%,
    #7f30ff 58.85%,
    #ad05fc 100%
  );
  text-align: center;
  line-height: 30px;
  color: white;
}

#percentage {
  text-align: center;
  font-size: min(5cqh, 5cqw);
}

.createdOn {
  height: 100px;
  height: min(10cqh, 10cqw);
  object-fit: contain;
}
.text-center {
  text-align: center;
  margin-top: auto;
  width: 100cqw;
}

.alignment-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  container-type: inline-size;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100cqw, 100cqh);
  padding: 20px;
  margin: auto;
}
.newTempImage {
  width: 100%;
  height: 82%;
  object-fit: contain;
  border-radius: 24px;
}

.text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: min(4cqh, 4cqw);
  margin-bottom: min(5cqh, 5cqw);
  margin-left: min(5cqh, 5cqw);

  /* margin: 40px 0px 48px 48px; */
}
.content-container {
  display: flex;
  flex-direction: row;
  max-width: 100cqw;
}
.image-container {
  flex: 1;
  width: min(50cqh, 50cqw);
  height: min(50cqh, 50cqw);
  max-width: 500px;
  max-height: 500px;
  border-radius: 24px;
  aspect-ratio: 1/1;
  /* background-color: #ff1fa5; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 48px; */
  margin: min(4cqh, 4cqw);
  overflow: hidden;
}

.newGif {
  position: absolute;
  inset: 0; /* Sets top, right, bottom, and left to 0 */
  margin: auto; /* Centers it perfectly */
  /* height: 25px; */
  width: 210px;
}
