:root {
	--color-primary: #ff006e;
	--color-dark: #222;
	--color-light: #fff;
}

html,
body {
	min-height: 100vh;
	background: #fff;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: var(--color-dark);
}

body {
	padding-top: 90px;
}

a {
	color: inherit;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
	margin-left: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 400;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 36px;
}

h6 {
	font-size: 24px;
}

p {
	font-size: 18px;
	margin: 0 0 30px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-left: -6px;
}

.desktop {
	background: #ff006e !important;
}

.mainsS {
	position: relative;
	height: 40vh;
	width: 100%;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 5px;
	outline: 1px solid #ff006e;
	box-shadow: 0px 0px 20px #ff167a82;
}

.mainsS video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: 100;
}

.sdBS p {
	color: #fff;
}

.main_nb {
	padding: 20px;
	background: rgba(0, 0, 0, 0.15);
}

.image.main_nb img {
	width: 100%;
	margin: 0 !important;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 81%);
	border-radius: 5px;

}

.mobile {
	display: none;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-light);
	border: 1px solid var(--color-light);
	background: transparent;
	border-radius: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	border-radius: 3px;
}

.btn:focus,
.btn:hover {
	background: var(--color-primary);
	color: var(--color-light);
}

.btn.btn-light {
	color: var(--color-light);
	border-color: var(--color-light);
}

.btn.btn-light:focus,
.btn.btn-light:hover {
	background: var(--color-primary);
	color: var(--color-light);
}

.btn.btn-color {
	background: var(--color-primary);
	color: var(--color-light);
	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;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.15);
	background: var(--color-light);
}

header .pre {
	padding: 5px 30px;
	border-bottom: 1px solid var(--color-primary);
}

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-primary);
}

header .pre a:hover {
	color: var(--color-primary);
}

header .navbar {
	padding: 5px 30px;
}

header .navbar .navbar-brand {
	padding: 0;
}

header .navbar .navbar-brand img {
	width: auto;
	height: 60px;
}

header .navbar .navbar-brand img:first-child {
	display: none;
}

header .navbar .navbar-nav .nav-link {
	color: var(--color-dark);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 15px;
	margin: 0 3px;
	position: relative;
	border-radius: 3px;
}

header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover {
	background: var(--color-dark);
	color: var(--color-light);
}

header.fixed {
	position: fixed;
	background: var(--color-dark);
	top: -200px
}

header.fixed.animate {
	top: 0px;
	transition: all 1s ease-out;
}

header.fixed .pre {
	border-bottom-color: var(--color-light);
}

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 {
	color: var(--color-light);
}

header.fixed .navbar .navbar-nav .active .nav-link,
header.fixed .navbar .navbar-nav .nav-link:hover {
	background: var(--color-light);
	color: var(--color-dark);
}

.banner .owl-carousel .owl-item .item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: var(--color-light);
	height: calc(100vh - 70px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .owl-carousel .owl-item .text {
	width: 50%;
	padding: 0 10%;
	text-align: right;
}

.banner .owl-carousel .owl-item h1 {
	color: var(--color-light);
}

.banner .owl-carousel .owl-item h1 span {
	display: block;
	font-size: 35px;
	letter-spacing: 1px;
	color: var(--color-light);
	text-shadow: 2px 3px #000
}

.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: 70vh;
	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;
}

.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%;
}

.booking h2,
.booking p {
	color: var(--color-light);
}

.booking a:not(.btn) {
	text-decoration: underline;
}

.booking a:not(.btn):hover {
	color: var(--color-primary);
}

.home-2 {
	padding: 100px 0 120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100%;
	background-size: cover;
}

.home-2 h2 {
	margin: 0 0 16px;
	color: var(--color-light);
}

.home-2 .testimonial {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.home-2 .testimonial .item {
	padding: 60px;
	background: rgba(0, 0, 0, 0.3);
}

.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;
}

section.tos h2 {
	margin-left: 250px;
}

.container.text-right p {
	color: #fff;
}

.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: #ccc;
	padding: 14px 0 0;
}

footer img {
	max-width: 115px;
}

footer .logo {
	margin: 0 0 30px;
}

footer .pay {
	display: table;
	margin-top: 30px;
	margin-left: auto;
}

footer p {
	color: var(--color-dark);
	margin: 0 0 5px;
	font-size: 16px;
}

footer p i {
	color: var(--color-dark);
	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: var(--color-primary);
}

footer .copy {
	background: #999;
	color: var(--color-dark);
	text-align: center;
	margin-top: 100px;
	padding: 20px;
	font-size: 12px;
}

.gallery {
	padding: 100px 0;
}

.gallery #lightgallery {
	display: flex;
	flex-wrap: wrap;
}

.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 {
	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-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: 7px;
	background: var(--color-light);
	vertical-align: middle;
}

.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-light);
}

.contact-details .table .active td:first-child:after {
	content: " (Today)";
	font-size: 11px;
}

.contact-details h3 {
	margin-bottom: 10px;
}

.contact-details form input,
.contact-details form textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: var(--color-dark);
	border: 1px solid var(--color-dark);
	border-bottom: 0;
	margin: 0;
}

.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-dark);
	margin-top: -3px;
	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: var(--color-dark);
}

.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: 0px 0px 8px;
	font-weight: 600;
}

.tos p strong {
	font-weight: 700;
}

#menu .item {
	width: 33%;
	padding: 0 10px 20px;
}

#menu .item .title {
	background: var(--color-primary);
	color: var(--light);
	padding: 10px;
	border: 1px solid var(--color-primary);
	margin-top: 30px;
}

#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: 700;
	font-style: italic;
	opacity: 0.8;
}

#menu .content {
	padding: 20px 15px 10px;
	border: 1px solid var(--color-primary);
	border-top: 0;
}

#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;
}

#menu .content .meal .dots {
	flex-grow: 1;
	border-bottom: 2px dashed #212121;
	height: 15px;
	margin: 0 10px;
}

#menu .content .meal .price {
	font-size: 14px;
	font-weight: 700;
	color: #212121;
}

#menu .content .detail {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	margin: -15px 0 15px;
	color: #000;
	text-align: justify;
	opacity: 9.0;
}

#menu .content .meal.sub {
	padding-left: 15px;
}

#menu .content .meal.sub .name {
	opacity: 0.7;
}

.dntow {
	padding: 20px;
	border: 1px solid var(--color-primary);
}

.mdntow .btn {
	margin: 30px auto 0 auto;
	text-align: center;
	width: 40%;
	display: block;
}

.dntow img {
	margin: 0;
}

#menu .content .meal.sub .name:before {
	content: "• ";
	color: var(--primary);
}

@media (max-width:992px) {
	.texts {
		text-align: center;
	}

	.image img {
		margin-left: 2px;
		margin-bottom: 13px;
	}

	.texts {
		margin-bottom: -50px;
	}

	.phone img {
		padding: 10px !important;
	}

	.btnx img {
		margin-top: -83px !important;
	}

	.phone img {
		margin-left: -8px;
	}

	.texts {
		padding: none !important;
	}

	#menu .item {
		width: 100%;
		padding: 0 0 10px;
	}

	section.menu {
		color: #000;
	}


	@media (max-width:992px) {
		.mobile .btn {
			font-size: 13px;
			padding: 10px 2px;
		}

		.mobile {
			display: inline-block !important;
			background: #ff006e;
		}

		.desktop {
			display: none;
		}

		.banner .owl-carousel .owl-item .text {
			width: 100%;
			padding: 0 5%;
		}

		.navbar-toggler {
			color: var(--color-dark);
			border: 0;
			box-shadow: 0 0 0 2px var(--color-dark) inset, 0 0 0 2px var(--color-dark) inset;
			padding: 5px 12px;
			transition: all 0.3s ease-out;
		}

		.navbar-toggler:hover {
			color: var(--color-light);
			border: 0;
			box-shadow: 0 20px 0 2px var(--color-dark) inset, 0 -20px 0 2px var(--color-dark) inset;
		}

		header.fixed .navbar-toggler {
			color: var(--color-light);
			border: 0;
			box-shadow: 0 0 0 2px var(--color-light) inset, 0 0 0 2px var(--color-light) inset;
		}

		header.fixed .navbar-toggler:hover {
			color: var(--color-dark);
			border: 0;
			box-shadow: 0 20px 0 2px var(--color-light) inset, 0 -20px 0 2px var(--color-light) 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: 70vh;
		}

		.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;
			margin-right: auto;
			display: table;
		}

		.dishes .p-4 {
			padding: 60px 0 !important;
		}

		.pre-footer i {
			margin-top: 20px;
		}

		footer {
			padding-top: 50px;
		}

		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;
		}

		.booking .text,
		.home-2 .testimonial {
			width: 100%;
			text-align: center;
		}

		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) {
		.sdBS {
			text-align: center;
			margin-top: 29px;
		}

		.banner .owl-carousel .owl-item img {
			width: 90%;
			height: auto;
		}
	}

	@media (max-width:440px) {


		#menu .item .title p {
			font-size: 20px;
			font-weight: 700;
			margin: 0;
			text-transform: capitalize;
		}

	}

	section.tos h2 {
		margin-left: 0px;
		font-weight: 900;
		font-size: 25px;
		text-align: center;
		line-height: 30px;
	}

	.mdntow .btn {
		margin-bottom: 30px;
	}

	header .navbar {
		padding: 5px;
	}
}

section.section.home3 {
	padding: 20px 0;
}

.phone img {
	width: 100%;
	padding: 40px;
	filter: drop-shadow(0px 4px 6px black);
}

section.section.home3 {
	background: #fde9ce;
}

.texts {
	padding: 50px 0;
}

.btnx img {
	padding: 0;
	width: 42%;
	margin-top: -45px;
	margin-left: 0;
	filter: none;
}

@media (max-width:900px) {
	header .navbar .navbar-brand img {
		height: 50px;
	}
}

@media (max-width:992px) {
	.btnx {
		margin-top: 40px;
	}

	.btnx img {
		padding: 0;
		width: 52%;
		margin-top: -45px;
		margin-left: -15px;
		filter: none;
	}
}

i.fas.fa-phone {
	transform: rotate(100deg);
}

#rest {

	pointer-events: none;
	position: relative;
	overflow: hidden;
	padding: 2px;
	width: 150px;
	min-height: 68px;
	height: auto;
	background-color: rgba(255, 255, 255, .9);
	font: 400 11px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 15px;
	z-index: 8888;
	left: 16px;
	padding: 5px;
}
#rest .rest_rectl, #rest .rest_rectl:visited, #rest .rest_rectl:link, #rest .rect_top_title {
	text-decoration: none;
	display: block;
	color: #000 !important;
	float: right;
	text-align: right;
	margin-right: 0;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
	line-height: inherit;
	font-size: inherit;
	padding: 0;
}
#rest .rect_cont {
	border: 2px solid #b71c1c;
	width: 100%;
	overflow: hidden;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rest .rect_cont > div {
	border: 2px solid rgba(255, 255, 255, .9);
	background-color: #b71c1c;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 4px 4px 4px 8px;
	font-size: 11px;
}
#rest .rect_star {
	display: block;
	margin-right: 8px;
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	/* background: url(/img/star_white.svg) no-repeat; */
}
@media (max-width:900px) {
	#rest {
		top: 30px;
		z-index: 8888;
		left: auto;
		right: 15px;
		width: 150px;
	}

	#rest a.sq_top {
		font-size: 13px !important;
	}

	#rest a.sq_bot,
	#rest a {
		font-size: 13px !important;
	}

	#rest span {
		font-size: 10px;
	}
	#rest .rest_rectl, #rest .rest_rectl:visited, #rest .rest_rectl:link, #rest .rect_top_title {
		font-size: 10px;
	}
}