.card__wrap .main {
  flex-wrap: wrap;
  align-content: space-between;
}
.card__wrap .main .card__img {
  width: 88vw;
  height: 88vw;
  margin-top: 20px;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 312px;
    height: 312px;
    margin-top: 50px;
  }
}
.card__img .goal-img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
.card__wrap .card__text {
  text-align: left;
  margin-bottom: 25px;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4,
.circle-5,
.circle-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.circle-1 {
  width: 98%;
  height: 98%;
  background-color: #d2e3fc;
  /* border: 3px solid #96bbff; */
}

.circle-2 {
  width: 82.5%;
  height: 82.5%;
  background-color: #7b81db;
  /* border: 3px solid white; */
}
.circle-3 {
  width: 66%;
  height: 66%;
  background-color: #71a1fa;
  /* border: 3px solid white; */
}
.circle-4 {
  width: 49.5%;
  height: 49.5%;
  background-color: #99b8f7;
  /* border: 3px solid white; */
}
.circle-5 {
  width: 33%;
  height: 33%;
  background-color: #646abd;
  /* border: 3px solid white; */
}
.circle-6 {
  width: 16.5%;
  height: 16.5%;
  background-color: #fcb500;
  /* border: 3px solid white; */
}

.circle-value-1,
.circle-value-2,
.circle-value-3,
.circle-value-4,
.circle-value-5,
.circle-value-6 {
  color: white;
  font-size: 6vw;
  font-weight: 800;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 436px) {
  .circle-value-1,
  .circle-value-2,
  .circle-value-3,
  .circle-value-4,
  .circle-value-5,
  .circle-value-6 {
    font-size: 20px;
  }
}
.circle-value-1 {
  top: 5%;
  color: #686ca3;
}
.circle-value-2 {
  top: 13%;
}
.circle-value-3 {
  top: 21.4%;
}
.circle-value-4 {
  top: 29.8%;
}
.circle-value-5 {
  top: 38%;
}
.circle-value-6 {
  color: #686ca3;
  top: 49.6%;
}
.markup-interactive {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
  margin-top: -50px;
}
/* @media screen and (min-width: 436px) {
  .markup-interactive {
    height: 108px;
  }
} */

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.text-for-tap {
  font-size: 18px;
  color: gray;
  width: max-content;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 250ms;
}
.text-for-tap.transparent {
  opacity: 0;
  transition: all 250ms;
}

.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}

@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
}
.card__text.card__text-explanations.show {
  margin-top: 7px;
}
@media screen and (min-width: 436px) {
  .card__text.card__text-explanations.show {
    margin-top: 30px;
  }
}

.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}

.tiles,
.tiles-plug {
  width: 100%;
  max-width: 91vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-around;
  align-content: center;
}

.tiles-plug {
  display: none;
}
.tiles {
  z-index: 2;
}
.tiles .dart {
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .tiles,
  .tiles-plug {
    width: 310px;
  }
}

.dart {
  width: 13vw;
  transition: all 500ms;
  transform: translateY(50%) rotate(35deg);
}

@media screen and (min-width: 436px) {
  .dart {
    width: 44px;
  }
}
.dart.none {
  opacity: 0.01;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.dart.scale {
  transform: scale(1.4);
}

.answer-number {
  color: var(--main-text-color);
  font-weight: 800;
  font-size: 22px;
  width: 15%;
  height: 15%;
  border: 1px solid var(--main-text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25.4px;
  left: 6%;
  transform: translate(-50%, -50%);
  z-index: 1;
  letter-spacing: 1px;
  transition: all 250ms;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.answer-number.transparent {
  opacity: 0;
}
/* @media screen and (min-width: 436px) {
  .answer-number {
    position: absolute;
    top: 21%;
  }
} */
.card__wrap .restart {
  display: flex;
  width: 33px;
  position: absolute;
  top: 58px;
  left: 85%;
  cursor: pointer;
  z-index: 34;
}

.card__wrap-blocked .restart {
  display: none;
}
.card__wrap-blocked .answer-number {
  color: #00c200;
  border: 2px solid #00c200;
}
.card__img img.dart {
  width: 60px;
  display: flex;
  pointer-events: none;
}
.markup-interactive.winner {
  display: none;
}
.pulse {
  animation: pulse 0.3s ease-in-out 2;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    color: #00ff00;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.score-popup {
  position: absolute;
  color: #00ff00;
  font-size: 20px;
  font-weight: bold;
  animation: rise 1s ease-out forwards;
}
@keyframes rise {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
