.main .card__img {
  width: 78%;
}
/* @media screen and (min-width: 436px) {
  .main .card__img {
    width: 70%;
  }
} */
.markup-interactive {
  position: relative;
}
.from-300-to-400 {
  width: 28%;

  margin-left: 0;
  margin-top: 136px;
  margin-bottom: 15px;
  float: right;
  shape-outside: inset(40% 0% 0% 16%);
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .from-300-to-400 {
    margin-top: 150px;
    margin-bottom: 15px;
    shape-outside: inset(49% 0% -73% 14%);
  }
}

.for-float-wrapper .card__text {
  text-align: start;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

.from-300-to-400-img {
  position: absolute;
  top: 50%;
  left: -200%;
  transform: translate(0, -50%);
  opacity: 1;
  width: 75px;
  padding-top: 15px;
  cursor: pointer;
  transition: all 250ms ease 0s;
}
.from-300-to-400-img.transparent {
  opacity: 0;
  transition: all 250ms;
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  position: absolute;
  top: 50%;
  left: -100%;
  width: 72%;
  margin-top: 8px;
  transform: translate(0%, -50%);
  opacity: 1;
  transition: all 250ms ease 0s;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    width: 76%;
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.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 0;
}
.arrow {
  display: none; /* Hide the arrow */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.up-arrow::after,
.down-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}
.up-arrow::after {
  border-width: 0 25px 43.3px 25px; /* 43.3 = 25 * tan(30°) */
  border-color: transparent transparent green transparent;
  top: -21.6px;
  left: -25px;
}
.down-arrow::after {
  border-width: 43.3px 25px 0 25px; /* 43.3 = 25 * tan(30°) */
  border-color: green transparent transparent transparent;
  bottom: -21.6px;
  left: -25px;
}
.digit {
  font-size: 22px; /* 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;
}
.digit-x {
  position: absolute;
  color: black;
  top: 50%;
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  display: none;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}
.triangle.up {
  border-bottom: 37.3px solid green; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.triangle.down {
  border-top: 37.3px solid green; /* 43.3 = 25 * tan(30°) */
  margin-top: 5px;
}
.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;
  }
}
