@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarpanch:wght@400;500;600;700;800;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: "Poppins", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

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

.h2 {
  color: #C8FA05;
  font-family: Sarpanch;
  font-size: clamp(64px, 13vw, 128px);
  font-weight: 700;
}

[class*=__text] {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
[class*=__text] a {
  color: #FFF;
}

.btn {
  color: #1B1B1B;
  font-family: Sarpanch;
  font-size: 24px;
  font-weight: 800;
  line-height: 70px;
  border-radius: 43px;
  background: #C8FA05;
  box-shadow: 0 0 33.7px 0 #C8FA05;
  display: inline-block;
  padding: 0 31px;
}

.white {
  color: #fff !important;
}

.black {
  color: #0E0E0E !important;
}

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

.header {
  position: fixed;
  width: 100%;
  z-index: 60;
  border-bottom: 1px solid #1F2937;
  background: #FFF;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  gap: 15px;
}
@media (max-width: 575px) {
  .header__content {
    justify-content: center;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575px) {
  .header__menu {
    display: none;
  }
}

.footer {
  background: #0F1DC6;
  padding: 45px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.footer .header__menu a {
  color: #D1D5DB;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer .header__menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer .header__menu {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px;
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  border: 1px solid #C99C68;
  background: #F4F4F4;
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cookies__title {
  color: #2E4052;
  font-family: Sarpanch;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.cookies__text {
  color: #2E4052;
  font-family: Sarpanch;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cookies__btn {
  color: #FFF;
  font-family: Sarpanch;
  font-size: 24px;
  font-weight: 800;
  line-height: 70px;
  border: 1px solid transparent;
  border-radius: 43px;
  background: #0F1DC6;
  width: 100%;
}
.cookies__btn_sub {
  color: #0F1DC6;
  background: none;
  border: 1px solid #0F1DC6;
  box-shadow: none;
}

.hero {
  margin: 83px 0 0;
  border-bottom: 8px solid #C8FA05;
  background: #0F1DC6;
}
.hero__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1439px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .hero__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about {
  padding: 80px 0;
  background: #191919;
}
.about__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .about__content {
    flex-direction: column;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__bg {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 35px;
  background: #C8FA05;
  padding: 30px 15px;
}
.about__title {
  color: #151515;
  font-family: Sarpanch;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.about__txt {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 700;
  line-height: 75px;
}
.about__txt span {
  font-size: 48px;
}
@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;
  }
}

.info {
  padding-bottom: 80px;
  background: #191919;
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info__row {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .info__row {
    flex-direction: column;
  }
}
.info__images {
  display: flex;
  gap: 50px;
}
@media (max-width: 575px) {
  .info__images {
    gap: 30px;
  }
}
.info__item {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media (max-width: 575px) {
  .info__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.player {
  border-bottom: 8px solid #C8FA05;
  background: #0F1DC6;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .player {
    padding: 60px 0 0;
  }
}
.player__content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .player__content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
.player__column {
  max-width: 828px;
  margin-left: auto;
}
.player__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .player__img {
    position: static;
    margin-left: -15px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .player__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery {
  background: #191919;
  padding: 80px 0;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gallery__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .gallery__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery__images {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery__img {
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .gallery__img {
    width: 100%;
  }
}
.gallery__row {
  display: flex;
}
@media (max-width: 991px) {
  .gallery__row {
    flex-direction: column;
    gap: 20px;
  }
}
.gallery__link {
  border-radius: 43px;
  background: #0F1DC6;
  color: #fff;
}

.cattallog {
  margin: 83px 0 0;
  border-bottom: 8px solid #C8FA05;
  background: #0F1DC6;
  padding: 40px 0;
}
.cattallog__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.select {
  background: #191919;
  padding: 80px 0;
}
.select__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 128px;
}
@media (max-width: 991px) {
  .select__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .select__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.select__card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 46px 0 #C8FA05;
}
.select__card::after {
  position: absolute;
  content: "";
  inset: 0;
  background: #C8FA05;
  opacity: 0;
}
.select__card p {
  position: absolute;
  z-index: 2;
  color: #1B1B1B;
  text-align: center;
  font-family: Sarpanch;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  top: 50%;
  left: 38px;
  right: 38px;
  transform: translateY(-50%);
  opacity: 0;
}
.select__card:hover::after {
  opacity: 1;
}
.select__card:hover p {
  opacity: 1;
}
.select__img {
  width: -moz-fit-content;
  width: fit-content;
}
.select__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .select__img {
    width: 100%;
  }
}
.select__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.games {
  margin: 83px 0 0;
  border-bottom: 8px solid #C8FA05;
  background: #0F1DC6;
  padding: 40px 0;
}
.games__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.games__row {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .games__row {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .games__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .games__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.games__link {
  width: -moz-fit-content;
  width: fit-content;
}

.privacy {
  margin: 83px 0 0;
  padding: 40px 0 80px;
  background: #191919;
}