@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Merienda:wght@400;700&display=swap');
:root {
	--c1: #f8c129;
	--c2: #f8f9fa;
	--c3: #000;
	--c4: #0f1d22;
}
section.menu ul {
    list-style: none;
}
.CatAcc.menu-active a {
    text-align: left;
    display: block;
    background: #ddd;
    padding: 10px;
}
.banner_com{
	background: url(1.jpg) #1b1464;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 78vh;
    margin-top: 130px;

} 
.event-img img {
    border: 3px solid #31111e;
}
@media (max-width:900px){
h2.titles.wow.fadeInUp {
    font-size: 35px!important;
}
	.banner_com {
		background: url(1.jpg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		height: 42vh;
		margin-top: 170px;
	}
	
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}

.meal h5 {
    width: 50%;
    text-align: left;
    margin: 0;
}
.meal {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #351520;
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}
.menucatdescription {
    text-align: left;
}
.price {
    text-align: right;
}
section.menu h4 {
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    background: #ddd;
    /* margin-top: 10px; */
}
section.menu ul {
    list-style: none;
    margin: 15px 0;
	padding: 0;
}
.text-center.open_hour p {
    line-height: 25px;
}
.subproductdescription {
    margin-top: 10px;
}
.modal-title {
	color: #ffc03f;
	text-transform: uppercase;
	text-align: center;
	margin-top: 35px;
}
form#contact-form .btn,
.book_btn {
	background: #FFC107;
}
.header-content {
	padding: 100px 50px;
	width: 60%;
	margin-top: 150px;
}
.top_note {
	padding: 10px 0px;
	background: #f90202;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.bk_sec {
	position: relative;
}
.bk_sec .bk_icon {
	margin: 0 auto 4em;
	width: 120px;
	height: 120px;
	top: -20px;
	background: #fff;
	position: relative;
	padding: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 16px -1px #7d7d7d;
}
.content_bk {
	text-align: center;
}
.content_bk h3 {
	color: #f8c129;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.content_bk h3 {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	margin: 0 auto 10px;
	/* text-transform: uppercase; */
	font-family: 'Josefin Sans', sans-serif;
	line-height: 40px;
}
.content_bk h3 span {
	color: #f8c129;
	font-size: 30px;
}
.bk_icon img {
	border-radius: 50%;
	height: 100%;
}
.dot_ico {
	position: relative;
}
.dot_ico:before {
	content: "";
	width: 67px;
	height: 1px;
	background: #f9bf2d;
	position: absolute;
	bottom: 12px;
	right: 56%;
	margin-right: 0;
	transition-duration: 0.25s;
}
.dot_ico:after {
	content: "";
	width: 67px;
	height: 1px;
	background: #f9bf2d;
	position: absolute;
	bottom: 12px;
	left: 56%;
	margin-right: 0;
	transition-duration: 0.25s;
}
.dot_ico span {
	position: relative;
	width: 8%;
	font-size: 20px;
	display: inline-block;
	color: #f9bf2d;
}
.dot_ico span:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f9bf2d;
	position: absolute;
	top: 9px;
	left: 0;
}
.dot_ico span:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f9bf2d;
	position: absolute;
	top: 9px;
	right: 0;
}
.bk_left_con p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 15px;
	color: #959595;
}
.sec-circle {
	position: absolute;
	left: 0;
	top: -3px;
	width: 209px;
	height: 250px;
	z-index: 0;
	transform: rotate(180deg);
}
.bottomcircle {
	position: absolute;
	z-index: 0;
	width: 349px;
	height: 285px;
	right: -50px;
	bottom: -29px;
}
.bottomcircle circle {
	fill: #f8c129 !important;
	display: none;
}
.bk_sec {
	    overflow: hidden;
    background: #fff;
    padding: 238px 0 130px 0;
}
.c_section {
	background: #f2f2f2;
}
svg:not(:root) {
	overflow: hidden;
}
.bk_right_sec {
	position: relative;
}
.bk_right_sec:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #f8c129;
	content: "";
	z-index: 0;
}
.c_section .sec-circle {
	display: none;
}
.c_section .bottomcircle {
	display: block;
	z-index: 1;
}
.c_section .bottomcircle circle {
	display: block;
}
.c_section_l:after {
	left: 0;
}
.bk_right_sec img {
	position: relative;
	z-index: 1;
}
.sec-circle circle {
	fill: #f8c129 !important;
	display:none;
}
a.btn.destop-btn {
	padding: 10;
	padding: 10px 10px;
	margin-left: 20px;
	display: inline-block;
	font-size: 16px;
	background: #f8c129;
	font-weight: 900;
}
.main_inner_img {
	padding-bottom: 30px;
}
.inner-goal {
	padding: 0em 3em;
	text-align: center;
}
.col-lg-6.new_one {
    position: relative;
}
.bk_left_con {
    padding: 50px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    z-index: 1;
}
.md-on .btn {
	margin-bottom: 30px;
}
.two {
	display: none;
}
.bk_com {
	background: url(img/one1.png);
	background-position: top;
	background-size: cover;
	padding: 100px 0;
	height: 600px;
}
.md-on {
	margin-bottom: 30px;
}
.inner_b_com {
	position: relative;
}
.inner_b_com .big-img {
	position: absolute;
	width: 575px;
	height: 575px;
	background: #f8c129;
	padding: 10px;
	overflow: hidden;
	left: -200px;
	top: 55px;
	z-index: 99;
	border-radius: 50%;
	display: block;
}
.inner-tw h3 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
}
.inner_top {}
.inner-tw h2 {
	font-weight: 700;
	font-size: 45px;
	margin: 0 auto 10px;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
}
.inner-tw h2 span {
	color: #f7c129;
	font-size: 50px;
}
.bk_bk {
	position: relative;
	padding: 200px 0;
	background: #fff;
}
.inner_demo {
	padding: 5em 3em;
	border-radius: 20px;
	background-color: #f8c129;
	position: relative;
}
.inner_demo img {
	position: absolute;
	top: -50px;
	right: -260px;
	width: 550px;
}
.track_one {
	text-align: center;
}
.track_one svg {
	width: 100px;
	height: 100px;
	fill: #212529;
	border: 3px solid #fff;
	padding: 14px;
	border-radius: 50%;
	background: #fff;
	/* vertical-align: middle; */
	margin-top: 4px;
}
.location-icon {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}
.location-icon p {
	color: #fff;
}
.bk_bk .clip_one {
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	bottom: 0;
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
	width: 60%;
}
.inner-tw h4 {
	color: #ffffff;
	font-size: 18px;
	font-family: inherit;
	color: #fff;
	margin-bottom: 30px;
}
.inner_b_com .small-img {
	position: absolute;
	width: 360px;
	height: 360px;
	background: #f8c129;
	padding: 10px;
	overflow: hidden;
	right: 70px;
	top: 275px;
	z-index: 100;
	border-radius: 50%;
}
.top_note p {
	margin: 0;
	font-weight: 700;
}
.d-bs {
	margin-top: 30px!important;
}
.top_note .icon {
	font-size: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 20px;
	cursor: pointer;
}
section.home-about {
	padding: 100px 0px;
	background: #fff;
	position: relative;
	height: 590px;
	margin-bottom: 0px;
}
.img-main {
	position: absolute;
	top: -150px;
	transition: 3s;
}
.img-main .one,
.img-main .two {
	transition: 3s;
}
section.md-one {
	margin-bottom: 150px;
}
.img-main:hover .one {
	display: none;
}
.img-main:hover .two {
	display: block;
}
.modal {
	top: 3px;
}
.modal-header {
	background: red;
}
.modal-footer .btn {
	color: red;
}
.modal-header .close {
	display: none;
}
.modal-body p {
	color: #000;
}
.wel-one.wel-one2.text-left {
	width: 50%;
	margin: 0 auto;
}
.wel-one.wel-one2 .btn {
	display: inline-block;
}
.yes {
	padding: 100px 0;
	background: url(img/f.png);
	background-size: cover;
	background-position: 100%;
	background-attachment: fixed;
}
.test_mon {
	padding: 100px 0;
	background: #fff;
	position: relative;
}
#testimonial-slider_part_new {
	position: absolute;
	top: -236px;
}
.user_info {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-end; */
	text-align: center;
}
.user_info p {
	color: #f8c129;
	margin-top: 10px;
	font-size: 20px;
}
::placeholder {
	color: var(--c2);
}
::selection {
	color: var(--c1);
	background: var(--c2);
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: var(--c1);
}
::-webkit-scrollbar-thumb {
	background: var(--c3);
}
html,
body {
	min-height: 100vh;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: var(--c3);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	background-attachment: fixed;
}
a {
	color: inherit;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
}
p {
	font-size: 18px;
	font-weight: 400;
}
section {}
.btn {
	padding: 15px 20px;
	box-shadow: 0 0 0 1px var(--c1) inset;
	color: #fff;
	border-radius: 0;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	font-weight: 500;
	letter-spacing: 2px;
	transition: all 0.8s ease-in-out;
}
.btn:hover {
	ouline: none;
	color: var(--c2);
	background: var(--c1);
}
.btn .h {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid var(--c1);
	width: 100%;
	height: calc(100% + 20px);
	transition: all 0.7s ease-in;
}
.btn .v {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid var(--c1);
	width: calc(100% + 20px);
	height: 100%;
	transition: all 0.7s ease-in;
}
.btn:hover .h {
	width: calc(100% + 20px);
	height: 100%;
}
.btn:hover .v {
	width: 100%;
	height: calc(100% + 20px);
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
#btt {
	position: fixed;
	right: 10px;
	bottom: -70px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0 10px 0 10px;
	background: var(--c1);
	text-align: center;
	color: var(--c2);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0, .82, .49, 1.59);
	z-index: 2000;
}
#btt.show {
	bottom: 10px;
}
#btt:hover {
	background: var(--c3);
	color: var(--c2);
	border-radius: 10px 0 10px 0;
}
.inner-goal .btn {
	color: #f8c129;
}
.inner-goal .btn:hover {
	color: #fff;
}
header {
	position: absolute;
	top: 0;
	z-index: 500;
	width: 100%;
	display: flex;
	transition: all 0.5s;
}
header .nav_area {
    background: url(img/bg.png);
}
header .nav_area .container-fluid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}
header.fixed {
	position: fixed;
	bottom: auto;
	top: 0;
	background: var(--c2);
	box-shadow: 0px -2px 3px 1px rgba(0, 0, 0, 0.67);
}
header.fixed.active .nav_area .logo img{
	width:60%!important;
}
header.fixed.active .nav_area {
padding:5px;
}
@keyframes fixed {
	0% {
		top: -250px;
	}
	100% {
		top: 0px;
	}
}
.main_nav_area {
	width: 100%;
}
header.fixed .inner_content_s {
}
header.fixed .inner_content_s p {
	padding: 0px 0px;
}
ul.s_icon_s {
    color: #fff;
    list-style: none;
    display: flex;
    justify-content: flex-end;
	padding:0;
	margin:0;
}
ul.s_icon_s .lab {
    font-size: 18px;
	margin-right:20px;
}
.inner_header_top p:last-child {
    margin-left: 10px;
    border-left: 1px solid #ddd;
    padding-left: 10px!important;
}
.inner_top {
    padding: 5px 0;
}
header .logo {
	display: inline-block;
	width: 180px;
	position: relative;
	
}
.container.text-center.nes h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.container.text-center.nes h3 {
    font-size: 70px;
    color: #c52127;
}
.offer-box-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}
.offer-box-gallery img{
	border: 5px solid #f8c129;
}
header .logo img {
	width: 80%;
	position: relative;
	z-index: 510;
	transition: all 0.5s;
}
.inner_header_top p {
    display: inline-block;
}
header .logo .hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 520;
	opacity: 0;
}
header .logo:hover img {
}
header .logo:hover .hover {
	opacity: 1;
}
header nav {
	/*flex-grow: 1;*/
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li a {
	font-size: 15px;
	font-weight: 500;
	color: var(--light);
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
li{    list-style: none;}
header nav ul li a:before,
header nav ul li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 1px;
	background: var(--c1);
	transition: all 0.4s cubic-bezier(.48, .57, .33, .89);
}
header nav ul li a:after {
	bottom: 0;
	transition: all 0.4s cubic-bezier(.48, .57, .33, .89) 0.1s;
}
header nav ul li a.active,
header nav ul li a:hover {
	color: var(--c1);
}
header nav ul li a.active:before,
header nav ul li a.active:after,
header nav ul li a:hover:before,
header nav ul li a:hover:after {
	width: 100%;
}
header  .closer,
header  .toggler {
	display: none;
}
#voucher {
	position: fixed;
	left: 0;
	bottom: 50px;
	width: 150px;
	z-index: 2000;
	transition: all 0.5s;
	animation: switcher 3s infinite;
}
#voucher .hover {
	fill: var(--c2);
	transition: all 0.3s;
}
#voucher:hover .hover {
	fill: var(--c4);
}
#voucher.small {
	left: -130px;
}
.vCloser {
	position: fixed;
	left: 130px;
	bottom: 50px;
	width: 20px;
	height: 100px;
	padding: 20px 0;
	line-height: 20px;
	text-align: center;
	color: var(--c1);
	z-index: 2100;
	transition: all 0.5s;
	cursor: pointer;
}
.vCloser .la-angle-right {
	display: none;
}
.vCloser.small .la-angle-right {
	display: inline-block;
}
.vCloser.small .la-angle-left {
	display: none;
}
.vCloser.small {
	left: 0;
}
.all-text p,.text-all  p {
    border-right: 10px solid #f8c129;
    padding-right: 17px;
}
.logo-s h1 {
    color: #f8c129;
    margin-top: 30px;
}
.all-text h3,.text-all h2 {
    color: #911d24;
    font-size: 30px;
    line-height: 30px;
}
.img-box {
    box-shadow: 0px 0px 14px rgba(0,0,0,.5);
}
.ms {
    margin: 30px 0;
}
@keyframes switcher {
	0% {
		box-shadow: 0 0 0 0px rgba(103, 32, 31, 0.2);
	}
	100% {
		box-shadow: 0 0 0 35px rgba(103, 32, 31, 0);
	}
}
.wel-one h2 {
	font-family: 'Josefin Sans', sans-serif;
	color: #f8c129;
	line-height: 70px;
}
.wel-one h2 span {
	font-size: 70px;
}
.our-loc {
	display: flex;
}
div#testimonial-slider .item {
	color: #000;
}
.our-loc .icon {
	margin-top: 5px;
}
.loc {
	margin-top: 25px;
}
.our-loc svg {
	fill: #f8c129;
}
.inner_heade {
	text-align: right;
}
.inner_top p {
	color: #fff;
	margin: 0;
	padding: 10px 0;
}
.timez {
	margin-left: 10px;
}
#home-banner .owl-item.active img {
}
#home-banner {
	position: relative;
	height: 100vh;
}
#home-banner .item {
	height: 100vh;
	position: relative;
	z-index: 100;
}
#home-banner .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 5s all ease;
}
#home-banner .item .cover {
	padding: 30px 0 130px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
#home-banner .item .cover .header-content {
	position: relative;
	overflow: hidden;
}
#home-banner .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid var(--c1);
	-webkit-clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
}
#home-banner .item .cover .header-content h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: var(--c1);
	text-transform: capitalize;
}
#home-banner .item .cover .header-content h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	font-weight: 400;
	margin: 5px 0;
	color: var(--c1);
	text-transform: capitalize;
}
#home-banner .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	color: #f8f9fa;
}
#home-banner .owl-item.active h2 {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.5s;
}
#home-banner .owl-item.active h1 {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 1.0s;
}
#home-banner .owl-item.active h4 {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 1.5s;
}
#home-banner .owl-item.active .d-bs {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 1.5s;
}
#home-banner .owl-item.active .line {
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 1s;
}
#home-banner .owl-nav .owl-prev,
#home-banner .owl-nav .owl-next {
	position: absolute;
	right: 25px;
	top: 50%;
	opacity: 0;
	transition: all 0.4s ease-out;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 200;
	border-radius: 0;
	font-size: 60px;
	color: var(--c1);
	width: 40px;
	border-top: 2px solid var(--c1);
	border-right: 2px solid var(--c1);
	transform: rotate(45deg);
}
#home-banner .owl-nav .owl-prev {
	right: auto;
	left: 25px;
	transform: rotate(225deg);
}
#home-banner .owl-nav .owl-prev:focus,
#home-banner .owl-nav .owl-next:focus {
	outline: 0;
}
#home-banner .owl-nav .owl-prev:hover {
	background: transparent;
	left: 15px;
}
#home-banner .owl-nav .owl-next:hover {
	background: transparent;
	right: 15px;
}
#home-banner:hover .owl-prev {
	left: 20px;
	opacity: 1;
}
#home-banner:hover .owl-next {
	right: 20px;
	opacity: 1;
}
.title {
	display: flex;
	width: 70%;
	margin: 0 auto;
	align-items: center;
	padding: 0 0 40px;
	font-weight: 400;
}
.title h2 {
	font-size: 48px;
	letter-spacing: 5px;
	color: var(--c1);
	text-transform: uppercase;
}
.subtitle {
	font-size: 18px;
	letter-spacing: 2px;
	color: var(--c3);
	margin: 0 auto 60px;
	text-align: left;
	width: 50%;
	display: table;
	font-weight: 300;
}
.home-about .btn {
	display: table;
	margin: 0 auto 60px;
}
.quote {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0f1d22;
	overflow: hidden;
	margin: 0;
}
.quote img {
	width: 50%;
}
.quote #testimonial-slider {
	width: 50%;
	text-align: center;
	padding: 20px 12vw;
	transition: all 0.3s ease-out;
	background: rgba(201, 171, 129, 0.01);
}
.quote #testimonial-slider:hover {
	background: rgba(201, 171, 129, 0.05);
}
.quote #testimonial-slider q {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
}
.quote #testimonial-slider p {
	font-weight: 300;
	font-size: 16px;
	color: var(--c1);
	margin: 30px 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.quote #testimonial-slider .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: var(--c3);
	margin: 0 5px;
	opacity: 1;
}
.quote #testimonial-slider .owl-dot.active {
	background: var(--c1);
}
.offer {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 200px 0;
	min-height: 70vh;
}
.offer:after {
	content: "";
	background: rgba(15, 29, 34, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.offer .container {
	position: relative;
	z-index: 300;
}
.offer .text {
	width: 45%;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.offer .subtitle {
	margin-bottom: 50px;
}
.offer video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: 100;
}
footer {
	background: url(img/bg.png);
	padding: 100px 0 0;
}
section.menu .title,
section.contact .title,
section.gallery .title {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
}
section.menu .subtitle {
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
footer iframe {
	width: 100%;
}
footer .content {
	text-align: left;
}
.content ul .las {
    margin-right: 10px;
    color: #f8c129;
    font-size: 20px;
}
footer .content img {
	width: 200px;
	margin: 0 0 15px;
}
ul.add li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;

}
section.menu.new_menu {
    margin-top: 120px;
}
section.menu.new_menu {
    background: #fff;
}
.content {
    color: #fff;
}
.content ul {
    list-style: none;
	margin:0;
	padding:0;
}
footer .content p {
	font-weight: 300;
	color: #fff;
}
footer .content p a {
	font-weight: 500;
}
footer .content p a:hover {
	color: var(--c3);
}
footer .copy {
	font-weight: 500;
	font-size: 12px;
	margin: 90px 0 0;
	text-align: center;
	background: rgba(38, 35, 35, 0.49019607843137253);
	color: #fff;
	padding: 20px 0;
}
.gallery {
	padding: 200px 0 0;
}
.gallery .item {
	width: calc(25% - 30px);
	margin: 15px;
	padding: 3px;
	border: 1px solid var(--c1);
	overflow: hidden;
}
.gallery .item a {
	display: block;
	transition: all 1s;
	width: 100%;
	cursor: pointer;
}
.gallery .btns {
	text-align: center;
	margin-bottom: 30px;
}
.gallery .btns .btn {
	padding: 8px 15px 4px;
	line-height: 1;
}
.gallery .btns .btn.active {
	color: var(--c2);
	background: var(--c1);
}
.about {
    padding: 200px 0 100px 0;
background: url(texture.jpg);}
.about .subtitle {
	width: 100%;
}
.book {
	padding: 100px 0 0;
	margin: 0;
	overflow: hidden;
}
.book .d-lg-flex>div {
	width: 50%;
}
.book .content {
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 30px;
}
.book .subtitle {
	width: 100%;
}
.offfer {
	padding: 113px 0 0;
	margin: 0;
	overflow: hidden;
	background: #b48c17;
}
.offfer svg .c1 {
	fill: var(--c1);
}
.offfer svg .c2 {
	fill: var(--c2);
}
.offfer svg .c3 {
	fill: var(--c3);
}
.offfer svg .c4 {
	fill: var(--c4);
}
.offfer p {
	color:#fff;
}
.offer-content img {
    border-radius: 50%;
}
.offer-box {
    padding-top: 50px;
    background: url(img/try.png);
        background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.offer-box:before {
    position: absolute;
    background: url(img/over-top.png);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: -1; */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.offer-content {
    position: relative;
}
.offer-text p {
    position: absolute;
    top: 35%;
    left: 50%;
    line-height: 30px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.offfer p {
    color: #fff;
	
}
.offer-text-content.text-center img {
    width: 440px;
}
.offer-text-content.text-center h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}
.offer-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 80px;
    width: 30px;
    background: #f8c129;
    border-radius: 50%;
	border: 2px dashed #d2232a;
}
.offer-text p{
	font-size:30px;
}
.contact {
	padding: 200px 0 100px;
	margin: 0;
	overflow: hidden;
}
.contact .add {
	padding: 30px 15px;
	border: 1px solid var(--c1);
	height: calc(100% - 60px);
	margin-top: 60px;
	text-align: center;
}
.contact .add p:last-child {
	margin: 0;
}
.contact .add a {
	color: var(--c1);
}
.contact textarea,
.contact input {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border: 1px solid var(--c1);
	background: transparent;
	color: var(--c3);
	margin: 0 0 15px;
}
.contact textarea {
	min-height: 90px;
	resize: vertical;
}
.contact label {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.contact input:focus,
.contact textarea:focus {
	box-shadow: none;
	outline: none;
	background: var(--c2);
}
.contact .btn {
	display: table;
	margin-left: auto;
}
.contact .btn.success {
	border-color: green;
	color: green;
	opacity: 1;
	box-shadow: 0 0 0 1px green inset;
	cursor: default;
}
.contact .btn.error {
	border-color: red;
	color: red;
	opacity: 1;
	box-shadow: 0 0 0 1px red inset;
	cursor: default;
}
.our-menu img {
	width: 50%;
	display: table;
	margin: 0 auto;
}
.our-menu .panel-title {
	border: 1px solid var(--c1);
	border-bottom: 0;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0 0;
	color: var(--c1);
}
.our-menu .panel-body {
	border: 1px solid var(--c1);
	padding: 10px;
}
.our-menu .product_name {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
}
.our-menu .price_dv {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 5px;
	text-align: right;
}
.our-menu .price_dv span {
	font-size: 14px;
	font-weight: 700;
}
.our-menu .sub_product {
	padding-left: 15px;
}
.our-menu .product_dv:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 0 10px;
}
.our-menu .product_description {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 5px;
	text-align: left;
}
.menu {
	padding: 100px 0 100px;
	padding: 100px 0;
    /*background: url(img/f.png);*/
    background-size: cover;
    background-position: 100%;
    background-attachment: fixed;
}
.menu nav a {
    padding: 30px 20px;
    background: #ffffff;
    color: #1c1a1a;
    margin-left: 10px;
    display: block;
    text-align: center;
	border:none;
	margin-bottom: 10px!important;
	cursor: pointer;
}
.menu nav a.active {
    background: #f8c129!important;
	color:#fff!important;
	border:none;
	position: relative;
}
.menu nav a.active:after {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
    background: #f8c129;
}
.panel-body {
    background: #fff;
    padding: 20px;
	position: relative;
}
ul.sub-menu {
    padding: 0;
}
.panel-body:after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    top: 50%;
    left: 50%;
    border: 1px dotted #f8c129;
    transform: translate(-50%, -50%);
}
.menu  .product_description {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    opacity: 0.8;
}
.menu  .product_name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}
.menu .price_dv {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
}
.menu .product_dv {
    margin-bottom: 10px;
    border-bottom: 1px dotted #f8c129;
}
.menu .btn {
	display: table;
	margin: 30px auto 30px;
	color: #f8c129;
}
.menu .btn:hover{
	
	color: #fff;
}
.menu .panel a {
	pointer-events: none;
	cursor: default;
}
.menu .panel .product_dv {
	margin-bottom: 10px;
	border-bottom: 1px solid #f8c129;
}
.info_main {
    padding: 100px 0;
    background: #f2f2f2;
}
.info_main .btn {
    color: #f8c129;
}
.info_main .btn:hover {
    color: #fff;
}
.menu .panel .panel-title {
	margin: 20px 0 10px;
	letter-spacing: 0;
	padding: 5px 0;
}
.menu .panel .panel-title a {
	font-size: 26px;
	color: var(--c1)!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;
}
.mb-btn {
	display: none;
	padding: 10;
	padding: 10px 10px;
	margin-left: 20px;
	font-size: 16px;
	background: #f8c129;
}
.user_info img {
	width: 30%;
	max-width: 200px;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
}
.inner_content_s {
    background: #1c1a1a;
}
.menu  button.owl-prev, .menu  button.owl-next {
    position: absolute;
    top: -25%;
    transform: translate(-50%);
    font-size: 80px;
}
.menu  button.owl-next{
	right:0;
}
.inportant_text.text-center .btn:hover {
    color: #fff;
}
.menu button.owl-next {
    right: -50px;
    top: -22%;
}
.menu button{
	outline: none;
}
footer img {
    width: 200px;
}
.bk_left_con h4 {
    color: #32121f;
}
.menu button span {
    font-size: 100px;
    color: #f8c129;
}
.inportant_text.text-center a {
    color: #f8c129;
}
.inportant_text.text-center:hover a {
}
.inportant_text.text-center {
    padding: 10px;
}
.logo-s img {
    width: 250px;
    border-radius: 50%;
    box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.75);
}
.logo-s {
    margin-bottom: 50px;
}
@media (max-width:1200px) {
	.our-menu .menu-holder {
		height: 10000px;
	}
}
@media (max-width:992px) {
	header.fixed.active .nav_area .logo img {
    width: 200px!important;
}
	.gallery .item {
		width: 50%;
	}
	.book {
		padding: 200px 0 100px;
	}
	.book .content {
		display: block;
	}
	.book .d-lg-flex>div {
		width: 100%;
	}
	.book .d-lg-flex img {
		display: none;
	}
	.our-menu .menu-holder {
		height: auto;
	}
	header  .toggler {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 0 0 auto;
		line-height: 35px;
		text-align: center;
		color: var(--light);
		border-radius: 3px;
		cursor: pointer;
	}
	header  .closer {
		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		font-size: 30px;
		color: var(--c1);
		border-radius: 3px;
		cursor: pointer;
		z-index: 3500;
	}
	header nav ul {
		display: block;
		position: fixed;
		text-align: center;
		left: -300px;
		top: 0;
		width: 300px;
		padding: 5vh 0;
		height: 100vh;
		background: var(--c2);
		z-index: 3000;
		transition: all 1s ease-out;
	}
	header nav ul.show {
		left: 0px;
	}
	header nav ul li a {
		padding: 2vh 0;
		display: block;
	}
	.quote #testimonial-slider {
		margin: 0 auto;
	}
	.quote img {
		display: none;
	}
	footer iframe {
		margin: 0 auto 60px;
		display: table;
		width: auto;
	}
}
.mm {
    padding: 100px 0 100px;
    padding: 50px 30px;
    background: url(img/f.png);
    background-size: cover;
    background-position: 100%;
    background-attachment: fixed;
}
@media (max-width:600px) {
	header .logo {
		width: 160px;
	}
	.price{
		margin-left: 100px;
	}
	.book .subtitle{
		text-align: center;
	}
	a.btn.book_btn{
		margin-left: 40px;
	}
	.text-right {
		text-align: center !important;
	}
	div#lightgallery {
		margin: 0 15px 15px -15px;
	}
	.mm{
		padding: 0 !important;
	}
	section.menu {
		margin-top: -165px;
	}
	section.menu.new_menu{
		margin-top: 50px;
	}
.content_bk h3 span {
  
    font-size: 40px;
    line-height: 40px;
}
.bk_sec {
 
    padding: 0 0 30px 0;
 
}
span.to {
    display: block;
}
.bk_right_sec img {
    display: block;
}
	.offer-text-content.text-center img {
    width: 100%;
    margin-bottom: 40px;
}
	.offer-box {
		background-size:cover!important;}
	.container.text-center.nes h3 {
    font-size: 40px;
   
}
.offer-text {
   
    padding: 50px;
   
}
.offer-text p {
    font-size: 20px;
    line-height: 20px;
}
.offer-text-content.text-center h2 {
    font-size: 25px;
   
}
.offer-box {
    }
.container.text-center.nes h4 {
    font-size: 18px;
}
.box_offer_inner .row {
    flex-flow: column-reverse;
}
.offer-box-gallery img {
    border: 5px solid #f8c129;
    margin-bottom: 20px;
}
	.inner_top {
    display: none;
}
	#home-banner .item{
		height: 50vh;
		}
		#home-banner {
    height: 50vh;
margin-top :50px ; }
	ul.s_icon_s {
    display: none;
}
	header .nav_area {
    padding: 0;
}
	header.fixed .inner_content_s p {
    padding: 0px 0px;
    font-size: 14px;
    display: block;
}
	i.las.la-bars {
    font-size: 45px;
	line-height: 30px;
}
header .toggler {
    margin: 10px 0 0 auto;
   
}
header nav ul li a {
    color: #f8c136;
}
	.inner_header_top p:last-child {
    border-left: none;
}
ul.s_icon_s .lab {
    font-size: 18px;
    margin-right: 5px;
}
header.fixed .inner_content_s p,header .inner_content_s {
}
ul.s_icon_s {
    justify-content: center;
}
	footer img {
    width: 200px;
    margin-bottom: 40px;
}
	.menu nav a {
    
    margin-bottom: 10px!important;
    width: 228px;
    margin: 0 65px;
}
	.menu button.owl-next {
    right: -30px;
    top: -25%;
}
.menu button.owl-prev {
    top: -25%;
    transform: translate(-50%);
    left: 24px;
}
	.bk_left_con {
    position: relative;
    top: 0px;
    left: 0px;
    transform: unset;
    padding: 10px;
}
	.user_info img {
		max-width: 112px;
	}
	#testimonial-slider_part_new {
		top: -166px;
	}
	.inner-goal {
		padding: 10px;
	}
	.bottomcircle {
		width: 134px;
		height: 174px;
	}
	.inner_header_top,
	.inner_heade {
		text-align: center!important;
	}
	.inner_b_com .small-img {
		width: 200px;
		height: 200px;
		padding: 10px;
		right: 0px;
		top: 543px;
	}
	.inner_b_com .big-img {
		width: 250px;
		height: 250px;
		left: -0px;
		top: 420px;
	}
	.bk_bk {
		padding: 250px 0;
	}
	.header-content {
		width: 100%;
	}
	.inner_demo img {
		top: auto;
		right: 0px;
		width: 300px;
		bottom: -160px;
	}
	.pl-0 {
		padding-left: 15px!important;
	}
	.img-main {
		position: static;
		transition: 3s;
	}
	.wel-one.wel-one2.text-left {
		width: 100%;
	}
	section.home-about .row {
		flex-flow: column-reverse;
	}
	.yes {
		background-position: center;
	}
	.wel-one h2 {
		line-height: 50px;
	}
	.wel-one h2 span {
		font-size: 60px;
	}
	.mb-btn {
		display: none;
	}
	header .logo {
		display: inline-block;
		/* width: 100%; */
		height: auto;
		margin-right: 0!important;
		position: relative;
		text-align:center;
	}
	header.fixed.active .nav_area .logo img {
        width: 120px !important;
    }
	header .logo img {
    width: 120px!important;
}
	/* .destop-btn {
		display: none!important;
	} */
	.title h2 {
		font-size: 36px;
		margin-left: -20px;
	}
	a.btn.destop-btn {
        margin-left: 0px;
        font-size: 12px;
        padding: 2px 3px;
        line-height: 14px;
    }
	#home-banner .item .cover .header-content .line,
	.owl-theme .owl-nav,
	.title svg {
		display: none;
	}
	.subtitle {
		width: 90%;
	}
	#home-banner .item .cover .header-content {
		padding: 30px;
	}
	.gallery .item {
		width: 100%;
	}
	.gallery .item a {
		background-size: 150% auto;
	}
	.gallery .item a:hover {
		background-size: 150% auto;
	}
	#home-banner .item .cover .header-content h1 {
		font-size: 40px;
	}
	.quote #testimonial-slider {
		width: 100%;
	}
}
.dst{
	margin-top: 25px;
}
.dst p {
    font-size: 16px;
	margin-bottom: -7px;
}
a.btn.book_btn {
    color: white;
}
.content_m a.btn.d-bs {
    background: var(--c1);
}
img.welcome-banner {
    margin-bottom: -20px;
}
#menu .item { width:100%; padding:0 10px 20px; }
#menu .item .title { background:#cecfd1; color:var(--dark); padding:10px;  text-transform: uppercase !important; text-align: left;}
#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-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:uppercase; color: var(--dark); }
#menu .content .meal .price { font-size:14px; font-weight:700; color:var(--dark); }
#menu .content .detail { font-size:13px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:#ed1c24; margin-top: 2px;}
#menu .content .meal.sub { padding-left:15px; }
h2.titles.wow.fadeInUp {
    color: #f8c129;
    text-transform: uppercase;
    font-size: 50px;
}