@font-face {
  font-family: "gotham";
  src: url(../fonts/gotham_xnarrow_black.otf) format("opentype");
  src: url(../fonts/gotham_xnarrow_black.ttf) format("truetype");
  src: url(../fonts/gotham_xnarrow_black.woff2) format("woff2");
}
:root {
  font-family: "gotham", sans-serif;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  place-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100dvh;
  width: 100dvw;
  background-size: cover;
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: white;
  background: #007d8f;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  position: absolute;
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
button img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
button:focus,
button:focus-visible {
  outline: none;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #007d8f;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gameContainer {
  position: relative;
  height: 173.59dvw;
  width: 100dvw;
  max-height: 100dvh;
  max-width: 57.6dvh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
}

.button__standard {
  color: white;
  background-color: #538300;
  font-size: 3.8dvh;
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}

.gameContainer.active__font .button__standard {
  font-size: 6.575dvw;
}

.second__button {
  top: 84.1%;
  width: 28.2%;
  left: 35.9%;
  height: 4.6%;
}

.answer {
  display: flex;
  align-items: center;
  width: 77%;
  left: 11.4%;
  padding-left: 14.7%;
  padding-right: 5%;
  height: 7.8%;
  font-family: "gotham", sans-serif;
  font-size: 2.9dvh;
  text-align: left;
  line-height: 1;
  font-weight: 700;
  color: #007d8f;
  background: transparent;
  z-index: 2;
}

.selected__answer {
  color: #538300;
}

.gameContainer.active__font .answer {
  font-size: 5dvw;
}

.answer__1 {
  top: 51.7%;
}

.answer__2 {
  top: 60.6%;
}

.answer__3 {
  top: 60.5%;
}

.answer__1__1 {
  top: 50.5%;
}

.answer__1__2 {
  top: 59.4%;
}

.answer__1__3 {
  top: 68%;
}

.correctAnswer {
  position: absolute;
  top: 71.9%;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 3.7dvh;
}

.correctAnswer.active__font {
  font-size: 6.6dvw;
}

.next__button__question {
  top: 84.1%;
  left: 26.5%;
  height: 4.7%;
  width: 47.3%;
}

.next__round__button {
  top: 84.2%;
  left: 24%;
  height: 7.6%;
  width: 52%;
  line-height: 0.9;
}

.blog__button {
  top: 51.8%;
  left: 12.7%;
  width: 74.6%;
  height: 4.9%;
}

.check__score {
  top: 84.1%;
  left: 14%;
  width: 72%;
  height: 4.9%;
}

.slider-wrapper {
  background-color: white;
  padding: 4.8%;
  border-radius: 12px;
  width: 50%;
  position: absolute;
  top: 72.4%;
  left: 20%;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: linear-gradient(to right, #538300 0%, #ccc 0%);
  outline: none;
  margin: 0;
  padding: 0;
  transition: background-color 0.1s linear;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 3.5dvh;
  width: 3.5dvh;
  border-radius: 50%;
  background-color: #007d8f;
  background-image: url("../img/samo_serce.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
  border: none;
}

input[type=range]::-moz-range-thumb {
  height: 3.5dvh;
  width: 3.5dvh;
  border-radius: 50%;
  background-color: #007d8f;
  background-image: url("../img/samo_serce.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
  border: none;
}

.gameContainer.active__font input[type=range]::-moz-range-thumb,
.gameContainer.active__font input[type=range]::-webkit-slider-thumb {
  height: 6dvw;
  width: 6dvw;
}

.grats__button {
  top: 84.1%;
  left: 27.6%;
  height: 4.7%;
  width: 44.9%;
}

.score__first {
  position: absolute;
  top: 32.9%;
  left: 66.4%;
  color: #538300;
  transform: skewY(-5deg);
  font-size: 3.9vh;
}

.score__first__2 {
  top: 30.9%;
}

.gameContainer.active__font .score__first {
  font-size: 6.75dvw;
}

.download__button {
  top: 84.1%;
  left: 32.1%;
  width: 35.7%;
  height: 4.7%;
}

.score__second {
  position: absolute;
  color: #538300;
  transform: skewY(-5deg);
  font-size: 2.9vh;
}

.gameContainer.active__font .score__second {
  font-size: 5dvw;
}

.score__1 {
  top: 32.5%;
  left: 57.9%;
}

.score__2 {
  top: 31.9%;
  left: 70.6%;
}

.score__3 {
  top: 31.9%;
  left: 70.5%;
}/*# sourceMappingURL=style.css.map */