.coverbg {
  background-color: #d6e6f5ff;
}

.coverboardfull {
  background-color: #93c47dff;
}

.cover-text {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 5vmin;
  width: 30%;
  font-weight: 900;
  color: #fff;
}
.qna-container {
  position: absolute;
  z-index: 40;
  left: -80%;
  height: 100%;
  width: 67%;
  background-color: rgb(14 14 14/ 0.3);
  backdrop-filter: blur(6px);
  top: 0;
}

.qna-content {
  height: 70%;
  margin: 18% auto;
}

.options-container {
  flex-direction: column;
}

.option {
  opacity: 0;
  width: 80%;
  height: 25%;
}

.prem {
  left: 5%;
}

.muna {
  left: 55%;
  height: 40%;
}

.boy {
  left: 37%;
  height: 60%;
  bottom: 25%;
}

.sp-1 {
  left: 8%;
  bottom: 55%;
}

.sp-2 {
  left: 40%;
  bottom: 40%;
  opacity: 0;
  transition: opacity 1s ease;
}

.sp-lg {
  width: 40%;
}

.muna-walk,
.muna-xray {
  left: -30%;
  bottom: 32%;
  height: 50%;
}

.muna-xray {
  left: 35%;
}

.highlight {
  animation: highlightAnim 500ms 4 ease-in-out alternate-reverse forwards;
}
@keyframes highlightAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animal-gp {
  position: absolute;
  height: 15%;
  top: 45%;
  left: 47%;
}

.animal-gp.chicken-rooster {
  height: 10%;
  left: 38%;
}

.animal-gp.caterpillar {
  top: 50%;
  left: 55%;
  height: 5%;
  transform: rotate(90deg);
}

.animal-gp.butterfly {
  height: 8%;
  top: 38%;
  left: 51%;
}

.animal-xray__gp {
  position: absolute;
  z-index: 50;
  height: 15%;
  top: 55%;
  right: 12%;
}

.animal-xray__gp.rooster-xray {
  top: 53%;
  height: 10%;
  right: 22%;
  transform: rotateY(180deg);
}

.animal-xray__gp.caterpillar-xray {
  right: 8.2%;
  top: 50%;
  height: 4%;
  transform: rotate(270deg);
}

.animal-xray__gp.butterfly-xray {
  height: 8%;
  top: 46%;
  right: 13%;
}

.animal-gp__xray-lg {
  position: absolute;
  height: 40%;
}

.animal-gp__xray-lg.dog-xray {
  left: 25%;
  height: 70%;
  bottom: 3%;
}
.animal-gp__xray-lg.rooster-xray {
  left: 5%;
  bottom: 3%;
}
.animal-gp__xray-lg.caterpillar-xray {
  height: 20%;
  right: -5%;
  transform: rotate(270deg);
  bottom: 35%;
}

.crab {
  position: absolute;
  height: 20%;
  left: 42%;
  top: 40%;
  object-fit: contain;
  display: none;
}

.xray-png.crab-xray {
  right: 11.5%;
  height: 20%;
}

.qna-lg .option {
  opacity: 1;
}

.qna-lg {
  left: 50%;
  transform: translate(-50%);
  background-color: transparent;
  width: 80%;
  display: none;
}

.qna-lg .qna-content {
  margin-top: 15%;
}
.qna-lg .options-container {
  flex-direction: row;
  justify-content: space-around;
  padding: 5% 5% 0;
  column-gap: 5%;
  opacity: 0;
  transition: opacity 1s ease;
}

.img-container {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.qna-lg .optimg {
  width: 100%;
  height: 70%;
  background-color: #111;
  padding: 5%;
  border-radius: 1em;
  object-fit: contain;
  margin-bottom: 5%;
}

.qna-lg label {
  height: 20%;
}

.backbone {
  right: 18%;
  z-index: 50;
  transition: all 500ms ease;
}

.highlight-backbone {
  animation: highlightBackboneAnim 1s 3 linear alternate-reverse;
}
@keyframes highlightBackboneAnim {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.4);
  }
}
@media screen and (min-aspect-ratio: 4/3) {
  .cover-text {
    font-size: 5vh;
  }
}
