@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&family=DM+Serif+Display&family=Lato:wght@300;400;700&display=swap');


.font-almarai
{
	font-family: 'Almarai', sans-serif;

}
.txt-right
{
	text-align:right
}
*
{	
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#363636;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #CFA670;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.cairo{font-family: 'Cairo', sans-serif;
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-dm , .font-dm *
{
	font-family: 'DM Serif Display', serif;

}
.font-bold , .font-bold *
{
	 font-weight: 700;
}
.font-light , .font-light *
{
	 font-weight: 300;
}
.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-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;
	line-height:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 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;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 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;


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	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: 19px;
	background:#CFA670
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#CFA670
}

.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-100
{
	padding-top:100px;
	padding-bottom:100px
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.8175rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.color1
{
	color:#2B363E
}
.color2
{
	color:#6D7278
}
/*//////////////////////////////////////////////////////////////////////////////////////////*/
.breadcrumbs ul
{
	background:#CFA670;
	display:inline-block;
	padding:10px 30px
}
.breadcrumbs ul li
{

	padding: 0px 2.5px
}
.breadcrumbs ul a
{
	color:#FFF;
}
.breadcrumbs ul li span , .breadcrumbs ul a:hover
{
	color:#C41230;
}
header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:50
}
.top_header
{
	background:rgba(192,175,153,0.9);
}
.top_header li{
display:inline-block;
padding-left:10px;
}
.top_header li a:hover span{
color:#C41230
}
nav li a
{
	color:#FFF;
	padding-bottom:5px;
}
nav li a.active
{
	border-bottom:1px solid #FFF
}
iframe
{
	border:0
}
.google_map
{
	background:#F2F3F4
}
.bg_black{
background:#1A1B1B;
}
footer
{
	display:inline-block;
	width:100%
}
.light-grey
{
	color:#919192
}
footer a:hover
{
	color:#C41230
}
footer li
{
	padding-left:25px;
}
.scroll_up
{
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    background: #848484;
    width: 45px;
    height: 45px;transition:all 0.5s ease-in-out;cursor:pointer
}
.scroll_up:hover
{
	background:#FFF;
}
.scroll_up:hover svg  path
{
	stroke:#C41230;
}
.color-gold
{
	color:#CFA670;
}

.bg_white{
background:#FFF
}
.special_box a.read_more
{
	background:#CFA670;
	padding:15px 30px;
	color:#FFF;
	display:inline-block
}.special_box a.read_more:hover
{
	background:#C41230;
}

.special_main .colw-33 .special_box
{
	max-width:400px;
}

.bg1
{
background:#FAF9F6;	
}
.back a
{
	display:flex
}
.back a:hover
{
	color:#C41230;transform:translateX(-5px)
}
.special_share li 
{
	background:#C0AF99;
	border-radius:50%;
	width:50px;
	height:50px;
	display:inline-block;
	margin-right:10px;
}
.special_share li  span
{
	color:#FFFF
}
.locations_tab li
{
    margin-right:15px;
}
.locations_tab a
{
    background: #CFA670;
    padding: 15px 30px;
    color: #FFF;
	font-size:12px;
    display: inline-block;
}
.locations_tab a:hover , .locations_tab li.active a
{
    background: #C41230;

}
.locations_box iframe
{
	width:100%;
	height:500px;
}
.locations_box a:hover
{
	color:#C41230;
}

.red
{
	color:#C41230
}
.selling_box li
{
	display:inline-block;
	width:100%;
	margin-bottom:25px;
	padding-left:25px;
	background:url('../img/li.svg')  no-repeat left center
}
.core_value
{
	background:url('../img/bg2.png')  no-repeat left center / cover;
	background-attachment:fixed;
}
.core_values_box
{
	border:1px solid #C41230;
	padding:50px;
	height:100%
}
.core_value_main .colw-33
{
	width:30%;
}

.core_value_main .colw-33:nth-child(4) , .core_value_main .colw-33:nth-child(5)
{
	width:40%;
}
.jc-sa
{
	justify-content:space-around
}
.mission_vision
{
	background:url('../img/3bullets.svg') no-repeat 95% 100% #FFF !important;
	box-shadow: 0 8px 16px rgba(110,77,34,0.09);
	padding:74px 140px;
	position:absolute;
	top:0;
	left:0;
}
.mt-400
{
	padding-top:400px;
}
.story_img
{
	margin-top:100px;
}

.story_img img
{
	position:absolute;
	top:0;
	right:100px;
}

.filter {
    text-align: center;
}
.filter a {

    text-align: center;
	margin:0 15px;
	background:#FAF9F6;
	color:#363636;font-weight:bold;
	padding:15px;
    transition: all 1s ease-in-out;
    display: inline-block;
	    box-shadow: 0 8px 16px rgb(110 77 34 / 9%);
	font-size:16px;
}

.filter a.active {
    color: #C41230;
	font-size:18px;
	border-bottom:2px solid #C41230;
	
	font-weight:700;
}

.menu_info
{
	background:url('../img/3bullets.svg') no-repeat 95% 100% #FAF9F6;
	box-shadow: 0 8px 16px rgba(110,77,34,0.09);
	border-radius:10px;
}
.categories_box h2
{
	background:url('../img/line.svg') no-repeat bottom left;
	letter-spacing:1px
}
.items_box{
border:1px solid #CFA670;
border-bottom-left-radius:25px;
border-bottom-right-radius:25px;
max-width:260px
}
.price_box span
{
	position:relative
}

.price_box span:before
{
	position:absolute;
    left: -20px;
    top: 6px;
	content:'';
	z-index:50;
	background:url('../img/dots.svg') no-repeat left center ;
	width:8px;
	height:8px;
}
.price_box span:after
{
	position:absolute;
    right: -20px;
    top: 6px;
	content:'';
	z-index:50;
	background:url('../img/dots.svg') no-repeat left center ;
	width:8px;
	height:8px;
}
.g_abso
{
	position:absolute;
    left: 10px;
    top: 5px;
	content:'';
	z-index:50;	
}
.back_top
{
	
}
.back_top:hover img
{
	transform:translateY(-5px)
}
.back_top img
{
	cursor:pointer;transition: all 1s ease-in-out;
}


.parallax1
{
	height:600px;
	position:relative;
	background-attachment:fixed
}
.parallax1:before
{
	position:absolute;
    right: 0;
    top: 0;
	content:'';
	z-index:50;
	background:url('../img/shadow1.png') no-repeat left center /cover;
	width:100%;
	height:100%;
}

.z-50
{
	z-index:50
}
.jc-fe
{
	justify-content:flex-end
}









.parallax
{
	height:650px;
	position:relative;
	background-attachment:fixed
}
.parallax:before
{
	position:absolute;
    right: 0;
    top: 0;
	content:'';
	z-index:50;
	background:url('../img/shadow.png') no-repeat left center /cover;
	width:100%;
	height:100%;
}
.parallax h2 ,.parallax h3
{

	position:relative;
	z-index:50
}
.gallery_slick
{
	margin-bottom:-5px !important
}


.gallery_box a{

	position:relative;
	display:block
}
.gallery_box a:before{
	position:absolute;
    right: 0;
    top: 0;
	content:'';transition: all 0.5s ease-in-out;
	z-index:50;
	background:url('../img/hover.png') no-repeat left center /cover;
	width:100%;
	height:100%;opacity:0;
}
.gallery_box:hover a:before
{
	opacity:1
}



.jarallax {

  z-index: 0;
  width:950px;
  height:520px;
}
.jarallax_box {
    position: absolute;
    top: 190px;
    right: 0;
    z-index: 50;
	padding:70px 80px;
	box-shadow: 0 8px 16px rgba(110,77,34,0.09);
	background:url('../img/3bullets.svg') no-repeat 95% 100% #FFF;
}
.color-grey{
color:#B1B1B1
}


.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 100vh;
    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%;
    background: rgba(0,0,0,0.25);
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}


.banners  .slick-dots li
{
	width:50px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:50px;
	height:5px;border-radius:25px;
	background:#F2F2F2;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#1868A8;
}
.banners .slick-dots {
    bottom: 10vh;
}
.scroll_down{
position:absolute;
bottom:25px;
left:0;
z-index:50
}
.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
    height: 50px;
    width: 25px;
  position: relative;cursor:pointer;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,40px);
    opacity: 0;
  }
}
.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E14742;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.logo_mobile{display:none}
.trigger{display:none}

.play_music
{
	color:#FFF;
	font-size:1rem;
	padding:5px 10px;
	background:#C41230;
	cursor:pointer
}
.items_bg
{
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.items_bg:hover
{
	
}

.latest_arrow
{
	position:absolute;
	cursor:pointer;
	bottom:9px;
	z-index:60;
	background:none
}
.leftLst
{
	left:-20px;
	transform:rotate(180deg)
}
.rightLst
{
	right:-40px;
}
nav .ddm a
{
	color:#000
}
header nav .ddm li
{
	margin:0
}
.mobile_v
{
	display:none
}
@media all and (max-width: 960px){
	header li .ddm{opacity:1;height:auto;visibility:visible;background-color:transparent;display: inline-block;
    width: 100%;}
	.leftLst
{
	left:-20px;
}
.rightLst
{
	right:-20px;
}
.filter{padding:0 25px;margin-top:30px;}

	.categories_box h2{position:relative;}
	.categories_box h2:before{position: absolute;
    top: 8px;
    right: 0;
    z-index: 50;
    background: url(../img/mobile_down.svg) no-repeat center center;
    content: '';
    width: 20px;
    height: 11px;}
	.categories_box h2.act:before{transform:rotate(180deg)}
	.items_box .py-25{padding-top:15px;padding-bottom:15px;}
	.items_bg{height:125px;}
.insideImg .img-bg{height:200px;}
.top_header .font-14.flex-row , .breadcrumbs , .logo , .top_header  ul{display:none !important}.play_music  , .top_header{margin-left:0 !important;display:none}
.logo_mobile{display:block}
.menu_mobile{background:rgba(192,175,153,0.9);padding:15px 0;position:relative}
.menu_mobile .container{display: flex !important;justify-content: space-between;flex-direction: row;align-content: center;align-items: center;}
.font-90, .font-90 * {font-size: 2.5rem;}
.font-50, .font-50 * {font-size: 1.875rem;}
.font-30, .font-30 * {font-size: 1.5rem;}
.font-26, .font-26 * {font-size:1.125rem}
.font-70, .font-70 * {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.font-60, .font-60 * {
    font-size: 2.75rem;
    line-height: 2.75rem;
}.parallax h2, .parallax h3{text-align:center}.parallax , .parallax1{height:450px;}
.insideImg h2{padding-top:50px;}
.trigger{margin-top:3px;display:block}
.menu.slided {
    transform: scaleY(1);
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background-color: #FAF9F6;
    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 #CFA670;
    overflow: hidden;
}
nav{padding-top:50px  !important;}
nav li a{color:#CFA670;font-family: 'DM Serif Display', serif;font-size:18px !important;}	
header ul li{    margin: 0;
    text-align: center;
    padding: 15px 0px;}
.py-100{padding-top:50px;padding-bottom:50px;}	
.core_value  .txt-cntr{text-align:left}
.flex-row-m{flex-direction:column}
.menu_info  .mr-50{margin-right:0;}
.menu_info  .ml-50{margin-left:0;}
.menu_info{    align-items: flex-start;}
.menu_info div{padding:5px 0}
.menu_info{padding: 30px 25px;background-size: 51px;}
.items_box{max-width:100%}
.items_box{display: flex !important;justify-content: center;flex-direction: row;align-content: center;align-items: center;    border-bottom-left-radius: 0;    border-top-right-radius: 15px;border-bottom-right-radius: 15px;}
.items_box .bg_hover{width:50%}
.items_box .relative{width:65%;padding-left:25px;}
.items_box .txt-cntr{text-align:left;}
.price_box span:before{left:0}
.price_box span{padding-left:20px;}
.g_abso{    left: auto;
    top: auto;
    bottom: 0px;left:auto;
    right: 15px;}
	.categories_box h2{background-size:80px;margin-bottom: 0;}
	.menu_box_mobile{padding-top:25px;}
	.categories_box .colw-100.pt-50 {border-top:1px solid #CFA670;border-bottom:1px solid #CFA670;padding:25px 0;}
	.back_top{padding-top:50px;}
	footer ul{display:none}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}	
.pb-25-m{padding-bottom:25px;}.special_box.colw-60 {padding:25px;}
.gallery_img img{padding:0 5px;}
.core_value_main .colw-33 , .core_value_main .colw-33:nth-child(4), .core_value_main .colw-33:nth-child(5){width:100%}
.mission_vision{position:relative;padding:50px;}
.story_img img{position:relative;right:auto}.story_img {margin-top: 25px;}
.mt-400 {padding-top: 50px;}.jarallax_box{position:relative;top:auto;padding: 50px;}
.core_value .colw-20{display:none}.jarallax{width:100%}.special_home.mt-50{margin-top:0}
.filter a{margin:0 35px 0 0}
.pt-0-m{padding-top:0}.parallax1{background-attachment:inherit}
.mobile_v{display:block !important}
.mobile_v *{color:#FFF}
}