.menu-border {
    border: 2px solid #653f29;
    padding: 22px;
    border-radius: 5px;
}

.price-item-mainmenu {
    color: #653f29 !important;
    font-weight: 700;
}

.a-text {
    padding: 20px;
    font-size: 15px;
    color: #fff;
    background: #653f29;
    text-align: center;
}

.a-text:hover {
    color: #653f29;
    background: #fff;
}

.a-text span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-mainmenu {
    background-color: #fff;
}

.text-light {
    color: white !important;
}

.menu-heading {
    color: white;
    margin-bottom: 25px;
    background-color: #653f29;
    text-align: center;
    border: #653f29;
    border-radius: 10px;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-heading span {
    font-size: 28px;
}

.section-ourmenu {
    background: #f3efe1;
}

.text-custom {
    color: #653f29 !important;
}

.modal-menu {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1250;
}

.modal-menu .modal-dialog {
    max-width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-section {
    background: #fff;
}

.section-chef {
    background: #fff;
}

.sidebar {
    background: #fff;
}

.section-contact {
    background: #fff;
}

.slider-logo {
    display: none !important;
    width: 270px;
    margin-bottom: 25px;
    z-index: 999;
}

.image-overlay {
    display: none !important;
}

body.modal-open {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

.custom-arrow {
    font-size: 28px;
    color: #653f29;
}

#menu-flters li:hover {
    color: #fff;
    background: #653f29;
}

#menu-flters li.active {
    color: #fff;
    background: #653f29;
}

#menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #653f29;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 2px solid #653f29;
    border-radius: 50px;
}

.btn2 {
    text-align: center;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.8) !important;
    z-index: 1250;
}

@media (max-width: 786px) {
    .a-text {
        padding: 13px;
    }

    .a-text span {
        font-size: 14px;
    }

    .menu-heading {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 8px;
        padding-bottom: 8ox;
    }

    .menu-heading span {
        font-size: 20px;
    }

    .txt21 {
        font-size: 14px;
    }

    .txt22 {
        font-size: 14px;
    }

    .logo {
        margin-left: -25px;
        margin-top: -25px;
    }

    .social i {
        color: #653f29;
    }

    .wrap-menu-header {
        height: 86px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
        position: fixed;
    }

    .btn-show-sidebar {
        border-top: 2px solid #653f29;
        border-bottom: 2px solid #653f29;
    }

    .desk-space {
        display: none;
    }

    /* .slider-tit1 {
        display: none;
    }
    .slider-tit2 {
        display: none;
    } */
    .tit2 {
        font-size: 36px;
    }

    .tit3 {
        font-size: 24px;
        text-shadow: 5px 5px 5px #000;
    }

    /* .logo img{
        display: none;
    } */
    .slider-logo {
        display: block !important;
        margin-left: -42px;
    }

    .image-overlay {
        display: block !important;
        height: 24px;
        width: 57%;
        background: #fff6f6f2;
        margin-top: -77px;
        z-index: 2;
        color: #fff6f6f2;
        margin-bottom: 26px;
    }

    .logo>a>img {
        margin-left: 14px;
        margin-top: 4px;
    }
}