@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&family=Cairo:wght@600;700&display=swap');
@font-face {
 font-family: 'Athelas-Regular';
    src: url('../athelas/Athelas-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../athelas/Athelas-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../athelas/Athelas-Regular.woff') format('woff'),  /* Newer browsers */
         url('../athelas/Athelas-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../athelas/Athelas-Regular.svg#Athelas-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}

*
{	
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size:16px;
	color:#5D4D2A;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #5D4D2A;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#5D4D2A;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-semibold , .font-semibold *
{
	font-weight:600
}
.font-bold , .font-bold *
{
	font-weight:700
}
.font-athelas , .font-athelas *
{
	font-family: 'Athelas-Regular';
}
.font-cairo , .font-cairo *
{
	font-family: 'Cairo', sans-serif;
}

.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:55px;
	margin:0;
	background: #FFF;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#000
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#000
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
a:hover
{
	color:#E1BF87
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.opacity-70
{
	opacity:0.7
}
.bb-1
{
	border-bottom:1px solid #D1D1D1;

}
.bg1
{
  background-color: rgba(241,223,194,0.53);

}
.bg2
{
	background:url('../img/Kasr-Fakhreddine.jpg') no-repeat center center  / cover;
	background-attachment:fixed
}
.bg3
{
  background-color:#F1DFC2;

}


.bg_1
{
	/*background:url('../img/test.png.png') no-repeat center center  / cover;
	background-attachment:fixed*/
	 background:url('../img/backg.jpg') no-repeat center center  / contain;
}
.bg_2
{
	background:url('../img/bg2.jpg') no-repeat center center  / cover;

}
.bg_3
{
	/*background:url('../img/bg3.jpg') no-repeat center center  / cover;*/
	background:#FFF

}
.bg_4
{
	background:url('../img/m.svg') no-repeat right center;

}
div.row[data-spacing="40"] {
  margin-left: -40px;
  margin-right: -40px;
}

div.row[data-spacing="40"] > *[class^=colw-] {
  padding:0 40px;
}
/*///////////////////////////////////////*/
footer
{
	background:#635332
}
.social li
{
	margin-left:10px;
}
.social a span
{
	color:#FFF
}
.social a:hover span 
{
	color:#E1BF87
}

header
{
	position:relative;
}
header .header_content:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	content:'';
	background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.14) 25%);

}
.opa_vis
{
	opacity:0;
	visibility:hidden
}
.menu_mob.slided {
    transform: scaleY(1);
}
.menu_mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFF;
    box-shadow: 0 7px 10px 0 rgb(153 153 153 / 50%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
    border-top: 1px solid #000;
    overflow: hidden;
}.menu_mob ul {
    padding: 140px 0 50px 0;
}.menu_mob ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.hamburger
{
	position:relative;
	z-index:999
}
.booking-form label
{
	font-size:1rem;
	display:block;
	padding-bottom: 0.625rem;
}
.booking-form input , .booking-form textarea
{
	border:0
}
.booking-form input[type=radio]
{
  height: 15px;
  width: 15px;
  border: 1px solid #CABC9E;
  background-color: #FFFFFF;	
}
.booking-form button[type='submit'] {
    text-align: center;
    height: 50px;
    transition: all 1s ease-in-out;
	border-radius: 3px;
	background-color: #E1BF87;
    color: #5D4D2A;
	width:100%
}
.categories_slick , .menu_slick
{
	margin-bottom:0 !important;
	direction:rtl
}
.categories_slick .slick-slide , .menu_slick .slick-slide
{
	float:right;
}



.categories_slick .latest_arrow 
{
	position:absolute;
	top:calc(50% - 15px);
	z-index:50;
	background:none;
	width:50px;
}
.categories_slick .leftLst 
{
	left:-50px;
}

.categories_slick .rightLst  
{
	right:-50px;
}



.categories_slick .slick-track
{
    display: flex !important;
}

.categories_slick .slick-slide 
{
    height: inherit !important;
}
.categories_slick .slick-slide  , .categories_slick .slick-slide  div
{
	height:100%
}
.categories_slick .slick-current  span
{
	color:#FDB52F
}
.categories_slick .latest_arrow img
{
	transform:rotate(180deg)
}
.ltr
{
	direction:ltr
}

.home_parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 230px;
}.join_parallax:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background-color: rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	content:'';
}
.read_more a {
  border-radius: 3px;
  background-color: #E1BF87;
	color:#5D4D2A
}
.read_more a:hover {
 
  background-color: #5D4D2A;
	color:#E1BF87
}
.img_border img
{
	bordeR:5px solid #FFF
}
.about_box .bg3:before{
	position:absolute;
	top:0;
	left:-100%;
	z-index:50;
	background-color: #F1DFC2;
	width:100%;
	height:100%;
	content:'';
}
.about_box .bg3:after{
	position:absolute;
	top:0;
	left:100%;
	z-index:50;
	background-color: #F1DFC2;
	width:200px;
	height:100%;
	content:'';
}

.bg4 {
    background-color: #F1DFC2;    min-height: 700px;
}
.about_box .bg4:before{
	position:absolute;
	top:0;
	right:100%;
	z-index:50;
	background-color: #F1DFC2;
	width:200px;
	height:100%;
	content:'';
}
.about_box .bg4:after{
	position:absolute;
	top:0;
	left:100%;
	z-index:50;
	background-color: #F1DFC2;
	width:100%;
	height:100%;
	content:'';
}
.about_img_1{
	position:absolute;
	top:100px;
	left:0;
	z-index:50;
	content:'';	
}
.info_box
{
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(217,217,217,0.5);
	height:100%	;
	padding:70px 0
}
.mx-width{
	max-width:1442px;
	margin:0 auto
}


.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
        background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.14) 15%);
    z-index: 50;
   
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}
.home_abso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
   
}
.home_main_abso .menu_mob
{
	z-index:101
}
.banners .slick-active{
  /*animation:Slick-FastSwipeIn 1s both;*/
   /*  animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}

header nav li a:hover {
    color: #E1BF87;
}


/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin: 0 5px;	
}

 .banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:transparent;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:#FFF;
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    bottom: 5vh;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:0;

}
.gallery_boxs
{

    column-gap: 10px;
    width: 100%;
    column-count: 4;	
}

.gallery_boxs .picture_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
}
.gallery_boxs .picture_wrapper {
    margin-bottom: 10px;
}
.bg_b
{
	border-bottom: 1px dotted #c5c5c5;
}
.bg_w
{
	background:#FFF;
	margin-bottom:-4px;
}
.menu_slick
{
	margin-bottom:0 !important
}
.mb--5
{
	margin-bottom:-5px;
}
.logo
{
	width:175px;filter: brightness(0) invert(1);margin-top:5px;

}
.d-desktop-none
{
	display:none
}
@media all and (max-width: 1400px){
	
}
@media all and (max-width: 1255px){
	.container{width:1150px}
	.gallery_boxes .col{width:50%}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.jc-c{justify-content:center}
}
/*s*/@media all and (max-width: 576px){
	.info_box{padding:30px;}
	.d-desktop-none{display:block}
.gallery_boxs{column-count: 2;	}	
.jc-s-c{justify-content:center !important}
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.categories_slick .rightLst{right:-15px;}
.categories_slick .leftLst{left:-15px;}
.bg4{min-height:100px;	padding-top:6.25rem;padding-bottom:6.25rem}
.about_img_1{position:relative;top:auto;display: inline-block;}
.main_bg{height:300px}
.font-60, .font-60 * {font-size: 3rem;}
.menu_mob ul li{padding:5px 0}.py-100 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}
.pt-0-s{padding-top:0}
.mob-img-size{text-align:center}
.mob-img-size img{max-width:50%;float:none;display:none;}
.mob-img-size .fr{float:none !important;}
.d-desktop-none .flex-column{justify-content: space-between;flex-direction: row;}
.d-desktop-none .mt-40{margin-top:0 !important}
.d-desktop-none img{height:40px;}
.d-desktop-none .colw-33:last-child .flex-column{justify-content: center;flex-direction: column;}
.d-desktop-none .my-40 {margin-top: 0.5rem;margin-bottom: 0.5rem;}
.pt-100-s{padding-top:25px;}
.pb-0-s{padding-bottom:2rem}
.check_menu .font-16{font-size:1.5rem}
.mini-font .font-50,.mini-font .font-50 *{font-size:2rem;line-height:2.5rem}
.bg3-section2{background:#F1DFC2;padding-bottom:3.125rem;}
.order1-s{order:1}
.order2-s{order:2}
.bg3-section3{background:#F1DFC2;margin-top:3.125rem;}
.bg3-section4{margin-top:3.125rem;}
.bg3-section3 .bg4{padding:0}
.bg3-section3 .order2-s.py-100{padding-bottom:0}

.bg3-section4 .bg4{padding:0}
}





















