:root {
	--p: #495057;
	--color-primary: #b50015;
	--color-dark: #fff;
	--color-light: #14202DFA;
	--c1: #b50015;
	--f1: 'IBM Plex Sans', sans-serif;
	/* --h:'Dancing Script', cursive; */
	--ex: 'IBM Plex Sans', sans-serif;
	--n: 'Oswald', sans-serif;
}


html,
body {
	min-height: 100vh;
	background: #fff;
	font-family: var(--f1);
	font-size: 18px;
	line-height: 1;
	color: var(--color-dark);
}

body {}

.MianCas img {
	border-radius: 50%;
}

.MianCas {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.MianCas span {
	position: absolute;
	bottom: -45px;
	right: 79px;
	height: 185px;
	width: 185px;
	background-color: var(--color-primary);
	border-radius: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.MianCas .ms {
	position: absolute;
	bottom: -36px;
	left: 36%;
	width: 236px;
	height: 236px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.50;
	transform: translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mainC {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-top: -120px;
}

.wey {
	position: absolute;
	bottom: 0;
	/* left: -80px; */
	background-color: var(--color-primary);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	align-items: center;
	padding: 40px 30px;
	z-index: 5;
	/* width: 100%; */
	text-align: center;
}

.msgd .btn {
	border: 3px solid var(--color-dark);
	margin-top: 15px;
}

.wea {
	position: relative;
	display: block;
	margin-right: -362px;
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

.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(--n);
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 36px;
}

h6 {
	font-size: 24px;
}

p {
	font-size: 17px;
	line-height: 1.2;
	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;
}

.btn {
	display: inline-block;
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-dark);
	background: var(--color-primary);
	border-radius: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	border-radius: 3px;
	border: 0;
}

/* .main-cn {
    background: url(img/torn-papper2.png);
    padding: 85px 0;
    margin-top: -64px;
} */
.main-cn p {
	color: var(--color-light);
}

.btn:focus,
.btn:hover {
	background: var(--color-primary);
	color: #fcd462;
}

a.butt:hover {
	color: #fcd462;
}

.main-cn h5 {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px;
	color: var(--color-primary);
}

h6.h6-lg {
	color: #4a4a4a;
	margin-top: 17px;
	text-transform: uppercase;
}

.col-sm-3.icon:hover {
	transform: scale(1.1);
}

.col-sm-3.icon {
	transition: .8s;
}

.main-cn h2 {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 35px;
	color: var(--color-primary);
}

.main-cn .btn {
	margin-top: 30px;
}

.main {
	display: flex;
	margin-bottom: 50px;
}

.main svg {
	width: 60px;
	height: 60px;
	fill: var(--color-primary);
	margin-right: 30px;
}

.main h5 {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 700;
}

.maic-c2 h5,
.maic-c2 h2 {
	margin: 0;
	color: var(--color-primary);
}

.maic-c2 {
	margin-bottom: 50px;
}

.mainC h3 {
	margin: 0;
	line-height: 1.2;
}

.maic-c2 p {
	color: var(--color-light);
}

.main p {
	font-size: 15px;
	color: var(--color-light);
}

.textt.text-center p {
	margin-top: 18%;
	z-index: 555555;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: var(--color-light);
}

.textt.text-center {
	margin-top: 70px;
	box-shadow: 0 0 50px #00000045;
	padding: 100px 100px;
}

.textt.text-center h2 {
	font-weight: 600;
	font-size: 54px;
	text-shadow: 2px 2px 2px #000000d6;
}

.textt.text-center h5 {
	color: var(--c1);
}

.textt.text-center h2,
h5 {
	color: #07a3c7;
}

.main-bs {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.btn.btn-light {
	color: var(--color-dark);
	border-color: var(--color-light);
}

.btn.btn-light:focus,
.btn.btn-light:hover {
	background: var(--color-primary);
	color: #fcd462;
}

.btn.btn-color {
	background: var(--color-primary);
	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: 900;
    background-color: #fff;
    box-shadow: 0 0 10px #0000007a;
}

header .pre {
	padding: 5px 30px;
	background: #1f567e;
}

header .pre a {
	font-size: 13px;
	margin: 0;
	line-height: 10px;
	color: var(--color-dark);
}

header .pre .left a {
	padding-right: 10px;
}

header .pre a i {
	color: var(--color-dark);
}

header .navbar {
	padding: 4px 10px;
}

header .navbar .navbar-brand {
	padding: 0;
}

header .navbar .navbar-brand img {
	width: auto;
	height: 27px;
}

header .navbar .navbar-brand img:first-child {
	display: none;
}

header .navbar .navbar-nav .nav-link {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 15px;
	margin: 0 3px;
	position: relative;
	border-radius: 3px;
	margin-top: 20px;
}

header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover {
	background: var(--color-primary);
	color: var(--color-dark);
}

header.fixed {
	position: fixed;
	background: var(--color-light);
	top: -200px;
}

.about-3-txt h2 {
	color: var(--c1);
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.3;
}

.about-3-txt p {
	color: var(--color-light);
	font-size: 19px;
}

header.fixed.animate {
	top: 0px;
	transition: all 1s ease-out;
}

.owl-dots {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-dots button {
	width: 15px;
	height: 15px;
	border: 1px solid var(--color-primary) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	margin: 0 5px;

}

.owl-dots button span {
	height: 70%;
	width: 60%;
	display: block;

}

.owl-dots button.active span {
	background: var(--color-primary);
}

header.fixed .pre {
	border-bottom: 1px solid var(--color-primary);
}

header.fixed .pre a {
	color: var(--color-dark);
}

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 {
	color: var(--color-dark);
}

header.fixed .navbar .navbar-nav .active .nav-link,
header.fixed .navbar .navbar-nav .nav-link:hover {
	background: var(--color-primary);
	color: var(--color-dark);
}

.banner .owl-carousel .owl-item .item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100vh;
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

section.banner {
	position: relative;
}

.over-lay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 35%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	;
	height: 100%;
	z-index: 11;
}

.banner .owl-carousel .owl-item .text {
	width: 50%;
	padding: 0 10%;
	text-align: right;
	position: relative;
	z-index: 555 !important;
}

.banner .owl-carousel .owl-item h1 {
	color: var(--color-dark);
}

.banner .owl-carousel .owl-item h1 span {
	font-family: var(--n);
	display: block;
	font-size: 40px;
	letter-spacing: 1px;
	color: var(--color-dark);
}

.banner .owl-carousel .owl-item small {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--color-light);
	margin: 20px 0 0;
}

.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;
}

.about .text {
	position: relative;
	z-index: 50;
	text-align: center;
	width: 80%;
}

.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-primary);
}

.booking {
	min-height: 70vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 40px;
	position: relative;
	z-index: 20;
}

.booking .text {
	position: relative;
	text-align: right;
	width: 50%;
	background: #00000085;
	padding: 20px 20px 20px 20px;
	margin-top: 100px;
}

.booking h2,
.booking p {
	color: var(--color-dark);
}

.booking a:not(.btn) {
	text-decoration: underline;
}

.booking a:not(.btn):hover {
	color: var(--color-primary);
}

.home-2 {
	padding: 0px 0 20vh;
	height: 70vh;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: 50% 50% !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	position: relative;
	background: #DBDBDE;
}

.home-2 .over-lay {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 077%);
}

.home-2 h2 {
	margin: 0 0 5px;
	color: var(--color-dark);
	font-weight: 600;
}

.home-2 .testimonial {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.home-2 .testimonial .item {}

.home-2 .testimonial q {
	font-size: 18px;
	color: var(--color-light);
	text-align: center;
	font-style: italic;
	text-align: center;
	line-height: 1.5;
}

.home-2 .testimonial p {
	font-size: 14px;
	color: var(--color-light);
	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(--color-light);
}

footer img {
	max-width: 200px;
}

footer .logo {
	margin: 0 0 15px;
	opacity: 1.5;
}

.event-gallery {
	padding: 50px 0;
}

.gal-img img:hover {
	transform: scale(1.1);
}

.gal-img img {
	transition: .8s;
	background: #6b171a;
	padding: 8px;
	border-radius: 2px;
}

.testi {
	padding: 150px 0;
}

.gal-img.gg img {
	background: #1f557e;
	margin-top: 30px;
}

.eve-text h2 {
	font-size: 35px;
	background: var(--c1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.568);
	width: 50%;
	padding: 5px;
	color: var(--color-dark);
	margin: 0 auto;
}

footer .pay {
	display: table;
	margin-top: 30px;
	margin-left: auto;
}

footer p {
	margin: 5px 0 5px 0;
	font-size: 16px;
}

footer p i {
	color: var(--color-d);
	font-size: 16px;
}

footer p a {
	color: var(--color-dark);
	margin: 0 0 5px;
	font-size: 14px;
}

footer .link a {
	display: block;
	font-size: 14px;
	color: var(--color-dark);
	margin: 0 0 25px;
	font-weight: 600;
}

footer a:hover,
footer a:hover i {
	color: #fcd462;
}

footer .copy {
	background: var(--c1);
	color: var(--color-dark);
	text-align: center;
	padding: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 15px;
}

.footer-logo {
	border-bottom: 1px dashed var(--color-light);
	padding-top: 20px;
	margin-bottom: 20px;
}

.info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed var(--color-light);
}

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: 100px 0;
}

.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-primary);

}

.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-text.text-align-center {
	margin: 50px;
	color: black;
	text-align: center;
}

.contact {
	position: relative;
}

.contact iframe {
	width: 100%;
	border: 0;
	height: 500px;
	position: relative;
	z-index: 10;
}

.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-dark);
	text-align: center;
}

.contact .text h2 {
	margin-bottom: 30px;
}

.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: 7px;

	vertical-align: middle;
	border-bottom: 1px dashed var(--p);
	border-top: unset;
	color: var(--color-light);
}

.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-primary);
	color: var(--color-dark);
}

.contact-details .table .active td:first-child:after {
	content: " (Today)";
	font-size: 11px;
}

.contact-details h3 {
	margin-bottom: 10px;
	color: var(--color-light);
}

.contact-details form input,
.contact-details form textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: var(--color-light);
	border: 1px dashed var(--color-light);
	border-bottom: 0;
	margin: 0;
	background: transparent;
}

.contact-details form textarea {
	height: 150px;
	min-height: 150px;
	resize: vertical;
	border-bottom: 1px dashed;
}

.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-dark);
	margin-top: 10px;
	border-radius: 0 0 3px 3px;
}

.contact-details .social a {
	font-size: 30px;
	color: var(--color-primary);
	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-primary) !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;
}

@media (max-width: 992px) {
	.new-but-one{
		margin-bottom: 10px;
	}

	.use-links {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 15px;
	}

	.main-cnn {
		margin-top: -11px !important;
	}

	header .navbar .navbar-brand {
		margin-top: 6px;
	}

	.mobile .btn {
		font-size: 14px;
		padding: 12px 6px;
	}

	.mobile {
		display: block !important;
		margin-left: -29px;
		margin-bottom: 10px;
	}

	.desktop {
		display: none;
	}

	.banner .owl-carousel .owl-item .text {
		width: 110%;
		padding: 0 5%;
	}

	.navbar-toggler {
		color: var(--color-primary);
		border: 0;
		box-shadow: 0 0 0 2px var(--color-primary) inset, 0 0 0 2px var(--color-primary) inset;
		padding: 5px 9px;
		transition: all 0.3s ease-out;
	}

	.navbar-toggler:hover {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 20px 0 2px var(--color-primary) inset, 0 -20px 0 2px var(--color-primary) inset;
	}

	header.fixed .navbar-toggler {
		color: var(--color-primary);
		border: 0;
		box-shadow: 0 0 0 2px var(--color-primary) inset, 0 0 0 2px var(--color-primary) inset;
	}

	header.fixed .navbar-toggler:hover {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 20px 0 2px var(--color-primary) inset, 0 -20px 0 2px var(--color-primary) 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;
	}

	.dishes .p-4 {
		padding: 60px 0 !important;
	}

	.pre-footer i {
		margin-top: 20px;
	}

	footer .link a {
		margin: 0 10px 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-primary);
		display: block;
	}

	.booking .text,
	.home-2 .testimonial {
		width: 100%;
		text-align: center;
		background: #00000091;
		padding: 14px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}

	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: 768px) {
	.banner .owl-carousel .owl-item img {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 440px) {
	header .navbar .navbar-brand img {
		height: 21px;
		margin-left: -4px;
	}
}

#menu .item {
	width: calc(33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid var(--color-primary);
}

#menu .item .title {
	background: var(--color-primary);
	color: var(--light);
	padding: 3px;
	border: 1px solid var(--color-primary);
}

#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-style: italic;
}

#menu .content {
	padding: 20px 15px 10px;
	border: 1px solid var(--color-dark);
	border-top: 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0px 6px 12px #000);
}


header.on .pre {
	border-bottom: 1px solid var(--color-primary);

}

#menu .content .meal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}

#menu .content .meal .name {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--color-light);
}

#menu .content .meal .dots {
	flex-grow: 1;
	border-bottom: 2px dashed var(--p);
	height: 15px;
	margin: 0 10px;
}

#menu .content .meal .price {
	font-size: 14px;
	font-weight: 700;
	color: var(--p);
}

#menu .content .detail {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	margin: -13px 0 15px;
	color: var(--c1);
	margin-top: 3px;
}

#menu .content .meal.sub {
	padding-left: 15px;
}

#menu .content .meal.sub .name {
	color: var(--p);
}

.dks {
	position: relative;
	z-index: 500;
}

.dks h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: var(--n);
	color: var(--color-primary);
	margin-top: 25px;
}

.mbs {
	padding: 150px 0;
	background: var(--color-dark);
}

.img-s {
	margin: 10px;
}

.img-s img {
	border-radius: 20px;
}

.mbs .btn {
	margin-top: 30px;
}

.mbs h6 {
	color: var(--color-primary);
	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(--n);
	color: var(--p);
	margin: 0;
}

.ns {
	margin-bottom: 30px;
	margin-top: 20px;

}

.ns svg {
	height: 30px;
	width: 30px;
	fill: var(--color-primary);
	position: relative;
}

.ns .ff {
	position: relative;
}

.ns .ff:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100px;
	height: 1px;
	background: var(--color-primary);
	right: 38%;

}

.ns .ff:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 100px;
	height: 1px;
	background: var(--color-primary);
	left: 38%;

}

section.home-2.bg {
	background: #18181d;
}

.home-2.bg h3 {
	color: var(--color-primary);
	font-weight: 300;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 14px;
	margin-bottom: 5px;
}

@media (max-width: 992px) {
	.mbs {
		padding: 50px 0;
		background: var(--color-dark);
	}

	.contact-details {
		padding: 50px 0;
	}

	.main {
		display: flex;
		margin-bottom: 50px;
	}

	#menu .item {
		width: 100%;
	}

	.banner .owl-carousel .owl-item .item {
		height: 70vh;

	}

	a.btn.btn1 {
		color: var(--color-dark);
	}

	p.subtitle.wow.fadeInUp {
		padding: 10px;
		line-height: 1.5;
		margin: 0;
		font-size: 15px;
	}
}

section.home-2 p {}

.home-2.bg h2 {
	color: var(--color-light);
}

.home-2.bg {
	padding: 20vh 0;
}

.home-2.bg h2 {
	font-weight: 400;
	letter-spacing: 20px;
	font-family: var(--n);
	color: var(--p);
	font-size: 60px;
	margin-top: 20px;
}

.dks p {
	margin-bottom: 30px !important;
	color: black;
	line-height: 1.5;
}

.home-2.bg .ns {
	margin-top: 20px;
}

.testimonial {
	color: var(--color-dark);
}

.mabs h5 {
	display: inline-flex;
	color: var(--color-primary);
	font-size: 16px;
	align-items: center;
	line-height: 30px;
	margin-bottom: 6px;
	font-weight: 700;
	letter-spacing: 0;
}

.mabs h2 {
	margin: 0;
	font-weight: 700;
	color: var(--color-light);
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 0;
}

.mbs .img-s:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.3);
	border-radius: var(--moniz-border-radius, 10px);
	transform: scaleX(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.mbs .img-s:hover:before {
	transform: scaleX(1);
}

@media (min-width: 992px) and (max-width: 1800px) {
	.wea {
		margin-right: -100px !important;

	}

	.mainC {
		position: relative;
		display: block;
		margin-left: 0px;
		margin-top: 50px;
	}
}

.banner .owl-carousel .owl-item.active .item {
	transition: transform 10s linear, opacity 3s;
	opacity: 1;
	transform: scale(1.1, 1.1);
}

.banner .owl-carousel .owl-item .item {
	transform: scale(1, 1);
}

@media (max-width:900px) {
	footer .link a {
		display: inline-block;
	}

	.main-cn h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.j p {
		margin: auto;
	}

	.footer-logo img {
		margin: 0 auto;
	}

	.textt.text-center p {
		margin-top: 42%;
	}

	.textt.text-center h2 {
		font-size: 40px;
	}

	.texts {
		text-align: center;
	}

	.texts.text-left {
		text-align: center !important;
	}

	.contact {
		position: relative;
	}

	.MianCas .ms {
		width: 150px;
		height: 150px;
	}

	.maic-c {
		margin: 50px 10px 10px 10px;
	}

	.mainC {
		margin-top: 0px;
		margin-left: 0px;
	}

	.wea {
		margin: 0;
	}

	.wey {
		position: relative;
	}

	.MianCas span {
		width: 100px;
		height: 100px;
	}

	.main-cn .btn {
		margin-bottom: 50px;
	}

	.mbs h6 {

		font-size: 14px;
		letter-spacing: 10px;
	}

	.ns .ff:before {
		left: 12%;
	}

	.ns .ff:after {
		right: 12%;
	}

	.dks h2 {
		font-size: 33px;
		letter-spacing: 0 !important;
		margin-top: 135px;
	}

	.home-2.bg h3 {
		font-size: 15px;
		letter-spacing: 6px;
	}

	.home-2.bg h2 {
		letter-spacing: 6px;
		font-size: 35px;
	}

	.mabs h2 {
		font-size: 32px;
		line-height: 40px !important;
	}

	.mabs h5 {
		line-height: 23px;
	}

	.info p {
		margin: 0 auto;
	}

	.dd {
		display: none;
	}

	.banner .owl-carousel .owl-item h1 {
		font-size: 28px !important;
	}

	.main-cn h2 {
		font-size: 40px !important;
		line-height: 1.2;
	}

	.main-bs {
		padding: 50px 0 !important;
	}

	.dks h2 {
		font-size: 26px;
		line-height: 1.2;
	}

	.contact .text h2 {
		margin-bottom: 20px;
		font-size: 35px;
	}

	.main-cn {
		background-repeat: no-repeat !important;
		background-size: cover !important;
		margin-top: 0;
		transform: rotate(180deg);
	}

	.main-cn {
		background: url(img/torn-papper2.png);
		margin-top: 0px !important;
		position: relative;
		z-index: 5;
		height: 10px;
		width: 111%;
		left: -17px;
	}

	.textt.text-center {
		margin-top: 14px;
		box-shadow: 0 0 50px #00000045;
		padding: 87px 5px !important;
	}

	.about-3-txt h2 {
		font-size: 30px;
	}

	section.about-section.division {
		padding: 30px 0;
	}

	.banner .owl-carousel .owl-item h1 span {
		font-size: 30px !important;
	}

	.banner .owl-carousel .owl-item h1 {
		font-size: 25px !important;
		line-height: 1.2;
	}
}

.p1 {
	color: white;
	margin-top: 17px;
	display: block;
}

.dk.text a {
	color: black;
}

.text {
	text-align: center;
}

.g-recaptcha {
	margin: 20px 0;
	background: #fff;
}

form.contact-form iframe {
	height: 90px;
}

i.fas.fa-phone {
	transform: rotate(100deg);
}

.main-cn h2 {
	color: red !important;
	text-align: center;
	font-size: 35px;
	margin-top: 100px;
	margin-bottom: -50px;
}

.textt.text-center a.btn {
	margin-top: 18px;
}

.slider-content.text-center {
	width: 100%;
	text-align: center;
	text-shadow: 4px 3px 2px black;
}

.banner .owl-carousel .owl-item h1 {
	font-family: var(--n);
	font-size: 70px;
}

.main-cn {
	background: url(img/torn-papper2.png);
	margin-top: -8px;
	position: relative;
	z-index: 5;
	height: 10px;
}

.main-cnn {
	background: url(img/torn-papper21.png);
	position: relative;
	z-index: 5;
	height: 13px;
	top: 5px;
	margin-top: -10px;
	filter: brightness(1.5);
}

section.index-map {
	margin-bottom: -8px;
}

.main-cns {
	background: url(img/torn-papper2.png);
	margin-top: -8px;
	position: relative;
	z-index: 25;
	height: 10px;
}

ul.navbar-nav {
	backdrop-filter: none !important;
	margin-bottom: 15px;
}

a.btn1 {
	background: var(--c1);
	padding: 15px 15px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none !important;
}

.textt.text-center h5 {
	margin-bottom: -118px;
}

.slider-content a {
	margin-top: 10px;
	display: block;
	width: 220px;
	margin: 20px auto 0 auto;
}

a.btn.btn-light-1 {
	margin-top: 10px;
}

a.btn.btn-light {
	margin-top: 10px;
}

#pb-2-1 {
	background-image: url(img/currylounge-2.jpg);
	box-shadow: 0 0 17px #00000096;
}

.bg-fixed,
.bg-scroll {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pbox-2 {
	text-align: right;
	padding: 80px 35px 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#pb-2-2 {
	box-shadow: 0 0 17px #00000096;
	background-image: url(img/currylounge-3.jpg);
}

h4.h4-lg {
	color: var(--color-dark);
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}

a.btn.btn-red.tra-red-hover {
	border-radius: 4px;
	padding: 12px;
	background: radial-gradient(red, #ff5722b0);
}

section.promo-2 {
	padding: 15px 0;
}

h4.h4-xl {
	color: var(--color-dark);
	text-transform: uppercase;
}

section.about-section.division {
	padding: 70px 0;
}

#promo-11 {
	background: url(img/bg1.jpg);
}

.pbox-11-link {
	border: 1px solid white;
	border-radius: 11px;
	margin-bottom: 25px;
	padding: 10px;
}

.pbox-11-txt h3 {
	font-size: 60px;
}

.pbox-11-txt h2 {
	font-size: 45px;
}

.pbox-11-txt p {
	font-size: 20px;
}

.pbox-11-link:hover {
	background: var(--color-primary);
	transform: scale(1.1);
}

.pbox-11-link {
	transition: .8s;
}

.pbox-11-link p:hover {
	color: var(--c1);
}

a.butt {
	background: red;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

section#promo-11 {
	padding: 50px 0;
}

/** Footer **/

#footer {
	background: var(--color-light);
	padding: 50px 0 25px 0;
}

#footer2 {
	background: #f7f7f7;
	padding: 3rem;
	margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
	padding-bottom: 80px;
	background-image: url(../images/cards/v748-toon-111.png);
}

.social-links h2 {
	font-size: 20px;
	font-weight: 600;
}

.social-links img {
	padding-bottom: 25px;
}

.social-icons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: #ffffff;
}

.social-icons a {
	color: #ffffff;
}

.social-icons a i {
	padding: 8px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	margin-right: 12px;
	box-shadow: 0 0 10px #ffffff3d;
}

li {
	list-style: none;
}

.useful-link h2 {
	font-size: 20px;
}

.useful-link img {
	padding-bottom: 15px;
}

.use-links {
	line-height: 32px;
}

.use-links li i {
	font-size: 14px;
	padding-right: 8px;
	color: #898989;
}

.use-links li a {
	color: #303030;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}

.use-links li a:hover {
	color: #b50015;
}

.address h2 {
	font-size: 20px;
	font-weight: 600;
}

.address img {
	padding-bottom: 15px;
}

.address-links li a {
	color: #303030;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;

}

.address-links li i {
	font-size: 16px;
	padding-right: 8px;
	color: #82074a;

}

.address-links li i:nth-child(1) {
	padding-top: 9px;
}

.address-links .address1 {
	font-weight: 500;
	font-size: 15px;
	display: flex;
}

.address-links {
	line-height: 32px;
	color: #ffffff;
}

.copy-right-sec {
	padding: 20px;
	background: #b50015;
	color: #fff;
	text-align: center;
}

.useful-link {
	margin-left: 50px;
}

.copy-right-sec a {
	color: #fcd462;
	font-weight: 500;
}

a.btn1:hover {
	color: #fcd462 !important;
}

@media (max-width:900px) {
	.img-fluid {
		width: 230px;
		height: auto;
		margin-left: 40px;
	}

	.useful-link {
		text-align: center;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.social-links h2 {
		text-align: center;
	}

	.menu {
		padding: 50px 0;
	}

	.testimonial {
		color: var(--color-dark);
		padding: 25px;
		background: #000000bd;
	}

	.testimonial {
		background: #000000bd;
	}

	.event-gallery {
		padding: 0;
	}

	.testi {
		padding: 0;
	}

	.gal-img img {
		margin: 20px 0;
	}

	.pbox-11-img img {
		display: none;
	}

	.eve-text h2 {
		font-size: 22px;
		padding: 15px 0px;
		width: 100%;
	}

	.pbox-11-txt h3 {
		font-size: 50px;
	}

	.pbox-11-txt h2 {
		font-size: 32px !important;
	}

	.about-3-img img {
		display: none;
	}

	.abox-2-ico img {
		height: auto;
		width: 55px;
	}

	section.promo-2 {
		padding: 0 0 50px 0;
	}

	#pb-2-2 {
		margin-top: 25px;
	}

	.slider-content.text-center {
		margin-top: 190px;
	}

	ul.navbar-nav {
		background: #ffffff1a;
		backdrop-filter: blur(5px) !important;
	}

	.contact-text.text-align-center {
		margin: 30px !important;
	}

	.address h2 {
		text-align: center;
		margin-top: 15px
	}

	.use-links li {
		display: inline-flex;
	}
}


.upper-part-nav {
	position: relative;
	z-index: 99;
	font-weight: 700;
	padding: 15px;
	color: #fff;
	background: #002984;
	text-align: center;
	background-image: url('./top-banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.upper-part-nav-close {
	position: absolute;
	top: 4px;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	color: #000;
	border: 2px solid #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.upper-part-nav .text-div p {
	margin: 0;
}

.upper-part-nav .img-div img {
	height: 100px;
	width: 100%;
}

.mdb {
	display: inline-block;
	padding: 8px 15px;
	margin-top: 7px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, .87);
	text-decoration: none;
}
.x-mas-main-sec {
    padding: 140px 10px 40px 10px;
}
.font-italic {
	font-style: italic !important;
	font-size: 22px;
	font-weight: 700;
}