* {
  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: "Urbanist", sans-serif;
  color: #565656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: url(/wp-content/themes/varolenth/img/body-bg.webp) no-repeat top/cover #000;
}
@media (max-width: calc(768px - 1px)) {
  body {
    background: url(/wp-content/themes/varolenth/img/body-bg-mobile.webp) no-repeat top/cover #000;
  }
}

.lock {
  overflow: hidden;
}

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

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

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

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

.main {
  flex: 1 1 auto;
}

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

h1 {
  color: #242424;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  color: #242424;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

h4 {
  color: #565656;
  font-family: "Tiro Devanagari Sanskrit";
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

.btn {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #242424;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  justify-content: center;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #fff;
  color: #1d2058;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  justify-content: center;
}

@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: 800px;
  display: flex;
  padding: 32px 58px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 2px;
  border: 2px solid #242424;
  background: #f1d7dd;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookies__text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.cookies__btn {
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btn {
    width: 100%;
  }
}
.cookies .btn-border {
  background: #fff !important;
}

.footer {
  padding-top: 32px;
  border-top: 1px solid #bcbcbc;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__address {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__address-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.footer__address-wrapper a,
.footer__address-wrapper p {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.footer__nav {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.footer__logo {
  color: #242424;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer__menu-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.footer__menu-links a {
  color: #242424;
}
.footer__copyright {
  text-align: center;
  padding: 25px 0;
  background: #242424;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #242424;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  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: #242424;
  }
  .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__body a {
    display: flex;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #565656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.hero {
  margin-top: 40px;
  padding: 80px 0;
}
.hero__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero__content-text {
  max-width: 532px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.what {
  margin-bottom: 100px;
}
.what h2 {
  margin-bottom: 32px;
}
.what__cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 96px 0;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
.what__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  align-self: stretch;
  max-width: 444px;
}

.video__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.video__top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video__top-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.video__item {
  padding: 35px 0;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  color: #242424;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video__animation-text {
  color: #242424;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  animation: scroll-text 10s linear infinite;
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.skills-swiper {
  margin: 80px 0;
}
.skills-swiper__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.skills-swiper .btn-left {
  position: absolute;
  top: 0;
  left: 0;
}
.skills-swiper .btn-right {
  position: absolute;
  top: 0;
  right: 0;
}
.skills-swiper__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 586px;
}
.skills-swiper__bottom-text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.skills-swiper__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.skills-swiper__info p {
  font-size: 16px;
}
.skills-swiper__info .skills-swiper__text {
  color: #242424;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.insight {
  margin-bottom: 170px;
}
.insight__content {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: calc(768px - 1px)) {
  .insight__content {
    gap: 60px;
  }
}
.insight__content h2 {
  padding-bottom: 96px;
  border-bottom: 1px solid #bcbcbc;
}
@media (max-width: calc(768px - 1px)) {
  .insight__content h2 {
    padding-bottom: 60px;
  }
}
.insight__card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insight__card-text {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 570px;
}

.have {
  margin-bottom: 80px;
}
.have__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.have__content-btns {
  display: flex;
  padding: 68px 100px;
  justify-content: center;
  align-items: center;
  gap: 138px;
  border-radius: 160px;
  border: 1px solid #bcbcbc;
  background: #fff;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
.have__content-btns a {
  color: #242424;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.have h2 {
  margin-bottom: 28px;
}
.have p {
  max-width: 970px;
  margin: 0 auto;
  margin: 28px 0;
}
.have__btn {
  display: flex;
  padding: 20px 70px;
  justify-content: center;
  align-items: center;
  gap: 70px;
  border: 1px solid #242424;
}

.games {
  margin-top: 40px;
  padding: 80px 0;
}
.games h2 {
  text-align: left;
  margin-bottom: 40px;
}
.games p {
  margin-bottom: 80px;
}
.games__cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.game {
  margin-top: 40px;
  padding: 80px 0;
}
.game__content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.game__content-text {
  max-width: 604px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game__content-text h2 {
  text-align: left;
}

.game-content .what__cards {
  border-bottom: unset;
}

.privacy {
  background: #fff;
  padding: 84px 0;
  margin-top: 84px;
  margin-bottom: 0;
}
.privacy h2 {
  margin-bottom: 16px;
  color: #070e2f;
}
.privacy p {
  color: rgba(7, 14, 47, 0.7);
}

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