.card__img img.one {
  display: block;
  position: absolute;
  width: auto;
  height: 27%;
  top: 50%;
  transform: translate(-24%, -62%);
}
.one {
  transition: all 600ms;
}
.card__img img .one-yellow {
  margin-top: 2px;
}
.one-yellow {
  left: 0;
}
.one-blue {
  left: 20%;
}
.one-turquoise {
  left: 40%;
}
.one-violet {
  left: 67%;
}
.one-pink {
  left: 90%;
}
/* === zone-0 === */
.one-yellow.zone-0 {
  left: -2%;
}
.one-blue.zone-0 {
  left: 23%;
}
.one-turquoise.zone-0 {
  left: 39%;
}
.one-violet.zone-0 {
  left: 60%;
}
.one-pink.zone-0 {
  left: 79%;
}
/* === zone-1 === */
.one-yellow.zone-1 {
  left: 3%;
}
.one-blue.zone-1 {
  left: 17%;
}
.one-turquoise.zone-1 {
  left: 45%;
}
.one-violet.zone-1 {
  left: 64%;
}
.one-pink.zone-1 {
  left: 81%;
}
/* === zone-2 === */
.one-yellow.zone-2 {
  left: 3%;
}
.one-blue.zone-2 {
  left: 20%;
}
.one-turquoise.zone-2 {
  left: 36%;
}
.one-violet.zone-2 {
  left: 70%;
}
.one-pink.zone-2 {
  left: 88%;
}
/* === zone-3 === */
.one-yellow.zone-3 {
  left: 9%;
}
.one-blue.zone-3 {
  left: 25%;
}
.one-turquoise.zone-3 {
  left: 42%;
}
.one-violet.zone-3 {
  left: 63%;
}
.one-pink.zone-3 {
  left: 94%;
}

@media screen and (min-width: 436px) {
  /* === zone-0 === */
  .one-yellow.zone-0 {
    left: 0%;
  }
  .one-blue.zone-0 {
    left: 26%;
  }
  .one-turquoise.zone-0 {
    left: 42%;
  }
  .one-violet.zone-0 {
    left: 62%;
  }
  .one-pink.zone-0 {
    left: 81%;
  }
  /* === zone-1 === */
  .one-yellow.zone-1 {
    left: 3%;
  }
  .one-blue.zone-1 {
    left: 17%;
  }
  .one-turquoise.zone-1 {
    left: 45%;
  }
  .one-violet.zone-1 {
    left: 64%;
  }
  .one-pink.zone-1 {
    left: 81%;
  }
  /* === zone-2 === */
  .one-yellow.zone-2 {
    left: 5%;
  }
  .one-blue.zone-2 {
    left: 20%;
  }
  .one-turquoise.zone-2 {
    left: 36%;
  }
  .one-violet.zone-2 {
    left: 70%;
  }
  .one-pink.zone-2 {
    left: 88%;
  }
  /* === zone-3 === */
  .one-yellow.zone-3 {
    left: 5%;
  }
  .one-blue.zone-3 {
    left: 21%;
  }
  .one-turquoise.zone-3 {
    left: 38%;
  }
  .one-violet.zone-3 {
    left: 59%;
  }
  .one-pink.zone-3 {
    left: 91%;
  }
}
@media screen and (min-width: 436px) {
  .one-yellow {
    left: 4%;
  }
  .one-blue {
    left: 22%;
  }
  .one-turquoise {
    left: 40%;
  }
  .one-violet {
    left: 63%;
  }
  .one-pink {
    left: 85%;
  }
}
/* =========== */
.card__wrap .main .card__img {
  width: 84%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 91%;
  }
}
.markup-interactive {
  position: relative;
}
.five-1s-to-one-hundred {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 23px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .five-1s-to-one-hundred {
    margin-bottom: 5px;
  }
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 23px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 20px;
  }
}

.container {
  position: absolute;
  top: 50%;
  transform: translate(0, -62%);
  width: 100%;
  height: 22vw;
}
@media screen and (min-width: 436px) {
  .container {
    height: 85px;
  }
}
.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}
.drop-zone {
  width: 12vw;
  height: 22vw;
  color: var(--main-text-color);
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 40px;
    height: 85px;
    font-size: 40px;
  }
}

.drop-zone-1 {
  left: 8%;
}
.drop-zone-2 {
  left: 27%;
}
.drop-zone-3 {
  left: 54%;
}
.drop-zone-4 {
  left: 77%;
}
@media screen and (min-width: 436px) {
  .drop-zone-1 {
    left: 11%;
  }
  .drop-zone-2 {
    left: 27%;
  }
  .drop-zone-3 {
    left: 52%;
  }
  .drop-zone-4 {
    left: 73%;
  }
}
.spot {
  width: 7vw;
  height: 7vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  opacity: 0;
  transition: all 200ms;
}

@media screen and (min-width: 436px) {
  .spot {
    width: 25px;
    height: 25px;
  }
}
/* .spot.show {
  opacity: 1;
} */
.spot-1 {
  left: 11%;
}
.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

.spot-2 {
  left: 30%;
}
.spot-2.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}
.spot-3 {
  left: 57%;
}
.spot-3.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}
.spot-4 {
  left: 80%;
}
.spot-4.show {
  animation: fade-in-out-4 600ms ease-in-out infinite;
}
@media screen and (min-width: 436px) {
  .spot-1 {
    left: 14%;
  }
  .spot-2 {
    left: 30%;
  }
  .spot-3 {
    left: 54%;
  }
  .spot-4 {
    left: 75%;
  }
}
@keyframes fade-in-out-1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tiles {
  width: 100%;
  max-width: 93vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  width: 14vw;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: bold;
  color: #ccc; /* changed font color to match outline color */
  background-color: #fff;
  border: 2px solid #ccc; /* added border */
  border-radius: 10px; /* added border-radius for rounded tiles */
  margin: 6px 6px;
  cursor: pointer;
  transform-origin: center;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 45px;
    height: 45px;
    font-size: 34px;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
.answer-number {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--main-text-color);
  font-weight: 600;
  font-size: 22px;
  padding: 4px 8px;
  letter-spacing: 2px;
  z-index: 1;
}
@media screen and (min-width: 436px) {
  .answer-number {
    position: absolute;
    top: 21%;
  }
}
.card__wrap .main {
  position: relative;
}
