.card__wrap .main .card__img {
  width: 72%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 74%;
  }
}
.markup-interactive {
  position: relative;
}
.a-cone-a-sphere-a-cylinder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 15px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  text-align: end;
  color: grey;
  width: 133%;
  margin: 5px -20px;
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.changer {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 16px 0 18px;
}

.changer.first .triangle.up {
  border-bottom: 37.3px solid #65a108; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.changer.first .triangle.down {
  border-top: 37.3px solid #619e00; /* 43.3 = 25 * tan(30°) */
  margin-top: 5px;
}
.changer.second .triangle.up {
  border-bottom: 37.3px solid #f7be1b; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.changer.second .triangle.down {
  border-top: 37.3px solid #ffc00c; /* 43.3 = 25 * tan(30°) */
  margin-top: 5px;
}
.changer.third .triangle.up {
  border-bottom: 37.3px solid #5389ed; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.changer.third .triangle.down {
  border-top: 37.3px solid #5389ed; /* 43.3 = 25 * tan(30°) */
  margin-top: 5px;
}
.digit {
  font-size: 28px; /* Increased font size */
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text selection */
  color: navy;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}

.digit-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Add this line */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Add this line */
}
.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.moveable {
  position: absolute;
}
#moveable-image1 {
  cursor: pointer;
  width: 45px;
  height: 82px;
  top: 20%;
  left: 90px;
  z-index: 30;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    top: 20%;
    left: 92px;
  }
}
.volumes-ratio {
  color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 7px;
}
.delimiter {
  font-size: 30px;
  color: silver;
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}

/* ==================== */
.main .card__img.for-win {
  width: 52%;
  transition: all 1000ms;
}
.for-float-wrapper .card__text-explanations.for-win {
  font-size: 13px;
  transition: all 1000ms;
}
.text-confirm-answer.for-win {
  display: none;
}
.volumes-ratio.for-win {
  display: none;
}
.a-cone-a-sphere-a-cylinder.for-win {
  transform: scale(0.5);
  margin-top: -27px;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .a-cone-a-sphere-a-cylinder.for-win {
    transform: scale(0.5);
    margin-top: -58px;
    transition: all 1000ms;
  }
}
