:root {
    --p: #0a0a0a;
    --color-primary: #ffe492;
    --color-dark: #0a0a0a;
    --color-light: #fff;
    --c2: #e1ce08;
    --f1: 'Cinzel', serif;
    --h: 'Cinzel Decorative', cursive;
    --ex: 'Pinyon Script', cursive;
    --n: 'Josefin Sans', sans-serif;
}

html,
body {
    font-family: var(--n);
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
}

body {}

.bord:before {
    content: '';
    position: absolute;
    top: 120px;
    right: 0px;
    left: 0px;
    bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 30;
}

.bord:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 80px;
    left: 80px;
    bottom: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 30;
    margin-top: -20px;
}

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 -80px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: var(--h);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 37px;
    font-weight: 600;
    color: #640000;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

a.btn.btn1 {
    color: var(--color-dark);
}

p.subtitle.wow.fadeInUp {
    color: white;
    padding: 10px;
    line-height: 1.5;
    margin: 0;
}

.desktop {
    margin-left: 10px;
}

.mobile {
    display: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    background: var(--c2);
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 3px;
    border: 0;
    outline: 1px solid var(--c2);
    outline-offset: 3px;
    -moz-outline-radius: 2px;
}

.main-cn {
    padding: 65px 0;
    background:linear-gradient(93deg, rgb(255 255 255 / 69%) 0%, rgb(255 255 255) 100%),url(img/moonlightcuisine._mg.jpg);
}

.main-cn p {
    color: var(--color-dark);
}

.btn:focus,
.btn:hover {
    background: var(--color-primary);
    color: var(--color-light);
}

.main-cn h5 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
    color: var(--color-dark);
}

.main-cn img {
    border: 4px solid #5f0000;
    border-radius: 5px;
    margin-top: 10px;
}

.main-cn h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 35px;
    color: #5f0000;
    font-family: var(-n)!important;
}

.main-cn .btn {
    margin-top: 30px;
}

.main {
    display: flex;
}

.main svg {
    width: 60px;
    height: 60px;
    fill: var(--color-primary);
    margin-right: 30px;
}

.main h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: var(--p);
    font-size: 18px;
    font-weight: 500;
}

.main p {
    font-size: 13px;
    color: var(--p);
}

.main-bs {
    padding: 100px 0;
    background: #18181d;
}

.btn.btn-light {
    border-color: var(--color-light);
}

.btn.btn-light:focus,
.btn.btn-light:hover {
    background: var(--color-primary);
    color: var(--color-light);
}

.btn.btn-color {
    background: var(--color-primary);
    color: var(--color-dark);
    border-color: var(--color-light);
}

.btn.btn-color:focus,
.btn.btn-color:hover {
    background: var(--color-dark);
    color: var(--color-light);
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    background: #282828;
    box-shadow: 0px 7px 50px 10px #7979798c;
}

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-light);
}

header .pre .left a {
    padding-right: 10px;
}

header .pre a i {
    color: var(--color-light);
}

header .navbar {
    padding: 15px 10px;
}

header .navbar .navbar-brand {
    padding: 0;
}

header .navbar .navbar-brand img {
    width: auto;
    height: 65px;
}

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: 8px 25px;
    margin: 0 3px;
    position: relative;
    border-radius: 3px;
}

header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover {
    color: var(--c2);
}

header.fixed {
    position: fixed;
    top: -200px;
}

header.fixed.animate {
    top: 0px;
    transition: all 1s ease-out;
}

.owl-dots {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots button {
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-light)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin: 0 5px;
}

.owl-dots button span {
    height: 70%;
    width: 60%;
    display: block;
}

footer:after {
    background: url(img/pattern.png);
    filter: drop-shadow(2px 4px 6px black);
}

footer:after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/pattern.png);
    content: "";
    background-size: contain;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.owl-dots button.active span {
    background: var(--color-light);
}

header.fixed .pre {
    border-bottom: 1px solid var(--color-primary);
}

header.fixed .pre a {
    color: var(--color-light);
}

header.fixed .navbar .navbar-brand img:first-child {
    display:none;
}

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(--c2);
    color: var(--color-dark);
}

.banner .owl-carousel .owl-item .item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
    background-position: 50% 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

section.banner {
    position: relative;
}

.over-lay {
    background: linear-gradient( 89deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.banner .owl-carousel .owl-item .text {
    width: 50%;
    padding: 0 10%;
    text-align: right;
    position: relative;
    z-index: 555!important;
}

.banner .owl-carousel .owl-item h1 {
    color: var(--color-light);
}

.banner .owl-carousel .owl-item h1 span {
    text-shadow: 2px 2px 4px #000000;
    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 {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 20;
}

.about .text {
    position: relative;
    z-index: 50;
    text-align: center;
    width: 80%;
}

.about h2 {
    color: var(--color-light);
    font-size: 30px;
    font-weight: 500;
}

.about a:not(.btn) {
    text-decoration: underline;
}

.about a:not(.btn):hover {
    color: var(--color-primary);
}

.booking {
    background: linear-gradient(93deg, rgb(0 0 0 / 69%) 0%, rgb(5 5 5 / 78%) 100%),url(img/moonlightcuisine._mg.jpg);
}

.booking .text {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 50px;
    margin-top: 85px;
}
.xmas-img {
    margin: 120px 0 35px 0;
}
.booking p {
    color: var(--color-light);
    margin-top: 93px;
}

.booking h2 {
    color: var(--c2);
}

.booking a:not(.btn) {
    text-decoration: underline;
}

.booking a:not(.btn):hover {
    color: var(--color-primary);
}
a.btn.btn-light.tt {
    margin-top: -115px;
}
.home-2 {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}


section.home-2.bg .container {
    background: #fff8f887;
    padding: 10px 0 50px 0;
}

.home-2 h2 {
    margin: 0 0 5px;
    color: var(--color-dark);
    font-weight: 600;
}

.home-2 .testimonial {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.home-2 .testimonial .item {}

.home-2 .testimonial q {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
}

.home-2 .testimonial p {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.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;
}

footer {
    background:#282828;
    position: relative;
}

footer img {
    max-width: 200px;
}

footer .logo {
    margin: 0 0 2px;
    opacity: 1.5;
}

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(--c1);
    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: #fcd000;
}

footer .copy {
    background: #363636;
    color: var(--color-light);
    text-align: center;
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
}

.mbs:after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/pattern3.png);
    content: "";
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.07;
}

.footer-logo {
    border-bottom: 1px dashed var(--color-primary);
    padding-top: 20px;
    margin-bottom: 20px;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* border-bottom: 1px dashed var(--color-primary);*/
}

footer h3 {
    color: var(--p);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: 18px;
}

footer .table td {
    border-top: unset;
    border-bottom: 1px dashed var(--p)!important;
    color: var(--p);
}

.info strong {
    color: var(--p);
}

.gallery {
    padding: 100px 0;
}

.gallery #lightgallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.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: 74px;
}

.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: rgb(50 50 50 / 74%);
    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 h2 {
    margin-bottom: 30px;
}

.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: 90px 0;

}

.contact-details .table td {
    padding: 7px;
    vertical-align: middle;
    border-bottom: 1px dashed var(--p);
    border-top: unset;
}

.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-dark);
}

.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 dashed var(--color-dark);
    border-bottom: 0;
    margin: 0;
    background: transparent;
}

.contact-details form textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
    border-bottom:1px dashed var(--color-dark);
}

.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(--c2);
    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;
}

section.contact-details a {}

@media (max-width: 992px) {
    a.btn.btn-light-extra {
        margin-bottom: 118px;
        padding: 15px;
    }
    .mobile .btn {
        font-size: 12px;
        padding: 10px 13px;
    }
    .mobile {
        display: inline-block !important;
    }
    .desktop {
        display: none;
    }
    .banner .owl-carousel .owl-item .text {
        width: 110%;
        padding: 0 5%;
    }
    .navbar-toggler {
        color: var(--c2);
        border: 0;
        box-shadow: 0 0 0 2px var(--c2) inset, 0 0 0 2px var(--color-primary) inset;
        padding: 5px 9px;
        transition: all 0.3s ease-out;
    }
    .navbar-toggler:hover {
        color: var(--color-light);
        border: 0;
        box-shadow: 0 20px 0 2px var(--c2) inset, 0 -20px 0 2px var(--c2) inset;
    }
    header.fixed .navbar-toggler {
        color: var(--c2);
        border: 0;
        box-shadow: 0 0 0 2px var(--c2) inset, 0 0 0 2px var(--color-primary) inset;
    }
    header.fixed .navbar-toggler:hover {
        color: var(--color-light);
        border: 0;
        box-shadow: 0 20px 0 2px var(--c2) inset, 0 -20px 0 2px var(--c2) 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: 10px 20px;
    }
    .banner {
        margin: 0;
    }
    .about {
        padding: 30px 0 100px;
        min-height: 100vh;
    }
    .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: auto;
        display: block;
    }
    .dishes .p-4 {
        padding: 60px 0 !important;
    }
    .pre-footer i {
        margin-top: 20px;
    }
    footer {
        padding-top: 20px;
    }
    footer .copy {
        margin-top: 50px;
    }
    footer .link a {
        margin: 15px 0 0;
        text-align: center;
    }
    .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: -24px;
    }
    .contact .text {
        position: relative;
        width: 100%;
    }
    .contact iframe {
        height: 300px;
        pointer-events: none;
    }
    header .pre {
        text-align: center;
        border-bottom: 1px solid var(--color-primary);
        display: none;
    }
    .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;
    }
}

@media (max-width: 768px) {
    .banner .owl-carousel .owl-item img {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 440px) {
    header .navbar .navbar-brand img {
        height: 46px;
        margin-left: -5px;
    }
}

#menu .item {
    width: calc(33% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border-left: none;
}

#menu .item .title {
    background:#282828;
    color: var(--light);
    padding: 10px;
    border: 1px solid #282828;
}

#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;
    color: #e1ce08;
}

#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid #3b3b3b;
    border-top: 0;
}

header.on {}

header.on .pre {
    border-bottom: 1px solid var(--color-primary);
}

#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(--p);
    height: 15px;
    margin: 0 10px;
}

#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--p);
}

#menu .content .detail {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin: -15px 0 15px;
    color: #aa000e;
    text-align: justify;
    margin-top: 5px;
}

#menu .content .meal.sub {
    padding-left: 15px;
}

#menu .content .meal.sub .name {
    color: var(--color-dark);
}

.dks {
    position: relative;
    z-index: 500;
    padding: 80px 40px;
    border-radius: 10px;
}

.dks h2 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: var(--h);
    color: var(--color-light);
}

section.home-2 .btn {
    background: var(--c2);
    color: var(--color-dark);
    outline: 1px solid var(--c2);
}

#menu .content .meal.sub .name:before {
    content: "• ";
    color: var(--primary);
}

.mbs {
    padding: 100px 0;
    background: #323232;
    position: relative;
}

.img-s {
    outline: 2px solid var(--c1);
    padding: 10px;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 0px 7px #00000080;
}

.mbs .btn {
    margin-top: 30px;
}

.mbs h6 {
    color: var(--color-dark);
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}

.mbs h5 {
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 25px;
    font-family: var(--n);
    color: var(--c2);
    margin: 0;
    font-weight: 900;
}

.ns {
    margin-bottom: 30px;
    margin-top: 20px;
}

.ns svg {
    height: 30px;
    width: 30px;
    fill: var(--c2);
    position: relative;
}

.ns .ff {
    position: relative;
}

.ns .ff:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background: var(--c2);
    right: 38%;
}

.ns .ff:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background: var(--c2);
    left: 38%;
}



.home-2.bg h3 {
    color: var(--color-primary);
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .delivery {
        padding-bottom: 0;
    }
    .main {
        display: flex;
        margin-bottom: 50px;
    }
    #menu .item {
        width: 100%;
    }
    .banner .owl-carousel .owl-item .item {
        margin-top: 74px;
        height: 70vh;
    }
    a.btn.btn1 {
        color: var(--color-dark);
    }
    p.subtitle.wow.fadeInUp {
        padding: 10px;
        line-height: 1.5;
        margin: 0;
        font-size: 15px;
    }
}


.home-2.bg h2 {
    color: var(--color-light);
}

.home-2.bg {
    padding: 20vh 0;
}

.home-2.bg h2 {
    font-weight: 400;
    letter-spacing: 10px;
    font-family: var(--n);
    color: var(--c2);
    font-size: 35px;
    margin-top: 20px;
    font-weight: 900;
    text-shadow: 0 2px 2px black;
}

.dks p {
    color: var(--color-light)!important;
    margin-bottom: 30px!important;
}

.home-2.bg .ns {
    margin-top: 20px;
}

li.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.nav-item a{
    align-items: center;
    display: flex;
    align-items: center;
}
li.nav-item span{
    margin-right: 5px;
}

.item {
    padding: 10px;
}
.textss p {
    margin-top: 100px;
}
.textss h2 {
    margin-top: 80px;
}
.cont {
    margin-top: 30px;
}
@media (max-width:900px) {
    .banner-2 {
        margin-left: 13px;
        margin-bottom: -39px;
    }
    .homeContainerGallery{
        display: none;
    }
    .texts{
        text-align: center;
    }
    .textss h2 {
        margin-top: 0;
    }
    .textss p {
        margin-top: 92px;
    }
    .textss h2 {
        text-align: center;
    }
    .innerTex {
        padding: 50px 0px 50px 20px!important;
        margin: 0 20px 0px 50px!important;
    }
    .texts h2 {
        margin-bottom: 10px;
        border-bottom: 2px solid #e1ce08;
        font-size: 39px;
    }
    .innerTex{
        margin-left: -12px;
    }
    .mg {
        margin-left: -49px;
    }
    text .text-left{
        text-align: center!important;
    }
    .menu {
        padding: 30px 0;
    }
    .item {
        border-left: none;
        padding: 10px 0 0 0;
    }
    .dks {
        text-align: center!important;
    }
        .delivery {
            padding-bottom: 0;
        }
    header {
        border-bottom: none!important;
    }
    .contact {
        position: relative;
        margin-top: -56px;
    }
    img {
        display: block;
    }
    .booking {
        padding: 100px 0px 0px 0px;
        min-height: auto;
    }
    .booking .text {
        padding: 20px 10px;
        margin-top:0 !important;
    }
    .home-2 {
        padding: 20px 0;
        height: auto;
    }
    .main-cn .btn {
        margin-bottom: 50px;
    }
    .mbs h6 {
        font-size: 14px;
        letter-spacing: 5px;
    }
    .mbs h5 {
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .ns .ff:before {
        left: 12%;
    }
    .ns .ff:after {
        right: 12%;
    }
    .dks h2 {
    font-size:  28px;
    letter-spacing: 2px;
    }
    .home-2.bg h3 {
        font-size: 15px;
        letter-spacing: 6px;
    }
    .home-2.bg h2 {
        letter-spacing: 6px;
        font-size: 35px;
    }
}
a.btn.btn-light-extra{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
}
a.btn.btn-light-extra {
    outline: 1px solid white;
}
.text.text-center {
    margin-top: 15px;
}
section.home-2 {
    background: url(img/hp-slider-2-bg.png);
}
section.home-2.bg {
    background: #3b3b3b;
}

div#menu {
    margin-top: 20px;
}
.mg img {
    box-shadow: 0 5px 23px #0000008c;
}
#menu .content .meal .names{
    font-weight: 600;
    text-transform: capitalize;
}
.banner-1 {
    display: block!important;
    align-items: inherit;
}
.banner-1 .item {
    height: 50vh;
}
.headerTop{
    font-family: var(--h);
    /* transform: rotate(-5deg); */
    color: #c5a518;
    margin-bottom: 4px;
    font-weight: 600;
}
.homeContainer{
    padding-top:50px;
}
.banner-2 {
    display: block!important;
    align-items: inherit;
}
.banner-2 .item {
    height: 60vh;
}
.innerTex {
    padding: 118px 24px;
    background: aquamarine;
    text-align: center;
}
.banner-2 .item ,.banner-1 .item{
    height: 90vh;
    background-size: cover!important;
    background-position: 50% 50%!important;
}
.banner-1 .item{
    height: 60vh;
}
section.home-3 {
    background: aquamarine;
}
.innerTex h2 {
    margin-bottom: 10px;
}
ul.main-content-info {
    margin-top: 12px;
    margin: 0;
    padding: 10px;
}

span.fa.fa-map-marker-alt {
    margin-bottom: 12px;
}
span.fa.fa-history{
    margin-bottom: 12px;
}
span.fa.fa-phone{
    margin-bottom: 12px;
}
.texts p {
    margin-top: 0px;
}
.texts h3 {
    margin-top: 16px;
    font-family: 'Lemon', cursive;
    font-size: 18px;
    border-bottom: 2px solid #2f0004;
    display: inline-block;
    color: #e90202;
}
img.logo {
    margin-bottom: 12px;
}
footer {
    margin-top: -6px;
}
@media (max-width:900px) {
.xmas-img{
margin:0 0 0 0;
}
	h3.headerTop.text-left {
    text-align: center!important;
}
.text.text-left h2 {
    text-align: center;
}
.text.text-left p {
    text-align: center!important;
}
a.btn.btn-lights {
    margin-left: 64px;
}
    h2 {
        font-size: 27px;
        font-weight: 600;
        color: #640000;
        line-height: 1.2;
    }
    .banner-2 .item, .banner-1 .item{
        height: 70vh;
    }
    .dks {
        position: relative;
        z-index: 500;
        padding: 52px 40px;
        border-radius: 10px;
    }
    .Reservation {
        text-align: center;
    }
}
.g-recaptcha{
	margin:20px 0;
	background:#fff;
}
form.contact-form iframe {
    height: 90px;
}
a.my_btn.border-0 {
    background: #ffc107;
    padding: 10px;
}
button.my_btn.border-0 {
    background: #ffc107;
    padding: 10px;
}
@media(max-width:1700px){
.booking .text {
    height: auto;
}
}




/* For the head top-up */

.upper-part-nav {
    position: relative;
    z-index: 99;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    background: #002984;
    text-align: center;
    background-image: url('../top-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   }
   
   .upper-part-nav p {
    margin-bottom: 0;
   }
   .upper-part-nav .text-div p{
       margin: 0;
   }
   .upper-part-nav .text-div p span{
       font-size: 25px;
       line-height: 27px;
       color: #fff;
       font-weight: 400;
       font: italic small-caps bold 24px/1.2 "Helvetica Neue", Helvetica, Arial,
           sans-serif;
   }
   .upper-part-nav .img-div img{
       height: 100px;
       width: auto;
   }
   
   /* -- close button -- */
   .upper-part-nav-close {
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
   }
   
   .mdb {
       min-width: 88px;
       padding: 10px 14px;
   }
   .green {
       background-color: #259b24;
   }
   .dropdown-toggle.green {
        background-color: #259b24;
    }
   
   a.mdb.purple, a.mdb.green, a.mdb.orange, a.mdb.blue {
       color: #fff!important;
   }
   
   .mdb {
       outline: 0;
       outline-offset: 0;
       border: 0;
       border-radius: 2px;
       transition: all .15s ease-in-out;
       -o-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
       -webkit-transition: all .15s ease-in-out;
   }
   
   .mdb {
       display: inline-block;
       padding: 8px 15px;
       margin-bottom: 0;
       text-align: center;
       white-space: nowrap;
       vertical-align: middle;
       -ms-touch-action: manipulation;
       touch-action: manipulation;
       cursor: pointer;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       background-image: none;
       border: 1px solid transparent;
       border-radius: 4px;
       font-size: 14px;
       font-weight: 700;
       line-height: 1.1;
       text-transform: uppercase;
       letter-spacing: inherit;
       color: rgba(255,255,255,.87);
       text-decoration: none;
   }
   .br {
       -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
       -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
       box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
   }
   .lev {
       transition: .3s all;
   }
   .lev:hover {
       transform: translateY(-5px);
       transition: .3s all;
   }
   .re {
       position: relative;
       overflow: hidden;
       -webkit-transform: translate3d(0,0,0);
   }


@media (max-width: 991.98px) {

    .upper-part-nav .img-div img {
        height: 50px !important;
    }
    .upper-part-nav .text-div p span {
        font-size: 15px !important;
        line-height: 17px !important;
    }
}