/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cambo&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Funnel Sans", sans-serif;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    letter-spacing: 1px;
}

a {
    font-family: "Funnel Sans", sans-serif;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cambo", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #9dbc08;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #9dbc08;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.section-title.yellow-text span {
    color: #160201;
}

.section-title.yellow-text span:after {
    background: #160201;
}

.section-title.yellow-text span:before {
    background: #160201;
}


/* .section-title.yellow-text span:before {
    display: none;
} */
.ab-menu-btn {
    margin-top: 50px;
}

.section-title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 1px;
    background: #9dbc08;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #000;
    padding: 6px 13px;
}

.section-title h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 35px;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}

.common-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16.25px 48px;
    transition: 500ms;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    background-color: #160201;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.common-btn:hover {
    color: #160201;
    background-color: #fff;
}

.common-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #160201;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.common-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #000000;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.common-btn:hover {
    color: #160201;
}

.common-btn:hover::before {
    top: 100%;
}

.common-btn:hover::after {
    bottom: -50%;
}

.common-btn span {
    position: relative;
    color: inherit;
    z-index: 2;
}

.gold-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    transition: 500ms;
    text-transform: uppercase;
    background-color: #160201;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
}

.gold-btn:hover {
    color: #160201;
    background-color: #fff;
}

.gold-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #9dbc08;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gold-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #aa0412;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gold-btn:hover span {
    color: #fff;
}

.gold-btn:hover::before {
    top: 100%;
}

.gold-btn:hover::after {
    bottom: -50%;
}

.gold-btn span {
    position: relative;
    color: #000;
    z-index: 2;
}





.red-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    transition: 500ms;
    text-transform: uppercase;
    background-color: #9dbc08;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
}

.red-btn:hover {
    color: #160201;
    background-color: #fff;
}

.red-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #aa0412;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.red-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #000000;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.red-btn:hover {
    color: #fff;
}

.red-btn:hover::before {
    top: 100%;
}

.red-btn:hover::after {
    bottom: -50%;
}

.red-btn span {
    position: relative;
    color: #fff;
    z-index: 2;
}

a.number-btn span {
    font-size: 20px;
}


/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 7rem;
    height: 7rem;
    padding: 0rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0000;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
    transition: 0.3s ease;
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* 
@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 0 rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2);
        box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 0 rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2), 0 0 0 20px rgba(1, 177, 161, 0);
        box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2), 0 0 0 20px rgba(1, 177, 161, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 0 rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2);
        box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 0 rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2), 0 0 0 20px rgba(1, 177, 161, 0);
        box-shadow: 0 4px 10px rgba(1, 177, 161, 0.2), 0 0 0 5px rgba(1, 177, 161, 0.2), 0 0 0 10px rgba(1, 177, 161, 0.2), 0 0 0 20px rgba(1, 177, 161, 0);
    }
}
 */
span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 25px;
    font-size: 14px;
}

.top-address a i {
    padding-right: 5px;
    color: #000000;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.top-contact ul li a:hover {
    background: #160201;
    border: 1px solid #160201;
    color: #ffffff;
}

.top_head_sec {
    padding: 7px 0 7px 0;
    background: #000000;
    display: none;
}

.home .header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #cacaca !important;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
}

.home .header.sticky .logo_bx {
    /* background: #cacaca !important; */
}

.page-template .header.sticky .navbar a:hover span.menu_ic img {
    filter: invert(1) !important;
}

.header.sticky .navbar a {
    color: #000 !important;
}

.header.sticky .navbar a:hover {
    color: #fff !important;
}

.header.sticky span.menu_ic img {
    filter: invert(0) !important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ffffff;
    background: #000000;
}

.navbar a:hover img,
.navbar .active img,
.navbar .active:focus img,
.navbar li:hover a img {
    /* filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(2486%) hue-rotate(346deg) brightness(84%) contrast(97%) !important; */
}

.header.sticky .navbar a:hover,
.header.sticky .navbar .active,
.header.sticky .navbar .active:focus,
.header.sticky .navbar li:hover>a {
    color: #ffffff;
    background: #000000;
}

.home .header.sticky .navbar a:hover span.menu_ic img {
    filter: invert(1);
}

.home .header {
    z-index: 99;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

header.header.sticky .top_head_sec {
    display: none;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.logo_bx {
    text-align: left;
    position: relative;
    /* background: #fff; */
    padding: 10px 40px;
    flex: 0 0 20%;
}

a.logo img {
    max-width: 280px;
    transition: all 0.5s;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    flex: 0 0 20%;
}

.right_btn a {
    margin-right: 0;
    background: #000000;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    min-height: 124px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-transform: uppercase;
}

.right_btn a img {
    display: block;
    max-height: 50px;
    filter: invert(1);
    margin-inline: auto;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1280px) {
    .right-bx {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 70%;
        width: 100%;
        gap: 25px;
    }

    .navbar {
        padding: 0;
        margin: 0;
        flex: 0 0 75%;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
        gap: 35px;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        flex-direction: column;
        gap: 15px;
        padding: 15px 30px;
        width: 100%;
        background: transparent;
        max-width: 120px;
    }

    span.menu_ic img {
        max-height: 50px;
        filter: invert(1);
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media (max-width: 1279px) {
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(70, 0, 0, 0.8);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(70, 0, 0, 0.6);
        z-index: 9996;
    }
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.side_bar_menu ul li a:hover {
    color: #160201;
}

.side_bar_menu ul li {
    margin-bottom: 25px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #160201;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #160201;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #160201;
    border-color: #160201;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #000000;
    border-color: #000000;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #160201;
    padding: 6px;
    border: 1px solid #160201;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #160201;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 25px;
}

.side_bar_cn img {
    max-width: 200px;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1c1a1d30;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #160201;
}

.side_bar_address a {
    color: #160201;
}

.side_bar_address p {
    margin: 0;
}


/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.ban_head {
    text-align: center;
    margin-inline: auto;
}

.banner-main .slick-arrow.slick-prev {
    left: 1%;
}

.banner-main .slick-arrow.slick-next {
    right: 1%;
}

.ban_head h1 {
    color: #fff;
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    margin: 0;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
    transform: translateX(0px);
}

.ban_head p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-block: 10px 25px;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
    max-width: 550px;
    margin-inline: auto;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head p {
    transform: translateX(0px);
}


/* .ban_head h1::after {
    content: "";
    width: 101%;
    height: 70%;
    position: absolute;
    top: 22px;
    left: 100%;
    background: currentColor;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(-100%);
    transition-delay: 1s;
}
.banner-main .slick-slide.slick-current.slick-active .ban_head h1::after {
    transform: translateX(1%);
    transition-delay: 700ms;
} */

.ban_head h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 -7px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(-200px);
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 -7px;
    text-transform: uppercase;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.ban_head .ban_btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban_btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
    background-position: right bottom;
}

.banner_bottom {
    margin-bottom: 0;
    margin-inline: auto;
    padding: 25px;
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-top: -75px;
    background: #000000;
    max-width: 1220px;
    box-shadow: 0 0 14px rgb(0 0 0 / 58%);
}

.ban_bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban_b_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ban_b_img img {
    height: 450px;
    object-fit: cover;
}

.ban_bottom_head .section-title {
    max-width: 650px;
}

.ban_bottom_head h2 {
    text-decoration: blink;
    color: #ffffff;
    font-size: 40px;
    -webkit-animation: colorchange 2s infinite alternate;
    margin: 0;
}

@-webkit-keyframes colorchange {
    0% {
        color: #fff;
    }

    50% {
        color: #9dbc08;
    }

    100% {
        color: #e3e2d5;
    }
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: transparent;
    margin-top: 0;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: rgb(157 188 8 / 38%);
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #9dbc08;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
    position: relative;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner-image {
    position: relative;
}


/* .banner-image::before {
  height: calc(100% - 72%);
  width: 100%;
  inset: 0;
  position: absolute;
  content: "";
  background: #000000;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 28%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
} */
.banner-main .banner-image img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.banner-slider .slick-slide {
    padding: 0;
}


/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 67%);
} */


/* .banner-main .banner-image::after {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    background: rgb(35 31 32);
    background: linear-gradient(180deg, rgb(35 31 32) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
} */


/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */


/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */


.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .banner-text {
    display: inline-block;
    z-index: 3;
    overflow: hidden;
}

.banner-head {
    max-width: 500px;
}

.banner-head ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 15px;
}

.banner-head ul.site-list li {
    margin: 0 0 10px 0;
}

.banner-head h1,
.banner-head h2 {
    font-size: 45px;
    color: #aa0412;
    font-weight: 500;
    margin-bottom: 15px;
}

.banner-head.banner-2 h2 {
    font-size: 35px;
}

.banner-head p {
    font-size: 29px;
    font-weight: 600;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}


/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section {
    position: relative;
    background: #fff;
    overflow: hidden;
}


/* .about-section:after {
    position: absolute;
    content: '';

    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    z-index: 0;
    top: 15%;
    right: 7%;
    rotate: -30deg;
    opacity: 0.1;
} */

.about-left-img-bx {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    overflow: hidden;
}

.about-left-img-bx img {
    width: 100%;
}

/* .about-section:after {
    content: '';
    position: absolute;
    background-image: url(../../assets/images/burger.png);
    background-size: contain;
    top: 100px;
    left: 0;
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    opacity: 0.3;
	animation: bounce-y 10s linear infinite;
} 
.about-section:before {
    content: '';
    position: absolute;
    background-image: url(../../assets/images/hat.png);
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    opacity: 0.3;
	animation: bounce-y 10s linear infinite;
}*/

@keyframes bounce-y {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    to {
        transform: translateY(0);
    }
}

.ab_cn h3 {
    font-size: 16px;
    color: #000000;
    margin: 15px 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.2;
}

.about-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: normal;
}

.ab_cn {
    flex: 0 0 50%;
    padding-bottom: 25px;
    text-align: center;
}

.about-text .btn-bx {
    display: block;
    margin-top: 0;
    text-align: center;
}

.ab_cn h4 {
    font-size: 20px;
    color: #aa0412;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Funnel Sans", sans-serif;
}

.event-bx:hover .event-img img {
    filter: none;
    transform: scale(1.1);
}

ul.ab-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

ul.ab-card h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

ul.ab-card p {
    font-size: 16px;
    color: #fff;
}



.about_cn .section-title {
    margin-bottom: 20px;
}

.ab-img-1 {
    position: absolute;
    bottom: -24%;
    max-width: 32%;
    left: -8%;
}

.ab-img-2 {
    position: absolute;
    bottom: -25%;
    max-width: 26%;
    right: -8%;
}

.about-img-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.scroll-image {
    width: 100%;
    height: auto;
    transform: translateY(var(--translateY, 0px));
    transition: transform 0.1s linear;
    will-change: transform;
}

.about-section .container {
    position: relative;
    z-index: 1;
}

.top-image {
    top: 0;
}

.bottom-image {
    margin-top: 100%;
}

.about-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    overflow: hidden;
}

.ab-imgs_bx.ab-2 {
    padding-top: 50px;
}


.cta-ban-bottom {
    background: #9dbc08;
    text-align: center;
    padding: 20px 0;
}

.cta-ban-bottom-text h3 {
    color: #f2e6d0;
    margin: 0;
    font-size: 22px;
}

/* discover-menu tab */
.section-discover-menu {
    background: #9dbc08;
    display: none;
}

.section-discover-menu .section-title span {
    background: #9dbc08;
}

.section-discover-menu .section-title h2 {
    color: #fff;
}

.section-discover-menu .section-title {
    margin-bottom: 50px;
}

.section-discover-menu .nav-link img {
    width: 70px;
    fill: #f3274c;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: auto;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.section-discover-menu .nav-link.active img {
    fill: #fff;
}

.section-discover-menu .nav-pills .nav-link.active,
.section-discover-menu .nav-pills .show>.nav-link {
    color: #fff;
    border: 0;
    position: relative;
}

.discover-img {
    text-align: center;
}

.discover-img img {
    transition: all 0.5s;
    max-height: 430px;
    text-align: center;
    margin-inline: auto;
    object-fit: cover;
    width: 85%;
}

.discover-img:hover img {
    transform: scale(1.1);
}

.section-discover-menu .nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    width: 94%;
    height: 40px;
    left: 6px;
    bottom: -19px;
    clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
}

.section-discover-menu .nav-pills .nav-link {
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 15px 10px;
    color: black;
    width: 100%;
    height: auto;
    border-radius: 11px;
    border: 5px solid rgb(170 4 18);
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    flex: 0 0 calc(17% - 12px);
    position: relative;
    letter-spacing: 2px;
}

.section-discover-menu .nav-pills .nav-link:hover img {
    transform: rotate3d(1, 1, 1, 360deg);
}

.section-discover-menu .nav-pills .nav-link.active:after {
    transform: translate(0px, -75px);
    rotate: 343deg;
    filter: invert(0);
}

.section-discover-menu .nav.nav-pills {
    justify-content: center;
    margin-bottom: 0px;
    gap: 15px;
    margin-top: 55px;
}

.section-discover-menu .nav.nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    padding-bottom: 12px;
}

/* Always-visible bar */
/* .section-discover-menu .nav.nav-pills::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 4px;
	width: 100%;
	background: rgba(0,0,0,0.2);
	border-radius: 4px;
} */

/* .section-discover-menu .nav.nav-pills::-webkit-scrollbar {
  width: 6px;
  display: block;                
} */


/* .section-discover-menu .nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    width: 94%;
    height: 40px;
    left: 6px;
    bottom: -19px;
    clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
} */

.section-discover-menu .nav-pills .nav-link.active {
    background-color: #9dbc08;
}

.section-discover-menu .nav-pills .nav-link.active:before {
    background-color: #9dbc08;
}

.section-discover-menu .nav-pills .nav-link img {
    max-width: 60px;
    display: block;
    margin-inline: auto;
    margin-bottom: 10px;
}

.section-discover-menu .nav-pills .nav-link:hover img {
    transform: rotate3d(1, 1, 1, 360deg);
}

.section-discover-menu .nav-pills .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(2582%) hue-rotate(335deg) brightness(95%) contrast(89%);
}

.discover h4 {
    font-size: 35px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

.discover span:not(.gold-btn span, .red-btn span) {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}


/* .discover .set_color {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
} */

.discover h6 {
    font-size: 22px;
    padding-bottom: 0;
    margin: 0;
    color: #fff;
    font-family: 'PP Neue Montreal Book';
}

.discover ul {
    margin-top: 25px;
}

.discover li:not(:last-child) {
    border-bottom: 1px dotted;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.discover li {
    display: flex;
    justify-content: space-between;
}

.discover-menu {
    position: relative;
    padding-top: 20px;
    width: 100%;
    margin: auto;
}

.discover {
    padding-left: 25px;
}


/**************************************
 * New Menu Style
 *************************************/

.menu-banner {
    background-image: url(../../assets/images/menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 200px 0;
    background-position: center;
}

section.menu-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    background-image: url(../../assets/images/shape7.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    width: 100%;
    height: 61px;
}

.section-title.text-white h2 {
    color: #fff;
}

.section-title.text-white span {
    color: #fff;
}

.menu-day-area {
    position: relative;
    z-index: 1;
    background: rgb(186, 35, 28);
    background: linear-gradient(180deg, rgb(186 35 28 / 21%) 0%, rgba(186, 35, 28, 0) 100%);
}

.menu-day-area .btn-bx {
    text-align: center;
    margin-top: 50px;
}

.menu-day-area .section-title {
    margin-bottom: 50px;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding-top: 0;
}

.menu-day-product-content {
    background: #fff;
    margin-top: -90px;
    padding: 50px;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: center;
    margin-bottom: 30px;
}

.menu-day-product-content .menu-day-tab-list {
    padding: 30px 0;
    justify-content: center;
    border: none;
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    padding-right: 30px !important;
    margin-right: 30px;
    border-right: 1px dashed #bbb !important;
    vertical-align: top;
    border: none;
    padding: 0;
}

.menu-day-product-content li.nav-link.active {
    background: transparent !important;
}

.menu-day-product-content .menu-day-tab-list li span {
    display: block;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}

.menu-day-product-content .menu-day-tab-list li span img {
    max-width: 35px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 25px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-single-product-horizontal .menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #000;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
}

.menu-day-product-content .menu-day-tab-list li.active span img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(2486%) hue-rotate(346deg) brightness(84%) contrast(97%) !important;
}

.menu-day-product-content .menu-day-tab-list li span:hover {
    color: #000000;
}

.menu-day-product-content .menu-day-tab-list li span:hover img {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li span:hover img:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none !important;
}

.menu-day-product-content .menu-day-tab-list li.active span {
    color: #000000;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 25px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


/*--------------------------------------------------------------
# catering
--------------------------------------------------------------*/

.catering-sec {
    position: relative;
    text-align: center;
    /* background-position: center center;
  background-size: cover;
  background-attachment: fixed;  */
}


/* .catering-sec:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 85%);
  top: 0;
  margin: auto;
  opacity: 0.9;
} */

.catering-sec::after {
    content: "";
    width: 42%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}


/* .catering-sec .section-title h2,
.catering-sec .section-title span,
.catering-sec .section-title p,
.catering-sec .event-cn ul li,
.catering-sec .event-cn ul li::before {
  color: #fff;
} */

.event-slider {
    z-index: 9;
}

.event-cn {
    position: relative;
    z-index: 9;
    text-align: left;
}

.event-cn p {
    margin-top: 15px;
}

.event-img img {
    height: 550px;
    object-fit: cover;
    transition: all 0.5s;
    width: 100%;
    border-radius: 15px;
}

.event-bx {
    cursor: pointer;
}

.event-img {
    margin-bottom: 0;
    overflow: hidden;
}


.event-cn h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'PP Neue Montreal Book';
}

.event-cn h3 {
    color: #fff;
    font-size: 25px;
    transition: all 0.5s;
}

.service-bx {
    text-align: center;
}

.event-cn ul {
    display: none;
    align-items: center;
    flex-wrap: wrap;
}

.event-cn ul li {
    flex: 0 0 50%;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.event-cn ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    color: #000000;
}

.event-cn .btn_bx {
    margin-top: 15px;
}

.event-btn {
    cursor: pointer;
    color: #000 !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: transparent;
    display: inline-block;
    border-radius: 100px;
}

.event-list {
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    gap: 25px;
}

.all-bx-center p {
    margin: 0;
}

.event-head {
    margin-bottom: 70px;
}

.event-ic {
    margin-bottom: 20px;
}

.event-bx-center {
    text-align: center;
    padding: 15px;
    transition: all 0.5s;
}

.event-bx-center h3 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
    color: #aa0412;
}

.event-bx-center p {
    line-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.arrow-img.arrow-left-dir img {
    margin-left: 0;
    margin-right: 155px;
}

.event-bx-center .arrow-img img {
    max-width: 160px;
    margin-left: 155px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(3077%) hue-rotate(30deg) brightness(100%) contrast(94%);
}

.arrow-img.arrow-left-dir img {
    margin-left: 0;
    margin-right: 155px;
}

.all-bx-center {
    text-align: center;
    margin-inline: auto;
    max-width: 650px;
    padding: 15px;
}

.all-bx-center h3 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
    color: #aa0412;
}

.catering-new .btn-bx {
    margin-top: 50px;
}





.event-head {
    max-width: 850px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.event-bx {
    position: relative;
}

.event-cn {
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 15px;
}

.event-slider-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.event-slider-new .event-img img {
    height: 550px;
}




/*--------------------------------------------------------------
	event Section new
--------------------------------------------------------------*/

.event-img-1 {
    transform: translateX(100%) rotate(5deg);
    transition: transform 0.5s ease-out;
}

.event-img-1.active {
    transform: translateX(0) rotate(0deg);
}

.event-img-2 {
    transform: translateX(-100%) rotate(-5deg);
    transition: transform 0.5s ease-out;
}

.event-img-2.active {
    transform: translateX(0) rotate(0deg);
}

.event-list {
    max-width: 100%;
    margin-inline: auto;
}


.event-bx p {
    line-height: inherit;
}

.event-section .btn-bx {
    margin-top: 150px;
}


.event-box-2 {
    margin-top: 150px;
}





.box-animation {
    transition: transform 0.1s linear;
    /* smooth */
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-new {
    position: relative;
    background: #f2f2f2;
}

.testimonials-new .container {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 50px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}

.quotes_img {
    display: none;
}

.quotes_img img {
    /* filter: brightness(0) saturate(100%) invert(8%) sepia(86%) saturate(7433%)
    hue-rotate(354deg) brightness(122%) contrast(114%); */
    filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(3077%) hue-rotate(30deg) brightness(100%) contrast(94%);
}

.divider_img {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(3077%) hue-rotate(30deg) brightness(100%) contrast(94%);
}

.testimonials-new .slick-arrow.slick-next {
    right: 0;
}

.testimonials-new .slick-arrow {
    top: 32%;
}

.testimonials-slider .slick-slide {
    opacity: 0.3;
}

.testimonials-slider {
    max-width: 850px;
    margin-inline: auto;
    padding: 0 50px;
}

.testimonials-slider .slick-slide.slick-current {
    opacity: 1;
}

.goggle-img {
    background: rgb(254 231 213 / 55%);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
    display: none;
}

.testimonials-box-author {
    text-align: center;
}

.testimonials-auther-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-family: 'PP Neue Montreal Book';
    letter-spacing: 3px;
}

.testimonials-body {
    margin-bottom: 0;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}


/* .testimonials-new  .slick-list {
    padding: 0 120px !important; 
    overflow: visible !important;
} */

.testimonials-new p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--pbmit-xcare-blackish-color);
    letter-spacing: -0.25px;
}

.testimonials-new.testimonials-inner-new .testimonials-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c000047;
}

.testimonials-new.testimonials-inner-new p {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}


/*--------------------------------------------------------------
 Blog Section
--------------------------------------------------------------*/

.blog-section .section-title {
    margin-bottom: 50px;
}

.grid .img-holder img {
    width: 100%;
}

.blog-section .blog-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
}

.blog-section .blog-grids .grid {
    width: 100%;
    float: left;
    margin: 0px 15px 0px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.grid .img-holder {
    position: relative;
    background: #323335;
}

.grid .img-holder img {
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
    height: 300px;
    object-fit: cover;
}

.grid:hover .img-holder img {
    transform: scale(1.05);
}

.blog-section .img-cat {
    position: relative;
}

.blog-section .cat {
    position: absolute;
    left: 25px;
    top: 25px;
}

.blog-section .cat a {
    background: #000;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 6px 15px;
    margin-right: 8px;
}

.blog-section .grid .details {
    padding: 30px;
    z-index: 1;
    background: #fff;
    max-width: 100%;
    margin-inline: auto;
    right: 0;
    left: 0;
    box-shadow: 0px 2px 28px 0px rgb(56 53 53 / 14%);
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding-top: 30px;
}

.blog-section .details h3 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-section .grid .details a {
    text-transform: capitalize;
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.blog-section .grid .details a i {
    font-size: 14px;
    margin-left: 1px;
}

.blog-section .details h3 a:hover {
    color: #000;
}

.blog-section .grid .details p {
    margin: 10px 0;
    color: #ffffff;
    background: #000000;
    position: absolute;
    top: -28px;
    left: 25px;
    width: 125px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}

.blog-section .author a,
.blog-section .comment a {
    color: #797979;
}

@media (max-width: 991px) {

    .blog-section .author a,
    .blog-section .comment a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.blog-section .author a:hover,
.blog-section .comment a:hover {
    color: #000;
}

.blog-section .author img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blog-section .comment {
    padding-top: 5px;
}

.blog-section .comment i {
    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: 2px;
}


/*--------------------------------------------------------------
 # Gallery
--------------------------------------------------------------*/

.gallery_slider .slick-slide {
    padding: 0 5px;
}

.gallery_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s;
}

.gallery_img:hover img {
    transform: scale(1.1);
}

.gallery_img {
    position: relative;
    box-shadow: 3px 0px 5px #b3aeae;
    background: #fff;
    padding: 7px;
}

.gallery_img a {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}

.gallery_img a:before {
    position: absolute;
    content: "\f065";
    background: rgb(157 188 8 / 70%);
    height: 96%;
    width: 96%;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    font-family: "FontAwesome";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    margin: auto;
    right: 0;
    transform: translate(0px, -1000px);
    z-index: 3;
}

.gallery_img:hover a:before {
    transform: translate(0px, 0px);
}

.gallery-section .section-title {
    margin-bottom: 50px;
}

.gallery-section {
    background: #fff;
}


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
    display: none;
}

.lines .line:nth-child(1) {
    margin-left: -22%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(70 0 0 / 13%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(70 0 0) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

section#footertop {
    position: relative;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.footer-socail .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.footer-socail .social-area li {
    list-style: none;
    color: #fff;
}

.footer-section {
    position: relative;
    /*  border-top: 1px solid rgb(0 0 0 / 6%);
  background-repeat: no-repeat;
  background-size: cover; */
    padding: 0;
}


/* .footer-section:before {
    content: "";
    position: absolute;
    top: 0;
    background: rgb(11 55 92);
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
} */

.footer-con-info i {
    color: #9dbc08;
    margin-right: 8px;
}

.footer-section {
    position: relative;
    padding: 0;
    background: #000;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-logo {
    text-align: center;
    padding: 80px 0;
    border-block: 1px solid rgb(255 255 255 / 22%);
    z-index: 1;
    position: relative;
}

.footer-logo h2 {
    color: #fff;
    font-size: 75px;
    margin: 0;
    text-transform: uppercase;
}

.footer-logo h2 span {
    color: #c20933;
}

.footer-cta {
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

.hours h3 {
    color: #fff;
    font-size: 18px;
}

.hours-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.error {
    background: red;
    color: #fff !important;
    padding: 0 5px;
    display: block;
    font-size: 14px;
}

.hour_bx {
    margin-bottom: 30px;
}

.footer-con-info p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #ffff;
}

.footer-con-info a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 4px 14px;
}

.single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 0px;
    background: #c20933;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #c20933;
    font-size: 24px;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.footer-content {
    display: grid;
    grid-template-columns: 25% 40% 25%;
    gap: 5%;
    padding-bottom: 35px;
    padding-top: 55px;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 0;
}

.footer-logo img {
    /* background: #ffffffc9; */
    padding: 25px 50px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #c20933;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #c20933;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #c20933;
    background-color: #c20933;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #9dbc08;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    font-size: 25px;
    margin-bottom: 30px;
}

.hours-text {
    margin-bottom: 30px;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.footer-widget ul li a:hover {
    color: #000000;
}

.footer_logo {
    text-align: center;
}

.footer-widget ul li a,
.footer-widget ul li p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.copyright-area {
    border-top: 1px solid rgb(255 255 255 / 22%);
    z-index: 1;
    position: relative;
    padding-block: 14px;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.copyright-text p a {
    color: #fff;
    font-weight: 500;
}

.copyright-text p a:hover {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #c20933;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section ul.social-area li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #9dbc08;
}

.footer-section ul.social-area li a:hover {
    background: #9dbc08;
}

.footer-content .footer-widget:nth-child(2)::before,
.footer-content .footer-widget:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ffffff38;
    height: 100%;
}

.footer-content .footer-widget:nth-child(2)::before {
    left: 0;
}

.footer-content .footer-widget:nth-child(2)::after {
    right: 0;
}

.footer-content .footer-widget {
    position: relative;
}

.footer_logo img {
    max-width: 230px !important;
    margin-bottom: 22px;
}

.home .header .filled_btn {
    background: #000000 !important;
    color: #fff !important;
}

.home .right_btn a img {
    filter: invert(1) !important;
}

.home .header {
    background: unset !important;
}

.page-template .right_btn a img {
    filter: unset;
}

.page-template .logo_bx {
    background-color: transparent;
}

.page-template .header {
    background: #fff;
}

.page-template .header .filled_btn {
    background: #9dbc08 !important;
    color: #000000 !important;
}


/***** 06-08-2024 *****/
.about-content .btn-bx {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.inner-banner {
    position: relative;
    background: #f4f8e4;
}

.inner-banner img {
    width: 100%;
}

body:not(.home) {
    margin-top: 110px;
}

.inner-banner-content .banner-title {
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 40px;
    margin-bottom: 15px;
}

.inner-banner-content {
    padding-left: 50px;
}

.inner-banner-content .banner-title h1 {
    margin: 0px;
    color: #aa0412;
    font-size: 35px;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.inner-page-title h1 {
    margin: 0px;
    color: #aa0412;
    font-size: 40px;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.inner-banner-content .banner-title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #aa0412;
    height: 3px;
    display: inline-block;
    left: 0;
}

.inner_pages_header {
    position: static;
    background-color: #000000;
}

.about-section.tow-part-section .right_text {
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 4px 0px #00000042;
    border-radius: 25px;
    border-top: 5px solid #9dbc08;
    height: 100%;
}

.about_section .left_pics {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow: hidden;
}

.about_section .first_pic {
    height: 480px;
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.about_section .left_pics img {
    transition: 0.3s;
}

.about_section .left_pics img:hover {
    transform: scale(1.1);
}

.about_section .se_pic {
    height: 485px;
    width: 306px;
    object-fit: cover;
    border-radius: 10px;
}

.about_section .help-txt {
    background: #c20933;
    border-radius: 24px 0px 24px 0px;
    padding: 10px;
    margin-top: 15px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_section .help-txt p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.about_section .hide_ {
    overflow: hidden;
    border-radius: 10px;
}

.about_section .right_text {
    padding-left: 30px;
    padding-right: 30px;
}

.left-image img {
    width: 100%;
    max-width: 407px;
    margin-left: auto;
    display: block;
    margin-right: 12px;
}

.about_section .right_text .mobile_number {
    display: flex;
    align-items: center;
    margin: 25px 0px 0px 0px;
    border-top: 1px solid #313131;
    padding-top: 20px;
    gap: 15px;
    transition: 0.4s;
}



.about_section .right_text .about_section .right_text .mobile_number:hover img {
    transform: scale(1.1);
}

.about_section .right_text .mobile_number img {
    transition: 0.3s;
    height: 60px;
    width: 60px;
}

.about_section .right_text .mobile_number p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.about_section .right_text .mobile_number a {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    animation: colorChange 2s infinite;
}

@keyframes colorChange {
    0% {
        color: #000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #000;
    }
}

.our_services .feature-box {
    /* -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06); */
    padding: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: 0.2s;
}

.our_services .feature-box:hover {
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
}

.our_services .feature-box::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: transparent;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}

.our_services .feature-box:hover::after {
    height: 33%;
    width: 35%;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

.our_services .feature-box::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: transparent;
    bottom: 0px;
    right: 0px;
    transition: 0.3s;
}

.our_services .feature-box:hover::before {
    height: 33%;
    width: 35%;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.our_services .feature-box:hover .box-icon {
    background-color: #000000;
}

.our_services .feature-box .box-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 18px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #00000040;
    display: grid;
    place-items: center;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
}

.our_services .feature-box .box-icon img {
    height: 40px;
    width: 40px;
}

.our_services .feature-box a {
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.our_services .row {
    margin-top: 30px;
}

.check-feature-wrap {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 0;
    margin-top: 12px;
    margin-bottom: 30px;
}

.check-feature span {
    font-size: 17px;
    padding: 15px 15px;
    display: flex;
    gap: 8px;
    background: #fff8f0;
    text-align: left;
    font-weight: 500;
}

.check-feature span img {
    height: 20px;
    width: 20px;
    margin-top: 4px;
}

.food_delivery__ {
    background: #9dbc08;
}

.bg-grey {
    background: #eceff2;
}

.bg-grey h2 {
    margin-bottom: 0;
    text-align: center;
}

.food_delivery__ .right_pic {
    position: relative;
    z-index: 777;
}

.food_delivery__ .right_pic .first_pic {
    width: 100%;
    z-index: 777;
    position: relative;
}

.food_delivery__ .right_pic {
    display: flex;
    align-items: center;
}

.food_delivery__ .second_pic {
    position: absolute;
    object-fit: cover;
    right: 8px;
    bottom: 45px;
    width: 100%;
    max-width: 220px;
    animation: moveLeftRight 2s infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(25px);
    }

    100% {
        transform: translateX(0);
    }
}


/***** End 06-08-2024 *****/


/***** End 07-08-2024 *****/

.tp-contact-area {
    background: #f4f8e4;
    padding-top: 0px;
}


.tp-contact-ip-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    background: #fff;
    padding: 18px;
    height: 100%;
}

.tp-contact-ip-wrapper .tp-contact-ip-content {
    display: block;
    width: 100%;
}

.tp-contact-ip-wrapper .tp-contact-ip-paragraph a {
    font-size: 18px;
}

.parallax-sec-about .right_text {
    background: hsl(0deg 0% 100% / 95%);
    padding: 25px;
    max-width: 530px;
    margin-left: auto;
}

.parallax-sec-about {
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.tp-contact-ip-wrapper .tp-contact-ip-img {
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #9dbc08;
}

.tp-contact-ip-title {
    text-transform: capitalize;
    font-size: 22px;
    margin: 0;
    font-family: 'PP Neue Montreal Book';
    letter-spacing: 0;
}

.tp-contact-ip-wrapper .tp-contact-ip-paragraph {
    width: auto;
    margin: auto;
    margin-top: 8px;
    line-height: 22px;
    margin-top: 8px;
}

.tp-contact-ip-wrapper .tp-contact-ip-paragraph a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.tp-contact-ip-wrapper .tp-contact-ip-paragraph a:hover {
    color: #000000;
}

.left_form form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    background: #000;
}

.left_form .row {
    margin-top: 25px;
    row-gap: 15px !important;
}

.left_form form input {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #fff;
}

form ::placeholder {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

form textarea {
    width: 100%;
    padding: 15px;
    background: transparent;
    height: 90px;
    border: 1px solid #fff;
    color: #fff;
}

form textarea::placeholder {
    color: #fff;
}

form .section-title h2 {
    font-size: 35px;
    margin-bottom: 5px;
    color: #fff;
}

.page-id-1095 form .section-title h2 {
    color: #9dbc08;
    font-size: 35px;
}

form .section-title p {
    color: #fff;
}

form a {
    margin-top: 22px;
}

.form__con {
    background: #ffffff;
    position: relative;
    background-image: url('https://develop.stackblue.com/valley-market/wp-content/uploads/2026/02/Frame-2147226369-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

.con-map {
    padding: 0;
}

.con-map .map {
    padding: 0;
    height: 400px;
}

.cc-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    display: none;
}

.map {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    height: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.blog_page .blog-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
}

.blog_de .blog_text {
    margin-top: 35px;
}

.blog_de .blog_text h2 {
    background: #f1f1f1;
    padding: 10px 16px;
    font-size: 24px;
    border-left: 5px solid #000000;
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog_de img {
    width: 100%;
    border-radius: 20px;
}

.blog_de {
    padding: 100px 0px;
}

.testimonials_page .mian_bx {
    background: #fff;
    border-radius: 0px;
    height: 100%;
    margin: 0;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    outline: 3px solid #9dbc081a;
    outline-offset: -13px;
}

.testimonials_page .mian_bx p {
    font-size: 16px;
    padding-right: 0px;
}

.testimonials_page .testimonials-head {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials_page .name_bx {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}


.testimonials_page .name_bx h2 {
    font-size: 18px;
    color: #aa0412;
    margin: 0;
}
.testimonials_page .name_bx img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(24%) saturate(5460%) hue-rotate(24deg) brightness(91%) contrast(94%);
}

.gallery_page .ga_main_bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.our-menu {
    background: #fff;
}

.our-menu .menu-wrapper {
    border: 2rem solid #fff;
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
}

.our-menu .nav-tabs .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.our-menu .nav-tabs .nav-link:hover {
    border: none !important;
}

.our-menu .nav-tabs .nav-link:focus {
    border: none !important;
    outline: none !important;
}


/* .our-menu .nav-tabs .nav-link:hover {
    border-color: #c216131c;
    padding-bottom: 4px;
} */

.our-menu .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000000 !important;
    color: #000000;
    border: none;
}

.our-menu .row {
    justify-content: center;
}

.our-menu .menu-item {
    height: 100%;
}

.our-menu .menu-item :is(.card,
    .card>*,
    .info>*) {
    border: none;
    padding: 0;
    background-color: unset;
}

.our-menu .menu-item .card {
    background-color: #fff;
    border: 0.025rem solid #bbb;
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    height: 100%;
    border-radius: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    scale: 0.9;
    opacity: 0;
    animation: 400ms zoomIn cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1;
    animation-delay: calc(100ms * var(--i));
}

@keyframes zoomIn {
    to {
        scale: 1;
        opacity: 1;
    }
}

.our-menu .menu-item .card .card-thumbnail img {
    max-width: 120px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 16px hsl(0 0% 0% / 15%);
}

.our-menu .menu-item .card .info {
    width: 100%;
}

.our-menu .menu-item .card .divider {
    border: 1px dashed #e0e0e0;
    margin-block: 8px;
}

.our-menu .menu-item .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-menu .menu-item .price-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-menu .section-title {
    text-align: center;
}

.our-menu .section-title+.row {
    margin-block-start: 1.5rem;
}

.our-menu .menu-item .title * {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.our-menu .menu-item .price {
    display: flex;
}

.our-menu .card .price span {
    font-size: 17px;
    font-weight: 500;
}

.our-menu .card .card-header .title {
    width: 60%;
    flex: 0 0 60%;
}

.our-menu .card .title>* {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-size: 19px;
    font-weight: 600;
}

.our-menu .menu-wrapper .row {
    row-gap: 1.5rem;
}

.our-menu .note {
    background-color: #d49127;
    margin-block-start: 2rem;
    padding: 25px;
    text-align: center;
}

.our-menu .note p {
    margin: 0;
}

.our-menu .section-title h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.our-menu .section-title {
    margin: 10px 0px 10px 0px;
}

.our-menu .inner_tab_text {
    text-align: center;
}

.our-menu .add_gap {
    row-gap: 6px !important;
    column-gap: 0px !important;
}

.catering_inner_page .section-title h2 {
    font-size: 40px;
}

.bg-light-red {
    background: #fff7f7;
    padding: 80px 0px;
}

ul.list-style li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 32px;
}

ul.list-style li:before {
    content: "\f79f";
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    position: absolute;
    left: 0;
    color: #c20933;
}

.bg-light-red .section-title h2 {
    font-size: 35px;
    margin-bottom: 5px;
}

.tray_sec_ab .btn_bx {
    margin-top: 20px;
}

.about_us__ .section-title h2 {
    font-size: 35px;
    margin-bottom: 5px;
}

.about_us__ ul li {
    margin: 12px 0px 12px 0px;
}

.bg-light-red img {
    height: 435px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding: 6px;
    border: 1px solid #d6d6d6;
}

.about_us__ img {
    height: 435px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding: 6px;
    border: 1px solid #d6d6d6;
}

.tray_sec_ab .section-title h2 {
    font-size: 40px;
}

.cta-ab .btn_bx {
    margin-top: 25px;
}

.catering_request_form form {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #000000;
    max-width: 850px;
    margin-inline: auto;
}

.catering_request_form form .input-group-text {
    background: transparent;
    border: none;
}

.catering_request_form form .form-control_ {
    width: 100%;
    border: none;
    background: transparent;
    padding: 12px 8px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #c1c1c1;
}

.catering_request_form .form-control {
    width: 100%;
    background: transparent;
    border: 1px solid #c1c1c1;
    padding: 13px 8px;
    transition: all 0.3s ease-in-out;
    border-radius: 0px !important;
    text-transform: capitalize;
}

.catering_request_form textarea {
    width: 100%;
    background: transparent;
    padding: 15px 8px;
    transition: all 0.3s ease-in-out;
    border-radius: none;
    border: none;
    border: 1px solid #c1c1c1;
    /* margin-top: 16px; */
}


/* .catering_request_form form .form-control_:focus {
    border-bottom: 1px solid #ae082e;
} */

.catering_request_form form .form-control:focus {
    border-bottom: 1px solid #5c5c5b !important;
}

.catering_request_form form .input-group {
    flex-wrap: nowrap;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* margin: 12px 0px 12px 0px; */
    width: 100%;
    flex-wrap: nowrap;
}

.catering_request_form form select,
textarea {
    border: none;
    width: 100%;
    border-bottom: 1px solid #5c5c5b;
    color: #000 !important;
}

.custon_form {
    margin-left: 4px;
    margin-top: 6px;
}

.custon_form .top_label {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 1px;
}

.catering_request_form ::placeholder {
    text-transform: capitalize;
    color: #000;
}

.catering_request_form .right_form a {
    margin-top: 30px;
    margin-left: auto;
    display: block;
}

.custon_form {
    margin-left: 4px;
    margin-top: 6px;
}

.row.add_s {
    margin-top: 35px;
    row-gap: 15px;
}

.catering_request_form form .btn_bx {
    margin-top: 0px;
}

.catering_inner_page {
    padding: 80px 0px;
}

.catering_request_form {
    padding: 80px 0px;
}

.about_us__ {
    padding: 80px 0px;
}

.tray_sec_ab {
    padding: 80px 0px;
}

aside {
    display: none;
}

.top-bar-mobile {
    display: none;
}

.mobmenur-container {
    background: #9dbc08;
    padding: 7px 3px;
}
.mobmenu-content li {
    padding: 0;
}
.mobmenu-content li a{
	width: 100%;
}
.mobmenu-content li {
    border-bottom: 1px solid #ffffff2e;
}
.mobmenu-content li>.sub-menu li {
    padding-left: 0;
}

.first ul li a:hover {
    color: #fff;
}

.our-menu {
    padding: 70px 0px;
}

.our-menu .btn__ {
    text-align: center;
    margin-top: 32px;
}

.all_carering_menu .bg_color_one {
    background-color: #9dbc08;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bg_color_one .row img {
    width: 100%;
}

.all_carering_menu .row_parent {
    margin: 0em 0em 3em 0em;
}

.all_carering_menu .menu-list {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    position: relative;
    z-index: 777 !important;
}

.all_carering_menu .menu-list::after {
    position: absolute;
    content: "";
    min-height: 1px;
    background: #000000;
    width: 100%;
    left: 0;
    bottom: 11px;
    z-index: -3;
}

.all_carering_menu .menu-list img {
    padding: 0px 8px;
    background: #fff7f7;
    margin-top: 0px;
}

.all_carering_menu .right_pic img {
    width: 100%;
    border-radius: 10px;
    transition: 0.4s;
    height: 400px;
    object-fit: cover;
}

.all_carering_menu .row:hover .right_pic img {
    transform: scale(1.1);
}

.all_carering_menu .right_pic {
    padding: 0.1em;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.all_carering_menu {
    padding-top: 0;
    padding-bottom: 0;
}

.all_carering_menu .bg_color_one h2 {
    font-size: 35px;
    margin-bottom: 5px;
}

.all_carering_menu .bg_color_one .left_text {
    padding-left: 20px;
    padding-right: 50px;
}

section.booking {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5ebe1;
}

section.booking p a {
    color: #000000;
    font-weight: 600;
}

.catering_inner_page {
    padding: 70px 0px;
}

.catering-sec .row {
    position: relative;
    z-index: 9;
}

.cptch-sect .error {
    position: relative;
    top: -19%;
    width: fit-content;
}

.form_ .col-lg-12 .error {
    position: relative;
    top: -3%;
}

.catering_request_form .txt .error {
    position: relative;
    top: -3%;
}

.catering_request_form .capcha_bx .error {
    position: relative;
    top: -19%;
    width: fit-content;
}

.header .navbar li.activee a {
    color: #ffff03;
    background: #000000;
}

.header .navbar li.activee a span.menu_ic img {
    filter: invert(1);
    filter: brightness(0) saturate(100%) invert(100%) sepia(47%) saturate(5166%) hue-rotate(348deg) brightness(108%) contrast(107%);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 15px;
    text-decoration: none;
    padding: 15px 30px;
}

.menu-item-has-children .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.menu-item-has-children .dropdown-menu li {
    list-style: none;
    width: 100%;
}

.menu-item-has-children .dropdown-menu li a {
    display: block;
    padding: 10px 15px !important;
    text-decoration: none;
    color: #fff !important;
    transition: background 0.3s;
    width: 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid #00000014;
    position: relative;
    background: #fff;
}

.menu-item-has-children:hover>.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    border: 0;
    border-top: transparent;
    border-radius: 0px;
    width: 100%;
    min-width: 200px;
    display: flex;
    text-align: left;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    left: -31px;
    top: 109px;
    box-shadow: 0 4px 15px #9dbc0896, 0 0 0 5px rgba(191, 211, 174, 0.55);
    background: #9dbc08;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu::before {
    height: 18px;
    width: 18px;
    position: absolute;
    background-color: #9dbc08;
    content: "";
    left: 44%;
    transform: translate(-50%, -50%);
    top: -9px;
    transform: rotate(45deg);
}

.top-banner {
    background: #9dbc08;
}

.top-banner-slider .section-title h1 {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}

.food-menu-image img {
    background: #fff;
    padding: 14px;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
}


.footer-logo-bx a:hover {
    background-color: transparent;
}

.site-header {
    position: absolute;
    z-index: 77;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    background: #9dbc08;
}

.home {
    padding-top: 110px;
}

.menu-right-wrapper {
    justify-content: end;
}

ul.main-menu,
ul.right_nav_header {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.menu-left-wrapper li a:not(.logo, .red-btn),
.menu-right-wrapper li a:not(.logo, .red-btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: rgb(0 0 0);
    text-transform: uppercase;
    position: relative;
    width: 100%;
    transition: 0.3s;
    gap: 5px;
    padding: 10px 0;
    background: transparent;
    text-align: center;
}

.menu-left-wrapper .main-menu li a:not(.logo, .red-btn):hover {
    color: #aa0412;
}


.menu-left-wrapper li a.red-btn {
    padding: 13px 20px;
}

.menu-left-wrapper li a.red-btn::before {
    background-color: #aa0412;
}


.menu-left-wrapper li a.red-btn span {
    color: #fff !important;
}

.menu-left-wrapper li a span {
    color: #000;
}

.menu-left-wrapper li a.red-btn span {
    color: #000;
}

.menu-left-wrapper .red-btn:hover span {
    color: #fff;
}

.header-fixed-wrapper .menu-left-wrapper li a.red-btn::before {
    background-color: #aa0412;
}

.header-fixed-wrapper .menu-left-wrapper li a.red-btn span {
    color: #fff;
}

.header-fixed-wrapper .menu-left-wrapper .red-btn:hover span {
    color: #fff;
}

.page-template:not(.home) .menu-left-wrapper li a.red-btn::before,
.page-template-Contact .menu-left-wrapper li a.red-btn::before {
    background-color: #aa0412;
}

.page-template:not(.home) .menu-left-wrapper li a.red-btn span,
.page-template-Contact .menu-left-wrapper li a.red-btn span {
    color: #fff;
}

.page-template:not(.home) .menu-left-wrapper .red-btn:hover span,
.page-template-Contact .menu-left-wrapper .red-btn:hover span {
    color: #fff;
}


.main-menu a .menu-icon img {
    width: 100%;
}

.order-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

a.number-btn {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

a.number-btn img {
    transition: all 0.5s;
    max-height: 40px;
}

a.number-btn:hover img {
    transform: scaleX(-1);
}

.order-btn a.gold-btn {
    margin-right: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #000000;
    gap: 15px;
    flex-direction: row;
    padding: 10px 20px;
}

.order-btn a.btn-filled:hover {
    background-color: #000;
}

.logo-wrapper {
    text-align: center;
    max-width: 285px;
}

.logo-wrapper a {
    width: 100%;
    display: block;
}


/* .logo-wrapper a{
  position: relative;
}
.logo-wrapper a::before{
  position: absolute;
  content: '';
  background-color: red;
  height: 100%;
  width: 100%;
} */

.logo-wrapper a img {
    max-width: 100%;
    transition: all 0.5s;
}

.order-btn img {
    width: 100%;
    max-width: 45px;
    position: relative;
    z-index: 1;
}

.header-fixed-wrapper {
    position: fixed;
    background: #9dbc08;
    box-shadow: 0 0 4px #03030380;
}

.header-fixed-wrapper .menu-left-wrapper li a:not(.logo, .gold-btn, .has-dropdown .sub-menu li a),
.menu-right-wrapper li a:not(.logo, .gold-btn) {
    color: #000 !important;
}

.header-fixed-wrapper .gold-btn::before {
    background-color: #9dbc08;
}

.header-fixed-wrapper .menu-right-wrapper .main-menu li a {
    color: #000;
}

.header-fixed-wrapper .main-menu a .menu-icon img {
    max-width: 40px;
}


.header-fixed-wrapper .menu-right-wrapper .main-menu li a:hover {
    color: #000 !important;
}


body:not(.home) .inner-page-header {
    padding: 5px 0;
    background: #9dbc08;
    box-shadow: 0 0 4px #03030380;
}





.inner-page-header {
    padding: 5px 0;
}

.inner-page-header a.number-btn img {}

.inner-page-header .gold-btn::before {
    background: #aa0412;
}


.gallery-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.inner-page-header a .menu-icon img {
    max-width: 40px;
    position: relative;
    top: -3px;
    right: 0;
}


/* Main dropdown wrapper */

.menu-item-has-children {
    position: relative;
}


/* Hide submenu by default */

.daily-specials-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}


/* Submenu items */

.daily-specials-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.daily-specials-menu li a:hover {
    color: #fff !important;
}


/* Hover/focus on submenu links */

.daily-specials-menu li a:hover,
.daily-specials-menu li a:focus {
    background-color: #f2f2f2;
    color: #ff0000;
}

.menu-item-has-children:hover .daily-specials-menu,
.menu-item-has-children:focus-within .daily-specials-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.inner-page-header .menu-item-has-children:hover>.dropdown-menu {
    left: -5px;
    top: 50px;
}

.inner-page-header #daily-specials ul li a {
    display: block;
    width: 100% !important;
}

.inner-page-header #daily-specials ul li {
    width: 100%;
    display: block;
}


/* .home .logo-wrapper a:first-child {
  display: block !important;
} */


/* .home .logo-wrapper a img {
  display: none;
} */

.home .inner-pages-logo {
    display: block;
}

.home .inner-pages-logo img {
    display: block !important;
}


/* .page-template .logo-wrapper a:first-child {
  display: none;
} */

.header-fixed-wrapper.sticky .logo-wrapper img {
    display: block;
}

.page-template .header-fixed-wrapper .inner-pages-logo {
    display: none;
}

.inner-page-header .order-btn img {
    max-width: 38px;
}

.form-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 20px;
}

.g-recaptcha {
    max-height: 60px;
}

.privacy-policy-section {
    border-block-end: 2px solid #000000;
}

.privacy-policy-section :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    background: #eceff2;
    font-size: 25px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-left: 4px solid #000000;
    margin: 20px 0px 25px 0px;
    color: #000000;
    font-family: 'PP Neue Montreal Book';
    letter-spacing: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.privacy-policy-section :is(a) {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.inner-bg-sec {
    background-color: #9dbc08;
}

.menu-left {
    flex: 0 0 300px;
    background: #eceff2;
    padding: 30px 15px 15px;
    border: 1px solid #0000003b;
}

.menu-left .section-title {
    margin-bottom: 20px;
    text-align: left;
}

.menu-left .section-title h1 {
    font-size: 45px;

    color: #000000;
}

.FoodMenu-content.tab-content .section-title h2,
.menu-left .section-title h2 {
    font-size: 25px;
    margin: 0;
    color: #9dbc08;
}

.menu-bg-sec {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: center;
}

.menu-bg-sec .menu-name-bx h2 {
    background: rgb(255 255 255 / 80%);
    padding: 15px;
    display: inline-block;
    margin: 0;
    margin-top: 100px;
}

.menu-item-head {
    display: none;
}

.menu-item-head .section-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #9dbc081c;
}

.food-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.menu-item-main {
    background: #ffffff;
    padding: 25px;
    margin-top: -170px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px 2px #ccc;
}

.menu-item-sec {
    overflow: visible;
}

.FoodMenu-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.FoodMenu-item {
    margin: 0;
}

.FoodMenu-link {
    background: transparent;
    border: 1px solid rgb(11 55 92 / 36%);
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.3s, color 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.FoodMenu-link:hover,
.FoodMenu-link.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.FoodMenu-nav .FoodMenu-link.active {
    background-color: #9dbc08;
    color: #000;
    border-color: #9dbc08;
}

.FoodMenu-nav .FoodMenu-link:hover {
    background: #9dbc08;
    color: #fff;
    border-color: #9dbc08;
}

.FoodMenu-content {
    padding: 30px;
    width: calc(100% - 300px);
}


/* .page-id-556 .FoodMenu-content {
  background: #f2e4dc;
} */

.FoodMenu-content.tab-content .section-title,
.menu-left .section-title {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000030;
}

.FoodMenu-row.row {
    row-gap: 0;
    row-gap: 25px;
}

.FoodMenu-root {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: max-content max-content;
    align-items: center;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    padding: 15px;
}

.FoodMenu-root .FoodMenu-title {
    font-weight: 600;
    font-size: 20px;
}

.FoodMenu-root .FoodMenu-description {
    grid-area: 2 / 1 / 3 / -1;
    border-top: 1px dashed #e0e0e0;
    margin-block-start: 0.5rem;
    padding-block-start: 0.5rem;
}

.FoodMenu-description p {
    text-transform: capitalize;
    margin: 0;
}

.FoodMenu-root .FoodMenu-price {
    background-color: #9dbc08;
    color: #fff;
    padding: 0.15em 0.725em;
    border-radius: 100vmax;
    text-shadow: 1px 1px hsl(0, 0%, 0%, 50%);
    font-weight: 500;
}

.menu-food-img {
    height: 100%;
    padding-bottom: 25px;
}

.menu-food-img img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.inner-bg-sec .menu_txt_bx {
    text-align: center;
    color: #fff;
}

.page-id-556 .inner-bg-sec .section-title h1 {
    width: max-content;
    border-bottom: 2px solid #9dbc08;
    padding-bottom: 4px;
    margin: auto;
}

.inner-bg-sec {
    background-color: #f4f8e4;
    padding: 50px 0px;
}

.inner-bg-sec .section-title h1 {
    color: #aa0412;
    text-transform: capitalize;
    width: max-content;
    border-bottom: 2px solid #9dbc08;
    padding-bottom: 4px;
    margin: auto;
}

.menu-list-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
}

.menu-list-name li button {
    background: #f2f2f2;
    border: none;
    padding: 6px 15px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.menu-list-name li button:hover {
    transform: scale(1.05);
}

.menu-list-head {
    border-block: 2px solid #9dbc08;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: left;
}

.menu-list-head h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    margin: 0;
}

.menu-grid-2 .menu-bx h2 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 20px;
    flex-wrap: wrap;
    color: #000000;
}

.menu-grid-2 .menu-bx h2 span {
    color: #000000;
}

.menu-list-section {
    overflow: visible;
}

.burger-image {
    padding-right: 40px;
    position: sticky;
    top: 129px;
}

.menu-list-section.menu-img-right .burger-image {
    padding-right: 0;
    padding-left: 40px;
}

.menu-main {
    display: flex;
    padding-left: 30px;
    background: #f2e4dc;
}

.menu-grid-2 .main-bx .menu-bx {
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    padding: 15px;
}

.menu-grid-2 .main-bx .menu-bx p {
    margin: 0;
}

.inner-img-sec {
    padding: 0;
    position: relative;
}

.inner-img-sec .inner_banner_img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner-img-sec .inner-banner-content {
    padding: 50px 0;
}

.inner-img-sec .inner_banner_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner-banner-content h3 {
    font-size: 20px;
    font-family: 'PP Neue Montreal Book';
    letter-spacing: 0;
}

.home .testimonials-new .testimonials-item .testimonials-item-desc p {
    display: none;
}

.home .testimonials-new .testimonials-item .testimonials-item-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.FoodMenu-description .col p {
    padding: 10px;
    background-color: #fff;
    height: 100%;
}

.menu-main.catering_main_menu .FoodMenu-root {
    height: 100%;
}

.FoodMenu-description .row {
    row-gap: 15px;
}

.menu-main.catering_main_menu {
    background-color: #f8f8f8;
    padding: 0;
}

.menu-main.catering_main_menu .FoodMenu-content {
    padding: 60px 0;
}

.page-id-153 .inner-bg-sec .section-title h1 {
    width: max-content;
    border-bottom: 2px solid #9dbc08;
    padding-bottom: 4px;
    margin: auto;
}

.page-id-116 .FoodMenu-root .FoodMenu-price {
    padding: 10px 10px;
    border-radius: 0px;
    outline: 2px solid #fff;
    outline-offset: -5px;
}

.page-id-116 .FoodMenu-root {
    padding: 15px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 100%;
    background-color: #fff;
    margin: 15px auto;
    outline: 2px solid #9dbc0826;
    outline-offset: -7px;
}

.bg-color {
    background: #f2e6d0 !important;
}

.page-id-116 .bg-color {
    outline: 2px solid #9dbc08;
}

.sticky .logo-wrapper {
    max-width: 235px;
}

.inner-page-header .logo-wrapper {
    max-width: 150px;
}


.menu-list-main.flex-3 h2 {
    text-align: center;
}

.menu-list-main .section-title h2 {
    color: #aa0412;
}

.menu-des-3 {
    position: relative;
    padding: 0;
}

.menu-des-3 .container-fluid {
    position: relative;
    z-index: 2;
}

.menu-highlight-text p {
    margin: 25px 0;
    font-weight: 500;
}



.menu-des-3 .row {
    position: relative;
}

.menu-des-3 .row:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-inline: auto;
    background: rgb(170 4 18 / 80%);
    z-index: 0;
    width: 1px;
    height: 100%;
    transform: translate(-50%, -0%);
}


.menu-des-4 {
    position: relative;
    background: #f2e6d0;
    padding: 0;
}

.menu-des-4 .container-fluid {
    position: relative;
    z-index: 2;
}

.menu-des-4 .menu-list-main.flex-3 {
    background: #fff;
}

.menu-des-4 .row {
    position: relative;
}

.menu-des-4 .row:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-inline: auto;
    z-index: 0;
    width: 1px;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    top: 0;
}

.menu-list-main.flex-2 {
    display: grid;
    column-gap: 6px;
    align-items: flex-start;
}

.menu-des-4 .menu-list-main {
    background: transparent;
}

.menu-des-3 .note {
    color: #ffff;
    background: #101010;
    padding: 15px;
    border: 1px solid #e2992500;
    max-width: 950px;
}

.size-bx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
}

.size-bx .menu-item-price span {
    color: #9dbc08;
}

.menu-list-main.flex-3 .size-bx .menu-item-price span {
    color: #000;
}

.menu-list-main.flex-3 {
    display: block;
}

.menu-sec-right.menu-cl-1.menu-cl-2 .menu-cn-bx {
    flex: 0 0 calc(33% - 3px);
    padding: 5px 20px;
}

.menu-cn-bx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-bottom: 5px;
    flex: 0 0 30%;
}

.menu-list-main.flex-2 {
    display: grid;
    column-gap: 6px;
    align-items: flex-start;
}

.menu-list-main.flex-3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    align-items: flex-start;
    justify-content: space-between;
}

.menu-list-main.flex-3 .section-title {
    margin-bottom: 25px;
}


/*.menu-item-price {
    display: none;
  }*/

.menu-list-main.flex-2 * {
    color: #000000;
}

.menu-item-price {
    position: relative;
}

.size-bx .menu-item-price::before {
    display: none;
}

.menu-list-main.flex-2 .section-title {
    flex: 0 0 100%;
}

.menu-list-main.flex-2 .menu-cn-bx {
    flex: 0 0 calc(33% - 3px);
    padding: 5px 20px;
}

.menu-sec-right .menu-list-main.flex-2 .menu-cn-bx {
    flex: 0 0 calc(33% - 3px);
    padding: 5px 20px;
}

.menu-list-main.flex-2 .section-title {
    margin-bottom: 25px;
}

.menu-sec-right.menu-cl-1.menu-cl-2 .menu-cn-bx {
    width: 100%;
}

section.tray-menu .menu-list-main.flex-2 .menu-cn-bx,
section.tray-menu.menu-cl-1.menu-cl-2 .menu-cn-bx {
    width: 100%;
    flex: none;
}

section.tray-menu .menu-list-main.flex-2 .menu-cn-bx .menu-item-name,
section.tray-menu.menu-cl-1.menu-cl-2 .menu-cn-bx .menu-item-name {
    min-width: 390px;
}

.menu-item-price {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex: 0 0 80px;
}

.menu-item-name {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #5b5b5b26;
    width: 100%;
    display: block;
}

.menu-list-main {
    padding: 40px 30px;
}

.menu-item-price span {
    font-weight: 700;
    font-size: 16px;
}

.menu-list-main.flex-3 {
    display: block;
}

.menu-item-name h3 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'PP Neue Montreal Book';
    letter-spacing: 1px;
}

.sub-title-bx h2 {
    font-size: 25px;
    margin-top: 40px;
}

.sup-title-bx h2 {
    font-size: 30px;
    margin-top: 45px;
}

.left_form form .gold-btn::before {

    background: #9dbc08;
    border: 0px;
    margin-inline: auto;
    display: block;
}

.limit-bx {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.limit-bx i {
    font-style: normal;

}

.cta-section .text-bx h2 {

    font-size: 35px;
    color: #9dbc08;
}

div.our_menu_page .menu-cn-bx .menu-item-price {
    width: 90px;
    flex: initial;
    justify-content: flex-end;
}

div.our_menu_page section.tray-menu .menu-list-main.flex-2 .menu-cn-bx .menu-item-name {
    width: calc(100% - 90px);
    min-width: auto;
}

.menu-item-price {
    flex: 0 0 69px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.size-bx {
    padding-left: 0;
    padding-right: 0;
    gap: 13px;
}

div.our_menu_page .menu-cl-1.menu-cl-2 .menu-cn-bx .menu-item-name {
    min-width: auto;
    width: calc(100% - 131px);
}

/***** End 07-08-2024 *****/

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

section.about-block {
    position: relative;
    background: #f4f8e4;
}

.about-wrapper .about-image img {
    width: 100%;
}

.about-image img {
    width: 100%;
}

.bg-grey {
    background: #eceff2;
}

.img-bx img {
    width: 100%;
}

.catering-parallax .text-bx {
    display: block;
    background: #000000ed;
    padding: 25px;
    width: 100%;
    max-width: 550px;
}

.catering-parallax .text-bx h2 {
    color: #fff;
}

.catering-parallax .text-bx p {
    color: #fff;
}

section.catering-request-form.catering-block.common_pd {
    background-color: #f4f8e4;
}

.catering-request-form form {
    padding: 40px;
    background: #fff;
    border: 2px solid #9dbc08;
    border-radius: 0;
}

.catering-request-form input, .catering-request-form select, .catering-request-form textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #cfcdcd;
    box-sizing: border-box;
    appearance: auto;
}

.form-row {
    row-gap: 25px;
    margin-top: 32px;
}

.form-row .limit-box {
    display: flex;
    justify-content: space-between;
    margin: 4px 0px;
}

button#catering_submit {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    transition: 500ms;
    text-transform: uppercase;
    background-color: #9dbc08;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
}

.catering-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.menu-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
}

.inner-page-header .logo-wrapper {
    max-width: 200px;
}








.new-menu-section {
    background: #f2f2f2;
}

.new-menu-section .section-title {
    margin-bottom: 50px;
    max-width: 850px;
    margin-inline: auto;
}

.menu-item:first-child {
    margin-top: 0;
}

.menu-item {
    cursor: pointer;
    flex-flow: column;
    align-items: flex-start;
    gap: 0px;
    height: min-content;
    padding: 0 0 20px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #00000038;
    margin-top: 20px;
}

.new-menu-main {
    display: grid;
    grid-template-columns: 45% calc(55% - 50px);
    gap: 50px;
    align-items: center;
}

.menu-item p {
    margin: 0;
    font-weight: 600;
}

.menu-item.active h2 {
    color: #9dbc08;
}




.site-list li {
    margin: 16px 0px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-weight: 700;
}

.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #aa0412;
    outline: 2px solid #aa0412;
    outline-offset: 2px;
    position: absolute;
    content: '';
    border-radius: 100px;
    left: 5px;
    top: 7px;
}

.menu-block {
    background-color: #f4f8e4;
}

.menu-block ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
    max-width: 1042px;
    margin-inline: auto;
}

.menu-block ul li {
    padding: 18px;
    background: #fff;
    width: 100%;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
    transition: 0.2s;
    text-align: center;
}

.menu-block .end-bx p {
    margin: 0;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
    margin-top: 35px;
}

.bg-light-green {
    background: #f4f8e4;
}

.cta-content {
    text-align: center;
    max-width: 950px;
    margin-inline: auto;
}

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 15px;
}


.cta-info {
    font-size: 16px;
    margin-bottom: 35px;
}

.cta-info div {
    margin-bottom: 10px;
    font-weight: 600;
}

.cta-info a {
    color: #aa0412;
    text-decoration: none;
    font-weight: 600;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-slider2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery_img2 img {
    width: 100%;
    max-width: 100%;
}

.about-gallery {
    padding: 0;
}

.about-gallery .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}



.has-dropdown {
    position: relative;
}

.has-dropdown .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #aa0412;
    min-width: 200px;
    padding: 0;
    list-style: none;
    box-shadow: 0 5px 15px rgb(158 171 192);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    outline: 5px solid #aa04125e;
}

.has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.has-dropdown .sub-menu li {
    padding: 0;
}

.has-dropdown .sub-menu li a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    border-bottom: 1px solid #ffffff29;
    padding: 18px 15px;
}

.has-dropdown .sub-menu li a:hover {
    color: #fff !important;
    background: #aa0412;
}

.has-dropdown .sub-menu li a:nth-child(:last-child) {
    border-bottom: none;
}

.has-dropdown .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 25px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #aa0412;
}


.mobile-bar {
    display: none;
}

.catering-card {
    background: #fff;
    padding: 35px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 1px solid #9dbc0861;
    margin-bottom: 0;
    height: 100%;
}

.catering-card h3 {
    color: #aa0412;
    font-size: 28px;
}

.catering-card p {
    margin: 0;
}

.catering-card h4 {
    color: #aa0412;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #aa0412;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.catering-tabs-bx {
    padding-top: 25px;
    height: 100%;
}


.hero-video-section {
    padding: 0px;
}

.hero-video-section video {
    height: calc(100vh - 107px);
    width: 100%;
    object-fit: cover;
    margin-top: 0;
    object-position: top;
}

.flyer_sticker img {
    max-width: 100%;
}

.flyer_sticker {
    width: 200px;
    height: auto;
    top: initial;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    bottom: 0;
}

.flyer_image_com img {
    width: 100%;
}

.store-images {
    position: relative;
}


/* catering menu  section*/
.catering-menu-block {
    background: #f4f8e4;
}


.catering-menu-block .section-title h1 {
    color: #aa0412;
    border-bottom: 2px solid #9dbc08;
    padding-bottom: 12px;
    display: inline-block;
    margin-inline: auto;
    text-align: center;
    width: max-content;
    font-size: 35px;
}

.catering-menu-block .main-menu-grid {
    display: grid;
    grid-template-columns: 590px 590px;
    gap: 39px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.catering-menu-block .image-bx img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    outline: 2px solid #fff;
    outline-offset: -9px;
}

.catering-menu-block .main-menu-grid .food-name h4 {
    font-size: 24px;
    color: #aa0412;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    border-bottom: 2px solid #aa0412;
    width: fit-content;
    padding-bottom: 7px;
}

.catering-menu-block .menu-list li {
    font-weight: 600;
    padding-left: 25px;
    position: relative;
    margin: 18px 0px;
    font-size: 16px;
}

.catering-menu-block .menu-list {
    margin: 25px 0px;
}
.catering-menu-block .menu-list li::before {
    height: 11px;
    width: 11px;
    background-color: #aa0412;
    position: absolute;
    content: '';
    outline-offset: 2px;
    outline: 2px solid #aa0412;
    border-radius: 100px;
    left: 0;
    top: 8px;
}
.catering-menu-block .food-price span {
    color: #fff;
    background: #aa0412;
    padding: 7px 7px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

.catering-menu-block .text-block {
    margin: 20px 0px;
}

.catering-menu-block .text-block p {
    color: #000;
}

.catering-menu-block .icon-root {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1188px;
    margin: 55px auto;
}
.catering-menu-block .icon-root::before {
    height: 1px;
    width: 100%;
    background-color: #9dbc08;
    position: absolute;
    content: '';
}

.catering-menu-block .icon-root img {
    width: 100%;
    max-width: 50px;
    background: #f4f8e4;
    position: relative;
display: none;
}

/* catering menu  section*/

@media only screen and (max-width: 1600px) {
    .menu-container {
        column-gap: 30px;
    }

    ul.main-menu,
    ul.right_nav_header {
        gap: 10px;
    }
}

@media only screen and (max-width: 1400px) {


    .menu-left-wrapper li a:not(.logo, .gold-btn),
    .menu-right-wrapper li a:not(.logo, .gold-btn) {
        font-size: 14px;
    }



    header .gold-btn {
        padding: 13px 20px;
    }

    a.number-btn span {
        font-size: 16px;
    }
}

@media (max-width: 1366.98px) {
    .gallery_img img {
        height: 220px;
    }

    .gallery_page .ga_main_bx {
        gap: 15px;
    }
}

@media (max-width: 1366px) {
    .section-discover-menu .container {
        max-width: 1334px;
    }
}

@media (max-width: 1280px) {
    .section-discover-menu .container {
        max-width: 1246px;
    }

    .section-discover-menu .nav.nav-pills {
        padding-bottom: 0px;
    }
}


@media only screen and (max-width: 991px) {
	.nm-slider .slick-slide {
		padding: 0;
	}
    .banner-head h1,
    .banner-head h2 {
        font-size: 2rem;
    }

    .banner-head {
        max-width: 40%;
    }

    .banner-head p {
        font-size: 18px;
    }

    .banner-main .banner-image img {
        height: auto;
    }

    .tp-contact-area .row>div:nth-child(2) .tp-contact-ip-wrapper::before,
    .tp-contact-area .row>div:nth-child(2) .tp-contact-ip-wrapper::after {
        display: none;
    }

    .copyright-text p a {
        display: inline-block;
    }

    .footer-content {
        grid-template-columns: 100%;
        padding: 0px;
    }

    .menu-main {
        display: block;
        padding: 0;
    }

    .FoodMenu-content {
        padding: 40px 0;
    }

    ul.FoodMenu-nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
        overflow: auto;
    }

    .FoodMenu-content {
        margin-block-start: 0;
    }

    .FoodMenu-content {
        width: 100%;
    }

    .menu-list-head h2 {
        font-size: 36px;
    }

    .menu-grid-2 .main-bx {
        grid-template-columns: 1fr 1fr;
    }

    .mobmenur-container {
        margin-top: 0 !important;
    }
}

@media (max-width: 1200px) {
    body:not(.home) {
        margin-top: 0;
    }

    .mobile_header .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .site-header {
        display: none;
    }

    .banner-image::before {
        display: none;
    }

    .offcanvas-backdrop.show {
        opacity: 0.7;
    }

    .testimonials_page .name_bx {
        padding-bottom: 10px;
    }

    .testimonials_page .name_bx h2 {
        font-size: 20px;
    }

    .testimonials_page .mian_bx p {
        padding-right: 0px;
    }

    .left_form form input {
        /* margin-bottom: 15px; */
        height: 45px;
    }

    form .section-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .left_form form {
        padding: 20px;
    }

    .map {
        padding: 20px;
    }

    section.tp-contact-area .row {
        row-gap: 25px;
        justify-content: center;
    }

    .food_delivery__ .section-title p br {
        display: none;
    }

    .our_services .row {
        margin-top: 30px;
        row-gap: 27px;
    }

    .about_section .se_pic {
        height: 546px;
        width: 100%;
        max-width: 411px;
    }

    .about_section .first_pic {
        display: none;
    }

    .book-appoint-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #9dbc08;
    }

    .top-bar-mobile {
        background: #145bb1;
        display: none;
        position: relative;
        z-index: 99999;
    }

    .book-appoint-btn a,
    .call-appoint-btn a {
        color: #fff;
        text-decoration: none;
    }

    .book-appoint-bx .book-appoint-btn {
        flex: 0 0 50%;
        padding: 10px;
        background: #000000;
        text-align: center;
    }

    .call-appoint-btn {
        text-align: center;
        flex: 0 0 50%;
    }

    .top-bar-mobile {
        display: block;
    }

    .right_btn {
        display: none;
    }

    .header {
        display: none;
    }

    aside {
        display: block;
    }

    .mobile_header {
        padding: 20px 0px;
        background: #ffffff;
    }

    .mobile_header .align_bx {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .mobile_header .align_bx button {
        height: 40px;
        width: 40px;
        border-radius: inherit;
        font-size: 21px;
        padding: 0;
        margin: 0;
        line-height: 0;
        background: #000000;
        border: none;
    }

    .mobile_header .align_bx button:focus {
        background-color: #000000 !important;
    }

    .mobile_header .logo img {
        max-width: 125px;
        transition: all 0.5s;
        text-align: center;
        /* border: 2px solid #9dbc0894; */
        padding: 5px;
        background: #fff;
    }

    .offcanvas .btn-close {
        height: 25px;
        width: 25px;
        background: #000000;
        opacity: 1;
        border-radius: 0px;
        font-size: 23px;
        margin: 0;
        line-height: 0;
        color: #fff !important;
        display: grid;
        place-items: center;
    }

    .offcanvas .btn-close:focus {
        outline: none;
        box-shadow: none;
    }

    aside .offcanvas {
        background: #121212;
    }

    aside .offcanvas-body img {
        height: 30px;
        width: 30px;
        filter: invert(1);
    }

    aside .offcanvas-body a {
        display: flex;
        align-items: center;
        gap: 16px;
        margin: 15px 0px 15px 0px;
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        color: #ffffff;
        max-width: 257px;
        text-transform: capitalize;
    }

    #offcanvasWithBackdrop {
        width: 100%;
        z-index: 77777777;
        max-width: 290px;
    }

    .offcanvas-header {
        padding: 0;
    }

    .offcanvas-body {
        padding-top: 60px;
        /* padding-left: 20px; */
        /* padding-right: 30px; */
        padding-left: 0;
        /* padding-right: 0px; */
    }

    .offcanvas-body a {
        background: #1a1a1a;
        padding: 9px;
        padding-right: 15px;
        padding-left: 22px;
        margin-left: 15px !important;
    }

    .offcanvas-body a:hover {
        background: #000000;
    }

    aside .top-contact ul li a {
        background: transparent;
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: 8px;
        color: #000000;
        border: 1px solid #000000;
    }

    aside .right_a {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-right: 50px;
    }

    section {
        padding: 90px 0;
    }

    .section-title h2 {
        margin: 0;
        font-size: 35px;
    }

    .ab_cn {
        padding-bottom: 5px;
    }

    .ab_cn h3 {
        margin: 7px 0;
    }

    .section-discover-menu .nav-pills .nav-link {
        padding: 15px 14px;
        border: 3px solid #e4e4e4;
        font-size: 18px;
        flex: 0 0 calc(20% - 14px);
    }

    .section-discover-menu .nav-pills .nav-link.active:before {
        display: none;
    }

    .section-discover-menu .section-title {
        margin-bottom: 24px;
    }

    .discover-img {
        display: none;
    }

    .discover-menu:before {
        display: none;
    }

    .discover-menu {
        width: 100%;
        padding: 15px;
        padding-bottom: 25px;
    }

    .discover .set_color {
        font-size: 16px;
    }

    .gold-btn {
        padding: 12px 22px;
    }

    .discover h6 {
        font-size: 20px;
    }

    .discover li:not(:last-child) {
        padding-bottom: 8px;
        margin-bottom: 18px;
    }

    /* .catering-sec:before {
        background: #f5ebe1;
        width: 100%;
    } */
    .gallery-section .section-title {
        margin-bottom: 25px;
    }

    .gallery_img img {
        width: 100%;
        height: 100%;
    }

    .gallery-section .btn_bx {
        margin-top: 24px;
    }

    .footer-logo {
        padding: 45px 0;
    }

    .footer-section {
        padding-top: 55px;
    }

    .footer-content {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .copyright-area {
        padding-block: 10px;
    }

    .menu-bg-sec {
        background-attachment: inherit !important;
    }

    .form__con {
        background-attachment: inherit !important;
    }

    .parallax-sec-about {
        background-attachment: inherit !important;
    }

    /* .size-bx {
        padding: 0;
        justify-content: flex-start;
    } */
    /* .menu-item-price {
            margin-right: 26px;
    } */
    .right_a .top-contact li a {
        margin-top: -4px;
    }

    .rightmtop {
        display: none !important;
    }

    .mobmenu-right-panel {
		background-color: #aa0412 !important;
	}

    .right_a .top-contact li a {
        display: none !important;
    }
	
    /* .menu-item-price {
        position: relative;
    }
    .menu-item-price span:nth-child(1) {
    margin-left: 45px;
    }
    .menu-item-price span:nth-child(2) {
    margin-left: 35px;
    }
    .menu-item-price span:nth-child(1):before {
        position: absolute;
        content: "Cash";
        color: #d69227;
        font-weight: 700;
        font-size: 16px;
        top: 0;
        left: 0;
    }
    .menu-item-price span:nth-child(2):after {
        position: absolute;
        content: "Card";
        color: #d69227;
        font-weight: 700;
        font-size: 16px;
        top: 0;
        left: 103px;
    }
    .size-bx {
        display: none;
    } */
}





@media (max-width: 1269.98px) {


    .site-header {
        position: unset;
        background: #fff;
        padding: 15px 0px;
    }

    .mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-bar a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #aa0412;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        padding: 9px 0px;
    }

    .mobile-bar a:first-child {
        background-color: #9dbc08;
    }

    .mobile-bar a img {
        width: 100%;
        max-width: 29px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(106%) contrast(101%);
    }

    .right_nav_header {
        display: none;
    }

    #menu-mobile-menu {
        display: none;
    }

    .right_nav_header {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .catering-menu-block .main-menu-grid {
        grid-template-columns: 1fr;
    }

    .banner-main .banner-image img {
        aspect-ratio: unset;
    }

    section {
        padding: 40px 0;
    }

    .section-title span {
        font-size: 15px;
    }

    .section-title h1 {
        font-size: 35px !important;
        margin-bottom: 0px;
    }

    .about_cn .section-title {
        margin-bottom: 15px;
    }

    .about_cn {
		margin-bottom: 25px;
	}

    .new-menu-main {
        grid-template-columns: 100%;
        gap: 20px;
    }


    .menu-item {
        justify-content: center;
        align-items: flex-start;
    }

    .new-menu-section .section-title {
        text-align: center;
    }


    .store-content {

        text-align: center;
        padding: 0 !important;
    }

    .store-btns {

        justify-content: center;
    }

    .store-container {
        padding: 40px 0px;
        grid-template-columns: 1fr !important;
    }

    .store-images {
        margin: auto;

    }

    .strip-container {
        height: 400px;
    }

    .event-cn {
        text-align: center;
        margin-bottom: 45px;
    }

    .event-img img {
        height: 450px;
    }

    .gallery-slider {
        grid-template-columns: 1fr 1fr;
    }

    .mob_none {
        display: none;
    }

    .footer-content .footer-widget:nth-child(2)::before,
    .footer-content .footer-widget:nth-child(2)::after {
        display: none;
    }

    .footer-widget-heading h3 {
        color: #9dbc08;
        position: relative;
        text-transform: capitalize;
        text-align: left;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }


    .footer-widget ul li a,
    .footer-widget ul li p {
        text-align: center;
    }

    .footer-content {
        padding-top: 0px;
        padding-bottom: 0;
        padding-bottom: 50px;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catering-section .row {
        gap: 35px;
    }

    .catering-section .row {
        row-gap: 30px;
    }

    .page-id-1095 form .section-title h2 {
        color: #9dbc08;
        font-size: 30px;
    }

    .catering-request-form form {
        padding: 25px;
    }

    .form-row .limit-box {
        flex-direction: column;
    }

    .inner-bg-sec {
        padding: 40px 0px;
    }

    section.tp-contact-area .row {
        row-gap: 15px !important;
    }

    .tp-contact-ip-wrapper {

        padding: 15px;
        height: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tp-contact-ip-wrapper .tp-contact-ip-img {
        width: 55px;
        font-size: 23px;
        flex: 0 0 56px;
    }

    .limit-bx {
        flex-direction: column;
    }

    .form-bottom {
        margin-top: 10px;
        justify-content: space-between;
    }

    .main-grid {
        gap: 20px;
    }

    .catering-parallax {
        background-attachment: inherit;
        min-height: auto;
    }

    .flyer_sticker {
        /* display: none; */
        top: 0;
        right: 0;
        transform: translateY(-30%) translateX(0%);
        height: 205px;
        width: 150px;
    }
}


@media only screen and (max-width: 767.5px) {
	.hero-video-section video {
		height: auto;
		object-position: center;
	}
    .banner-head ul.site-list {
        display: none;
    }

    .event-img-1 {
        transform: none;
        transition: transform 0.5s ease-out;
    }

    .event-bx-center .arrow-img img {
        display: none;
    }

    .event-img-2 {
        transform: none;
    }

    .event-img-1.active {
        transform: none;
    }

    .menu-des-3 .row:before {
        display: none;
    }

    .menu-des-4 .row:before {
        display: none;
    }

    .menu-grid-2 .main-bx {
        grid-template-columns: 1fr;
    }

    .menu-grid-2 .menu-bx h2 {
        font-size: 18px;
    }

    .menu-list-head h2 {
        font-size: 30px;
    }

    .gallery-slider {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery_img img {
        width: 100%;
        height: 100px;
    }

    .mobmenur-container {
        margin-top: 0;
    }
}


@media (max-width: 575.98px) {
    .catering-menu-block .main-menu-grid {

        margin-top: 35px;
    }

    .main-grid {
        grid-template-columns: 1fr;
    }

    .banner-head h1,
    .banner-head h2 {
        font-size: 1rem;
        margin: 0;
    }

    .banner-head .gold-btn {
        padding: 8px 10px;
    }

    .banner-head p {
        font-size: 14px;
        line-height: inherit;
        margin: 10px 0;
    }

    .banner-main .slick-dots {
        bottom: 6px;
    }

    .gallery-slider2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-slider2 .gallery_img2:last-child {
        display: none;
    }

    .banner-main {
        background: transparent;
    }

    .section-title h1 {
        font-size: 30px !important;
    }

    .ab_cn h4 {
        font-size: 18px;

    }

    .menu-item h2 {
        margin: 0px;
        font-size: 22px;
        margin-top: 5px;
    }

    .new-menu-section .btn_bx_ {
        margin-top: 15px !important;
    }

    .strip-up {
        display: none;
    }

    .store-container {
        padding: 40px 15px;
    }

    .strip-container {
        grid-template-columns: 160px 160px !important;
        height: 300px !important;
    }

    .strip-container {
        height: 300px;
    }

    .gallery_page .ga_main_bx {
        grid-template-columns: 1fr 1fr;
    }

    .event-img img {
        height: 350px;
    }

    .testimonials-new .container {
        padding-left: 10px;
    }

    .testimonials-new .btn_bx {
        margin-top: 30px;
    }

    .gallery-slider {
        gap: 15px;
    }

    .footer-section {
        padding-top: 40px;
    }

    .footer-content {
        gap: 2%;
    }

    .inner-banner-content {
        padding-left: 0px;
        padding-top: 35px;
    }

    .inner-banner-content .banner-title h1 {
        font-size: 30px;
    }

    .parallax-sec-about .right_text {
        max-width: 100%;
        margin-left: unset;
    }

    .menu-block ul {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .menu-block ul {
        gap: 15px;
        margin-top: 15px;
    }

    .menu-block .end-bx p {
        text-align: center;
        margin-top: 25px;
    }

    .cta-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .cta-content {
        padding: 0px 15px;
    }

    .menu-list-main {
        padding: 15px 0px;
    }

    .menu-item-name h3 {
        font-size: 16px;
    }

    .footer-content {
        padding-bottom: 23px;
    }

    .flyer_sticker {
        height: 137px;
        width: 100px;
    }
}

@media (max-width: 480px) {
    .footer-widget {
        width: 100%;
    }
}
