.title {
  position: absolute;
  z-index: 20;
  top: 30%;
  right: 27%;
  color: #fff;
  font-size: 2vw;
  font-weight: 800;
}

body:lang(np) .title {
  right: 33%;
}

@media screen and (min-width: 1440px) {
  .title {
    /* right: 22%; */
    font-size: 3vw;
  }
  body:lang(np) .title {
    right: 29%;
  }
}

.bg_stacked {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.girl-cropped {
  width: 30%;
  height: 50%;
  /* object-fit: cover; */
  /* object-position: top; */
  bottom: 28%;
  left: 45%;
}

.girl-left {
  left: 28%;
}

.girl-right {
  left: unset;
  right: 3%;
}
.box-inverted {
  top: 20%;
  left: 7%;
}

.box-inverted .speech-img {
  /* scale: -1 1; */
  transform: scaleX(-1);
  left: 4%;
  top: -2%;
}

.dish-on__table {
  height: 20%;
  bottom: 23.4%;
  left: 42.3%;
}

.dish .jug {
  height: 73%;
  scale: -1 1;
}

.dish .bottle {
  height: 77%;
}

.question {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  background-color: #eafe9f;
  font-size: 2em;
  padding: 0.2em 1em;
  color: rgb(68, 64, 64);
  border-bottom: 8px solid #cef04d;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.answer,
.correct-ans,
.incorrect-ans,
.options {
  --bg-color: #def8ff;
  --border-color: #1155cc;
  --radius: 0.5em;
  --size: 1.2em;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
  padding: 2% 5%;
  font-size: var(--size);
  border-radius: var(--radius);
  position: absolute !important;
  top: 20%;
  right: 5%;
  max-width: 40%;
  z-index: 25;
}

.answer,
.options,
.correct-ans,
.incorrect-ans {
  user-select: none;
  cursor: pointer;
  /* position: relative; */
}

.answer-2 {
  top: 40%;
}

.options {
  --bg-color: #3c78d8;
  --border-color: #1155cc;
  top: unset;
  bottom: 7%;
  max-width: 40%;
  color: #fff;
}

.opt-1 {
  right: unset;
  left: 12%;
}

.opt-2 {
  right: unset;
  left: 42%;
}

.opt-3 {
  right: unset;
  left: 72%;
}

.options.incorrect-ans {
  height: unset;
  top: unset;
  right: unset;
}

.correct-ans {
  --bg-color: #d9ead3;
  --border-color: #6aa84f;
}

.incorrect-ans {
  --bg-color: #f4cccc;
  --border-color: #cc0000;
}

.check-img {
  height: 40%;
  position: absolute;
  right: -5%;
  top: 0;
}

.feedback-box,
.box-right {
  left: 52%;
  top: 20%;
}

.dish.bottle-container:has(.pointer) {
  position: relative;
}

.dish.bottle-container:has(.pointer)::after {
  inset: unset;
  bottom: -15%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.dish img.pointer {
  position: absolute;
  bottom: -30%;
  left: 50%;
  translate: -50%;
  height: 50%;
  z-index: 20;
}

.jug + img.pointer {
  object-fit: contain;
}

.pointer-hint,
.pointer-fill,
.pointer-pour,
.pointer-pour__2,
.pointer-pour__3,
.pointer-jug {
  position: absolute;
  z-index: 20;
  bottom: 20%;
  left: 44%;
  height: 12%;
  cursor: pointer;
}

.pointer-fill {
  left: unset;
  right: 4%;
  bottom: 42%;
}

.pointer-pour {
  left: 45%;
}
.pointer-pour__2 {
  left: 42%;
}
.pointer-pour__3 {
  left: 43%;
}
.pointer-jug {
  left: 36%;
}

.question-container {
  position: absolute;
  top: 20%;
  left: 10%;
  background-color: #fff;
  z-index: 3000;
  width: 60%;
  height: 55%;
  border-radius: 1em;
  border: 2px solid #d477c0;
}

.question-title {
  background-color: #ffecfb;
  border-bottom: 2px solid #d477c0;
  border-radius: 1em 1em 0 0;
  padding: 0.5em 1em;
  font-size: 1.2em;
}

.jar-bottle__container {
  display: flex;
  height: 35%;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 2em;
  font-weight: 900;
  margin-top: 1em;
}

.jug-question,
.bottle-question {
  max-height: 100%;
}

.box-left {
  left: 30%;
}

.highlight-bottle {
  width: 3.5svw;
  aspect-ratio: 1/3;
  border: 2px solid red;
  position: absolute;
  bottom: 25%;
  right: 51.6%;
  z-index: 20;
}

.highlight-jugbottle {
  width: 17vw;
  aspect-ratio: 3/2;
  border: 2px solid red;
  position: absolute;
  bottom: 24%;
  right: 50%;
  z-index: 20;
}

.highlight-jug {
  width: 7.5svw;
  aspect-ratio: 2/3;
  border: 2px solid red;
  position: absolute;
  bottom: 24%;
  right: 58.6%;
  z-index: 20;
}

.congrats-text {
  font-size: 1.6svw;
}

@media screen and (min-width: 1440px) {
  .highlight-bottle {
    width: 2.5svw;
  }
  .highlight-jugbottle {
    width: 12vw;
  }
  .highlight-jug {
    width: 5.5vw;
  }
  .congrats-text {
    font-size: 1.2svw;
  }
}

@media (min-width: 1280px) and (max-height: 595px) {
  .title {
    top: 23vh;
    right: 35vh;
  }
}

@media (min-aspect-ratio: 4/3) {
  .congrats-text {
    font-size: 2.5vh;
  }
  .title {
    font-size: 4.5vh !important;
  }
  .speaker {
    width: 4vh;
  }
  .highlight-bottle {
    width: 5vh;
  }
  .highlight-jugbottle {
    width: 23vh;
  }
  .highlight-jug {
    width: 10vh;
  }
}
