:root {
	--color-primary:#e71e24;
	--color-dark:#222;
	--color-light:#fff;
	--font:'Stalemate', cursive;
}
html,
body { min-height:100vh; background:#fff; font-family:'Montserrat Alternates', sans-serif; font-size:18px; line-height:1; color:var(--color-dark); }
body { padding-top:60px; }
a { color:inherit; transition:all 0.3s ease-out; }
a:hover { text-decoration:none; }
img { width:100%; }
h1,
h2,
h3,
h4,
h5,
h6 { margin:0 0 30px; line-height:1; letter-spacing:2px; font-weight:400; }
h1 { font-size:48px; }
h2 { font-size:40px; }
h3 { font-size:36px; }
h6 { font-size:24px; }
p { font-size:18px; margin:0 0 30px; letter-spacing:0px; }
.desktop{
background:var(--color-primary)!important;}
.desktop .btn {
    border: none;
    padding: 25px 20px;
}
.mobile{
display:none;}
.btn { display:inline-block; padding:10px 20px; font-size:18px; font-weight:600; color:var(--color-dark); border:1px solid var(--color-dark); background:transparent; border-radius:0; line-height:1; text-transform:uppercase; letter-spacing:2px; font-weight:600; border-radius:3px; }
.btn:focus,

.btn.btn-light { color:var(--color-light); }
.btn.btn-light:focus,
.btn.btn-light:hover,.btnn:hover { background:var(--color-primary); color:var(--color-light)!important; }
.btn.btn-color { background:var(--color-primary); color:var(--color-light); border-color:var(--color-light); }
.btn.btn-color:focus,
.btn.btn-color:hover { background:var(--color-dark); color:var(--color-light); }
section.about .btn {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
header { position:absolute; left:0; top:0; width:100%; z-index:900; box-shadow:0 0 6px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.15); background:var(--color-light); }
header .pre { padding:5px 30px; border-bottom:1px solid var(--color-primary); display:none;}
header .pre a { font-size:13px; margin:0; line-height:10px; color:var(--color-dark); }
header .pre .left a { padding-right:10px; }
header .pre a i { color:var(--color-primary); }
header .pre a:hover { color:var(--color-primary); }
header .navbar { padding:0px 0px 0px 0px;background: var(--color-dark); }
header .navbar .navbar-brand { padding:10px; }
header .navbar .navbar-brand img { width:auto; height:60px; }
header .navbar .navbar-brand img:first-child { display:none; }
header .navbar .navbar-nav .nav-link {
    color: var(--color-light);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 36px 15px;
    position: relative;
    border-right: 1px solid;
}
header .navbar .navbar-nav .nav-link:first-child{
	border-left: 1px solid;
}

header .navbar .navbar-nav .nav-link:hover{
	background:var(--color-primary);
}
header.fixed { position:fixed; background:var(--color-dark); top:-200px }
header.fixed.animate { top:0px; transition:all 1s ease-out; }
header.fixed .pre { border-bottom-color:var(--color-light); }
header.fixed .pre a { color:var(--color-light); }
header.fixed .navbar .navbar-brand img:first-child { display:block; }
header.fixed .navbar .navbar-brand img:last-child { display:none; }
header.fixed .navbar .navbar-nav .nav-link { color:var(--color-light); }
header.fixed .navbar .navbar-nav .active .nav-link,
header.fixed .navbar .navbar-nav .nav-link:hover { background:var(--color-primary); color:var(--color-light); }
li.nav-item.active .nav-link {
    background: #e71e24;
}
section.down_load {
    padding: 50px 0;
}
.main_sj h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize!important;
	font-weight: bold;
}
.main_sj h2 span {
    font-size: 136px;
    font-weight: 900;
    color: var(--color-primary);
	font-family: var(--font);
}
.main_sj {
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position:right;
}
.main_sj div {
    background: #fff;
    padding: 70px 50px 50px;
    position: relative;
    top: 50px;
   box-shadow: 0 1px 15px 1px rgba(62,57,107,.15);
    border-left: 10px solid var(--color-primary);
	display: table;
}
.main_sj .btn {
	border:1px solid var(--color-primary);
	color: var(--color-primary);
}
.banner .owl-carousel .owl-item .item { display:flex; align-items:center; justify-content:flex-end; background:var(--color-light); height:calc(100vh - 70px); background-position:50% 50%; background-size:cover; background-repeat:no-repeat; }
.banner .owl-carousel .owl-item .text { width:50%; padding:0 10%; text-align:right; }
.banner .owl-carousel .owl-item h1 { color:var(--color-light); }
.banner .owl-carousel .owl-item h1 span { display:block; font-size:22px; letter-spacing:1px; color:var(--color-light); }
.banner .owl-carousel .owl-item small { display:block; font-size:14px; letter-spacing:1px; color:var(--color-light); margin:20px 0 0; }

.about {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
    z-index: 20;
    background: url(img/e.jpg);
    background-size: cover;
}
section.about h1 {
    font-family: var(--font);
    font-weight: bold;
    color: var(--color-primary);
    font-size: 80px;
}

.about .text {
    position: relative;
    z-index: 50;
    text-align: center;
    width: 50%;
    background: #fff;
    padding: 50px;
	box-shadow: 0 1px 15px 1px rgba(62,57,107,.15);
    border-left: 10px solid var(--color-primary);
}
.about h2 { color:var(--color-dark); font-size: 18px;
    line-height: 1.3;letter-spacing: 0; }
.about a:not(.btn) { text-decoration:underline; }
.about a:not(.btn):hover { color:var(--color-primary); }

.booking { min-height:70vh; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; display:flex; align-items:center; justify-content:flex-end; padding:40px; position:relative; z-index:20; }
.booking .text { position:relative; text-align:right;width: 80%;
    background: rgb(0 0 0 / 48%);
padding: 20px 50px;}
.menu-active a {
    padding: 10px 5px;
    background: #ff9800;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}
h4.sub-main-pro {
    font-size: 20px;
    font-weight: 800;
}
.just_new {
    padding: 100px 0;
}
.inner_item p {
    line-height: 30px;
}
.g_item {
    margin-left: 30px;
}
.inner_item h2 {
    font-family: var(--font);
    color: var(--color-primary);
    font-weight: bold;
    text-transform: capitalize;
    font-size: 70px;
}
.ggbs {
    text-align: right;
    margin-top: 20px;
}
.meal h5 {
    width: 50%;
    margin: 0;
    font-size: 15px;
}
.meal {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    border-bottom: 1px dotted #ddd;
}
.price {
    width: 50%;
    text-align: right;
}
ul#respmenu {
    list-style: none;
}
ul.sub-menu {
    margin-bottom: 20px;
}
.booking h2,
.booking p { color:var(--color-light); }
.booking a:not(.btn) { text-decoration:underline; }
.booking a:not(.btn):hover { color:var(--color-primary); }

.home-2 { padding:100px 0 120px; background-repeat:no-repeat;background-attachment: fixed; background-position:100%; background-size:cover;background: #f4f5fa; }
.home-2 h2 { text-align:center; color:var(--color-light); }
.home-2 .testimonial {  text-align:center; margin:0 auto; padding:50px 20px;bottom: -130px;left: -110px;position:relative;box-shadow:0 1px 15px 1px rgba(62,57,107,.15);border-left: 10px solid var(--color-primary);
}
.home-2 .testimonial .item {  }
.home-2 .testimonial q { font-size:18px; color:var(--color-light); text-align:center; text-align:center; line-height:1.3;color:var(--color-dark); }
.home-2 .testimonial p { font-size:14px; color:var(--color-light); text-align:center; margin:20px 0 0; text-transform:uppercase; }
.msms h2 {
    color: var(--color-primary);
    font-family: var(--font);
    font-weight: bold;
    font-size: 70px;
}
.dishes .col-sm-6 { min-height:100vh; }
.dishes .img { background-repeat:no-repeat; background-position:50% 50%; background-size:cover; min-height:calc(100vh - 70px); }
.dishes p { margin:0 0 20px; }

.pre-footer { background:rgba(11, 12, 17, 0.9); padding:100px 0; }
.pre-footer i { font-size:50px; color:rgba(255,255,255,0.7); margin:0 0 15px; }
.pre-footer h6 { color:rgba(255,255,255,0.7); margin:0 0 15px; }
.pre-footer p { color:rgba(255,255,255,0.7); margin:0; }
.testimonial{background:#fff;}
footer { background:#222; padding:100px 0 0; }
footer img { max-width:300px; }
footer .logo { margin:0 0 30px; }
footer .pay { display:table; margin-top:30px; margin-left:auto; }
footer p { color:var(--color-light); margin:0 0 5px; font-size:16px; }
footer p i { color:var(--color-light); font-size:16px; }
footer p a { color:var(--color-light); margin:0 0 5px; font-size:14px;}
footer .link a { display:block; font-size:14px; color:var(--color-light); margin:0 0 25px; font-weight:600; }
footer a:hover,
footer a:hover i { color:var(--color-primary); }
footer .copy { background:#000; color:var(--color-light); text-align:center; margin-top:100px; padding:20px; font-size:12px; }

.gallery { padding:100px 0; }
.gallery #lightgallery { display:flex; flex-wrap:wrap; }
.gallery #lightgallery a { display:block; margin:10px; position:relative; width:calc(33.333% - 20px); flex-grow:1; height:300px; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; border-radius:3px; transform:translateX(0px) translateY(0px); border:2px solid var(--color-primary); }
.gallery #lightgallery a:nth-child(4n) { width:calc(66.666% - 20px); }
.gallery #lightgallery a:hover { border:2px solid var(--color-dark); box-shadow:0 0 0 3px var(--color-dark); }

.contact { position:relative; margin-top: 20px;}
.contact iframe { width:100%; border:0; height:500px; position:relative; z-index:10; }
.contact .text { width:50%; height:100%; position:absolute; right:0; top:0; z-index:20; background:rgba(0,0,0,0.85); padding:50px; display:flex; align-items:center; justify-content:center; }
.contact .text h2,
.contact .text p { color:var(--color-light); text-align:center; }
.contact .text p { line-height:1.5; margin:0 0 15px; }
.contact .text p a { color:var(--color-light); text-align:center; font-weight:600; }

.contact-details { padding:100px 0; }
.contact-details .table td { padding:7px; background:var(--color-light); vertical-align:middle; }
.contact-details .table td:first-child { text-align:left; }
.contact-details .table td:last-child { text-align:right; }
.contact-details .table .active td { background:var(--color-primary); color:var(--color-light); }
.contact-details .table .active td:first-child:after { content:" (Today)"; font-size:11px; }
.contact-details h3 { margin-bottom:10px; }
.contact-details form input,
.contact-details form textarea { width:100%; height:40px; line-height:40px; padding:0 10px; color:var(--color-dark); border:1px solid var(--color-dark); border-bottom:0; margin:0; }
.contact-details form textarea { height:150px; min-height:150px; resize:vertical; }
.contact-details form input:focus,
.contact-details form textarea:focus { box-shadow:none; outline:none; background:#ddd; }
.contact-details form button { width:100%; height:40px; line-height:40px; padding:0 15px; color:var(--color-dark); border:1px solid var(--color-dark); margin-top:-3px; border-radius:0 0 3px 3px; }
.contact-details .social a { font-size:30px; color:var(--color-primary); margin-right:5px; }
.contact-details a:hover { color:var(--color-dark); }
.contact-details .msg { margin-top:20px; }
.contact-details .msg.success { color:green; }
.contact-details .msg.error { color:red; }

.tos { padding:100px 0; }
.tos p { font-size:14px; line-height:15px; margin:0 0 10px; font-weight:600; text-align:justify; letter-spacing:0; }
.tos p strong { font-weight:700; }

.menu { padding:100px 0; }
.menu .panel a { pointer-events:none; cursor:default; }
.menu .panel .product_dv { margin-bottom:10px; border-bottom:1px solid #eee; }
.menu .panel .panel-title { margin:20px 0 10px; letter-spacing:0; background:#eee; padding:5px; }
.menu .panel .panel-title a { font-size:26px; color:var(--color-primary)!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; }
.menu .btn { display:table; margin:0 auto; }
ul.sub-menu {
    padding: 0;
}
@media (max-width:992px) {
    .gallery {
        padding: 50px 0;
    }
    .fb {
        margin-left: 20px;
    }
    .contact {
        position: relative;
        margin-top: 0px !important;
    }
    .contact-details {
        padding: 50px 0;
    }
    a.btnn{
        display: inline-block;
        padding: 11px 20px!important;
        font-size: 16px!important;
        font-weight: 600;
        color: var(--color-dark);
        border: 1px solid var(--color-dark);
        background: transparent;
        border-radius: 0;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        border-radius: 3px;
        margin-right: 5px;
    }
	.main_sj{
		height:320px;
		background-image: unset!important;
		
	}
  
	section.down_load {
	padding: 0px 0; 
	}
    .menu {
        padding: 20px 0;
    }
    .booking .text {
        padding: 16px 30px;
    }
    ul#respmenu {
        padding: 0;
    }
    .booking{
        padding: 0;
    }
    .inner_item h2 {
        font-size: 70px;
        margin-bottom: 20px;
    text-transform: unset;
    }
    .main_sj div {
        left:0px;
		padding: 70px 10px 50px;
    }
    .msms h2{
        font-size: 50px;
    }
    .home-2 .testimonial {
        text-align: center;
        margin: 0 auto;
        padding: 50px 20px;
        bottom: 0;
        left: 0px;
        position: relative;
        box-shadow: 0 1px 15px 1px rgba(62,57,107,.15);

    }
    .about .text {
        position: relative;
        z-index: 50;
        text-align: center;
        width: 80%;
        background: rgb(255 255 255 / 74%);
        padding: 50px 10px;
    }
     .just_new {
                padding: 50px 0;
            }
            .home-2 {
                padding: 50px 0px;
            }
    .g_item {
        margin: 40px 0px 30px 0;
    }
    .main_sj h2 {
       font-size: 20px;
		line-height: 20px;
    }
    .main_sj h2 span{
        font-size: 60px;
    }
	header .navbar {
    padding: 5px 5px!important;
}
.mobile .btn {
    font-size: 13px;
    padding: 5px 2px;
}
header .navbar .navbar-brand{
	margin:0;
}
.banner .owl-carousel .owl-item .item{
	height:calc(60vh - 70px );
}
section.about h1 {
    font-size: 60px;
    line-height: 40px;
    text-transform: none;
}
.mobile {
    display: inline-block!important;
    background: #ff9800;
}.desktop{
display:none;}
	.banner .owl-carousel .owl-item .text { width:100%; padding:0 5%; }
	.navbar-toggler { color:var(--color-light); border:0; box-shadow:0 0 0 2px var(--color-dark) inset, 0 0 0 2px var(--color-dark) inset; padding:5px 12px; transition:all 0.3s ease-out; }
	.navbar-toggler:hover { color:var(--color-light); border:0; box-shadow:0 20px 0 2px var(--color-dark) inset, 0 -20px 0 2px var(--color-dark) inset; }
	header.fixed .navbar-toggler { color:var(--color-light); border:0; box-shadow:0 0 0 2px var(--color-light) inset, 0 0 0 2px var(--color-light) inset; }
	header.fixed .navbar-toggler:hover { color:var(--color-dark); border:0; box-shadow:0 20px 0 2px var(--color-light) inset, 0 -20px 0 2px var(--color-light) inset; }
	.navbar-toggler:focus { outline:none; }
	.navbar-collapse { margin-top:30px; }
	.dishes .img { height:500px; }
	header .navbar .navbar-nav .nav-link { text-align:center; padding:20px 0; }
	.banner { margin:0; }
	.about {     padding: 100px 0 100px;    min-height: 70vh; }
	.about .text { width:95%; }
	.dishes h3,
	.dishes p,
	.pre-footer i,
	.pre-footer h6,
	.pre-footer p,
	.dishes .btn,
	footer .logo,
	footer p { text-align:center; margin-left:auto; margin-right:auto; display:table; }
	.dishes .p-4 { padding:60px 0 !important; }
	.pre-footer i { margin-top:20px; }
	footer { padding-top:50px; }
	footer .copy { margin-top:50px; }
	footer .link a { margin:15px 0 0; text-align:center; color:#fff;}
	.gallery #lightgallery { display:block; }
	.gallery #lightgallery a { width:calc(100% - 20px) !important; }
	.contact-details h3,
	.contact-details p,
	.contact-details .social { text-align:center; }
	.contact-details form button { margin-bottom:30px; }
	.contact .text { position:relative; width:100%; }
	.contact iframe { height:300px; pointer-events:none; }
	header .pre { text-align:center; }
	.booking .text,
	.home-2 .testimonial { width:100%; text-align:center; }
	footer .link { margin-top:30px; }
	footer iframe { width:auto !important; display:table; margin:30px auto 0; }
	.menu .panel { width:90%; display:table; margin:0 auto; }
	.about h2 { font-size:18px; }
}
a.btnn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    border: 1px solid var(--color-dark);
    background: transparent;
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}
a.btn.btn-light.mr-2 {
    color: black;
}
@media (max-width:768px) {
	.banner .owl-carousel .owl-item img { width:90%; height:auto; }
}
@media (max-width:440px) {
	header .navbar .navbar-brand img { height:30px; }
}
footer a {
    color: white;
    line-height: 1.2;
}
#menu .item { width:100%; padding:0 10px 20px; }
#menu .item .title { background:#ff9800; color:var(--light); padding:10px; }
#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:capitalize; }
#menu .content .meal .price { font-size:14px; font-weight:700; }
#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; }
















