@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&family=Pacifico&display=swap');

:root {
	--p: #84a59d;
	/* --color-dark: #d70000; */
	--color-dark: #000;
	--color-light: #fff;
	--color-golden: #f20909;
	--c1: #202020;
	--f1: 'Poppins', sans-serif;
	--h: 'Playfair Display', serif;
	--ex: 'Pinyon Script', cursive;
	--n: 'Pacifico', cursive;
}

html,
body {
	min-height: 100vh;
	background: #fff;
	font-family: var(--f1);
	font-size: 18px;
	line-height: 1;
	color: var(--color-dark);
}

.cta {
	padding: 1.5625rem 1.5625rem .5rem 2.1875rem;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
	height: auto;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	margin-top: -20px;
}

.contentBanner {
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%) !important;
	z-index: 5555;
	text-align: right;
}

.footer-bottom {
	text-align: center;
	background: #0c0c0c59;
	position: relative;
	z-index: 8888;
	margin-top: 5px;
}

.footer-bottom p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.leftCon img {
	width: 100%;
	box-shadow: 0 0 7px #00000073;
}

.btnXtb {
	border: 2px solid #0c3b2e;
	display: inline-block !important;
	padding: 10px 30px;
	font-size: 25px;
	margin-top: 15px;
}

.mainConHom {
	height: 650px;
	min-height: 400px;
	padding: 200px 50px 100px 50px;
	text-align: center;
	background-position: 50% 50% !important;
	background-size: cover !important;
	margin-top: -7.5rem;
}

.contentBanner p {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 10px #000000;
	text-transform: uppercase;
	font-size: 16px;
}

.bord:before {
	content: '';
	position: absolute;
	top: 120px;
	right: 0px;
	left: 0px;
	bottom: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 30;
}

.bord:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 80px;
	left: 80px;
	bottom: 0px;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 30;
	margin-top: -20px;
}

a {
	color: inherit;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--h);
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 31px;
}

h3 {
	font-size: 36px;
}

h6 {
	font-size: 24px;
}

p {
	font-size: 17px;
	line-height: 23px;
	margin: 0;
}

a.btn.btn1 {
	color: var(--color-dark);
}

p.subtitle.wow.fadeInUp {
	color: white;
	padding: 10px;
	line-height: 1.5;
	margin: 0;
}

.desktop {
	margin-left: 10px;
}

.mobile {
	display: none;
}
.window-btn:hover {
    background: var(--color-dark);
    color: var(--color-light);
}
.window-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-light);
    background: var(--color-golden);
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 3px;
    border: 0;
    outline: 1px solid var(--color-golden);
    outline-offset: 3px;
    -moz-outline-radius: 2px;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-light);
	background: var(--color-golden);
	border-radius: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	border-radius: 3px;
	border: 0;
	outline: 1px solid var(--color-golden);
	outline-offset: 3px;
	-moz-outline-radius: 2px;

}

.main-cn {
	background: var(--color-dark);
	padding: 100px 0;
}

.main-cn p {
	color: var(--color-light);
}

.btn:focus,
.btn:hover {
	background: var(--color-dark);
	color: var(--color-light);
}

.main-cn h5 {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px;
	color: var(--color-dark);
}

.main-cn h2 {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 35px;
	color: var(--p);
}

.main-cn .btn {
	margin-top: 30px;
}

.main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

.ms {
	text-align: center;
}

.ms h2 {
	color: #000;
	margin-bottom: 80px;
}

.ms h2:after,
.ms h2:before {
	filter: brightness(0);
}

.main .svg {
	margin-bottom: 15px;
}

.ms p {
	color: #000 !important;
	line-height: 30px;
	margin-bottom: 50px;
}

.msh.text-center {
	margin-top: 50px;
}

.msh .cta {
	margin-right: 10px;
}

.mainSvg svg {
	fill: #fff;
}

.mainSvg {
	position: absolute;
	top: 0;
	z-index: 54;
	width: 100%;
}

.main svg {
	width: 100px;
	height: 100px;
	fill: #ffffff;
	margin-right: 0;
	BACKGROUND: #363041;
	PADDING: 18PX;
	BORDER-RADIUS: 2PX;
	outline: 4px solid #000000;
	border: 3px solid #16ffde;
	/* box-shadow: 0px 2px 10px #0000006b; */
}

.main h5 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}

.main p {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.main-bs {
	padding: 100px 0 50px 0;
	background: #ffffff;
}

.btn.btn-light {
	color: var(--color-dark);
	border-color: var(--color-light);
}

.btn.btn-light:focus,
.btn.btn-light:hover {
	background: var(--color-dark);
	color: var(--color-light);
}

.btn.btn-color {
	background: var(--color-dark);
	color: var(--color-dark);
	border-color: var(--color-light);
}

.btn.btn-color:focus,
.btn.btn-color:hover {
	background: var(--color-dark);
	color: var(--color-light);
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 88888;
	background-color: #000;
}

header .pre {
	padding: 5px 30px;
	display: none;
}

header .pre a {
	font-size: 13px;
	margin: 0;
	line-height: 10px;
	color: var(--color-light);
}

header .pre .left a {
	padding-right: 10px;
}

header .pre a i {
	color: var(--color-light);
}

header .navbar {
	padding: 15px 10px;
}

header .navbar .navbar-brand {
	padding: 0;
}

header .navbar .navbar-brand img {
	width: auto;
	height: 70px;
}

header .navbar .navbar-brand img:first-child {
	display: none;
}

header .navbar .navbar-nav .nav-link {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 8px 15px;
	margin: 0 3px;
	position: relative;
	border-radius: 3px;
	color: var(--color-light);
}

header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover {
	color: var(--color-golden);

}
header .navbar .navbar-nav .active .nav-link{
	font-weight: 700;
}

header.fixed {
	position: fixed;
	top: -200px;
}

header.fixed.animate {
	top: 0px;
	transition: all 1s ease-out;
	/* background: #00000096; */
	backdrop-filter: blur(4px);
	box-shadow: 0 0 10px #00000070;
}

.footer-logo img {
	/* background: aliceblue; */
	padding: 9px;
	height: auto;
	width: 210px;
	border-radius: 4px;
	/* box-shadow: 0 0 10px #00000078; */
}

.item .texts {
	position: relative;
	z-index: 999;
}

.owl-dots button.active span {
	background: var(--color-dark);
}

header.fixed .pre {
	border-bottom: 1px solid var(--color-dark);
}

header.fixed .pre a {
	color: var(--color-light);
}

header.fixed .navbar .navbar-brand img:first-child {
	display: block;
}

header.fixed .navbar .navbar-brand img:last-child {
	display: none;
}

header.fixed .navbar .navbar-nav .nav-link {}

header.fixed .navbar .navbar-nav .active .nav-link,
header.fixed .navbar .navbar-nav .nav-link:hover {}

.banner .owl-carousel .owl-item .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	text-align: center;
}

footer .link a.active {
	color: var(--color-dark);
}

section.banner {
	position: relative;
	overflow: hidden;
	height: 100vh;
	margin-top: 70px;
	background: #000;
	z-index: 555;
}

.over-lay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	;
	height: 100%;
	z-index: 11;
}

.banner .owl-carousel .owl-item .text {
	width: 100%;
	padding: 0 10%;
	position: relative;
	z-index: 555 !important;
}

.banner .owl-carousel .owl-item h1 {
	color: var(--color-light);
}

.pane__copy {
	margin-bottom: 31px;
}

.pane--promo .pane__title {
	margin: 1.6875rem 0 3.125rem;
	font-size: 50px;
	font-size: 3.125rem;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transform: rotate(-3deg);
	line-height: .95;
}

.pane__copy p {
	font-size: 22px;
	color: #fff;
}

.pane__title {
	color: #fff;
	margin: 1.6875rem 0 3.125rem;
	font-size: 50px;
	font-size: 3.125rem;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transform: rotate(-3deg);
	line-height: .95;

	text-shadow: 0px 0px 22px #ffffffa3;
}

.mainConHom h2:after,
.mainConHom h2:before {
	display: none;
}

.homePart {
	background: var(--color-dark);
	padding: 50px 0;
}

.homePart h2 {
	font-family: var(--h1);
	font-weight: bold;
}

.rightCon .btn {
	border: 1px solid #000;
	color: #000;
}

.mainConHom p {
	margin-bottom: 2.5rem;
	line-height: 25px;
}

.mainConHom .cta {
	margin-bottom: 1.5rem;

}

.btnXtb {
	display: flex;

}

.btnXtb a img {
	width: 160px;
	margin-right: 10px;
	margin-top: 11px;
}

.pane__title:after,
.pane__title:before {
	position: absolute;
	left: 50%;
	display: block;
	width: 110px;
	height: 10px;
	content: "";
	background: url(img/line.png) top left no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.pane__title:before {
	top: -30px;
}

.pane__title:after {
	bottom: -40px;
}

.banner .owl-carousel .owl-item h1 span {
	text-shadow: 2px 2px 4px #000000;
	display: block;
	font-size: 60px;
	letter-spacing: 1px;
	color: var(--color-light);
}

.banner .owl-carousel .owl-item small {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--color-light);
	margin: 20px 0 0;
}

.divMx h2 {
	font-family: var(--h1);
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	line-height: 70px;
	font-size: 50px;
}

.divMx {
	padding: 200px 0;
	background-size: cover !important;
}

.divMx a {
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 0px;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

.about {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 40px;
	position: relative;
	z-index: 20;
}

.testMon {
	padding: 250px 0;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.testMon .item {
	padding: 50px 30px;
	background: #0000008f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.about .text {
	position: relative;
	z-index: 50;
	text-align: center;
	width: 80%;
}

.mainLIGHT {
	padding: 100px 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	background: var(--color-dark);
}

.mainLIGHT img {
	border-radius: 5px;
	box-shadow: 0px 0px 10px #00000042;
}

.about h2 {
	color: var(--color-light);
	font-size: 30px;
	font-weight: 500;
}

.about a:not(.btn) {
	text-decoration: underline;
}

.about a:not(.btn):hover {
	color: var(--color-dark);
}

.booking {
	min-height: 70vh;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 8px;
	position: relative;
	z-index: 20;
	margin-top: 50px;
	background-size: cover !important;
}

.booking .text {
    position: relative;
    text-align: right;
    width: 50%;
    background: #0000008f;
    padding: 30px 30px;
}

.booking h2,
.booking p {
	color: var(--color-light);
	margin: 0 !important;
}

.booking p {
	margin: 20px 0 !important;
}

.booking a:not(.btn) {
	text-decoration: underline;
}

.booking a:not(.btn):hover {
	color: var(--color-dark);
}

.home-2 {
	padding: 33vh 0 20vh;
	height: 80vh;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: 50% 50% !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	position: relative;
}

.home-2 .over-lay {
	background: #00000063;
}

.home-2 h2 {
	color: #fff;
	font-weight: 600;
}

.home-2 .testimonial {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.home-2 .testimonial .item {}

.pane__copy p {
	font-size: 22px;
	color: #fff;
}

.home-2 .testimonial q {
	font-size: 18px;
	color: var(--color-dark);
	text-align: center;
	font-style: italic;
	text-align: center;
	line-height: 1.5;
}

.home-2 .testimonial p {
	font-size: 14px;
	color: var(--color-dark);
	text-align: center;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.dishes .col-sm-6 {
	min-height: 100vh;
}

.dishes .img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: calc(100vh - 70px);
}

.dishes p {
	margin: 0 0 20px;
}

.pre-footer {
	background: rgba(11, 12, 17, 0.9);
	padding: 100px 0;
}

.pre-footer i {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 15px;
}

.pre-footer h6 {
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 15px;
}

.pre-footer p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

footer {
	background: var(--c1);
}

footer img {
	max-width: 150px;
}

footer .logo {
	margin: 0 0 30px;
	opacity: 1.5;
}

footer .pay {
	display: table;
	margin-top: 30px;
	margin-left: auto;
}

footer p {
	color: var(--color-light);
	margin: 0 0 5px;
	font-size: 16px;
}

footer p i {
	color: var(--color-light);
	font-size: 16px;
}

footer p a {
	color: var(--color-light);
	margin: 0 0 5px;
	font-size: 16px;
}

footer .link a {
	display: block;
	font-size: 14px;
	color: var(--color-light);
	margin: 0 0 25px;
}

i.fab.fa-facebook-square {
	color: black;
}

footer a:hover,
footer a:hover i {
	color: var(--color-dark);
}

footer .copy {
	background: var(--color-dark);
	color: var(--c1);
	text-align: center;
	padding: 20px;
	font-size: 12px;
	font-weight: 600;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -111111;
}

.footer-logo {
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

footer svg {
	fill: #ffffff;
}

.info {
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed var(--p);
}

i.fas.fa-phone {
	transform: rotate(100deg);
}

footer h3 {
	color: var(--p);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-size: 18px;

}

footer .table td {
	border-top: unset;
	border-bottom: 1px dashed var(--p) !important;
	color: var(--p);
}

.info strong {
	color: var(--p);
}

.gallery {
	padding: 160px 0 100px 0;
	background: #fff;
}

.gallery #lightgallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.gallery #lightgallery a {
	display: block;
	margin: 10px;
	position: relative;
	width: calc(33.333% - 20px);
	flex-grow: 1;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 3px;
	transform: translateX(0px) translateY(0px);
	border: 2px solid var(--color-dark);

}

.gallery #lightgallery a:nth-child(4n) {
	width: calc(66.666% - 20px);
}

.gallery #lightgallery a:hover {
	border: 2px solid var(--color-dark);
	box-shadow: 0 0 0 3px var(--color-dark);
}

.contact {
	position: relative;
	margin-top: 90px;
}

.contact iframe {
	width: 100%;
	border: 0;
	height: 500px;
	position: relative;
	z-index: 10;
	margin-top: 8px;
}

.contact .text {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: rgba(0, 0, 0, 0.85);
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .text h2,
.contact .text p {
	color: var(--color-light);
	text-align: center;
}

.contact .text p {
	line-height: 1.5;
	margin: 0 0 15px;
}

.contact .text p a {
	color: var(--color-light);
	text-align: center;
	font-weight: 600;
}

.contact-details {
	padding: 100px 0;
}

.contact-details .table td {
	padding: 6px;

	vertical-align: middle;
	border-bottom: 1px dashed var(--p);
	border-top: unset;
	color: var(--color-dark);
}

.contact-details .table td:first-child {
	text-align: left;
}

.contact-details .table td:last-child {
	text-align: right;
}

.contact-details .table .active td {
	background: var(--color-dark);
	color: var(--color-light);
}

.contact-details .table .active td:first-child:after {
	content: " (Today)";
	font-size: 11px;
}

.contact-details h3 {
	margin-bottom: 10px;
	color: var(--c1);
}

.contact-details form input,
.contact-details form textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: var(--color-dark);
	border: 1px dashed var(--color-dark);
	border-bottom: 0;
	margin: 0;
	background: transparent;
}

section.contact-details p a {
	color: #000;
}

.contact-details form textarea {
	height: 150px;
	min-height: 150px;
	resize: vertical;
}

.contact-details form input:focus,
.contact-details form textarea:focus {
	box-shadow: none;
	outline: none;
	background: #ddd;
}

/* .contact-details form button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: var(--color-dark);
	border: 1px solid var(--color-light);
	margin-top: -3px;
	border-radius: 0 0 3px 3px;
} */
.contact-details form button.btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: var(--color-light);
	border: 1px solid var(--color-light);
	margin-top: -3px;
	border-radius: 0 0 3px 3px;
}
.contact-details form button.btn:hover {
	color: var(--color-light);
}

.contact-details .social a {
	font-size: 30px;
	color: var(--color-dark);
	margin-right: 5px;
}

.contact-details a:hover {
	color: #ffcb00;
}

.contact-details .msg {
	margin-top: 20px;
}

.contact-details .msg.success {
	color: green;
}

.contact-details .msg.error {
	color: red;
}

.tos {
	padding: 100px 0;
}

.tos p {
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 10px;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}

.tos p strong {
	font-weight: 700;
}


.menu {
	padding: 100px 0;
}

.menu .panel a {
	pointer-events: none;
	cursor: default;
}

.menu .panel .product_dv {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.menu .panel .panel-title {
	margin: 20px 0 10px;
	letter-spacing: 0;
	background: #eee;
	padding: 5px;
}

.menu .panel .panel-title a {
	font-size: 26px;
	color: var(--color-dark) !important;
}

.menu .panel .sub_product {
	padding-left: 20px;
}

.menu .panel .price_dv {
	text-align: right;
	font-weight: 700;
	font-size: 15px;
}

.menu .panel .product_name {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.menu .panel .product_description {
	margin: 0 0 10px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 600;
	opacity: 0.8;
}

.menu .panel .add_icon,
.menu .panel .product_images {
	display: none;
}

.menu .btn {
	display: table;
	margin: 0 auto;
}

section.contact-details a {
	color: #fff;
}


#menu .item {
	width: calc(33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}

#menu .item .title {
	background: var(--c1);
	color: var(--color-golden);
	padding: 10px;
	border: 1px solid var(--c1);
}

#menu .item .title p {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}

#menu .item .title small {
	font-size: 12px;
	display: block;
	margin: 0;
	font-weight: 500;
	font-style: italic;
	color: var(--color-light);
}

#menu .content {
	padding: 20px 15px 10px;
	border: 1px solid var(--color-dark);
	border-top: 0;
}

header.on {
	background: #000;

}

header.on .pre {
	border-bottom: 1px solid var(--color-dark);

}

#menu .content .meal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}

#menu .content .meal .name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	/* color: var(--color-light); */
	margin-bottom: 10px;
}

#menu .content .meal .dots {
	flex-grow: 1;
	border-bottom: 2px dashed #1e1e1e;
	height: 15px;
	margin: 0 10px;
}

#menu .content .meal .price {
	font-size: 14px;
	font-weight: 700;
	color: #090809;
}

#menu .content .detail {
	font-size: 12px;
	font-style: italic;
	margin: -15px 0 15px;
	color: var(--color-golden);
	margin-top: 3px;
}

#menu .content .meal.sub {
	padding-left: 15px;
}

#menu .content .meal.sub .name {
	color: var(--color-dark);
}

.dks {
	position: relative;
	z-index: 500;
}

.dks h2 {}

#menu .content .meal.sub .name:before {
	content: "• ";
	color: var(--c1);
}

.mbs svg {
	fill: #141726;
	width: 100%;
	height: 92px;
}

.mbs {
	position: relative;
	background: url(img/1.png);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.mbs:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/2.png);
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
	left: 0;
	z-index: 5;
	background-attachment: fixed;
	opacity: .4;
}

.mbs h2,
.mbs p {
	color: #000;
}

.infoin {
	background-size: cover !important;
	padding: 150px 1px;
	position: relative;
	z-index: 6666;
}

.infoin h2 {
	color: #fff;
}

.infoin h2::after,
.infoin h2::before {
	filter: brightness(1) !important;
}

.infoin p {
	color: #fff;
}

.mbs .catBan {
	transform: rotate(180deg);
	top: -8px;
	position: absolute;
	width: 100%;
	top: -89px;
	z-index: 55555;
}

.mbs h2:after,
.mbs h2:before {
	filter: brightness(0);
}

.mbs .cta {
	margin-top: 30px !important;
}

.img-s {
	outline: 1px solid #18181d;
	padding: 10px;
	margin: 10px;
}

.mbs .btn {
	margin-top: 30px;
}

.mbs h6 {
	color: var(--color-dark);
	font-weight: 300;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 14px;
	margin-bottom: 5px;
}

.mbs h5 {
	font-weight: 400;
	letter-spacing: 20px;
	font-size: 35px;
	font-family: var(--f1);
	color: var(--p);
	margin: 0;
}

.ns {
	margin-bottom: 30px;
	margin-top: 20px;

}

.ns svg {
	height: 30px;
	width: 30px;
	fill: var(--color-dark);
	position: relative;
}

.ns .ff {
	position: relative;
}

.ns .ff:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100px;
	height: 1px;
	background: var(--color-dark);
	right: 38%;

}

.ns .ff:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100px;
	height: 1px;
	background: var(--color-dark);
	left: 38%;

}

section.home-2.bg {
	background: #ffffff;
}

.home-2.bg h3 {
	color: var(--color-dark);
	font-weight: 300;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 14px;
	margin-bottom: 5px;
}

section.home-2.bg {
	background: #01e2c2;
}

footer.on svg {
	fill: var(--color-dark) !important;
}

section.home-2 p {}

.home-2.bg h2 {
	color: var(--color-light);
}

.home-2.bg {
	padding: 20vh 0;
	height: auto;
}

.home-2.bg h2 {
	font-weight: 400;
	letter-spacing: 20px;
	font-family: var(--f1);
	color: var(--color-dark);
	font-size: 60px;
	margin-top: 20px;
}

.dks p {
	color: var(--p) !important;
	margin-bottom: 30px !important;
}

.home-2.bg .ns {
	margin-top: 20px;
}

.row.batBN .btn {
	background: #01e2c2;
	color: #000000;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	line-height: 80px;
}

.ctas {
	background: #ffffff;
	color: #000000;
	width: 100%;
	height: 50px;
	line-height: 29px;
	display: none;
}

.texts.mainLog img {
	width: 200px;
	margin: 0 auto 60px auto;
	display: block;
}


.contentBanner h2 {
	font-weight: 900;
	font-size: 30px;
	color: #ffff;
	text-shadow: 0px 3px 3px #000;
}

.contentBanner h2 span {
	font-family: var(--f1);
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 3px 3px #000000;
}

.btnNew {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid transparent;
	text-transform: uppercase;
	text-align: center;
}

.btnXc a {
	margin-left: 30px;
	float: unset;
}

.btnNew:before,
.btnNew:after {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.btnNew:hover:after {
	background-color: var(--color-dark);
	color: #fff !important;
}

.btnNew:before,
.btnNew:hover:after {
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}

.btnNew:after {
	background: var(--color-dark);
}

.btnNew:before {
	border: 2px solid #7986cb;
}

.btnNew:hover {
	color: #fff !important;
	border: 2px solid var(--color-dark);
}

.main-banner {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	margin-bottom: -20px;
}

.main-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: #252525; */
	opacity: 0.55;
	z-index: 1;
}

.banner-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner-slide-box {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	animation: zoom 8s linear infinite alternate;
}

.banner-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 19px;
	background-size: 1920px;
	background-position: top center;
	z-index: 2;
}

.h1-title {
	font-size: 75px;
	line-height: 75px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	margin-bottom: 10px;
}

.slick-slide {
	outline: none;
}

.main-banner .container {
	position: relative;
	z-index: 3;
}

.main-banner .container {
	position: relative;
	z-index: 3;
}

.banner-content {
    text-align: center;
    background: #0000004a;
    padding: 60px 0;
    border-radius: 40px;
}

.banner-content p {
	font-size: 15px;
	color: #ffffff;
	padding: 0 25px;
	margin-bottom: 32px;
}

.sec-btn-transparent {
	width: 198px;
	background: transparent;
	border-color: #ffffff;
	box-shadow: none;
}

.sec-btn,
.sec-btn-transparent {
	padding: 10px 28px;
	background: #febf00;
	border: 1px solid #febf00;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .01em;
	color: var(--color-dark);
	font-weight: 600;
	text-transform: uppercase;
	/* display: inline-flex; */
	justify-content: center;
	align-items: center;
	box-shadow: 5px 5px 15px rgb(255 79 0 / 30%);
	transition: 0.3s;
	cursor: pointer;
	border-radius: 30px;
}

.sec-btn:hover,
.sec-btn-transparent:hover {
	color: #000 !important;
}

.site-social-media {
	position: absolute;
	top: 50%;
	left: -58px;
	transform: translate(0, -50%);
	text-align: center;
	font-size: 0;
}

.site-social-media span {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	letter-spacing: .01em;
	color: #ffffff;
	transform: rotate(-90deg);
	display: block;
	position: relative;
	margin-bottom: 72px;
}

.site-social-media a {
	display: block;
	font-size: 19px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 12px;
	transition: 0.3s;
}

.site-social-media a {
	display: block;
	font-size: 19px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 12px;
	transition: 0.3s;
}

.scroll-down {
	position: absolute;
	bottom: 187px;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

.scroll-down a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.scroll-down a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.scroll-down a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.scroll-down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.main-welcome {
	padding-top: 109px;
	padding-bottom: 90px;
}

.common-sec {
	position: relative;
}

.welcome-content .sec-btn {
	/* width: 160px; */
	margin-top: 20px;
}

.element-top {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 238px;
	height: auto;
	opacity: 0.1;
	z-index: 0;
}

.top-items-tab-list .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	border: none;
}

.main-top-items {
	padding: 90px 0;
	background: var(--color-dark);
}

.top-items-tab-list .nav-tabs .nav-item {
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	padding: 0 15px;
}

.top-items-tab-list .nav-tabs .nav-item .nav-link:hover,
.top-items-tab-list .nav-tabs .nav-item .nav-link.active {
	background: var(--color-dark);
}

.top-items-tab-list .nav-tabs .nav-item .nav-link {
	width: 100%;
	height: 168px;
	background: #ffffff;
	box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	position: relative;
	transition: 0.3s;
}

.element-top img,
.element-bottom img {
	width: 100%;
}

.top-items-tab-list .nav-tabs .nav-item .nav-link .tab-icon {
	width: auto;
	height: 64px;
	display: block;
	position: relative;
	margin-bottom: 8px;
}

.top-items-tab-list .nav-tabs .nav-item .nav-link .tab-icon img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotate(0deg) translate(-50%);
	width: auto;
	height: 64px;
	transition: 0.3s;
}

.top-items-tab-list .nav-tabs .nav-item .nav-link:hover>span,
.top-items-tab-list .nav-tabs .nav-item .nav-link.active>span {
	color: #ffffff;
}

.top-items-tab-list .nav-tabs .nav-item .nav-link>span {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
	color: #222222;
	text-align: center;
	transition: 0.3s;
}

.element-bottom {
	position: absolute;
	bottom: 110px;
	right: 30px;
	width: 313px;
	height: auto;
	opacity: 0.1;
	z-index: 0;
}

.welcome-content .h2-title {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 30px;
	font-size: 35px;
}

.sec-title p {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-golden);
	margin-bottom: 12px;
	font-weight: 400;
	letter-spacing: .01em;
}

.top-items-title {
	text-align: center;
	padding-bottom: 8px;
}

.top-items-title .h2-title {
	font-size: 39px;
	line-height: 50px;
	font-weight: 700;
	color: var(--color-light);
	font-family: 'Playfair Display', serif;
	margin-bottom: 35px;
	position: relative;
}

.tab-content-img-box {
	width: 100%;
	height: 384px;
	position: relative;
	box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
	overflow: hidden;
}

.tab-content-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: 0.5s;
	z-index: 0;
}

.top-items-tab-content {
	padding-top: 45px;
}

.main-top-items .h3-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 42px;
	color: #222222;
	font-weight: 700;
}

.df {
	animation: sd 40s infinite linear;
}

/* .tab-icon {
	animation: sdss 40s infinite linear;
} */

.instagram-slide-box {
	width: 320px;
	height: 320px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.instagram-slide-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #636363;
	opacity: 0.2;
	transition: 0.3s;
	z-index: 1;
}

.testimonial-slider .slick-list {
	padding: 7px 0 170px !important;
}

.testimonial-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.9;
	z-index: 0;
}

.testimonial-box.slick-slide {
	opacity: 1;
	transition: 0.3s;
	position: relative;
	margin: 0 15px;
	z-index: 0;
}

.client-review {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	z-index: 1;
}

.instagram-slide-box:nth-child(odd) {
	margin-top: 20px;
}

.instagram-slide-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
	z-index: 0;
}

div#gallery {
	background: #f7f7f7;
}

.main-testimonial {
	background: #f7f7f7;
	padding-top: 90px;
	padding-bottom: 104px;
}

.main-testimonial .element-top {
	top: 145px;
	width: 269px;
}

.main-testimonial .element-bottom {
	bottom: 100px;
	width: 327px;
}

@keyframes sdss {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes sd {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.08);
	}
}

.footer-info {
	padding: 90px 0 0;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.footer-info-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right center;
	background-attachment: fixed;
	filter: blur(8px);
	z-index: 0;
}

.subscribe-form h4 {
	color: #fff;
}

.footer-content p {
	color:#fff;
	margin-bottom: 0;
}

.footer-menu {
	margin-bottom: 35px;
}

.footer-content {
	padding: 5px 40px 20px 52px;
}

.site-social-icon a {
	width: 45px;
	height: 45px;
	background: #f8f9fa26;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	margin-left: 5px;
	transition: 0.3s;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.footer-menu ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #ffffff;
}

.footer-menu ul li a {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: .01em;
	font-weight: 600;
	transition: 0.3s;
}

.row.batBN {
	text-align: center;
}

.mainLIGHT h2 {
	font-weight: bold;
}

footer {
	padding-bottom: 40px;
}

.footer-msg h4 {
	color: white;
}

p1 {
	color: white;
	margin-top: 17px;
	display: block;
}

.social i.fab.fa-tripadvisor {
	color: var(--color-dark);
}

.tex p {
	text-align: end;
}

.banner-content h2 {
	color: white;
	text-transform: uppercase;
	font-size: 42px;
}

.site-social-icon {
	text-align: center;
}



.wrapper-of-wrapper {
	filter: blur(100px);
	pointer-events: none;
	position: fixed;
	min-width: 100%;
	margin-top: 0px;
	height: 180%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	opacity: 0.3;
}

.wrapper {
	border-radius: 99999px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	min-width: 1000px;
	height: 100vh;
	transform: translate(-50%, -50%) scale(0.6);
	overflow: hidden;
}

.rainbow {
	animation: ColorBlobs_spin__CbrXa 8s linear infinite;
	background: conic-gradient(from 0deg, #08f, #f60, #bbffa1, #4c00ff, #ab2666, #09f);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}

@keyframes ColorBlobs_spin__CbrXa {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) scale(2)
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn) scale(2)
	}
}

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	float: left;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.swing img {
	border: 5px solid #f8f8f8;
	display: block;
}

.swing:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	top: -10px;
	left: 49%;
	z-index: 0;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
}

/* nail */
.swing:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -14px;
	left: 50%;
	z-index: 5;
	border-radius: 50% 50%;
	background: #000;
}

@keyframes swing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

.main-welcome .welcome-content {
	padding: 30px;
	background-color: var(--color-dark);
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}

.main-welcome .welcome-content h2,
.main-welcome .welcome-content p {
	color: #fff;
}

.main-welcome .welcome-content p {
	margin-bottom: 25px;
}





.common-sec-card .card {
	display: block;
	margin: 20px auto 0px;
	height: 185px;
	padding: 30px;
	width: auto;
	animation: 3s infinite alternate floating;
	background: var(--color-golden);
}

.common-sec-card .card img {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	display: table;
}

.common-sec-card .card h5 {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin-top: 15px;
	color: var(--color-light);
}

.common-sec-card .card .tab-icon {
	display: table;
	margin: 0 auto;
}

.shadow {
	height: 2px;
	display: block;
	margin: 15px auto;
	animation: 3s infinite alternate shadow;
	background: #cdcdcd;

}

body .common-sec-card .card1 {
	animation: 3s infinite alternate floating1;
}

@keyframes floating1 {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-8px);
	}

	100% {
		transform: translatey(0px);
	}
}


@keyframes floating {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-20px);
	}

	100% {
		transform: translatey(0px);
	}
}

@keyframes shadow {
	0% {
		width: 180px;
		box-shadow: 0px 10px 8px rgba(0, 0, 0, .8);
	}

	50% {
		width: 150px;
		box-shadow: 0px 10px 8px rgba(0, 0, 0, .5);
	}

	100% {
		width: 180px;
		box-shadow: 0px 10px 8px rgba(0, 0, 0, .8);
	}
}






.logoMarqueeSection {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#logoMarqueeSection {
	max-width: 1920px !important;
	margin: 0 auto;
}

.default-content-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	/* padding-left: 5rem; */
	/* padding-right: 5rem; */
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	width: 100%;
	min-height: 100vh;
}

div.marquee>a>img {
	height: 300px;
}

.logoMarqueeSection>div>div {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 0;
}

.marquee-wrapper {
	display: inline-block;
	white-space: nowrap;
}

.marquee {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	transform: translate3d(0%, 0, 0);
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.marquee a {
	display: inline-block;
	white-space: nowrap;
	padding-right: 1rem;
}

.marquee-wrapper:hover .marquee {
	animation-play-state: paused !important;
}

@keyframes marquee {
	0% {
		transform: translate3d(0%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}






	.contact .text h2,.booking h2{
		font-size: 36px;
	}



:root {
	--blue: #8a6bff;
	--darkblue: #0a0a36;
}

.sec-title {
	margin-bottom: 50px;
	padding-bottom: 5px;
	position: relative;
}

.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: var(--color-light);
}

.sec-title h2 {
	font-size: 39px;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.sec-title p {
	font-size: 18px;
	line-height: 28px;
}

.testimonial-area {
	background: var(--color-dark);
	position: relative;
	z-index: 2;
	padding: 50px 0;
}

.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0px 28px;
	margin: 0px 0px;
	padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -44px;
	width: calc(100% + 100px);
}

.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}

.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(img/quote.png) no-repeat var(--color-dark);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}

.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(img/quote.png) no-repeat var(--color-dark);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}

.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}

.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}

.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}

.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}

.client-video {
	padding-right: 15px;
}

.client-info {
	position: relative;
	z-index: 3;
}

.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}

.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}

.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.sec-title.white-title h2 {
	color: #fff;
}

.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-dots button.active {
	width: 30px;
}

.food_foot {
	background-color: var(--color-dark);
}

#parcel {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pop 2.5s infinite;
}

@keyframes pop {
	0% {
		transform: translate(-50%, -50%) scale(1.25, 0.75);
	}

	50% {
		transform: translate(-50%, -150%) scale(1, 1);
	}

	55% {
		transform: translate(-50%, -150%) rotate(15deg);
	}

	60% {
		transform: translate(-50%, -150%) rotate(-15deg);
	}

	65% {
		transform: translate(-50%, -150%) rotate(15deg);
	}

	70% {
		transform: translate(-50%, -150%) rotate(-15deg);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.25, 0.75);
	}
}

.location-share {
	padding: 30px;
}

.location-share h3 {
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	color: var(--color-dark);
	font-family: 'Playfair Display', serif;
	margin-bottom: 5px;
	text-align: center;
}

.location-share p {
	font-size: 17px;
	line-height: 23px;
	color: var(--color-dark);
	margin-bottom: 20px;
	text-align: center;
}

.location-share iframe {
	border-radius: 50px;
	position: relative;
	z-index: 9;
}
.navbar-brand{
	margin: 0;
}
.banner-content h2{
	margin-bottom: 20px;
}







@media (max-width:1440px) {
	.contact-details .table td:last-child {
		text-align: left;
	}
	.gallery {
		padding:100px 0 50px 0;
		background: #ffefef;
	}
}


@media (max-width: 992px) {
	.owl-carousel.owl-drag .owl-item{
		margin-right: 50px;
	}
	.msh.text-center {
		margin-top: 0px;
	}

	.home-2 {
		padding: 33vh 0 33vh;
		height: 100vh;
	}

	.mainConHom {
		height: auto;
		min-height: 400px;
		padding: 70px 20px 70px 20px;
		text-align: center;
		background-position: 50% 50% !important;
		background-size: cover !important;
		margin-top: 0;
	}

	.pane__copy p {
		font-size: 22px;
		color: #fff;
		line-height: 30px;
	}

	.mainConHom.mob {
		margin-top: -25px;
	}

	header {}

	.main {
		display: flex;
		margin-bottom: 50px;
	}

	#menu .item {
		width: 100%;
	}

	.banner .owl-carousel .owl-item .item {}

	a.btn.btn1 {
		color: var(--color-dark);
	}

	p.subtitle.wow.fadeInUp {
		padding: 10px;
		line-height: 1.5;
		margin: 0;
		font-size: 15px;
	}
	.footer-logo {
		padding-top: 125px;
		margin-bottom: 0;
		text-align: center;
	}

	.sec-title.white-title h2 {
		color: #fff;
		font-size: 33px;
	}

	header .navbar .navbar-nav .nav-link {
		color: var(--color-light);
	}
	.contact .text h2,.booking h2{
		font-size: 30px;
	}

	.contact {
		position: relative;
		margin-top: 85px;
	}

	.pane__title {
		color: #fff;
		margin: 1.6875rem 0 3.125rem;
		font-size: 50px;
		font-size: 2.125rem;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		transform: rotate(-3deg);
		line-height: .95;
		text-shadow: 0px 0px 22px #ffffffa3;
	}

	.mobile .btn {
		font-size: 14px;
		padding: 10px 11px;
		color: #fff;
	}

	.mobile {
		display: inline-block !important;
	}

	.desktop {
		display: none;
	}

	.banner .owl-carousel .owl-item .text {
		width: 110%;
		padding: 0 5%;
	}

	.navbar-toggler {
		color: var(--color-golden);
		/* border: 1px solid #febf00; */
		box-shadow: 0 0 0 2px var(--color-dark) inset, 0 0 0 2px var(--color-dark) inset;
		padding: 3px 5px;
		transition: all 0.3s ease-out;
	}

	.navbar-toggler:hover {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 20px 0 2px var(--color-golden) inset, 0 -20px 0 2px var(--color-golden) inset;
	}

	header.fixed .navbar-toggler:hover {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 20px 0 2px var(--color-golden) inset, 0 -20px 0 2px var(--color-golden) inset;
	}

	.navbar-toggler:focus {
		outline: none;
	}

	.navbar-collapse {
		margin-top: 30px;
	}

	.dishes .img {
		height: 500px;
	}

	header .navbar .navbar-nav .nav-link {
		text-align: center;
		padding: 20px 0;
	}

	.banner {
		margin: 0;
	}

	.about {
		padding: 30px 0 100px;
		min-height: 100vh;
	}

	.about .text {
		width: 95%;
	}

	.dishes h3,
	.dishes p,
	.pre-footer i,
	.pre-footer h6,
	.pre-footer p,
	.dishes .btn,
	footer .logo,
	footer p {
		text-align: center;
		margin-left: auto;
		display: table;
	}

	.dishes .p-4 {
		padding: 60px 0 !important;
	}

	.pre-footer i {
		margin-top: 20px;
	}

	footer {}

	footer p {
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.msh .cta {
		margin-right: 10px;
		margin-bottom: 20px;
	}

	footer .logo {
		margin: 0 auto;
		opacity: 1.5;
	}

	footer .copy {
		margin-top: 50px;
	}

	footer .link a {
		margin: 15px 0 0;
		text-align: center;
	}

	.gallery #lightgallery {
		display: block;
	}

	.gallery #lightgallery a {
		width: calc(100% - 20px) !important;
	}

	.contact-details h3,
	.contact-details p,
	.contact-details .social {
		text-align: center;
	}

	.contact-details form button {
		margin-bottom: 30px;
	}

	.contact .text {
		position: relative;
		width: 100%;
	}

	.contact iframe {
		height: 300px;
		/* pointer-events: none; */
	}

	header .pre {
		text-align: center;
		border-bottom: 1px solid var(--color-dark);
		display: none;
	}

	.booking .text,
	.home-2 .testimonial {
		width: 100%;
		text-align: center;
		margin-top: 56px;
	}

	footer .link {
		margin-top: 30px;
	}

	footer iframe {
		width: auto !important;
		display: table;
		margin: 30px auto 0;
	}

	.menu .panel {
		width: 90%;
		display: table;
		margin: 0 auto;
	}

	.about h2 {
		font-size: 18px;
	}
	
}

@media (max-width:900px) {
	.main-top-items {
		padding: 50px 0;
		background: var(--color-dark);
	}

	.client-review {
		padding-bottom: 10px;
	}

	.site-social-media {
		left: 0;

	}

	.h1-title {
		font-size: 61px;
		line-height: 61px;
	}

	.banner-slider .slick-list,
	.banner-slider .slick-track,
	.banner-slide-box {
		height: 100%;
	}

	.main-banner {
		height: auto;
		padding: 260px 0 300px 0;
		z-index: 1;
	}

	.texts.mainLog img {
		width: 100px !important;
		margin: 0 auto 52px auto;
		display: block;
	}

	.ctas {
		display: block;
	}

	.contact-details {
		padding: 50px 0;
	}

	.footer-menu ul li {
		display: block;
	}

	#main-banner h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
	}

	.banner-content p {
		display: none;
	}

	.footer-menu ul li {
		border: 0;
	}

	.footer-menu ul {
		text-align: center;
	}

	.footer-menu ul li {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		margin-right: 8px;
		padding-left: 8px;
		border-left: 1px solid #ffffff;
	}

	.main-top-items .h3-title {
		font-size: 25px;
		line-height: 35px;
		margin-top: 30px;
	}

	.footer-info {
		padding: 40px 0 0;
	}

	.main-welcome {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer-logo img {
		width: 170px;
	}

	.site-social-icon {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-content {
		padding: 0;
	}

	.top-items-tab-list .nav-tabs {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		border: none;
		justify-content: center;
	}

	.top-items-title .h2-title {
		font-size: 33px;
		line-height: 35px;

	}

	.top-items-tab-list .nav-tabs .nav-item {
		max-width: calc(50% - 10px);
		width: 100%;
		padding: 0;
		margin: 0 5px 5px 0px;
		display: flex;
		flex: auto;
	}

	.ss {
		margin-left: 20px;
		margin-bottom: 5px;
	}

	h2 {
		font-size: 26px;
	}

	.contentBanner {
		top: 65%;
		left: 50%;
	}

	.mobile .btnNew {
		padding: 10px 10px;
	}

	.mainConHom {
		height: auto;
	}

	.main-cn .btn {
		margin-bottom: 50px;
	}

	.mbs h6 {

		font-size: 14px;
		letter-spacing: 10px;
	}

	.mbs h5 {
		letter-spacing: 10px;
	}

	.ns .ff:before {
		left: 12%;
	}

	.ns .ff:after {
		right: 12%;
	}

	.dks h2 {
		font-size: 40px;
		letter-spacing: 6px;
	}

	.home-2.bg h3 {
		font-size: 15px;
		letter-spacing: 6px;
	}

	.home-2.bg h2 {
		letter-spacing: 6px;
		font-size: 35px;
	}

	nav.navbar.navbar-expand-lg.sticky-top.container {
		background-color: var(--c);
		backdrop-filter: blur(50px);
	}

	.footer-content p {
		text-align: center;
	}

	.subscribe-form h4 {
		text-align: center;
	}

	.footer-msg h4 {
		text-align: center;
		color: white;
	}
	.footer-msg{
		font-size: 14px;
	}

	.footer-msg {
		margin-bottom: 4px;
	}

	.banner-content h2 {
    font-size: 26px;
    line-height: 32px;
}

	.df {
		animation: sd 40s infinite linear;
		width: 300px;
	}
}

@media (max-width: 768px) {
	.banner .owl-carousel .owl-item img {
		width: 90%;
		height: auto;
	}

	.contentBanner h2 span {
		font-size: 60px !important;
	}

	.btnXc a {
		margin: 0 auto;
		float: unset;
		padding: 10px 10px;
		/* min-width: unset; */
		/* max-width: unset; */
		/* display: inline-block; */
	}

	.homePart h2 {
		font-family: var(--h1);
		font-weight: bold;
		font-size: 40px;
		line-height: 50px;
	}

	.divMx h2 {
		line-height: 40px;
		font-size: 30px;
	}

	.divMx {
		padding: 100px 0;
	}

	.testMon {
		padding: 100px 0;
	}

	.container.pl-5.pr-5 {
		padding: 0 10px !important;
	}

	.topCv.text-left {
		margin: 20px 0;
	}

	.testMon .item {
		font-size: 15px;
		line-height: 25px;
	}
	.gallery {
		padding: 90px 0 30px 0;
		background: #ffefef;
	}
}

@media (max-width:512px) {
	header .navbar .navbar-brand img {
		height:60px;
		margin-left: 0px;
	}
	.sec-btn, .sec-btn-transparent {
		padding: 8px 15px;
	}
	.single-testimonial p {
		padding: 50px 10px;
	}
}

@media (max-width: 414px) {
	header .navbar .navbar-brand img {
		height:50px;
		margin-left: 0px;
	}
	header .navbar {
		padding: 18px 6px;
	}
	/* .sec-btn, .sec-btn-transparent {
		width: 130px;
	} */
	.contact {
        position: relative;
        margin-top: 75px;
    }
	.gallery {
		padding: 90px 0 30px 0;
		background: #ffefef;
	}
}

@media (max-width:320px) {
	header .navbar .navbar-brand img {
		height:40px;
		margin-left: 0px;
	}
	.single-testimonial p {
		padding: 50px 10px;
	}
}