@font-face {
  font-family: "FontAwesome";
  src:
    url("../font/fontawesome-webfont.woff2") format("woff2"),
    url("../font/fontawesome-webfont.woff") format("woff"),
    url("../font/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body.hidden-page {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.hidden-page.show {
  opacity: 1;
}

.header {
  background-color: #fff;
}

.site-logo {
  width: 150px;
  max-width: 55%;
  height: 62px;
  object-fit: cover;
  display: block;
  transform: translateY(5px);
}

.main-header {
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
}

.mobile-menu-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ff034d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(255, 3, 77, 0.2);
}

#mobileMenu {
  display: none;
}

#mobileMenu a {
  color: #36324a;
  font-weight: 500;
}

.banner-inner-area {
  min-height: 560px;
  background-color: #f9f9f9;
  padding: 217px 0 96px;
  position: relative;
  overflow: hidden;
}

.banner-text-inner {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  color: #ff034d;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 12px;
}

.banner-text-inner h1 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.banner-text-inner p {
  max-width: 480px;
}

.banner-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
}

.shape {
  backface-visibility: hidden;
  will-change: transform;
}

.download-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.qr-download,
.footer-qr #footerQrcode {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.qr-download #qrcode,
.footer-qr #footerQrcode {
  width: 96px;
  height: 96px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(54, 50, 74, 0.12);
}

.qr-download span {
  color: #36324a;
  font-size: 14px;
  font-weight: 600;
}

.stats-section {
  background: #fff;
}

.user-interact-image img {
  border-radius: 8px;
}

.footer-logo img {
  width: 150px;
  max-width: 70%;
}

.footer-top {
  position: relative;
}

.footer-qr #footerQrcode {
  width: 112px;
  height: 112px;
}

@media (max-width: 991px) {
  .banner-inner-area {
    padding: 160px 0 80px;
  }

  .banner-text-inner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-image img {
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .main-header {
    padding: 5px 0;
    opacity: 1;
    background-color: transparent;
  }

  .site-logo {
    display: none;
  }

  .banner-inner-area {
    padding: 120px 0 64px;
  }

  .banner-text-inner h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .banner-text-inner p {
    margin-bottom: 28px;
  }

  .download-actions {
    gap: 16px;
  }

  .banner-image {
    margin-top: 48px;
  }

  .banner-image img {
    margin: 0 auto;
    max-width: 300px;
  }

  .qr-download #qrcode {
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 70px;
  }

  .pb-120 {
    padding-bottom: 70px;
  }

  .pb-80 {
    padding-bottom: 48px;
  }

  .user-interact-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 34px;
  }
}
