@import url('./font.css');

body{
  overflow-x: hidden;
}

/* HEADER */
.site-header {
  z-index: 10;
}

/* NAVBAR GRADIENT */
.kohinoor-navbar {
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0) 100%
  );
}

/* LOGO */
.logo {
  height: 90px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  font-size: 1.125rem;
}

.navbar-nav .nav-link:hover {
  color: #d4af37;
}

/* CTA */
.shop-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  padding: 5px 9px 5px 16px;
  border-radius: 50px;

  text-decoration: none;
  color: #ffffff;

  /* GOLD GRADIENT BORDER */
  border: 1.5px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #a9905b 0%, #c9a85c 50%, #6e45204d 100%) border-box;

  font-family: "Avenir", sans-serif;
  /* font-size: 0.938rem; */
  font-weight: 500;

  transition: all 0.3s ease;
}

/* TEXT */
.shop-now-btn .btn-text {
  letter-spacing: 0.4px;
  white-space: nowrap;
  font-size: 0.938rem;
}

/* RIGHT CIRCLE */
.shop-now-btn .btn-icon {
  width: 30px;
  height: 30px;

  border-radius: 50%;

  /* FADED BORDER EFFECT */
  border: 1.5px solid rgba(255, 255, 255, 0.55);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 18px;

  transition: all 0.3s ease;
}

/* ARROW */
.shop-now-btn .btn-icon i {
  font-size: 12px;
  font-weight: 300;
}

/* HOVER (very subtle, luxury) */
.shop-now-btn:hover .btn-icon {
  border-color: rgba(212, 175, 55, 0.9);
  transform: translateX(3px);
}



@media (min-width: 1400px) {
  .container {
    max-width: 1200px; /* or 1140px */
  }
}


/* HERO */
.kohinoor-hero {
  height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .kohinoor-navbar {
    background: rgba(0,0,0,0.85);
  }
  
  /* Reduce hero height on tablets */
  .kohinoor-hero {
    height: 70vh;
    min-height: 500px;
  }
  .hero-tagline p {
  margin-bottom: -1rem;
}
}

@media (max-width: 768px) {
  /* Further reduce on mobile */
  .kohinoor-hero {
    height: 60vh;
    min-height: 450px;
  }
  .hero-tagline p {
  margin-bottom: -1rem;
}
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  /* SAME GRADIENT AS NAVBAR */
  background:
   /* top + bottom dark */
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0.35) 35%,
      rgba(0,0,0,0.35) 65%,
      rgba(0,0,0,0.9) 100%
    ),

    /* side vignette */
    radial-gradient(
      ellipse at center,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0.95) 70%,
      rgba(0,0,0,0.98) 100%
    );

  display: flex;
  align-items: flex-end;
}

/* THIS is the key fix */
.hero-overlay-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  padding-bottom: 60px;
}

/* LEFT */
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 14px;
}
.scroll-icon{
    width: 33px;
  height: 33px;

    color: #ffffff;
 border: 2px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(
      90deg,
      #A9905B 0%,
      #c9a85c 50%,
      #6E45204D 100%
    ) border-box;
border-radius: 50px;
}

.scroll-icon i{
    font-size: 12px;
    padding: 0px 6px 12px 8px;
}
.scroll-text{
    color: #ffffff;
    font-family: 'Avenir', sans-serif;
    font-size: 0.938rem;
    font-weight: 500;
}
.down-gray{
    color: #888888;
}
.hero-tagline {
  color: #ffffff;
  font-family: 'Avenir', sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 22.50px;
  text-align: left;
}
/* RIGHT */
.hero-tagline p {
  max-width: 260px;
}




/* Section */
.decor-line {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heritage-decor {
  width: clamp(120px, 30vw, 400px);
  max-width: 90%;
  margin: 0 auto 6rem;
  display: block;
}
.contact-section {
  position: relative;
  background:
     /* subtle watermark overlay */
   /* subtle watermark overlay */
    url("media/background-image.png") center/100% no-repeat,
    linear-gradient(to bottom,
     rgba(0, 0, 0, 1) 0%, 
     rgba(0, 0, 0, 0) 100%
     ),
    linear-gradient(to right,
     rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 0%
      ),
    linear-gradient(to left,
     rgba(0, 0, 0, 1) 0%, 
     rgba(0, 0, 0, 0) 10%
     ),
    linear-gradient(to top, 
    rgba(0, 0, 0, 1) 0%,
     rgba(0, 0, 0, 0) 40%
     ),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    url("media/silk-fibre.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

/* Ornament */
.ornament {
  width: 160px;
  height: 24px;
  margin: 0 auto;
  background: url("media/ornament-gold.png") center/contain no-repeat;
}

/* Title */
.contact-title {
  font-family: 'Footspring', serif;
  font-size: 3.5rem;
  margin-bottom: 16px;
}

/* Subtitle */
.contact-subtitle {
  font-size: 1.172rem;
  font-family: "Albert Sans", sans-serif;
  /* max-width: 700px; */
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 300;
}

/* Inputs */
.luxury-input {
  background: transparent;
  border: 1px solid #c8a24a;
  border-radius: 40px;
  padding: 14px 24px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.luxury-input::placeholder {
  color: #fff;
  opacity: 0.85;
  letter-spacing: 1px;
}

.luxury-input:focus {
  background: transparent;
  border-color: #e1c56b;
  box-shadow: none;
  color: #fff;
}

/* Submit */
.submit-wrap {
  max-width: 73%;
  margin: 0 auto;
}

.submit-btn {
  background: transparent;
  border: 1px solid #c8a24a;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.submit-btn .arrow {
  display: inline-block;
  transform: translateY(1px);
}

.submit-btn:hover {
  background: #c8a24a;
  color: #000;
}

/* Responsive */
@media (max-width: 767px) {
  .contact-title {
    font-size: 38px;
  }

  .submit-wrap {
    text-align: center !important;
  }

  /* Center input wrapper on mobile */
  .luxury-field {
    margin-left: auto;
    margin-right: auto;
  }
}


.luxury-field {
  position: relative;
  width: 85%;
  border-radius: 60px;
  padding: 1px;
}

/* Metallic gradient border */
.luxury-field::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  padding: 1px;

  background:
    linear-gradient(
    120deg,
    rgba(45, 32, 13, 0.25) 0%,
    rgba(200, 129, 34, 0.45) 0%,
    rgba(200, 129, 34, 0.95) 0%,
    rgba(200, 129, 34, 0.45) 63%,
    rgba(45, 32, 13, 0.25) 100%
  );
  

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Input */
.luxury-field input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 14px 30px;
  border-radius: 60px;
  color: #fff;
  font-size: 1.172rem;
  letter-spacing: 1px;
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
}

/* Placeholder */
.luxury-field input::placeholder {
  color: #fff;
  opacity: 0.9;
  letter-spacing: 2px;
}

/* Focus enhancement */
.luxury-field:focus-within::before {
  background: linear-gradient(
    120deg,
    rgba(45, 32, 13, 0.4),
    rgba(200, 129, 34, 1),
    rgba(45, 32, 13, 0.4)
  );
}





/* Section */
.contact-map-section {
  padding: 80px 0;
  background:
   url("media/background-image.png") center/100% no-repeat,
    linear-gradient(to bottom,
     rgba(0, 0, 0, 1) 0%, 
     rgba(0, 0, 0, 0) 100%
     ),
    linear-gradient(to right,
     rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 0%
      ),
    linear-gradient(to left,
     rgba(0, 0, 0, 1) 0%, 
     rgba(0, 0, 0, 0) 10%
     ),
    linear-gradient(to top, 
    rgba(0, 0, 0, 1) 0%,
     rgba(0, 0, 0, 0) 40%
     ),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    url("media/silk-fibre.jpg") center/cover no-repeat;
}

/* Luxury container */
.luxury-box {
  position: relative;
  border-radius: 40px;
  padding: 50px;
}

/* Gradient faded border */
.luxury-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 40px;

  background: linear-gradient(
    120deg,
    rgba(45, 32, 13, 0.25) 0%,
    rgba(200, 129, 34, 0.5) 6%,
    rgba(200, 129, 34, 0.95) 50%,
    rgba(200, 129, 34, 0.5) 90%,
    rgba(45, 32, 13, 0.25) 100%
  );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* LEFT CONTENT */


.contact-info {
    padding-top: 20%;
}

.contact-info{
font-family: 'Avenir', sans-serif;
  color: hsla(0, 0%, 100%, 1);
  font-size: 1.031rem;
  font-weight: 300;
  margin:0;
    line-height: 130%;
}
.contact-info a{
    color: #e5e5e5;
    text-decoration: none;
    font-family: 'Avenir', sans-serif;
font-size: 1.031rem;
  font-weight: 300;
}

/* .contact-info p {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
} */



/* Button */
.luxury-btn {
  background: transparent;
  border: 1px solid #C88122;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.luxury-btn:hover {
  background: #C8812266;
  color: #000;
}

/* MAP */
.map-wrap {
  border-radius: 70px;
  overflow: hidden;
  height: 100%;
  min-height: 450px;
  position: relative;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(20%) sepia(20%) brightness(0.95);
  position: relative;
  z-index: 1;
}

.map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
background: rgba(200, 129, 34, 0.4);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .luxury-box {
    padding: 30px;
  }

  .map-wrap {
    min-height: 320px;
  }

  /* Wider submit area on tablets/mobile */
  .submit-wrap {
    max-width: 86%;
  }
}

/* Ensure map column stretches to match text column */
.contact-map-section .row.align-items-center {
  align-items: stretch !important;
}

.contact-map-section .col-lg-7,
.contact-map-section .col-md-12 {
  display: flex;
}

.contact-map-section .map-wrap {
  flex: 1 1 auto;
}



.hertage-decor{
    width: 20%;
}

.gallery-signup-section {
  position: relative;
  padding: 20px 0 120px 0;
  /* background: url('media/background-image.png') center/cover no-repeat; */
  color: #ffffff;
  overflow: hidden;

  background: radial-gradient(
    ellipse at center,
    #041123 0%,
    #020b18 40%,
    #000000 100%
  );
}
.gallery-signup-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 37%),
    url("media/slik-fabric-background.png") center/cover no-repeat;

  z-index: 1;
}
.gallery-perform::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("media/background-image.png") center/cover no-repeat;

  z-index: 3; /* 🔥 top layer */
  pointer-events: none; /* content clickable rahe */
}

/* LEFT + RIGHT dark */
/* .gallery-signup-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to right,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0) 20%,
      rgba(0,0,0,0) 80%,
      rgba(0,0,0,0.9) 100%
    ),
    linear-gradient(to bottom,
      rgba(0,0,0,0) 60%,
      rgba(0,0,0,0.9) 100%
    );

  z-index: 0;
} */
.gallery-card {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
  z-index: 5;
}

.gallery-card img {
  width: 100%;
  display: block;
}

/* HOVER OVERLAY */
.card-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.85)
  );

  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-overlay span {
  font-family: "Alverata", sans-serif;
  font-size: 2.344rem;
  color: white;
  font-weight: 600;
}

.gallery-card:hover .card-overlay {
  opacity: 1;
}

.signup-content {
  margin-top: 5%;
  position: relative;
  z-index: 5;
}

/* .signup-email {
  opacity: 0.7;
  margin-bottom: 20px;
} */
.signup-email {
  margin-bottom: 4%;
  margin-top: 2%;
}

.signup {
  font-size: 3.281rem;
  font-weight: 300;
  font-family: "Avenir", sans-serif;
}

.signup-link {
  display: inline-flex; /* icon + text act as one unit */
  align-items: center;
  gap: 10px;

  color: #5c5c5c;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;

  padding-bottom: 2px; /* space above underline */
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); /* underline */
}

.signup-link i {
  color: #aa8453;
  font-size: 1.125rem;
}

.shop-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  padding: 3px 7px 3px 12px;
  border-radius: 50px;

  text-decoration: none;
  color: #ffffff;

  /* GOLD GRADIENT BORDER */
  border: 1.5px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #a9905b 0%, #c9a85c 50%, #6e45204d 100%) border-box;

  font-family: "Avenir", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;

  transition: all 0.3s ease;
}

/* TEXT */
.shop-now-btn .btn-text {
  letter-spacing: 0.4px;
  white-space: nowrap;
}

/* RIGHT CIRCLE */
.shop-now-btn .btn-icon {
  width: 22px;
  height: 22px;

  border-radius: 50%;

  /* FADED BORDER EFFECT */
  border: 1.5px solid rgba(255, 255, 255, 0.55);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 9px;

  transition: all 0.3s ease;
}

/* ARROW */
.shop-now-btn .btn-icon i {
  font-size: 9px;
}

/* HOVER (very subtle, luxury) */
.shop-now-btn:hover .btn-icon {
  border-color: rgba(212, 175, 55, 0.9);
  transform: translateX(3px);
}

.brand-mark {
  text-align: center;
  position: relative;
  z-index: 5;
}
.brand-mark img {
  max-width: 200px;
  margin: 50px auto 30px;
}

.logo-button {
  position: relative;
  z-index: 6;
}
/* .media-kit {
  color: #AA8453;
  font-family: "Avenir", sans-serif;
  text-decoration: underline;
  font-size: 1.641rem;
} */

.media-kit {
  display: inline-flex;
  align-items: center; /* vertical alignment */
  gap: 10px; /* space between arrow & text */

  color: #aa8453;
  font-family: "Avenir", sans-serif;
  text-decoration: underline;
  font-size: 1.641rem;
  position: relative;
  z-index: 5;
}

.media-kit img {
  width: 1.641rem; /* control arrow size */
  height: auto;
  display: block;
}

.kohinoor-footer {
  position: relative;
  padding: 0px 0 40px;
background: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.95) 40%,
    rgba(0,0,0,0.95) 100%
  );   color: rgba(255,255,255,0.75);
  overflow: hidden;
}
.footer-top-nav {
  padding: 0px 0 20px;
}

.footer-nav-inner {
  display: flex;
  align-items: center;
  gap: 12%;
}

.footer-logo img {
  max-width: 160px;
}

.footer-nav-links {
  display: flex;
  gap: 40%;
}

.footer-nav-links a {
  font-family: "Avenir", sans-serif;
  color: #AA8453;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}
.footer-main {
  padding: 40px 0 30px;
}

.location, .footer-tagline {
   font-family: "Avenir", sans-serif;
  color: #AA8453;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2rem;
}


.footer-address {
  display: flex;
  align-items: flex-start; /* icon aligns to top */
  gap: 10px;
  line-height: 1.8;
}

.footer-address i , .footer-link i {
  color: #AA8453;
  font-size: 25px;
}

.footer-link{
  display: flex;
  align-items: flex-start; /* icon aligns to top */
  gap: 10px;
}

.footer-address span, .footer-paragraph {
  display: block;
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 0.938rem;
  line-height: 25px;
  font-weight: 300;
}


.footer-link  span{
   display: block;
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 0.938rem;
  line-height: 25px;
  font-weight: 300;
  margin-top: 0.5rem;
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 12px;
  opacity: 0.6;
}
.copyright{
  font-family: "Avenir", sans-serif;
  color: gray;
  font-size: 0.75rem;
  font-weight: 500;
   display: block;
  text-align: center;
}

.buffalosoldiers{
    font-family: "Avenir", sans-serif;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer-nav-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}





.legacy-section {
  /* position: relative; */
  padding: 12% 0 0 0;
  /* background: url('media/background-image.png') center/cover no-repeat; */
  color: #ffffff;
  overflow: hidden;
  /* height: 100vh; */

background: radial-gradient(
  ellipse at center,
  #041123 0%,
  #020b18 40%,
  #000000 100%
);

}
.legacy-section::before {
  content: "";
  position: absolute;   /* ðŸ”´ THIS IS IMPORTANT */
 inset: 0;

 
  background: 
    linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 35%
    ),
    linear-gradient(to right,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 25%
    ),
    linear-gradient(to left,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 20%
    ),
     /* linear-gradient(to top,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 20%
    ), */
     radial-gradient(
      ellipse at center,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0) 60%
    ),
    url('media/background-image.png') center/cover no-repeat;

  z-index: 1;
}

.legacy-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 1.5em 0;*/
  /* padding: 0 24px; */

}
/* Ensure legacy-image-wrapper is above background images */
.legacy-image-wrapper {
  position: relative;
  z-index: 2;
}
.legacy-image-wrapper img {
 display: block;
  width: 100%;
  /* max-width: 1200px;
  height: auto; */
  object-fit: cover;
  border-radius: 24px;
}

/* BLACK VIGNETTE OVER IMAGE */
/* .legacy-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;

background: radial-gradient(
  ellipse at center,
  rgba(0,0,0,0) 50%,
  rgba(0,0,0,0.7) 126%,
  rgba(0,0,0,0.95) 0%
)

} */
.legacy-content {
  position: relative;
  margin-top: -10%;
  /* padding-bottom: 100px; */
  /* z-index: 2;
  margin-right: -50%; */
}


/* Large desktops */
/* @media (min-width: 1400px) {
  .legacy-content {
  margin-top: -40vh; 
  }
} */

/* Tablets */
@media (max-width: 991px) {
  .legacy-content {
    transform: translateY(-60px);
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 576px) {
  .legacy-content {
    transform: translateY(-40px);
    padding-bottom: 60px;
  }
}

/* Desktop override: prevent upward shift on large screens */
/* @media (min-width: 1200px) {
  .legacy-content {
    margin-top: -40vh; 
  }
} */


.since-pill {
  display: inline-block;
  background: #d4af37;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}

.legacy-title {
  font-family: 'Footspring', serif;
  font-size: 3.281rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.legacy-logo {
  max-width: 140px;
  display: block;
  margin: 0 25%;
}
.legacy-right p {
  font-size: 1.031rem;
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .legacy-content {
    margin-top: -60px;
  }

  .legacy-title {
    font-size: 30px;
  }

  .legacy-left,
  .legacy-right {
    text-align: center;
  }

  .legacy-logo {
    margin: 0 auto;
  }

  .legacy-right p {
    font-size: 0.95rem;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .legacy-section {
    padding: 0 0 0;
  }

  .legacy-content {
    margin-top: -30px;
    padding-bottom: 50px;
  }

  .legacy-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .legacy-logo {
    max-width: 100px;
    margin: 15px auto 0;
  }

  .legacy-left,
  .legacy-right {
    text-align: center;
    margin-bottom: 0;
  }

  .legacy-right p {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .since-pill {
    font-size: 11px;
    padding: 4px 12px;
  }
}




/* SECTION */
.legacy-section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .legacy-section {
    padding: 140px 0 40px; /* keep banner clear of navbar on tablet/mobile */
  }

  .legacy-image-wrapper {
    padding: 0 16px;
  }

  .legacy-image-wrapper img {
    max-width: 900px;
    border-radius: 18px;
  }
}

@media (max-width: 768px) {
  .legacy-section {
    padding: 130px 0 32px;
  }

  .legacy-image-wrapper {
    padding: 0 12px;
  }

  .legacy-image-wrapper img {
    max-width: 100%;
    border-radius: 14px;
  }
}

@media (max-width: 576px) {
  .legacy-section {
    padding: 140px 0 28px; /* extra top space for mobile notch/navbar overlap */
  }

  .legacy-image-wrapper {
    padding: 0 10px;
  }

  .legacy-image-wrapper img {
    max-width: 100%;
    border-radius: 12px;
  }
}


@media (max-width: 767.98px) {
  .signup {
    font-size: 2.5rem;
            margin-bottom: 1.5rem;

  }
  .brand-mark img {
    max-width: 160px;
    margin: 50px auto 30px;
}
.media-kit {
    font-size: 1.25rem;
}
.media-kit img {
  width: 1.2rem;
}

}

@media (max-width: 576px) {
  .signup {
    font-size: 2rem;
        margin-bottom: 1.5rem;
  }
  .brand-mark img {
    max-width: 160px;
    margin: 50px auto 30px;
}
.media-kit {
    font-size: 1.25rem;
}
.media-kit img {
  width: 1.2rem;
}

}