* {
  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: "Montserrat", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

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

.btn {
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  border-radius: 30px;
  background: #fdc007;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.btn-border {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 30px;
  background: transparent;
  padding: 20px 48px;
  border-radius: 30px;
  border: 1px solid #FFF;
}

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

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

@media (max-width: calc(768px - 1px)) {
  .btn-mobile {
    width: fit-content;
    margin: 0 auto;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
}
.header_bg {
  background: #252525;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 40;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}

@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: #252525;
    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: 72px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    align-items: start;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.footer {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .footer__row {
    flex-direction: column;
    gap: 81px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__address p,
.footer__address a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.footer__wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.footer__wrapper img {
  max-width: 368px;
  width: 100%;
  margin: 0 auto;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.footer__item {
  position: absolute;
  transform: rotate(8.1deg);
  bottom: -40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 417px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__item {
    bottom: -20px;
    height: 170px;
  }
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 182px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: calc(1024px - 1px)) {
  .footer__text {
    font-size: 112px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 60px 40px;
  width: 100%;
  max-width: 850px;
  background: #010101;
}
@media (max-width: calc(768px - 1px)) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
}
.cookies__text {
  color: #fff;
  font-size: 14px;
}
.cookies__text a {
  text-decoration: underline;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  width: 100%;
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  gap: 10px;
  border-radius: 30px;
  background: #fdc007;
}

.hero {
  margin-top: 180px;
  margin-bottom: 280px;
  position: relative;
}
.hero__img {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  min-height: 604px;
  z-index: 1;
  object-fit: cover;
}
.hero__container {
  position: relative;
  z-index: 2;
}
.hero__title {
  color: #fff;
  font-size: 112px;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__title {
    font-size: 64px;
  }
}
.hero__title span {
  font-size: 182px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__title span {
    font-size: 88px;
  }
}
.hero__items {
  position: relative;
  margin-top: 146px;
}
.hero__item {
  position: absolute;
  transform: rotate(6.026deg);
  padding: 20px 0;
  bottom: -40px;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #fdc007;
  box-shadow: 0 4px 62.7px 0 rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.hero__item-second {
  position: absolute;
  transform: rotate(-5.02deg);
  padding: 20px 0;
  bottom: -40px;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 62.7px 0 rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.hero__animation-text {
  color: #010101;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  animation: scroll-text 5s linear infinite;
}
@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.supreme {
  color: #fff;
  position: relative;
  z-index: 1;
}
.supreme__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.supreme h2 {
  color: #fff;
  font-size: 92px;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .supreme h2 {
    font-size: 65px;
  }
}
.supreme h2 span {
  color: #fdc007;
}
.supreme__top {
  display: flex;
  gap: 32px;
}
@media (max-width: calc(1024px - 1px)) {
  .supreme__top {
    flex-direction: column;
  }
}
.supreme__top-left-text {
  padding-left: 148px;
}
@media (max-width: calc(768px - 1px)) {
  .supreme__top-left-text {
    padding-left: 0;
  }
}
.supreme__img {
  width: 100%;
}
.supreme__top-right p {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  max-width: 318px;
  padding-top: 56px;
}
@media (max-width: calc(1024px - 1px)) {
  .supreme__top-right p {
    padding-bottom: 24px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .supreme__top-right img {
    max-width: 368px;
  }
}
.supreme__bottom {
  display: flex;
}
@media (max-width: calc(768px - 1px)) {
  .supreme__bottom {
    flex-direction: column;
  }
}
.supreme__bottom-left p {
  width: 322px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 24px;
}
.supreme__bottom-left img {
  max-width: 132px;
  margin-top: 80px;
}
.supreme__bottom-right img {
  position: relative;
  left: -40px;
  top: -37px;
}
@media (max-width: calc(768px - 1px)) {
  .supreme__bottom-right img {
    width: 100%;
    z-index: -1;
    left: 40px;
    top: -180px;
  }
}

.explore {
  background: #fdc007;
  color: #fff;
}
.explore__title {
  font-size: 92px;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  text-indent: 120px;
  padding-top: 60px;
  margin-bottom: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .explore__title {
    text-indent: 0;
    font-size: 65px;
  }
}
.explore__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 60px;
}
.explore__link {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .explore__link:hover {
    background: #fff;
    color: #010101;
  }
  .explore__link:hover .explore__arrow-wrapper::after {
    background: #010101;
  }
}
.explore__link p {
  font-size: 48px;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .explore__link p {
    font-size: 32px;
  }
}
.explore__arrow-wrapper {
  position: relative;
}
.explore__arrow-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  top: 0;
  left: 0;
}
.explore__arrow-wrapper img {
  position: relative;
  z-index: 2;
}

.games__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apple-worm__img {
  max-height: 604px;
}
.apple-worm__items {
  margin-top: 226px;
}

.overview__content {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 130px;
  gap: 20px;
  flex-wrap: wrap;
}
.overview__content-left h2 {
  font-size: 92px;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
}
.overview__content-left img {
  max-width: 368px;
  width: 100%;
}
.overview__content-right {
  max-width: 322px;
}

.privacy {
  margin: 56px 0 0;
  padding: 40px 0;
  color: #fff;
  font-size: 14px;
}
.privacy__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 48px;
}

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