@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #030303;
}

[class*=__container] {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

.h2 {
  color: #FEFCF9;
  font-size: 64px;
  font-weight: 900;
  line-height: 90%;
  text-transform: uppercase;
}

[class*=__text] {
  color: #FEFCF9;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
[class*=__text] a {
  color: #FEFCF9;
}

.btn {
  color: #030303;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  background: #CDF800;
  padding: 20px 48px;
  transform: rotate(-3deg);
  display: inline-block;
}

.white {
  color: #fff !important;
}

.black {
  color: #252525 !important;
}

.text-center {
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
}
.header_scroll {
  background: #030303;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 40;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
    z-index: 80;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #fff;
  }
}
@media (max-width: 767px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    background: #030303;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-right: 205px;
}
@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.footer {
  padding: 32px 0;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__address a,
.footer__address p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
  text-align: center;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  width: 100%;
  max-width: 850px;
  background: #030303;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FEFCF9;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
}
.cookies__text a {
  text-decoration: underline;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  width: 100%;
  background: #CDF800;
  color: #030303;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  padding: 20px 0;
}
.cookies__btn_sub {
  color: #FFF;
  background: none;
  border: 1px solid #fff;
}

.hero {
  padding: 140px 0 600px;
  position: relative;
  z-index: 2;
}
.hero_game {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .hero {
    padding: 140px 0 350px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.hero__title {
  color: #FEFCF9;
  font-size: clamp(40px, 8vw, 84px);
  font-weight: 900;
  line-height: 90%;
  text-transform: uppercase;
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hero__title span {
  display: inline-block;
  color: #030303;
  background: #CDF800;
  padding: 24px;
  transform: rotate(-1.525deg);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hero__line {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}
.hero__line img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero__line {
    top: 60%;
  }
}
.hero__img {
  position: absolute;
  z-index: -1;
}
.hero__img_left {
  top: 240px;
  left: 0;
}
.hero__img_right {
  top: 0;
  right: 0;
}
.hero__images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: rotate(-3.002deg);
  position: absolute;
  bottom: 0;
  will-change: transform;
}
@media (max-width: 767px) {
  .hero__images {
    gap: 12px;
  }
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero__row_top {
  animation: scroll-text 30s linear infinite;
}
.hero__row_sub {
  animation: scroll-text-sub 30s linear infinite;
}
@media (max-width: 767px) {
  .hero__row {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .hero__card {
    width: 240px;
  }
  .hero__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__row-game:hover {
  animation-play-state: paused;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-text-sub {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
.about {
  margin: 200px 0 120px;
  position: relative;
  z-index: 2;
}
.about__content {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .about__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .about__content_sub {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.about__row {
  display: flex;
  gap: 32px;
}
.about__title {
  writing-mode: vertical-rl;
}
.about__text {
  max-width: 450px;
}
@media (max-width: 575px) {
  .about__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .about__img_sub {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__img_sub img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__line {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .about__line {
    top: 30%;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.choose {
  margin-bottom: 120px;
}
.choose__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 575px) {
  .choose__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.choose__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.choose__name {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
}

.game {
  margin: 48px 0 0;
  position: relative;
  z-index: 2;
}
.game__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game__link {
  margin: 48px 0 0;
}
.game__line {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.game__line img {
  width: 100%;
}

.game-info {
  margin: 120px 0;
}
.game-info__content {
  display: flex;
  gap: 32px;
}
@media (max-width: 575px) {
  .game-info__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.game-info__img {
  width: -moz-fit-content;
  width: fit-content;
}
.game-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy {
  margin: 48px 0 0;
  padding: 40px 0;
}
.privacy__title {
  color: #FEFCF9;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}