@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root {
    --heading-family:"Playfair Display SC", serif;;
    --para-family:"Roboto", sans-serif;
    
}
p,a{
     /* font-size: clamp(1rem, 2.5vw, 1.5rem); */
    font-family: var(--para-family);
    line-height: 30px;
    /* text-align: justify; */
    font-weight: 400;
    font-size: 16px;
}
.believe{
  font-family: var(--heading-family);
}
.section-icon li{
  list-style-type: disc;
  font-size: 14px;
}
.exotic{
text-align: justify;
   font-size: 16px;
}

body{
  overflow-x: hidden;
}
td,th{
  font-size: 13px;
}
  .table-bordered-vertical td
   {
    border-right: 1px solid #ac2222;
  }
.table-bordered-vertical th  {
    border-right: 1px solid #f5f2f2;
  }
  /* Remove the last column's right border */
  .table-bordered-vertical td:last-child,
  .table-bordered-vertical th:last-child {
    border-right: none;
  }
  .table{
    border: 1px solid #fff !important;
  }
  tbody td{
    background-color: transparent !important;
    color: #ffff !important;
  }
  .company-logo{
    filter: invert(1) brightness(2);
    width: 100px;
  }
.white-divider {
  filter: invert(1) brightness(2);
   /* fill: #FFD700; */
  width: 50%;
}
 .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.back-button {
  position: fixed;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #ac2222;
  color: white;
  height: 50px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  z-index: 9999;
  transition: background-color 0.3s;
}
.back-button:hover {
  background-color: #ac2222;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: 
        linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), 
        url(../images/hero-section.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: zoomOut 15s ease-in-out infinite;
    transform-origin: center;
}

@keyframes zoomOut {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* .hero-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 2s ease;
    max-width: 600px;
    margin: 0 20px;
} */

.hero-content {
  text-align: center;
  height: 400px;

}
.about-img{
  width: 150px;
}
.btn-primary{
background-color: #ac2222 !important;
border:1px solid #ac2222 !important;
}
 .btn-custom {
  background: linear-gradient(135deg, #ac2222);
  font-size: 18px ;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 
    inset 0 2px 4px rgba(255, 255, 255, 0.2), 
    0 3px 20px #ac2222;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* color: #fff; */
}

/* Hover Effects */
.btn-custom:hover {
  transform: scale(1.08);
  color: white;
  box-shadow: 
    inset 0 2px 6px rgba(255, 255, 255, 0.25), 
    0 8px 20px #ac2222;
}

/* Optional Shine Animation */
.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.btn-custom:hover::before {
  left: 130%;
}
.white-divider {
  width: 300px;
  filter: brightness(0) invert(1); 
  margin: 20px auto;
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 2.5s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.location2{
    font-size: 12px;
   filter: brightness(0) invert(1); 
  /* margin: 20px auto; */
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 3s;
}
.location{
  font-size: 20px !important;
   filter: brightness(0) invert(1); 
  /* margin: 20px auto; */
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 3s;
}
.animated-text {
  /* margin-bottom: 20px; */
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
  font-family: var(--heading-family);
  font-weight: 900;
  /* line-height: 1.2; */
  
}

.line {
  display: block;
  /* margin-bottom: 10px; */
}

.letter {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeInUp 0.3s forwards;
  font-weight: 500 !important;
  line-height: 44px ;
  font-size: 25px;
   text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
  font-family: var(--heading-family);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content p {
    font-size: 1.2rem;
    line-height: 1.6;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* about======================================================================== */
.about-pushpam{
    padding: 50px 0px 50px 0px;
    overflow-x: hidden;
}
.heading{
    font-family: var(--heading-family);
    font-size: 25px;
    font-weight: 400;
    color: #ac2222;
    /* text-align: center; */
}


.album img{
    width: 338px;
     /* padding: 15px; */
}

/*venue============================================================================ */
.venue{
    padding: 50px 0px 50px 0px;
}

.owl-stage-outer{
    width: 80%;
    margin: 0 auto;
}
.owl-stage-outer .item img{
    width: 80%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; 
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:gray !important;
  border: none;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    font-size: 20px;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: -2px; 
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -2px; 
}
/* gallery===================================================================================== */
.gallery{
    padding: 0px 0px 50px 0px;
}

 .img-container2 {
    height: 300px; 
    overflow: hidden;
   
}

.uniform-img {
    height: 100%;
    width: 100%;
    object-fit: cover; 
}
.img-container2 {
    position: relative;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.uniform-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.img-container2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.img-container2:hover::after,
.img-container2:hover .img-text {
    opacity: 1;
}
/* facilities======================================================== */
.facilities{
  padding-top: 80px;
  background-color: #ac2222;
}
.light-img{
    filter: invert(1) brightness(2);
}
/* enquiry=============================================================== */
.enquiry{
  background-image:  linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(151, 150, 150, 0.3) 50%, rgba(218, 223, 221, 0.9) 100%),url(../images/New-img/footer-mobile.jpg);
  background-size: cover;
  width: 100%;
padding: 80px 0px;
  background-size: cover;

}
  .quote-form h2 {
      color: #b91c1c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .form-check-label {
      font-size: 0.95rem;
    }

    .submit-btn {
      background-color: #b91c1c;
      color: #fff;
      padding: 10px 30px;
      border: none;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #a31b1b;
    }

    .mandatory-note {
      font-size: 0.85rem;
      color: #6c757d;
    }
    /* copywrite============================================= */
    .copy{
      background-color: rgba(0, 0, 0, 0.6);
      
    }
    .copy-text{
font-size: 12px;
    }
    /* why choose======================================================= */
    .why-choose{
       padding: 50px 0px;
  /* background-color: #ac2222; */
  background-image: url(../images/New-img/Why-Choose-Collage_BG.jpg);
  background-size: cover;
  width: 100%;
  /* height: 100vh; */
    }
/* capacity============================================== */
.seating{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../images/hero-section.webp);
  width: 100%;
  padding:100px 0px;
  background-size: cover;
  background-attachment: fixed;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: rgba(66, 65, 65, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  animation: glow 1.5s infinite;
  box-shadow: 0 0 10px rgba(128, 126, 126, 0.5);
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(121, 120, 120, 0.5);
  }
  50% {
    box-shadow: 0 0 15px rgba(116, 115, 115, 0.9);
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}

.play-icon::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 5px;
  width: 0;
  height: 0;
  /* color: #fff; */
  border-left: 16px solid #ece7e7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

 @media(min-width:786px){
   .company-logo{
    filter: invert(1) brightness(2);
    width: 150px;
  }
  .location2{
    font-style: italic;
    /* font-size: 18px !important; */
   filter: brightness(0) invert(1); 
  /* margin: 20px auto; */
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 3s;
}
  .heading{
    font-family: var(--heading-family);
    font-size: 35px;
    font-weight: 400;
    color: #ac2222;
    /* text-align: center; */
}
     .exotic{
text-align: justify;
   font-size: 18px;
} 
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(66, 65, 65, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  animation: glow 1.5s infinite;
  box-shadow: 0 0 10px rgba(128, 126, 126, 0.5);
}
.play-icon::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 18px;
  
}

      td,th{
  font-size: 16px;
}
      .venue2{
  width: 80%;
 
  margin: 0px auto;
}
      .letter {
        opacity: 0;
        display: inline-block;
        transform: translateY(10px);
        animation: fadeInUp 0.3s forwards;
        line-height: 80px !important;
        font-size: 60px;
        text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
        font-family: var(--heading-family);
      }
      .hero-content {
        text-align: center;
      height:  520px;
      align-items: 
      center;
      }
      .about-img{
        width: 200px;
      }
      .album img{
          width: 480px;
          /* padding: 15px; */
      }
      .text-border{
      border-right: 1px solid white;
      }
      .owl-stage-outer .item img{
          width: 80%;
          height: 500px;
          object-fit: cover;
          overflow: hidden;
      }
      .owl-carousel .owl-nav button.owl-prev {
        margin-left: -40px; 
      }

      .owl-carousel .owl-nav button.owl-next {
        margin-right: -40px; 
      }
      .owl-carousel .owl-nav button.owl-prev,
      .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
      
      }
      .gallery{
    padding: 50px 0px 50px 0px;
}
.enquiry {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(97, 96, 96, 0.3) 50%, rgba(218, 223, 221, 0.9) 100%),
    url(../images/New-img/Bottom.jpg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  padding: 100px 0;
}
.copy-text {
    /* background-color: rgba(0, 0, 0, 0.6); */
    font-size: 13px;
}

    }