@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 {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #110626;
}

canvas {
  display: block;
}

#gameContainer {
  width: 100%;
  height: 100%;
}

#unity-canvas {
  width: 100%;
  height: 100%;
}

/* 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: 90%;
  margin: 1rem auto;
  max-width: 1122px;
}

.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: 24px;
  background: radial-gradient(
      circle at bottom right,
      #470d5b 0%,
      rgba(17, 6, 38, 0) 100%
    ),
    radial-gradient(circle at top left, #110626 0%, rgba(17, 6, 38, 0) 100%),
    #110626;
  /* background-image: url("assets/images/backgrounds/background.png");
  background-repeat: no-repeat;
  background-size: cover; */
  box-shadow: inset 0 0 0 1px #000000;
  max-width: 1122px;
  /* max-height: 600px; */
  display: flex;
  padding: 8px;
  width: calc(100% - 2rem);
  justify-content: center;
  /* padding: 2cqh 6cqh 2cqh 6cqh; */
  align-items: center;
  gap: 3rem;
  margin: 7vh auto 3vh auto;
  height: 70%;
  /* @media only screen and (min-width: 600px) {
    margin: 2rem auto auto auto;
  } */
}
.text-container {
  height: 100%;
}

.heading {
  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: 5.5cqw;
  font-style: bold;
  font-weight: 700;
  line-height: 130%;
  height: 17.1%;
  align-content: center;
}
.description {
  color: #fff;
  font-family: "Inter";
  /* font-size: min(3.7cqh, 3.7cqw); */
  font-size: 3.7vw;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 130%;
  font-family: Poppins;
  padding: 3px;
  height: 15.4%;
  align-content: center;
  margin: 0 0 7vh 0;
}
.myProgress {
  max-width: 100%;
  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;
  height: 10%;
  margin-bottom: 2rem;
  /* position: sticky; */
}

.alignment-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  container-type: inline-size;
}

.main-container {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  /* gap: 1rem; */
  height: 100%;
  /* justify-content: space-between; */
  margin: 3% 5%;
  /* padding: 1rem; */
}
.image-container {
  width: 67vw;
  height: 43%;
  aspect-ratio: 1/1;
  object-fit: contain;
  /* width: 17rem;
  height: 17rem; */
  border-radius: 24px;
  /* background-color: #ff1fa5; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  /* @media only screen and (min-width: 600px) {
    width: 20rem;
    height: 20rem;
  } */
}
.content-container {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.image-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newGif {
  position: absolute;
  inset: 0; /* Sets top, right, bottom, and left to 0 */
  /* margin: auto; 
  height: 25px;
  width: 70px; */
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  @media only screen and (max-width: 600px) {
    /* height: 40px; */
    width: 200px;
  }
}
.newTempImage {
  height: 100%;
  border-radius: 24px;
}
