/* ===== Header css start ===== */
body{
    font-family: 'Poppins', sans-serif; 
    color: #364c48;
    overflow-x: hidden;
    background: #0a0a0a;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Dancing Script", cursive;
    /* font-family: "Noto Serif"; */
}
.top-toolbar{
    background: #464b6e;
    padding: 10px 40px;
    line-height: 30px;
}
.top-toolbar p{
    color: #ffffff;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    z-index: 11;
    border-bottom: 1px solid rgba(255,255,255,0);
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
header.sticky-header{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* background-color: #ffffff; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 111;
}
.header-logo{
    display: block;
    width: 220px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.sticky-header .header-logo{
    display: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-sticky-logo{
    display: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.sticky-header .header-sticky-logo{
    display: block;
    width: 200px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar-dark .navbar-toggler .fa{
    color: whitesmoke;
}
header .navbar-dark .navbar-toggler{
    border-color: whitesmoke;
}
.custom-header .navbar-dark .navbar-nav .nav-item{
    margin-right: 15px;
}
.custom-header .navbar-dark .navbar-nav .nav-link {
    color: whitesmoke;
    font-size: 16px;
}
header.custom-header.sticky-header .navbar-dark .navbar-nav .nav-link{
    color: whitesmoke;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-strip{
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    background-color: #262626;
    color: #fff;
    padding: 5px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #978667;
    color: #fff;
}
.back-to-top:hover,
.back-to-top:focus{
    background-color: #978667;
    color: #fff;
}

.top-notice {
    width: 100%;
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    padding-left: 10px;
    margin-top: 68px;
    text-align: center;
    
  }
  
  .notice-content {
    display: flex;
    align-items: center;
    /* justify-content: center;
    flex-wrap: wrap; */
  }
  
  .notice-content strong {
    color: red;
    font-size: 18px;
    margin-right: 0px auto;
  }
  
  .notice-content marquee {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 80%; */
   
  }
/* ===== Header css End ===== */


/* ===== Slider css Start ===== */
.slider-item{
    position: relative;
    background-size: cover;
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(1.9);
    opacity: 0.8;
}
.slider_1{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Slider/image_1.jpg);
}
.slider_2{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Slider/image_4.jpg);
}
.slider_3{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Slider/image_2.jpg);
}
/* .slider_4{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img_slider_4.jpg);
} */
.slider-content{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 2; */
    text-align: center;
}
.slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); /* Adds dark overlay */
    /* z-index: 1; */
}

.btn-custom{
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 6px 16px;
}
.btn-custom:hover,
.btn-custom:focus{
    color: #fff;    
}   

.btn-custom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/* .btn-custom:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */
.btn-custom:hover {
    background-color: #000; 
    color: #fff;            
  }
.content-wrapper{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
}
.content-wrapper h1{
    font-size: 5rem;
    font-weight: 500;
}
.content-wrapper h2{
    font-size: 24px;
    font-weight: bold;
}
.content-wrapper h6{
    color: #FFFFFF;
    letter-spacing: 2px;
    font-size: 0.8125rem;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
}

.offer-text{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

    .slider-container {
      height: 100vh; 
      width: 25%;
      overflow-y: scroll;
      border: 2px solid ;
      border-radius: 10px;
      scroll-behavior: smooth;
      scrollbar-width: none; 
      -ms-overflow-style: none;  
    }

    .slider-container::-webkit-scrollbar {
        display: none; 
      }

    .slider {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 10px;
      background-color: #000;
    }

    .slider img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      object-fit: cover;
    }
    .carousel-and-offers {
        display: flex;
        align-items: flex-start; 
        justify-content: center; 
        gap: 20px; 
        margin-top: 20px;
        padding: 0 20px;
      }
      
      .carousel { 
        width: 75%; 
        height: 100%;
      }
/* ===== Header css End ===== */


/* ===== AboutUs css Start ===== */
.container-aboutus{
    background-color: black;
    padding: 100px 0px;
}
.container-aboutus .about-content h2{
    font-size: 42px;
    font-weight: 600;
}
.container-aboutus .about-content p{
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
.container-aboutus .about-heading::after{
    content: '';
    position: absolute;
    top: 55%;
    left: -100px;
    width: 80px;
    height: 1px;
    background-color: #0a0a0a;
}
.right-img-wrapper{
    background-size: cover;
    padding: 30% 0;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../img/about-us/image_5.jpg); */
}
.about_slider_item{
    background-size: cover;
    padding: 30% 0;
    background-repeat: no-repeat;
    background-position: center;
}
.about_slider_1{
    background-image: url(../img/about-us/image_3.jpg);
}
.about_slider_2{
    background-image:  url(../img/about-us/image_6.jpg);
}
.about_slider_3{
    background-image:  url(../img/about-us/image_1.jpg);
}
/* ===== AboutUs css Ends ===== */


/* ===== Gallery css start ===== */
/* .container-gallery{
    background: #808000;
}
.container-gallery h2{
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.container-gallery h2::before{
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: transform .2s ease;
    transform-origin: 100% 0;
}
.container-gallery h3{
    font-size: 42px;
    font-weight: 800;
}
.gallery_slider_item{
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 25%;
}
.gallery_slider_item:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gallery_slider_1{
    background-image: url(../img/gallery/img1.jpg);
}
.gallery_slider_2{
    background-image: url(../img/gallery/img2.jpg);
}
.gallery_slider_3{
    background-image: url(../img/gallery/img3.jpg);
}
.gallery_slider_4{
    background-image: url(../img/gallery/img4.jpg);
}
.gallery-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}
.gallery-slider .owl-carousel .owl-nav button.owl-next, 
.gallery-slider .owl-carousel .owl-nav button.owl-prev{
    background: #8fa13e;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 1px;
    outline: none;
    padding: 0!important;
    width: 40px;
    height: 40px;
}
.slider-content{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.slider-content h5{
    font-size: 18px;
    font-weight: 800;
} */
/* .gallery-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 20px;
    background: black;
    
}
.gallery {
    display: flex;
    gap: 10px;
}
.gallery img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s;
}
.gallery img:hover {
    transform: scale(1.1);
}
.scroll-buttons {
    text-align: center;
    margin-top: 10px;
    background-color: #0a0a0a;
}
.scroll-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
.scroll-buttons button:hover {
    background: #555;
} */
.gallery-heading {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: black;
    padding: 10px 20px;
    font-size: 40px; 
}
.gallery-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 20px  0;
    background: black;
    
}


.gallery-container::-webkit-scrollbar {
    display: none;
}

.gallery {
    display: flex;
    gap: 10px;
}

.gallery img {
    width: 400px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.1);
}

.scroll-buttons {
    text-align: center;
    margin-top: 10px;
    background-color: #0a0a0a;
}

.scroll-buttons button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.scroll-buttons button:hover {
    background: #555;
}

/* ===== Gallery css end ===== */


/* ===== Gallery css Start ===== */
.container-gallery .img-wrapper{
    width: 25%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    height: 250px;
}
.container-gallery .img-wrapper::before{
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 51%);
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}
/* .container-gallery .img-wrapper:hover:before{
    display: block;
} */
.container-gallery .img-wrapper img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
   -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.container-gallery .img-wrapper:hover img{
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
 }
 #galleryModal .modal-body img{
     width: 100%;
 }
/* ===== Gallery css Ends ===== */


/* ===== Contact Us css Start ===== */
.container-contactus{
    padding: 100px 0px;
}
 .container-contactus .form-control{
    height: calc(1.9em + 0.75rem + 2px);
 }
 .container-contactus textarea.form-control{
     height: calc(5.8em + .75rem + 2px);
 }
 .bg-lightgray{
     background-color: black;
 }
 .btn-submit{
    background-color: #3433b8;
    color: #fff;
    border-radius: 0;
    width: 100%;
 }
 .btn-submit:hover,
 .btn-submit:focus{
    color: #fff;
 }
 
/* ===== Contact Us css End ===== */


/* ===== Footer css Start ===== */

footer {
    background-color: #262626;
    padding: 60px 0 10px 0;
    color: rgba(255,255,255,0.6);
    position: relative;
}
footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
footer .footer_wp {
    position: relative;
    padding-left: 35px;
}
footer .footer_wp i {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255,255,255,0.2);
    font-size: 24px;
    font-size: 1.5rem;
}
footer a, footer a:focus, footer a:hover {
    color: rgba(255,255,255,0.6);
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
footer input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,0.05);
    color: #ccc;
}
footer button[type='submit'] {
    color: #fff;
    font-size: 20px;
    border: 0;
    opacity: 1;
    padding: 0 15px;
    height: 40px;
    line-height: 44px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #978667;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.follow_us ul {
    padding: 0;
    list-style: none;
    float: right;
}
.follow_us ul li {
    display: inline-block;
    margin: 0 5px;
}
.follow_us ul li a img {
    width: 30px;
    height: 30px;
}
footer hr {
    border-color: rgba(255,255,255,0.15);
    margin: 30px 0 30px 0;
}
.frame {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.frame.black {
    /* background: url(../images/frame_footer.png) 0 0 repeat-x; */
    background-size: 12px 3px;
    top: -2px;
}
.lbl-days{
    font-weight: 700;
    font-style: italic;
}
.hygine-rating {
    /* background: #dbdd6d; */
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    /* padding: 15px; */
}
.footer-social a {
    display: inline-block;
    margin-left: 10px;
    color: white; 
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .footer-social a:hover {
    color: wheat;
    transform: scale(1.1);
  }
  
  .footer-social i {
    font-size: 24px; 
  }
/* ===== Footer css End ===== */
