@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

*{
    font-family: "Karla", sans-serif;
}

:root{
    --primary: #03d3bb;
    --secondary: #00bbff;
    --gradient: linear-gradient(90deg, var(--primary), var(--secondary));
}

h1, h2, h3{
    font-family: "Playfair Display", serif;
    background: linear-gradient(90deg, #ff007b, rgb(0, 68, 255)) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

a{
    text-decoration: none;
}

p{
    text-align: justify;
}


/****** Button ******/

.btnn{
    /* border: 1px solid var(--primary) !important; */
    background: linear-gradient(-90deg,  var(--secondary), var(--primary)) !important;
    color: white !important; 
    border-radius: 30px;
    transition: .5s all ease-in-out;
}

/* .btnn:hover{
    background-color: #03d3bb !important;
    border: 1px solid #03d3bb !important;
} */


/****** Button End ******/


/****** Navbar ******/

.collapse{
    border-top: 1px solid #bdbdbd;
}

.navbar .nav-link{
    font-size: 18px !important;
    font-weight: 400 !important;
    color: black;
    transition: .5s all ease-in-out;
}


.navbar .nav-link:hover{
    color: var(--secondary);
}

.navbar .nav-item .active{
    color: var(--secondary);
}

.navbar .top-ctn .top-icon{
    font-size: 20px;
    color: var(--secondary);
}

.navbar .top-ctn span{
    font-size: 18px;
}

.navbar .top-ctn a{
    font-size: 19px;
    color: black;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0px;
    }
}

.navbar .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.navbar .menu{
    font-size: 30px;
}

.navbar .dropdown-menu{
    border: 0px !important;
}

.navbar .dropdown-menu .dropdown-item{
    transition: .5s all ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

.navbar .dropdown-menu .dropdown-item.active{
    background-color: rgba(234, 233, 233, 0.39);
    color: var(--secondary);
}

@media(max-width:768px){
    .navbar .dropdown-menu{
        box-shadow: 0px 0px 5px rgb(192, 191, 191);
    }
    .navbar .dropdown-menu .dropdown-item{
        font-size: 18px;
        font-weight: 400;
    }
    .navbar .navbar-nav{
        display: flex;
        gap: 5px !important;
    }
}


@media(min-width:768px){
    /* .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
} */

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}



.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    color: black;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--secondary);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
}
}


/****** Navbar End ******/



/****** Page Title ******/

.page-title {
    color: #878585;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 80px 0;
    text-align: center;
    position: relative;
}
  
.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.496) !important;
    position: absolute;
    inset: 0;
}
  
.page-title h4 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}
  
@media(max-width:768px){
    .page-title h4{
      font-size: 50px !important;
    }
    .page-title{
        padding: 100px 0px 80px 0px;
    }

}
  
  
.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

  
.page-title .breadcrumbs ol li+li {
    padding-left: 10px;
}
  
.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, rgb(0, 0, 0), transparent 50%);
}

.page-title .breadcrumbs ol li a{
    color: white;
} 



/****** Page Title End ******/  




/****** Carousel ******/

/* .slide-carousel{
    z-index: inherit;
} */

.owl-carousel{
    display: block;
}

.slide-carousel h4{
    font-size: 70px;
    color: #ffffff;
    letter-spacing: 5px;
    font-family: "Playfair Display", serif;
    /* -webkit-text-stroke: 1px rgb(250, 0, 0); */
    text-shadow: 0px 0px 6px black;
    
}

/* .slide-carousel .container{
    background: linear-gradient(90deg, #ffffff, transparent) !important;
} */

@media(max-width:768px){
    .slide-carousel h4{
        font-size: 30px !important;
    }
}

.slide-carousel p{
    font-size: 25px;
    text-shadow: 0px 0px 6px #b4b4b4;
    letter-spacing: 2px;
}


.slide-carousel img{
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
} 

@media(max-width:768px){
    .slide-carousel img{
        height: 50vh !important;
    }
}

/* .owl-theme .owl-nav{
    position: absolute;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    top: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    box-shadow: none !important;
    background-color: transparent !important;
} */

.slide-carousel{
    position: relative;
}
.carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    top: 50%; 
}

.carousel .owl-nav button span{
    background-color: white;
    padding: 20px;
    
}

.carousel .owl-nav button:hover{
    background-color: transparent !important;
}


/****** Carousel End ******/



/****** Highlight ******/

.highlight h5{
    font-size: 23px;
}

.highlight .hi-icon{
    font-size: 30px;
    color: var(--secondary);
}

/****** Highlight End ******/



.about_banner{
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.about_banner h1{
    color: white !important;
}

/* .about_banner h1{
    background: linear-gradient(90deg, #ff007b, black) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
} */

.about_banner span{
    font-family: "Playfair Display", serif;
    font-size: 40px;
}

/****** Treatment ******/

.treatment_carousel img{
    display: flex;
    height: 500px;
    width: 100%;
    object-fit: cover;
     /* min-height: 500px; */
}
/* .lodge_carousel .position-absolute h4{
    background: linear-gradient( -90deg, transparent  , #ffffffa2);
    color: black;
    padding: 10px 10px;
} */
.treatment_carousel .position-absolute{
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background: linear-gradient( transparent 70%, var(--primary-color)); */
    /* background-color: #000000; */
    top: 0;
    bottom: 0; 
}
  

.treatment_carousel, .slide-carousel{
    position: relative;
}
.treatment_carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    top: 50%; 
}

.treatment_carousel .owl-nav button span{
    background-color: white;
    padding: 20px;
    
}

.treatment_carousel .owl-nav button:hover{
    background-color: transparent !important;
}


.box-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: rgb(0 0 0 / 25%);
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

/* .hover-box{
    position: relative;
    overflow: hidden;
}


.hover-box-bg{
    background: rgb(0 0 0 / 25%);
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.hover-box-bg::before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    border-top: 2px solid rgba(255, 255, 255, .75);
    border-bottom: 2px solid rgba(255, 255, 255, .75);
}

.hover-box-bg::after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    border-left: 2px solid rgba(255, 255, 255, .75);
    border-right: 2px solid rgba(255, 255, 255, .75);
}

.hover-box-bg::after, .hover-box-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.77,0,.18,1);
    transition: -webkit-transform .4s cubic-bezier(.77,0,.18,1);
    -o-transition: transform .4s cubic-bezier(.77, 0, .18, 1);
    transition: transform .4s cubic-bezier(.77,0,.18,1);
    transition: transform .4s cubic-bezier(.77,0,.18,1), -webkit-transform .4s cubic-bezier(.77,0,.18,1);
} */




.treat-link .angle{
    font-size: 20px;
}

.treat-link a{
    /* font-size: 18px; */
    color: rgb(64, 64, 64);
    transition: .5s all ease-in-out;
}

.treat-link a.active{
    color: var(--secondary);
}

.treat-link a:hover{
    color: var(--secondary);
    letter-spacing: 1px;
}








/****** Treatment End ******/


/****** Why Choose Us ******/




/****** Why Choose Us End ******/



/****** Portfolio ******/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}


/****** Portfolio End ******/


/****** Contact ******/

/* .contact .cards{
    box-shadow: 0px 3px 20px rgb(214, 214, 214);
} */

.contact .contact-icon{
    font-size: 27px;
    color: var(--secondary);
}

.contact h6{
    font-size: 23px;
}

input, textarea{
    box-shadow: none !important;
    border-radius: 0px !important;
}

/****** Contact End ******/


.whats a{
    transition: .5s ;
    
  }
  
  .whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
  }
  
  .whats:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
  }

/****** Footer ******/

.footer{
    background: linear-gradient(90deg,var(--primary), var(--secondary));
    /* background-color: #e4f6fd; */
    color: #ffffff;
}

.footer .footer-logo a{
    color: black;
}

.footer p{
    color: #ffffff;
}

.footer .footer-item h4{
    color: #ffffff;
}

.footer .footer-item ul li a{
    color: #ffffff;
    transition: .5s all ease-in-out;
}

.footer .footer-item ul li a:hover{
    color: rgb(201, 201, 201);
}

.footer .footer-item .footer-icon{
    font-size: 19px;
    color: #ffffff;
}

.footer .footer-item .footer-social-media a .social-media{
    color: white;
    background: #004a64;
    /* box-shadow: 0px 0px 20px rgb(169, 169, 169); */
    border-radius: 30px;
    font-size: 18px;
    transition: .5s all ease-in-out;
}

/* .footer .footer-item .footer-social-media a .social-media:hover{
    background-color: #c0c0c091;
} */


/****** Footer End ******/




/****** Copyright ******/

.copyright{
    color: rgb(255, 255, 255) !important;
}

.copyright a{
    font-weight: 500;
    color: black;
    transition: .5s all ease-in-out;
}

.copyright a:hover{
    color: white;
}


/****** Copyright End ******/



