:root {
	--font1:'Architects Daughter', sans-serif;
	--font2:'Poppins', sans-serif;
	--font3:'Playfair Display', sans-serif;
	--base:#21b370;
}
::selection { background:var(--primary); color:var(--light); }
html,
body { min-height:100vh; font:400 15px/1.4 var(--font2); color:var(--dark); }
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/27px var(--font1); letter-spacing:-1px; margin:0 0 20px; }
h2 span { display:block; font:300 40px/40px var(--font2); color:var(--primary); }
p { font-size:14px; margin:0 0 15px; font-weight:400; }
section { padding:60px 0; }

.btn { padding:10px 15px; background:transparent; border:0; font-size:13px; color:var(--primary); border:2px solid var(--primary); border-radius:3px; font-weight:700; line-height:1; text-transform:uppercase; letter-spacing:5px; transition:all 0.3s ease-out; }
.btn:hover { background:var(--primary); color:var(--light); }
.btn.btn-light { background:var(--light); border-color:var(--light); color:var(--dark); }
.btn.btn-light:hover { background:var(--dark); color:var(--light); }

header { position:fixed; left:0; top:0; width:100%; z-index:999; }
header .container { transition:all 1s ease-out; position:relative; }
header .add { display:flex; align-items:center; justify-content:flex-end; transition:all 2s ease-out; height:30px; overflow:hidden; background-color: #e6e6e6e3; }
header .add .msg,
header .add a { display:inline-block; font:700 13px/30px var(--font3); color:var(--primary); padding:0 10px; position:relative; }
header .add a i { color:var(--dark); transition:all 0.5s; }
header .add a:hover { color:var(--dark); }
header .add a:hover i { color:var(--primary); }
header .nav { display:flex; align-items:center; justify-content:space-between; background:rgba(255,255,255,0.9); border:1px solid #eee; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
header .nav .logo { display:block; height:100px; width:auto; padding:10px 20px; }
header .nav .logo:hover img {  }
header.on .logo {
    height: 70px;
}
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/70px var(--font2); text-align:center; color:var(--dark); text-transform:uppercase; letter-spacing:3px; box-shadow:0 0 0 var(--light) inset; }
header .nav nav a.active { color:var(--primary); cursor:default; }
header .nav nav a.cta { display:flex; align-items:center; color:var(--dark); opacity:0.5; font-size:12px; line-height:1.5; letter-spacing:3px; border-left:1px solid #ddd; position:relative; }
header .nav nav a.cta small { text-align:center; display:block; }
header .nav nav a:not(.active):hover { box-shadow:0 -100px 0 var(--primary) inset; color:var(--light); opacity:1; }
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.on .add { height:0; opacity:0; padding:0; }
header.on .container { max-width:100%; padding:0; }
@media (max-width:992px) {
	header .add { justify-content:center; height:auto; flex-wrap:wrap; padding:5px 0; background:rgba(255,255,255,0.9); }
	header .add .msg,
	header .add div,
	header .add a { display:block; font-size:11px; line-height:12px; padding:0; }
	header .nav { padding:5px; box-shadow:none; }
	header .nav .logo { display:block; height:60px; width:auto; padding:0; }
	header .nav .logo img { height: 120%; width: auto; margin-left: 15px; }
	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 nav { display:none; position:absolute; left:0; top:100%; background:var(--primary9); width:100%; }
	header .nav nav a.active { background:var(--light); }
	header .nav nav a.cta { display:none; }
}

.banner { position:relative; z-index:10; background:var(--light); padding:0; }
.banner .separator { position:absolute; left:0; bottom:0; width:100%; z-index:20; width:100%; }
.banner .item { height:100vh; background-repeat:no-repeat; background-position:50% 0; 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; }
@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; }
}

.home-0 { padding:50px 30px; background:var(--base); }
.home-0 .text { display:flex; justify-content:space-between; align-items:center; max-width:40vw; margin:0 auto; }
.home-0 .text h2 { margin:0 20px 0 0; color:var(--light); }
@media (max-width:992px) {
	.home-0 { padding:10px 30px; }
	.home-0 .text { max-width:calc(100vw - 30px); justify-content:center; flex-wrap:wrap; }
	.home-0 .text h2 { text-align:center; }
}

.home-1 { margin:50px 0; background-color:var(--light); background-image:url("img/home-1.jpg"); background-repeat:no-repeat; background-position:80% 0; background-size:contain; }
.home-1 .text { padding:50px; background:rgba(255,255,255,0.9); }

.home-2 { position:relative; overflow:hidden; min-height:66.66vh; display:flex; align-items:center; justify-content:center; padding:80px 0; }
.home-2 .bg { position:absolute; left:0; top:0; z-index:10; width:100%; }
.home-2 .separator { position:absolute; left:0; top:0; z-index:20; width:100%; }
.home-2 .text { position:relative; z-index:100; background:rgba(255,255,255,0.9); width:60%; padding:50px; text-align:center; }
@media (max-width:992px) {
	.home-2 .text { position:relative; z-index:100; background:rgba(255,255,255,0.9); width:calc(100% - 30px); padding:50px; text-align:center; }
}

.home-3 { padding:60px 50px 100px; margin:0 0 -3vw; position:relative; }
.home-3 h2 { text-align:center; }
.home-3 .test { width:100%; margin:50px 0 0; }
.home-3 .test .item { background:#f9f9f9; padding:50px; 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(--font3); text-align:center; font-style:italic; margin:0; min-height:200px; }
.home-3 .test img { display:table; margin:15px auto; max-width:100px; }
.home-3 .test .las { position:absolute; left:20px; top:20px; font-size:36px; color:var(--primary); }
.home-3 .test .las.la-quote-right { left:auto; top:auto; right:20px; bottom:20px; }
.home-3 .test .owl-nav button { position:absolute; top:50%; transform:translateY(-50%); font-size:50px; width:50px; height:50px; line-height:50px; background:var(--primary); color:var(--light); }
.home-3 .test .owl-nav button.owl-prev { left:-25px; }
.home-3 .test .owl-nav button.owl-next { right:-25px; }
.home-3 .separator { position:absolute; left:0; bottom:0; z-index:20; width:100%; }
@media (max-width:992px) {
	.home-3 .test p { font-size:15px; }
	.home-3 img { max-width:200px; display:table; margin:0 auto 30px; }
}

footer {  }
footer .content { background:var(--dark); padding-top:30px; padding-bottom:30px; }
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:200px; 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 { 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:var(--dark); }
footer .copy { background:#222; padding:10px; font-size:12px; text-align:center; color:var(--light); }
@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; }
.booking .text { background:var(--light); margin-bottom:30px; }
.booking .text h2 { text-align:left; }
.booking .text h2 span { color:var(--primary); }
.booking .text .btn { display:table; /*margin:0 0 0 auto;*/ }
@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%; 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(0,0,0,0.1); }
.menu .menu-active > ul { padding:20px 15px 10px; background:rgba(0,0,0,0.02); border:1px solid rgba(0,0,0,0.1); border-top:0; }
.menu .menu-active .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; }
.menu .menu-active .meal h5 { font-size:16px; font-weight:600; margin:0; }
.menu .menu-active .meal h5.sub-item { margin:0 0 0 30px; color:var(--dark8); }
.menu .menu-active .meal h5.sub-item:before { content:"▪ "; color:var(--primary); }
.menu .menu-active .meal h4 { font-size:16px; font-weight:600; margin:0; }
.menu .menu-active .meal .dots { flex-grow:1; border-bottom:2px dashed var(--dark2); height:15px; margin:0 10px; }
.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; font-weight:600; font-style:italic; margin:-15px 0 15px; color:var(--dark6); text-align:justify; }
.menu .menu-active .subproductdescription { margin-left:40px; }
.menu .btn { margin:30px auto; }
@media (max-width:992px) {
	.menu .menu-active { width:100%; padding:0 0 10px; }
}

.gallery { padding:0 0 60px; }
.gallery #gallery { display:flex; flex-wrap:wrap; }
.gallery #gallery a { display:block; padding:0 15px 30px; position:relative; width:33%; }
.gallery #gallery a img { width:100%; border:20px solid var(--base); box-shadow:0 0 0 5px var(--dark); }
.gallery #gallery a:hover { border:0 solid var(--dark); }
@media (max-width:992px) {
	header .nav nav a{color:var(--light);}
	.gallery #gallery a { width:50%; padding:0 5px 10px; }
	.gallery #gallery a img { border:5px solid var(--primary); box-shadow:0 0 0 2px var(--dark); }
}

.contact { position:relative; }
.contact-details { padding:150px 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; color:var(--light); border:1px solid var(--dark); margin-top:-4px; border-radius:0 0 3px 3px; }
.contact-details .social a { font-size:30px; color:var(--primary); margin-right:5px; }
.contact-details a:hover { color:var(--dark); }
.contact-details .msg { margin-top:20px; }
.contact-details .msg.success { color:green; }
.contact-details .msg.error { color:red; }
@media (max-width:992px) {
	.contact-details > p { padding:0 10px; }
}

.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; }

.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: 20px 0 100px;
    margin: 0;
}
.menu .btn {
    display: table;
    margin:23px 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;
    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;
}
.aNEW {
    padding: 100px 0;
    text-align: center;
}
.mainTex h4, .mainText h4 {
    font-size: 15px;
}
main.mains {
    margin-top: 140px;
    padding-bottom: 50px;
}
.newOnebb {
    text-align: center;
}
.ssss p strong {
    font-size: 40px;
    margin-bottom: 13px;
    display: block;
}
.pearl-description {
    line-height: 25px;
}
.our-menu h1 {
    background: #ff6a3d;
    padding: 5px;
    margin: 10px 0;
font-size:20px;
}
span.titled {
    display: flex;
    justify-content: space-between;
margin:10px 0;
}
.main-titled {
    text-align: center;
    background: #0000005e;
    padding: 10px;
    margin: 50px;
}
.marg h4 {
    font-size: 18px;
    margin: 20px 0 29px 0;
}
.marg h1 {
    font-size: 25px;
    font-weight: bold;
    color: #ff6a3d;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
    border-left: 5px solid #ff6a3d;
    text-transform: uppercase;
}
.marg {
    padding: 100px 0;
    margin-top: 100px;
}
.marg h2 {
    font-size: 16px;
    text-transform: uppercase;
}
.container.text-center.msdh {
    padding: 100px 0;
    margin-top: 50px;
}
.marg h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 48px;
}
.marg p {
    margin: 30px 0;
}
.mb-btn {
    display: none;
}
.mainText svg, .mainTex svg{
    width: 50px;
    height: 50px;
}
.mainText h1, .mainTex h1 {
    font-size: 21px;
    margin-top: 10px;
}
.mainTex, .mainText{
    padding: 20px;
    border: 1px solid #ff6a3d;
    box-shadow: 0px 0px 10px #040404f2;
}

#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}
#menu .item .title {
    background: #ea2625;
    color: #fff;
    padding: 10px;
    border: 1px solid #ea2625;
}
#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 #ea2625;
    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 #000;
    height: 15px;
    margin: 0 10px;
}
#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
#menu .content .detail {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin: -15px 0 15px;
    color: #fff;
    text-align: justify;
    opacity: 9;
}
#menu .content .meal.sub {
    padding-left: 15px;
}
#menu .content .meal.sub .name {
    opacity: 0.7;
}
header .btn,
header.fixed .btn {
    padding: 8px !important;
    border-radius: 5px;
}
.overlay {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    top: 0;
}
.vouche_ne .container {
    position: relative;
    z-index: 5;
}
.vouche_ne h6 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
.vouche_ne h4 {
    font-size: 30px;
    margin: 20px 0;
}

header nav{
}
#menu .content .meal.sub .name:before {
    content: "";
    color: var(--primary);
}
.cover .btnNew {
    margin: 0 auto;
}
section.offer .btnNew {
    margin: 0 auto;
}
section.home-about .btnNew {
    margin-top: 30px;
}
.book_content p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}
.newOne {
    margin-top: 30px;
}
.mains-ls {
    padding: 100px 0;
    background: rgb(2 8 12 / 32%);
}
header .btnNew{
    padding: 1em 0em;
}
li.nav-item.drop {
    position: relative;
}
li.nav-item.drop ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 270px;
    display: block;
    background: #ff6a3d;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
li.nav-item.drop ul li{
    padding: 10px 0;
}
li.nav-item.drop ul li a:hover, li.nav-item.drop ul li a.active{
color:var(--c2);
font-weight: bold;
}
li.nav-item.drop:hover ul{
    height: auto;
    overflow: visible;
    padding: 10px;

}
@media (max-width:992px) {
#menu .item {
    width: 100%;
    padding: 0 10px 20px;
}
}







