body,
html {
  color: #fff;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Inter Tight', Helvetica;
  background-color: #000518;
  font-size: 18px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span,
span span {
  color: #22cffe;
}

.header {
  position: relative;
  min-height: 50vh;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.header-bg {
  height: 100%;
  max-height: 792px;
  background-image: url(../images/hero-desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.header-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000518 0%, rgba(255, 255, 255, 0) 20%);
}

.main {
  background-image: url(../images/background_desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}

.light-gray {
  color: #b0b0b0;
}

.main-btn {
  display: inline-flex;
  padding: 18px 92px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #22cffe;
  border: 2px solid #82ffff;
  border-radius: 12px;
  box-shadow: 0px 0px 1px #22cffe99, 0 0 10px 1px #82ffff, 0 0 20px 1px #22cffe;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  line-height: 22.4px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: 'Inter Tight', Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px 0;
  width: 105%;
  align-self: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.small-text {
  font-size: 12px;
  color: #b0b0b0;
  margin-left: 30%;
  line-height: 1.3;
}

.left {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  width: 100%;
}

.bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 40px;
}

.right {
  max-width: 500px;
  width: 100%;
}

.dt-block {
  border-radius: 20px;
  border-color: transparent;
  backdrop-filter: blur(20px) brightness(100%);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  border-image: linear-gradient(to bottom, rgba(34, 207, 254, 0.6), rgba(63.96, 123, 91.29, 0)) 1;
  border: 2px solid #22cffe;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.subtitle {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
}

.store-buttons {
  margin-top: 24px;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}
.store-button {
  position: relative;
  display: block;
  width: 120px;
  height: 40px;
  background-color: #000000;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #a6a6a6;
}
.store-icon {
  position: absolute;
  width: 21px;
  height: 24px;
  top: 8px;
  left: 8px;
}
.button-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  position: absolute;
  top: 5px;
  left: 36px;
}
.store-text {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: 'Product Sans-Regular', Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}
.store-logo {
  position: relative;
  width: 74px;
  height: 15px;
}
.store-name {
  position: relative;
  align-self: stretch;
  font-family: 'SF Compact Display-Medium', Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.47px;
  line-height: 10px;
}
@media (min-width: 768px) {
  .store-buttons {
    margin-top: 24px;
  }
}

.download-instructions {
  font-size: 14px;
}

.right {
  align-self: flex-end;
}

.right li {
  list-style: disc;
  margin: 15px 0;
}

.right ul {
  padding-left: 20px;
}

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

.timer {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.carousel {
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  max-width: 1000px;
  width: 100%;
}

.main .main-btn {
  max-width: 400px;
  width: 100%;
}

.text-block {
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.text-block h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #22cffe;
}

.text-block p {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  border-radius: 20px;
}

.swiper {
  pointer-events: none;
}

.swiper p.message {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  color: #22cffe;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  min-height: 50px;
  padding: 0 20px;
}

.swiper p.message.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.swiper p.message.fade-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .header-content {
    flex-direction: column;
  }

  .right {
    align-self: center;
  }
}

@media (max-width: 768px) {
  body,
  html {
    background: #000;
  }

  .header-bg {
    background-image: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 20%), url(../images/hero-mobile.webp);
    background-position: bottom;
  }

  .header-bg::before {
    background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 20%);
  }

  .left {
    margin-top: 450px;
  }

  .main {
    background: none;
  }
}

@media (max-width: 480px) {
  .wrapper {
    gap: 40px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .swiper-slide img {
    max-width: 200px;
    width: 100%;
  }

  .header-bg {
    background-size: contain;
    background-position: top;
  }

  .left {
    margin-top: 300px;
  }

  .text-block h2,
  h1 {
    font-size: 26px;
  }

  .subtitle {
    font-size: 20px;
  }

  .text-block p,
  p,
  li {
    font-size: 16px;
  }

  .main-btn {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .bottom {
    padding: 0;
  }

  .small-text {
    margin: 0 0 20px;
    text-align: center;
  }

  .main {
    padding: 0 20px 50px;
  }
  .text-block {
    padding: 0;
    margin: 0;
  }

  .swiper p.message {
    font-size: 16px;
    padding: 0;
  }
}
