@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Restabook
  Version: 1.0
  Last change: 31/05/2020 ]
++ Fonts ++
++ loader ++
++ Typography ++
++ General ++
++ share ++
++ navigation ++
++ footer ++
++ button ++
++ hero ++
++ section ++
++ about ++
++ menu ++
++ team ++
++ testimonilas ++
++ forms ++
++ blog ++
++ responsive ++
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Karma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibe:wght@300;400;500&display=swap');

/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
	overflow-y: auto;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background: #292929;
	color: #000;
	overflow-y: auto;
	font-family: 'Jost', sans-serif;

}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ---------Page preload--------------------------------------*/
.loader-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 100;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	z-index: 20;
	transform: scale(1.0);
}

.loader:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid;
	border-radius: 50%;
	animation: spin2 0.5s infinite linear;
	border-radius: 100%;
	z-index: 1;
}

@keyframes spin2 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.cd-tabs-layer,
.cd-reserv-overlay-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.cd-loader-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

.cd-loader-layer .loader-layer,
.cd-tabs-layer .tabs-layer,
.cd-reserv-overlay-layer .reserv-overlay-layer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-98%);
	height: 100%;
	width: 2500%;
	background: url(../images/ink2.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.cd-tabs-layer.visible,
.cd-loader-layer.visible,
.cd-reserv-overlay-layer.visible {
	opacity: 1;
	visibility: visible;
}

.cd-tabs-layer.opening .tabs-layer,
.cd-loader-layer.opening .loader-layer,
.cd-reserv-overlay-layer.opening .reserv-overlay-layer {
	animation: cd-sequence 0.8s steps(24);
	animation-fill-mode: forwards;
}

.cd-tabs-layer.closing .tabs-layer,
.cd-reserv-overlay-layer.closing .reserv-overlay-layer {
	animation: cd-sequence-reverse 0.8s steps(24);
	animation-fill-mode: forwards;
}

.cd-loader-layer.closing .loader-layer {
	animation: cd-sequence-reverse 0.8s steps(24);
	animation-fill-mode: forwards;
}

@keyframes cd-sequence {
	0% {
		transform: translateY(-50%) translateX(-2%);
	}

	100% {
		transform: translateY(-50%) translateX(-98%);
	}
}

@keyframes cd-sequence-reverse {
	0% {
		transform: translateY(-50%) translateX(-98%);
	}

	100% {
		transform: translateY(-50%) translateX(-2%);
	}
}

/*--------------Typography--------------------------------------*/
p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #5e646a;
}

blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative;
}

blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	right: 6px;
	opacity: 0.4
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}

/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.full-height {
	height: 100%;
}

.respimg {
	width: 100%;
	height: auto;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.par-elem {
	height: 130%;
	top: -15%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 3;
}

.op7 {
	opacity: 0.7;
}

/* ------header------------------------------------------------------------ */
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
}

.logo-holder {
	float: left;
	height: 25px;
	position: relative;
	top: 13px;
}

.logo-holder-mobil {
	position: relative;
	top: 10px;
}

.logo-holder img {
	width: auto;
	height: 45px;
}

.header-inner {
	top: 50px;
	transition: all .2s ease-in-out;
	z-index: 2;
}

.header-top {
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	z-index: 1;
}

.header-top_contacts {
	float: right;
}

.header-top_contacts a {
	float: left;
	color: #fff;
	font-family: 'Tajawal', sans-serif;
	margin-left: 20px;
	font-weight: 600;
	transition: all .2s ease-in-out;
}

.header-top_contacts a:hover span {
	color: #fff;
}

.header-top_contacts a span {
	padding-right: 10px;
}

.header-container {
	background: #fff;
	height: 70px;
	border: 1px solid #eee;
	border-top: none;
}

.header-container-mobil {
	background: #fff;
	height: 50px;
	border: 1px solid #eee;
	border-top: none;
}

.lang-wrap {
	float: left;
	color: #323246;
}

.lang-wrap a,
.lang-wrap span {
	font-family: 'Jost', sans-serif;
	color: #323246;
	font-weight: 400;
	margin-right: 0px;
	font-size: 13px;
	text-transform: uppercase;
}

.main-header.scroll-sticky .header-inner {
	top: 0;
}

.show-cart,
.show-share-btn {
	float: right;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: 24px;
	border-left: 1px solid #eee;
	text-align: center;
	box-sizing: border-box;
}

.show-share-btn {
	margin-left: 0;
	font-size: 25px;
}

.header-tooltip {
	position: absolute;
	top: 100%;
	right: 0;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-weight: 600;
	transition: all .3s ease-in-out;
	font-family: 'Tajawal', sans-serif;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #eee;
	border-top: none;
}

.htact:hover .header-tooltip {
	opacity: 1;
	visibility: visible;
}

.show-cart_count {
	position: absolute;
	bottom: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 100%;
	color: #fff;
	right: 16px;
	z-index: 10;
	font-size: 10px;
}

.show-cart i,
.show-cart_count,
.header-cart_wrap {
	transition: all .3s ease-in-out;
}

.show-cart:before {
	content: "";
	display: block;
	width: 1px;
	height: 16.8px;
	position: absolute;
	top: 50%;
	left: -20px;
	background: rgba(255, 255, 255, 0.51);
	margin-top: -8.4px;
	transform: rotate(45deg);
}

.idiomes {
	float: right;
	position: relative;
	color: #666;
	font-size: 10px;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	border-left: 1px solid #eee;
	cursor: pointer;
	/* transition: all .2s ease-in-out;	 */
}

.show-reserv_button {
	float: right;
	position: relative;
	color: #666;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	border-left: 1px solid #eee;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.show-reserv_button span,
.show-reserv_button i {
	position: relative;
	z-index: 2;
}

.show-reserv_button i {
	display: none;
}

.show-reserv_button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: -1px;
	z-index: 1;
	height: 0;
	transition: all .2s ease-in-out;
}

.show-reserv_button:hover:before {
	height: 100%;
}

.show-reserv_button:hover {
	background: #fff;
	color: #fff;
}

.sc_btn.scwllink i:before,
.showshare.vis-shar i:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
}

.sc_btn.scwllink .show-cart_count {
	transform: scale(0);
}

.header-cart_wrap {
	position: absolute;
	top: 70px;
	right: -20px;
	padding: 25px 20px 15px;
	width: 400px;
	background: #fff;
	opacity: 0;
	visibility: visible;
	display: none;
	border: 1px solid #eee;
	border-top: none;
}

.vis-cart {
	opacity: 1;
	visibility: visible;
	right: -1px;
}

.header-cart_title {
	font-family: 'Tajawal', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #292929;
	padding: 0 0 20px 0;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.header-cart_wrap_container {
	max-height: 220px;
	float: left;
	width: 100%;
	overflow: auto;
	padding-right: 10px;
}

.header-cart_wrap_total {
	padding: 18px 0;
	text-align: left;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}

.header-cart_wrap_total:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}

.header-cart_wrap_total_item {
	color: #292929;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Tajawal', sans-serif;
}

.header-cart_wrap_total_item span,
.header-cart_title span {
	float: right;
	font-family: 'Jost', sans-serif;
}

.header-cart_title span {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: 6px;
	color: #555;
}

.box-widget-content .widget-posts ol {
	counter-reset: my-awesome-counter;
	padding: 0 10px 0 20px;
}

.box-widget-content .widget-posts li {
	position: relative;
	counter-increment: my-awesome-counter;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.box-widget-content .widget-posts li:before {
	content: counter(my-awesome-counter);
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	font-family: 'Tajawal', sans-serif;
	left: -20px;
	top: 30px;
}

.box-widget-content .widget-posts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.box-widget-content .widget-posts-img,
.cart-details_header .widget-posts-img {
	float: left;
	width: 30%;
}

.box-widget-content .widget-posts-descr {
	float: left;
	width: 70%;
	padding: 0 30px 0 20px;
	text-align: left;
	position: relative;
}

.box-widget-content .widget-posts-descr a {
	color: #111;
	font-weight: 500;
	font-size: 13px;
}

.widget-posts-descr_calc {
	width: 100%;
	font-weight: 400;
	color: #666;
	padding-top: 6px;
	font-size: 12px;
}

.widget-posts-descr_calc span {
	padding: 0 4px;
}

.clear-cart_button {
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -10px;
}

.header-cart_wrap_footer {
	padding-top: 15px;
}

.header-cart_wrap_footer:before {
	content: "";
	display: block;
	width: 1px;
	height: 16.8px;
	position: absolute;
	top: 34px;
	left: 50%;
	background: #ccc;
	margin-top: -8.4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-cart_wrap_footer a {
	width: 45%;
	float: left;
	padding: 12px 0;
	color: #fff;
	background: #292929;
	font-family: 'Tajawal', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.header-cart_wrap_footer a:last-child {
	float: right;
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float: right;
	position: relative;
	opacity: 1;
	top: 17px;

	visibility: visible;
	z-index: 20;
}

.nav-holder nav {
	position: relative;
	float: right;
}

.nav-holder nav li {
	float: left;
	position: relative;
	margin-right: 6px;
	height: 50px;
}

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 52px;
	left: 0;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #eee;
	transition: all .2s ease-in-out;
}

.nav-holder nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.nav-holder nav li ul li ul {
	top: -10px;
	left: 100%;
	margin-left: 25px;
	margin-top: 0;
	max-width: 150px;
}

.nav-holder nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-right: 0px;
}

.nav-holder nav li ul li {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.nav-holder nav li a {
	float: left;
	padding: 5px 11px;
	color: #222;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 25px;
	transition: all 100ms linear;
	position: relative;
}

.nav-holder nav li a i {
	padding-left: 6px;
	transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
	transform: rotateX(180deg);
}

.nav-holder nav li ul a {
	float: left;
	width: 100%;
	text-align: left;
	padding: 5px 15px;
	font-size: 12px;
}

.dark-header .nav-holder nav li ul a {
	color: #000;
}

nav li ul a:before,
nav li ul a:after {
	display: none;
}

/*------ footer - ------------------------------------------------*/
footer.fixed-footer {
	left: 0;
	bottom: 0;
	z-index: 2;
	position: fixed;
	padding: 70px 20px 0;
}

footer.fixed-footer:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 80px;
	background: #292929;
	bottom: 0;
}

.height-emulator {
	z-index: 1;
}

.footer-top {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.footer-logo {
	float: left;
	position: relative;
	top: 4px;
}

.footer-logo img {
	height: 25px;
	width: auto;
}

.footer-top .lang-wrap {
	margin-left: 50px;
	position: relative;
	top: 10px;
}

.footer-social {
	float: right;
}

.footer-social li,
.footer-social ul {
	float: left;
}

.footer-social li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: none;
	background: rgba(255, 255, 255, 0.05);
	transition: all 200ms linear;
}

.footer-social li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social li a:hover {
	background: #fff;
}

.footer-social-title {
	float: left;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
	position: relative;
	margin-right: 20px;
	top: 10px;
}

.footer-widget-wrap {
	padding: 30px 0 70px;
}

.footer-widget-title {
	text-align: left;
	font-family: 'Tajawal', sans-serif;
	font-size: 19px;
	padding-bottom: 26px;
}

.subcribe-form input.enteremail {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 70%;
	outline: none;
	float: left;
	box-sizing: border-box;
	font-family: 'Jost', sans-serif;
}

.subcribe-form .subscribe-button {
	float: right;
	font-family: 'Tajawal', sans-serif;
	width: 28%;
	z-index: 2;
	height: 50px;
	line-height: 50px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
}

.subcribe-form .subscribe-button:hover {
	background: #fff;
}

.subscribe-message {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.footer-widget-content p {
	text-align: left;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.footer-widget-content-link {
	float: left;
	font-family: 'Tajawal', sans-serif;
	font-size: 14px;
	margin-top: 6px;
	position: relative;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 4px;
	transition: all 200ms linear;
}

.footer-widget-content-link:hover {
	color: #fff;
}

.footer-contacts {
	margin-bottom: 16px;
	padding-top: 4px;
}

.footer-contacts li {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}

.footer-contacts li:last-child {
	margin-bottom: 0;
}

.footer-contacts li span {
	margin-right: 20px;
	width: 80px;
	float: left;
}

.footer-contacts li a,
.footer-contacts li span {
	color: #fff;
	transition: all 200ms linear;
}

.copyright {
	float: left;
	position: relative;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
	top: 30px;
	font-size: 14px;
}

.footer-bottom {
	height: 80px;
	background: #292929;
}

.to-top {
	float: right;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	top: 30px;
}

.to-top span {
	position: relative;
	display: inline-table;
	font-size: 15px;
	top: 0;
	font-family: 'Tajawal', sans-serif;
	transition: all 200ms linear;
}

.to-top i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 18px;
	top: -100%;
	opacity: 0;
	transition: all 400ms linear;
}

.to-top:hover span {
	opacity: 0;
}

.to-top:hover i {
	opacity: 1;
	top: 0;
}

.gray-bg {
	background: #f6f6f6;
}

/*------Button ------------------------------------------------*/
.btn {
	padding: 14px 20px 14px 35px;
	display: inline-block;
	position: relative;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
	margin-top: 15px;
	background: #292929;
	font-weight: 500;
	transition: all 200ms linear;
}

.btn:hover,
.btn.border-btn:hover {
	color: #fff;
}

.btn i {
	margin-left: 30px;
	transition: all 400ms linear;
	position: relative;
}

.btn:hover i {
	transform: rotateX(360deg);
}

.btn.border-btn {
	background: #fff;
	border: 1px solid;
	color: #000;
	font-weight: 700;
	background: #f9f9f9;
}

/*--------------hero--------------------------------------*/
.hero-wrap {
	z-index: 20;
	overflow: hidden;
}

.hero-title-wrap {
	z-index: 10;
	top: 36%;
}

.hero-title {
	float: left;
	max-width: 800px;
	text-align: left;
}

.hero-title h2 {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	line-height: 70px;
}

.hero-title h4 {
	font-size: 16px;
	font-family: 'Tajawal', sans-serif;
	font-style: italic;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
}

.hero-title h4:before {
	content: '\25CF\25CF\25CF\25CF\25CF';
	position: absolute;
	top: -40px;
	left: 0;
	width: 50px;
	height: 1px;
	font-size: 10px;
	letter-spacing: 4px;
	color: #fff;
}

.hero_btn {
	float: left;
	padding: 14px 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
	font-family: 'Tajawal', sans-serif;
	font-weight: 600;
	font-size: 13px;
	transition: all 200ms linear;
}

.hero_btn.no-align {
	float: none;
	display: inline-block;
}

.hero_btn i {
	margin-left: 30px;
	transition: all 200ms linear;
}

.hero_btn:hover {
	background: #fff;
	color: #666;
	border-color: transparent
}

.hero_btn:hover i {
	transform: rotateX(360deg);
}

.hero-bottom-container {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 20;
}

.hero_promo-wrap {
	position: absolute;
	top: 50%;
	right: 0;
	width: 300px;
	z-index: 20;
	height: 50px;
	margin-top: -15px;
}

.hero_promo-title {
	float: left;
	font-family: 'Tajawal', sans-serif;
	font-style: italic;
	color: #fff;
	position: relative;
	margin-left: 40px;
	top: 20px;
	text-align: left;
}

.hero_promo-button a {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	z-index: 20;
	font-size: 10px;
	transition: all 0.2s ease-in-out;
}

.hero_promo-button a:hover {
	box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
}

.hero-social {
	position: absolute;
	left: 50px;
	top: 42%;
	width: 50px;
	border-bottom: none;
	z-index: 11;
	box-sizing: border-box;
}

.hero-social li a {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-top: none;
	background: rgba(255, 255, 255, 0.1);
}

.hero-social li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-social li a:hover {
	background: #fff;
}

.hero-dec_top,
.hero-dec_bottom {
	position: absolute;
	left: 70px;
	width: 80px;
	height: 80px;
	border-left: 1px dotted rgba(255, 255, 255, 0.4);
	z-index: 10;
}

.hero-dec_top_right,
.hero-dec_bottom_right {
	position: absolute;
	right: 70px;
	width: 80px;
	height: 80px;
	border-right: 1px dotted rgba(255, 255, 255, 0.4);
	z-index: 10;
}

.hero-dec_top,
.hero-dec_top_right {
	top: 50px;
	border-top: 1px dotted rgba(255, 255, 255, 0.4);
}

.hero-dec_bottom,
.hero-dec_bottom_right {
	bottom: 50px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.sd_btn {
	float: right;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.scroll-down-wrap {
	float: left;
	position: relative;
	top: 0;
	z-index: 100
}

.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	z-index: 10;
}

.scroll-down-wrap span {
	color: #fff;
}

.scroll-down-wrap span:before {
	background: #fff;
}

.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}

.brush-dec,
.brush-dec2 {
	position: absolute;
	left: 0;
	z-index: 20;
	height: 40px;
	width: 100%;
	z-index: 20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.brush-dec {
	bottom: 0;
	background: url(../images/bg/brush-dec.png);
}

.brush-dec2 {
	top: -2px;
	height: 50px;
	background: url(../images/bg/brush-dec_2.png);
}

.brush-dec2.brush-dec_bottom {
	top: 100%;
	margin-top: -2px;
}

.multi-slideshow-wrap_fs {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.ms-item_fs .overlay {
	opacity: 0.6
}

.hero-slider_btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border-radius: 100%;
	background: #292929;
	z-index: 50;
	cursor: pointer;
}

.hero-slider_btn:hover {
	background: rgba(0, 0, 0, 0.7);
}

.hero-slider_btn_next {
	right: 60px;
}

.hero-slider_btn_prev {
	left: 60px;
}

.grid-carousel-title {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding: 0 20px;
	z-index: 3;
	opacity: 0.6;
	transform: scale(0.7);
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}

.grid-carousel .swiper-slide-active .grid-carousel-title {
	opacity: 1;
	transform: scale(1.0);
}

.grid-carousel-title h3 {
	font-family: 'Tajawal', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #fff;
	position: relative;
}

.grid-carousel-title h3:after {
	position: absolute;
	content: '\25CF\25CF\25CF';
	width: 50px;
	left: 50%;
	top: -20px;
	margin-left: -25px;
	font-size: 9px;
	letter-spacing: 4px;
}

.grid-carousel-title h3 a {
	color: #fff;
}

.grid-carousel-title h4 {
	font-weight: 700;
	padding-top: 10px;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
	font-style: italic;
	padding-bottom: 20px;
}

.grid-carousel .swiper-slide,
.fs-slider .swiper-slide {
	overflow: hidden;
}

.grid-carousel .swiper-slide .bg {
	width: 130%;
	left: -15%;
}

.grid-carousel .swiper-slide .overlay,
.carousle-item-number {
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}

.grid-carousel .swiper-slide-active .overlay,
.fs-slider-item .overlay {
	opacity: 0.6;
}

.carousle-item-number {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	z-index: 19;
	font-family: 'Tajawal', sans-serif;
	font-size: 20px;
	text-align: center;
	opacity: 0;
	margin-bottom: -50px;
}

.grid-carousel .swiper-slide-active .carousle-item-number {
	opacity: 1;
	margin-bottom: 0;
}

.fs-slider-item .grid-carousel-title {
	opacity: 1;
	transform: scale(1.0);
	top: 40%;
}

.fs-slider-item .grid-carousel-title h3 {
	font-size: 44px;
}

.fs-slider-item .grid-carousel-title h3:after {
	content: '';
	background: rgba(255, 255, 255, 0.6);
	height: 1px;
}

.fs-slider-item .grid-carousel-title h4 {
	font-size: 14px;
}

.fs-slider-item .grid-carousel-title .hero_btn {
	float: none;
	display: inline-block;
	margin-top: 0;
	top: -20px;
}

/*------section ------------------------------------------------*/
section {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0;
	background: #fff;
}

section.hidden-section {
	overflow: hidden;
}

section.parallax-section {
	padding: 120px 0;
}

.big-padding {
	padding: 140px 0;
}

section.parallax-section.hero-section {
	padding: 210px 0 120px;
	z-index: 21;
}

section.parallax-section.hero-section .overlay {
	opacity: 0.5;
}

.no-padding {
	padding: 0;
}

.small-top-padding {
	padding-top: 40px;
}

section.parallax-section .bg {
	height: 120%;
	top: 0;
}

.menu-wrapper-title .bg {
	height: 130%;
	top: 5%;
}

.section-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 400px;
	overflow: hidden;
	opacity: 0.4;
}

.section-title {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.section-title.text-align_left {
	text-align: left;
}

.section-title h4 {
	font-family: 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

.section-title h2 {
	font-size: 30px;
	/* font-weight:900; */
	color: #323246;
	/* font-family: 'Tajawal', sans-serif; */
}

section.parallax-section.hero-section .section-title h2 {
	color: #fff;
	font-size: 38px;
}

.dots-separator {
	margin: 10px 0 30px;
}

.section-title.text-align_left .dots-separator span {
	float: left;
	position: relative;
}

.dots-separator span {
	float: none;
	display: inline-block;
	width: 60px;
}

.dots-separator span:after {
	content: '\25CF\25CF\25CF\25CF\25CF\25CF';
	color: #333;
	font-size: 7px;
	letter-spacing: 4px;
}

.bold-separator {
	max-width: 400px;
	margin: 0 auto 50px;
	position: relative;
}

.bold-separator span {
	width: 6px;
	height: 6px;
	display: inline-table;
	background: #fff;
	margin: 0 auto;
	border-radius: 100%;
}

.bold-separator.bold-separator_dark span {
	background: #292929;
}

.bold-separator.bold-separator_dark {
	margin: 15px auto 30px;
}

.bold-separator:before,
.bold-separator:after {
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	top: 50%;
	opacity: 0.3;
}

.bold-separator:before {
	left: 0;
}

.bold-separator:after {
	right: 0;
}

.text-block {
	text-align: left;
	padding-right: 80px;
}

.text-block .btn {
	margin-top: 30px;
}

.section-dec {
	position: absolute;
	width: 60px;
	height: 60px;
}

.section-dec.sec-dec_top {
	top: -70px;
	left: -70px;
	border-top: 1px dotted;
	border-left: 1px dotted;
}

.section-dec.sec-dec_bottom {
	bottom: -70px;
	right: -70px;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
}

.column-wrap-bg {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.column-wrap-bg .overlay {
	opacity: 0.5;
}

.column-wrap-bg-text {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	padding: 0 30px;
	z-index: 10;
}

.column-wrap-bg-text h3 {
	font-size: 35px;
	font-family: 'Tajawal', sans-serif;
	position: relative;
	padding-bottom: 20px;
}

.column-wrap-bg-text h3:after {
	position: absolute;
	content: '\25CF\25CF\25CF';
	width: 50px;
	left: 50%;
	top: -20px;
	margin-left: -25px;
	font-size: 9px;
	letter-spacing: 4px;
	color: #fff;
}

.column-wrap-bg-text h4 {
	font-size: 21px;
	font-style: italic;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
}

.column-wrap-bg-text .hero_btn {
	float: none;
	display: inline-block;
	margin-top: 20px;
	background: #292929;
}

.column-wrap-bg.left-wrap {
	left: 0;
}

.column-wrap-bg.right-wrap {
	right: 0;
}

.column-section-wrap {
	float: right;
	width: 50%;
	position: relative;
	padding: 120px 50px;
}

.column-section-wrap.left-column-section {
	float: left;
}

.column-section-wrap:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	z-index: 2;
	box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.03);
}

.column-text_inside:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	z-index: 2;
	box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.03);
}

.column-text {
	max-width: 550px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.column-text_inside {
	padding: 70px 30px;
}

.column-text_inside .column-text {
	float: left;
	width: 100%;
}

.column-text .hero_btn {
	margin-top: 0;
}

.hours {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 20px;
	color: #fff;
}

.work-time {
	margin-bottom: 30px;
}

.work-time:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	bottom: 20px;
	background: url(../images/ver-separator.png) repeat-y;
}

.big-number {
	margin: 20px auto 0;
	position: relative;
}

.big-number a {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-family: 'Tajawal', sans-serif;
	transition: all 500ms linear;
	border: 1px solid;
	color: #fff;
}

.big-number a:hover {
	color: #fff;
}

.quote-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	padding: 0 90px;
	z-index: 5;
}

.quote-box p {
	color: #fff;
	font-family: 'Tajawal', sans-serif;
	font-size: 15px;
	line-height: 29px;
}

.quote-box i {
	font-size: 40px;
	margin-bottom: 20px;
}

.signature {
	float: right;
	margin: 50px 0 0 0;
}

.quote-box h4 {
	float: right;
	position: relative;
	top: 70px;
	margin-right: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 20px;
}

.dark-bg {
	background: #292929;
}

.dark-bg .section-title h2 {
	color: #fff;
}

.wave-bg {
	position: absolute;
	bottom: -5%;
	left: -10%;
	width: 80px;
	height: 180px;
	background: url(../images/wave.png);
}

.wave-bg.wave-bg_right {
	left: inherit;
	right: 20px;
	bottom: -5%;
}

.stat-dec {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.dec-separator:before {
	left: 0;
}

.dec-separator:after {
	right: 0;
}

.big-sec-title {
	position: absolute;
	top: -23%;
	left: -5%;
	font-size: 94px;
	font-weight: 900;
	font-family: 'Tajawal', sans-serif;
	color: #292929;
	opacity: 0.1;
	z-index: -1;
}

.col_par,
.wave-bg {
	transition: all .5s ease-in-out;
}

.illustration_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.illustration_bg .bg {
	opacity: 0.2;
}

/*------about------------------------------------------------*/
.main-iamge {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	float: left;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.35);
}

.main-iamge img,
.images-collage-item img,
.menu-item-media img {
	width: 100%;
	height: auto;
}

.images-collage-item {
	overflow: hidden;
	height: auto;
	position: absolute;
	z-index: 1;
}

.image-collge-wrap:before {
	content: '';
	position: absolute;
	left: 50px;
	bottom: -50px;
	right: 50px;
	height: 150px;
	background: #f9f9f9;
	border: 1px dotted;
}

.align-text-block {
	float: left;
	padding: 25px 30px;
	background: #f5f5f5;
	border: 1px solid #eee;
	margin-top: 60px;
}

.align-text-block h4 {
	text-align: left;
	font-family: 'Tajawal', sans-serif;
	font-size: 21px;
	float: left;
	font-style: italic;
	position: relative;
	top: 6px;
}

.align-text-block .btn {
	float: left;
	margin-left: 60px;
	margin-top: 0;
}

.cards-wrap {
	margin-bottom: 30px;
	z-index: 2;
}

.content-inner {
	width: 100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner>* {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner:hover .content-front {
	transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
	transform: rotateY(0deg);
}

.content-inner .content-front,
.content-inner .content-back {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-front {
	background: #292929;
	position: relative;
	cursor: pointer;
}

.content-front .cf-inner:before {
	top: 20px;
	left: 20px;
	border-left: 1px dotted;
	border-top: 1px dotted;
}

.content-front .cf-inner:after {
	bottom: 20px;
	right: 20px;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
}

.content-front .cf-inner:before,
.content-front .cf-inner:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border-color: rgba(255, 255, 255, 0.4);
	z-index: 10;
}

.content-inner .content-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #292929;
}

.content-inner .cf-inner {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width: 100%;
	padding: 150px 30px;
}

.content-inner .cf-inner .inner {
	align-items: stretch;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position: relative;
	z-index: 2;
}

.content-back i {
	font-size: 54px;
	position: relative;
}

.dec-icon {
	position: relative;
	display: inline-table;
	width: 80px;
	height: 80px;
}

.dec-icon:before,
.dec-icon:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
}

.dec-icon:before {
	left: -15px;
	top: 12px;
}

.dec-icon:after {
	right: -15px;
	bottom: 12px;
}

.dec-icon i {
	z-index: 3;
}

.content-back .dec-icon {
	top: -20px;
}

.content-inner .cf-inner .inner p {
	color: #fff;
}

.content-back:after {
	position: absolute;
	content: '\25CF\25CF\25CF';
	width: 50px;
	left: 50%;
	bottom: 30px;
	margin-left: -25px;
	font-size: 9px;
	letter-spacing: 4px;
}

.serv-num {
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #fff;
	font-family: 'Tajawal', sans-serif;
	z-index: 3;
	font-size: 20px;
}

.content-inner .cf-inner .inner h2 {
	position: relative;
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 20px;
	font-family: 'Tajawal', sans-serif;
}

.content-inner .cf-inner .inner h2:after {
	content: '';
	position: absolute;
	top: -30px;
	margin-left: -25px;
	left: 50%;
	width: 50px;
	height: 2px;
}

.content-inner .content-front h4 {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0 4px;
}

.content-inner .cf-inner .inner h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
}

.single-slider-wrap img {
	width: 100%;
	height: auto;
}

/*------Menu------------------------------------------------*/
.hero-menu_header:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.3)
}

.hero-menu_header {
	padding: 40px 30px 50px;
	margin-top: 20px;
}

.single-menu .hero-menu_header {
	padding: 40px 0 70px;
	margin-top: 0;
}

.hero-menu_header li {
	width: 100%;
	text-align: left;
	color: #fff;
	font-family: 'Tajawal', sans-serif;
	font-size: 18px;
	margin-bottom: 28px;
	position: relative;
}

.single-menu .hero-menu_header li {
	width: auto;
	display: inline-block;
	margin: 0 30px;
}

.single-menu .hero-menu_header ul {
	border: 1px solid #eee;
	display: inline-table;
	padding: 20px;
	background: #f9f9f9;
	position: relative;
}

.single-menu .hero-menu_header ul:before,
.single-menu .hero-menu_header ul:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 120px;
	height: 1px;
	border-top: 1px dotted #ccc;
}

.single-menu .hero-menu_header ul:before {
	left: -150px;
}

.single-menu .hero-menu_header ul:after {
	right: -150px;
}

.hero-menu_header li:last-child {
	margin-bottom: 0;
}

.hero-menu_header li a {
	color: #fff;
	position: relative;
}

.single-menu .hero-menu_header li a {
	color: #000;
	font-weight: 400;
}

.hero-menu_header li a span {
	font-size: 10px;
	position: absolute;
	left: -20px;
	top: 8px;
}

.single-menu .hero-menu_header li a span {
	font-size: 12px;
}

.hero-menu_header li:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d9";
	position: absolute;
	color: #ccc;
	top: 5px;
	font-size: 15px;
	right: 0px;
	opacity: 0;
	font-weight: 800;
}

.hero-menu_header li.current:before {
	opacity: 1;
}

.single-menu .hero-menu_header li:before {
	content: "\f0d8";
	top: 35px;
	right: 50%;
}

.hero-menu_content {
	margin-top: 50px;
	padding-left: 80px;
}

.hero-menu-item {
	margin-bottom: 16px;
	position: relative;
}

.single-menu .hero-menu-item {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-left: 90px;
	margin-bottom: 20px;
}

.single-menu .hero-menu-item:nth-child(even) {
	padding-right: 0;
	padding-left: 100px;
}

.single-menu .hero-menu_content {
	padding: 60px 30px 40px;
	margin-bottom: 20px;
	margin-top: 0;
	background: #f9f9f9;
	border: 1px solid #eee;
}

.hero-menu-item-title h6 {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.hero-menu-item-title h6 a {
	color: #fff;
}

.single-menu .hero-menu-item h6 {
	color: #000;
	font-size: 21px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.hero-menu-item-title h6 span {
	position: absolute;
	left: -60px;
	top: 0;
	font-family: 'Jost', sans-serif;

}

.single-menu .hero-menu-item-title h6 span {
	left: 0;
}

.hero-menu-item-price {
	float: right;
	position: relative;
	font-weight: 400;
	top: -4px;
	font-family: 'Playfair Display', serif;
}

.single-menu .hero-menu-item .hero-menu-item-price {
	font-size: 23px;
}

.hero-menu-item-details p {
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	max-width: 400px;
	font-weight: 300;
}

.single-menu .hero-menu-item .hero-menu-item-details p {
	color: #000;
	font-weight: 400;
	font-family: 'Tajawal', sans-serif;
	font-size: 17px;
}

.tab-content {
	width: 100%;
	display: none;
	float: left;
}

.tab {
	width: 100%;
	float: left;
}

.first-tab {
	display: block;
}

.hmi-dec {
	position: absolute;
	border-bottom: 1px dotted rgba(204, 204, 204, 0.2);
	bottom: 10px;
	right: 120px;
}

.single-menu .hmi-dec {
	border-color: rgba(0, 0, 0, 0.2);
}

.pdf-link {
	float: right;
	font-family: 'Tajawal', sans-serif;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
	font-size: 16px;
	margin: 60px 14px 0 0;
	transition: all .2s ease-in-out;
}

.pdf-link:hover {
	border-color: rgba(255, 255, 255, 0.4);
}

.hero-menu-item-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
	left: 10px;
}

.menu-wrapper.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
	left: 0;
}

.menu-wrapper.single-menu .hero-menu-item {
	padding-right: 0;
}

.menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
	padding-right: 30px;
	padding-left: 90px;
}

.single-menu .hero-menu-item {
	min-height: 80px;
}

.hero-menu-item-img img {
	width: 100%;
	height: 100%;
}

.hero-menu-item-img:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: 2;
}

.hero-menu-item-img:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f002";
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	line-height: 50px;
	top: 10px;
	z-index: 3;
	opacity: 0;
	font-size: 15px;
	transition: all .2s ease-in-out;
}

.hero-menu-item-img:hover:before,
.hero-menu-item-img:hover:after {
	opacity: 1;
}

.botoParada0 {
	position: absolute;
	bottom: -40px;
	right: 0;
	/* padding:5px 10px; */
	cursor: pointer;
	z-index: 3;
}

.botoParada1 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 30px;
	cursor: pointer;
	z-index: 2;
}

.botoParada2 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 60px;
	cursor: pointer;
	z-index: 1;
}

.botoProducte0 {
	position: absolute;
	bottom: -40px;
	right: 0;
	/* padding:5px 10px; */
	cursor: pointer;
	z-index: 3;
}

.botoProducte1 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 30px;
	cursor: pointer;
	z-index: 2;
}

.botoProducte2 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 60px;
	cursor: pointer;
	z-index: 1;
}

.botoAlergens0 {
	position: absolute;
	bottom: -40px;
	right: 0;
	/* padding:5px 10px; */
	cursor: pointer;
	z-index: 4;
	margin-left: 3px;
}

.botoAlergens1 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 35px;
	cursor: pointer;
	z-index: 3;
	margin-left: 3px;
}

.botoAlergens2 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 70px;
	cursor: pointer;
	z-index: 2;
	margin-left: 3px;
}

.botoAlergens3 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 105px;
	cursor: pointer;
	z-index: 1;
	margin-left: 3px;
}

.botoAlergens4 {
	position: absolute;
	bottom: -40px;
	right: 0;
	padding-right: 140px;
	cursor: pointer;
	z-index: 1;
	margin-left: 3px;
}

.botoPunts {
	position: absolute;
	bottom: -40px;
	right: 0;
	/* padding:5px 10px; */
	cursor: pointer;
}

.single-menu .hero-menu-item:hover,
.scroll-nav li a:hover span {
	opacity: 1;
	visibility: visible;
}

.menu-wrapper-title {
	padding: 100px 0;
	margin-bottom: 70px;
	overflow: hidden;
}

.menu-wrapper-title-item {
	position: relative;
	z-index: 4;
}

.menu-wrapper-title-item h4 {
	color: #fff;
	font-weight: 600;
	font-family: 'Karma', serif;
	font-size: 46px;
	padding-bottom: 10px;
	letter-spacing: 1.5px;
}

.menu-wrapper-title-item h5 {
	font-weight: 600;
	font-family: 'Tajawal', sans-serif;
}

.menu-wrapper-title_number {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: 'Tajawal', sans-serif;
	font-size: 22px;
	z-index: 4;
	color: #fff;
}

.scroll-nav {
	position: fixed;
	top: 35%;
	right: 60px;
	z-index: 20;
	width: 6px;
}

.scroll-nav li {
	width: 6px;
	float: left;
	margin-bottom: 14px;
}

.scroll-nav li a {
	float: left;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
	position: relative;
}

.scroll-nav li a span {
	position: absolute;
	right: 100%;
	margin-right: 20px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	min-width: 150px;
	background: #292929;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Tajawal', sans-serif;
}

.scroll-nav li a:before {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border-radius: 100%;
	border: 1px solid;
	transform: scale(0.0);
	opacity: 0;
	transition: all .2s ease-in-out;
}

.scroll-nav li a.act-scrlink,
.scroll-nav li a:hover {
	background: #666;
}

.scroll-nav li a.act-scrlink:before {
	transform: scale(1.0);
	opacity: 1;
}

.hero-section-scroll {
	position: absolute;
	width: 20px;
	height: 30px;
	z-index: 20;
	bottom: 40px;
	left: 50%;
	margin-left: -10px;
}

/*------Forms------------------------------------------------*/
.bot-element {
	transform: translateY(50px);
	opacity: 0;
}

.reservation-modal-wrap,
.reserv-overlay {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
}

.reservation-modal-wrap {
	overflow: auto;
}

.reserv-overlay {
	z-index: 1;
	opacity: 0.9;
	display: block;
}

.reservation-modal-container-plats {
	max-width: 756px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	top: 15%;
}

.reservation-modal-container-vins {
	max-width: 756px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	top: 15%;
}

.reservation-modal-item {
	background: #fff;
	padding: 60px;
}

.reservation-bg {
	position: absolute;
	top: 28px;
	left: 28px;
	bottom: 28px;
	right: 28px;
	background: #fff url(../images/bg/dec/reservation-bg.png) no-repeat center;
	opacity: 0.2;
	z-index: 1;
}

.reservation-modal-item:after {
	content: '';
	position: absolute;
	top: 28px;
	left: 28px;
	bottom: 28px;
	right: 28px;
	border: 1px dotted #ccc;
	z-index: 2;
	box-shadow: 0px 0px 0px 30px #f9f9f9;
}

.reservation-wrap {
	position: relative;
	z-index: 3;
}

.close-reservation-modal {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	background: #fff;
	z-index: 3;
}

.close-reservation-modal:hover {
	color: #000;
	background: #f2f2f2;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
	float: left;
	border: none;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	width: 100%;
	padding: 15px 20px;
	color: #000;
	font-size: 12px;
	-webkit-appearance: none;
	font-family: 'Jost', sans-serif;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
	color: #666;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	font-family: 'Jost', sans-serif;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #666;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Jost', sans-serif;
}

.custom-form textarea {
	min-height: 80px;
	resize: vertical;
	padding: 15px 20px;
	-webkit-appearance: none;
	border: 1px solid #e1e1e1;
}

.custom-form input {
	margin-bottom: 20px;
}

.custom-form .btn {
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin-top: 40px;
}

.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=password]:focus {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}

.nice-select {
	font-size: 12px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #fff;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	border-radius: 0;
}

.nomes-mobil {
	display: none;
}

.nomes-desktop {
	display: block;
}

.titol_header {
	font-size: 35px;
	margin-left: 25px;
}

/*------responsive------------------------------------------------*/
@media only screen and (max-width: 1570px) {
	.nomes-mobil {
		display: none;
	}

	.nomes-desktop {
		display: block;
	}

	.imatge_logo {
		width: 418px;
	}

	.hero-social,
	.hero-dec_top,
	.hero-dec_bottom,
	.hero-dec_top_right,
	.hero-dec_bottom_right {
		display: none;
	}

	.scroll-nav {
		right: 20px;
	}

	.ec-button-next {
		right: -20px;
	}

	.ec-button-prev {
		left: -20px;
	}

	.align-text-block h4 {
		width: 100%;
	}

	.align-text-block .btn {
		margin-left: 0;
		margin-top: 40px;
	}
}

.marcadors1 {
	width: calc(100% - 55px);
}

.marcadors2 {
	width: calc(100% - 90px);
}

.marcadors3 {
	width: calc(100% - 120px);
}

.marcadors4 {
	width: calc(100% - 155px);
}

.marcadors5 {
	width: calc(100% - 185px);
}

.medalla {
	width: calc(100% - 55px);
}

@media only screen and (max-width: 1064px) {

	/* media queries dispositius màxim 1064px */
	.nomes-mobil {
		display: none;
	}

	.nomes-desktop {
		display: block;
	}

	.titol_header {
		font-size: 30px;
		margin-left: 25px;
	}

	.single-menu .hero-menu-item h6 {
		width: calc(100% - 80px);
		text-align: left;
	}

	.nav-button-wrap {
		float: right;
		height: 70px;
		width: 70px;
		cursor: pointer;
		position: relative;
		display: block;
		border-left: 1px solid #eee;
		left: 24px;
	}

	.nav-button {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 20px;
		margin-left: -11px;
		margin-top: -6px;
	}

	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #000;
		margin-bottom: 4px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}

	.nav-button span:first-child {
		width: 50%;
	}

	.main-menu nav ul {
		display: none;
	}

	.main-menu {
		position: absolute;
		top: 70px;
		right: -20px;
		width: 300px;
		z-index: 50;
		padding: 15px 10px;
		background: #292929;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}

	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb li i {
		position: absolute;
		right: 18px;
		top: 12px;
	}

	.menusb li i:before {
		content: "\f0da"
	}

	.menusb a {
		float: left;
		width: 100%;
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 11px;
		color: #fff;
		line-height: 20px;
		text-align: left;
	}

	.menusb a.back {
		padding-left: 24px;
	}

	.menusb a.back:before {
		font-family: Font Awesome\ 5 Pro;
		content: "\f177";
		font-size: 14px;
	}

	.column-wrap-bg,
	.column-wrap-bg-text {
		width: 100%;
		position: relative;
		float: left;
		padding: 90px 0;
	}

	.column-section-wrap {
		width: 100%;
	}

	.quote-box {
		float: left;
		position: relative;
		top: 0;
	}

	.team-box,
	.content-inner {
		margin-bottom: 20px;
	}

	.image-collge-wrap,
	.align-text-block,
	.signature,
	.quote-box h4 {
		margin-top: 20px;
	}

	.quote-box h4 {
		top: 0;
	}

	.images-collage-item,
	.hero_promo-wrap,
	.height-emulator,
	.hero-menu_header:before,
	.hero-menu_header li:before,
	.element {
		display: none;
	}

	.fixed-footer,
	.footer-widget-content,
	.footer-widget-title {
		position: relative !important;
		float: left;
		width: 100%;
	}

	.footer-widget-content,
	.pagination {
		margin-bottom: 20px;
	}

	.item-related {
		margin-bottom: 40px;
	}

	.hero-menu_header li {
		float: none;
		width: auto;
		display: inline-block;
		margin: 0 20px;
	}

	.hero-menu_header {
		padding: 0 10px 20px;
		margin-top: 0;
	}

	.footer-widget-wrap {
		padding: 10px 0 30px;
	}

	.quote-box {
		padding: 0 20px;
	}

	.text-block {
		padding-right: 0;
	}

	.video_section-title h2 {
		font-size: 24px;
	}

	.hero-section-scroll {
		bottom: 80px;
	}

	.column-text {
		max-width: 100%;
	}

	#contactform,
	.shop-btn {
		margin-bottom: 20px;
	}

	.mob-bg {
		display: block;
	}

	.menu-wrapper-title .bg {
		height: 100%;
		top: 0%;
	}
}

@media only screen and (max-width: 768px) {

	/* media queries dispositius màxim 768px */
	.nomes-mobil {
		display: none;
	}

	.nomes-desktop {
		display: block;
	}

	.titol_header {
		font-size: 30px;
		margin-left: 15px;
		margin-top: 5px;
	}

	.scroll-nav {
		display: none;
	}

	.inline-facts-wrap {
		width: 50%;
		margin-bottom: 10px;
	}

	.gallery-item {
		width: 50%;
	}

	.to-top,
	.copyright {
		float: left;
		margin-top: 10px;
		top: 0;
	}

	.to-top {
		margin-bottom: 40px;
	}

	.copyright {
		text-align: left;
		margin-top: 20px;
		width: 100%;
	}

	.nice-select {
		margin-bottom: 20px;
	}

	.hero-slider_btn_next {
		right: 20px;
	}

	.hero-slider_btn_prev {
		left: 20px;
	}

	.hero-slider_btn {
		top: 100%;
		margin-top: -100px;
	}

	.hc-w .hero-bottom-container {
		display: none;
	}

	.single-menu .hero-menu-item,
	.single-menu .hero-menu-item:nth-child(even) {
		width: 100%;
		float: left;
		padding-right: 0 !important;
		padding-left: 90px;
		margin-bottom: 20px;
	}

	.single-menu .hero-menu-item:nth-child(even) .hero-menu-item-img {
		left: 0;
	}

	.single-menu .hero-menu_header li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) {

	/* media queries dispositius màxim 600px */
	.nomes-mobil {
		display: none;
	}

	.nomes-desktop {
		display: block;
	}

	.show-reserv_button i {
		display: block;
		font-weight: 400;
		font-size: 18px;
		top: 26px;
	}

	.show-reserv_button,
	.show-share-btn,
	.show-cart,
	.nav-button-wrap {
		padding: 0;
		/* width: 40px;
		border-left: none; */
	}

	.show-reserv_button span,
	.contact-details:after {
		display: none;
	}

	.footer-social {
		float: left;
		width: 100%;
		margin-top: 30px;
	}

	.map-view-wrap {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		background: #fff;
	}

	.map-view-wrap .container {
		height: auto;
	}

	.map-view-wrap_item {
		width: 100%;
		background: #fff;
		padding: 0;
		top: 0;
	}

	.contact-details {
		border: none;
		padding: 60px 0 0;
	}

	.contact-details h4 {
		text-align: left;
		font-weight: 900;
		color: #323246 !important;
		font-size: 26px;
	}

	.con-sec {
		padding-top: 50px;
	}

	.shop-header {
		margin-bottom: 10px;
		padding: 0 15px 10px;
	}

	.shop-header h4 {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}

	.shop-header_opt {
		float: left;
		width: 200px;
	}

	.ec-button-next {
		right: -40px;
	}

	.ec-button-prev {
		left: -40px;
	}

	.single-menu .hero-menu_content {
		padding: 40px 15px 30px;
	}

	.single-menu .hero-menu-item h6 {
		text-align: left;
		font-size: 15px;
	}

	.single-menu .hero-menu-item,
	.single-menu .hero-menu-item:nth-child(even),
	.menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 560px) {
	/* media queries dispositius màxim 560px */

	.nomes-mobil {
		display: block;
	}

	.nomes-desktop {
		display: none;
	}

	.imatge_logo {
		width: 318px;
	}

	.single-menu .hero-menu-item h6 {
		width: calc(100% - 80px);
	}

	.imatges_puntuacio {
		width: 120px;
	}

	.main-header .container,
	.inline-facts-wrap,
	.gallery-item,
	.single-menu .hero-menu_header li,
	.two-column .gallery-item {
		width: 100%;
	}

	.header-inner {
		top: 0 !important;
	}

	.header-top,
	.gallery-filters a span,
	.gallery-filters a:before,
	.gth,
	.scroll-nav {
		display: none;

	}

	.hero-menu_content {
		margin-top: 30px;
		padding-left: 40px;
	}

	.hero-menu-item-title h6 span {
		left: -30px;
	}

	.hero-menu_header li {
		margin-bottom: 10px;
	}

	.section-title h2,
	.column-wrap-bg-text h3,
	section.parallax-section.hero-section .section-title h2 {
		font-size: 26px;
	}

	.column-section-wrap:before {
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.03);
	}

	.hero-title h2 {
		font-size: 42px;
		line-height: 54px;
	}

	.tc-button-next,
	.ss-slider-cont-next {
		right: 10px;
	}

	.tc-button-prev,
	.ss-slider-cont-prev {
		left: 10px;
	}

	.gallery_filter-button {
		display: block;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.gallery-filters {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.gallery-filters a {
		float: left;
		width: 100%;
		margin: 10px 0;
	}

	section {
		padding: 70px 0;
	}

	.fs-slider-item .grid-carousel-title h3 {
		font-size: 34px;
	}

	.single-menu .hero-menu_header li {
		float: left;
		display: block;
		text-align: left;
	}

	.single-menu .hero-menu_header {
		padding: 10px 0;
	}

	.shop-item-footer .post-counter {
		float: left;
		margin-top: 20px;
	}

	.error-wrap h2 {
		font-size: 104px;
	}

	.share-container a {
		margin: 0 10px;
		font-size: 12px;
	}

	.header-cart_wrap {
		width: 350px;
	}

	.single-menu .hero-menu_content .hero-menu-item-price,
	.hero-menu-item-details {
		float: left;
		width: 100%;
		text-align: left;
	}

	.hero-menu-item-details {
		margin-top: 10px;
	}

	.single-menu .hero-menu-item,
	.single-menu .hero-menu-item:nth-child(even),
	.menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
		padding-left: 20px;
		font-family: 'Jost', sans-serif;
	}

	.hero-menu-item-img {
		position: relative;
		float: left;

	}

	.hero-menu-item-title {
		float: right;
		text-align: left;
		width: calc(100% - 90px);
	}

	.menu-wrapper.single-menu .hero-menu-item:nth-child(even),
	.menu-wrapper.single-menu .hero-menu-item:nth-child(even) {
		padding-right: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

/* afegits */
.titol_header {
	color: #323246;
	font-family: 'Karma', serif;
}

.titol_header-mobil {
	font-family: 'Karma', serif;
	font-size: 1.35rem;
	color: #323246;
}

.intoler {
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	float: right !important
}



.nav-holder nav li a.act-link,
.nav-holder nav li a.act-scrlink,
.nav-holder nav li a:hover,
.th_contacts li:before,
.header-cart_wrap_total_item span,
.box-widget-content .widget-posts li:before,
.clear-cart_button,
.section-title h4,
.menu-item-det_price span,
.sd_btn:hover,
.hero-social li a:hover,
.to-top,
.dec-icon i,
.content-back:after,
.work-time h3,
.big-number a:hover,
.quote-box i,
.dark-bg .dots-separator span:after,
.hero-menu-item-price,
.hero-menu-item-title h6 span,
.hero-menu_header li a:hover,
.team-info h4,
.team-info:after,
.testimonilas-text:before,
.testimonilas-text:after,
.testi-item:after,
.swiper-slide-active .testi-item .testi-number,
.star-rating,
.tc-button,
.column-wrap-bg-text h3,
.event-carousel-item .event-date,
.ec-button,
.event-carousel-item:after,
.footer-social li a,
.footer-widget-title,
.footer-contacts li a:hover,
.hero-menu_header li:before,
.hero-menu_header li.current a,
.footer-widget-content-link,
.subcribe-form .subscribe-button:hover,
.pdf-link:hover,
section.parallax-section.hero-section .section-title .dots-separator span:after,
.hero-menu-item-img:hover:after,
.menu-wrapper-title-item h5,
.scroll-nav li a span,
.inline-facts .num,
.inline-facts h6:after,
.video_section-title h4,
.big_prom:hover span,
.ss-slider-cont,
.box-media-zoom,
.error-wrap .dots-separator span:after,
.gallery-filters a.gallery-filter-active,
.gallery-filters a:before,
.grid-item_price span,
.grid-item-details h3 span,
.close-reservation-modal,
.share-container a:hover,
.element-item:after,
.header-top_contacts a span,
.contact-details li i,
.contact-details h4,
.social-widget li a,
.category-widget .cat-item li a:hover,
.blog-title-opt li a:hover,
.pr-tags li a:hover,
.post-counter li i,
.blog-title-opt:after,
.post.fw-post h2 a:hover,
.author-social li a,
.post-date strong,
.shop-header h4 span,
.grid-item-details h3 a:hover,
.cart-title span,
.cart-totals h3,
.total-table tr,
.pr-remove i,
.hero-menu-item-title h6 a:hover,
.menu-single-preice strong,
.comment-meta h6 a:hover,
.leave-rating label,
.comment-numder,
.header-top a:hover,
.contact-details:after,
.contact-details li a:hover,
.item-related .post-date.post-price,
.item-related h3 a:hover,
.cs-content-wrapper h2:after,
.cs-content-wrapper h3,
.cs-social li a,
.cs-contacts li span,
.cs-countdown-item p,
.hero-slider_btn,
.grid-carousel-title h4,
.carousle-item-number,
.grid-carousel-title h3:after,
.lang-wrap a.act-lang,
.menusb a.back:before,
.menusb li i:before,
.menusb a.act-link,
.pagination a:hover,
.menusb a.act-scrlink,
.mapzoom-in,
.mapzoom-out,
.scrollContorl,
.element-item.close-icon:after,
.lg-actions .lg-next,
.lg-actions .lg-prev {
	color: #ad9010;
}

.show-cart_count,
.color-bg,
.header-cart_wrap_footer a:hover,
.ps__thumb-x,
.ps__thumb-y,
.show-reserv_button:before,
.hero_promo-button a,
.btn:hover,
.content-inner .cf-inner .inner h2:after,
.team-social li a:hover,
.tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bold-separator:before,
.bold-separator:after,
.scroller,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.tags-widget .tagcloud a:hover,
.category-widget .cat-item li span,
.pagination a.current-page,
.irs-slider,
.coupon-holder button:hover,
.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ad9010;
}

.image-collge-wrap:before {
	border-color: #ad9010;
}

.hero_btn,
.big-number a,
.btn.border-btn,
.team-photo:before,
.team-photo:after,
.testimonilas-carousel-wrap:before,
.section-dec.sec-dec_top,
.section-dec.sec-dec_bottom,
.footer-widget-content-link:hover,
.pdf-link,
.menu-wrapper-title:before,
.menu-wrapper-title:after,
.scroll-nav li a:before,
.big_prom:before,
.ss-slider-pagination .swiper-pagination-bullet:before,
.nice-select:after,
.element-item,
.post:before,
.author-content:before,
.author-content:after,
.cs-countdown-item:before,
.cs-media:before {
	border-color: #ad9010;
}

.loader:before {
	border-top-color: #ad9010;
}

.denominacio {
	color: #ad9010 !important;
	font-family: 'Petit Formal Script', cursive !important;
	/* font-style: italic; */
	/* text-transform: lowercase !important; */
	font-size: 14px !important;
	margin-bottom: -10px !important;
}

.alergens-activat {
	color: #ad9010 !important;
}

.section-descripcio p {
	font-family: 'Tajawal', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.alergens p {
	font-size: 15px !important;
}

.mostrar {
	display: block !important;
}

.ocultar {
	display: none !important;
}

.header-alergens {
	display: flex;
	flex-direction: row;
	align-items: end;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	gap: 30px;
}

.senseSrollY {
	overflow-y: hidden !important;
}

.destacat {
	box-sizing: border-box;
	box-shadow: 0 0 0 5px #ad9010;
	/* box-shadow: 0 0 0 3px white, 0 0 0 6px #ad9010; */
}

.destacat-icona i.fa-star {
	position: absolute;
	z-index: 99;
	top: -10px;
	left: 50px;
	color: white;
	background-color: #ad9010;
	border-radius: 50%;
	padding: 5px;
}

.separador-vins {
	padding-top: 35px;
	padding-bottom: 75px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
	.show-share-btn {
		width: 55px;
	}
}


/* Boto Enllaç Postres-Vins */

.vinos-postres-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	transition: transform 0.1s ease;
	transform-origin: center;
}

.vinos-postres-wrapper.vinos {
	margin-top: 90px;
}

.vinos-postres-wrapper.postres {
	margin-top: 50px;
}

.vinos-postres-wrapper:hover,
.vinos-postres-wrapper:active {
	transform: scale(0.988);
}

.vinos-postres-container {
	display: grid;
	grid-template-columns: 120px 80px 200px;
	/* izquierda | imagen | derecha */
	align-items: end;
	height: 90px;
	box-sizing: border-box;
	cursor: pointer;
	gap: 10px;
}

.imagen-central {
	background-size: contain;
	height: 90px;
	width: 130px;
}

.imagen-central.vinos {
	background: url(../images/lateral_boto_vins.png) no-repeat center center;
}

.imagen-central.postres {
	background: url(../images/lateral_boto_postres.png) no-repeat center center;
}

.carta-vinos-link {
	text-decoration: none;
	color: #ad6b00;
	font-size: 24px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	white-space: nowrap;
	transition: text-decoration-color 0.3s ease, text-decoration-thickness 0.3s ease;
	width: 100%;
	text-align: left;
	margin-left: 35px;
}

.carta-vinos-link.vinos {
	margin-left: 45px;
}

.carta-vinos-link.postres {
	margin-left: 45px;
}

.vinos-postres-container:hover .carta-vinos-link,
.vinos-postres-container:active .carta-vinos-link {
	text-decoration: underline;
	text-decoration-color: #aaa;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.etiqueta-decorativa {
	font-family: 'Great Vibes', cursive;
	font-size: 60px;
	color: #ad6b00;
	margin: 0;
	padding: 0;
	line-height: 0.7;
	width: 160px;
	text-align: right;
	/* Ajusta el solapamiento hacia la izquierda */
	white-space: nowrap;
	z-index: 1;
	text-shadow:
		-2px -2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		2px 2px 1px white,
		-1px 0px 1px white,
		1px 0px 1px white,
		0px -1px 1px white,
		0px 1px 1px white,
		0px 0px 6px rgba(255, 255, 255, 0.4);
}

/* -------------------------- */