body, html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

/* Navbar spacing fix */
body {
  padding-top: 70px; 
  background: #ffeeda;
}
@font-face {
  font-family: "AppleGaramond";
  src: url("https://thesacred.in/assets-latest/fonts/AppleGaramond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MinionVariableConcept-Italic";
  src: url("https://thesacred.in/assets-latest/fonts/MinionVariableConcept-Italic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("https://thesacred.in/assets-latest/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcuminVariableConcept";
  src: url("https://thesacred.in/assets-latest/fonts/AcuminVariableConcept.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("https://thesacred.in/assets-latest/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue-Bold";
  src: url("https://thesacred.in/assets-latest/fonts/BebasNeue Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue-Regular-1";
  src: url("https://thesacred.in/assets-latest/fonts/BebasNeue Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.h5{
    font-size: 1.25rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler{
    background-color:#c12066;
}
p{
    color: #343a40;
}
a{
    color: #6f4703;
    text-decoration: none;
}
.heading-home-sections h1{
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 600;
    color: #c12066;
}

.heading-home-sections h3{
    font-size: clamp(22px, 3vw, 35px);
    font-weight: 500;
    color: #6f4703;
}
.hero-text h2{
    font-family: "AcuminVariableConcept";
    font-size: 38px;
    font-weight: 500;
    color: #6f4703;
}
.hero-text h4{
    font-family: "AcuminVariableConcept";
    font-size: 22px;
    font-weight: 500;
    color: #c12066;
}
.overlay-content h1, h3, p{
    font-family: "Montserrat", sans-serif;
}
.common-button{
    background: #c12066;
    color: #fff;
    font-weight:500;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
.common-button:hover{
    background: transparent;
    color: #c12066;
    border: 1px solid #c12066;
}
/* Hero Section */
.hero {
    background: url("https://thesacred.in/assets-latest/img/Parellax.png") no-repeat center top fixed;
  background-size: cover;
  background-color: #8a51a0;
  text-align: center;
  /*overflow: hidden;*/
  position: relative;
}

.hero-bg {
  background: url("https://thesacred.in/assets-latest/img/Parellax.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.hero-text {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #000;
  text-shadow: 1px 1px 4px rgba(255,255,255,0.8);
}

.hero-text .logo {
  max-height: 250px;
}

.performers {
  position: relative;
  margin-top: -120px;
  z-index: 2;
}

.performers img {
  width: 100%;
  height: auto;
  display: block;
}

#about{
    background:url("https://thesacred.in/assets-latest/img/About.png");
    background-size: cover;
}

.after-film {
    padding: 150px 0px;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(https://thesacred.in/assets-latest/img/video.jpg) center no-repeat;
}
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #c12066;
}
.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #c12066;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #c12066;
    border-radius: 100%;
    transition: all 200ms;
}
.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

/* Common Section Styling */
.custom-section {
  padding: 60px 0;
}

.custom-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.content-home-sections p.lead {
  font-size: 16px;
  font-weight:500;
  color: #6f4703;
}

.content-home-sections p.big-text {
  font-size: 22px;
  font-weight:500;
  color: #6f4703;
}
.custom-section img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.custom-section .btn {
  font-weight: bold;
  padding: 10px 25px;
}
#ourGallery{
    background:url("https://thesacred.in/assets-latest/img/ourGallery.png");
    background-size: cover;
}

.card-image {
  overflow: hidden; /* image zoom hone par border ke bahar na jaye */
}

.card-image img {
  transition: transform 0.4s ease; /* smooth animation */
}

.card-image:hover img {
  transform: scale(1.1); /* 10% zoom */
}

/**********Experience Page Start**********/

.festival-delegate {
    /* padding: 150px 0px; */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://thesacred.in/assets-latest/img/about2.jpg) center no-repeat !important;
}
.delegate-package {
    padding: 40px 50px !important;
}
.taste-sub-paragraph {
    font-size: 17px;
    line-height: 35px;
}

.profile-card {
    height: 450px;
    position: relative;
    perspective: 150rem;
    -moz-perspective: 150rem;
  }

  .profile-card-face {
    background-color: #c12066;
    color: #ffffff!important;
    height: 450px;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }

  .profile-card-back {
    transform: rotateY(180deg);
  }

  .profile-card:hover .profile-card-front {
    transform: rotateY(-180deg);
  }

  .profile-card:hover .profile-card-back {
    transform: rotateY(0);
    cursor: pointer;
  }
  .fest-slider-text{
      padding-top: 10rem;
  }
  .fest-slider-text p, .fest-slider-text h4{
      color: #ffffff!important;
  }
  .book-now-btn {
    background: #e04879;
    border: none;
    padding: 10px 20px;
  }
  .book-now-btn a{
      color: #fff!important;
  }

/**********Experience Page End***********/

/**********Blog Section************/

#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}
#team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    padding: 0px 20px;
}
#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team .member:hover .member-info-content h4, #team .member:hover .member-info-content p{
    color: #fff;
}
#team .member:hover .member-info-content .social a{
    color: #c12066;
    font-weight:500;
}
#team .member .social {
    margin-top: 15px;
}

/**********Blog Section End************/

/**********Contact Section Start************/

.contact-us .nav-link {
    font-weight: 500;
    color: #c12066!important;
    border-radius: 40px;
    margin-left: 10px;
}
.contact-us .nav-link:hover {
    color: #fff!important;
    background: #c12066;
}
.contact-us .nav-link.active {
  color: #fff !important;
  background: #c12066 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/**********Contact Section End************/

footer {
  font-size: 14px;
}
#footer{
    background:url("https://thesacred.in/assets-latest/img/footerBg.png");
    background-size: cover;
}

/* Delegate Experience Section */
    #delegateExperience {
      position: relative;
      width: 100%;
      min-height: 400px;
      background: url('https://thesacred.in/assets-latest/img/DEbg1new.png') no-repeat center bottom;
      background-size: cover; 
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 5;
      top: 75px;
    }
    #delegateSliderSection {
      position: relative;
      width: 100%;
      text-align: center;
      background: #fff3eb;
    }
    /* Swiper Slider */
    .swiper {
      width: 100%;
      height: 400px;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-button-next, .swiper-button-prev {
      color: #c12066;
    }

    .swiper-pagination-bullet-active {
      background: #c12066;
    }
    #delegateExperiencePackage{
      position: relative;
      width: 100%;
      min-height: 400px;
      background: url('https://thesacred.in/assets-latest/img/DEbg2.png') no-repeat center top;
      background-size: cover; 
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 5;
      bottom: 75px;
    }
    #delegateExperiencePackage h2 {
      color: #c12066;
      font-size: 2rem;
      font-weight: bold;
    }

    #delegateExperiencePackage p.lead {
      color: #c12066;
      font-size: 16px;
      font-weight: 500;
    }
    
    #delegateExperiencePackage p.big-text{
        color:#6f4703;
        font-size: 20px;
        font-weight: 500;
    }
    
    #delegateExperiencePackage p.note{
        color:#6f4703;
        font-size: 14px;
        font-weight: 500;
    }
    
    #delegateExperiencePackage .price {
      font-size: 2rem;
      font-weight: bold;
      color: #fdd835;
      background: #c12066;
      display: inline-block;
      padding: 10px 25px;
      border-radius: 8px;
      margin: 20px 0;
    }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    background-color: #c12066;
    color: #FFF;
    padding-top: 60px;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }
  .nav-link{
      color: #FFF!important;
      font-weight: 500;
  }
  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  
  .nav-link.show{
      margin-left:-85px!important;
  }

  .navbar-toggler {
    z-index: 1000;
  }
  
  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #343a40;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s;
}
.footer h4, .footer p{
    font-weight: 500;
}

.copyright p{
    font-weight: 500;
}
  #btnSUBSCRIPTION{
      background: #343a40;
      color: #fff;
  }
  .form-control{
      border: 2px solid #343a40;
  }
  
.section-header h1 {
    font-size: clamp(24px, 4vw, 48px);
    color: #111;
    text-align: center;
    font-weight: 900;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.section-header h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #c12066;
    bottom: 0;
    left: calc(50% - 20px);
}
.kabir-p p {
    font-size: 17px;
    line-height: 35px;
}

@media (max-width: 647px) {
    .hero-text {
        top: 0%;
    }
    .hero .logo{
        width: 35%;
    }
    .hero .logo-teamwork{
        width: 25%;
    }
    .hero-text h2 {
        font-size: 22px;
    }
    .hero-text h4 {
        font-size: 16px;
    }
    .performers {
        margin-top: -20px;
    }
    #delegateExperiencePackage h2{
        font-size: 1.5rem;
    }
    #delegateExperiencePackage p.big-text {
        font-size: 18px;
    }
    #delegateExperiencePackage .price {
        font-size: 1.5rem;
    }
    #footer{
        background-image: none !important; /* remove image */
    }
}  

@media (max-width: 401px) {
    .hero .logo{
        width: 35%;
    }
    .hero-text {
        top: -5%;
    }
    .hero-text h2 {
        font-size: 18px;
    }
    .hero-text h4 {
        font-size: 14px;
    }
    .performers {
        margin-top: 0px;
    }
    .hero .common-button{
        padding: 0.2rem 0.8rem;
        margin-top: 0rem;
    }
}
