@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --navy: #052249;
  --purple: #6a44e6;
  --violet: #aa4fe3;
  --blue: #5189f7;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  color: #111;
  margin: 0;
}
.hero-section {
  position: relative;
background-size: cover !important;
background-position: bottom center !important;
}
.hero-section:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: -3%;
  width: 106%;
  height: 86px;
  background: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 6px 175px;
}
.hero-copy h1 {
  font-size: 2.72rem;
  font-weight: 700;
  margin: 0 0 13px;
}
.coming-soon {
  font-size: 1.55rem;
  color: #000;
  font-weight: 700;
  margin: 0 0 15px;
}
.coming-soon i {
  font-size: 2rem;
  vertical-align: -2px;
}
.hero-copy h2 {
  font-size: 2.72rem;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 21px;
}
.store-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.store-links img {
  width: auto;
  height: 60px;
  max-width: 100%;
}
.hero-note {
  font-size: 1.42rem;
  line-height: 1.35;
  font-weight: 700;
  margin: 22px 0 0;
}
.hero-phone-wrap {
  height: 425px;
}
.hero-phone {
    height: auto;
    max-width: 100%;
    width: 72%;
    object-fit: contain;
    filter: drop-shadow(rgba(0, 0, 0, 0.26) 4px 9px 5px);
    margin-top: -60px;
}
.section-pad {
  padding: 46px 0;
}
.subsidiaries {
      background: #ccf6ff;
}
.about-copy h2,
.section-heading,
.community-section h2 {
  color: var(--navy);
  font-weight: 700;
}
.about-copy h2 {
  font-size: 2.82rem;
  line-height: 1.02;
  margin: 0 0 17px;
}
.about-copy p {
  font-size: 1.18rem;
  line-height: 1.47;
  margin: 0;
}
.feature-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 11px;
  border-radius: 50%;
  background: var(--purple);
}
.feature-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.features h3 {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
}
.section-heading {
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 30px;
}
.brand-card {
  height: 120px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
  display: grid;
  place-items: center;
  padding: 6px;
}
.brand-card img {
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}
.brand-card .thread-logo {
  height: 75px;
}
.text-brand {
  font-size: 1rem;
  color: #ff9b50;
  font-weight: 500;
}
.merch-section {
    padding: 20px 0;
  background: linear-gradient(
    90deg,
    var(--navy) 0%,
    var(--navy) 30%,
    #a348e3 30%,
    #aa4fe3 100%
  );
  color: #fff;
  min-height: 310px;
  overflow: hidden;
}
.merch-image img {
  height: 340px;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
}
.merch-copy {
  padding: 37px 10px;
  position: relative;
}
@media(min-width:1199px){
    .merch-copy:after{
                position: absolute;
        left: 0;
        bottom: 40px;
        content: '';
        background: url(../images/arrow.png);
        width: 60px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .merch-copy .buy-button{
        margin-left: 60px;
    }
  }
.merch-copy h2 {
  font-size: 2.15rem;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 700;
}
.merch-copy p {
  font-size: 1.05rem;
  margin: 0 0 20px;
}
.buy-button {
  display: inline-block;
  background: #62bced;
  color: var(--navy);
  border-radius: 9px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 33px;
  font-size: 0.95rem;
}

.community-section h2 {
  font-size: 1.7rem;
  line-height: 1.25;
}
.benefits {
  max-width: 800px;
  margin: 27px auto 43px;
}
.check {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(135deg, #14af27, #59e957);
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
}
.benefits p {
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 13px 0 0;
  font-weight: 500;
}
.download-block h2 {
  font-size: 2.14rem;
  margin-bottom: 18px;
}
.download-block strong {
  font-size: 1.2em;
}
.footer {
  padding: 20px 0 25px;
}
.footer-nav {
  display: flex;
  gap: 28px;
  margin-bottom: 22px;
}
.footer a {
  color: #222;
  text-decoration: none;
  font-size: 1rem;
}
.socials {
  display: flex;
  gap: 16px;
}
.socials a {
     color: #fff;
    background: #777;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}
.footer p {
  margin: 0;
  font-size: 1rem;
}
.hero-section {
  background: #fff url("../images/bg-gradient.svg");
}
.hero-section:after {
  display: none !important;
}
 .brand-card{transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease;text-decoration:none}.brand-card:hover{background-color:#eeeaff;box-shadow:0 8px 16px rgba(106,68,230,.22);transform:translateY(-4px)}

.logoimg{
  width: 550px;
  height: auto;
}
.bannerinfo{
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .about-copy h2{
    font-size: 26px;
  }
  .bannerinfo img{
    height: auto;
  }
  .hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-phone-wrap {
    height: auto;
  }
  .hero-phone {
    height: 390px;
    margin: 0;
  }
  .merch-section {
    background: linear-gradient(
      90deg,
      var(--navy) 0%,
      var(--navy) 35%,
      #a348e3 35%,
      #aa4fe3 100%
    );
  }
}
@media (max-width: 767.98px) {
  .brand-card {
    height: 75px;
  }
    .brand-card img{
        max-height: 40px;
    }
    .hero-copy{
        text-align: center;
    }
    .store-links{
        justify-content: center;
    }
  .hero-section {
    min-height: auto;
  }
  .hero-section:after {
    height: 42px;
  }
  .hero-content {
    padding: 40px 24px 55px;
  }
  .hero-copy h1 {
    font-size: 2.35rem;
  }
  .hero-copy h2 {
    font-size: 2.45rem;
  }
  .hero-phone {
    height: 340px;
    margin-top: 12px;
  }
  .store-links {
    gap: 9px;
  }
  .store-links img {
    height: 40px;
    object-fit: contain;
  }
  .brand-card img
  .about-copy h2 {
    font-size: 2.45rem;
  }
  .section-pad {
    padding: 37px 0;
  }
  .merch-section {
    background: linear-gradient(
      135deg,
      var(--navy) 0%,
      var(--navy) 36%,
      #a348e3 36%,
      #aa4fe3 100%
    );
  }
  .merch-image img {
    height: 260px;
  }
  .merch-copy {
    text-align: center;
    padding-top: 12px;
    position: relative;
  }
  
  .community-section h2 {
    font-size: 1.45rem;
  }
  .footer {
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
  }
  .socials {
    justify-content: center;
  }
  .footer .container {
    gap: 22px;
  }
}
@media (max-width: 390px) {
  .hero-copy h1 {
    font-size: 2.05rem;
  }
  .hero-copy h2 {
    font-size: 2.18rem;
  }
  .hero-note {
    font-size: 1.25rem;
  }
  .features h3 {
    font-size: 1rem;
  }
  .brand-card {
    height: 58px;
  }
  .merch-copy h2 {
    font-size: 1.85rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
