* {
  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%;
  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: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  background: #140d3d;
}

.lock {
  overflow: hidden;
}

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

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

[class*=__text] {
  font-family: Inter;
  font-weight: 300;
  line-height: normal;
}

[class*=__title] {
  font-family: Audiowide;
  font-size: 80px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  [class*=__title] {
    font-size: 38px;
  }
}

.gradient {
  background: var(--gr4, linear-gradient(180deg, #6e41f7 0%, #f642d7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h3 {
  text-align: center;
  font-family: Audiowide;
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h3 {
    font-size: 32px;
  }
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 24px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #6e41f7 0%, #f642d7 100%);
  box-shadow: 0 5px 30px 0 rgba(246, 66, 215, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 24px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  border: 3px solid #019328;
  background: #151515;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 15px;
  color: #fff;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btn {
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__menu {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu a {
  color: #fff;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: calc(768px - 1px)) {
  .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;
  }
  .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: calc(768px - 1px)) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    border-radius: 0 0 80px 80px;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
    border-radius: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
}

.hero {
  background: url(/wp-content/themes/zeldravia/img/hero-bg.webp) no-repeat center/cover;
  margin-top: 70px;
  margin-bottom: 80px;
}
.hero__title {
  padding-top: 362px;
  margin-bottom: 30px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__title {
    padding-top: 190px;
  }
}
.hero__bottom-text {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__bottom-text {
    flex-direction: column;
  }
}
.hero__bottom-text p {
  max-width: 736px;
}

.about__title, .about__line, .about__text {
  text-align: center;
  margin-bottom: 30px;
}
.about__image {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: calc(1024px - 1px)) {
  .about__image img {
    width: 100%;
  }
}
.about .mobile {
  margin: 0 auto;
  padding-bottom: 30px;
}

.our a {
  margin: 0 auto;
}
.our__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.our__card {
  display: flex;
  width: 285px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  border: 2px solid #fff;
}
.our__card h4 {
  font-size: 30px;
  line-height: normal;
}
.our__img img {
  width: 100%;
  position: relative;
  top: -94px;
}
@media (max-width: calc(768px - 1px)) {
  .our__img img {
    top: -30px;
  }
}

.community {
  margin-bottom: 80px;
}
.community .about__text {
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.community .about__image {
  justify-content: center;
}

.reviews {
  margin-bottom: 80px;
}
.reviews .our__cards {
  gap: 15px;
}
.reviews .our__card {
  align-items: center;
  text-align: center;
  width: 387px;
}

.your__content-wrapper {
  display: flex;
  padding: 60px 134px 60px 135px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(180deg, #6e41f7 0%, #f642d7 100%);
}
.your__content {
  max-width: 885px;
  text-align: center;
}
.your__content p {
  margin-bottom: 30px;
}
.your__content h4,
.your__content a {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
}
.your .contacts__address {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: calc(768px - 1px)) {
  .your img {
    width: 100%;
  }
}

.games {
  margin-top: 80px;
  margin-bottom: 80px;
}
.games h2,
.games p {
  max-width: 930px;
  margin: 0 auto;
}
.games__text-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.games__center p {
  padding-bottom: 30px;
}
.games__games {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: calc(1024px - 1px)) {
  .games__games {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .games__games img {
    max-width: 157px;
  }
}
.games__game-center {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .games__game-center {
    flex-direction: column;
  }
}
.games__game {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.games .mobile {
  margin: 0 auto;
  padding-bottom: 30px;
}

.game {
  margin-top: 80px;
  margin-bottom: 80px;
}
.game .games__games {
  flex-direction: column;
  align-items: center;
}
.game .games__text-wrapper {
  margin-bottom: 80px;
}
.game__content {
  max-width: 1064px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: calc(1024px - 1px)) {
  .game__content img {
    width: 100%;
  }
}
.game .mobile {
  margin: 0 auto;
  padding-bottom: 30px;
}

.privacy {
  margin: 86px 0 0;
}
.privacy .about__line {
  text-align: left;
}
.privacy h2 {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
