.hide-on-desktop{display: none;}
.navbar .dropdown-menu.w250{width: 260px !important}
.navbar .dropdown-menu.w180{width: 180px !important}
.menu-backdrop {
    display: none
}
.arrow-for-mob{display: none;}
 .ayurvedic-page   .item {
    box-shadow: 0 0px  5px rgba(0,0,0,0.2);
    padding: 10px 10px;
}
 .elementor-shape-bottom .elementor-shape-fill {
    fill: #fff;
	 transform-origin: center;
    transform: rotateY(0deg);
}
 .elementor-shape-bottom svg {
    width: calc(132% + 1.3px);
    height: 98px;
}
.elementor-shape-bottom, .elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}		
.footer-column.footer-contact.social-icon a {
    width: 30px;
    height: 30px;
    border: 1px solid #7a6a48;
    border-radius: 50%;
    text-align: center;
    margin-right: 6px;
    background: #ddba82;
}
.footer-column.footer-contact.social-icon a .fa {
    color: #181818;
}
.footer-column.footer-contact.social-icon a:hover {
    transform: scale(1.05);
}
.flower2 {
    text-align: center;
    display: flex;
    justify-content: center;
	margin-top: 90px
}		
.flower2 img{width: 250px !important}	
.rooms1 .item .category {
    color: #fff;
    background: #b98316;
}		
		.owl-item .flower2 img.lotus{
			opacity: 0;
		}
		.owl-item .flower2 img.god-image {
    opacity: 0;
    position: absolute;
    width: 250px !important;
	margin-top: 50px;
	transform: scale(0.2);
}
        .owl-item.active .flower2 img.god-image{
	animation: zoom2 1s ease-in-out both 5s;		
            
        }        
        
@keyframes zoom2{
			0%{
				transform: scale(0.2); opacity: 0;
			}
			
			100%{
				transform: scale(1.0); opacity: 1;
			}
			
		}		
		
		.owl-item.active .flower2 img.lotus{animation: zoom 6s ease-in-out both}
		@keyframes zoom{
			0%{
				transform: scale(0.2); opacity: 0;
			}
			50%{
				transform: scale(1.0); opacity: 1;
			}
			80%{
				transform: scale(1.0); opacity: 1;
			}
			100%{
				transform:  scale(1.0); opacity: 1; 
			}
		}	
		.owl-item.active .namaste, .owl-item.active .mantra{
			text-align: center;
		}
		.mantra{font-size: 30px; color: #edb231}
		.mantra2 {
    font-size: 20px;
    color: #b5851c;
    font-family: 'Marko One', serif;
    text-align: center;
	margin-top: -50px;
			opacity: 0;
}
		.owl-item .namaste{
			text-align: center;
			color: #edb231;
			font-size: 50px;
			font-family: 'Marko One', serif;
		    opacity: 0
		}
		.owl-item.active .namaste{
			color: #b5851c;
			font-size: 50px;
			font-family: 'Marko One', serif;
			animation: zoomText 5s ease-in-out both 1s;
		}
		@keyframes zoomText{
			0%{
				transform: scale(0.2); opacity: 0;
			}
			50%{
				transform: scale(1.0); opacity: 1
			}
			80%{
				transform: scale(1.0); opacity: 1
			}
			100%{
				transform: scale(1.0); opacity: 1;
			}
		}
		.owl-item .mantra{
			color: #b5851c;
			text-align: center;
			font-size: 30px;
			line-height: 40px;
			font-family: 'Marko One', serif;
			margin-top: 20px;
			opacity: 0
		}
		.owl-item.active .mantra{
			color: #b5851c;
			font-size: 30px;
			line-height: 40px;
			font-family: 'Marko One', serif;
			animation: zoomTextdon 3s ease-in-out both 2s;
		}
		@keyframes zoomTextdon{
			0%{
				transform: translateY(-20px); opacity: 0;
			}
			50%{
				transform:  translateY(0px);  opacity: 1
			}
			90%{
				transform:  translateY(0px);  opacity: 1
			}
			100%{
				transform: translateY(0px); opacity: 1;
			}
		}
		
		.owl-item.active .mantra2{
			color: #b5851c;
			font-size: 11px;
			line-height: 19px;
			font-family: 'Marko One', serif;  
			animation: zoomTextdon2 1s ease-in-out both 3s;
		}
		@keyframes zoomTextdon2{
			0%{
				transform: translateY(-20px); opacity: 0;
			}
			
			100%{
				transform:  translateY(70px);  opacity: 1
			}
			
		}
.self-body h2 {
    font-size: 49px;
    font-weight: bolder;
    font-style: normal;
    margin-bottom: 15px;
    color: #ffffff;
    /* text-shadow: 1px 1px 5px rgb(0 0 0 / 35%); */
    line-height: 55px;
}
section.self-body p {
    font-size: 18px;
    color: #fff;
}		
		.chakra-1 {
    width: 350px;
    position: absolute;
    right: -170px;
    top: -170px;
    opacity: 0.5;
	animation: circleanimation 20s linear infinite;		
			
}
		.chakra-2 {
    width: 350px;
    position: absolute;
   left: -170px;
    bottom: -170px;
    opacity: 0.5;
	animation: circleanimation 20s linear infinite;		
			
}		
		@keyframes circleanimation{
			0%{
				transform:rotate(0deg);
			}
			100%{
				transform:  rotate(360deg)
			}
		}
section.self-body p {
    font-size: 18px;
    color: #cccdd2;
    line-height: 26px;
    margin-top: 33px !important;
}
.self-body h2 {
    font-size: 49px;
    font-weight: bolder;
    font-style: normal;
    margin-bottom: 15px;
    color: #ffffff;
    /* text-shadow: 1px 1px 5px rgb(0 0 0 / 35%); */
    position: relative;
    line-height: 55px;
}		
.self-body h2:after {
    content: "";
    height: 5px;
    width: 200px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
    border-radius: 15px;
}		
a.view-video.video-trailer {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 60px;
}
a.view-video.video-trailer img {
    filter: invert(1);
}
a.view-video.video-trailer span {
    color: #fff;
    white-space: nowrap;
    margin-left: -39px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 9px;
}		
	.video-wrapper {
    position: relative;
    height: 400px;
    background: transparent !important;
}
a.view-video.video-trailer:hover img {
    transform: scale(1.1);
}		
.rooms2 .caption {
    background: #0000006e;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 7px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}
.rooms2 .caption h4 a {
    font-size: 35px;
    color: #b98316;
    margin-bottom: 5px;
    font-weight: 600;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.rooms2 h5 {
    color: #ffffff !important;
}
.rooms2 .link-btn {
    color: #fff;
}
.rooms2 .caption .info-wrapper .more i {
    color: #fff;
    font-size: 10px;
}
.rooms2 p {
    color: #fff !important;
}   
hr.border-2 {
    border-top: 1px solid rgb(255 255 255 / 70%);
}     
.butn-dark a {
    overflow: hidden;
}    
.personlize .booking-box p {
    color: #000 !important;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0;
}        
.read-more a {
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 12px;

        }    
.read-more {
    text-align: left;
}        
@media screen and (max-width:767px){
    .flower2 img {
    width: 50px !important;
}
    .banner01{background-position: 0px 0px !important;}
.flower2 {
    margin-top: 90px !important;
}
.navbar {
    height: 80px;
}
.namaste img {
    width: 80px !important;
    margin: 12px auto !important;
}
    nav.navbar.navbar-expand-md.nav-scroll{height: 90} 
    .testimonials .p-0 {
    padding: 15px 15px !important;
}
.nav-scroll .logo-wrapper {
    padding: 13px 0 26px 15px;
    background-color: transparent;
}
.navbar.nav-scroll button {
    margin-top: 0;
}
.service-detail-page section.self-body p {
    color: #000;
        margin-top: 23px !important;
    text-align: justify;
}    
.detail-description ~ br {
    display: none;
}
.service-detail-page .self-body {
    padding: 100px 0 40px;
    }
.detail-description ul li {
    color: #000;
    font-size: 16px;
}
.service-detail-page .banner-header {
    background-size: cover!important;
}
.service-detail-page .flex-head .sub-head {
    margin-bottom: 10px !important;
}
.service-detail-page section.self-body p {
    margin-top: 0 !important;
}
.service-detail-page .all-treatments > h5 {
    font-size: 20px;
    margin-bottom: 0;
}    
 .ayurvedic-page   .item {
    box-shadow: 0 0px  5px rgba(0,0,0,0.2);
    padding: 0 10px;
}
 .ayurvedic-page .butn-dark.bt1 {
    text-align: left !important;
    margin: 0 !important;
}    
.ayurvedic-page .butn-dark {
    width: 70%;
}
.menu-backdrop {
    display: none;
    background: #000000bf;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}    
.navbar-collapse.collapse.show +  .menu-backdrop {
    display: block;
}
.navbar .navbar-collapse {
    z-index: 9;
    height: 100vh;
}
.nav-item .dropdown-menu{display: none !important;} 
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}  
span.arrow-for-mob {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 12px;
    font-size: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    display: block;
    display: block;
    width: 30px;
    padding-left: 0;
    text-align: center;
} 
a.nav-link.dropdown-toggle i.ti-angle-down, .nav-item.dropdown a i.ti-angle-down{
    display: none;
}
.dropdown-menu.show-drop-menu {
        display: block !important;
    width: 100% !important;
    background: #f5f5f5;
    margin: 0;
    padding: 2px 10px;
    margin-top: -1px;
}
    ul.sub-category {
    padding-bottom: 0;
    margin-bottom: 12px;
    padding-left: 0;
}
ul.sub-category li a {
    font-size: 14px;
}
.dropdown-menu ul {
    padding: 0px 0;
    margin-bottom: 0;
    }
.dropdown-menu ul .sub-category {
    padding-left: 0;
}
.dropdown-menu ul li a {
    font-size: 16px;
}
.navbar .dropdown-menu li a {
    padding: 5px 0;
}    
.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #ccc;
    padding: 13px 10px
}   
.navbar .navbar-collapse {
    padding:0;
}
    .phone-call{display: none;}    
    .butn-light.ml-15 {
    margin-left: 0;
}
.navbar-collapse .butn-light.ml-15 a {
width: 100%;
    text-align: center;
    margin: 5px 0 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
.navbar-collapse .butn-light a {
    color: #232323;
    border: 1px solid rgb(0 0 0 / 50%);
} 
.navbar-collapse .butn-dark.price-btn {
    text-align: left !important;
    margin-top: 0 !important;
}    
.navbar-collapse    .butn-dark.price-btn {
    padding-top: 11px;
    margin-bottom: 4px !important;
}
    .header-book{margin-top: 15px}
nav.navbar.navbar-expand-md:not(.nav-scroll) a.nav-link:hover {
    color: #000;
}   
.navbar .dropdown-menu.w250{width: 100% !important}
.navbar .dropdown-menu.w180{width: 100% !important}   
    li.header-book{margin-bottom: 15px}
    li.header-book, li.header-book + li {
    padding: 0 10px;
    height: 40px;
}    
#shop .modal-content {
    background-position: center !important;
}    
}   
