/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    overflow-x: hidden;

}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "minerva-modern", sans-serif;
    font-weight: 600;
}

.error {
    color: #fff !important;
    background-color: #ff0000;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-left: 5px;
}

p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    ;
    color: #000;
}

ul {
    list-style: none;
    font-family: "Poppins", sans-serif;
    ;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    /* border-radius: 50%; */
    font-size: 0;
    border: 0;
    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: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

.slick-prev,
.slick-next {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.slick-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}

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

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

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

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-left: 0;
    gap: 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 35px;
    height: 8px;
    line-height: 0;
    border: none;
    background-color: #dfbc6a67;
    transition: all ease 0.4s;
    position: relative;
    border-radius: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 47px;
    height: 47px;
    /* margin: -26px 0 0px -28px;
    border: 2px solid #C03441; */
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
}

ul.slick-dots li {
    display: block;
    text-align: center;
    position: relative;
}

ul.slick-dots li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 22px;
    left: 49px;
}

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

.slick-dots .slick-active button {
    background-color: #f5b54f;
}


/* .slick-slide img {
    display: initial;
} */


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

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

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

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

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

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

.section-title span.sub-text {
    margin: 0px 0 16px;
    color: #723185;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.sub-text svg {
    margin-top: -5px;
}

.section-title h1,
.section-title h2 {
    font-size: 46px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
}

.section-title p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    border: 0;
    font-weight: 400;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.com_btn {
    border-radius: 0px;
    padding: 6px 15px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: #f5b54f;
    color: #000;
    font-size: 16px;
    border: 1px solid #f5b54f;
    text-transform: capitalize;
    font-weight: 500;
}

.com_btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.black-btn {
    border-radius: 0px;
    padding: 6px 15px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
    text-transform: capitalize;
    font-weight: 500;
}

.black-btn:hover {
    background-color: #f5b54f;
    border: 1px solid #f5b54f;
    color: #000;
}

.gold-border-btn {
    border-radius: 0px;
    padding: 6px 15px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: #00000054;
    color: #f5b54f;
    font-size: 16px;
    border: 1px solid #f5b54f;
    text-transform: capitalize;
    font-weight: 500;
}

.gold-border-btn:hover {
    background-color: #f5b54f;
    border: 1px solid #f5b54f;
    color: #000;
}

.bord_btn {
    border-radius: 0px;
    padding: 6px 15px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: transparent;
    color: #000 !important;
    font-size: 16px;
    border: 1px solid #000;
    text-transform: capitalize;
}

.bord_btn:hover {
    background-color: #000;
    border: 1px solid transparent;
    color: #fff !important;
}


.white-btn {
    border-radius: 0px;
    padding: 12px 28px;
    line-height: 1.34;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    text-transform: capitalize;
}

.white-btn:hover {
    background-color: #f5b54f;
    border: 1px solid #f5b54f;
}


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


/* .call-buton {
    display: none;
} */

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #723185;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -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;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.8rem;
}

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

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
        box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

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

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon a {
    width: 75px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 0 0px 0 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: 0;
    height: 100%;
}

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

.side_bar_menu ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/right-arrow-outline.png");
    left: 0;
}

.side_bar_menu ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    transition: all 0.5s;
}

.side_bar_menu ul li:hover a {
    transform: translate(20px, 0px);
}

.side_bar_menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

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

.side_bar_menu ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}

.side_bar_menu ul li:last-child {
    margin-bottom: 0;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    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: center;
    margin-bottom: 25px;
    margin-top: 18px;
}

.side_bar_btn a {
    width: 100%;
    text-align: center;
}

.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 #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

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

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

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

.side-bar button:hover i {
    color: #fff;
}

.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: #f5b54f;
    padding: 6px;
    border: 1px solid #f5b54f;
}

.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 30% 30%;
    align-items: center;
    height: 100%;
}

.inner-main-right-2 {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}

.side_bar_btn {
    flex: 0 0 66.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    flex-direction: column;
    gap: 15px;
}

.side-bar button i {
    color: #000000;
    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: ''
        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: 50px;
    cursor: pointer;
}

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

.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_des {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
}

.side_bar_cn {
    margin-bottom: 25px;
    margin-top: 26px;
}

.side_bar_address .addres-bx:last-child {
    border: 0px;
}


.side_bar_address {
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    padding: 50px 0;
    flex: 0 0 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.side_bar_address h3 {
    margin-bottom: 0;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.side_bar_address a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition: all ease .5s;
}

.side_bar_address p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.inner-main-right {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}

.addres-bx-img {
    text-align: center;
    margin-bottom: 15px;
}

.addres-bx-img img {
    max-width: 50px;
}

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

.top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    position: relative;
    background-color: #2c378f;
}

.top_info-bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.top-head .top-bx-left {
    gap: 55px;
}

.top-bx-left,
.top-bx-right {
    display: flex;
    align-items: flex-start;
    flex: 0 0 40%;
    gap: 30px;
}

.top_info-ic {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffa500;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background-color: rgb(255 255 255 / 21%);
}

.top_info-ic i {
    color: #fff;
    font-size: 16px;
}

.top-bx-right {
    justify-content: flex-end;
}

.top_info-cn h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.top_info-cn p a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.top-bx-center {
    flex: 0 0 20%;
}

.top_info-cn p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.nav-icon {
    flex: 0 0 10%;
}

.top_info-socail ul.social-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bx-right .top_info-bx {
    justify-content: flex-end;
}

.top_info-socail ul.social-area li a {
    color: #875b26;
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #875b26;
    font-size: 18px;
}

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

.top_info-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0 5px 0 0 !important;
}















header.site-header.sticky .main-nav a.logo-link {
    width: 100%;
    max-width: 125px;
}

.logo-block {
    text-align: center;
    position: relative;
}

a.logo-link {
    position: absolute;
    top: 0px;
    max-width: 165px;
    transition: all 0.5s;
    width: auto;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.site-header .container-fluid {
    max-width: 1400px;
}

.site-header {
    z-index: 99;
    position: absolute;
    padding: 20px 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background-color: transparent;
}

header.site-header.sticky {
    position: fixed;
    z-index: 99;
    background: #222;
    box-shadow: 0 -6px 6px 8px #00000069;
}

header.site-header.sticky .main-nav li {
    /* position: inherit; */
    padding: 20px 0px;
}

.site-header .main-nav li {
    position: inherit;
    padding: 20px 0px;
}

.mega-menu-list {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 23px !important;
    row-gap: 10px !important;
    display: flex;
}

.site-header .main-nav {
    display: grid;
    grid-template-columns: 1fr 20% 1fr;
    position: relative;
}

.site-header .main-nav .logo-figure img {
    width: 100%;
    transition: all 0.5s;
}

.site-header .menu-block {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.site-header .menu-block.menu-right {
    justify-content: flex-end;
}

.site-header .menu-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
    color: #fff;
}

.logo-figure {
    margin: 0px;
}

ul li:nth-child(2) span.bd_hvor svg {
    display: none;
}

.menu-block.menu-right .bord_btn {
    color: #fff !important;
    border-color: #fff;
}

.site-header .menu-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-family: "Poppins", sans-serif;
    gap: 5px;
}

.site-header .menu-list li a.menu-link img {
    width: 35px;
}














.blog .sec-title,
.testinomial .sec-title {
    margin-bottom: 30px;
}

.page-template-home-page-banquet .testinomial {
    background: #fff;
}




.sec-title span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    background: #f5b54f;
    padding: 2px 10px;
    display: block;
    width: max-content;
}



.sec-title h1,
.sec-title h2 {
    font-size: 36px;
    color: #000;
    display: inline-block;
}

.com_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.com_list li {
    width: 48%;
    position: relative;
}

.com_list li::before {
    position: absolute;
    content: "";
    background-image: url(../images/icn-1.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 0;
    background-size: 29px;
}

.com_list li a {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 33px;
    transition: all 0.3s ease-in-out;
}

.com_list li a:hover {
    color: #c03441;
}

.abt_fig {
    height: 100%;
    width: 100%;
}

.abt_fig img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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

@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 38px;
        color: #fff;
    }

    .navbar li {
        position: inherit;
        padding: 69px 0px;
    }

    .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: 16px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-family: "Poppins", sans-serif;
    }

    .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 a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #875b26;
    }

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

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .banner-img {
        top: 150%;
    }



}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

@media (max-width: 1280px) {

    .header-container {
        width: 100%;
        max-width: 95%;
    }
}




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

.mega-menu-list li {
    padding: 0px !important;
}

.ban_head {
    text-align: left;
    margin-inline: auto;
    overflow: visible;
    padding-bottom: 0;
}

.ban_head .hd_content {
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 23px;
}


.ban_head h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    transition: transform 700ms ease, opacity 700ms ease;
}


.ban_head h2 {
    color: #31935E;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    /* overflow: hidden; */
    margin: 30px 0px 0px;
    transition: transform 700ms ease, opacity 700ms ease;
}

.ban_head h2 .uniq_hd::before {
    width: 186px;
}

.ban_head figure a img {
    margin-top: 12px;
    filter: brightness(0.1)
}

p.about-one__image__info__text {
    margin: 0;
}

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

.banner-main .banner-slider {
    position: relative;
    z-index: 9;
}


/* .banner-main .banner-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    background: linear-gradient(hsl(0, 0%, 0%, 0%), hsl(0deg 0% 0% / 82%));
    height: 100%
} */

.video_bnr video {
    width: 100%;
    height: auto;
}

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

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




.ban_head p {
    font-size: 16px;
    transform: translateX(0px);
    color: #000;
    margin: 20px 0 20px;
    width: 100%;
}

.banner-action-btn .bord_btn {
    color: #fff !important;
    border-color: #fff;
}

.com_btn.mr-3 {
    margin-right: 15px;
}

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

.ban_head h3 img {
    width: 134px !important;
    height: auto;
    top: 0;
    position: relative;
    margin-left: 4px;
    display: none !important;
    -webkit-animation-name: fl-2;
    animation-name: fl-2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes fl-2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

.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: #dca143;
    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;
}

.banner-main .book_btn {
    margin-top: 18px;
}

.banner-main {
    position: relative;
    margin-left: 0;
}

.banner-main .slick-dots {
    align-items: center;
    gap: 10px;
    width: auto;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: 0;
    bottom: 15px;
    right: 0;
    left: 0;
}

.banner-main .slick-dots button {
    background: #fff;
    margin: 0 2px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 35px;
    height: 12px;
    font-size: 0px;
    border-radius: 0px;
}

.banner-main .slick-dots .slick-active button {
    background: #f5b54f;
}

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

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

.banner-main .banner-image img {
    width: 100%;
}

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

.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, -60%);
}

@keyframes moveLeftRight {
    0% {
        left: 0;
    }

    50% {
        left: 70%;
    }

    100% {
        left: 0px;
        /* distance to move */
    }
}

.banner-text img {
    cursor: pointer;
    margin: auto;
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
}

.banner-main .ban_head h1 br {
    display: none;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.banner-main {
    position: relative;
    background-image: url('https://www.frontierli.net/wp-content/uploads/2025/12/Rectangle-56-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    padding: 0;
}

/* .banner-main::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    height: 250px;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/baner_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
} */
/* 
.banner-main::before {
    position: absolute;
    content: "";
    top: auto;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/emoji-1.png);
    background-repeat: no-repeat;
    width: 497px;
    height: 270px;
    z-index: 9;
    bottom: -6%;
    filter: brightness(0) saturate(100%) invert(66%) sepia(82%) saturate(2472%) hue-rotate(351deg) brightness(101%) contrast(93%);
} */


.banner-main .banner-text {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    width: 100%;
    z-index: 9;
    margin: auto;
}

.kara_abt {
    position: relative;
}

/* .kara_abt::after {
    position: absolute;
    content: "";
    right: 0;
    top: -5%;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/emoji2.png);
    background-repeat: no-repeat;
    width: 426px;
    height: 220px;
    z-index: 9;
    filter: brightness(0) saturate(100%) invert(66%) sepia(82%) saturate(2472%) hue-rotate(351deg) brightness(101%) contrast(93%);
} */

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

.banner-slider .banner-image img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.banner-slider .slick-active .banner-image img {
    transform: scale(1);
}

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

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

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

.banner-slide .ban_head .ban_cars {
    display: flex;
    align-items: center;
}

.banner-slide .ban_head .ban_cars img {
    all: unset;
    width: 100%;
}

.banner-slider .slick-active .ban_c_1.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.banner-slider .slick-active .ban_c_2.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.font_bld {
    font-weight: 700;
}

.uniq_hd {
    background-color: #C03441;
    font-weight: 700;
    color: #fff;
    padding: 0px 14px;
    position: relative;
}


/* .uniq_hd::before {
       position: absolute;
    content: "";
    border: 1px solid #000;
    width: 278px;
    height: 80px;
    transform: translateX(-6px);
    top: -7px;
    left: 0;
} */

.menu-item {
    position: relative !important;
    list-style: none;
}

.site-header .main-nav .menu-item li {
    position: relative;
    padding: 0;
}

.site-header .main-nav .menu-item li a {
    display: block;
    padding: 15px;
}

.menu-link {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    min-width: 180px;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #f5b54f;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.dropdown-menu::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '';
    background-color: #000000;
    left: 27%;
    top: -8px;
    transform: rotate(45deg);
    z-index: -1;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #f5b54f;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/************* About Us *************/

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

.karh_abt_img {
    width: 54%;
    position: relative;
}

.karh_abt_img::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 68%;
    background-color: #f5b54f;
    top: auto;
    bottom: 0;
    right: -16px;
}

.karh_abt_img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    position: relative;
}

.karh_ryt {
    width: 46%;
    padding-right: 17%;
}

.kara_abt {
    overflow: visible;
    position: relative;
}

/* .kara_abt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 36%;
    top: auto;
    bottom: 0;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/Rectangle-56-1.png);
    background-repeat: no-repeat;
    z-index: -1;
} */

.karh_ul ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.karh_ul ul li {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}

.event_slider ul.slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    margin-inline: auto;
    right: 0;
}

.karh_ul ul li img {
    width: 36px;
    height: 36px;
}

.karh_ul ul li span {
    display: block;
}


/************* signature dish *************/

.signature_dish {
    position: relative;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/Rectangle-56-1.png);
    background-repeat: no-repeat;
}

.signature_dish h2 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.dish_bx {
    text-align: center;
    padding: 30px 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.dish_bx:hover {
    background-color: #000;
    border-radius: 30px;
}

.dish_bx:hover img {
    transform: scale(1.1)
}

.dish_bx h3 {
    color: #fff;
    width: fit-content;
    margin: auto;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 24px;
}

.dish_bx p {
    color: #fff;
    margin: 0;
}

.dish_bx img {
    margin-bottom: 38px;
    transition: all 0.8s ease-in-out;
    width: 100%;
}

.signature_dish .bord_btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.signature_dish .bord_btn:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}


/************** private event ************/

.event_slider img {
    width: 100%;
}

.private-sec {
    padding-top: 120px;
}

.private-sec .btn-bx {
    display: flex;
    gap: 25px;
}

.event_slider {
    position: relative;
}

.event_slider::before {
    position: absolute;
    content: "";
    top: -56px;
    right: -35px;
    width: 320px;
    height: 227px;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/wewe-1.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.private-sec .karh_ul ul li {
    color: #000;
}

.private-sec .karh_ul ul li img {
    filter: none
}


/************** banquet event ************/

.our-banquet {
    position: relative;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/Rectangle-62-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.our_banq_bx {
    background-color: hsl(0deg 0% 0% / 90%);
    padding: 25px;
}


.our_banq_bx h2 {
    color: #fff;
    border-bottom: 1px solid #fff
}

.our_banq_bx .sec-title p {
    color: #fff;
}

.bang_lst ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
}

.bang_lst ul li span {
    display: block;
}

.bang_lst ul li span img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(733%) hue-rotate(355deg) brightness(93%) contrast(97%);
}

.pro_min span img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(733%) hue-rotate(355deg) brightness(93%) contrast(97%);
}

.bang_lst ul li {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0000002e;
    padding: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 calc(50% - 12px);
    flex-direction: column;
    text-align: center;
}

.bang_lst {
    margin: 30px 0;
}


/************** Order Online ***********/

.order_cta {
    position: relative;
    background-image: url(../images/Rectangle-61.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.order_img img {
    width: 100%;
}

.order_cta .row {
    align-items: center;
}

.order_cta .sec-title h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.order-right {
    max-width: 455px;
    margin: auto;
}


/************** testimonial ***********/
.testinomial {
    position: relative;
    z-index: 1;
}


.testi_img {
    text-align: center;
}

.testi_img img {
    width: 84%;
}

.testi_bx {
    max-width: 680px;
    margin: auto;
    background-color: transparent;
    border-radius: 25px;
    text-align: center;
}

.testi_bx .pro_bx {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.testi_bx .pro_min {
    display: flex;
    gap: 4px;
}

.testi_bx .pro_bx h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.testi_bx .pro_bx h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.testi_bx p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
}

.testinomial .slick-next,
.testinomial .slick-prev {
    background-color: #f5b54f;
    border: 1px solid #f5b54f;
    color: #000;
}

.testinomial .bord_btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.testinomial .bord_btn:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}

.testinomial .slick-arrow.slick-prev:before,
.testinomial .slick-arrow.slick-next:before {
    color: #000;
}


/************** blog ***********/
.blog {
    position: relative;
    z-index: 1;
    background: #fef4dc;
}

.blg_bx {
    border: 1px solid hsl(0deg 0% 0% / 20%);
    padding: 15px 15px 33px;
    background: #fff;
}

.blg_bx h6 {
    font-size: 22px;
    font-weight: 600;
    margin: 12px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blg_bx img {
    width: 100%;
}

.blg_bx span.red_more {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.blg_bx span.red_more:hover {
    color: #f5b54f;
    border-bottom: 1px solid #f5b54f;
}

.btn-bx {
    margin-top: 25px;
}


.coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat;
    padding: 0;
}

.coming-soon .waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 60px;
}

.coming-soon .waviy span {
    position: relative;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(.2s * var(--i));
}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.footer-map {
    height: 350px;
}

.footer-widget.middle_ft .bord_btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.footer-widget.middle_ft .btn_center {
    max-width: 350px;
    margin-inline: auto;
}

.footer-widget.middle_ft .btn_center a {
    margin-top: 15px;
    width: 70%;
}

.footer-section {
    position: relative;
    padding-top: 80px;
    background-color: #222222;
    overflow: hidden;
    padding-bottom: 50px;
}

/* .footer-section:before {
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/New-Project.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -7%;
    left: 0;
    right: auto;
    width: 100%;
    height: 50%;
    background-size: contain;
    bottom: auto;
    z-index: 0;
    pointer-events: none;
	animation: opacityFade 4s ease-in-out infinite;
}
@keyframes opacityFade {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
} */
.footer-section .container {
    position: relative;
    z-index: 1;
}

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

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

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

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(255 255 255 / 50%);
    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, #f5b54f 0%, rgb(223 187 106 / 31%) 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;
}

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

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

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

    100% {
        top: 110%;
    }
}

.footer-cta {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 50px;
}

.middle_ft p {
    color: #fff;
}

.middle_ft p b {
    font-family: "minerva-modern", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.middle_ft .bord_btn {
    border: 1px solid #f5b54f;
    color: #f5b54f !important;
    background-color: #000;
}

.middle_ft .bord_btn:hover {
    background-color: #f5b54f;
    border: 1px solid #f5b54f;
}

.time_hr li {
    color: #fff;
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 0px;
}

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

.cta-text h4 {
    color: #f5b54f;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
}

.footer-cta .cta-text a {
    color: #fff;
    text-transform: lowercase;
    transition: all 0.3s ease-in-out;
}

.footer-cta .cta-text a:hover {
    color: #f5b54f;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 15px 0;
    padding: 50px 0;
}

.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: 30px;
}

.footer-logo img {
    max-width: 80px;
}

.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 #e2e5b8;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #e2e5b8;
}

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

.footer-widget-heading img {
    max-width: 200px;
}

.footer-widget-heading {
    margin-bottom: 20px;
}

.footer-widget-heading h3 {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    color: #f5b54f;
    font-weight: 500;
}

.footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

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

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input::placeholder {
    color: #fff;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 64px 14px 14px;
    background: transparent;
    border: 1px solid #d7b65d;
    color: #fff;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #d7b65d;
    padding: 13px 20px;
    border: 1px solid #d7b65d;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}



.socil_media h2 {
    color: #f5b54f
}

.socil_l {
    display: flex;
    gap: 18px;
}

.cont_bx {
    margin-top: 80px;
}

.copyright-area {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 20px;
}

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

.privacy_text {
    text-align: right;
}

.privacy_text ul {
    display: flex;
    justify-content: flex-end;
    gap: 27px;
}

.privacy_text ul li a img {
    transition: all 0.3s ease-in-out;
}

.privacy_text ul li a img:hover {
    color: #f5b54f;
}

.privacy_text a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.privacy_text a:hover {
    color: #f5b54f;
}

section.restaurant-menu.menu_top {
    padding: 40px;
}

.bg-gold {
    background-image: url(../images/banner_bg.png);
    background-repeat: repeat;
}

.restaurant-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding-inline: 15px;
    row-gap: 15px;
}

.food-name {
    /* border-bottom: 1px solid #26262661; */
    /* margin-bottom: 12px; */
    /* padding-bottom: 15px; */
}

.food-menu p {
    width: 100%;
    max-width: 338px;
    margin: 0;
}

.food-menu {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.food-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.food-name-price h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.food-name p {
    text-align: left;
    margin: 8px 0px;
    font-size: 15px;
}

.food-name-price strong {
    background: #f5b54f;
    color: #000000;
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 0px;
    font-size: 16px;
}

.main-menu-title h3 {
    font-size: 35px;
    padding-bottom: 10px;
}

.food-name p {
    text-align: left;
    margin: 8px 0px;
    font-size: 15px;
}

.bg-black .food-menu {
    border-bottom: 1px solid #ffffff66;
}

section.restaurant-menu.bg-black .food-name-price h3 {
    color: #fff;
}

section.restaurant-menu.bg-black p {
    color: #fff;
}

section.restaurant-menu.bg-black .menu-head h3 {
    color: #fff;
}

.main-menu-title {
    margin: 0 0 30px 0;
}

.parallax-section-new {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.inner-pages header {
    position: unset;
    border: 0px;
    background-color: #222;
    /* background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat; */
}

.food-menu {
    border-bottom: 1px solid #18181861;
}


/* 

.page-block .socil_media h2,
.sec-title h2 {
    margin-inline: auto;
} */

.page-block {
    padding: 60px 0px;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat;
}

.menu-page .bg-black {
    background-image: url(../images/testi_bnr.png);
    padding: 40px 0px;
}

.restaurant-menu {
    padding: 40px 0px;
}

.order_cta h2 {
    margin-inline: unset;
}


/* Base */

.has-mega-menu {
    position: relative;
}

.mega-menu-root {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 99;
}

.has-mega-menu:hover .mega-menu-root {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-wrapper::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '';
    background-color: #f4b44f;
    left: 23%;
    top: -8px;
    transform: rotate(45deg);
    z-index: -1;
}

.page-template-home-page-banquet .mega-menu-wrapper::before,
.page-template-banquet-inner-pages .mega-menu-wrapper::before {
    left: 23%;
}

.mega-menu-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 25px;
    display: grid;
    grid-template-columns: 55% calc(45% - 30px);
    gap: 30px;
    background: #000;
    border-top: 4px solid #f4b44f;
    justify-content: space-between !important;
}

.menu-title-bx h4 {
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.mega-menu-list {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 23px !important;
    row-gap: 10px !important;
}

.mega-menu-list li {
    font-size: 16px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    width: 45%;
    padding: 0px;
}

.mega-menu-right img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 0px;
    transition: all 0.3s ease;
    outline: 0px;
    outline-offset: 0px;
    max-width: 100%;
}

.mega-menu-list li a:last-child {
    border: 0px;
}

.mega-menu-list li a {
    color: #fff !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #eeeeee1c !important;
    width: calc(100%);
    position: relative;
    padding-left: 35px !important;
}

.mega-menu-list li a::after {
    height: 10px;
    width: 10px;
    background-color: #f5b54f;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    outline: 2px solid #f5b54f;
    outline-offset: 2px;
    transition: 0.3s;
    left: 11px;
}

.mega-menu-list li a:hover::after {
    outline: 2px solid #000;
    background-color: #000;
}

.mega-menu-right {
    width: 100%;
    max-width: 100%;
    margin-left: unset;
    margin-right: 0px;
}

.mega-menu-list li a:focus {
    padding: 12px 10px;
    padding-left: 35px;
}

.mega-menu-list li a:hover {
    background: #f5b54f;
    color: #000 !important;
    padding: 12px 10px;
    padding-left: 35px;
}



.review-section .test-bx {
    padding: 15px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

.review-section .icon img {
    padding: 10px;
    height: 55px;
    width: 55px;
    background: #fef4dc;
}

.review-section .content-top {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
}

.review-section .rating {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: orange;
}

.review-section .review-text {
    border: 1px solid #eee;
    padding: 15px;
}

.review-section .review-text p br {
    display: none;
}

.review-section .review-text h3 {
    margin-top: 10px;
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
}

.about-hero-wrapper .slick-dots {
    position: absolute;
    width: 100%;
    bottom: -34px;
}

.about-hero-wrapper .slick-dots button {
    background-color: transparent;
    width: 24px;
    height: 10px;
    background-color: #f5b54f50;
}

.about-hero-wrapper .slick-dots .slick-active button {
    background-color: #f5b54f;
}

.about-hero-wrapper .about-title-block {
    padding-right: 20px;
}

.about-hero-wrapper .image-slide {
    position: relative;
}

.about-hero-wrapper .image-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}

.inner-pages header a.logo-link {
    max-width: 145px;
}

section.about-hero-wrapper {
    /* background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat; */
    background-color: #222;
}

.about-hero-wrapper .about-title-block .sec-title h2 {
    color: #fff;
    border-color: #fff;
}

.about-hero-wrapper .about-title-block p {
    color: #fff;
    border-color: #fff;
}

.about-hero-wrapper .slick-slide img {
    display: block;
    height: 365px;
    width: 100%;
    object-fit: cover;
}

.chef-image img {
    width: 100%;
}

.chef-content {
    padding-left: 25px;
}

.inspiration-section {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.inspiration-content {
    background: rgb(0 0 0 / 93%);
    padding: 25px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}

.inspiration-content p {
    color: #fff;
}

.block-list-style li {
    position: relative;
    margin: 17px 0px;
    padding: 0px 0px 0px 29px;
    color: #fff;
    font-weight: 500;
}

.block-list-style li::before {
    height: 8px;
    width: 8px;
    background-color: #f5b54f;
    position: absolute;
    content: "";
    left: 7px;
    border-radius: 50%;
    outline: 2px solid #f5b54f;
    outline-offset: 3px;
    top: 8px;
}

.list-style li {
    position: relative;
    margin: 17px 0px;
    padding: 0px 0px 0px 29px;
    color: #000;
    font-weight: 500;
}

.list-style li::before {
    height: 8px;
    width: 8px;
    background-color: #f5b54f;
    position: absolute;
    content: "";
    left: 7px;
    border-radius: 50%;
    outline: 2px solid #f5b54f;
    outline-offset: 3px;
    top: 8px;
}

.inspiration-section .sec-title h2 {
    color: #fff;
    border-color: #fff;
}

.promise-section .sec-title h2 {
    margin-inline: auto;
}

span.icon-cell i {
    color: #000;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/backgred-image-con.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 20px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}

.inner-banner {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg);
    background-repeat: repeat;
}

.icon-content a {
    color: #000;
}

.icon-bx-wraper .icon-bx {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #f5b54f;
}

.inner-banner .row {
    margin-top: 31px;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 5px;
}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
}

.cater_form::placeholder {
    color: #fff;
}

.cater_form .input_field input,
.cater_form .textarea_field textarea,
.cater_form .input_field select {
    width: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background-color: transparent;
}


.cater_form .input_field input::placeholder,
.cater_form .textarea_field textarea::placeholder,
.cater_form .input_field select::placeholder {
    color: #fff;
    opacity: 1;
}

.cater_form {
    padding: 35px;
    background: hsl(0deg 0% 0% / 86%);
}

.cater_form .input_field {
    width: calc(50% - 10px);
}

.cater_form .textarea_field {
    width: 100%;
}

.limit_box {
    display: flex;
    justify-content: space-between;
    margin: 4px 0px;
    flex-wrap: wrap;
    color: #fff;
    font-style: normal;
}

.limit_box i {}

.inner-banner .sec-title h2 {
    margin-inline: auto;
}

.contact-form-section .sec-title h2 {
    color: #fff;
    border-color: #fff;
}

.catering-image img {
    text-align: right;
    max-width: 100%;
    margin-inline: auto;
    width: 100%;
    padding-left: 20px;
}

.catering-block .image-slide::after {
    display: none;
}

.perplexes-section .text {
    background: #000000e8;
    padding: 22px;
    width: 100%;
    max-width: 560px;
    margin: 0px 0px 0px auto;
    border: 4px solid #f5b54f;
    -webkit-box-shadow: inset 0px 0px 0px 10px #c49a6c;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 2px #00000000;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 0px;
}

.perplexes-section .text .sec-title h2,
.perplexes-section .text .sec-title h1 {
    color: #fff;
    border-color: #fff;
}

.info-head .sec-title h2 {
    margin-inline: auto;
}

.container__title {
    text-align: center;
    /* Flex */
    display: flex;
    flex-direction: column;
}

.container__titleMainText {
    color: #242d3c;
    margin-bottom: 19.920px;
    font-weight: 900;
}

.container__circle {
    width: 450px;
    height: 450px;
    margin-top: 85px;
    border-radius: 50%;
    position: relative;
    margin-inline: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px dashed #eee;
}

ul li:nth-child(2) span.bd_hvor svg {
    display: none;
}

.container__circle::before {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/Frame-43.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.wedding-Catering::before {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/w1-img.jpg);
}

.graduation-parties {
    background-position: center;
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/15861.jpg);
}

.holiday-parties {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/104453.jpg);
    background-position: center;
    background-size: cover;
}

.Corporate-Catering {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/2149333737-1.jpg);
    background-size: cover;
    background-position: bottom;
}

.private-image {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/2149187009-1.jpg);
    background-size: cover;
    background-position: left;
}

.sweet-sixteen {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2025/12/1502-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* Main-Feature */

.container__mainFeat {
    color: #fff;
    text-align: center;
    /* Position */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container__mainFeatMainText {
    margin-bottom: 12px;
    font-weight: 900;
}

.container__mainFeatSubText {
    font-size: 15px;
    line-height: 1.6;
}


/* Sub-Feature */

.container__subFeat {
    height: 110px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translateX(calc(-100% + 88px + 15px + 20px));
}

.container__subFeat--right {
    /* Flex */
    flex-direction: row;
    /* Position */
    left: initial;
    right: 0;
    transform: translateX(calc(100% - 88px - 15px - 20px));
}

.container__subFeat:not(:first-child):nth-child(odd) {
    top: inherit;
    bottom: 0px;
}

.perplexes-section p {
    color: #fff;
}

.info-graph-img {
    min-width: 88px;
    min-height: 88px;
    padding: 10px;
    margin-left: 15px;
    border: solid 7px #f9f5f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5b54f;
    color: #ffffff;
    font-size: 30px;
}

.container__mainFeat * {
    color: #fff;
}

.info-head {
    margin-inline: auto;
}

.info-graph-sec .info-head,
.bir-paty .info-head {
    text-align: center;
}

.info-graph-sec .innner-sec-title {
    max-width: 850px;
    margin-inline: auto;
}

.container__subFeat--right .info-graph-img {
    margin-left: 0;
    margin-right: 15px;
}

.container__subFeatIcon {
    width: 40px;
    height: 40px;
}

.info-graph-content {
    padding: 15px;
    text-align: right;
}

.container__subFeat.container__subFeat--right .info-graph-content {
    text-align: left;
}

.info-graph-content h3 {
    margin-bottom: 5px;
}

.info-graph-content h3 {
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400 !important;
}

.info-graph-sec {
    background: #dfbb6a14;
}

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

.ol-cards li .content {
    font-size: 16px;
}

.catering-request-form form {
    padding: 40px;
    background: #fff;
    border: 2px solid #f5b54f;
    border-radius: 0;
}

.catering-request-form {
    background: #fff;
}

.form-row {
    row-gap: 25px;
    margin-top: 32px;
}

.form-row .limit-box {
    display: flex;
    justify-content: space-between;
    margin: 4px 0px;
    flex-wrap: wrap;
    column-gap: 15px;
}

.form-row .limit-box i {
    font-style: normal;
}

.limit-box i,
.limit_box i {
    font-style: normal;
}

.catering-request-form form h2 {
    margin-inline: auto;
}

.catering-request-form input,
.catering-request-form select,
.catering-request-form textarea {
    margin: 0;
    /* Removes default margin */
    font-family: inherit;
    /* Uses parent font */
    font-size: inherit;
    /* Matches parent font size */
    line-height: inherit;
    /* Matches parent line height */
    width: 100%;
    /* Full width */
    border-radius: 0;
    /* Sharp corners */
    padding: 15px;
    /* Inner spacing */
    border: 1px solid #cfcdcd;
    /* Light gray border */
    box-sizing: border-box;
    /* Ensures padding included in width */
}

.perplexes-section {
    background: no-repeat center top /cover fixed;
    display: flex;
    align-items: center;
}

.perplexes-section .socil_media h2 {
    font-size: 36px;
    text-transform: capitalize;
}

.page-block .page-header .page-title .sec-title h2 {
    margin-inline: auto;
}

.food-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.gallery-image {
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.gallery-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

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

.private-policy-cn .section-title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    background: rgb(140 56 5 / 10%);
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #f5b54f;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.catering-section .img-bx img {
    width: 100%;
}

.catering-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.catering-parallax .text-bx {
    display: block;
    background: #000000ed;
    padding: 25px;
    width: 100%;
    max-width: 550px;
}



.catering-parallax .text-bx p {
    color: #fff;
}

.catering-parallax .text-bx .sec-title h2 {
    color: #ffffff;
    border-color: #ffffff;
}

.catering-block {
    background: rgb(254 244 220);
}

.blog-post-section .post-image-bx img {
    background: #fff;
    box-shadow: 0 0 5px #cecece;
    padding: 15px;
    height: 380px;
    width: 557px;
    object-fit: cover;
    float: inline-end;
    margin-left: 30px;
    margin-bottom: 25px;
}

.blog-post-section .text-bx :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    border-left: 4px solid #dfbb6a;
    background: #b1b1b117;
    display: flex;
    padding: 10px 15px;
    margin: 30px 0px 20px 0px;
}

.custom-list-style {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.custom-list-style li {
    position: relative;
    font-size: 16px;
    margin: 10px 0px;
    padding-left: 22px;
    font-weight: 600;
}

.custom-list-style li::after {
    height: 11px;
    width: 11px;
    background-color: #0d789e;
    position: absolute;
    content: "";
    left: 4px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #0d789e;
    outline-offset: 2px;
}

.top-bar {
    display: none;
}

.perplexes-section2 {
    background-position: inherit;
}



.bg-light-yellow {
    background: #fef4dc;
}


.blog-box {
    position: relative;
    margin-bottom: 20px;
}

.single-post .blog-box.blog-img {
    background-color: #fef4dc;
}

article.blog-box.blog-img.text-center {
    padding: 20px;
    background-color: #fef4dc;
    position: relative;
    margin-bottom: 20px;
    float: right;
    width: 480px;
    max-width: 100%;
    margin-left: 50px;
}

article.blog-box.blog-img.text-center img {
    width: 100%;
    /* aspect-ratio: 1296/290; */
    object-fit: cover;
}

article.blog-box.blog-img.text-center span.blog-date {
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: #f5b54f;
    border-radius: 0;
    padding: 10px 14px;
    color: #000000;
}

article.blog-box ul li {
    position: relative;
    padding: 0 0 0 26px;
    font-weight: 600;
}

.blog-box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #f5b54f;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    outline: 2px solid #f5b54f;
    border-radius: 50%;
}

.blog-box ul {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    row-gap: 10px;
}

section.blog_main a {
    color: #f5b54f;
}


.page-id-519 header {
    background-color: transparent;
    position: absolute;
}

.page-id-519 header a.logo-link {
    max-width: 220px;
}

.page-id-519 .video-hero-section {
    height: 100vh;
}

.page-id-519 .video-hero-section video {
    height: 100vh;
}

.promise-section2 {
    background-color: #222222;
}

.promise-section2 p {
    color: #fff;
}



.promise-section2 .sec-title h2 {
    color: #fff;
}

.menu-card-grid {
    display: grid;
    grid-template-columns: 35% 27% 35%;
    gap: 30px;
    margin-inline: auto;
    width: 100%;
    align-items: center;
    margin-top: 45px;
    justify-content: center;
}

.center-image img {
    width: 100%;
    padding: 12px;
    max-width: 409px;
    margin-inline: auto;
    display: block;
}

.perplexes-section .text {
    background: #222;
}


.menu-number {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8c3805;
    font-size: 55px;
    font-weight: 600;
    z-index: 22;
    display: none;
    position: relative;
}

.perplexes-section .text {
    max-width: 654px;
}


.Catering-Menu-Block .menu-text h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}

.Catering-Menu-Block .menu-text p {
    margin: 0;
}




.menu-card-grid .menu-card .card-image img {
    width: 100%;
    max-width: 100%;
    filter: drop-shadow(1.95px 1.95px 2.6px rgba(0, 0, 0, 0.10));
}


.Catering-Menu-Block .container {
    width: 100%;
    max-width: 90%;
}

/* 
.menu-card2 .card-image {
    order: 2;
}

.menu-card2 {
    grid-template-columns: 1fr 170px !important;
} */
.menu-card {
    background: #fef4dc;
}

.menu-card .menu-text {
    padding: 20px 15px;
    border: 1px solid #ffffff0f;
    border-left: 5px solid #f5b54f;
}

.menu-card-grid .left-bx {
    display: flex;
    flex-direction: column;
    gap: 20px;
    gap: 58px;
}






.Tandoor-card {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 30px;
}











#main-home-page .ban_head p {
    color: #000;
}


#main-home-page .ban_head h1 {
    color: #000;
    margin-bottom: 15px;
    font-size: 45px;
}

#main-home-page .ban_head h1 br {
    display: block;
}

.about-block .about-main-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    justify-content: center;
    align-items: center;
}

.about-block .about-main-grid .left-right img {
    width: 100%;
    max-width: 100%;
}

.about-block .left-right .image-bx {
    width: 55%;
    position: relative;
    z-index: 212;
    right: 15px;
}


.about-block .left-right .image-bx2 {
    width: 50%;
}


.about-block .left-right {
    gap: 10px;
    padding-left: 40px;
    display: flex;
    flex-direction: row-reverse;
}


.about-block .image-bx img {
    height: 495px;
    object-fit: cover;
}

.about-block .image-bx2 img {
    height: 407px;
    object-fit: cover;
    position: absolute;
    max-width: 342px !important;
    right: 0px;
    top: 25px;
}

.about-block {
    position: relative;
}

.about-block::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fef4dc;
    content: '';
    max-width: 40%;
    right: 0;
    top: 0;
}

.about-block ul li {
    display: flex;
    align-items: start;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
}


.about-block ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 22px 0px;
}


.event-left-content ul li img {
    max-width: 27px;
}



.about-block ul li img {
    width: 100%;
    max-width: 27px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(26%) saturate(3%) hue-rotate(353deg) brightness(86%) contrast(100%);
}


.dim-sum-slider {
    position: relative;
    background: #fef4dc;
    padding-top: 260px;
    border-top: 5px solid #f5b54f;
}

.dim-sum-slider::before {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    content: '';
    right: 0%;
    top: 0;
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/street-view.jpg');
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center right;
}

.dim-sum-slider:after {
    content: '';
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/New-Project.png');
    background-size: contain;
    position: absolute;
    top: -8%;
    z-index: 0;
    width: 80%;
    height: 308px;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center;
    animation: opacityFade 4s ease-in-out infinite;
    margin-inline: auto;
    right: 0;
    left: 0;
}

@keyframes opacityFade {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.dim-slider .slick-dots {
    justify-content: flex-start;
    padding-left: 7%;
    position: absolute;
    bottom: 0;
}

.dim-slider .slick-dots button {
    background-color: #00000067;
    width: 30px;
    height: 8px;
}

.dim-slider .slick-dots .slick-active button {
    background-color: #f5b54f;
}

.dim-sum-slider .text-block h2 {
    color: #fff;
    font-size: 36px;
}

.dim-sum-slider .text-block .sub-title {
    color: #f5b54f;
    font-size: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 9px;

}

.dim-sum-slider .slider-block ul li {
    padding-left: 40px;
    display: block;
    margin: 15px 0px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.dim-sum-slider .slider-block ul li::after {
    height: 11px;
    width: 11px;
    background-color: #000;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    outline: 2px solid #000;
    outline-offset: 2px;
    transition: 0.3s;
    left: 9px;
    top: 6px;
}


.dim-sum-slidecr {
    position: relative;
}



.dim-sum-slider .image-block {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
    position: relative;
    left: 0;
    align-items: center;
}

.dim-sum-slider .slider-block ul li {
    padding-left: 40px;
    display: block;
    margin: 1px 0px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    height: 30px;
    margin-bottom: 11px;
}

.dim-sum-slider .image-block img {
    order: -2;
}

.dim-sum-slider .slider-block {
    height: 100%;
    margin-top: 0;
    flex: 0 0 45%;
    width: 45%;
    padding-left: 30px;
}

.dim-sum-slider .slick-arrow {
    display: none !important;
}

.dim-sum-slider .text-block p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.dim-sum-slider .block-title p {
    color: #000;
    width: 100%;
    max-width: 414px;
    margin-top: 20px;
    display: block !important;
}

.dim-sum-slider .text-block .learn-more {
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 2px solid #f5b54f;
    width: max-content;
}

.dim-sum-slider .image-block img {
    position: relative;
    right: 10px;
    top: 2px;
    flex: 0 0 55%;
    width: 100%;
    max-width: 55%;
}

.dim-sum-slider .slick-prev,
.dim-sum-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: #000;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 0px;
    width: 80px;
    height: 50px;
}

.dim-sum-slider .slick-prev {
    top: calc(89% - 55px);
    left: calc(-6% - -85px);
}

.slick-next {
    right: 20px;
}


.dim-sum-slider .slick-prev::before,
.dim-sum-slider .slick-next::before {
    display: none;
}

.dim-sum-slider .slick-next {
    right: 20px;
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/Mask-group-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.dim-sum-slider .slick-prev {
    right: 20px;
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/Mask-group-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);

}



.event-left-content li span {
    font-weight: 600;
}

.dim-sum-slider .slider-block p {
    font-weight: 500;
    font-size: 22px !important;
    color: #000;
    border-bottom: 2px solid #000;
    display: block;
    width: max-content;
    text-transform: capitalize;
    padding-bottom: 6px;
    margin-bottom: 18px;
}


.dim-sum-slider button.slick-next.slick-arrow {
    top: calc(89% - 30px);
    right: calc(89% - 105px);
}

.dim-sum-slider .text-block {
    position: relative;
}


.event-section {
    background-color: #ffffff;
}

.slider-container {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    position: relative;
    z-index: 3;
}

.event-section .container {
    padding: 0px;
    width: 100%;
    max-width: 1300px;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.event-grid .btn-bx {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.strip-container {
    position: relative;
}

.strip-container::before {
    position: absolute;
    content: "";
    top: 0;
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/wind-img2.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
}

.event-left-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding: 0px 20px;
}

.event-left-content .com_btn:first-child {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.event-left-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    margin: 20px 0px;
}

.strip {
    flex: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-y;
    animation-duration: 28s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



/* .strip-up2 {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/Group-1597883702.png") !important;
} */


.strip-up4 {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/a-2-scaled.jpg") !important;
}


@keyframes scrollUp {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes scrollDown {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 100%;
    }
}

.strip-container {
    width: 346px;
    height: 486px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-inline: auto;
    padding: 40px;
}

.strip-up {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/Group-1597883705-scaled.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    animation: scrollUp 28s linear infinite;
}

.strip-down {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/a-1-scaled.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    animation: scrollDown 28s linear infinite;
}

.strip {
    flex: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-y;
    animation-duration: 28s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.Banquet-Grid .right-block {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Banquet-Grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 50px;
    max-width: 500px;
    margin-left: auto;
    background: #fef4dc;
    padding: 25px;
}

.Banquet-Grid .right-block img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}



.Banquet-Grid .bang_lst ul li span {
    display: block;
    color: #000;
}

.Banquet-Grid .bang_lst ul li span img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7500%) hue-rotate(58deg) brightness(105%) contrast(95%);
}





.about-block .left-right {
    position: relative;
}

.about-block .image-bx,
.image-bx2 {
    animation: floatUpDown 4s ease-in-out infinite;
}

/* second image thoda delay se move kare */
.about-block .image-bx2 {
    animation-delay: 1.5s;
}



.testimonial_slide2 .testi_bx {
    max-width: 100%;
    background-color: #fef4dc;
    text-align: center;
    border-radius: 0px;
    padding: 75px 20px;
    box-shadow: 2px 2px 6px #00000033;
    margin: 15px 0;
    position: relative;
}

.testimonial_slide2 .testi_bx:before {
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/wind-img3.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
}

.testimonial_slide2 .testi_bx:after {
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/wind-img3.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    width: 75px;
    height: 75px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
    bottom: 0;
    rotate: 180deg;
}

.testimonial_slide2 .pro_file {
    height: 50px;
    width: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.testimonial_slide2 .testi_bx .pro_bx {
    justify-content: space-between;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 15px;
}

.testimonial_slide2 .testi_bx p {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
}

.testimonial_slide2 .testi_bx p:last-child b {
    font-weight: 500;
}

.testimonial_slide2 .testi_bx p br {
    display: none !important;


}

#main-home-page .banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

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

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


header.site-header.sticky {
    z-index: 999;
}


.dim-sum-slider .text-block h2 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

section.video-hero-section {
    padding: 0px;
    margin: 0px;
}

section.video-hero-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.video-main-bx {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-2 header {
    background-color: transparent;
    position: absolute;
}

#main-home-page .banner-image img {
    transform: unset;
    transition: unset;
}


.page-id-2 .mega-menu-wrapper::before {
    left: 18%;
}


.page-id-519 .mega-menu-wrapper::before {
    left: 19%;
}

.slide-text-root p {

    width: 420px;
    margin-top: 0px;
}

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

/* 
#main-home-page .ban_head h1 */













.ban_head {
    text-align: center;
    margin-inline: auto;
    padding-bottom: 0;
    max-width: 800px;
}

.ban_head .hd_content {
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 23px;
}

.banner-main::after {
    display: none;
}

.karh_ryt {
    width: 46%;
    padding-right: 9%;
}

.ban_head h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    transition: transform 700ms ease, opacity 700ms ease;
}


.ban_head h2 {
    color: #31935E;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    /* overflow: hidden; */
    margin: 30px 0px 0px;
    transition: transform 700ms ease, opacity 700ms ease;
}


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

.banner-main .banner-slider {
    position: relative;
    z-index: 9;
}

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

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




.ban_head p {
    font-size: 16px;
    transform: translateX(0px);
    color: #fff;
    margin: 20px 0 20px;
    width: 100%;
}


.banner-main .slick-slide.slick-current.slick-active .ban_head p {
    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: #dca143;
    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;
}

.banner-main .book_btn {
    margin-top: 18px;
}

.banner-main {
    position: relative;
    margin-left: 0;
}

.banner-main .slick-dots {
    align-items: center;
    gap: 10px;
    width: auto;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: 0;
    bottom: 15px;
    right: 0;
    left: 0;
}

.banner-main .slick-dots button {
    background: #fff;
    margin: 0 2px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 35px;
    height: 12px;
    font-size: 0px;
    border-radius: 0px;
}


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

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

.banner-main .banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

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

.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: 45%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -80%);
}

@keyframes moveLeftRight {
    0% {
        left: 0;
    }

    50% {
        left: 70%;
    }

    100% {
        left: 0px;
    }
}

.page-template-home-page-banquet.inner-pages header {
    position: absolute;
    border: 0px;
    background-color: transparent;
}

.page-template-home-page-banquet.inner-pages header a.logo-link {
    max-width: 220px;
}

.page-template-home-page-banquet.inner-pages header.site-header.sticky {
    position: fixed;
    z-index: 99;
    background: #222;
    box-shadow: 0 -6px 6px 8px #00000069;
}



.banner-main {
    position: relative;
    padding-bottom: 0;
    overflow: visible;
    padding-top: 0px;
}

/* .banner-main .banner-image:after {
    position: absolute;
    content: '';
    top: auto;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
} */
/* .banner-main .banner-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000000;
    background: linear-gradient(
0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: auto;
    z-index: 1;
} */

.banner-main .banner-text {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    width: 100%;
    z-index: 9;
    margin: auto;
}


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

.banner-slider .banner-image img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1);
}

.banner-slider .slick-active .banner-image img {
    transform: scale(1);
}

.banner-main::before {
    display: none;
}

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



.banner-slide.banner-2 .ban_head {
    text-align: left;
    margin-inline: 0;
    max-width: 400px;
}

.banner-slide.banner-2 .ban_btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

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































/* New home page css */

/*--------------------------------------------------------------
# video Section
--------------------------------------------------------------*/

.video-catering-section {
    position: sticky;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    top: 0;
    max-height: 600px;
}

.video-catering-section video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
}

.video-catering-section .overlay {
    text-align: center;
    background: #000000;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.33;
}

.video-catering-section .video-cn {
    position: absolute;
    left: 5%;
    bottom: 10%;
    max-width: 450px;
    z-index: 1;
}

.video-cn p {
    color: #fff;
}

/* New home page css */

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
    position: relative;
    background: #fef4dc;
}

.about-cn {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 80px;
}

.ab-ic-cn h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.about-icon-bx:last-child:after {
    display: none;
}

.ab-ic-cn p {
    margin: 0;
}

.about-section .btn-bx {
    margin-top: 50px;
}

.about-icon-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 80%;
    margin: 60px auto;
}

.ab-icon-img {
    margin-bottom: 25px;
    position: relative;
}

.ab-icon-img:after {
    content: '';
    width: 75px;
    height: 75px;
    background: #f5b54f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 100px;
    opacity: 0.3;
    transition: all 0.5s;
}

.about-icon-bx:hover .ab-icon-img:after {
    transform: translate(-10px, -10px);
}

.about-icon-bx {
    display: flex;
    gap: 23px;
    position: relative;
    justify-content: center;
}

.about-icon-bx:after {
    content: '';
    position: absolute;
    right: -15px;
    height: 100%;
    width: 1px;
    background: #0000003b;
}

.ab-icon-img {
    margin-bottom: 0;
    position: relative;
    flex: 0 0 70px;
}

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

.ab_cn {
    flex: 0 0 50%;
}

.ab-ic-img {
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-ic-img i {
    color: #A2224B;
}

.about-cn .ab_cn p {
    margin-bottom: 15px;
    line-height: 25px;
}



.about-img img {
    transition: transform 0.1s linear;
    transform: translateY(0);
    width: 100%;
}



.about-cn .section-title h2 {
    margin-bottom: 15px;
}

.about-cn .ab_cn p {
    margin-bottom: 15px;
}

.about-text .btn-bx {
    margin-top: 30px;
    display: block;
}

.ab-ic-bx {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.ab-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

ul.ab-card li h5 {
    font-size: 36px;
    color: #E2701E;
    text-align: center;
}



.about-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    text-align: center;
    justify-content: center;
}

.about-text .btn-bx {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.ab-alert {
    margin-top: 30px;
    background: #e4f1ff;
    padding: 15px;
    border-radius: 15px;
}

.ab-alert p {
    margin-bottom: 0px;
}


.ab-card-bx {
    position: relative;
}

.about-section .about-pic-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    display: inline-block;
    transform: translate(10px, 10px);
}

.about-section .about-pic-area img {
    border-radius: 15px;
}

.about-section .about-pic-area .box a img {
    margin: 0;
    transition: all 0.5s;
}

.about-cn .section-title span:before {
    display: none;
}

.about-cn .section-title span {
    padding-left: 0;
}

.divider {
    display: block;
    width: 100%;
    margin: 2rem 0;
    background: #d7b65d4f;
    height: 1px;
}

.ab-imgs_bx {
    margin-top: 0;
    position: relative;
}

.ab_cn h3 {
    font-size: 22px;
    margin: 0;
}

ul.ab-card p {
    color: #2d2d2d;
    margin: 0;
    font-weight: 600;
}




/*--------------------------------------------------------------
	Service Section new
--------------------------------------------------------------*/
.sec-title.text-center.text-white h2 {
    color: #fff;
    border-color: #fff;
}

.service-section {
    background: #f5f5f5;
    position: relative;
}

.service-section:before {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/wind-img3.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 245px;
    height: 241px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
}

.service-section:after {
    background-image: url(https://www.frontierli.net/wp-content/uploads/2026/01/wind-img3.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    width: 245px;
    height: 241px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
    bottom: 0;
    rotate: 180deg;
}

.service-list {
    display: grid;
    justify-content: center;
    margin-inline: auto;
    margin: 0 auto 0;
    text-align: center;
    max-width: 1382px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 29px 17px;
}

.service-bx {
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
}

.service-ic img {
    transition: all 0.4s;
    width: 100%;
    border-radius: 15px;
}

.service-ic {
    transition: all 0.5s;
}

.service-ic:hover {
    margin-top: -20px;
}

.service-cn {
    position: absolute;
    padding: 26px 35px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0;
    text-align: left;
    width: 100%;
    bottom: 0;
    transition: all 0.5s;
}

.service-bx:hover .service-ic img {
    transform: scale(1.1);
}

.service-bx:hover .service-cn {
    transform: translate(0px, 100px);
}

span.service-btn {
    color: #2d2d2d;
    font-weight: 500;
    padding-top: 15px;
    position: relative;
    display: block;
    max-width: max-content;
}

span.service-btn:after {
    content: '';
    background: #A2224B;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-bx:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #2d2d2d;
}

.service-bx h3 {
    font-size: 16px;
}

.btn-bx {
    margin-top: 30px;
}

.service-ic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-cn h3 {
    display: block;
    font-size: 24px;
    margin: 0;
    color: #a2224b;
    text-align: center;
}

.service-cards-text-wrap p {
    padding: 0 36px 37px;
}

.section-head {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

.service-inner .btn-bx {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}







.service-head {
    max-width: 750px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 50px;
}

.service-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.service-img-1 {
    transform: translateX(100%) rotate(5deg);
}

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

.service-img-2 {
    transform: translateX(-100%) rotate(-5deg);
}

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

.service-ic {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 7px 6px 8px 1px #4f4a4a33;
    cursor: pointer;
}

.service-cn-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 15px;
}

.service-ic h3 {
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 0;
    margin-bottom: -20px;
    transition: all 0.5s;
}

.sec-title.text-white h1 {
    color: #fff;
}

.service-ic span {
    text-align: center;
    font-size: 16px;
    color: #f5b54f;
    margin-top: 5px;
    /* padding-bottom: 5px;
    border-bottom: 1px solid #f5b54f; */
    transition: all 0.5s;
    opacity: 0;
    display: inline-block;
    height: 0;
}

.service-ic:hover span {
    height: auto;
    opacity: 1;
}

.service-ic:hover h3 {
    margin-bottom: 0px;
}

.service-ic:after {
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: auto;
}

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

.catering-section {
    position: relative;
}


.catering-section-new {
    position: relative;
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/25589-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 550px;
}

.catering-section-new:after {
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    height: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    opacity: 0.2;
}

.catering-section-new .container {
    max-width: 514px;
    text-align: left;
    position: absolute;
    bottom: 15%;
    top: auto;
    left: 3%;
    z-index: 1;
}

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

.catering-section .catering-head p {
    color: #fff;
}

.catering-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
}

.catering-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.catering-img-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 25%;
    z-index: -1;
}

.promise-section2 {
    background-color: #000000ed;
    padding: 50px 0px;
}

.promise-section2 p {
    color: #fff;
}




.promise-section2 .sec-title h2 {
    color: #fff;
    border-color: #fff;
}




.banner-slide.banner-1 .ban_head {
    text-align: left;
    margin-inline: 0;
    padding-bottom: 0;
    max-width: 450px;
}

.banner-slide.banner-1 .ban_btn {
    justify-content: flex-start;
}

.banner-slide.banner-1 .banner-text {
    top: 60%;
}

.banner-main .banner-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 50%, rgba(243, 235, 224, 0.04) 97%);
    opacity: 0.9;
}

.ban_head.text-black h1,
.ban_head.text-black h2 {
    color: #000;
}

.page-id-64 section.page-block,
.page-id-1090 section.page-block,
.page-id-783 section.page-block {
    background: none;
}

.page-id-1324 section.page-block,
.page-id-64 section.page-block,
.page-id-783 section.page-block,
.page-id-1090 section.page-block {
    background: none;
    padding-bottom: 0;
}

.page-id-1324 section.page-block h1,
.page-id-64 section.page-block h1,
.page-id-783 section.page-block h1,
.page-id-1090 section.page-block h1 {
    font-size: 50px;
    padding-bottom: 2px;
    border-bottom: 1px solid #222222;
}

.fixed-btn {
    position: fixed;
    bottom: 12px;
    right: 60px;
    transform: translateX(-15px);
    z-index: 999;
    border: 2px solid #f5b54f;
}

.fixed-btn a.com_btn {
    border: 3px solid #000000;
}

.reserve-box {
    margin-top: 15px;
}

.reserve-box p {
    font-size: 18px;
    max-width: 375px;
    margin-inline: auto;
    text-transform: capitalize;
}

.reserve-box a {
    margin-top: 0;
    width: 70%;
    max-width: 245px;
}


.catering-form {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/01/88007-1.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

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

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

.catering-form-head .section-title h1 {
    color: #f5b54f;
    margin-bottom: 25px;
}

.catering-form-head p {
    color: #fff;
}

.catering-form-bx label {
    color: #fff;
}

.catering-form-bx .form-group {
    color: #fff;
    margin-bottom: 28px !important;
}

.catering-form-bx .form-control {
    height: 45px;
    border-radius: 0;
    appearance: auto;
}

.catering-form-bx textarea.form-control {
    height: auto;
}

.catering-form-bx {
    background: rgb(0 0 0 / 91%);
    padding: 25px;
    box-shadow: 0 0 6px #0000006b;
    border: 15px solid #f5b54f;
    outline: 15px solid #f5b54f7d;
}

.catering-form-inner {
    background: #000000;
    background-image: url('');
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    animation: bg-marquee 30s infinite linear;
}

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

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

.char_msg {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
}

.char_msg i {
    font-style: normal;
}

.catering-form-inner .catering-form-bx {
    padding: 30px;
    background: #ffffffed;
    border: 5px solid #c29c61;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 645px;
    margin: auto;
    outline: 5px solid rgb(218 179 109 / 20%);
}

.catering-form-inner .catering-form-bx select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    background-image: unset;
}

.catering-form-inner .catering-form-bx .form-control {
    height: 45px;
    border-radius: 0;
}

.form-group {
    font-size: 16px;
}

label {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

input[type="radio"] {
    accent-color: #000000;
}

textarea.form-control {
    height: auto;
}

.form-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

p#slot-message {
    color: #fff !important;
}

.form-group {
    margin-bottom: 1rem;
}


.food-menu-alert {
    padding: 30px 0;
}

.food-menu-alert-bx p {
    background: rgb(255 0 0 / 10%);
    margin: 0;
    text-align: center;
    max-width: 7650px;
    margin-inline: auto;
    border: 1px solid red;
    padding: 15px;
    color: red;
}


.cus-date-reservation-from ul#pills-tab {
    gap: 15px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link.active {
    background: #f5b54f;
    border-bottom: none;
    color: #000;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
    margin-bottom: 10px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link {
    background: #fff;
    color: #000000;
    opacity: 1;
    border-radius: 0;
}

.cus-date-reservation-from label.radio-button,
.cus-date-reservation-from label.radio-button {
    display: inline-block;
    padding: 5px 7px;
    background-color: #000;
    color: #f5b54f;
    font-size: 16px;
    border: 1px solid #f5b54f;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 0;
    text-transform: lowercase;
}

.cus-date-reservation-from .time_picker,
.cus-date-reservation-from .time_picker {
    display: none;
}

.cus-date-reservation-from .tab-content input[type="radio"]:checked+label.radio-button {
    background: #f5b54f;
    color: #000;
}



.about-title-sec {
    padding-bottom: 25px;
}

.Banquet-Block {
    background: #fef4dc;
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/03/Rectangle-62-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-new-1 {
    background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/peshawar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    margin-inline: auto;
    position: relative;
}

.about-title-sec .sec-title img {
    max-width: 480px;
    display: block;
    margin-inline: auto;
    filter: brightness(0) saturate(100%) invert(80%) sepia(84%) saturate(5433%) hue-rotate(320deg) brightness(101%) contrast(92%);
}

.about-new-1 .about-main-grid {
    max-width: 370px;
    margin-inline: auto;
    text-align: center;
}



.page-id-728 .inspiration-section .inspiration-content {
    max-width: 736px;
}

.catering-request-form form button#contact_submit {
    float: right;
}

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

section.gallery-root~section#catering-request {
    display: none;
}

.side_bar_address a:hover {
    color: #f5b54f;
}

.form-control[name="date"],
input#datepicker[name="date"] {
    background-image: url("https://www.frontierli.net/wp-content/uploads/2026/02/calendar-minimalistic-svgrepo-com.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

section.private-policy-cn~section#catering-request {
    display: none;
}



.page-template-thank-you .inner-banner.overlay-dark {
    background-repeat: repeat;
}

.reserve_tb_mob {
    display: none;
}






/*************** simple dropdown *****/
.si_drp {
    position: relative;
}

.si_drp .sub-sm-menu {
    position: absolute;
    max-width: max-content;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 235px;
    background: #f5b54f;
    margin-top: 15px;
    box-shadow: 0px 0px 0 5px #f5b54f60 !important;
    border-radius: 0;
    border: none !important;
    z-index: 77;
    top: -18px;
    display: none;
    transition: all 0.5s;
    margin-top: 3px;
}

.si_drp:hover ul.sub-sm-menu {
    top: 64px;
    display: block;
    transition: all 0.5s;
}

.si_drp .sub-sm-menu::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 0;
    top: -14px;
    right: 0;
    border-bottom: none;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f5b54f;
}

.si_drp .sub-sm-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ffffff2e;
    /* display: inline-block; */
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.si_drp .sub-sm-menu li:hover {
    background-color: #222;

}

.si_drp .sub-sm-menu li:hover a {
    color: #fff !important;
}

.si_drp .sub-sm-menu li a {
    padding: 14px 12px;
    transition: all 0.5s;
    display: block;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 17px;

}

header.site-header.sticky .main-nav li.si_drp {
    position: relative !important;
}






@media (max-width: 1366.98px) {
    .page-id-519 .mega-menu-wrapper::before {
        left: 19%;
    }

    .page-id-2 .mega-menu-wrapper::before {
        left: 18%;
    }





    .Catering-Menu-Block .container {
        max-width: 98%;
    }

    .dim-sum-slider .container {
        width: 100%;
        max-width: 95%;
    }

    .about-block .about-main-grid {
        grid-template-columns: 48% 60%;
    }

    .dim-sum-slider .slick-prev {
        top: calc(89% - 61px);
        left: calc(-6% - -100px);
    }

    .dim-sum-slider button.slick-next.slick-arrow {
        top: calc(89% - 36px);
        right: calc(89% - 121px);
    }

    .about-icon-main {
        width: 88%;
    }
}



@media (max-width: 1280.98px) {
    .dim-sum-slider .image-block img {

        right: 30px;
    }

    .dim-sum-slider .slick-prev {
        top: calc(89% - 66px);
        left: calc(-6% - -82px);
    }

    .dim-sum-slider button.slick-next.slick-arrow {
        top: calc(89% - 42px);
        right: calc(89% - 114px);
    }

    .mega-menu-wrapper::before {
        left: 23%;
    }

    .about-hero-wrapper .row {
        align-items: unset !important;
    }

    .karh_ryt {
        padding-right: 4%;
    }

    .event_slider::before {
        right: 3px;
    }


    .kara_abt::before {
        height: 32%;
    }

}

@media (max-width: 1269px) {
    .page-template-home-page-banquet.inner-pages header.site-header.sticky {
        position: relative;
    }

    .site-header .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 55px;
    }

    .Banquet-Block,
    .inspiration-section,
    .perplexes-section,
    .catering-parallax,
    .contact-form-section,
    .parallax-section-new,
    .catering-form {
        background-attachment: inherit;
    }

    header.site-header {
        display: block !important;
    }

    .page-id-64 .mobmenu-content #mobmenuright li:hover {
        background-color: #202020 !important;
    }

    .banner-slide.banner-1 .banner-text {
        top: 0;
        position: relative;
        transform: none;
    }

    .ban_head p br {
        display: none;
    }

    .banner-slide.banner-1 .ban_btn {
        justify-content: center;
    }

    .banner-slide.banner-1 .ban_head {
        text-align: center;
        margin-inline: 0;
        max-width: 100%;
        padding: 25px 0 53px;
    }

    .page-template-home-page-banquet.inner-pages header {
        position: relative;
        border: 0px;
        background-color: #000;
    }

    .banner-main {
        padding: 0;
    }

    .banner-main .banner-image img {
        height: auto;
    }

    .page-id-519 .video-hero-section video {
        height: auto;
    }

    .page-id-519 .video-hero-section {
        height: auto;
    }

    .page-id-519 header {
        background-color: #000;
        position: relative;
        padding: 15px 0;
        background-image: none;
    }

    .inner-pages header {
        position: relative;
        border: 0px;
        background-color: #000000;
        background-image: none;
        padding: 15px 0;
    }

    .top-bar {
        border-bottom: 1px solid #dfbb6b;
    }

    .logo-block {
        max-width: 150px;
    }

    a.logo-link {
        position: relative;
    }

    header.site-header.sticky {
        position: relative;
    }

    .logo-figure {
        text-align: left;
    }

    .site-header .menu-block {
        display: none;
    }

    .site-header {
        position: relative;
        background-image: url('https://www.frontierli.net/wp-content/uploads/2026/01/561.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 0;
    }

    .home {
        padding-top: 0px;
    }

    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .top-bar a {

        background: #dfbb6b;
        color: #000;
        padding: 10px 0px;
        font-weight: 600;
    }

    .top-bar a+a {
        color: #dfbb6b;

        background-color: #000;

    }

    .ban_head {
        padding-bottom: 0;
    }

    .banner-main::after {
        display: none;
    }

    .iner_bnr_bx::after {
        display: none;
    }

    .banner-main::before {
        display: none;
    }


    .mob-expand-submenu i {

        left: 1px !important;

        top: 0px !important;

    }

    .mobmenur-container {

        position: absolute;

        right: 0px;

        top: 4em !important;

        background: #fcc95a;

        height: 45px;

        width: 45px;

        display: grid;

        place-items: center;

        margin-right: 4% !important;

        font-size: 10px !important;

    }

    #mobmenuright a {
        width: 100%;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #fff !important;
        text-transform: capitalize !important;
        font-family: "Poppins", sans-serif !important;
        border-bottom: 1px solid #eeeeee38;
    }

    .menu-item-872 {

        position: relative;

    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #000 !important;
        height: 40px;
        width: 40px;
        background: #dfbb6b;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {

        background-color: #1d1d1d !important;

    }

    .mob-icon-menu:before {

        margin: 0 !important;

    }

    .mobmenu r-container i {

        color: #ffffff !important;

    }

    .mobmenu-content li {

        padding: 0 !important;

    }

    ul#mobmenuright {

        margin-top: 35px !important;

    }

    .mob-menu-logo-holder {

        display: none !important;

    }

    .mob-menu-header-holder.mobmenu {

        background: transparent !important;

        display: block !important;

        position: absolute;

    }

    .mobmenu .headertext {

        display: none;

    }

    body.mob-menu-slideout-over {

        padding: 0px !important;

    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #dfbb6b !important;
        color: #000 !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {

        background-color: #202020 !important;

    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #dfbb6b !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #0d789e91 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #000000 !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;

    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container i {
        color: #000 !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 77px !important;
        background: #dfbb6b;
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        margin-right: 15px !important;
        font-size: 10px !important;
    }

    .mobmenu-content li {

        border: 0px !important;

    }

    .mobmenu-right-panel {
        background-color: #000 !important;
    }

    .site-header {
        display: block !important;
    }

    .reserve_tb_mob {
        display: block;
        z-index: 99;
    }

    .reserve_tb_mob a {
        color: #000000;
        padding: 10px 15px;
        background-color: #dfbb6b;
        font-weight: 500;
        text-transform: capitalize;
        height: 40px;
        display: inline-block;
    }

    body .mobmenu-content #mobmenuright li:hover {
        background-color: #202020 !important;
    }

}

@media (max-width: 1024px) and (min-width: 769px) {
    .event-grid .btn-bx {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .catering-form .col-md-7.mx-auto {
        width: 91.333333%;
    }
}

@media (max-width: 991px) {
    .inner-ban-cn {
        margin-top: 25px;
    }

    .about-cn {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-icon-bx:after {
        display: none;
    }

    .about-icon-bx {
        justify-content: flex-start;
    }

    .service-section:before {
        width: 20%;
    }

    .service-section:after {
        width: 20%;
    }

    .service-body {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-icon-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-top: 20px;
        margin-inline: 0;
    }

    .page-id-64 section.page-block h1,
    .page-id-783 section.page-block h1 {
        font-size: 30px;
    }

    .about-new-1:after {
        content: '';
        background: #faf1ddab;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        top: 0;
        position: absolute;
    }

    .about-title-sec .sec-title img {
        max-width: 100%;
    }

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

    .page-id-64 section.page-block h1,
    .page-id-783 section.page-block h1,
    .page-id-1090 section.page-block h1,
    .sec-title h1,
    .sec-title h2 {
        font-size: 30px;
    }

    .menu-card-grid .left-bx {
        gap: 20px;
    }

    .perplexes-section .text {
        max-width: 100%;
    }

    .catering-request-form form {
        padding: 15px;
    }

    .Tandoor-card {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        margin-top: 20px;
    }

    section {
        padding: 30px 0;
    }

    .dim-sum-slider:after {
        display: none;
    }

    .dim-sum-slider {
        padding-top: 30px;
    }

    .slider-container {
        grid-template-columns: 100%;
    }

    .dim-sum-slider .block-title p {
        max-width: 100%;
    }

    .dim-sum-slider .slider-block {
        padding-left: 0;
        flex: 0 0 100%;
        width: 100%;
    }

    .dim-sum-slider .text-block {
        text-align: center;
    }

    .dim-slider .slick-dots {
        justify-content: center;
        padding-left: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-inline: auto;
        left: 0;
    }

    .event-right-slider {
        display: none;
    }

    .event-grid {
        grid-template-columns: 100%;
        justify-content: center;
        align-items: center;
    }

    .dim-slider {
        margin-top: 30px;
    }

    .dim-sum-slider .slider-block {
        text-align: center;
    }

    .dim-sum-slider .slider-block p {
        display: inline-block;
        width: auto;
        text-transform: capitalize;
        margin-inline: auto;
    }

    .dim-sum-slider .slider-block ul {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dim-sum-slider .image-block {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .Banquet-Grid {
        gap: 50px;
        max-width: 100%;
    }

    .Banquet-Block .btn_center {
        text-align: center;
    }

    .container__subFeat--right {
        gap: 0px;
    }

    .info-graph-img {
        margin: 0 !important;
    }

    .container__circle {
        margin-top: 30px;
    }

    .dim-sum-slider .slider-block ul li {
        height: auto;
        margin-bottom: 0;
    }

    .dim-sum-slider .image-block {
        gap: 25px;
    }

    .dim-sum-slider .image-block img {
        right: 0;
    }

    .dim-slider .slick-dots {
        position: relative;
    }

    .banner-main .banner-text .row {
        flex-direction: column-reverse;
    }

    /* Make parent flex */
    .container__circle {
        display: flex;
        flex-direction: column;
    }

    /* 01 (first subFeat) */
    .container__circle>.container__subFeat:nth-of-type(1) {}

    /* 02 (third subFeat in HTML) */
    .container__circle>.container__subFeat:nth-of-type(3) {}

    /* 03 (second subFeat in HTML) */
    .container__circle>.container__subFeat:nth-of-type(2) {}

    /* 04 (fourth subFeat) */
    .container__circle>.container__subFeat:nth-of-type(4) {}


    .info-graph-img {
        margin-left: 0px;
    }

    .info-graph-content {
        max-width: 100%;
    }

    .container__subFeat {
        height: auto;
    }

    .container__mainFeat {

        position: unset;
        transform: unset;
    }


    .container__subFeat {
        position: unset;
        transform: unset;
        flex-direction: column;
        text-align: center;
        gap: 20px;

    }


    .container__subFeat--right {
        transform: unset;
        position: unset;
        gap: 20px;
        flex-direction: column;
    }

    .container__circle {
        width: auto;
        height: auto;
        box-shadow: unset;
        background-image: unset;
        border: 0px;
    }

    .container__circle {
        width: auto;
        height: auto;
    }

    .perplexes-section {
        min-height: auto;
    }


    .food-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .inner-banner .row {
        margin-top: 25px;
        row-gap: 20px;
    }


    .ban_head {
        margin-bottom: 0px;
    }

    .banner-text img {
        padding: 0px;
        top: 0px;
    }

    .ban_head h1 br {
        display: none !important;
    }

    .ban_head h1 {
        font-size: 35px;
    }

    .ban_head {
        text-align: center;
    }

    .ban_head p {
        margin: 20px 0 10px;
    }

    .banner-text img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .karh_abt_img::before,
    .kara_abt::after {
        display: none;
    }

    .karh_abt_us {
        flex-direction: column;
        gap: 0px;
    }

    .karh_abt_img {
        width: 100%;
        position: relative;
        top: unset;
        padding: 10px 0;
    }

    .karh_ryt {
        padding-right: 0px;
        width: 100%;
    }

    .karh_ryt {
        margin-top: 0px;
    }

    .kara_abt {
        padding: 60px 15px;
    }

    .karh_ul ul {

        margin-top: 0px;
    }

    .karh_ul ul li {

        color: #000;
    }

    .karh_ul ul li img {
        filter: unset;
    }

    .signature_dish {
        padding-top: 80px 0px !important;
    }

    .signature_dish {
        background-size: cover;
        background-repeat: repeat;
    }

    .dish_bx {
        border: 1px solid #ffffff1a;
    }

    .signature_dish .row {
        row-gap: 20px;
    }

    .signature_dish .btn_center {
        margin-top: 40px !important;
    }

    .event_slider::before {
        display: none;
    }

    .private-sec {
        padding-top: 60px;
    }

    .private-sec .row {
        row-gap: 35px;
    }

    .order-right {
        max-width: 100%;
        text-align: center;
        padding-top: 35px;
    }

    .order-right .order_cta h2 {
        margin-inline: auto;
    }

    .testi_bx {
        border-radius: 15px;
        text-align: center;
    }

    .blog .row {
        row-gap: 22px;
    }

    .footer-cta .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-cta .col-md-4 {
        width: calc(100% - 8%);
        border-bottom: 1px dashed #715f36;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer-content .row>.col-lg-3.col-md-6.mb-30:first-child {
        display: none;
    }

    .footer-content .row>.col-lg-3.col-md-6.mb-50 {
        display: none;
    }

    .lines {
        display: none;
    }

    .footer-cta {
        padding-bottom: 0px;
        border: 0px;
    }

    .footer-content {
        padding-bottom: 60px;
        margin: 0px;
    }

    .footer-content .col-lg-6 {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .privacy_text ul {
        gap: 27px;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .order_cta .sec-title h2 {
        margin-inline: auto;
    }

    .inspiration-section,
    .catering-parallax {
        min-height: auto;
        background-attachment: inherit;
    }

    .about-hero-wrapper .row {
        row-gap: 55px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .inner-ban-img {
        padding-top: 25px;
    }

    .menu-card-grid {
        grid-template-columns: 100%;
        margin-top: 15px;
    }

    .perplexes-section {
        background-attachment: inherit;
    }

    .sec-title.form-head {
        text-align: center;
    }

    .info-graph-content h3 {
        text-align: center;
        font-weight: 700 !important;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 30px;
    }

    .contact-form-section {
        background-attachment: inherit;
    }

    .chef-content {
        padding-top: 25px;
        padding-left: 0px;
    }

    .about-hero-wrapper .slick-slide img {
        height: 250px;
        width: 100%;
    }

    .about-title-block .sec-title h2 {
        margin-inline: auto;
    }

    .inspiration-content {
        padding: 15px;
    }

    .page-block {
        padding: 35px 0px;
    }

    .restaurant-menu-list {
        grid-template-columns: 1fr;
    }

    .parallax-section-new {
        height: 350px;
        background-attachment: scroll;
    }

    .main-menu-title h3 {
        font-size: 28px;
    }

    .food-name-price h3 {
        font-size: 20px;
    }

    .about-hero-wrapper .about-title-block {
        padding-right: 0px;
    }

    .catering-section .row {
        row-gap: 30px;
    }

    article.blog-box.blog-img.text-center {
        float: initial;
        margin: 30px auto 30px;
    }

    section.dim-sum-slider .block-title>p {
        display: none !important;
    }

    section.dim-sum-slider .block-title {
        margin: 20px 0 0 0;
    }

    .testimonial_slide2 .slick-dots {
        gap: 8px;
        flex-wrap: wrap;
        row-gap: 0px;
    }
}

@media (max-width: 767px) {
    .gallery-image img {
        height: 150px;
    }

    .video-catering-section video {
        position: relative;
        transform: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: inherit;
    }

    .video-catering-section .overlay {
        opacity: 0;
    }

    .video-catering-section {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 0;
        top: 0;
        max-height: max-content;
    }

    .video-catering-section .video-cn {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 100%;
        z-index: 1;
        background: #000;
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .ab-icon-img:after {
        content: '';
        width: 50px;
        height: 50px;
    }

    .about-icon-main {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }

    .ab-icon-img {
        flex: 0 0 45px;
    }

    .ab-ic-cn h3 {
        font-size: 20px;
    }

    .about-icon-bx {
        justify-content: flex-start;
    }

    .about-icon-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .event-left-content ul {
        grid-template-columns: 1fr;
    }

    .food-menu p {
        width: 100%;
        max-width: 100%;
    }

    .karh_ul ul {
        grid-template-columns: 1fr;
    }

    .footer-section {
        padding-top: 35px;
    }


    .form-row .limit-box {

        flex-direction: column;
    }

    .catering-request-form form {
        padding: 15px;
    }

    .catering-request-form form h2 {
        text-align: center;
        padding-bottom: 10px;
        width: 100%;
    }

    .perplexes-section .text {
        padding: 15px;
    }

    .gallery-image {
        padding: 5px;
    }

    .gallery-image img {
        height: 130px;
    }

    .cater_form {
        background: #000;
    }

    .cater_form .input_field {
        width: calc(100%);
    }

    .cater_form form {

        width: 100%;
    }

    .cater_form {
        padding: 18px;
    }


    .food-name p {
        max-width: 100%;
        margin: 0px 0px;
    }

    .restaurant-menu-list {
        padding-inline: 0;
    }

    .parallax-section-new {
        height: 200px;
    }

    section.restaurant-menu.menu_top {
        padding: 35px 0px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 76px !important;
        margin-right: 15px !important;
    }

    .banner-main .banner-text {
        padding: 0 0px;

    }

    .ban_head h1 {
        font-size: 28px;
        text-align: center;
        margin: 0px;
    }

    .ban_head p {
        margin: 10px 0px;
        width: 100%;
        max-width: 100%;
    }

    .com_btn.mr-3 {
        margin-right: 0px;
    }

    .banner-action-btn {
        display: flex;
        align-items: center;
        margin: 15px 0px !important;
        flex-direction: column;
        gap: 15px;
    }

    .banner-main {
        padding: 0px;
        padding-bottom: 0px;
    }

    .banner-main .slick-dots {
        display: none !important;
    }

    .kara_abt {
        padding: 35px 0px;
    }

    .karh_abt_img img {
        width: 100%;
        height: 100%;
    }

    .karh_ryt {
        padding: 0px 15px;
    }

    .perplexes-section .socil_media h2,
    .sec-title h2 {
        font-size: 30px;
    }

    .karh_ul ul {
        margin-top: 0px;
        flex-direction: column;
        width: 100%;
    }

    .karh_ul ul li {
        width: 100%;
    }

    .signature_dish {
        padding: 35px 0px;
    }

    .dish_bx {
        background: #000;
    }

    .private-sec {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .our-banquet {
        padding: 35px 0px;
    }

    .our_banq_bx {
        padding: 15px;
    }

    .bang_lst ul {

        flex-direction: column;
    }

    .bang_lst ul li {
        width: 100%;
    }

    .order_cta .sec-title p br {
        display: none;
    }

    .order_cta .sec-title h6 {
        font-size: 16px;
    }

    .testinomial {
        padding: 35px 0px;
    }

    .blog {
        padding: 35px 0px;
    }

    /* section.event-section .event-left-content ul {
        display: none;
    } */
    section.Banquet-Block .bang_lst ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.Banquet-Block .bang_lst ul li {
        padding: 12px 5px;
    }

    section.Banquet-Block .bang_lst ul li span {
        font-size: 14px;
    }

    .site-header .main-nav .logo-figure img {
        transition: all 0.5s;
        height: 58px;
        width: auto;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 68px !important;
    }
}

@media only screen and (max-width: 380px) {
    .top-bar a {
        font-size: 14px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 66px !important;
    }
}




.select_multi {
    height: 240px !important;
}

.select_multi option {
    border-bottom: 1px solid #eee;
    padding: 4px 4px;
}


.party-menu-white {
    padding: 50px 100px;
}

.party-menu-black {
    background: #000;
    color: #fff;
}

.party-menu-black .menu-size-bx {
    border-block: 1px solid #ffffff61;
}

.party-menu-black .menu-cn-bx {
    border-bottom: 1px solid #ffffff61;
}

.party-menu-black .menu-list-main .section-title h2,
.party-menu-black .menu-list-main .menu-item-name h3 {
    color: #fff;
}

.party-menu-black .menu-size-bx span {
    color: #f5b54f;
}

.menu-list-main .section-title h2 {
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}

.menu-size-bx {
    display: grid;
    grid-template-columns: 1fr 200px 200px 200px;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
    border-block: 1px solid #18181861;
}

.menu-size-bx span {
    text-align: end;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.menu-item-name h3 {
    text-align: left;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.menu-cn-bx {
    display: grid;
    grid-template-columns: 1fr 600px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #18181861;
}

.menu-item-price {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    justify-content: flex-end;
    align-items: flex-end;
}

.menu-item-price span {
    text-align: end;
    background: #f5b54f;
    color: #000000;
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 0px;
    font-size: 16px;
    display: inline-block;
    width: max-content;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .menu-size-bx {
        grid-template-columns: 1fr 100px 100px 100px;
    }

    .menu-item-price {
        grid-template-columns: 100px 100px 100px;
    }

    .menu-cn-bx {
        grid-template-columns: 1fr 300px;
    }

    .fixed-btn {
        position: fixed;
        bottom: 10px;
        left: 15px;
        transform: none;
        z-index: 999;
        right: 15px;
        text-align: center;
        max-width: 60%;
        margin-inline: auto;
    }

    .fixed-btn a {
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .time-section .main-titme-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

.time-section .container {
    padding: 0px;
}

    .footer-content>.row>.col-lg-3.mb-50 {
        display: block !important;
        text-align: center;
        margin-top: 35px;
    }

    .footer-widget-heading h3 {
        margin-bottom: 25px;
    }

    .footer-content {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .page-id-1324 section.page-block h1,
    .page-id-64 section.page-block h1,
    .page-id-783 section.page-block h1,
    .page-id-1090 section.page-block h1 {
        font-size: 30px;
        padding-bottom: 2px;
        border-bottom: 1px solid #222222;
    }

    .menu-list-main .section-title h2 {
        font-size: 18px;
    }

    .menu-size-bx span {
        font-size: 14px;
    }

    .menu-item-name h3 {
        font-size: 14px;
    }

    .menu-item-price span {
        font-size: 14px;
    }

    .menu-item-price {
        grid-template-columns: 60px 60px 50px;
        gap: 5px;
    }

    .menu-size-bx {
        grid-template-columns: 1fr 60px 60px 50px;
        gap: 5px;
    }

    .menu-cn-bx {
        grid-template-columns: 1fr 1fr;
    }

    .fixed-btn {
        position: fixed;
        bottom: 10px;
        left: 15px;
        transform: none;
        z-index: 999;
        right: 15px;
        text-align: center;
    }

    .fixed-btn a {
        text-align: center;
        font-size: 14px;
        width: 100%;
    }
}


.time-section .main-titme-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.titme-bx img {
    width: 100%;
}