/*
Theme Name: El Mouradi
Author: Moov Agency
Author URI: https://moov-agency.com
Version: 1
Text Domain: elmouradi
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('inc/fonts/SakkalMajalla.woff2') format('woff2'),
        url('inc/fonts/SakkalMajalla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.plus-jakarta-sans{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face {
	font-family: 'majalla';
	font-weight: 400;
	src: url('inc/fonts/majalla.ttf') format('truetype');
}

@font-face {
	font-family: 'oswald';
	src: url('inc/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'roboto-light';
	src: url('inc/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-bold';
	src: url('inc/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-black';
	src: url('inc/fonts/Roboto-Black.ttf') format('truetype');
}
.nav-link,.nav-link:hover{
	font-size:18px;
	color:#140C46;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight:400;
}
footer .nav-link,footer .nav-link:hover{
	font-size:14px!important;
}
.logo-footer{
	width: 170px;
}
.roboto-light {
	font-family: 'roboto-light';
	font-weight: 300;
	font-style: normal;
}

.roboto-bold {
	font-family: 'roboto-bold';
	font-weight: 700;
	font-style: normal;
}

.roboto-black {
	font-family: 'roboto-black';
	font-weight: 900;
	font-style: normal;
}

.oswald-regular{
	font-family: 'oswald';
	font-variation-settings: 'wght' 400;
}

.oswald-bold{
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
}

.majalla{
	font-family:'Sakkal Majalla'!important;
}

body{
	font-family: 'roboto-light';
	font-size: 14px;
	line-height: 1.4rem;
	background-color: #ECEAE3;
	color: #140C46;
}
section,.section{
	padding:60px 0;
}
@media screen and (max-width:720px){
	section,.section{
		padding:30px 0;
	}
}
/* Font-weights*/
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}
/*font sizes*/
.fs-130px{
	font-size:130px;
	line-height:.8;
}
.fs-115px{
	font-size:115px;
	line-height:.8;
}
.fs-100px{
	font-size:115px;
	line-height:.8;
}
.fs-62px{
	font-size:50px;
}
.fs-50px{
	font-size:50px;
}
.fs-40px{
	font-size:40px;
}
.fs-29px{
	font-size:29px;
}
.fs-20px{
	font-size:20px;
}
.fs-15px{
	font-size:15px;
}
.fs-16px{
	font-size:16px;
}
.fs-13px{
	font-size:13px;
}
@media screen and (max-width:720px){
	.fs-sm-60px{
		font-size:60px;
		line-height: 60px;
	}	
	.fs-sm-50px{
		font-size:50px;
	}
	.fs-sm-40px{
		font-size:40px;
	}
	.fs-sm-28px{
		font-size:28px;
	}
	.fs-sm-24px{
		font-size:24px;
	}
	.fs-sm-20px{
		font-size:20px;
	}
	.fs-sm-15px{
		font-size:15px;
	}
	.fs-sm-13px{
		font-size:13px;
	}
}
/*text colors*/
.text-gold{
	color:#926B0B;
}
/*backgrounds*/
.bg-blue{
	background:#140C46;
}
.bg-gold{
	background:#926B0B;
}
@media screen and (max-width:720px){
		.bg-sm-beige {
		--bs-bg-opacity: 1;
		background-color: #ECEAE3 !important;
	}
	.bg-sm-white {
		--bs-bg-opacity: 1;
		background-color: white !important;
	}
	.bg-sm-light {
		--bs-bg-opacity: 1;
		background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
	}}

/*widths*/
.width-50px{
	width:50px;
}
@media screen and (max-width:720px){
	.w-sm-100{
		width:100%!important;
	}
	.w-sm-90{
		width:90%!important;
	}
	.w-sm-75{
		width:75%!important;
	}
}
/**/
.h-100vh{
height: 100svh;
}
.pt-1 {
    padding-top: .375rem !important;
}
.pt-2 {
    padding-top: .75rem !important;
}
.pt-3{
    padding-top: 1.125rem !important;
}
.pt-4{
    padding-top: 1.5rem !important;
}
.pt-5{
    padding-top: 1.875rem !important;
}
.pb-1 {
    padding-bottom: .375rem !important;
}
.pb-2 {
    padding-bottom: .75rem !important;
}
.pb-3{
    padding-bottom: 1.125rem !important;
}
.pb-4{
    padding-bottom: 1.5rem !important;
}
.pb-5{
    padding-bottom: 1.875rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p {
	font-family: "Plus Jakarta Sans", sans-serif!important;	
    margin-bottom: .75rem;
}
h2{
	font-size: 1.25rem;
}
.desktop-notice {
    position:fixed;
    z-index:9999;
    background:#FFF4E1;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
img{
	width:100%;
	height:auto;
}
a.navbar-brand img {
    width: 170px;
    margin: auto;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 34px;
	height: 26px;
}
.cart-contents{
	position: relative;
}
span.cart-contents-count {
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
	font-size: 14px;
	position: absolute;
	display: block;
	background: #fff4e1;
	left: 5px;
	width: 15px;
	text-align: center;
	top: 13px;
	line-height: 1.3;
	color: #AD5D33;
}
.woocommerce-product-search{
	position:relative;
}
input#woocommerce-product-search-field {
	border:1px solid #593A05;
	border-radius:4px;
	background:transparent;
	padding:6px 48px;
	width:100%;
}
.btn-product-search{
	background:transparent;
	border:none;
	position:absolute;
	top: 4px;
	left: 3px;
}
#categoryCarousel{
	border-radius:22px;
	border:2px solid #593A05;
	overflow: hidden;
}

.carousel-item{
	height: 156px;
}

.btn-see-menu{
	margin-left: -6px;
	background:transparent;
	border:none;
	padding: 0;
	font-size: .938rem;
	color:#AD5D33;
}
.btn-see-menu span{
	display: inline-block;
	padding-right: .375rem;
}
.menu-dialog{
	position: absolute;
	top: 40%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0;
	border:1px solid #593A05;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0.5rem 2.5rem rgb(89 58 5);
}
.menu-modal .modal-heading, .menu-modal .modal-body{
	padding: 1.5rem 0.75rem;
}
.menu-modal .modal-title{	
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
	font-size: 1.313rem;
	text-transform: uppercase;
}
.menu-modal .modal-content{
	border: none;
	border-radius: 30px 30px 0 0;
	height: 100%;
	overflow-y:auto;
}
.modal-backdrop.show {
	opacity: 0;
}
.product-name{
	font-size:.875rem;
}
.product-price{
	color:#AD5D33;
	font-size: 1.25rem;
	text-align: right;
}
.product-price sup {
    top: -0.35em;
    font-size: .75rem;
}
.product-add-to-cart{
	border-left: 2px solid #F2E0C3;
}


#product-added{
	position: fixed;
	top: 50%;
	left:0;
	right:0;
	bottom:50%;
	z-index: 99999;
}

#product-added span{
	opacity: 0;
	font-size: 16px;
	color: #fff;
	padding: 10px 25px;
	border-radius: 30px;
	display: block;
	background-color: #465905;
	transition: opacity 1s;
}
.add-to-cart-button,.remove-item{
	background-color: transparent;
	border: none;
	position: relative;
	font-weight: 700;
	font-size: 1rem;
}
.add-to-cart-button:after{
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}
#product-added.show{
	top:0;
	bottom:0;
}
#product-added.show span{
	opacity: 1;
}
.eat-link a, .drink-link a{
	font-family: 'oswald';
	text-transform: uppercase;
	font-variation-settings: 'wght' 700;
	color:#593A05;
	font-size: 1.375rem;
	text-decoration: none;;
}
.term-eat  .drink-link,.term-drink .eat-link{
	opacity: .5;

}
.sub-category-name{
	font-size: 1.125rem;
}

.line-1,.line-2{
	position: fixed;
	top:0;
	bottom:0;
	width: 1px;
	background-color: #593A05;
}
.line-1{
	left:.75rem;
}
.line-2{
	right:.75rem;
}
a.btn-start {
	padding:12px;
	font-size:1.25rem;
	text-decoration:none;
	text-align:center;
	font-family: 'roboto-bold';
	border:1px solid #593A05;
	background:#AD5D33;
	color:#fff4E1;
}
.btn-start2-container {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width: 100%;
	transform: translateX(100%);
}
a.btn-start2 {
	position: absolute;
	font-family: 'majalla';
	font-size: 20px;
	letter-spacing: 2.1pt;
	writing-mode: tb;
	text-transform: uppercase;
	color: #AD5D33;
	text-decoration: none;
	transform: rotate(-180deg);
}
.homepage-title {
	margin-bottom: -12px;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'roboto-bold';
	font-weight: 700;
	font-size: 48px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff4e1;
}
.homepage-title>span{
	line-height:.8;
}
.homepage-featured-img{
	height: 50svh;
    overflow: hidden;
    border: 1px solid;
	position: relative;
}
.homepage-featured-img img{
	position: absolute;
	height: 100%;
	width: auto;

}
.text-welcome{
	line-height: 1;
	width: 100%;
	color: #593A05;
	font-size: 38px;
	font-family: "majalla";
	text-transform: uppercase;
}
.pricing{
	font-family: 'majalla';
	font-size: 1.25rem;
	color: #AD5D33;
	text-align: right;
}
.pricing sup {
		top: -.4em;
		font-size: .7em;
	}

.svg-leaves {
	z-index:-1;
	position:fixed;
	top:55%;
	left:10%;
}

.svg-leaf {
	z-index:-1;
	position:fixed;
	top:25%;
	right:10%;
}
.svg-stars {
	z-index:-1;
	position:fixed;
	top:30%;
	left:10%;
}
#carte-total {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:12px;
	background:#593A05;
	color:white;
	margin:0
}

.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: .75rem 1.5rem;
}
.copyrights{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: -1;
	}
.service-desc{
	height:360px
}
.footer-nav li{
	margin-left:48px
}
@media screen and (max-width:720px){
	.service-desc{
	height:300px
}
	a.navbar-brand img {
    width: 140px;
    margin: auto;
}
	.footer-nav li{
		margin:auto;
		margin-top:24px

	}	
.service-image {
    height: 168px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
}
.swiper-slide.w-sm-75 {
    border:1px solid white;
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.607' height='32.486' viewBox='0 0 40.607 32.486'%3E%3Cg id='Layer_1' transform='translate(-1 -4)'%3E%3Cpath id='Path_68' data-name='Path 68' d='M38.9,9.414H3.707A2.707,2.707,0,0,1,3.707,4H38.9a2.707,2.707,0,1,1,0,5.414Z' fill='%23140c46'/%3E%3Cpath id='Path_69' data-name='Path 69' d='M38.9,29.414H3.707a2.707,2.707,0,1,1,0-5.414H38.9a2.707,2.707,0,1,1,0,5.414Z' transform='translate(0 7.071)' fill='%23140c46'/%3E%3Cpath id='Path_70' data-name='Path 70' d='M38.9,19.414H3.707a2.707,2.707,0,1,1,0-5.414H38.9a2.707,2.707,0,1,1,0,5.414Z' transform='translate(0 3.536)' fill='%23140c46'/%3E%3C/g%3E%3C/svg%3E%0A");
}
/*theme*/
ul.room-directory-nav-tabs{
    border:none;
	margin: -6px;
}
ul.room-directory-nav-tabs .nav-link{
    opacity:.5;
    font-size:16px;
    font-weight:700;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    padding: 6px 22px;
    border:1pt solid;
    border-radius:0;
    margin:6px;
	white-space: nowrap;

}
ul.room-directory-nav-tabs .nav-link:hover,ul.room-directory-nav-tabs .nav-link.active{
    opacity:1;
    background:#926B0B;
    color:white;
    border-color:#926B0B;
}
.accordion-button:not(.collapsed) {
    color: #140C46;
    font-weight: 700;
    background-color: #EEE8DC;
    box-shadow: none;
}
.accordion-button::after{
    width:20px;
    text-align:center;
    content:'+';
    background:none;
    font-size:18px;
    font-weight:700;
    color:#926B0B;
}
.accordion-button:not(.collapsed)::after{
    width:20px;
    content:'-';
    background:none;
}
.accordion-item {
    background-color: #eee8dc;
}
.accordion-button{
    background:#E5E2D9;
	border-radius: 0!important;
	border-top:1pt solid #707070;

}
.accordion-item:first-of-type,.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
	border-radius: 0!important;
}

.row.cure-pricing {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight:600;
    padding:6px 0;
	margin: 0;
}
.row.cure-pricing:nth-child(odd){
   background:#E5E2D9 
}
.row.cure-pricing .col-4{
    font-weight:800;

}
.accordion.rituels .accordion-item,
.accordion.rituels .accordion-button{
	background: transparent!important;
	border: none;
}
.accordion.rituels .accordion-button::after {
    width: 20px;
    text-align: center;
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13.714' viewBox='0 0 16 13.714'%3E%3Cpath id='Polygon_17' data-name='Polygon 17' d='M8,0l8,13.714H0Z' transform='translate(16 13.714) rotate(180)' fill='%23926b0b'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}
.rituels ul{
	padding-left: 1rem;
}
.rituels ul li{
	margin-top: 12px;
}
.accordion,.accordion-item{
	color: #140c46 !important;
}
img.cat-icon {
    width:auto;
    height:64px;
}
.map-pins-container{
	min-height:300px
}
#map-pins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    min-height: 300px;
}
.pin-icon {border-left:1pt solid #B6B6B8;}
.pin-icon img {width:50px}
.pin-title {
	padding-left: 20px;
    font-size:16px;
    font-weight:500;
    line-height:50px;
    height:50px;
}
.pin-number {
    font-size:24px;
    text-align:center;
    border-right:1pt solid #B6B6B8;
    line-height:50px;
    height:50px;
	width:80px;
    font-weight:700;
    color:#926B0B}
.row.map-pin {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    border:1pt solid #B6B6B8;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:12px;
    align-items:center;
    padding:5px;
    cursor: pointer;
}
#map-pins {
    transform: scaleX(-1); /* Mirrors the container */
}

#map-pins > * {
    transform: scaleX(-1); /* Corrects the mirrored content */
}
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #E5E2D9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9A97AC;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.map-box-animation{
    opacity: 0;
    background: #140C46CC;
    position: absolute;
    color: white;
    border-radius: 20px;
    width: 29px;
    text-align: center;
    line-height: 30px;
}
#pin-box-2 {
    top: 46%;
    right: 12%;
}
div#pin-box-1 {top: 48%;right: 20%;}
div#pin-box-3 {top: 55%;right: 27%;}
div#pin-box-4 {top: 61%;right: 29%;}
div#pin-box-5 {top: 47%;right: 28%;}
div#pin-box-6 {top: 82%;left: 46%;}
div#pin-box-7 {top: 74%;left: 48%;}
div#pin-box-8 {top: 72%;left: 52%;}
div#pin-box-9 {top: 70%;left: 61%;}
div#pin-box-10 {top: 64%;right: 24%;}
div#pin-box-11 {top: 74%;right: 22%;}
div#pin-box-12 {top: 76%;left: 68%;}
div#pin-box-13 {top: 69%;right: 16%;}
div#pin-box-14 {top: 86%;right: 24%;}
div#pin-box-15 {top: 42%;right: 33%;}
div#pin-box-16 {top: 43%;right: 41%;}
div#pin-box-17 {top: 22%;right: 23%;}
div#pin-box-18 {top: 52%;left: 25%;}
div#pin-box-19 {top: 63%;left: 26%;}
div#pin-box-20 {top: 71%;right: 62%;}
div#pin-box-21 {top: 73%;left: 35.5%;}
div#pin-box-22 {top: 69%;left: 31%;}
div#pin-box-23 {top: 74%;left: 41%;}
div#pin-box-24 {top: 37%;left: 12%;}
div#pin-box-25 {bottom: 7%;right: 11%;}
div#pin-box-26 {top: 76%;left: 5%;}

div#pin-box-27 {top: 12%;right: 12%;}
div#pin-box-28 {top: 7%;right: 12%;}

div#pin-box-29 {top: 56%;right: 55%;}
div#pin-box-30 {top: 70%;left: 5%;}
.fadebox {
    animation: fadeIn 3s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
	20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width: 992px){
	.pin-title {
	padding-left: 20px;
    font-size:12px;
    font-weight:500;
    line-height:50px;
    height:50px;
}
	.pin-number {
		width:60px
	}
}
@media (min-width: 992px){
	section:nth-child(even) .room-service-cat {
		flex-direction:row-reverse;
	}  
	  section:nth-child(even) .row.room-service-cat .col-lg-6 {
	  z-index:1;
		  margin-right:-9%;
	}    
	  section:nth-child(odd) .row.room-service-cat .col-lg-6 {
	  z-index:1;
		  margin-left:-9%;
	}  
	.row.room-service-cat .col-lg-6 div{
		padding:40px!important;
		 background:#eceae3;
	}
		   
  }
a.whatsapp-chat .whatsapp-icon{
border-radius: 50%;
    width: 55px;
    position: fixed;
    bottom: 20px;
    right: 24px;
}
a.whatsapp-chat .service-whatsapp{
    border-radius:50%;
    width:80px;
    position:fixed;
    bottom:8px;
    right:12px;
}
.rotate {
  display: inline-block; /* Ensure the element can rotate */
  animation: spin 10s linear infinite;
}
.border-dark-blue{
	border-color:#140c46!important;
}
.border-beige{
	border-color:#d8ceb3!important;
}
ul.list-points li{
    margin-bottom:12px
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}