/*** Spinner Start ***/

.top-nav{
    background-color: #000000;

}
.top-info{
    color: white;
}
.top-link{
    color: #dc3e00;
}
.topbar-icon{
color: #fff; background-color: #dc3e00;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/


.navbar-brand h2{
   
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    font-family: emoji;
}

/*@media only screen and(min-width:768) and (max-width: 1000px){
    .navbar-brand{
        margin-left: 80px;
    }
}
@media only screen and(min-width:300px) and (max-width:768px) {
    .navbar-brand{
        margin-left: 30px;
        font-size: 25px;
    }
}*/
.nav-link.active{
 margin-left: 100px;
}

.navbar .navbar-nav {
    padding: 12px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: black ;
    border-bottom: 5px solid #fff;
    font-weight: 600;
}

@media (max-width: 992px) {
   
  
}
@media (max-width: 1030px) {
     .nav-link.active{
    margin-left:0px;
   }
    .navbar-brand h2{
        font-size: 20px;
    
    }
}



.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}


/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-content h6{
    line-height: 1.5;
    font-size: 22px;
    margin-top: 280px;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}


.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #dc3e00;
    color: #fff;
    opacity: 1;
    border: 0;
    margin-top:4px;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    box-shadow: 0 0 20px #fff;
    
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h6 {
        font-size: 15px !important;
    }
    .carousel-control-next{
        display: none;
    }
    .carousel-control-prev{
        display: none;
    }


}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
    
}


/* multipal-page-banner*/
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ganeshji-img01.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/
/***about**/
.about-heading{
    font-size: 20px;
}
.about-heading1{
    font-size: 30px;
}
.about-text{
    text-align: justify;
    color: #000000c9;

}
.about-btn{
    background-color: #dc3e00;
    color: #fff;
    margin-top:45px;
}
.about-btn:hover {
    background:#dc3e00;
    color: #fff;
    box-shadow: 0 0 5px #000000,
                0 0 20px #000000,
                0 0 15px #000000,
                0 0 50px #000000;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}


/*** ratn Start ***/
.ratna-heading{

    font-size: 28px;
    font-weight: 700;
}
.ratna-heading span{
    color: #dc3e00; font-size: 35px;
}
.team-item {
    border-top: 20px solid  #dc3e00;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    text-align: center;
    position: relative;
    top: -101px;
    background: #dc3e00;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 20px;
    padding-bottom: 0;
    width: 200px;
    
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid black;
    transition: .5s;
}

.team-item:hover h4 {
    color:#dc3e00 ;
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid #dc3e00;
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 40px;
    border-radius: 56px;
    margin-left: 15px;
    background: #dc3e00;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #000000;
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** ratn End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/coverbg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background:#dc5f00 ;

}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer-link{
    color: #dc3e00;
}
.footer-link:hover{
    color: #dc3e00;
    letter-spacing: 1px;
}
.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: #dc3e00;
    color: #000000;
    border: 0;
}
.copyright{
    padding-left: 250px; color: #fff;
}
.copyright span{
    color: #dc3e00;
}
.panditji-icon{
    position: fixed; z-index: 5; right: 0%; top: 90px;
}
.phonecall-icon{
    position: fixed; z-index: 5; left: 10px; bottom: 10px;
}
.whatsapp{
    position: fixed; right: 10px; bottom: 10px;
}
/*** Footer End ***/
                                /*************anushthan**********/
    
     .flip-card {

    width: 100%;
    height: 340px;
     /* Remove this if you don't want the 3D effect */
    margin-left: -10px;

}

.flip-card-inner {
    position: relative;
    
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;

    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background:url(../img/cenvas4.jpeg);
    background-size: cover;
    color:#000000;
    width: 100%;
    height: 320px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(230, 13, 13, 0.19);
}

.flip-card-back {
    background:url(../img/cenvas4.jpeg);
    background-size: cover;
    color:#000000;
    width: 100%;
    height: 320px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    transform: rotateY(180deg);

}

.card-title {
    font-size: 22px;
    margin-top: -2px;
    line-height: 1.0;
    font-weight: 700;
 font-family: emoji;
 text-align: center;
    animation-name: title;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes title{
   0%{
    color:rgb(27, 25, 24) ;
    font-size: 18px;
     }
      25%{
    color:rgb(27, 25, 24) ;
    font-size: 22px;
     }
      50%{
    color:rgb(27, 25, 24) ;
    font-size: 26px;
     }
      75%{
    color:rgb(27, 25, 24) ;
    font-size: 28px;
     }
      100%{
    color:rgb(27, 25, 24) ;
    font-size: 30px;
     }
     
     
}


.card-text {
    font-size: 18px;
   
}
.card-text:hover  {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.993);
    font-weight: 800;
    animation: animate 5.5s linear forwards;
}
.btn-card{
   position: absolute;
   left: 0px;
   bottom: 0px;
   color: #fff;
    background: #000000;
  
    
    padding: 10px 87px 10px 55px;
}
.btn-card1{
    position: absolute;
    right: 0%;
    bottom: 0px;
    background: #dc3e00;
    color: #000000;font-weight: 500;
    padding: 10px 20px 10px 30px;
}
.btn-card:hover {
    color: #111;
    background: #fff;
    box-shadow: 0 0 50px #fff;
}
.btn-card1:hover {
    color: #111;
    background: #fff;
    box-shadow: 0 0 50px #fff;

}


    /*booking*/
    .booking-now{
        visibility: visible;
         animation: fadeUp;
           background: url(../img/cover-02.jpg);
            background-size: cover; 
            background-repeat: no-repeat;
    }
    .booking-col{
        background: #dc3e00; background-size: cover;
    }
    .booking-now .booking-form input {
        
        color: #000000;
        height: 40px;
        border-radius: 0;
        border-width: 1px;
        border-color: rgba(256, 256, 256, .4);
        background: transparent;
    }
    #pujan{
        background: #dc3e00; color:#000000;   border-color: rgba(250, 248, 247, 0.9)
    }
    .booking {
        font-size: 30px;
        color: #030f27;
        margin-bottom: 20px;
    }
    
    
    .submit-button {
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #dc3e00;
        background: #030f27;
        border: none;
        border-radius: 0;
        transition: .3s;
    }

/***/
    /*video*/
    .video-gallery {
        padding: 20px;
        text-align: center;
      }
      
      .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
        gap: 20px;
        margin-top: 20px;
      }
      
      .video-item {
        
        border-radius: 5px;
        overflow: hidden; /* To contain rounded corners */
      }
      
      .video-item img,
      .video-item video {
        width: 100%;
        display: block; /* Prevent extra space below inline elements */
      }
      
      .video-item h3 {
        padding: 10px;
        margin: 0;
        font-size: 1em;
      }
      
      .video-item a {
        display: block; /* Make the entire thumbnail clickable */
      }
      
      .video-item a:hover img {
        opacity: 0.8; /* Example hover effect */
      }
      
      /* Responsive adjustments */
      @media (max-width: 600px) {
        .gallery-grid {
          grid-template-columns: 1fr; /* Stack items on smaller screens */
        }
      }
      /**video-end**/
      /*img-gallery*/
      .gallery{
        font-family: sans-serif;
        margin: 20px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }
      .gallery-container {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .image-card {
         /* Adjust card width as needed */
        height: auto;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden; /* Clip any reflection overflow if needed */
        transition: transform 0.3s ease-in-out; /* Optional: Add a slight scale on hover */
    }
    
    .image-card:hover {
        transform: scale(1.05); /* Optional: Slight scale on hover */
    }
    
    .image-card img {
        display: block;
      
        height: 300px;
        background-size: cover;
        border-radius: 5px 5px 0 0; /* Round top corners */
    }
    
    /* CSS Reflection on Hover */
    .image-card:hover img {
        -webkit-box-reflect: below 10px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
       /* box-reflect: below 10px linear-gradient(transparent, rgba(0, 0, 0, 0.2));*/
    }
    