@font-face {
  font-family: "kgchasingpavements";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/kimberly-geswein_kg-chasing-pavements/kgchasingpavements-webfont.woff")
      format("woff"),
    url("../fonts/kimberly-geswein_kg-chasing-pavements/kgchasingpavements-webfont.woff2")
      format("woff2");
}

.card__wrap .main .card__img {
  width: 92%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 96%;
  }
}
.markup-interactive {
  position: relative;
}
.adding-the-x {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .adding-the-x {
    margin-bottom: 40px;
  }
}
.card__wrap .card__img .line-left,
.card__wrap .card__img .line-right {
  display: flex;
  position: absolute;
  top: 65%;
  left: 67%;
  transform: translate(-50%, -50%);
}
.start-number {
  line-height: 1;
}
.text-confirm-answer {
  font-size: 17px;
  color: grey;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 2px white;
  width: 100%;
  position: absolute;
  top: 80%;
  opacity: 1;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
.container {
  font-family: "kgchasingpavements";
  color: white;
  font-size: 32px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: end;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-left-wrap {
  width: 21%;
  margin: 0 14% 20px;
  position: relative;
}

.top-right-wrap {
  width: 21%;
  margin: 0 18% 20px 10%;
  position: relative;
}
.bottom-left-wrap {
  width: 41%;
  margin: 0 3% 0 9%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 436px) {
  .bottom-left-wrap {
    width: 42%;
    margin: 0px 2% 0 9%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.bottom-right-wrap {
  width: 38%;
  margin: 0 4% 5px 2%;
  text-align: start;
  position: relative;
}
.ratio-letters,
.ratio-numbers {
  width: 100%;
  text-align: center;
}
.ratio-letters {
  margin-bottom: 5px;
}
.number-x {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plus {
  margin-right: 64%;
  position: absolute;
}
.drop-zone {
  width: 16%;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
  }
}

.tiles {
  width: 255px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}

.tile {
  font-family: "kgchasingpavements";
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 3px 5px;
  font-weight: bold;
  color: #ccc;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 436px) {
  .tile {
    width: 38px;
    height: 38px;
  }
}

.main .card__img svg {
  top: 0;
}

.card__wrap-blocked .tiles {
  opacity: 0;
  display: none;
}

.click-path {
  cursor: pointer;
}
.spot-1.show {
  animation: fade-in-out-2 600ms ease-in-out 3;
}

.spot-2.show {
  animation: fade-in-out-3 600ms ease-in-out 3;
}
@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;
  }
}
.spot {
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  background-color: #ffffffbf;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: all 200ms;
  pointer-events: none;
  opacity: 0;
}

.spot-1 {
  left: 50%;
}
.spot-2 {
  left: 77%;
}
.drop-zone {
  width: 29px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  background-color: transparent;
  /* border-bottom: 2px solid #000; */
  top: 62%;
  transform: translate(-50%, -50%);

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    /* width: 45px;
    height: 40px;
    font-size: 36px; */
  }
}
.drop-zone-1 {
  left: 49%;
}
.drop-zone-2 {
  left: 76%;
}
.card__img img.drop-zone-line {
  display: flex;
  position: absolute;
  width: 25%;
  top: 100%;
  left: 49%;
  transform: translate(-50%, 50%);
}

.card__img img.drop-zone-line.drop-zone-line-left {
  left: 49%;
}
.card__img img.drop-zone-line.drop-zone-line-right {
  left: 78%;
}
.card__wrap .bookmark-switch-text {
  top: 81%;
}
