* {
  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: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #110929;
}

.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-size: 16px;
  font-style: normal;
  line-height: normal;
}

[class*=__text-small] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

[class*=__text-big] {
  font-size: 20px;
  font-style: normal;
  line-height: 28.5px;
}

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

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.96px;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: calc(768px - 1px)) {
  h3 {
    font-size: 32px;
  }
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 66px;
  background: linear-gradient(113deg, #8d1cfe 29.4%, #0038ed 105.15%);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  width: fit-content;
  height: fit-content;
}

.btn-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #1e2423;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #1e2423;
  padding: 20px 48px;
}

.btn-mobile {
  width: 100%;
  text-align: center;
  color: #fff;
}

@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: 64px;
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #F1F1F1;
  color: #1E2423;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  font-size: 44px;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btns button {
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 56px;
  position: relative;
  margin-top: 12px;
}
.footer__content:first-child::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: start;
  }
}
.footer__address {
  display: flex;
  gap: 49px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .footer__address {
    gap: 24px;
    flex-direction: column;
  }
}
.footer__address a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.footer__address p {
  max-width: 240px;
}
.footer__menu {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.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;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
}

@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;
  font-size: 14px;
  font-weight: 400;
}

.hero {
  margin-top: 116px;
  margin-bottom: 223px;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    margin-bottom: 80px;
  }
}
.hero h1 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-size: 94px;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: -2px;
}
@media (max-width: calc(768px - 1px)) {
  .hero h1 {
    font-size: 42px;
    font-style: normal;
    line-height: 40px;
  }
}
.hero h1 span {
  background: linear-gradient(113deg, #8d1cfe 29.4%, #0038ed 105.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__content {
  display: flex;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content {
    flex-direction: column;
    gap: 25px;
  }
}
.hero__content-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero__left-cards {
  display: flex;
  gap: 25px;
}
.hero__left-text {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.hero__content-right img {
  max-width: 500px;
}
@media (max-width: calc(576px - 1px)) {
  .hero__content-right img {
    width: 100%;
  }
}
.hero__btn {
  display: inline-flex;
  height: 120px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 200px;
  background: linear-gradient(113deg, #8d1cfe 29.4%, #0038ed 105.15%);
  color: #fff;
}
@media (max-width: calc(768px - 1px)) {
  .hero__btn {
    display: none;
  }
}
.hero__content-left-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content-left-buttons {
    flex-direction: column-reverse;
  }
}
.hero__content-left-buttons p {
  max-width: 420px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content-left-buttons p {
    max-width: 100%;
  }
}

.super {
  margin-bottom: 60px;
}
.super h2 {
  margin-bottom: 34px;
}
.super__buttons {
  display: flex;
  gap: 22px;
  margin-bottom: 47px;
  flex-wrap: wrap;
}
.super__btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 66px;
  background: #39324d;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  width: fit-content;
}
.super__cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.super__button {
  margin: 0 auto;
}

.live {
  margin-bottom: 150px;
}
.live__item {
  display: inline-flex;
  transform: rotate(-6.195deg);
  padding: 19px 0;
  align-items: center;
  gap: 22px;
  background: linear-gradient(113deg, #8d1cfe 29.4%, #0038ed 105.15%);
}
.live__animation-text {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff;
  font-size: 136px;
  font-weight: 800;
  line-height: 146px;
  letter-spacing: -4.08px;
  white-space: nowrap;
  animation: scroll-text 10s linear infinite;
  padding-right: 5px;
}
@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.jump {
  margin-bottom: 123px;
}
.jump h2 {
  margin-bottom: 34px;
}
.jump__cards {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  justify-content: center;
}
.jump__card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  border-radius: 14px;
  background: #251163;
  max-width: 386px;
}

.player {
  margin-bottom: 127px;
}
.player h2 {
  margin-bottom: 34px;
}
.player__card-wrapper {
  display: flex;
  gap: 13px;
}
.player__card-wrap h3 {
  margin-bottom: 13px;
}
.player__card-wrap img {
  width: 61px;
}

.joint__content {
  padding: 70px 0;
  border-radius: 10px;
  background: linear-gradient(113deg, #8d1cfe 29.4%, #0038ed 105.15%);
}
.joint__content h2 {
  text-align: center;
  margin-bottom: 37px;
}
.joint__content a {
  margin: 0 auto;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  border-radius: 66px;
  background: #fff;
  color: #1c51fe;
  width: fit-content;
}

.games {
  margin-top: 195px;
  margin-bottom: 80px;
}

.game {
  margin-top: 160px;
}
.game__content {
  display: flex;
  align-items: flex-end;
  gap: 42px;
  flex-wrap: wrap;
}
.game__content-text {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.game__text {
  max-width: 323px;
}

.privacy {
  margin: 70px 0 0;
  padding: 40px 0;
}
.privacy__title {
  margin-bottom: 80px;
}

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