/* -- Variable -- */
:root {
    --primary: #FF0000;
}

/* -- Typography -- */
body {
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-14);
    font-family: "Inter Tight", sans-serif;

}

.text-display-1 {
    font-size: clamp(64px, 28vw, 308px);
    line-height: clamp(64px, 28vw, 308px);
}

h1,
.h1 {
    font-size: clamp(48px, 10vw, 132px);
    line-height: clamp(48px, 10vw, 132px);
}

h2,
.h2 {
    font-size: clamp(42px, 9vw, 112px);
    line-height: clamp(42px, 9vw, 112px);
}

h3,
.h3 {
    font-size: clamp(40px, 4vw, 80px);
    line-height: clamp(48px, 5vw, 96px);
}

h4,
.h4 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: clamp(48px, 5.5vw, 72px);
}

h5,
.h5 {
    font-size: clamp(32px, 5vw, 48px);
    line-height: clamp(36px, 4.5vw, 58px);
}

h6,
.h6 {
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: clamp(34px, 4.5vw, 52px);
}

.text-body-1 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: clamp(30px, 3.5vw, 40px);
}

.text-body-2 {
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: clamp(26px, 2.2vw, 30px);
}

.text-body-3 {
    font-size: 20px;
    line-height: 28px;
}

.text-body-4 {
    font-size: 18px;
    line-height: 28px;
}

.text-body-6 {
    font-size: 14px;
    line-height: 20px;
}

/* HERO MOBILE FIX */
@media (max-width: 768px) {
  .s-hero-slide {
    min-height: 100vh;
  }

  .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-title {
    font-size: 42px !important;
    line-height: 1.2;
    text-align: center;
  }

  .wrap-top {
    flex-direction: column;
    text-align: center;
  }

  .group-btn {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

@media (max-width: 768px) {
  header.tf-header-3 {
    padding: 10px 0;
  }

  .logo-site img {
    width: 60px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .s-why-choose .row {
    flex-direction: column;
  }

  .s-why-choose .s-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .stats-wrapper .stat-box {
    flex-direction: column;
    text-align: center;
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .apple-card {
    padding: 16px;
  }

  .product-name {
    font-size: 16px;
    text-align: center;
  }

  .cta {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .sticky-md-top {
    position: static !important;
  }

  .wg-service {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .card-process .number-order {
    font-size: 60px;
  }

  .card-process .info {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .marquee-container {
    overflow-x: hidden;
  }

  .image_wrapper,
  .image_wrapper-2 {
    width: 220px;
  }

  .img-caption {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  footer.site-footer {
    text-align: center;
  }

  footer .footer-links,
  footer .footer-contact {
    padding-left: 0;
  }

  footer address {
    text-align: center;
  }
}
center-title {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}