@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Crimson+Text:ital,wght@0,600;0,700;1,400&family=Dosis:wght@400;500;600;700;800&display=swap');
:root {
	--font1: 'Dosis', sans-serif;
	--font0:"Alex Brush", cursive;
	--base:#333;
}
::selection { background:var(--primary); color:var(--light); }
html,
body { min-height:100vh; font:400 15px/1.4 var(--font1); color:var(--light); padding:0; }
a { color:inherit; transition:all 0.5s ease-out; }
a:hover { text-decoration:none; color:var(--primary); }
button:active,
button:focus,
a:active,
a:focus { outline:none; }
img { width:100%; }
strong { font-weight:700; }
h2 { font:400 30px/40px var(--font1); margin:0 0 20px; text-transform:uppercase; margin:0 0 30px; }

h2 span { display:block; font:400 60px/60px var(--font1); color:var(--primary); }
h2 strong { display:block; font:700 40px/40px var(--font1); color:var(--primary); }
p { font-size:15px; margin:0 0 15px; font-weight:500;color:var(--dark); }
section { padding:60px 0; }
.cm h2 {
	margin: 0;
	font-size: 25px;
	line-height: 25px;
}
.cm{
	text-align: center;
}
.btn { padding:10px 25px; background:var(--primary);
	border:0; font-size:15px; color:var(--light); border:2px solid var(--light);  font-weight:700; line-height:1; text-transform:uppercase; letter-spacing:5px; transition:all 0.3s ease-out; }
.home-2 .bg p{
	color:var(--dark);
}
.btn:hover { background:var(--base)
	; color:var(--light); }
.btn.btn-light { border-color:var(--light); color:var(--light); }

header { position:fixed; left:0; top:0; width:100%; z-index:1100; transition:all 0.5s;background:var(--primary); }
header .add { display:flex; align-items:center; justify-content:flex-end; transition:all 2s ease-out; height:20px; overflow:hidden; }
header .add .msg,
header .add a { display:inline-block; font:700 13px/20px var(--font1); color:var(--base); padding:0 10px; position:relative; }
header .add a:hover { color:var(--light); }
header .nav { display:flex; align-items:center; justify-content:space-between;border-top: 1px solid #05bdbf;
    padding-top: 2px;}
header .nav .logo { display:block; height:70px; width:auto; padding:0 2px 2px; }
header .nav .logo img { height:100%; width:auto; transition:all 0.5s; }
header .nav nav { display:flex; justify-content:space-around; align-items:stretch; margin:0; }
header .nav nav a { display:block; padding:0 25px; font:700 14px/50px var(--font1); text-align:center; color:var(--light); text-transform:uppercase; letter-spacing:3px; position:relative; }
header .nav nav a.cta { display:flex; align-items:center; color:var(--base); font-size:15px; line-height:1.2; letter-spacing:3px; position:relative; background:var(--light); }
header .nav nav a.cta small { text-align:center; display:block; }
header .nav nav a:not(.cta):after { content:""; display:block; width:50%; height:3px; left:50%; transform:translateX(-50%); bottom:10px; position:absolute; transition:all 0.3s; }
header .nav nav a.active:after { background:var(--primary); }
header .nav nav a:hover { color:var(--base); }
header .nav nav a.active{color:var(--base); }
header .nav nav a.cta:hover { background:var(--light); }
header .order.btn { display:none; }
header .nav #toggler { display:none; margin:0 ; width:30px; height:30px; line-height:30px; text-align:center; font-size:22px; background:var(--primary); color:var(--light); border-radius:2px; cursor:pointer; }
header.in,
header.in, header.on {
    background: #fff;
    max-width: 100%;
    padding: 0;
    box-shadow: 0 2px 26px rgba(34, 30, 31, 0.4);
}
header.on .nav,header.in .nav {
border:none;
}
header.in .nav nav a{
    color:var(--base);
}
img.logo {
    display: none!important;
}
header.on .logo {
    display: block!important;
}

header.on .logo1,header.in .logo1 {
    display: none!important;
}
header.in .logo{
	display: block!important;
}

header.in .nav nav a.cta,header.on .nav nav a.cta {
    color: var(--light);
    background: var(--base);
}
.rn {
    
}
.main_voucher {
    padding: 50px 0px 20px 0;
    background: #d6d6d6;
}
.rn h2 {
    font-size: 60px;
    color: #cc3d00;
    line-height: 0px;
    margin: 0;
    font-family: var(--font0);
    text-transform: capitalize;
    font-weight: bold;
}
.rn h2 span {
    font-size: 25px;
    font-weight: 700;
}
header.in .add,
header.on .add { display:none; }
header.on .nav nav a { color:var(--base); }
header.in .nav .logo img,
header.in .nav .logo img.on,
header.on .nav .logo img.on { display:block; }
header.in .nav nav a.cta:hover,
header.on .nav nav a.cta:hover { color:var(--primary); background:var(--dark); }
.cm p {
    color: var(--light);
    font-weight: 700;
}
@media (max-width:992px) {
.banner .item{
height:60vh!important;}
.wc_home1 h2 span, .wc_home1 h2 strong{
display:block!important;}
	.rn h2 {
    font-size: 61px;
    line-height: 30px;
    margin: 0;
}
.rn h2 span {
    font-size: 20px;
    font-weight: 700;
}
.section-title span {
    font: 700 25px/36px var(--font1)!important;
}
.section-title h2 {
    font: 700 25px/36px var(--font1)!important;
}
	header .add { justify-content:center; height:auto; flex-wrap:wrap; padding:5px 0; text-align: center; }
	header .add .msg,
	header .add div,
	header .add a { display:block; font-size:13px; line-height:12px; padding:0; }
	header .nav { padding:5px; box-shadow:none; }
	header .nav .logo { display:block; height:45px; width:auto; padding:0; }
	header .nav .logo img { height:100%; width:auto; }
	header .nav #toggler { display:block; }
	header .order.btn { display:block; padding:5px 5px; font-size:12px; letter-spacing:0; border-radius:2px; background:var(--base); border:0; color:var(--light); }
	header .order.btn small { display:block; font-size:11px; }
	header .nav nav { display:none; position:absolute; left:0; top:100%; background:var(--primary9); width:100%; }
	header .nav nav a.active { background:var(--light); color:var(--dark); }
	header .nav nav a.cta { display:none; }
}

.banner { position:relative; z-index:10; background:var(--light); padding:0; }
.banner .item { height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner .item .text { background:var(--dark); display:table; width:auto; margin:0 auto; text-align:center; z-index:20; padding:20px 20px 80px; border-radius:30px 30px 0 0; }
.banner .item .text h1 { font-size:36px; font-weight:300; color:var(--light); margin:0 0 15px; }
.banner .item .text small { font-size:15px; color:var(--light); display:block; margin:15px 0 0; }
.banner .owl-banner { position:relative; z-index:500; }
.banner svg.down { position:absolute; bottom:5px; left:calc(50% - 15px); z-index:510; width:30px; height:60px; cursor:pointer; animation:scroll-down 2s infinite; }
.banner svg.down polyline { fill:none; stroke:var(--dark); stroke-width:3; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:10; }
@keyframes scroll-down {
	0% { transform:translate(-50%, -20px); opacity:0; }
	50% { opacity:1; }
	100% { transform:translate(-50%, 0px); opacity:0; }
}
@-webkit-keyframes scroll-down {
	0% { -webkit-transform:translate(-50%, -20px); opacity:0; }
	50% { opacity:1; }
	100% { -webkit-transform:translate(-50%, 0px); opacity:0; }
}
@media (max-width:992px) {
	.banner .item .text h1 { text-align:center; font-size:50px; }
	.banner .item .text .btn { display:table; margin:0 auto; }
	.banner .item .text small { text-align:center; }
}
.voucher {
    text-align: center;
    top: -120px;
    position: absolute;
    width: 100%;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    padding: 20px 10px;
    position: relative;
    z-index: 11;
}
.home_content {
    padding: 100px 0;
}
.btn_s {
   
}
.home-0 { padding:100px 0px; }
.home-0 .container{
	position: relative;
}
.home-0 img { border-radius:5px; }

@media (max-width:992px) {
	.home-0 {  text-align: center; }
	.home-1 .text {
		padding: 50px 20px!important;
	}
	.home-2 .bg div {
		padding: 60px 20px!important;
	}	
}

.home-1 { margin:0; padding:0; background:url("img/home-1.jpg") no-repeat 0 0 / contain var(--light); background-size:cover; height:70vh;background-position: center; }
.home-1 .text {
    display: table;
    margin: 0 0 0 auto;
    width: 50%;
    padding: 50px;
    background: var(--primary);
}
.wc_home {
	position: relative;
}
.w_img1 {
	position: absolute;
    top: -80px;
    left: -10px;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
    border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
.w_img {
	position: relative;
	top: 60px;
	left:160px;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
    display: inline-block;
    border-radius: 10px;
	overflow: hidden;

}

.service-img.img-fuul img {
    clip-path: polygon(0 0%, 100% 0%, 65% 100%, 0% 100%);
}
.our-awesome-services.pb-100 {
    padding: 100px 0;
}
.service-menu-area ul li a {
    display: block;
    margin-bottom: 50px;
}
.service-bg-color {
    background: #fffbf6;
}
.service-title {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #021832;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 110px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.service-menu-area .text {
    font-size: 15px;
    line-height: 20px;
    padding-left: 110px;
    display: block;
    text-align: left;
    color: #151515;
}
.sc_u {
    margin-bottom: 10px;
}
.service-menu-area i.las {
    padding: 15px;
    background: var(--primary);
    font-size: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
	position: absolute;
	transition: 500ms;
}
.service-menu-area i.las:hover{
	background-color: var(--base);
}
.gal_img {
    position: relative;
}
.gal_img .main_gal_con {
    left: 85px;
    position: absolute;
    right: 85px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 1;
}
.gal_img:before{
	background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    z-index: 1;
}
.gal_img .main_gal_con .cm {
    padding: 30px 30px 30px;
    border: 2px solid #fff;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
    opacity: 0;
}
.voucher_con h2 {
    color: var(--base);
    margin-top: 30px;
}
.gal_img:hover:before{
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
}
.gal_img:hover .main_gal_con .cm {
    -webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);	
	opacity: 1;
}

.service-menu-area ul li {
    position: relative;
    left: -100px;
}
.service-menu-area ul li:nth-child(2) {
    left: -150px;
}
.service-menu-area ul li:nth-child(3) {
    left: -200px;
}
.service-menu-area ul li:nth-child(4) {
    left: -250px;
}
.w_img1 h2 {
    background: #333333;
    color: #fff;
    padding: 30px 0;
    border-radius: 0px 0px 5px 5px;
    font-size: 20px;
    font-weight: 400;
	margin: 0;
	text-align: center;
}
.wc_home1 h2 span, .wc_home1 h2 strong {
    font-size: 40px;
    line-height: 40px;
	margin: 0!important;
	display: inline;
}
.wc_home1 h2 {
    margin: 0!important;
}
.home-1 .text h2 strong,
.home-1 .text p { color:var(--light); }
.home-1 .text .btn { display:table; margin:0 0 0 auto; }
@media (max-width:992px) {
	.home-1 { padding:15px 0; background-size:cover; }
	.home-1 .text { margin:0 auto; width:100%; }
}

.home-2 {background: linear-gradient(256deg, rgba(28,101,102,1) 0%, rgba(17,157,159,1) 43%, rgba(6,195,198,1) 100%); margin:0; padding:80px 0; }
.home-2 h2 span , .home-2 h2 strong  { color:var(--primary); }
.home-2 .bg { width:100%; padding:0; }
.home-2 .bg:nth-child(2) { width:66%; }
.home-2 .bg div { display:block;background:var(--light); padding:60px; }
.home-2 .img { height:225px; margin-bottom:30px; overflow:hidden; }
.home-2 .img:last-child { margin-bottom:0px; }
.home-2 .img img { height:100%; width:auto; }
@media (max-width:992px) {
	.home-2 { margin:0; }
	.home-2 .bg { width:100%; padding:0; }
	.home-2 .bg:nth-child(2) { width:100%; }
	.home-2 .img { margin-bottom:0; }
}

.home-3 { padding:60px 50px 60px; position:relative; }
.home-3 h2 { text-align:center; }
.home-3 h2 strong { color:var(--light); }
section.home-3 h2 span, section.home-3 h2 strong {
	color:var(--primary);
}
.home-3 .test { width:100%; margin:50px 0 0; }
.home-3 .test .item { background:#f9f9f9; padding:20px 30px; border:1px solid #eee; }
.home-3 .test h5 { color:var(--dark); font-size:16px; font-weight:700; text-align:center; margin:0; }
.home-3 .test p { color:var(--dark); font:400 18px/25px var(--font1); text-align:center; font-style:italic; margin:0 0 10px; min-height:125px; }
.home-3 .test img { display:table; margin:15px auto; max-width:100px; }
.home-3 .test .owl-nav button { position:absolute; top:50%; transform:translateY(-40px); font-size:35px; width:50px; height:50px; background:var(--light); color:var(--primary); box-shadow:0 0 0 2px var(--primary); transition:all 0.5s; }
.home-3 .test .owl-nav button span { line-height:40px; }
.home-3 .test .owl-nav button:hover { color:var(--light); background:var(--primary); }
.home-3 .test .owl-nav button.owl-prev { left:-25px; }
.home-3 .test .owl-nav button.owl-next { right:-25px; }
.home-3 .test .owl-dots { display:table; margin:20px auto 0; }
.home-3 .test .owl-dots .owl-dot { width:10px; height:10px; border:1px solid var(--light); margin:0 3px; border-radius:50%; transition:all 0.5s; }
.home-3 .test .owl-dots .owl-dot.active { background:var(--primary); }
.home-3 .separator { position:absolute; left:0; bottom:0; z-index:20; width:100%; }
section.home-0 h2 span,  section.home-0 h2 strong,section.home-1 h2 span,.section-title h2 {
    color: var(--primary);
}
@media (max-width:992px) {
	.section-title {
		margin-top: 39px;
	}
	.home-3 .test p { font-size:15px; }
	.home-3 img { max-width:200px; display:table; margin:0 auto 30px; }
}
.cm table{
	width:100%;
}
footer {background: #333;}
footer .content { padding:30px 0; }
footer .content p { margin:0 0 10px; color:var(--light); font-weight:400; }
footer .content a { display:block; margin:0 0 10px; color:var(--light); font-weight:400; font-size:14px; }
footer .content a:hover { color:var(--primary); }
footer .content a:last-child { margin:0; }
footer .content .contact { margin-bottom:10px; }
footer .content .contact img { width:100%; max-width:300px; margin:0 0 15px; }
footer .content .link { display:flex; justify-content:space-around; }
footer .content .time p { margin:0 0 10px; font-size:20px; }
footer .content .time table tr td,.cm table tr td { padding:2px 10px; color:var(--light); }
footer .content .time table tr td:first-child,.cm table tr td:first-child { font-weight:700; text-align:left; }
footer .content .time table tr.active td,.cm table tr.active td { background:var(--light); color:var(--dark); }
footer .copy {background: #00050a85;
	padding:10px; font-size:12px; text-align:center; color:var(--light); }
	.wc_home1 h2 span,.wc_home1 h2 strong{
		color: var(--primary)!important;
		
	}
	.wc_home1 h2 strong span,.wc_home1 h2 strong,.section-title span {
		color: var(--base)!important;
		display: inline;
		font: 700 40px/40px var(--font1);
	}
@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:none; }
}

.booking {
    padding: 150px 0 0 0;
}
.booking.g {
    padding: 150px 0;
}
.booking.g .text {
    /* margin-bottom: 30px; */
    background: #021832e0;
    padding: 50px;
}
.booking .text h2 { text-align:left; }
.booking .text h2 strong
{ color:var(--primary); }
.booking .text p {color:var(--dark);}
.booking.g .text p {color:var(--light);}
.booking .text .btn { display:table; }
@media (max-width:992px) {
	.contact-details p,
	.contact-details h3 { margin-left:10px; margin-right:10px; text-align:center; }
	.contact-details .social { text-align:center; }
}

.menu a { pointer-events:none; cursor:default; }
.menu ul { list-style:none; padding:0; }
.menu .menu-active { width:33.333%; padding:0 10px 20px; }
.menu .menu-active > a { font-size:24px; font-weight:400; background:var(--primary); color:var(--light); display:block; padding:10px; margin:0; border:1px solid rgba(255,255,255,0.3); }
.menu .menu-active > ul { padding:20px 15px 10px; background:var(--dark); border:1px solid rgba(255,255,255,0.3); border-top:0; }
.menu .menu-active .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; color:var(--light); }
.menu .menu-active .meal h5 { font-size:12px; margin:0;}
.menu .menu-active .meal h5.sub-item { margin:0 0 0 10px; color:var(--light); }
.menu .menu-active .meal h5.sub-item:before { content:"• "; color:var(--primary); }
.menu .menu-active .meal h4 { font-size:14px; margin:0; color:var(--light); }
.menu .menu-active .meal .dots { flex-grow:1; border-bottom:1px dashed var(--primary); height:15px; margin:0 10px; }
.menu .menu-active .meal .price { font-size:14px; color:var(--light); }
.menu .menu-active .meal .price a { display:none; }
.menu .menu-active .productdescription,
.menu .menu-active .subproductdescription,
.menu .menu-active .sub-menu > .menucatdescription { font-size:11px; margin:-15px 0 15px; color:rgba(255,255,255,0.8); text-align:justify; }
.menu .menu-active .subproductdescription { margin-left:20px; }
.menu .btn { margin:30px auto; }
@media (max-width:992px) {
	.menu .menu-active { width:100%; padding:0 0 10px; }
	.w_img{
		display: none;
	}
	.w_img1 {
		position: relative;
		top: 30px; 
		 left: 0px; 
	}
	.gal_img .main_gal_con {
		left: 30px;
		right: 30px;
	}
	.home-0 {
		padding: 100px 0 0 0px;
	}
	.service-img.img-fuul img {
		clip-path: unset;
	}
	.our-awesome-services .service-bg-color {
		flex-direction: column-reverse;
	}
	.service-menu-area ul {
		padding: 30px 0;
	}
	.service-menu-area ul li,.service-menu-area ul li:nth-child(2),.service-menu-area ul li:nth-child(3),.service-menu-area ul li:nth-child(4) {
		position: relative;
		left: 0px;
	}
}

.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 10px #fff 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) {
	.gallery #gallery a { width:calc(50% - 20px); }
}

.contact { position:relative; }
.contact-details { padding:150px 0 60px; }
.contact-details iframe { width:100%; border:0; height:250px; position:relative; z-index:10; margin-bottom:20px; }
.contact-details > p { text-align:center; }
.contact-details form input,
.contact-details form textarea { width:100%; height:70px; line-height:70px; padding:0 20px; color:var(--light); border:1px solid #1b6b6c; border-bottom:0; margin:0; background:transparent; }
.contact-details form textarea { height:180px; min-height:150px; resize:vertical; }
.contact-details form input:focus,
.contact-details form textarea:focus { box-shadow:none; outline:none; background:#333; }
.contact-details form button { width:100%; height:70px; line-height:70px; padding:0 15px; border:1px solid var(--light); color:var(--light); margin-top:-4px; border-radius:0; }
.contact-details .social a { font-size:30px; color:var(--primary); margin-right:5px; }
.contact-details a:hover { color:var(--light); }
.contact-details .msg { margin-top:20px; }
.contact-details .msg.success { color:green; }
.contact-details .msg.error { color:red; }
.contact-details h3 { margin-bottom:6px; color: var(--primary);}
.vale-img {
    display: inline-flex;
}
.vale-img img {
    height: auto;
    width: 500px;
    box-shadow: 0 0 10px #00000075;
}
section.vale h2 {
    color: darkturquoise;
    font-size: 50px;
}
@media (max-width:992px) {
.vale-img{
display:block;
}
.vale-img img {
    height: auto;
    width: 100%;
    box-shadow: 0 0 10px #00000075;
    margin-top: 10px;
}
section.vale h2 {
    color: darkturquoise;
    font-size: 38px;
}
	#menu .item { width: 100% !important;; padding:0 10px 20px; }
	.service-img.img-fuul {
		margin-bottom: 50px;
	}
	.our-awesome-services.pb-100{
		padding:0px;
	}
	.voucher{
		left:50%;
		transform: translateX(-50%);
		padding-top: 20px;
		top: -100px;
    	position: relative;
	}
	.home_content {
		padding: 40px 0;
		margin-top: -120px;
	}
	h2 strong {
		font: 700 40px/40px var(--font1);
	}
	h2 span {
		font: 400 40px/40px var(--font1);
	}
	.btn_s {
		padding: 20px 0;
	}
	.contact-details > p { padding:0 10px; }
	.wc_home1 {
		margin-top: 30px;
	}
}

.tos { padding:120px 0 60px; }
.tos p { font-size:14px; line-height:15px; margin:0 0 10px; text-align:justify; letter-spacing:0; }
.tos p strong { font-weight:700; }
#menu .item { width:33%; padding:0 10px 20px; }
#menu .item .title { background:var(--primary); color:var(--light); padding:10px; border:1px solid var(--primary); }
#menu .item .title p { font-size:20px; font-weight:700; margin:0; text-transform:capitalize; color: black;}
#menu .item .title small { font-size:12px; display:block; margin:0; font-weight:700; font-style:italic; color: #ff6307; }
#menu .content { padding:20px 15px 10px; border:1px solid var(--primary); border-top:0; background-color: #464646;}
#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 var(--primary); height:15px; margin:0 10px; }
#menu .content .meal .price { font-size:14px; font-weight:700; color:white; }
#menu .content .detail { font-size:13px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:#ffc107; margin-top: 2px;}
#menu .content .meal.sub { padding-left:15px; }
