@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    font-family: "Rubik", sans-serif;
    padding: 0px;
    margin: 0px;
    list-style: none !important;
    text-decoration: none !important;
}

:root{
    --primary: #709900;
    --secondary: #744d2a;
    --solox-border-color: #e8e3da;
}

p{
    text-align: justify;
}




/*--------------------------------------------------------------
# Button Section Start
--------------------------------------------------------------*/

.btns{
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 0px;
    color: white !important;
    box-shadow: none !important;
    transition: .5s all ease-in-out;
}

.btns:hover{
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    color: white !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}


/*--------------------------------------------------------------
# Button Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navbar Section Start
--------------------------------------------------------------*/

.bg-color{
    background-color: red !important;
}

.navbar{
    margin-top: 20px;
    z-index: 999999 !important; 
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand h2{
    color: #ffd900;
    font-size: 27px !important;
    font-family: "Overpass", sans-serif !important;
}

@media(max-width:768px){
    .navbar-brand h2{
        font-size: 20px !important;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 21px 0.5rem;
    color: white;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffd900 !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* @media(max-width:992px){
    .navbar-nav{
        background-color: white;

    }
    .navbar .navbar-nav .nav-link{
        color: black !important;
    }
} */

.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 600 !important;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    transition: .5s all ease-in-out;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

.navbar .nav-item .dropdown-menu .dropdown-item.active{
    background-color: var(--secondary) !important;
    color: white !important;
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.menu{
    font-size: 25px;
    color: white;
}


/*--------------------------------------------------------------
# Navbar Section End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Carousel Section Start
--------------------------------------------------------------*/


/* .slide-carousel{
    z-index: inherit;
} */

.owl-carousel{
    display: block !important;
    position: relative;
}

.slide-carousel .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    /* background: linear-gradient(90deg, rgb(0, 0, 0),rgba(0, 0, 0, 0.8) 40%, transparent); */
    background-blend-mode: multiply;
    z-index: -1;
    color: white !important;
}

/* .slide-carousel .container{
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
} */


.slide-carousel .carousel-content h2{
    color: white !important;
    font-size: 55px !important;
}

@media(max-width:991px){
    .slide-carousel .carousel-content h2{
        font-size: 23px !important;
    }
}

.slide-carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    top: 50%;
    padding: 0px 5%;
   
}

@media(max-width:991px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 15% !important;
    }
    .slide-carousel h1{
        font-size: 30px !important;
    }
    .slide-carousel p{
        font-size: 17px !important;
        letter-spacing: 1px !important;
    }
}
@media(max-width:768px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 5% !important;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px 7px;
    background: var(--primary);
    border: 1px solid var(--primary);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s all ease-in-out;
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border: 1px solid var(--primary);
    color: #FFF;
    text-decoration: none;
}

.slide-carousel .owl-dots{
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    top: 20%;
    left: 17%;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    transition: .5s all ease-in-out;
}

.slide-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s all ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

.slide-carousel img{
    height: 100vh;
    width: 100% !important;
    object-fit: cover !important;
    background-size: cover !important;
    z-index: -2;
} 

@media(max-width:991px){
    .slide-carousel img{
        height: 100% !important;
        width: 100%;
        object-fit: cover;
        background-size: cover;
    }

    .slide-carousel img{
        padding-top: 150px !important;
    }
}





/*--------------------------------------------------------------
# Carousel Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Page Header Section Start
--------------------------------------------------------------*/

.page-title-section{
    background: linear-gradient(rgba(0, 0, 0, 0.696), rgba(0, 0, 0, 0.816)), url(../imgs/pageheader.webp) center center no-repeat;
    background-size: cover;
    object-fit: cover;
    /* height: 40vh;
    width: 100%; */
    top: 0;
    text-align: center;
}

.page-title-section {
    padding: 200px 0 150px;
    text-align: center;
}

.page-title-section h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif !important;
}

.breadcrumb {
    display: block;
    background: #ffffff;
    position: relative;
    padding: 20px;
    text-align: center !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 420px;
    margin: -30px auto 0;
    z-index: 1;
    border-radius: 0.25rem;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    display: inline-block;
    line-height: 1;
}
.breadcrumb ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #767676;
    transition: .5s all ease-in-out;
}

.breadcrumb ul li a:hover{
    color: var(--secondary);
}

.breadcrumb ul li:last-child a {
    color: var(--secondary);
}
.breadcrumb ul li:after {
    content: "\f105";
    font-weight: 700;
    vertical-align: middle;
    color: var(--secondary);
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 10px;
}
.breadcrumb ul li:last-child:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
      margin: -25px auto 0;
      padding: 15px;
    }
    .page-title-section h1 {
      font-size: 34px;
    }
}
@media screen and (max-width: 575px) {
    .breadcrumb {
      width: 295px;
    }
    .breadcrumb ul li a {
      font-size: 14px;
    }
    .page-title-section h1 {
      font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .page-title-section {
      padding: 175px 0 125px;
    }
    .page-title-section.style2 {
      padding: 125px 0;
    }
    .page-title-section h1 {
      font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
      padding: 148px 0 85px;
    }
    .page-title-section.style2 {
      padding: 85px 0 100px 0;
    }
    .page-title-section h1 {
      font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb {
      margin: -25px auto 0;
      padding: 15px;
    }
    .page-title-section h1 {
      font-size: 34px;
    }
}


/*--------------------------------------------------------------
# Page Header Section End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# About Section Start
--------------------------------------------------------------*/

.about-img img{
    height: 700px !important;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 450px;
    border-bottom-right-radius: 450px;
}

.abt-imgs{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-imgs::after{
    position: absolute;
    content: url(../imgs/cta-flower.webp);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    animation: moveDown 5s linear infinite !important;
}


@keyframes moveDown {
    0% {
      top: 20%; 
    }
    50%{
        top: 50%;
    }
    100% {
      top: 20%; 
    }
  }

@media(max-width:768px){
    .abt-center-img img{
        left: 170px;
        top: 110px;
    }
}

.abt-content{
    border-left: 3px double var(--primary);
}

/*--------------------------------------------------------------
# About Section End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Features Section Start
--------------------------------------------------------------*/


.features{
    background-color: #9e724c;
}

.features .cards{
    border-top-left-radius: 230px;
    border-top-right-radius: 230px;
}


/*--------------------------------------------------------------
# Features Section End
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Banner Section Start
--------------------------------------------------------------*/


.banner{
    background-image: url(../imgs/index-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    /* background-color: #1b1b1ba6;
    background-blend-mode: multiply; */
    height: 100%;
    width: 100%;
    padding: 160px 50px;
    position: relative;
    
}

.banner::after{
    background-image: url(../imgs/dt-sc-flowtop-bgimage.webp);
}

.banner::after{
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline !important;
    height: 103px;
    position: absolute;
    left: 0;
    top: -53px;
    width: 100%;
    z-index: 1;
}


.borders{
    border: 1px solid var(--secondary);
}

.borderss{
    border: 1px dashed var(--secondary);
}


/*--------------------------------------------------------------
# Banner Section End
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Treatments Section Start
--------------------------------------------------------------*/


.border-primarys{
    border-width: 3px !important;
    border-color: var(--primary) !important;
}


.border-primary{
    border-right-width: 1px;
    border-color: white !important;
}

@media(max-width:991px){
    .border-primary{
        border-color: transparent !important;
    }
}

.fea-icon{
    font-size: 60px;
    color: white;
}

.line{
    border: 1px solid var(--primary);
    height: 0;
    width: 25%;
}

.lines{
    border: 1px dashed var(--primary);
    height: 0;
    width: 25%;
}



.box img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.box{
    box-shadow: 5px 0px 10px #dddddd;
    transition: .5s all ease-in-out;
    border-radius: 20px;
}

.box:hover{
    box-shadow: 10px 0px 50px #9c9c9c;
}

.cards{
    transition: .5s all ease-in-out;
    /* border-radius: 20px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

.cards{
    background-color: var(--primary);
    color: white;
}

/* .cards:hover .line{
    border-color: white !important;
} */



.cards .lines{
    border-color: white !important;
}


/* .cards{
    position: relative;
}

.cards::after{
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 40%;
    height: 100%;
    background-color: var(--secondary);
    z-index: -1;
}

.cards::before{
    position: absolute;
    content: "";
    top: -10px;
    left: -30px;
    width: 40%;
    height: 110%;
    background-color: var(--primary);
    z-index: -1;
} */



/*--------------------------------------------------------------
# Treatments Section End
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Ayurvedham Section Start
--------------------------------------------------------------*/



.single-service-sidebar {
    position: relative;
    display: block;
    /* max-width: 340px; */
    width: 100%;
    z-index: 1;
}

.single-service-sidebar .header{
    background-color: var(--primary);
    color: white;
    padding: 20px;
}

.single-service-sidebar .single-sidebar{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-service-sidebar .service-pages{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-bottom: none;
}
.single-service-sidebar .service-pages li{
    position: relative;
    display: block;
    height: 64px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
    z-index: 5;
}
.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover{
    -webkit-box-shadow: 0px 4px 7px 0px #ededed; 
    box-shadow: 0px 4px 7px 0px #ededed; 
}
.single-service-sidebar .service-pages li:before {
    position: absolute;
    top: 20px;
    left: -1px;
    bottom: 20px;
    width: 3px;
    background: var(--primary);
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}
.single-service-sidebar .service-pages li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #27282c;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.single-service-sidebar .service-pages li a .title{
    position: relative;
    display: block;
    z-index: 1;
}
.single-service-sidebar .service-pages li a .title .overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.single-service-sidebar .service-pages li a .title .overlay-title h3 {
    color: var(--primary);
    font-size: 20px;
    line-height: 63px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li a .title h3.static {
    font-size: 15px;
    transform: scale(1.0);
    line-height: 63px;
    transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li.active a .title .overlay-title h3, 
.single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
    opacity: 1;
    transform: scale(1.0); 
}
.single-service-sidebar .service-pages li.active a .title h3.static,
.single-service-sidebar .service-pages li:hover a .title h3.static{
    opacity: 0;    
}


.icon{
    font-size: 18px;
    color: var(--primary);
}


.call-icon{
    font-size: 35px;
    color: white;
    background-color: var(--secondary);
    border-radius: 50px;
    /* border: 8px solid rgb(211, 211, 211); */
    box-shadow: 0 0 0 11px rgba(var(--solox-white-rgb, 255, 255, 255), 0.1);
}

.call-box{
    background-image: url(../imgs/treatment-contact-bg-1-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 70px 30px;
    width: 100%;
}

.call-box h2{
    font-family: "Cormorant", serif !important;
    font-size: 27px !important;
    font-weight: 530;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

/* .call-box a{
    transition: .5s all ease-in-out;
}

.call-box a:hover{
    border-bottom: 1px solid white;
} */

.treatments h1, h2{
    font-family: "Cormorant", serif !important;
    font-size: 33px !important;
    font-weight: 550;
    text-transform: uppercase;
    /* -webkit-text-stroke-color: #000 !important;
    stroke: #000 !important; */
}


@media(max-width:768px){
    h2{
        font-size: 25px !important;
    }
}

/*--------------------------------------------------------------
# Ayurvedham Section End
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Gallery Section Start
--------------------------------------------------------------*/


.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px 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: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
  
@media(max-width:768px){
    .gallery-img{
        height: 600px !important;
    }
}

/*--------------------------------------------------------------
# Gallery Section End
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Contact Section Start
--------------------------------------------------------------*/


.info{
    background-color: #f5f5f5;
}

input, textarea{
    border-radius: 0px !important;
    box-shadow: none !important;
}

.ctn-icon{
    color: white;
    font-size: 20px;
    background-color: var(--primary);
}


/*--------------------------------------------------------------
# Contact Section End
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Footer Section Start
--------------------------------------------------------------*/


.footer{
    background-color: #1b1b1b;
    padding-top: 50px;
}

.footer span{
    text-wrap: wrap !important;
    word-wrap: wrap !important;
}

/*** Headings ***/

.footer .lg-title{
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer .lg-title span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*** Social Media ***/

.footer .footer-social-style4 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}

.footer .footer-social-style4 li {
    padding-right: 10px;
    display: inline-block;
}

.footer .footer-social-style4 li a {
    color: #ffffff;
}

.footer .footer-social-style4 a i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease-out 0s;
}

.footer .footer-social-style4 li a:hover {
    color: var(--primary);
}

.footer .footer-social-style4 a i:hover {
    background: var(--primary);
    color: #ffffff;
}

.footer .footer-social-style4 li:last-child {
    padding-right: 0;
}


/*** Links ***/

.footer .footer-list-style3 {
    margin: 0;
    padding: 0;
}

.footer .footer-list-style3 li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer .footer-list-style3 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer .footer-list-style3 li a {
    color: #ffffff;
    display: flex;
    transition-duration: 0.3s;
    transition: .5s all ease-in-out;
}

.footer .footer-list-style3 li a:before {
    content: "\f105";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    padding-right: 8px;
    transition-duration: 0.3s;
    transition: .5s all ease-in-out;
}

.footer .footer-list-style3 li a:hover {
    color: var(--primary);
    letter-spacing: 2px;
}

.footer .footer-list-style3 li a:hover:before {
    color: var(--primary);
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-top: 80px; */
    text-align: center;
    /* background: #232323; */
}

@media screen and (max-width: 767px) {
    .footer-bar {
      margin-top: 60px;
    }
}

.footer-bar a{
    color: var(--primary);
}


/*--------------------------------------------------------------
# Footer Section End
--------------------------------------------------------------*/
