@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Tektur:wght@400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #140408;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 20px;
  line-height: 140%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 24px;
  margin: 0;
}

a, button {
  cursor: pointer;
  font-family: inherit;
  display: block;
  text-decoration: none;
  color: inherit;
}

section {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 1200px) {
  section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

section:nth-child(1) {
  padding-top: 90px;
}

@media (min-width: 1200px) {
  section:nth-child(1) {
    padding-top: 140px;
  }
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
}

.bg-main {
  background-image: url(/wp-content/themes/zyndorix/assets/img/bgm.webp);
}

@media (min-width: 768px) {
  .bg-main {
    background-image: url(/wp-content/themes/zyndorix/assets/img/bg.webp);
  }
}

.bg-games {
  background-image: url(/wp-content/themes/zyndorix/assets/img/bg2m.webp);
}

@media (min-width: 768px) {
  .bg-games {
    background-image: url(/wp-content/themes/zyndorix/assets/img/bg2.webp);
  }
}

.container {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  max-width: 430px;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.h1, .h2 {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  .h1, .h2 {
    font-size: 72px;
  }
}

.h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}

.h4 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
}

.h5 {
  font-weight: 700;
  font-size: 24px;
}

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.logo {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Tektur", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo:hover, .logo:focus {
  color: #BC0229;
}

.logo:active {
  color: #63182F;
}

.link {
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.link:hover, .link:focus {
  color: #BC0229;
}

.link:active {
  color: #63182F;
}

.btn {
  font-family: "Outfit", sans-serif;
  width: 100%;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bc0229), color-stop(97.92%, #63182f));
  background: linear-gradient(180deg, #bc0229 0%, #63182f 97.92%);
  -webkit-box-shadow: 0 8px 24px 0 rgba(158, 29, 29, 0.32);
          box-shadow: 0 8px 24px 0 rgba(158, 29, 29, 0.32);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 1200px) {
  .btn {
    max-width: 300px;
  }
}

.btn:hover, .btn:focus {
  color: #BC0229;
}

.btn:active {
  color: #63182F;
}

.btn.w-full {
  max-width: 100%;
}

.btn.more {
  background: transparent;
  border: 2px solid #BC0229;
  color: #fff;
}

.btn.more:hover, .btn.more:focus {
  border-color: #63182F;
  color: #BC0229;
}

.btn.more:active {
  border-color: #63182F;
  color: #63182F;
}

.grid-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  padding-left: 0;
  gap: 24px;
}

@media (min-width: 768px) {
  .grid-two {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.grid-three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  padding-left: 0;
  gap: 24px;
}

@media (min-width: 1200px) {
  .grid-three {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.card {
  border-radius: 20px;
  padding: 24px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.299) 0%, rgba(243, 243, 243, 0.056) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

@media (min-width: 1200px) {
  .card {
    border-radius: 20px;
    padding: 32px;
  }
}

.header {
  position: fixed;
  background: #140408;
  width: 100%;
  z-index: 10;
}

.header__nav {
  padding-top: 22px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__menu {
  margin: 0;
  border: none;
  background: transparent;
}

@media (min-width: 1200px) {
  .header__menu {
    display: none;
  }
}

.header__list {
  list-style: none;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
}

@media (min-width: 1200px) {
  .header__list {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding: 12px;
  padding-top: 50px;
  z-index: 9;
  background-image: url(/wp-content/themes/zyndorix/assets/img/menu.webp);
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__mobile.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__mobile__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__text-block {
  max-width: 540px;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__list {
  list-style: none;
  padding: 0;
}

.who-we__text-block {
  margin-left: auto;
  max-width: 540px;
}

.why__content, .reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why__list, .reviews__list {
  list-style: none;
  padding: 0;
}

.numbers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.numbers__list {
  padding-left: 0;
  list-style: none;
}

.numbers__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.numbers__item-title {
  font-weight: 700;
  font-size: 72px;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#bc0229), to(#63182f));
  background: linear-gradient(180deg, #bc0229 0%, #63182f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-image: url(/wp-content/themes/zyndorix/assets/img/footerm.webp);
  background-position: right 0 top 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .footer {
    background-image: url(/wp-content/themes/zyndorix/assets/img/footer.webp);
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__address {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__link {
  font-weight: 400;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

@media (min-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__copy {
  font-weight: 200;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.cookie-popup {
  width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  display: none;
}

.cookie-popup.show {
  display: block;
}

@media (min-width: 1200px) {
  .cookie-popup {
    max-width: 1100px;
  }
}

.cookie-popup__content {
  border-radius: 24px;
  padding: 48px 12px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media (min-width: 1200px) {
  .cookie-popup__content {
    padding: 48px;
  }
}

.cookie-popup__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media (min-width: 1200px) {
  .cookie-popup__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.games__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.games__list {
  padding-left: 0;
  list-style: none;
}

.games__item {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.games__item:hover, .games__item:focus {
  opacity: 0.6;
}

.games__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.game__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.game__upper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1200px) {
  .game__upper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.game__lower {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1200px) {
  .game__lower {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.privacy__content, .terms__content, .cookie-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.privacy a, .terms a, .cookie-policy a {
  display: inline;
}
/*# sourceMappingURL=styles.css.map */