@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700;800&display=swap');

:root {
	--font1:'Rubik', sans-serif;;
	--font2:'Rubik', sans-serif;;
    --secondary: #890e13;
    --base2:#ccba42;
}
::selection { background:var(--primary); color:var(--light); }
html,
body { min-height:100vh; font:400 14px/1.8 var(--font2); color:var(--dark); background:#f1f1f1; }
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%; }
a.logo img {width: 80px;}
strong { font-weight:700; }
h1,h2,h3,h4,h5 { font-family:var(--font1); font-weight:400; }
h2 { font-weight:400; font-size:30px; line-height:40px; letter-spacing:0.2em; margin:0 0 20px; text-transform:uppercase;color:var(--primary); }
h2 span { color:var(--base2); }
p { font-size:14px; margin:0 0 15px; font-weight:400; }
section { margin:0 0 100px; }
.we_com h3 {
    font-size: 20px;
}
.loc1 h5 {
    padding: 10px 15px;
    background-color: #9E9E9E;
    line-height: 2;
    border-radius: 50%;
    margin: 0 0 0 26px;
	color: #fff;
}
section.home4 h2 {
    text-transform: capitalize;
}
.loc1 h4, .loc1  p {
    margin: 0 0 0 20px;
}
@media (max-width:992px) {
	h2 { font-size:20px; line-height:1.2; letter-spacing:0; margin:0 0 10px; text-align:center; }
	p { text-align:center; line-height:1.2; }
	section { margin:0 0 30px; }
	.light_con_l {
    text-align: center;
}
.we_com.text-right {
    text-align: center !important;
    margin-top: 20px;
}
.loc1.m,.main_con {
    display: none;
}
.ssc_wel {
    flex-flow: column;
	margin-top: 0px!important; 
}
.loc_s ,.main_con{
    margin-right: 0px!important;
}
.loc_s {
    margin-top: 10px!important;
}
.row.d {
    flex-flow: column!important;
}
section.home2.d .text {
  left: 0px!important; 
}
.left_con_cl{
	border:none!important;
}
}

.btn {
	
	display: inline-block;
    border-style: solid;
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
	 border-color: var(--primary);
	 z-index: 1;
}

.btn:after{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	
}
.btn:hover:after{
	background-color: var(--primary);
	height:100%;
}
section.home1 h2 ,section.home2 h2{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
}
.left_con_cl h2 span:nth-child(1) {
    color: var(--primary);
}
section.home2 h2 span{
    color:var(--base2)
}


section.home1 .btn {
  display:inline-block;
}
.home2 .text {
    padding-left: 18%;
}
.btn:hover { background-position:0 100%; color:var(--light); }
.left_con_cl h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 55px;
    line-height: 55px;
    margin: 0;
    color: #333;
}
.left_con_cl p {
    color: var(--base2);
    font-size: 20px;
}
.left_con_cl h2 span:nth-child(2) {
    color: var(--base2);
}
header {position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-perspective: 2000px;
    perspective: 2000px; }
header .add { align-items:center; justify-content:flex-end; transition:all 0.5s ease-out; height:30px; overflow:hidden; border-bottom: 1px solid var(--primary);
    background: var(--light);
    display: none;
    }
    header .nav {
        min-height: 120px;
        webkit-transition: min-height 300ms ease;
    -o-transition: min-height 300ms ease;
    transition: min-height 300ms ease;
    }
    header.on .nav {
        min-height: 60px;
    }
    .welcome{
        position: relative;
        padding: 50px 0;
        margin: 0;
    }
    .welcome:before {
        content: '';
        background: url(img/P.svg) 50% repeat;
        background-size: 397px;
        opacity: 0.16;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .welcome:after {
        content: '';
        background: -webkit-gradient(linear, left top, right top, color-stop(9.94%, rgba(255, 255, 255, 0)), color-stop(74.84%, #FFFFFF));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 9.94%, #FFFFFF 74.84%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 9.94%, #FFFFFF 74.84%);
        width: 100%;
        top: 0;
         left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    .left_con_cl {
        border-right: 1px solid #afafaf;
    }
    section.welcome .container {
        z-index: 111;
        position: relative;
    }
header .add .msg,
header .add a { display:inline-block; color:var(--light); padding:0 10px; position:relative; font-size:15px; font-weight:400; }
header .add a i { transition:all 0.5s; }
header .add a:hover { color:var(--dark); }
header .nav .container{ display:flex; align-items:center; justify-content:space-between; padding:0 20px; }
header .nav .left { display:flex; align-items:center; justify-content:flex-start; width: 62%;
    padding: 10px; position: relative;}
    header .nav .left:before {
        content: '';
        right: -2000px;
        background:var(--light);
        border-radius: 4px 0px 0px 4px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
header .nav .left .logo { display:block; width:auto; padding:5px 20px 5px 0; }
header .nav .left .logo svg { height:80px; }
header .nav .left .logo svg .st0 { fill:var(--dark); transition:all 0.5s; }
header .nav .left .logo svg .st1 { fill:var(--primary); transition:all 0.5s; }
header .nav .left .logo:hover svg .st0,
header .nav .left .logo:hover svg .st1 { fill:var(--dark); }
header .nav .left nav { display:flex; justify-content:space-around; align-items:stretch;margin-left: auto; }
header .nav .left nav a { display:block; padding:5px 15px; margin:0 15px 0 0; font:13px; font-weight:700; height:34px; line-height:24px; color:var(--dark); text-transform:capitalize; letter-spacing:0.1em; transition:all 0.5s; }
header .nav .left nav a.active { color:var(--primary); cursor:default; }
header .nav .left nav a:not(.active):hover { background:var(--primary); color:var(--light); }
header .nav a.cta { display:flex; align-items:center; line-height:12px;width: 30%;justify-content: center;margin-left: auto; }
header .nav a.cta small { text-align:center; display:block; letter-spacing:0.2em; font-size:11px; font-weight:700; }
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.on { background:var(--light);top: 0px; }
header.on .add { height:0; opacity:0; padding:0; }
header.on .nav nav a { color:var(--dark); }
header.on .nav {
    background: var(--light);
}
.ssc_wel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main_con {
    align-items: center;
    display: flex;
	    margin-right: 80px;
}
.main_con .lab {
    font-size: 20px;
    margin-right: 10px;
}
.main_con h4 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0;
}
.loc_s {
    display: flex;
    align-items: center;
	margin-right: 80px;
}
.loc1 p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
}
.loc1 .las {
    font-size: 22px;
    margin-right: 20px;
}
.loc1{
    display: flex;
    align-items: center;
	position: relative;
}
.loc1.d {
    border-right: 1px solid #607D8B;
}
.loc1.m:after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/rating.svg);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ssc_wel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
section.home2.d {
    padding: 0 0 100px 0;
}
section.home2.d .text {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    left: -120px;
}
@media (max-width:992px) {
	a.logo img {
    width: 80px;
}
header .nav a.cta {
    width: 100%;
	margin-right:20px!important;
}

	header .add { justify-content:center; height:auto; flex-wrap:wrap; padding:5px 0; background:var(--primary); height:46px; }
	header .add .msg,
	header .add div,
	header .add a { display:block; font-size:11px; line-height:12px; padding:0;width: 100%;
    text-align: center; }
	header .nav { padding:5px; box-shadow:none; }
	header .nav #toggler { display:block; }
	header .order.btn { display:block; padding:5px 10px; font-size:14px; letter-spacing:0; border-radius:2px; background:var(--primary); border:0; color:var(--light); }
	header .order.btn small { display:block; font-size:11px; }
	header .nav .left nav { display:none; position:absolute; left:0; top:100%; background:var(--primary); width:100%; flex-wrap:wrap; padding:0px; background:var(--dark); text-align:center; }
	header .nav .left nav a { width:100%; background:var(--light); }
	header .nav nav a.active { background:var(--light); }
	header .nav a.cta { margin:0 auto; letter-spacing:0; padding:5px; }
	header .nav .left .logo svg { height:50px; }
}

.banner { position:relative; width:100%; height:100vh; background:var(--light); padding:0; overflow:hidden; }
.banner .owl-item { animation-duration:5s; }
.banner .item { height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; }
section.home2 {
    margin: 0;
    margin: 0;
    padding: 100px 0;
    position: relative;
}
.over_lay{
    position: absolute;
    background-color: #f0ece7 !important;
    bottom: 160px;
    top: 0;
    left: 0;
    right: 0;
}
.home1 { padding:80px 0; margin:0; }
.home1 .text { display:flex; justify-content:space-between; align-items:center; }
.home1 .text h2,
.home1 .text p { margin:0; }
@media (max-width:992px) {
.banner,.banner .item{
height:70vh;
}
	.home1 .text { display:block; }
	.home1 .text h2,
	.home1 .text p { margin:0 0 15px; }
}

.home2 .video { width:100%; height:100%; box-shadow:0 0.6875rem 0.75rem 0 rgba(0, 0, 0, 0.05); position:relative; background:url('img/home3.jpg') no-repeat 50% 50% / cover; display:flex; align-items:center; justify-content:center; font-size:150px; color:var(--primary); cursor:pointer; }
.home2 .video svg { width:120px; }
.home2 .video svg * { fill:var(--primary1); stroke:var(--primary); stroke-width:5; stroke-miterlimit:10; transition:all 0.5s; }
.home2 .video:hover svg * { fill:var(--primary); stroke:var(--light); }
.home2 .text {}
.home2 .img { background-repeat:no-repeat; background-position:50% 50%; background-size:cover; margin:0 0 30px; box-shadow:0 0.6875rem 0.75rem 0 rgba(0, 0, 0, 0.05); }
.home2 .img.one { height:100%; }
.home2 .img.two { height:calc(50% - 15px); }
@media (max-width:992px) {
	.home2 .text { padding:20px;text-align:center; }
	.home2 .img.one,
	.home2 .img.two { height:200px; margin:30px 0 0; }
}

.home3 .item img { background:var(--light); padding:20px; box-shadow:0 0.6875rem 0.75rem 0 rgba(0, 0, 0, 0.05); }
.home3 .owl-carousel { position:relative; margin:0 0 30px; }
.home3 .owl-carousel .owl-nav button.owl-prev,
.home3 .owl-carousel .owl-nav button.owl-next { position:absolute; top:50%; transform:translateY(-50%); font-size:60px; }
.home3 .owl-carousel .owl-nav button.owl-prev { left:-30px; }
.home3 .owl-carousel .owl-nav button.owl-next { right:-30px; }

.home4 .owl-carousel { padding-right:30px; }
.home4 .owl-carousel .item { background:var(--light); padding:20px; box-shadow:0 0.6875rem 0.75rem 0 rgba(0, 0, 0, 0.05); }
.home4 .owl-carousel .item p { margin:0 0 20px; text-align:center; min-height:100px; }
.home4 .owl-carousel .item h5 { margin:0; font-size:13px; text-align:center; }
.home4 .owl-carousel .owl-dots { position:absolute; right:0; top:50%; transform:translateY(-50%); }
.home4 .owl-carousel .owl-dots .owl-dot { display:block; width:10px; height:10px; background:var(--light); border:2px solid var(--dark); border-radius:50%; margin:0 0 10px; }
.home4 .owl-carousel .owl-dots .owl-dot.active { background:var(--primary); }
@media (max-width:992px) {
	.home4 .owl-carousel .item p { min-height:auto; }
}

#video { display:none; position:fixed; left:0; top:0; height:100vh; width:100%; z-index:2000; }
#video .video { height:100%; width:100%; background:var(--dark7); display:flex; align-items:center; justify-content:center; }
#video .video video { max-width:95%; width:1000px; }
#video .close { position:fixed; right:0; top:0; font-size:60px; color:var(--light); opacity:1; cursor:pointer; z-index:2100; }

footer {
	background:var(--secondary);
	background-image:-moz-linear-gradient(right, var(--secondary) 0%, var(--primary) 50%, var(--secondary) 100%);
	background-image:-webkit-linear-gradient(right, var(--secondary) 0%,var(--primary) 50%,var(--secondary) 100%);
	background-image:linear-gradient(to right, var(--secondary) 0%,var(--primary) 50%,var(--secondary) 100%);
}
footer .content { padding-top:30px; }
footer .content p { margin:0 0 0px; color:var(--light); font-weight:400; }
footer .content a { display:block; margin:10px 0 0px; color:var(--light); font-weight:400; font-size:14px; }
section.home4 {
    margin: 0;
    padding: 100px 0;
    background: url(img/wel_come.jpg);
    background-size: cover;
    background-position: center;
   position:relative;
   background-attachment: fixed;
}
.link a {
    margin: 0!important;
}
.thb-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: #ffffff;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
section.home4 .container {
    position: relative;
    z-index: 13;
}
section.home4 h2 {
    font-size: 52px;
    letter-spacing: 0;
}
footer .content a:last-child { margin:0; }
footer .content .contacts { margin-bottom:10px; }
footer .content .contacts svg { width:100%; max-width:100px; margin:0 0 15px; }
footer .content .contacts svg .st0,
footer .content .contacts svg .st1 { fill:var(--light); }
footer .content .link { display:flex; justify-content:space-around; }
footer .content .time p { margin:0 0 10px; font-size:20px; }
footer .content .time table { width:100%; }
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(--light2); }
footer .copy { background:var(--dark5); padding:10px; font-size:12px; text-align:center; color:var(--light); }
@media (max-width:992px) {
	footer { margin:0; }
	footer .content { padding:5px 0; }
	footer .content a,
	footer .content p { display:block; text-align:center; margin:0 0 5px; }
	footer .content .contacts { text-align:center; }
	footer .content .contacts img { max-width:200px; margin:0 auto 30px; display:table; }
	footer .content .time { display:none; }
	footer .copy { padding:5px; }
}

.booking { padding:200px 0 50px; margin:0; }
.booking .text { margin-bottom:10px; }
.booking .text .btn { display:table; }
@media (max-width:992px) {
    .booking .text .btn { display:table; margin: 0 60px 0 auto; }
	section.home2.d .row {
    flex-flow: column;
}
section.home2.g .row {
    flex-direction: column-reverse;
}
section.home2.g .pr-0 .row {
    flex-direction: unset;
}
section.home2.g .pr-0 {
    padding-right: 15px!important;
}
	.booking { padding:140px 0 0; }
}

.menu a { pointer-events:none; cursor:default; }
.menu ul { list-style:none; padding:0; }
.menu .menu-active { width:calc(33.333% - 30px); margin:0 15px 15px; border:1px dotted var(--dark); }
.menu .menu-active .sub-menu { padding:0 10px 10px; }
.menu .menu-active > a {
	font-size:18px;
	line-height:18px;
	font-weight:400;
	background:var(--secondary);
	background-image:-moz-linear-gradient(right, var(--secondary) 0%, var(--primary) 50%, var(--secondary) 100%);
	background-image:-webkit-linear-gradient(right, var(--secondary) 0%,var(--primary) 50%,var(--secondary) 100%);
	background-image:linear-gradient(to right, var(--secondary) 0%,var(--primary) 50%,var(--secondary) 100%);
	color:var(--light);
	display:block;
	padding:10px;
	margin:0 0 20px;
	text-transform:capitalize;
}
section.img_ss {
    margin: 0;
}
.menu .menu-active .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 10px; flex-grow:1; }
.menu .menu-active .meal h5 { font-size:14px; margin:0; font-weight:700; font-family:var(--font2); text-transform:capitalize; }
.menu .menu-active .meal h5.sub-item { margin:0 0 0 10px; color:var(--dark8); }
.menu .menu-active .meal h5.sub-item:before { content:"▪ "; color:var(--primary); }
.menu .menu-active .meal h4 { font-size:16px; margin:0; font-weight:700; font-family:var(--font2); text-transform:capitalize; }
.menu .menu-active .meal .dots { display:none; }
.menu .menu-active .meal .price { font-size:14px; font-weight:700; color:var(--primary); }
.menu .menu-active .productdescription,
.menu .menu-active .subproductdescription,
.menu .menu-active .sub-menu > .menucatdescription { font-size:12px; line-height:12px; font-style:italic; margin:-10px 0 10px; color:var(--dark8); text-align:justify; text-transform:capitalize; }
.menu .menu-active .subproductdescription { margin-left:20px; }
.menu .btn { display:table; margin:0 auto 30px; }
@media (max-width:992px) {
	.menu { padding:0; }
	.menu .menu-active { width:100%; margin:0 0 15px; padding:0 0 10px; }
}

.gallery #lightgallery a { display:block; padding:15px; position:relative; overflow:hidden; width:50%; box-shadow:0 0 0 8px #f5f5f5 inset, 0 0 0 15px #c5b3b3 inset; }
.gallery #lightgallery a img { width:100%; transition:all 3s ease-out; filter:grayscale(0) sepia(0); }
.gallery #lightgallery a:hover img { transform:scale(1.2); filter:grayscale(1) sepia(1); }
@media (max-width:992px) {
	.gallery #lightgallery a { width:50%; }
}

.contact iframe { width:100%; border:0; height:350px; position:relative; z-index:10; }
.contact h3 { margin:0 0 5px; }
.contact p { margin:0 0 22px; }
.contact form input,
.contact form textarea { width:100%; height:40px; line-height:40px; padding:0 10px; color:var(--dark); border:1px solid #ccc; border-bottom:0; margin:0; background:transparent; }
.contact form textarea { height:150px; min-height:150px; resize:none; }
.contact form input:focus,
.contact form textarea:focus { box-shadow:none; outline:none; background:var(--light2); }
.contact form button { width:100%; height:40px; line-height:40px; padding:0; margin-top:-10px; border:1px solid #ccc; }
.contact .social a { font-size:30px; color:var(--primary); margin-right:5px; }
.contact a:hover { color:var(--dark); }
.contact .msg { margin-top:20px; }
.contact .msg.success { color:green; }
.contact .msg.error { color:red; }
@media (max-width:992px) {
	.contact { padding:0; }
	.contact h3 { text-align:center; }
	.contact > p { padding:0 10px; }
	.contact .social { text-align:center; }
}

.tos { padding:180px 0 0; }
.tos h1 { margin:0 0 30px; }
.tos p { font-size:14px; line-height:15px; margin:0 0 15px; text-align:justify; letter-spacing:0; }
.tos p strong { font-weight:700; }
.tos img { margin:0 0 30px; border-radius:5px; }
@media (max-width:992px) {
	.tos { padding:140px 0 0; }
	.tos .btn { margin-bottom:30px; }
}

.lg-outer,
.lg-sub-html,
.lg-toolbar { background:#e6edf1; }
.lg-toolbar { border-bottom:var(--dark5); }
.lg-toolbar .lg-icon { color:var(--dark); }


.contacts img {
    width: 150px;
}
#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; }
#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(--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 var(--primary); height:15px; margin:0 10px; }
#menu .content .meal .price { font-size:14px; font-weight:700; color:var(--primary); }
#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; }
@media (max-width:768px){
    #menu .item { width:100%; padding:0 10px 20px; }
	section.home1 h2, section.home2 h2 {
	font-size: 40px;
    line-height: 44px;
	
}





