*{
    padding: 0%;
    margin: 0%;
}

.navbar{
    padding: 10px 40px;
}


.navbar-nav{
    gap: 17px;
}

.navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 600;
}

.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 5px;
}


.sticky-top{
    background-color:white;
}


/* crousel */
.carousel-inner{
    max-height: 650px;
}

.custom-carousel .carousel-item {
  position: relative;
}

/* LIGHT BLACK OVERLAY */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* TEXT RIGHT SIDE */
.carousel-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8%;
}

.banner-text {
  color: #ffcc4d;
  font-size: 90px;
  font-weight: 900;
  text-align: left;
  margin-top: -55px;
}

/* SHAPES COMMON */
.shape {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

/* TRIANGLE */
.triangle.solid {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #f5c000;
  top: 25%;
  left: 8%;
}

.triangle.border {
  width: 0;
  height: 0;
  border-left: 36px solid transparent !important;
  border-right: 36px solid transparent !important;
  border-bottom: 60px solid #ffffff65 !important;
  top: 23%;
  left: 7%;
}

/* CIRCLE */
.circle.solid {
  width: 36px;
  height: 36px;
  background: #ff5a2c;
  border-radius: 50%;
  bottom: 28%;
  right: 12%;
}

.circle.border {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 26%;
  right: 11%;
}

/* ANIMATION DIRECTIONS */
.from-left {
  animation: slideFromLeft 1s forwards;
}

.from-right {
  animation: slideFromRight 1s forwards;
}

.delay {
  animation-delay: 0.4s;
}

/* KEYFRAMES */
@keyframes slideFromLeft {
  0% { transform: translateX(-80px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideFromRight {
  0% { transform: translateX(80px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .carousel-content {
    justify-content: center;
    padding: 0 20px;
    text-align: center;
  }

  .banner-text {
    font-size: 36px;
    margin-top: 68px;
    text-align: center;
  }
}


/*  */

/* underline */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2.5px;
    background-color: #000;
    transition: width 0.3s ease-in-out;
}

/* hover effect */
.navbar-nav .nav-link:hover::after {
    width: 100%;
}


@media (max-width:991px) {
    .navbar{
        padding: 10px 0px;
    }    
}


/* next section */

/* SECTION */
.women-section {
    background-image: url("https://swarnaenterprise.in/wp-content/uploads/2024/02/Untitled-design-2.png");
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    color: #fff;
}

/* OVERLAY */
.women-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 1;
}

.women-section .container {
    z-index: 2;
}

/* LEFT HEADING */
.women-left-heading {
    font-size:57px;
    font-weight: 700;
    color: #bdbdbd;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-top: -280px;
}

/* RIGHT BIG OUTLINE TEXT */
.women-right-heading {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #d32f2f;
    text-transform: uppercase;
    text-align: left;
    margin-top: -40px;
}

/* PARAGRAPH */
.women-para {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.4;
    /* margin-left: 4px; */
}

/* RIGHT PARA ALIGNMENT */
.right-para {
    max-width: 650px;
    /* margin-left: auto; */
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
    /* width: 90%; */
    text-align: left;
}

/* BUTTON */
.women-btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    transition: all 0.3s ease;
    margin-right: 180px;
}

.women-btn:hover {
    background-color: #fff;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .women-section {
        padding: 80px 0;
    }

    .women-left-heading {
        font-size: 34px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: -40px;
    }

    .women-right-heading {
        font-size: 80px;
        text-align: center;
    }

    .right-para,
    .women-btn {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 100%;
    }

     .women-btn {
        margin-left: 120px;
     }
    
}


/*  */


/* apprearls */

/* SECTION */
.heritage-section {
    background-color: #fff;
    padding: 70px 0;
}

/* LEFT */
.heritage-left {
    text-align: center;
}

/* 1979 TEXT */
.heritage-year {
    font-size: 220px;
    font-weight: 800;
    color: transparent;
    margin-top: -80px;
    -webkit-text-stroke: 2px #ff4d4d;
    margin-bottom: 30px;
}

/* MODEL IMAGE */
.heritage-model-img {
    width: 320px;
    height: auto;
    position: relative;
    z-index: 2;
}

/* RED DOTS */
.red-dot {
    width: 12px;
    height: 12px;
    background-color: #ff4d4d;
    border-radius: 50%;
    position: absolute;
}

.dot-1 { top: 55%; left: 5%; }
.dot-2 { top: 35%; right: 15%; width: 25px;height: 25px; }
.dot-3 { bottom: 10%; left: 25%; }

/* RIGHT CONTENT */
.heritage-heading {
    font-size: 54px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 20px;
}

.heritage-heading span{
    font-size: 57px;
    font-weight: 800;
}

.heritage-para {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    max-width: 530px;
}

/* BUTTON */
.heritage-btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1.5px solid #000;
    background: transparent;
    font-weight: 600;
    color: #000;
    margin-left:150px;
    transition: all 0.3s ease;
}

.heritage-btn:hover {
    background-color: #000;
    color: #fff;
}

/* MINI GALLERY (RIGHT SIDE) */
.heritage-mini-gallery {
    display: flex;
    gap: 14px;
    margin-top: 80px;
}

.heritage-mini-gallery img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 991px) {

    .heritage-section {
        padding: 80px 0;
    }

    .heritage-year {
        font-size: 90px;
    }

    .heritage-model-img {
        width: 260px;
    }

    .heritage-heading {
        font-size: 34px;
        text-align: center;
        margin-top: 40px;
    }

    .heritage-para {
        text-align: center;
        margin: auto;
    }

    .heritage-btn {
        display: inline-block;
        margin: 20px auto;
        margin-left: 137px;
    }

    .heritage-mini-gallery {
        justify-content: center;
        flex-wrap: wrap;
    }

    .heritage-mini-gallery img {
        width: 118px;
        height: 130px;
    }
}


/*  */


/* images slidwrr */

/* SECTION */
.fashion-slider-section {
    background: #fff;
    overflow: hidden;
}

/* FULL WIDTH – NO LEFT GAP */
.slider-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* SWIPER RESET */
.swiper {
    width: 100%;
}

/* SLIDES */
.swiper-slide {
    margin: 0 !important;
}

.swiper-slide img {
    width: 100%;
    height: 650px;   /* you can edit */
    object-fit: cover;
    display: block;
}

/* ARROWS – INSIDE IMAGE */
.custom-arrow {
    width: 42px;
    height: 42px;
    /* background: #fff; */
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

/* ARROW POSITION */
.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}



/* BUTTON */
.imgslider-btn  {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1.5px solid #000;
    background: transparent;
    font-weight: 600;
    color: #000;
    /* margin-left:150px; */
    transition: all 0.3s ease;
}

.imgslider-btn :hover {
    background-color: #DC3545;
    color: #fff;
}


/* MOBILE */
@media (max-width: 768px) {
    .swiper-slide img {
        height: 550px;
    }
}


/*  */

/* counter section */


.about-section {
  position: relative;
  background: #1d140b;
  color: #fff;
  padding: 90px 0 220px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
  margin-top: 40px;
}




.about-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  text-align: center;
}

.about-content h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content p {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  opacity: 0.85;
}

.counters h3 {
  font-size: 45px;
  font-weight: 700;
}

.counters span {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.7;
}
#counter-first{
    border-left: none;
}

.counter{
    border-left: 1px solid white;
}

/* OVERLAP SECTION */
.eco-wrapper {
  margin-top: -140px;
  position: relative;
  z-index: 5;
  /* border: 1px sold black; */
}

/* MAIN BOX */
.eco-box {
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #000;
}

/* IMAGE COLUMN */
.eco-img img {
  width: 100%;
  height: 100%;
  max-height: 550px;   /* height control */
  object-fit: contain;
  display: block;
  margin-left: -130px;
  /* object-position: top; */
}

/* TEXT COLUMN */
.eco-text {
  
  position: relative;
}

.eco-text h3 {
  font-size: 50px;
  margin-bottom: 12px;
  margin-left: -70px;
}

.eco-text p {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 600;
  color: #555;
  margin-left: -70px;
  margin-bottom: 0;
}

/* BIG QUOTE MARK */
.quote-mark {
  position: absolute;
  top: -230px;
  right: 30px;
  font-size: 500px;
  color: #f1f0ff;
  z-index: 10;
  line-height: 1;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {
  .eco-text {
    padding: 30px 25px;
  }

  .eco-img img {
    max-height: 300px;
    margin-left: 2px;
  }

  .quote-mark {
    font-size: 120px;
    right: 20px;
  }

  .eco-text h3{
    margin-left: 7px;
  }

  .eco-text p{
    margin-left: 7px;
  }
}

.page3{
    width: 100%;
    height: 100vh;
}

/* another section */


.news-insights-section {
  position: relative;
  padding: 100px 50px;
  background: url('https://swarnaenterprise.in/wp-content/uploads/2024/02/Untitled-design-2.png') center/cover no-repeat;
  color: #fff;
}

.news-insights-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.news-insights-section .container-fluid {
  position: relative;
  z-index: 2;
}

/* LEFT HEADING */
.news-left h2 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* CARD */
.news-card {
  background: #fff;
  color: #000;
  height: 100%;
  width: 350px;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  padding: 20px;
}

.news-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.meta {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  color: #777;
}

.meta li {
  display: inline-block;
  margin-right: 10px;
}

.meta i {
  margin-right: 4px;
}

.news-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .news-left h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .news-insights-section {
    padding: 60px 20px;
  }

  .news-left h2 {
    text-align: center;
  }
}


/*  */

/* footer section */

/* CTA SECTION */
.cta-section {
  position: relative;
  background: #ef4b4b;
  padding: 120px 20px;
  overflow: hidden;
}

.cta-overlay-shape {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent 60%),
              radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 60%);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 53px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cta-content p {
  font-size: 23px;
  color: #fff;
  margin-bottom: 30px;
}

.cta-btn {
  background: #fff;
  color: #ef4b4b;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #000;
  color: #fff;
}

/* FOOTER */
.footer-section {
  padding: 10px 0;
  background: #fff;
  font-size: 14px;
}

.footer-left p {
  margin: 0;
  color: #555;
  width: 90%;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  width: 450px;
  margin: 0;
}

.footer-center ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer-center ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.footer-right a {
  margin-left: 12px;
  color: #777;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 34px;
  }

  .footer-center ul li {
    display: block;
    margin: 6px 0;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center !important;
  }
}


/*  */