* {
  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: "Syne", sans-serif;
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  background: #fff;
}

.lock {
  overflow: hidden;
}

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

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

[class*=__text-small] {
  font-size: 16px;
}

[class*=__title] {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  [class*=__title] {
    font-size: 60px;
  }
}

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

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 60px;
    letter-spacing: -3px;
  }
}

h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.yellow {
  background: #bbf026;
}

.violet {
  background: #be3cff;
}

.grey {
  background: #242424;
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 10px 40px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 40px;
  background: #bbf026;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  width: fit-content;
  height: fit-content;
}

.btn-border {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #000;
  background: #fff;
  color: #1d2058;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
}

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

@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: 32px 58px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #BE3CFF;
  background: #010101;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #be3cff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btns button {
  width: 100%;
}
.cookies .btn-one {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #be3cff 0%, #be3cff 100%), linear-gradient(179deg, #cbfe00 0.64%, #fbe700 99.35%), #bb37e9;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.cookies .btn-two {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #000;
  background: #fff;
  color: #1d2058;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
}

.footer {
  padding: 80px 0 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #242424;
  color: #fff;
}
.footer .header__logo {
  color: #fff;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 230px;
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__bottom .footer__menu-links {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__bottom .footer__menu-links a {
  color: #000;
}
.footer__bottom .footer__text {
  color: #bcbcbc;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.footer__content {
  display: flex;
  gap: 176px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    gap: 40px;
    flex-direction: column;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.footer__menu a {
  color: #000;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.075px;
}
.footer__menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu-links a,
.footer__menu-links p {
  color: #bcbcbc;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
}
.footer__address-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__address-wrapper a,
.footer__address-wrapper p {
  color: #bcbcbc;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.footer__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.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: #010101;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: center;
}

@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: #000;
  }
  .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: #000;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #000;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #000;
  }
}
@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: #fff;
    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: #242424;
  font-size: 14px;
  font-weight: 700;
}

.swiper {
  width: 100%;
}

.hero {
  margin-top: 130px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.hero__btn {
  max-width: 480px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 2px solid #dadada;
}
.hero__btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.hero__img {
  width: 100%;
}

.cards {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #bbf026;
}
.cards__cards {
  display: flex;
  gap: 20px;
  row-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cards__card {
  display: flex;
  padding: 80px 70px;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  border: 3px dashed #242424;
  max-width: 522px;
  position: relative;
  height: fit-content;
}
@media (max-width: calc(768px - 1px)) {
  .cards__card {
    padding: 80px 20px;
  }
}
.cards__card:nth-of-type(2) {
  border-radius: 100px;
}
.cards__arrow {
  width: 100%;
  text-align: right;
}
.cards__img {
  position: absolute;
  top: -70px;
  left: 70px;
}

.skills {
  background: #242424;
  color: #fff;
}
@media (max-width: calc(768px - 1px)) {
  .skills {
    padding-bottom: 40px;
  }
}
.skills__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.skills__content-text {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skills__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.skills__info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.skills-swiper {
  background: #be3cff;
  padding: 80px 0;
}
@media (max-width: calc(768px - 1px)) {
  .skills-swiper {
    padding: 40px 0;
  }
}
.skills-swiper__content {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.skills-swiper h2 {
  color: #fff;
  font-family: "Tiro Devanagari Sanskrit";
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 47px;
  border-bottom: 2px solid #fff;
}
@media (max-width: calc(768px - 1px)) {
  .skills-swiper h2 {
    font-size: 36px;
  }
}
.skills-swiper__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.skills-swiper__bottom-text {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}
.skills-swiper__bottom-text h3 {
  font-size: 36px;
}

.gallery {
  background: #242424;
  padding: 112px 0;
  color: #fff;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.gallery__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 24px;
  justify-content: center;
}
.gallery__cards img {
  max-width: 100%;
}

.ready {
  background: #ede9e6;
  padding: 120px 0;
}
.ready__content {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ready h2 {
  font-size: 60px;
}
.ready__span-one {
  background: #2ce3ef;
}
.ready__span-two {
  background: #bbf026;
}
.ready__btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.ready__btn-one {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 10px 10px 34px;
  border-radius: 40px;
  background: #a221df;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.ready__btn-two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 10px 10px 34px;
  border-radius: 40px;
  border: 2px solid #242424;
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.game p {
  color: #8B8B8B;
}
.game a {
  background: #C984FF;
}

.privacy {
  margin: 70px 0 0;
  padding: 40px 0;
  background: #fff;
  color: #000;
}
.privacy__title {
  margin-bottom: 80px;
}

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