



@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;
}

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

  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: 18px;
  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);
  }
}

.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;
}


/* ABOUT SECTION */
.kohinoor-about-section, .kohinoor-heritage-section {
  position: relative;
  padding: 100px 0 0 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%
);

}
.kohinoor-heritage-section {
  position: relative;
  padding: 0 0 30px 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%
);

}


/* COLOR OVERLAY */
.kohinoor-about-section::before {
  /* content: "";
  position: absolute;  
 inset: 0;

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


   
  

  z-index: 1; */
  content: "";
  position: absolute;
  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/slik-fabric-background.png') center/cover no-repeat;

  z-index: 1;
}
.kohinoor-heritage-section::before {
   content: "";
  position: absolute;
  inset: 0;

  background: 
       linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 20%
    ),
    linear-gradient(to right,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 15%
    ),
    linear-gradient(to left,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 100%
    ),
     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/slik-fabric-background.png') center/cover no-repeat;

  z-index: 1;
}
.inner-about-section{
    position: relative;
    z-index: 5;
}

.about-kohinoor::after, .heritage-section::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 */

}

.heritage-title{
    font-family: 'Footspring', serif;
    font-size: 3.281rem;
    font-weight: 700;
    /* margin-top: 0 !important; */
}

/* CONTENT ABOVE OVERLAY */
.kohinoor-about-section .container {
  position: relative;
  z-index: 5;
}


/* IMAGE */
.about-image img {
  max-width: 100%;
}



/* ABOUT PILL */
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 4px 18px;
  border-radius: 999px;

  background: linear-gradient(
    135deg,
    #FEE39B 0%,
    #C88122 100%
  );

  color: #000;
  font-family: 'Avenir', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;

  letter-spacing: 0.3px;
  margin-bottom: 2rem;
}

/* black dot */
.about-pill .pill-dot {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}


/* TITLE */
.about-title {
  font-family: 'Footspring', serif;
  font-size: 3.281rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

/* TEXT */
.about-text {
  font-family: 'Avenir', sans-serif;
  font-size: 1.031rem;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

/* KNOW MORE BUTTON */
.know-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;

  margin-top: 24px;
  padding: 10px 14px 10px 24px;

  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;

  border: 1.5px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(135deg, #d4af37, #a9894a) border-box;

  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 500;

  transition: all 0.3s ease;
}

.know-more-btn .btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);

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

.know-more-btn:hover .btn-icon {
  border-color: #d4af37;
  transform: translateX(3px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .kohinoor-about-section {
    padding: 70px 0;
    text-align: center;
  }

  .about-content {
    margin: 0 auto;
  }

  .about-title {
    font-size: 32px;
  }

  .about-image img {
    max-width: 75%;
    margin: 0 auto;
  }
}


/* Center the diamond image in the heritage section */
.kohinoor-heritage-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 200px; */
  margin-top: 8rem;
}


.diamond-image {
  display: block;
  max-width: 45%;
  height: auto;
}


/* Center the decor line image in the heritage section */
.decor-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.heritage-decor {
  display: block;
  max-width: 100%;
  height: 2.5rem;
  z-index: 1;
}

/* Mobile tweaks for heritage section */
@media (max-width: 576px) {
  .kohinoor-heritage-section {
    /* padding: 60px 0 50px; */
    text-align: center;
  }

  .kohinoor-heritage-section .container {
    margin-top: 3rem;
  }

  .diamond-image {
    max-width: 100%;
    margin: 0 auto;
  }

  .heritage-title, .heritage-subtitle {
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 10px;
  }

  .heritage-title .heritage-subtitle {
    display: block;
   
    margin-top: 0.4rem;
  }

  .decor-line {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }

  .heritage-decor {
    height: 1.5rem;
  }
  


}




.legacy-section {
  position: relative;
  padding: 100px  0 50px 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%
);

}
.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;

}
/* Ensure legacy-image-wrapper is above background images */
.legacy-image-wrapper {
  position: relative;
  z-index: 2;
}
.legacy-image-wrapper img {
 display: block;
  max-width: 100%;
  height: auto;
  
}

/* 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: -20%; /* pulls content upward (overridden on large screens) */
  padding-bottom: 100px;
  z-index: 2;
}


/* Large desktops */
@media (min-width: 1400px) {
  .legacy-content {
  margin-top: -20%; /* default large desktop behavior (overridden below) */
  }
}

/* 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: -20%; /* keep content in normal flow on big devices */
  }
}


.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: 40px 0 60px;
  }

  .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: 30px;
  }

  .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;
}

/* DECORATIVE IMAGE */
.legacy-watermark-img {
  position: absolute;
  right: 0;
  bottom: 40px;

  max-width: 500px;   /* control size */
  width: 100%;
  height: auto;

  pointer-events: none;

  z-index: 1;
}
@media (max-width: 991px) {
  .legacy-watermark-img {
    max-width: 200px;
    right: 20px;
    bottom: 20px;
    opacity: 0.06;
  }
}

@media (max-width: 576px) {
  .legacy-watermark-img {
    max-width: 140px;
    right: 16px;
    bottom: 16px;
    opacity: 0.05;
  }
}






.barrel-glass-section {
  position: relative;
  padding: 0 0 100px 0;
  color: #ffffff;
  overflow: hidden;

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

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

  z-index: 1;
}

.barrel-left, .barrel-right {
  position: relative;
  z-index: 2;
}
.barrel-right {
    margin-left: -12%;
    width: 26%;
}
.section-watermark {
  position: absolute;
  right: -40px;
  bottom: 40px;

  font-family: 'The Seasons', serif;
  font-size: 180px;
  letter-spacing: 10px;
  text-transform: uppercase;

  color: rgba(255,255,255,0.05);
  pointer-events: none;
}
.section-eyebrow {
  color: #FEE39B;
  font-size: 1.875rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2rem;
  font-family: 'The Seasons', serif;
}

.section-line {
  display: block;
  width: 60px;
  height: 1px;
  background: #FEE39B;
  position: absolute;
    left: 63%;
    top: 6%;
}


.barrel-title {
  font-family: 'The Seasons', serif;
  font-size: 7.031rem;
  line-height: 1.05;
  /* margin-top: 5rem; */
}
.barrel-bottle {
    max-width: 100%;
    margin-left: -40%;
    position: relative;
    z-index: 2;
    /* margin-top: -45% */

}
.barrel-subtitle {
  font-family: 'The Seasons', serif;
  font-size: 1.172rem;
  color: #FEE39B;
  margin-bottom: 6px;
  font-weight: 400;
}

.barrel-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.barrel-list li {
  font-size: 0.938rem;
  color: rgba(255,255,255,0.85);
  /* margin-bottom: 6px; */
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
}

@media (max-width: 991px) {
  .barrel-glass-section {
    padding: 0;
    text-align: center;
  }

  .barrel-title {
    font-size: 44px;
  }

  .barrel-bottle {
    max-height: 380px;
    margin: 40px 0;
  }

  .section-watermark {
    font-size: 90px;
    right: 10px;
    bottom: 20px;
  }

  .barrel-eyebrow-wrap {
    justify-content: center;
    margin-bottom: 24px;
  }
  .barrel-right{
order: 3;
        margin-left: 0;
        width: 100%;
        text-align: center;
  }

  .barrel-eyebrow {
    font-size: 1.5rem;
  }

  .barrel-line {
    width: 50px;
  }

  .barrel-subtitle {
    font-size: 1rem;
  }

  .barrel-list li {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .barrel-glass-section {
    /* padding: 40px 0 60px; */
        padding: 0;

  }

  .barrel-glass-section .container {
    text-align: center;
  }

  .barrel-left {
    margin-bottom: 30px;
  }

  .barrel-center {
    order: 2;
    margin-bottom: 20px;
  }

  .barrel-right {
    order: 3;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .barrel-eyebrow-wrap {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .barrel-eyebrow {
    font-size: 1.125rem;
    white-space: normal;
  }

  .barrel-line {
    width: 40px;
  }

  .barrel-title {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 16px 0;
    white-space: normal;
  }

  .barrel-bottle {
    max-height: 300px;
    margin: 20px auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  .barrel-subtitle {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .barrel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .barrel-list li {
    font-size: 0.8rem;
    flex-basis: auto;
  }
}

/* .barrel-bottle{
  position: relative;
z-index: 2;

} */

.mixology-banner {
  position: relative;
  overflow: hidden;
}

.mixology-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  /* TOP gradient */
  background:
  linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0) 15%
  ),
  linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0) 8%
  );

  pointer-events: none;
}
   

 

.mixology-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.mixology-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.mixology-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mixology-inner img {
    width: 100%;
  }

  .mixology-banner {
    background:
      linear-gradient(
        to bottom,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0)
      );
  }
}



.gallery-signup-section {
   position: relative;
  padding: 120px 0 160px;
  /* 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%;
 
}



/* .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;
}

@media (max-width: 991px) {
  .gallery-cards {
    text-align: center;
  }

  .signup-content {
    margin-top: 80px;
  }

  .card-overlay span {
    font-size: 18px;
  }
}




.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: white;
  font-size: 0.75rem;
  font-weight: 500;
}
.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;
  }
}









/* SECTION BASE */
.barrel-glass-section {
  position: relative;
  padding: 20px 0 10px 0;
  color: #ffffff;
  overflow: hidden;

  background:
    linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0) 70%
  ),

  /* BOTTOM LAYER */
  radial-gradient(
    ellipse at center,
    #041123 0%,
    #020b18 40%,
    #000000 100%
  );
}

/* FABRIC BACKGROUND */
.barrel-glass-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('media/background-image.png') center/cover no-repeat;
  z-index: 1;
}

/* WATERMARK */
.barrel-watermark {
  position: absolute;
  right: -60px;
  bottom: 40px;
  font-family: 'The Seasons', serif;
  font-size: 180px;
  letter-spacing: 14px;
  color: rgba(255,255,255,0.04);
  pointer-events: none;
  z-index: 2;
}

/* CONTENT ABOVE BG */
.barrel-glass-section .container {
  position: relative;
  z-index: 3;
}

/* LEFT */
.barrel-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.barrel-eyebrow {
  font-family: 'The Seasons', serif;
  font-size: 1.875rem;
  color: #FEE39B;
  white-space: nowrap;
}

.barrel-line {
  width: 64px;
  height: 1px;
  background: rgba(255,255,255,0.35);
}

/* TITLE */
.barrel-title {
  font-family: 'The Seasons', serif;
  font-size: 7.2rem;
  line-height: 1.02;
  margin: 0;
}

/* CENTER */
.barrel-center {
  text-align: center;
}

.barrel-bottle {
 max-height: 600px;
    /* width: 100%; */
    position: relative;
    z-index: 4;
    margin-left: -87%;
    margin-bottom: 27%;
}

/* RIGHT */
.barrel-subtitle {
  font-family: 'The Seasons', serif;
  font-size: 1.15rem;
  color: #FEE39B;
  /* margin-bottom: 14px; */
}

.barrel-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.barrel-list li {
  font-family: 'Avenir', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  /* margin-bottom: 6px; */
}

@media (max-width: 991px) {
  .barrel-glass-section {
    padding: 0 0 100px  0;
    text-align: center;
  }

  .barrel-eyebrow-wrap {
    justify-content: center;
  }

  .barrel-title {
    font-size: 3.5rem;
  }

  .barrel-bottle {
    max-height: 380px;
    margin: 40px 0;
  }

  .barrel-watermark {
    font-size: 90px;
    right: 10px;
    bottom: 20px;
  }
}

@media (max-width: 576px) {
  .barrel-title {
    font-size: 2.8rem;
  }

  .barrel-subtitle {
    font-size: 1rem;
  }
}
