html {
  scroll-behavior: smooth;
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
  background-color: #101010;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.5s ease;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn {
  font-family: "Druk Text Wide", sans-serif;
  color: #DEE2CF;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 10px;
  background: rgba(209, 238, 104, 0.1);
  gap: 10px;
}
@media (min-width: 768px) {
  .btn {
    padding: 16px 53px;
  }
}
.btn--white {
  background: #DEE2CF;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bruce Forever", sans-serif;
  color: #fff;
}

h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.023%;
  /* 94.095px */
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}
h1 span {
  color: #DEE2CF;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 147.023%;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

a {
  font-family: "Druk Text Wide", sans-serif;
}

.header {
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-background {
  background: #101010;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.header__logo {
  position: relative;
  z-index: 99;
  display: none;
}
@media (min-width: 768px) {
  .header__logo {
    display: block;
  }
}
.header__nav {
  width: 100%;
  text-align: center;
}
.header__nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__nav-links {
    justify-content: center;
  }
}
.header__nav-link {
  color: #DEE2CF;
  font-size: 16px;
  line-height: normal;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.header__buttons {
  text-align: right;
  position: relative;
  z-index: 99;
  display: none;
}
@media (min-width: 768px) {
  .header__buttons {
    display: block;
  }
}

.footer {
  background-color: #101010;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 20px;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 27px 0;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.24);
  margin: 0;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__social-link {
  text-decoration: none;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 260vh;
  margin-right: auto;
  margin-left: auto;
}
.hero__pattern {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}
@media (min-width: 1280px) {
  .hero__pattern {
    display: block;
  }
}
.hero__pattern-right {
  background-image: url("../../img/hero-pattern-right.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: visible;
  width: 647px;
  height: 715px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__pattern-left {
  background-image: url("../../img/hero-pattern-left.png");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
  width: 630px;
  height: 672px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #101010;
}
.hero__overlay-bgd {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #101010;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero__overlay-bgd {
    opacity: 0.7;
  }
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.hero__video video {
  object-fit: cover;
}
.hero__text h1, .hero__text p, .hero__text a {
  position: relative;
  z-index: 3;
}
.hero__text p {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero__text-first, .hero__text-second {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100vh;
  max-width: 920px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.hero__text-first {
  opacity: 1;
}
.hero__text-second {
  opacity: 0;
  max-width: 820px;
}
.hero__line {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 100px;
  overflow: hidden;
  width: 1px;
  height: 70px;
  z-index: 4;
}
@media (min-width: 480px) {
  .hero__line {
    bottom: 120px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .hero__line {
    bottom: 90px;
    height: 160px;
  }
}
.hero__line-inner {
  width: 1px;
  height: 100%;
  background-color: hsla(0deg, 0%, 100%, 0.6);
}
.hero__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.hero__social-link {
  position: relative;
  z-index: 3;
}

.city {
  position: relative;
  overflow: hidden;
  top: -100px;
  padding: 30px 20px 0 20px;
}
.city__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.city__swiper {
  overflow: unset;
}
.city__swiper-slide {
  width: 369px;
}
.city__swiper-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.city__swiper-button-prev, .city__swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  width: 60px;
}
.city__swiper-button-prev::after, .city__swiper-button-next::after {
  display: none;
}
.city__slide {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}
.city__slide-img {
  width: 100%;
  max-width: 100%;
  min-height: 270px;
  max-height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}
.city__slide-text {
  padding: 0 12px;
  text-align: center;
}
.city__slide-text h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.play {
  position: relative;
  height: 100%;
  padding: 60px 20px 0 20px;
}
.play__title {
  text-align: center;
  margin-bottom: 55px;
}
.play__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .play__steps {
    flex-wrap: nowrap;
  }
}
.play__steps-line {
  width: 67%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .play__steps-line {
    display: block;
  }
}
.play__step {
  position: relative;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  flex: 100%;
  border: 1px solid #404040;
  display: flex;
  flex-direction: column;
}
@media (min-width: 580px) {
  .play__step {
    width: 49%;
    flex: 49%;
  }
}
@media (min-width: 768px) {
  .play__step {
    width: 33.333%;
    flex: 33.333%;
    padding: 40px;
    border-right: 0;
  }
}
.play__step:nth-last-child(1) {
  border-right: 1px solid #404040;
}
.play__step-circle {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100px;
}
.play__step-text {
  margin-bottom: auto;
}
.play__step-text h3 {
  color: #fff;
  font-family: "Druk Text Wide", sans-serif;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 28px 0;
}
.play__step-text p {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .play__step-text p {
    padding: 0;
  }
}
.play__step-btn {
  text-align: center;
}

.shop {
  position: relative;
  padding: 120px 20px 180px 20px;
}
.shop__title {
  text-align: center;
  margin-bottom: 55px;
}
.shop__boxes {
  display: flex;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .shop__boxes {
    flex-wrap: nowrap;
  }
}
.shop__box {
  position: relative;
  text-align: center;
  border: 1px solid #404040;
  display: flex;
  flex-direction: column;
  width: 48%;
  flex: 48%;
  border-right: 0;
  min-height: 447px;
}
@media (min-width: 991px) {
  .shop__box {
    width: 25%;
    flex: 25%;
  }
}
.shop__box:nth-child(even) {
  border-right: 1px solid #404040;
}
@media (min-width: 991px) {
  .shop__box:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 991px) {
  .shop__box:nth-last-child(1) {
    border-right: 1px solid #404040;
  }
}
.shop__box-wrapper {
  padding: 32px 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
@media (min-width: 768px) {
  .shop__box-wrapper {
    padding: 32px 12px 24px 12px;
  }
}
.shop__box-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px auto;
  border-radius: 10px;
  background: rgba(209, 238, 104, 0.1);
}
.shop__box-top {
  margin-bottom: auto;
}
.shop__box-top h3 {
  color: #fff;
  font-family: "Druk Text Wide", sans-serif;
  font-size: 12px;
  line-height: 150%;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .shop__box-top h3 {
    margin: 0 0 12px 0;
    font-size: 20px;
  }
}
.shop__box-top p {
  margin-bottom: 30px;
}
.shop__box-top ul {
  margin: 0 0 70px 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .shop__box-top ul {
    margin-bottom: 0;
  }
}
.shop__box-top ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .shop__box-top ul li {
    font-size: 16px;
    text-align: center;
  }
}
.shop__box-btn {
  text-align: center;
}
/*# sourceMappingURL=app.css.map */
