:root {
	--font1:'Kanit', sans-serif;
	--font2: 'Staatliches', cursive;
	--base:#36454F;
	--base2:#591d01;
}
::selection { background:var(--base); color:var(--light); }
html,
body { min-height:100vh; /*font:400 15px/1.4 var(--font1);*/ color:#000000;margin-top: 50px; }
body { background:url('img/pattern.png') }
a { color:inherit; transition:all 0.5s ease-out; }
a:hover { text-decoration:none; color:var(--base); }
button:active,
button:focus,
a:active,
a:focus { outline:none; }
img { width:100%;  }
strong { font-weight:700; }
h1, h2, h3 { font-family:var(--font2); }
h1 { font-size:50px; line-height:1; color:var(--dark); margin:0 0 15px; }
h1 span { display:block; font-size:30px; font-weight:700; color:var(--dark); margin:0; font-family:var(--font1); }
h2 { margin:0 0 20px; font-size:40px; line-height:1; color:var(--dark); margin:0 0 15px; }

p { font-size:14px; margin:0 0 15px; font-weight:400; }
.shape {
    position: absolute;
    width: 100%;
    background-size: cover;
    bottom: 0;
    z-index: 500;
    height: 83px;
}
@media (max-width:992px) {
	h1 { font-size:70px; }
}

.btn { padding:10px 15px; background:transparent; border:0; font-size:17px;  border-radius:0; font-weight:700; line-height:1.5; text-transform:uppercase; letter-spacing:5px; transition:all 0.3s ease-out; }
.btn:hover { background:var(--base); color:var(--light); }
.btn.base { background:var(--base); color:var(--dark); border-color:var(--base); }
.btn.base:hover { background:var(--light); color:var(--dark); }
@media (max-width:992px) {
	.btn { padding:8px 10px; font-size:12px; border: 1px solid var(--base);}
}
header { position:fixed; left:0; top:0; width:100%; z-index:1100; transition:all 0.5s;}
header .add {  display:none; align-items:center; justify-content:flex-end; transition:all 0.5s ease-out; height:20px; overflow:hidden;border-bottom: 1px solid #53b8f8; }
header .add .msg,
header .add a { display:inline-block; font-weight:400; font-size:12px; line-height:20px; color:var(--base2); padding:0 10px; }
header .add a:hover { color:var(--dark5); }
header .nav { display:flex; align-items:center; justify-content:space-between;border-radius:3px; transition:all 0.5s ease-out; }
header .nav .logo { display:block; height:70px; width:auto; padding:10px 20px;position: relative;
	z-index: 1000; }
header .nav .logo img:last-child { display:none; }
header.on .nav .logo img:last-child { display:block; }
header.on .nav .logo img:first-child { display:none; }
header .nav .logo:hover img:first-child { display:none; }
header .nav .logo:hover img:last-child { display:block; }
header .nav .logo img { height: 100%; width: auto; transition: all 0.5s;
     }
 nav {
	margin: 0;
    height: 100vh;
    width: 100%;
    position: fixed!important;
    top: 30px;
    right: 0;
    padding: 100px 0;
    transition: .5s;
    z-index: 100;
	top: -100vh;
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	background-color: #222224;
}
nav:after{
	background: url(img/t1.png) no-repeat;
    background-size: 40%;
    background-position: 50% -8vw;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(5.5);
}
.topCal a:hover {
    color: #000;
}
nav:before{
	background: url(img/g5.png) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(0.5);
}
nav.sidebar {
    right: 0px!important;
    transition: .5s;
    top: 0;
}

 nav a {display: block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    color: var(--base2);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    text-align: left; }
header .nav nav a.cta { display:flex; align-items:center; color:var(--light); border-left:1px solid var(--light2); font-size:12px; line-height:1.2; letter-spacing:3px; position:relative; }
header .nav nav a.cta small { text-align:center; display:block; }
header .nav nav a.cta:hover { background:var(--base); color:var(--dark); }
nav .my_menu a:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    position: absolute;
    transition: all 0.3s;
    left: -30px;
}
.my_menu {
	position: relative;
	right: -50px;
}
.my_menu:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    position: absolute;
    transition: all 0.3s;
    right: -55px;
    background: url(img/t2.png) no-repeat;
}
.taj {
    margin-left: 80px;
}
.taj a {
    padding: 10px 0;
}
.taj .btn {
    padding: 10px;
}
nav.sidebar a {
    color: var(--light);
    font-weight: 600;
}

 nav .my_menu a:after{background: url(img/i.png) no-repeat; }
 nav a:hover { color:var(--base); }
header .order.btn {
	margin-right: 30px;
	border: 2px solid var(--light);
	color: var(--light);
}
header .nav #toggler {
	display: none;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: none;
    border: 2px solid var(--light);
    color: var(--light);
    border-radius: 0;
    cursor: pointer;
    font-size: 30px;
    display: block;
	border-radius: 50%;
	position: relative;
	z-index: 200;
}
header.on .add { height:0; padding:0; }
header.on .nav { border-top:0; border-radius:0 0 3px 3px; }
.small, small {
    font-size: 100%;
   font-weight: bold;
}
footer .shape {
    top: -70px;
}
@media (max-width:992px) {
	.taj .btn {
		position: absolute;
		width: 88%;
		bottom: 150px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-decor {
		padding: 0;
	}
	header .add { justify-content:center; height:auto; flex-wrap:wrap; padding:5px 0; }
	header .add .msg,
	header .add div,
	header .add a { display:block; font-size:11px; line-height:12px; padding:0; }
	header .nav nav a:hover { color:var(--dark) !important; }
	header .nav { padding:5px; box-shadow:none; }
	header .nav .logo { display:block; height:40px; width:auto; padding:0; }
	header .nav .logo img { height:90%; width:auto; margin-top: 3px;}
	header .nav #toggler { display:block; }
	header .order.btn { display: block;
		padding: 5px 10px;
		font-size: 14px;
		letter-spacing: 0;
		border-radius: 2px;
		border: 0;
		color: var(--base2);
	border:2px solid var(--base2) }
	header .order.btn small { display:block; font-size:11px; }
	header .nav nav { display:none; position:absolute; left:0; top:100%; background:var(--dark9); width:100%; height:auto; border-bottom:2px solid var(--base); }
	header .nav nav a { padding:10px; }
	header .nav nav a.cta { display:none; }
	header .nav nav a:not(.cta):after { bottom:0; }
}

.banner { position:relative; z-index:10; margin-top: -40px;}
.banner .row { padding-top:150px; }
.banner .owl-banner { position:relative;  }
.banner .item { height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner h1 { margin:0; }
/*blue Water -- start */
.home-decor {
}

.voucher_docor h2 span{
color:var(--base2);
}
.voucher_docor strong{color:#000}
.voucher_docor strong {
	font-family: var(--font1);
	text-transform: uppercase;
}
.voucher_docor {
    text-align: center;
}
.voucher_docor .btn, section.home-1 .btn{
	color:var(--dark);
	font-family: var(--font1);
    border: 2px solid var(--base);
}
section.home-part-2 a.btn{
    border: 1px solid var(--base);
}
section.home-1 h2,.home-3 h2,.home-part-2 h2,.gallery-h h2{
	font-family: var(--font1);
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}
section.home-1 h2 span,.home-3 h2 span, .home-part-2 h2 span,.gallery-h h2 span{
	color:var(--light);
	font-family: var(--font2);
	display: block;
	text-transform: capitalize;
    font-size: 50px;
    line-height: 1.5;
}
section.home-1.g {
	padding: 150px 0 !important;
}
footer .content:before {
    background: url(img/g5.png) no-repeat;
	background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    filter: brightness(0.5);
	
}
.gallery-h h2 {
    color: var(--light);
}
a,a:hover,a:active{
text-decoration: none;
}
@media (max-width:992px) {
    a.anb.btn2.ml-auto{
       position: absolute;
       width: 88%;
       bottom: 150px;
       left: 50%;
       transform: translateX(-50%); 
       text-align: center;
    }
    .voucher_docor h2 span {
        text-shadow: 0 2px 1px black;
    }
	.banner .item {
		height: 70vh;
	}
	
}

.home-welcome {
}
.inner_ckk {
    background-size: 100%;
    background-position: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(115 104 146 / 23%);
	background: rgb(254 254 255 / 80%);
	position: relative;
	z-index: 50;
    padding: 50px 20px;
}
.t_w{
	padding: 150px 0;
}
.home-decor {
    position: relative;
	padding: 65px 0;
	/*background: url(img/b.jpg) no-repeat;*/
    background-size: cover;
    background-position: 100%;
}
.home-decor:after {
    background: url(img/t4.png) no-repeat;
    background-size: 40vh;
    background-position: 0% center;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    /* opacity: 0.3; */
    /* filter: brightness(5.5); */
}
.home-decor:before{
	background: url(img/t4.png) no-repeat;
	background-size: 40vh;
	transform: rotate(180deg);
    background-position: 0% 100%;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}


.home-welcome img { width:100%; }
@media (max-width:992px) {
    .gallery-h {
        text-align: center;
    }
	.home-welcome {
    padding: 50px 0;
}
	.home-welcome img { margin-bottom:30px; }
}

.home-0 { padding:100px 30px; background:url('img/home-0.jpg') no-repeat 50% 50% / cover var(--light); background-blend-mode:multiply; }
.home-0 img { width:100%; border:3px solid var(--base); }
@media (max-width:992px) {
	.voucher_docor .btn, section.home-1 .btn {
        display: block;
        max-width: 200px;
        margin: 0 auto 10px auto;
    }
	.voucher_docor,.inner_ckk {
		padding: 0;
	}
	.voucher_docor strong {
		font-size: 30px;
	}
	.home-0 { background:var(--base); padding:30px; margin-bottom:30px; }
	.home-0 .text { max-width:calc(100vw - 30px); justify-content:center; flex-wrap:wrap; }
	.home-0 .text h2 { margin:0 0 30px; }
}

.home-1 {    background: #212529; margin:0; padding: 0; position:relative; overflow:hidden;position: relative; z-index: 1;padding: 100px 0;}
.home-1 img { width:100%;
 }
 .home-1:before{
	background: url(img/taj_new.png) no-repeat;
    background-size: 40%;
    /* transform: rotate(180deg); */
    background-position: 0% 100%;
    width: 100%;
    height: 100%;
    /* background-attachment: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}
.home-1:after{
	background: url(img/taj_new2.png) no-repeat;
    background-size: 30%;
    /* transform: rotate(180deg); */
    background-position: 100% 100%;
    width: 100%;
    height: 100%;
    background-attachment: fixed; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	content: "";
	opacity: 0.2;
}
section.home-1 p {
    color: #fff;
}
.home-part-2:after{
	background: url(img/flora2.png) no-repeat;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	opacity: 0.5;
}
.home-part-2:before{
	background: url(img/home-3.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
	content: "";
    opacity: .5;
}
.imgjj-g {
    background:linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1881127450980392) 100%), url(img/t8.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
	padding: 150px 0;
	background-size: 144%;
    background-position: 40% 67%;
}
section.home-part-2 {
	padding: 150px 0;
	position: relative;
}
header.on ,header.in{
    background: #faa32d;
}
header.on .order,header.in .order {
    border: 1px solid #fff;
}
header.on #toggler, header.in #toggler {
    color: white;
    border-color: white;
}
.overlay{
	background: linear-gradient(-90deg, rgba(21,137,214,1) 0%, rgba(21,137,214,0.7) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;

}
.home-1 .text { display:table; margin:0 0 0 auto; width:50%; padding:50px; background:rgba(255,255,255,0.9); }
.home-1 .text .btn { display:table; margin:0 0 0 auto; }
@media (max-width:992px) {
	.home-1 {
		padding: 0 0px 50px 0;
		background-size: cover;
	}
	section.home-1.g .row {
		flex-flow: column-reverse;
	}
	
	.home-1 img { }
	.home-1 .text { margin:0 auto; width:100%; }
}
section.home-1.g {
	padding: 0 !important;
	background-position: 20% 100%;
}
.home-2 .item { display: block;
    background: var(--dark);
    position: relative;
    height: 40vh;
    background-size: cover!important;
    margin-left: 20px;
    border-radius: 10px; }
.home-2 .item img { position:relative; border:3px solid var(--base); border-right:0; z-index:10; }
.home-2 .item:after { content:"\f067";position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:var(--base); z-index:30; font-family:'Line Awesome Free'; font-weight:900; font-size:30px; transition:all 0.5s; }
.home-2 .item:hover:after { opacity:0; }
@media (max-width:992px) {
	.home-2 { margin:0; }
}

.home-3 { padding:100px 0; position:relative; background:url('img/india_lounge.jpg') no-repeat center / cover; }
.home-3 .item { }
.home-3 h5 { color:#000; font-size:16px; margin:0; }
.home-3 p { color:var(--base2); font-style:italic; margin:0; font-weight:700; }
.home-3 svg { margin:15px 0; max-width:100px; }
.home-3 svg polygon { fill:var(--base2); }
.home-3 .owl-dots { margin:20px 0 0; }
.home-3 .owl-dots .owl-dot { width:10px; height:10px; border:2px solid var(--base2); margin:0 3px; transition:all 0.5s; }
.home-3 .owl-dots .owl-dot.active { background:var(--base); }
.home-3 .separator { position:absolute; left:0; bottom:0; z-index:20; width:100%; }
@media (max-width:992px) {
	.home-3 { padding:60px 0; background: url(img/india_lounge.jpg);
		background-position: 40% 102%;
		background-size: cover; }
	.home-3 p { font-size:15px;color: var(--base2); }
}

footer { }
footer .content {
	background:linear-gradient(184deg, rgb(36 36 36 / 55%) 0%, rgb(33 37 41 / 75%) 100%),url(img/footer_bg.png),url(img/footer_bg.png),url(img/footer_bg.png),url(img/footer_bg.png);
    padding: 30px 0;
    background-size: cover;
    position: relative;z-index: 1;}
footer .content p { margin:0 0 10px; columns:var(--light); font-weight:400; color: white; }
footer .content a { display:block; margin:0 0 10px; color:var(--light); font-weight:400; font-size:14px; }
footer .content a:before { content:"• "; color:var(--base); }
footer .content a:hover { color:var(--base); }
footer .content a:last-child { margin:0; }
footer .content .contact { margin-bottom:10px; }
footer .content .contact img { width:100%; max-width:200px; margin:0 0 15px; }
footer .content .link { display:flex; justify-content:space-around; }
footer .content .time p { margin:0 38px 10px; font-size:20px; color:var(--light);}
footer .content .time table tr td { padding:2px 10px; color:var(--light); }
footer .content .time table tr td:first-child { font-weight:700; text-align:right; }
footer .content .time table tr.active td { background:var(--light); color:black; }
footer .copy { background:#35373c; padding:10px; font-size:12px; text-align:center; color:var(--light); }
.my_menu a.active {
    color: #17a2b8;
}
.banner_text h2 {
    color: white;
    text-shadow: 0 4px 5px black;
}
@media (max-width:992px) {
	footer { margin:0; }
	footer .content a,
	footer .content p { display:block; text-align:center; }
	footer .content .contact img { max-width:200px; margin:0 auto 30px; display:table; }
	footer .content .time { display:none; }
	footer .content .time { display:flex;justify-content: center; align-items: center;flex-flow: column; }
}

.page-title { padding:80px 0 50px;  margin-top: -30px;}

#menu .item { width:33%; padding:0 10px 20px; }
#menu .item .title { background:var(--base); color:var(--light); padding:10px; border:1px solid var(--base); }
#menu .item .title p { font-size:20px; font-weight:600; margin:0; text-transform:uppercase; }
#menu .item .title small { font-size:12px; display:block; margin:0; font-style:italic; opacity:0.9; }
#menu .content { padding:20px 15px 10px; border:1px solid var(--base); 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:400; text-transform:capitalize; }
#menu .content .meal .dots { flex-grow:1; border-bottom:2px dashed var(--base2); height:15px; margin:0 10px; }
#menu .content .meal .price { font-size:14px; font-weight:700; color:var(--dark); }
#menu .content .detail { font-size:12px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:var(--dark); text-align:justify; opacity:0.7; }
#menu .content .meal.sub { padding-left:15px; }
#menu .content .meal.sub .name { opacity:0.7; }
#menu .content .meal.sub .name:before { content:"• "; color:var(--base); }
@media (max-width:992px) {
	#menu .item { width:100%; padding:0 0 10px; }
}

.gallery { padding:0 0 60px; }
.gallery #gallery { display:flex; flex-wrap:wrap; }
.gallery #gallery a { display:block; background:var(--dark); margin:10px; position:relative; width:calc(33% - 20px); box-shadow:0 0 0 3px var(--base) inset; }
.gallery #gallery a img { width:100%; transition:all 0.4s; opacity:0.8; }
.gallery #gallery a:hover img { opacity:1; }
@media (max-width:992px) {
	.home-decor {
		padding: 0px 0;
	}
	.gallery #gallery a { width:calc(50% - 10px); margin:0 5px 10px; }
}

.contact { position:relative; }
.contact-details { padding:50px 0 60px; }
.contact-details iframe { width:100%; border:0; height:350px; position:relative; z-index:10; }
.contact-details > p { text-align:center; }
.contact-details form input,
.contact-details form textarea { width:100%; height:40px; line-height:40px; padding:0 10px; color:var(--dark); border:1px solid var(--dark); border-bottom:0; margin:0; background:transparent; }
.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; border:1px solid var(--dark); margin-top:-4px; border-radius:0; }
.contact-details .social a { font-size:30px; color:var(--base); margin-right:5px; }
.contact-details a:hover { color:var(--base); }
.contact-details .msg { margin-top:20px; }
.contact-details .msg.success { color:green; }
.contact-details .msg.error { color:red; }
@media (max-width:992px) {
    .owl-stage-outer{
        margin-left: 0px;
    }
    .row.d-md-flex.align-items-center {
        padding-top: 50px;
    }
    header .order.btn { display: block;
		padding: 5px 10px;
		font-size: 14px;
		letter-spacing: 0;
		border-radius: 2px;
		border: 0;
		color: white;
        margin-right: 10px;
	border:2px solid white }
   
	.home-decor:after {
		background-size: 20vh;
	}
	.home-decor {
		background-size: contain;
		background-position: 100% 0%;
	}
	section.home-1.g {
		padding: 0 0 50px 0 !important;
	}
	.home-1:before {
		background-size: contain;
	}
	.home-1:after {
		background-size: 30%;
		background-position: 100% 60%;
		opacity: 0.5;
	}
	section.home-part-2{
		padding: 50px 0;
	}
	section.home-part-2 .btn {
		margin-bottom: 30px;
	}
	.imgjj-g {
		padding: 60px 0;
		background-size: cover!important;
    	background-position: 10% 38%!important;
	}
	.gallery-h {
		margin-bottom: 50px;
	}
	.gallery-h h2 {
		font-size: 38px;
	}
	.contact-details p,
	.contact-details h3 { margin-left:10px; margin-right:10px; text-align:center; }
	.contact-details .social { justify-content:center; }
}

.tos { padding:150px 0 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; }
.food_img img {
    border: 1px solid black;
}
.row.d-md-flex.align-items-center h2 {
    color: aliceblue;
}
a.btn1 {
    color: #fff;
    border: 1px solid var(--light);
    font-family: var(--font1);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 5px;
}
.btn1.extra{
    position:absolute;
    bottom:10px;
    left:48%;
    transform:translateX(-50%);
    z-index: 150;
    }

a.anb.btn2.ml-auto{
    padding: 10px 15px;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
    display: inline-block;
}
nav a.anb.btn2.ml-auto:hover{
    color: #1ca2b8;
    border: 1px dashed #1ca2b8;
}
a.btn2{
    color: var(--light);
    background: var(--base2);
    border-color: var(--base2);
    font-family: var(--font1);
}
a.btn2{
    padding: 10px 15px;
    background: #591d01;
    border: 0;
    font-size: 14px;
    color: #fdfdfd;
    border: 2px solid #ffffff;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}
.headerext {
    background: #242424;
    position: relative;
    z-index: 1;
}
.gallery-h h4 {
    color: white;
    margin-bottom: 20px;
}
.text p {
    font-weight: 400;
}
.mtop{
	display: none!important;
}
.dtop{
    display: block!important;
}
.texts {
    text-align: center;
    background: #f0ffff7d;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 14px #0000003d;
}
.texts h5{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 2px black;
}
.texts p {
    font-weight: 500;
    font-size: larger;
}
table {
    line-height: 1.2;
}
a.hs-btn {
    line-height: 60px;
}
.takeaway {
    display: none;
}
.topCal {
    background: #faa32d;
    padding: 5px;
    font-weight: 700;
    color: #fff;
}
.banner_sec_con{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:100px;
    z-index: 555;
}
.btn_tab {
    display: flex;
    align-items: center;
}
.banner_sec_con h2 {
    font-size: 68px;
    text-transform: uppercase;
}
.banner_sec_con h2{
    font-family: 'Roboto Condensed', sans-serif;
}
.btn_tab .btn{
    color: #fff;
    background-color: var(--base);
    margin-right: 10px;
    padding: 15px 5px;
    letter-spacing: 4px;
    outline-offset: 3px;
    outline: 1px solid var(--light);
    margin-right: 16px;
}
@media (max-width:600px){
    .food_img img {
        display: none;
    }
    .banner_sec_con h2 {
        font-size: 45px;
    }
    .banner_text {
        text-align: center;
    }
    .btn_tab {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }
    .banner_sec_con{
        left: 50%;
        width: 100%;
        transform: translatex(-50%);
    }
	.topCal{
		text-align:center;
	}
    .ii img {
        margin-top: 20px;
    }
    .takeaway {
        display: block !important;
    }
    a.hs-btn {
        line-height: 22px !important;
    }
    .takeaway{
        width: 100% !important;
        border: 2px solid var(--light);
        text-align: center;
        margin-bottom: 5px;
        padding: 10px 20px;
        background: var(--base);
        font-size: 20px;
        font-weight: 600;
        color: var(--light);
        margin-top: 3px;
    }
    a.btnnn {
        display: none !important;
    }
    .orderss {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 800;
        width: 100%;
        text-align: center;
        width: 60% !important;
    }
    .btnn {
        display: flex !important;
        flex-flow: column !important;
        justify-content: center;
        margin-bottom: 5px;
    }
    .btnn a {
        width: 100% !important;
        border: 2px solid var(--light);
        margin-bottom: 5px;
        padding: 10px 20px;
        background: #faa32d;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin-left: 5px;
    }
	.dtop{
		display: none!important;
	}
	.mtop{
		display: block!important;
	}
    img.mtop{
        height: 70vh;
    }
}
.g-recaptcha{
	margin:20px 0;
	background:#fff;
}
footer {
    margin-top: -4px;
}
form#contact-form iframe {
    height: 90px;
}
.btnn {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.orderss {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 800;
    width: 100%;
    text-align: center;
    width: 40%;
}
.btnn a {
    width: 100%;
    border: 2px solid var(--light);
    margin-bottom: 5px;
    padding: 10px 35px;
    background: var(--base);
    font-size: 20px;
    font-weight: 600;
    color: var(--light);
    margin-left: 5px;
}
section.home-part-2 h2 span{
    color: var(--dark);
}
a.btn1:hover{
    background: var(--base);
    color: var(--light);
}
a.btn.text-center:hover {
    background: white;
    color: black;
}
.btn {border: 1px solid var(--base);}
.voucher_docor a.btn:hover{
    color: var(--light);
}