@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&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: #8105BF;
}

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

.main {
  flex: 1 1 auto;
}

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

.h2 {
  color: #FFF;
  font-size: clamp(48px, 10vw, 82px);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}

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

.btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  background: #FE0000;
  padding: 24px 60px;
  display: inline-block;
}

.white {
  color: #fff !important;
}

.black {
  color: #2B033F !important;
}

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

.header {
  position: fixed;
  width: 100%;
  z-index: 60;
}
.header_scroll {
  background: #8105BF !important;
}
.header_bg {
  border-bottom: 8px solid #410361;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  gap: 15px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  padding: 60px 0 20px;
  background: #8105BF;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 560px;
  margin: 0 auto;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer .header__menu {
    flex-direction: column;
    align-items: center;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: #410361;
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cookies__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cookies__btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  background: #FE0000;
  width: 100%;
  padding: 24px 60px;
  border: 1px solid transparent;
}
.cookies__btn_sub {
  color: #FFF;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
}

.hero {
  padding: 120px 0 30px;
  border-bottom: 8px solid #410361;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero {
    padding: 122px 0 0;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__title {
  max-width: 624px;
}
.hero__item {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.hero__block {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .hero__block {
    flex-direction: column;
  }
}
.hero__block-bg {
  background: url(/wp-content/themes/zyrkoneth/img/bg.webp) no-repeat center/contain;
  padding: 40px 30px;
  flex-shrink: 0;
}
.hero__block-bg p {
  color: #FE0000;
  text-align: center;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .hero__block-bg p {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .hero__block-bg {
    padding: 20px 14px;
  }
}
.hero__block-subicon {
  margin-top: auto;
}
@media (max-width: 575px) {
  .hero__block-subicon {
    margin-left: auto;
  }
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero__img {
    position: static;
    margin-left: auto;
    margin-right: -15px;
    max-width: 360px;
    height: 441px;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about {
  margin: 60px 0;
  padding: 60px 0;
  background: url(/wp-content/themes/zyrkoneth/img/blur.webp) no-repeat center/cover;
}
.about__content {
  max-width: 884px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__icon {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.players {
  padding: 60px 0;
  background: radial-gradient(50% 50% at 50% 50%, #7108A5 0%, #2B033F 100%);
}
.players__content {
  display: flex;
  gap: 30px;
}
@media (max-width: 1215px) {
  .players__content {
    flex-direction: column;
  }
}
.players__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.players__row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .players__row {
    flex-direction: column;
    align-items: center;
  }
}
.players__card {
  border-radius: 30px;
  background: #FFF;
  display: flex;
  width: 285px;
  height: 246px;
  padding: 60px 20px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
}
.players__num {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  background: #FE0000;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.players__name {
  color: #2B033F;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
}
.players__line {
  background: #2B033F;
  width: 140px;
  height: 1px;
}
.players__text {
  text-align: center;
}
.players__img {
  margin-left: auto;
}

.world {
  padding: 60px 0;
}
.world__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.world__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .world__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.world__column {
  max-width: 884px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.world__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .world__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.world__card {
  border-radius: 30px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 60px 20px;
}

.reviews {
  padding: 60px 0;
  background: url(/wp-content/themes/zyrkoneth/img/blur.webp) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .reviews__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.reviews__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 794px;
}
.reviews__item {
  max-width: 688px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 575px) {
  .reviews__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .reviews__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews__card {
  border-radius: 30px;
  background: #FFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.reviews__name {
  color: #2B033F;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.reviews__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .reviews__img {
    position: static;
    margin-right: -15px;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.games {
  margin: 120px 0 0;
  padding: 60px 0;
  background: url(/wp-content/themes/zyrkoneth/img/blur.webp) no-repeat center/cover;
}
.games__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.games .contact__item {
  max-width: 1074px;
  margin: 0 auto;
}
.games__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.games__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .games__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .games__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.games__row_sub {
  margin-left: auto;
}
@media (max-width: 991px) {
  .games__row_sub {
    display: none;
  }
}
.games__card {
  width: 260px;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.games__card_mob {
  display: none;
}
@media (max-width: 991px) {
  .games__card_mob {
    display: block;
  }
}
.games__card::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 24px;
  border: 2px solid #FFF;
  background: #410361;
  opacity: 0;
}
.games__card p {
  position: absolute;
  z-index: 2;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  opacity: 0;
}
.games__card:hover::after {
  opacity: 1;
}
.games__card:hover p {
  opacity: 1;
}
@media (max-width: 991px) {
  .games__card {
    width: 100%;
    height: auto;
  }
}
.games__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.game {
  margin: 120px 0 0;
  padding: 60px 0;
  background: url(/wp-content/themes/zyrkoneth/img/blur.webp) no-repeat center/cover;
}
.game__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1074px;
  margin: 0 auto;
}
.game__text {
  text-align: center;
}

.game-about {
  padding: 60px 0;
}
.game-about__content {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 767px) {
  .game-about__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.game-about__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.game-about__name {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .game-about__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .game-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.game-about__link {
  width: -moz-fit-content;
  width: fit-content;
}

.contact {
  background: radial-gradient(50% 50% at 50% 50%, #7108A5 0%, #2B033F 100%);
  padding: 60px 0;
}
.contact__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1110px;
  margin: 0 auto;
}
.contact__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 884px;
  margin: 0 auto;
}
.contact__icon {
  margin: 0 auto;
}
.contact__address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 991px) {
  .contact__address {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 26px;
  background: #FFF;
  padding: 20px;
}
.contact__card a,
.contact__card p {
  color: #2B033F;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact__line {
  width: 140px;
  height: 1px;
  background: #2B033F;
}
.contact__link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.privacy {
  margin: 120px 0 0;
  padding: 30px 0 60px;
}