@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&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");

/* CSS Document */

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-SemiBold.eot");
    src:
        url("../font/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../font/Manrope-SemiBold.woff2") format("woff2"),
        url("../font/Manrope-SemiBold.woff") format("woff"),
        url("../font/Manrope-SemiBold.ttf") format("truetype"),
        url("../font/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Bold.eot");
    src:
        url("../font/Manrope-Bold.eot?#iefix") format("embedded-opentype"),
        url("../font/Manrope-Bold.woff2") format("woff2"),
        url("../font/Manrope-Bold.woff") format("woff"),
        url("../font/Manrope-Bold.ttf") format("truetype"),
        url("../font/Manrope-Bold.svg#Manrope-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Medium.eot");
    src:
        url("../font/Manrope-Medium.eot?#iefix") format("embedded-opentype"),
        url("../font/Manrope-Medium.woff2") format("woff2"),
        url("../font/Manrope-Medium.woff") format("woff"),
        url("../font/Manrope-Medium.ttf") format("truetype"),
        url("../font/Manrope-Medium.svg#Manrope-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Regular.eot");
    src:
        url("../font/Manrope-Regular.eot?#iefix") format("embedded-opentype"),
        url("../font/Manrope-Regular.woff2") format("woff2"),
        url("../font/Manrope-Regular.woff") format("woff"),
        url("../font/Manrope-Regular.ttf") format("truetype"),
        url("../font/Manrope-Regular.svg#Manrope-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-ExtraBold.eot");
    src:
        url("../font/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("../font/Manrope-ExtraBold.woff2") format("woff2"),
        url("../font/Manrope-ExtraBold.woff") format("woff"),
        url("../font/Manrope-ExtraBold.ttf") format("truetype"),
        url("../font/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tilt Warp";
    src: url("../font/TiltWarp-Regular.eot");
    src:
        url("../font/TiltWarp-Regular.eot?#iefix") format("embedded-opentype"),
        url("../font/TiltWarp-Regular.woff2") format("woff2"),
        url("../font/TiltWarp-Regular.woff") format("woff"),
        url("../font/TiltWarp-Regular.ttf") format("truetype"),
        url("../font/TiltWarp-Regular.svg#TiltWarp-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body:not(.home) {
    font-family: "Manrope";
    margin-top: 124px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Baskervville", serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

p {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

section {
    padding: 70px 0;
}

h2 {
    font-style: normal;
    text-align: center;
    color: #000000;
}
ul{
	padding:0;
	margin:0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #fff;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #29914B;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #29914B;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.slick-slide {
    padding: 0 15px;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #29914B;
    transition: all ease 0.4s;
    position: relative;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots li {
    display: block;
    text-align: center;
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
ul.locater li a {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

ul.locater {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

ul.locater li a p {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

ul.locater li a p img {
}

ul.locater li a img {
    filter: invert(1);
}

.header_up {
    padding: 5px 0;
    background-color: #456844;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
}
ul.web_menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 42px;
}
.right-menu {
    display: flex;
    gap: 42px;
    justify-content: flex-end;
}
.btn-menu {
    display: flex;
    align-items: center;
    gap: 42px;
}

.header_main {
    display: grid;
    grid-template-columns: 40% 40%;
    justify-content: space-between;
}

ul.web_menu li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    padding: 30px 0;
}
a.call-tab {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
a.call-tab img {
    filter: invert(1);
    margin-right: 10px;
    max-width: 25px;
}

section.catering_menu_main .slick-dots li button:before {
    background: #5e5d5d;
}

section.catering_menu_main .slick-dots li.slick-active button:before {
    background: #456844;
}

.site_logo * {
    transition: 0.3s !important;
}

.site_logo img {
    width: 100%;
    max-width: 135px;
}

.site_logo {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 6px;
}
.site_logo a {
    display: inline-block;
}

.banner_contnt h1 {
    font-style: normal;
    font-size: 45px;
    line-height: 58px;
    color: #000000;
    max-width: 660px;
    margin: 0 0 10px 0;
}

.banner_contnt h1 span {
    color: #456844;
    display: inline-block;
    padding: 0px 4px;
}

.banner_contnt p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin: 0 0 20px 0;
    max-width: 660px;
}

.common_btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #456844;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    background: #456844;
}

.common_btn:hover {
    background-color: #9a2f25;
    color: #fff;
    border-color: #9a2f25;
}

.banner-action {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.about_pasta .common_btn:hover {
    background-color: #fae035;
    border-color: #000 !important;
    color: #000000 !important;
}

.green_order.common_btn {
    background-color: #9a2f25;
    color: #fff;
    border-color: #9a2f25;
    transition: all 0.3s ease-in-out;
}

.green_order.common_btn:hover {
    background-color: #456844;
    color: #fff;
    border-color: #456844;
}

.banner_img img {
    width: 100%;
    max-width: 647px;
    margin: 0 auto;
}

.banner_img {
    text-align: center;
    padding: 13px 0 0 0;
}

section.banner_ain {
    background-image: url("../images/banner_bg.png");
    background-repeat: repeat;
}

ul.opening_hour {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 80%;
    gap: 10px 52px;
}

.open_hours_ban {
    padding: 30px 0;
    display: none;
}

.open-hours ul li b {
    padding-right: 5px;
}

ul.opening_hour li p b {
    padding-right: 5px;
    font-weight: 500;
}

ul.opening_hour li p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #456844;
}




body.inner-pages header {
    background: #456844;
    padding: 40px 0;
}
body.inner-pages .header-scrolled {
    padding: 15px 0;
}
body.inner-pages .site_logo img {
    width: 100%;
    max-width: 110px;
}
body.inner-pages .header-scrolled .site_logo img {
    width: 100%;
    max-width: 60px;
}
/* Arrows */

.slick-slide {
    height: auto !important;
}

.hero-slider.slick-initialized.slick-slider.slick-dotted {
    margin: 0;
}
.testi-arrows .slick-prev,
.testi-arrows .slick-next {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.banner_slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-bottom: 0;
    text-align: right !important;
    bottom: 20px !important;
    right: 40px !important;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.banner_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner_slider .slick-dots li button:before {
    background: #6f6f6f;
    width: 25px;
    height: 11px;
}

.testi-arrows .slick-prev:hover,
.testi-arrows .slick-next:hover {
    background: #196519;
}

.banner_slider .slick-dots li.slick-active button:before {
    background: #456844;
}

.about_pasta {
    background-color: #cdd6cc;
}

.about_pasta .about_pasta {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.about_pasta .about_pasta p:last-child {
    margin: 0;
}
.about_pasta h2 {
    font-style: normal;
    text-align: center;
    margin: 0px 0px 5px 0px;
    color: #9a2f25;
    text-transform: capitalize;
}
.about_pasta .about_pasta p {
    color: #000;
}

section.about_pasta .about_pasta a.common_btn {
    margin: 4px 0 0 0;
}

section.about_pasta .green_order:hover,
.cta-section .green_order:hover {
    background-color: #000 !important;
    color: #fff !important;
}

section.our_menu ul.nav {
    justify-content: center;
    gap: 0px;
    border: 0;
    margin: 75px 0px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

section.our_menu h2 {
    margin: 0 0 30px 0;
}

section.our_menu li.nav-item {
    max-width: 100%;
    position: relative;
    width: 100%;
}


section.our_menu li.nav-item button.nav-link {
    height: 145px;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #9a2f25;
    padding: 0px;
    text-transform: capitalize;
    position: relative;
    transition: 0.7s !important;
    border: 1px solid #9a2f2524;
    border-radius: 0;
}
.our_menu li.nav-item button.nav-link.active {
    color: #456844;
    background: rgb(69 104 68 / 21%);
    border-color: #456844;
}



section.our_menu * {
    transition: 0.2s !important;
}

section.our_menu li.nav-item button.nav-link img {
    max-width: 63px;
}

.our_menu li.nav-item button.nav-link.active {
    color: #456844;
}

section.our_menu .tab-content {
    border: 0;
    padding: 0;
    margin: 30px 0 0 0;
}

.food_col_main {
    display: grid;
    grid-template-columns: 325px auto 325px;
    gap: 0;
}

.accord_item {
    max-width: 325px;
}

.menu_accord_image {
    text-align: center;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_accord_image img {
    max-width: 350px;
}

.accord_item h4 {
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    padding: 0 0 0 10px;
    border-left: 4px solid #456844;
}

.accord_item h5 {
    font-style: normal;
    font-family: "Manrope";
    font-size: 24px;
    line-height: 30px;
    color: #456844;
    font-weight: 600;
}

.accord_item p {
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.food_col_in {
    flex-direction: column;
    display: flex;
    row-gap: 40px;
}

.menu_sec_actions {
    text-align: center;
    margin: 30px 0 0 0;
}

.our_menu .banner-action {
    justify-content: center;
    margin: 30px 0 0 0;
}

.heading_cater h4 {
    font-style: normal;
    font-size: 36px;
    color: #fff;
    margin: 0;
}

.catering_ban {
    background-color: #456844;
}

/* .heading_cater h2 {
    font-size: 254px;
    text-transform: uppercase;
    line-height: 232px;
    margin: 0;
    -webkit-text-stroke: 5px #ffffff;
    color: #9a2f25;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

 */

.heading_cater {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.heading_cater h2 {
    position: relative;
    font-size: 254px;
    text-transform: uppercase;
    line-height: 232px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;

    color: transparent;
    -webkit-text-stroke: 5px #ffffff;
}

/* FIRST TIME FILL ANIMATION */
.heading_cater h2::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    color: #9a2f25;
    -webkit-text-stroke: 5px #ffffff;
    overflow: hidden;
    white-space: nowrap;
    animation: textFill 1.8s ease forwards;
}

/* Shine Layer (Starts After Fill) */
.heading_cater h2::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(120deg, transparent 40%, #f8f0e0 50%, transparent 60%);

    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    opacity: 0;
    animation: shineMove 4s linear infinite;
    animation-delay: 2s;
    /* Start after fill */
}

/* Fill Animation */
@keyframes textFill {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* Continuous Shine */
@keyframes shineMove {
    0% {
        background-position: 200% center;
        opacity: 1;
    }

    100% {
        background-position: -200% center;
        opacity: 1;
    }
}

.heading_cater {
    flex-direction: column;
    display: flex;
}

.heading_cater h4:last-child {
    margin-left: auto;
    display: none;
}
.cater_img .image-bx {
    text-align: center;
}
.cater_img img {
    max-width: 100%;
    margin: 0 auto;
    transform: rotate(2deg);
}
.cater_img h3 {
    font-size: 25px;
    margin-top: 30px;
    color: #ffcc00;
    padding: 7px;
}
.cater_img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 15px;
}
.cater_img ul li {
    color: #fff;
    padding-left: 25px;
    position: relative;
    flex: 0 0 50%;
}
.cater_img ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #ffcc00;
    left: 5px;
    top: 5px;
    position: absolute;
    border: 2px solid #456844;
    outline: 2px solid #ffcc00;
}
.cater_img ul li a {
    color: #ffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.cater_img .text-block h4 {
    font-style: normal;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.cater_img .text-block p {
    color: #fff;
    margin: 0;
}

.cater_img .text-block {
    position: relative;

}

.cater_img {
    display: grid;
    grid-template-columns: 471px 1fr;
    align-items: center;
    position: relative;
}


p:empty {
    display: none;
}
.event-main {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 19px));
    gap: 25px;
}
.event-main a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.event-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.event-cn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.event-cn h3 {
    font-size: 25px;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 15px;
}
.event-main a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}



.franchise-head {
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
}
.franchise-head h2 {
    color: #9a2f25;
}















section.catering_ban .button_actions {
    text-align: left;
    position: relative;
    z-index: 99;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

section.catering_ban .button_actions a:hover {
    border-color: #fff;
}

section.catering_ban .button_actions a:last-child {
    border-color: #fff;
    color: #fff;

    background-color: transparent;
}

section.catering_ban .button_actions a:last-child:hover {
    background-color: #fff;
    color: #456844;
}

.testimonials {
    background-color: #cdd6cc;
   /*  background-image: url('https://www.pastatime.co/wp-content/uploads/2026/02/11800-1-1.jpg');
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
}
.testimonials-inner .testi_txt {
    padding: 15px;
    background: #f2f2f2;
}
.testimonials-inner .testi_txt h5 {
    color: #456844;
    font-size: 18px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.testimonials-inner .testimonials-star-ratings {
    margin-bottom: 15px;
}
/* .testimonials:before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
} */
.testimonials .container{
	position:relative;
	z-index:2;
}
.testimonials .banner-action a:hover {
    color: #fff;
    border-color: #fff;
}

section.testimonials h2 {
    margin: 0 0 30px 0;
    color: #000000;
}

.testi_slide_item {
    text-align: center;
    color: #fff;
}
.reviewer h3,
.testi_txt h5 {
    font-style: normal;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 10px 0;
    margin: 0;
}

.reviewer p {
    margin: 0;
}

.review_imge img {
    max-width: 133px;
}

.testi_header {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    border-bottom: 1px solid hsl(0deg 0% 0% / 22%);
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
}
.testi_slider {
    max-width: 700px;
    margin-inline: auto;
}

.feedback p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.testimonials .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    position: unset;
}

/* Remove default list style */
.testimonials .slick-dots li {
    list-style: none;
    margin: 0;
}
.testimonials-star-ratings {
    color: #c9a618;
}
.testimonials .slick-dots li button {
    width: 30px;
    height: 6px;
    border-radius: 0%;
    background: #ccc;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonials .slick-dots li.slick-active button {
    border-radius: 0px;
    background: #9a2f25;
}

/* Hover Effect */
.testimonials .slick-dots li button:hover {
    background: #9a2f25;
}

.testimonials .slick-list {
    margin: 0 -10px;
}

.testimonials .slick-list .testi_slide_in {
    padding: 0 8px;
}

footer {
    padding: 90px 0 73px;
}

.footer_logo img {
    max-width: 130px;
    width: 100%;
    margin: 0 0 20px 0;
}

.footer_logo p {
    margin: 0;
}

.footer_logo {
    margin: 0 0 0px 0;
}

footer h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #456844;
    margin: 0;
    font-family: "Manrope";
}

ul.social_icons {
    padding: 0;
    list-style: none;
}

ul.social_icons {
    display: flex;
    margin: 16px 0 0 0;
    gap: 16px;
}

ul.social_icons li a {
    padding: 10px;
    max-width: 40px;
    background: #9a2f25;
}
ul.social_icons li a img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(71deg) brightness(101%)
        contrast(104%);
}

ul.social_icons li a {
    border: 1px solid rgb(154 47 37);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

ul.social_icons li a:hover {
    background-color: #9a2f25;
    color: #fff;
}

ul.social_icons li a:hover img {
    filter: invert(1);
}

ul.footer_link {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
    flex-direction: column;
    display: flex;
    gap: 30px;
}

ul.footer_link li a {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

ul.footer_link li a:hover {
    color: #456844;
}

ul.footer_location {
    padding: 0;
    list-style: none;
    margin: 24px 0 0 0;
    flex-direction: column;
    display: flex;
    gap: 20px;
}

ul.footer_location li,
.open-hours {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.open-hours ul {
    padding: 0;
}

.open-hours ul li {
    margin-bottom: 10px;
    font-weight: 600;
}

ul.footer_location li img {
    width: 18px;
    margin: 3px 6px 0 0;
    filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(818%) hue-rotate(70deg) brightness(96%)
        contrast(88%);
}

.info_tilw a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    margin: 0 0 10px 0;
    display: inline-block;
}

.info_tilw a p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.info_tilw a:hover {
    color: #456844;
}

.info_tilw h5 {
    margin: 0 0 10px 0;
}

.copyright {
    background-color: #456844;
    padding: 21px 0;
}

.copy-right_inner {
    display: flex;
    justify-content: space-between;
}

.copy-right_inner p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

.copy-right_inner a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.copy-right_inner a:hover {
    color: #fff;
}

.bubble_cont {
    width: 20%;
}

.bubble_cont img {
    width: 100%;
    animation: bubbleFloat 6s ease-in-out infinite;
}

.root-icon img {
    width: 100%;
    max-width: 55px;
}

.link_in {
    position: relative;
    width: 215px;
    height: 190px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.link_in::after {
    content: "";
    position: absolute;
    background: #9a2f25;
    border-radius: 200px;
    transform: rotate(60deg);
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    animation: bubbleFloatSize 6s ease-in-out infinite;
}

.link_in a {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    max-width: 133px;
    display: inline-block;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
}

.we_do_cater .banner-action {
    margin: 37px 0 0 0;
    justify-content: center;
}

.we_do_cater .banner-action a:last-child {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.we_do_cater .banner-action a:last-child:hover {
    background-color: #9a2f25;
    border-color: #9a2f25;
}

.inner_banner_img img {
    width: 100%;
}

section.inner-banner {
    background-color: rgb(69 104 68 / 18%);
}

.inner-banner-content {
    padding: 0 0 0 20px;
}

.inner-banner-content h1,
.top-banner .banner-text h1,
section.catering_menu_main h1 {
    font-style: normal;
    font-size: 45px;
    color: #456844;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.inner-banner-content a.common_btn {
    margin: 15px 0 0 0;
}

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

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

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

element.style {
}

.parallax-sec-about h2 {
    text-align: left;
}

.site-list li {
    font-weight: 600;
    margin: 13px 0px;
    position: relative;
    padding-left: 25px;
    font-size: 17px;
}

.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #9a2f25;
    border-radius: 200px;
    position: absolute;
    content: "";
    left: 3px;
    top: 9px;
    outline: 2px solid #9a2f25;
    outline-offset: 2px;
}

.site-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

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

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

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

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

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

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

    50% {
        color: #fae035;
    }

    100% {
        color: #000;
    }
}

section.cta-section.bg-green {
    background-color: #456844;
    color: #fff;
}

section.cta-section.bg-green h2 {
    color: #fff;
}

/* 
section.cta-section.bg-green a.common_btn {
    border-color: #fae035;
    margin: 20px 0 0 0;
    background-color: #fae035;
} */

@keyframes bubbleFloat {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-1px, -3px);
    }

    45% {
        transform: translate(3px, -6px);
    }

    70% {
        transform: translate(1px, -9px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes bubbleFloatSize {
    0% {
        transform: translate(0, 0);
        width: 215px;
        height: 190px;
    }

    25% {
        transform: translate(2px, -3px);
        width: 217px;
        height: 191px;
    }

    50% {
        transform: translate(-2px, -6px);
        width: 214px;
        height: 193px;
    }

    75% {
        transform: translate(1px, -3px);
        width: 216px;
        height: 192px;
    }

    100% {
        transform: translate(0, 0);
        width: 215px;
        height: 190px;
    }
}

.form__con {
    background: #ffffff;
    position: relative;
    background-image: url("https://www.pastatime.co/wp-content/uploads/2026/02/Frame-2147226369.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}

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

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

.left_form form input,
.left_form form select {
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    color: #767676;
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 0;
}

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

.left_form form i {
    color: #fff;
    font-style: normal;
    font-size: 15px;
}

form textarea {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    padding: 15px;
    height: 90px;
}

.limit-bx {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    column-gap: 15px;
}

.limit-bx-2 i {
    color: #000 !important;
}

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

section.form__con p {
    margin: 0;
    color: #fff;
}

.left_form form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 0px;
    background: #456844;
    outline: 6px solid #ffffff7d;
}

section.form__con h2 {
    text-align: left;
    color: #fff;
    line-height: normal;
}

.contact-section-2 {
    padding: 60px 0;
    background: rgb(69 104 68 / 18%);
}
.contact-main-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 750px;
    margin-inline: auto;
}

.contact-add-box {
    flex-direction: row !important;
    display: flex;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.contact-add-cn {
    text-align: left;
}

.contact-add-ic {
    background-color: #9a2f25;
    width: 65px;
    height: 65px;
    padding: 14px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 24px;
    margin: 0 0 0px 0;
    text-align: left;
}

.contact-add-cn p {
    margin: 0;
}

.top-banner .banner-text {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    /* color: white; */
    text-align: center;
    z-index: 1;
}

.top-banner .banner-text h1 {
    margin: 0;
    padding: 60px 0;
    background-color: #ccdbcc;
}

.contact-add-cn p a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.contact-add-cn p a:hover {
    color: #196519;
}

.gallery-photos {
    display: grid;
    gap: 20px;
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-photos .pic img {
    width: 100%;
    aspect-ratio: 319/239;
    object-fit: cover;
}

section.gallery-section {
    border-bottom: 3px solid #456844;
}

.fluid-image {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

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

section.catering_menu_main {
    position: relative;
    background-color: #fff;
}


section.center-text p {
    text-align: center;
}

section.center-text {
    padding: 60px 0;
    background: #456844;
}

section.center-text p {
    color: #fff;
}

.parallax-about {
    min-height: auto;
    display: flex;
    align-items: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: unset;
    background-position: right;
    animation: bg-marquee 30s infinite linear;
}

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

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

.parallax-cn-bx {
    background: #ffffffeb;
    padding: 25px;
    border-radius: 0px;
    max-width: 520px;
}

.parallax-cn-bx ul {
    display: grid;
    grid-template-columns: 50% 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.list-style li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 15px;
}

.parallax-cn-bx li {
    color: #000000;
    text-transform: capitalize;
}

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

.parallax-cn-bx .section-title.text-white h2 {
    text-align: left;

    color: #456844;
    line-height: normal;
}

.inner-sec-btn {
    margin: 20px 0 0 0;
}

.catering-form h2 {
    color: #fff;
}

section#catering-booking {
    background-color: #456844;
}

.slick-dots li button:before {
    color: transparent;
}

.slick-dots li.slick-active button:before {
    color: transparent;
}

section#catering-booking .left_form form {
    margin: 30px 0 0 0;
    background-color: #fff;
}

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

ul.FoodMenu-nav li button {
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(11, 55, 92, 0.36);
    border-image: initial;
    padding: 8px 14px;
    border-radius: 0px;
}

section.inner-bg-sec {
    background-color: #cceccc;
}

.menu-list-main {
    padding: 40px 30px;
}

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

.menu-des-3 .menu-list-main.flex-2 {
    background: transparent;
}

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

.menu-list-main.flex-2 h2 {
    font-size: 38px;
    margin: 0 0 20px 0;
    line-height: normal;
}

.menu-sec-right .menu-list-main.flex-2 .menu-cn-bx {
    flex: 0 0 calc(33% - 3px);
    padding: 5px 20px;
}

section.tray-menu .menu-list-main.flex-2 .menu-cn-bx,
section.tray-menu.menu-cl-1.menu-cl-2 .menu-cn-bx {
    width: 100%;
    flex: none;
}

.menu-item-name h3 {
    font-weight: 600;
    font-size: 20px;
    font-family: "PP Neue Montreal Book";
    letter-spacing: 1px;
}

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

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

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

.col-md-8 .restaurant-menu-list {
    grid-template-columns: repeat(2, 1fr);
}

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

.restaurant-menu h3 strong {
    font-family: "Manrope";
}

.new-menu-section .item {
    padding: 18px 5px !important;
}

.food-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food-name-price h3 {
    text-transform: capitalize;
    color: #456844;
    font-size: 22px;
}

.food-name-price strong {
    background: #9a2f25;
    color: #fff;
    font-weight: 400;
    padding: 1px 7px;
    border-radius: 0px;
    font-size: 16px;
}

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

section.restaurant-menu .menu-head h1 {
    font-style: normal;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 0 0 30px 0;
}

.main-menu-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #456844;
    margin: 0;
    text-transform: capitalize;
}

.contact-section-2 .banner-text h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #456844;
}

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

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

.error {
    background: red;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 2px 8px;
    font-size: 14px;
}

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

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

.banner_contnt {
    padding: 50px 0;
}

.banner_contnt p {
    font-size: 20px;
    line-height: 30px;
}

p:empty {
    display: none;
}

.contact-add-box {
    align-items: start;
    text-align: center;
    gap: 20px;
}

.bubble_contain {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    align-items: center;
}

.bubble_cont {
    width: 20%;
}

.info_tilw {
    display: flex;
    flex-direction: column;
}
/* 
.menu_ham {
    display: none;
} */

.mob-menu-header-holder.mobmenu {
    width: auto;
    height: 100%;
}

section.testimonials .banner-action {
    justify-content: center;
    margin: 30px 0 0 0;
}

.privacy_page h2 {
    text-align: left;
    font-size: 22px;
    color: #196519;
    padding: 10px 15px;
    border-left: 4px solid #196519;
    background: hsl(120deg 60% 25% / 20%);
    margin-bottom: 15px;
}

.privacy_page {
    background-color: #f9f9f9;
    padding: 50px 0;
}

section.testimonials-inner {
    background-color: transparent;
    border-bottom: 2px solid #456844;
}

section.testimonials-inner .testi_slide_item,
.testi_txt {
    background-color: #f8f0e0;
}

.testi-wrapper {
    flex-direction: column;
    display: flex;
    row-gap: 25px;
}

section.parallax-section-new {
    height: 250px;
    background-attachment: fixed;
}

.menu_image img {
    width: 100%;
}

.catering_banner ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testi_txt .review_imge {
    margin-bottom: 10px;
}

@media (max-width: 1366.98px) {
    .heading_cater h2 {
        font-size: 200px;
    }
}


.green-bg::after {
    background: #456844 !important;
}

.we_do_cater {
    position: relative;
    background: #456844;
}
.we_do_cater h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}
.we_do_cater {
    padding-top: 0;
}


.header-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 112;
    background: #456844;
    box-shadow: 2px 2px 6px #0000002b;
    padding: 15px 0;
}

.header-scrolled .site_logo img {
    width: 100%;
    max-width: 60px;
}


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

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

.menu-tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.menu-tabs .tab {
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 0 0;
    transition: transform 0.3s;
}

.menu-tabs .tab:hover {
    transform: translateY(-5px);
}

.menu-tabs .tab.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 70px;
    background: #42603d;
    /* active background color */
    border-radius: 0 0 100px 100px;
    z-index: -1;
    transition: all 0.3s;
}

.menu-tabs .tab-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
}

.menu-tabs .tab img {
    max-width: 100%;
    display: block;
}

.menu-tabs .tab span {
    font-size: 16px;
    color: #9a2f25;
    font-weight: 600;
    text-transform: capitalize;
}

.menu-tabs .tab.active span {
    color: #fff;
}

.menu-content .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.menu-content .tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.menu-section-about .container .main-grid {
    background: #f8f0e0;
    position: relative;
    max-width: 1177px;
    margin-inline: auto;
    outline: 2px solid #456844;
    outline-offset: -17px;
    padding: 50px;
}

.menu-section-about .section-title {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 22px;
}

.main-grid .inner-title h3 {
    font-size: 40px;
    color: #456844;
    text-align: center;
    margin-bottom: 5px;
}

.main-grid ul li {
    padding: 18px 22px;
    border-right: 1px solid #e0cca8;
    border-bottom: 1px solid #e0cca8;
    background: #fffdf7;
    position: relative;
    transition: background 0.2s;
    cursor: default;
    width: calc(100% - 78%);
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}

.main-grid ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin: 35px 0px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 35px;
}

.left-bx-1 ul {
    margin-top: 30px;
}

.right-text-1 ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: transparent;
}

.end-bx p {
    margin: 0;
    text-align: center;
    margin-inline: auto;
    width: 100%;
    max-width: 650px;
    margin-top: 20px;
}

.right-text-1 ul li {
    width: 47%;
}

.hero-section .slick-dots {
    position: absolute;
    bottom: 4px;
    display: flex !important;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.hero-section .slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 6px;
    border-radius: 0;
    border: none;
    background: #bebebe;
    cursor: pointer;
    transition: all 0.3s ease;
    bottom: 20px;
}

.hero-section .slick-dots li.slick-active button {
    background: #9a2f25;
}

.hero-section .slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: unset;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 0;
    width: 100%;
}
.hero-section .slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.hero-section .slide {
    position: relative;
    padding: 0;
}

.hero-section .slide img {
    width: 100%;
    object-position: top;
    object-fit: cover;
    height: 100vh;
}

.hero-section .content-box p mark {
    background: #9a2f25;
    color: #fff;
    padding: 1px 5px;
    font-weight: 600;
    margin: 0px 3px;
    text-transform: capitalize;
}

.hero-section .content-box {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    max-width: 600px;
    color: #fff;
    padding: 0;
}

.hero-section .slide .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
}

.hero-section .content-box h2 {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 10px;
    font-weight: 700;
}

.hero-section .content-box h2 span {
    color: #d18f41;
}

.hero-section .content-box p {
    color: #fff;
    margin: 15px 0 22px 0;
    width: 100%;
    max-width: 465px;
}

.hero-section .action-btn {
    display: flex;
    align-items: start;
    gap: 15px;
}

.hero-section .content-box h1 {
    font-style: normal;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
    max-width: 660px;
    margin: 0 0 5px 0;
}

.hero-section .content-box h1 span {
    color: #fff;
    padding: 0 4px;
}

.hero-section .content-box p {
    line-height: 30px;
}

.hero-section .overlay-slide {
    position: relative;
}

.hero-section .overlay-slide::before {
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(67deg, rgb(0 0 0 / 59%) 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: "";
}

.hero-section .slide3 .content-box {
    position: absolute;
    transform: translate(-50%, -57%);
    max-width: 600px;
    padding: 0;
    left: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    text-align: center;
}

.hero-section .slide3 .content-box h1 {
    margin-inline: auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.hero-section .slide3 {
    position: relative;
}

/* .hero-section .slide3::before {
    height: 100%;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(178deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    content: '';
} */

.hero-section .slide3 .content-box h1 span {
    color: #fff;
    padding: 0 4px;
    display: inline-block;
}

.hero-section .slide3 .content-box p {
    width: 100%;
    max-width: 100%;
}

.mobile-btn {
    display: none;
}

.franchise-form .input-group input {
    text-transform: math-auto !important;
}


.cat-menu-main {
    background: #9a2f25;
    position: relative;
    max-width: 1177px;
    margin-inline: auto;
    outline: 2px solid #ffffff;
    outline-offset: -17px;
    padding: 50px;
    height: 100%;
}
.cat-menu-head h2 {
    color: #fff;
    font-size: 25px;
    text-align: left;
    margin: 0;
}
.cat-menu-head p {
    color: #fff;
    margin: 0;
}
.cat-menu-head {
    margin-bottom: 15px;
}
.cat-menu-main .cat-menu-items ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.cat-menu-items ul li {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.cat-menu-items p:last-child {
    color: #fff;
	margin:0;
}
.cat-menu-items ul li {
    color: #fff;
    padding-left: 25px;
    position: relative;
    flex: 0 0 50%;
}
.cat-menu-items ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #ffcc00;
    left: 5px;
    top: 5px;
    position: absolute;
    border: 2px solid #9a2f25;
    outline: 2px solid #ffcc00;
}
.size-row span {
    color: #fff;
}
.size-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.size-row span.size-pill {
    background: #ffcc00;
    padding: 2px 5px;
    color: #000;
    font-weight: 600;
}
.bg-green{
	background: #456844;
}
.new-cat-menu.bg-green .cat-menu-main {
    background: #fff;
    outline: 2px solid #456844;
}
.new-cat-menu.bg-green .cat-menu-head h2 {
    color: #000;
}
.new-cat-menu.bg-green .cat-menu-head p {
    color: #000;
}
.new-cat-menu.bg-green .cat-menu-head ul li {
    color: #000;
}

.new-cat-menu.bg-green .cat-menu-main .cat-menu-items ul li {
    padding-left: 30px;
    color: #000;
}
.new-cat-menu.bg-green .cat-menu-items p:last-child {
    color: #000000;
    margin: 0;
}
.new-cat-menu.bg-green .cat-menu-items ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #9a2f25;
    left: 5px;
    top: 5px;
    position: absolute;
    border: 2px solid #ffffff;
    outline: 2px solid #9a2f25;
}
.bg-green-light {
    background: rgb(69 104 68 / 17%);
}



.header-social ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.header-social ul li a {
    width: 40px;
    height: 40px;
    background: #9a2f25;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.header-social {
    padding-right: 60px;
}
.header-social {
    display: none;
}




.mobmenur-container {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    right: 15px;
    height: 40px;
}

.mobmenu-right-panel {
    background-color: #456844 !important;
}

.show-panel .mob-cancel-button {
    display: block;
    background: #d72018 !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.mobmenu-left-panel .mobmenu-left-bt,
.mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
    text-decoration: none !important;
}

#mobmenuright li a,
#mobmenuright li a:visited,
#mobmenuright .mobmenu-content h2,
#mobmenuright .mobmenu-content h3,
.mobmenu-left-panel .mobmenu-display-name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    border-bottom: 1px solid #eeeeee4a !important;
    padding: 10px 15px !important;
    text-transform: capitalize !important;
        font-family: 'Manrope' !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: #d72018 !important;
}
.btn-menu a.green_order.common_btn:hover {
    background: #000;
    border-color: #000;
}
/*============================================*/

@media (max-width: 1269.98px) {
	body:not(.home) {
		margin-top: 0;
	}
	.header-social {
		display: block;
	}
	body.inner-pages header {
		padding:15px 0;
	}
	header {
		padding: 10px 0px;
		position: relative;
	}
    .header-scrolled {
        background: #456844;
	}
	.site_logo img {
		max-width: 90px;
	}
	.btn-menu {
		display: none;
	}
	.site_logo {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
    .header-scrolled .site_logo a {
        transform: unset;
    }

    .header_up {
        display: none;
    }

    .site_logo a {
        position: unset;
        transform: unset;
    }

    ul.web_menu {
        display: none;
    }

    #menu-main-menu-2 {
        display: none;
    }
	.right-menu {
		align-items: center;
	}

    header {
        padding: 10px 0px;
    }

    .site_logo {
        text-align: left;
    }

    .site_logo img {
        max-width: 110px;
    }

    .mobile-top-bar {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-top-bar a {
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 28px;
        color: #fff;
        padding: 10px 0px;
        display: inline-block;
        text-decoration: none;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        background: #456844;
        border: 1px solid #ffffff21;
    }

    .mobile-top-bar a:first-child {
        background: #9a2f25;
    }

    .header-scrolled {
        position: unset;
    }

    .hero-section .content-box p {
        display: none;
    }

    .hero-section .content-box h1 {
		font-size: 24px;
		width: 100%;
		max-width: 100%;
		line-height: normal;
		margin-bottom: 15px;
		text-align: center;
	}

    .hero-section .common_btn {
        font-size: 15px;

        padding: 5px 7px;
    }

    section {
        padding: 50px 0;
    }


    section.our_menu li.nav-item button.nav-link {
        border: 1px solid;
    }

    section.our_menu ul.nav {
        margin: 35px 0px;
    }

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

@media (max-width: 1200px) {
	.cat-menu-main {
		padding: 30px;
	}
    .restaurant-grid .row {
        flex-direction: column;
        width: 100%;
    }

    .restaurant-grid .row .col-md-8 {
        width: 100%;
        max-width: 100%;
    }

    .restaurant-grid .row .col-md-4 {
        width: 100%;
        max-width: 100%;
    }

    .restaurant-grid .row .col-md-4 {
        position: unset !important;
    }

    .menu_accord_image {
        order: -1;
    }

    .hero-section .slide .container {
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 35px;
    }

    section.our_menu ul.nav {
        margin-top: 0px;
    }

    section.our_menu ul.nav {
        display: flex !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-section .slide img {
        height: auto;
    }

    .hero-section {
        height: auto;
        width: 100%;
    }

    section.our_menu ul.nav {
		overflow: scroll;
		flex-wrap: nowrap;
		gap: 15px;
	}

	section.our_menu li.nav-item {
		width: 100%;
		flex: 0 0 200px;
		padding-bottom: 15px;
	}
    section.our_menu li.nav-item button.nav-link {
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .food_col_main {
        grid-template-columns: 1fr;
        text-align: center;
        width: 100%;
    }

    .accord_item {
        max-width: 100%;
    }

    .accord_item h4 {
        border-left: 0px;
    }

    .food_col_in {
        row-gap: 0px;
    }

    .accord_item {
        max-width: 100%;
        border-bottom: 1px dashed #8b8b8b;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cater_img {
        grid-template-columns: 1fr;
        align-items: flex-start;
        margin-top: 0;
    }

    .cater_img .text-block {
        top: 0px;
    }

    .heading_cater h2 {
        font-size: 100px;
        line-height: normal;
        -webkit-text-stroke: 3px transparent;
    }

    .heading_cater h2::before {
        -webkit-text-stroke: 3px #ffffff;
    }

    .heading_cater h4 {
        font-size: 30px;
        text-align: center;
    }


    section.catering_ban .button_actions {
        margin-bottom: 35px;
    }

    .bubble_cont {
        width: 47%;
    }

    .link_in::after {
        animation: unset;
    }

    .bubble_cont img {
        animation: unset;
    }

    .link_in::after {
        display: none;
    }

    .link_in {
        position: relative;
        width: 100%;
        height: 100%;
        background: #456844;
        padding: 20px;
    }

    .bubble_img img {
        display: none;
    }

    .bubble_contain {
        margin: 23px 0 0 0;
        gap: 20px;
        justify-content: center;
    }

    .link_in {
        gap: 10px;
    }

    section.we_do_cater .banner-action {
        justify-content: center;
    }

    .green-bg {
        background: #9a2f25;
    }

    section.testimonials h2 {
        margin: 0 0 25px 0;
    }

    /* 2nd column */
    footer .row > div:nth-child(2) {
        display: none !important;
    }

    /* 3rd column */
    footer .row > div:nth-child(3) {
        display: none !important;
    }

    footer .col-md-3 {
        width: 100%;
        max-width: 100%;
    }

    footer .row > {
        flex-direction: column;
    }

    .footer_logo img {
        max-width: 130px;
        margin-inline: auto;
        display: block;
    }

    .footer_logo p {
        text-align: center;
        width: 100%;
        max-width: 500px;
        margin-inline: auto;
    }

    footer h5 {
        text-align: center;
    }

    ul.social_icons {
        justify-content: center;
        margin-bottom: 15px;
    }

    ul.footer_location li,
    .open-hours {
        flex-direction: column;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .info_tilw {
        width: 100%;
    }

    ul.footer_location li img {
        margin-inline: auto;
    }

    ul.footer_location li,
    .open-hours {
        align-items: center;
    }

    footer {
        padding: 50px 0px;
    }

    .copyright {
        padding: 15px 0;
    }

    ul.social_icons {
        margin-bottom: 30px;
        border-bottom: 1px dashed #456844;
        padding-bottom: 30px;
    }

    footer .row > div:nth-child(4) {
        display: block !important;
    }

    .info_tilw li {
        flex-direction: row !important;
        justify-content: center;
    }
}

@media (max-width: 991px) {
	.form__con, .testimonials, .parallax-about {
		background-attachment: inherit;
	}
	.gallery-photos {
		grid-template-columns: 1fr 1fr 1fr;
	}
    .main-menu-title h3 {
        font-size: 30px;
    }

    .col-md-8 .restaurant-menu-list {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .inner-banner-content {
        padding: 0px;
        margin-top: 30px;
    }

    .restaurant-menu-list {
        grid-template-columns: 1fr;
    }

    .food-name-price strong {
        margin-top: 5px;
    }

    .menu_image img {
        margin: 20px 0px;
    }

    .food-name p {
        text-align: center;
    }

    .food-name-price {
        align-items: center;
        flex-direction: column;
    }

    section.restaurant-menu.bg-black .food-name-price h3 {
        text-align: center;
    }

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

    .restaurant-grid .row .col-md-8 {
        padding-right: 0px;
    }

    .restaurant-grid .row .col-md-4 {
        padding-right: 0px;
    }

    .inner-banner-content h1,
    .top-banner .banner-text h1,
    section.catering_menu_main h1 {
        font-size: 35px;
    }

    .food-name-price strong {
        display: inline-flex;
    }

    .food-name-price h3 {
        font-size: 20px;
    }

    .parallax-sec-about .right_text {
        padding: 20px;
        max-width: 100%;
        margin-left: auto;
    }

    .menu-section-about .container .main-grid {
        max-width: 100%;
        margin-inline: auto;
        outline: unset;
        outline-offset: unset;
        padding: 20px;
    }

    .main-grid .inner-title h3 {
        font-size: 35px;
    }

    .left-bx-1 ul {
        margin-top: 30px;
        flex-direction: column;
        width: 100%;
    }

    .main-grid ul li {
        width: 100%;
    }

    .right-text-1 ul li {
        width: 100%;
    }

    section.catering_menu_main .hero-content {
        padding: 50px 0px;
    }

    .new-menu-section .setion-header {
        width: 100%;
        max-width: 100%;
    }

    .new-menu-section .menu {
        max-width: 100% !important;
        outline: 2px solid transparent !important;
    }

    .new-menu-section .item-list {
        flex-direction: column;
        width: 100% !important;
    }

    .new-menu-section .item {
        width: 100% !important;
    }

    .new-menu-section .block-info h2 {
        font-size: 35px !important;
    }

    .new-menu-section .section-divider {
        margin: 30px 0;
    }

    .new-menu-section .buffet-grid {
        grid-template-columns: 1fr !important;
    }

    .left_form form {
        padding: 15px;
        margin-top: 25px !important;
    }

    .catering-form .col-md-8 {
        width: 100%;
        max-width: 100%;
    }

    .contact-main-2 {
        grid-template-columns: 1fr;
    }

    .contact-add-cn {
        text-align: center;
        width: 100%;
    }

    .contact-add-box {
        flex-direction: column !important;
        text-align: center;
    }

    .contact-add-ic {
        width: 60px;
        height: 60px;
        padding: 10px;
        margin-inline: auto;
    }

    .contact-add-cn h3 {
        font-size: 20px;
    }

    .contact-add-cn h3 {
        text-align: center;
    }

    .contact-add-cn p {
        text-align: center;
    }

    .food-name-price2 {
        align-items: center !important;
    }

    .restaurant-menu h3 strong {
        text-align: center;
        display: block;
    }

    .main-menu-title {
        margin-bottom: 20px;
    }

    .food-name-price {
        text-align: center;
    }

    section.restaurant-menu.bg-black p {
        text-align: center;
    }

    .salad-list {
        justify-content: center;
        text-align: center;
    }

    .inner-menu h3 {
        font-size: 20px;
        text-align: center;
    }

    .salad-list li {
        width: 100%;
    }

    .end-bx-menu .title h3 {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
	ul.footer_location li img {
		width: 35px;
	}
	.mobmenur-container {
		top: 86px !important;
	}
	.heading_cater h4 {
		font-size: 22px;
		text-align: center;
	}
	.cater_img h3 {
		font-size: 20px;
		margin-top: 20px;
	}
	.cat-menu-items ul li {
		flex: 0 0 100%;
	}
    .hero-section .content-box h1 {
        font-size: 24px;
        width: 100%;
        max-width: 100%;
        line-height: normal;
        margin-bottom: 15px;
		color: #456844;
    }

    .hero-section .banner-action {
        gap: 15px;
    }


    .link_in a {
        font-size: 20px;
    }

    .catering_banner {
        padding: 0px 15px;
    }

    section.catering_menu_main .hero-content {
        padding: 0px 0px 35px 0px;
    }

    section.catering_menu_main {
        padding: 50px 0px !important;
    }

    .catering_banner ul.slick-dots {
        bottom: 20px;
    }

    .parallax-cn-bx {
        padding: 20px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
	.gallery-photos {
		grid-template-columns: 1fr 1fr;
	}
    .site_logo img {
        max-width: 90px;
    }

    .hero-section .slide .container {
        justify-content: center;
        padding: 40px 0px !important;
    }


    .hero-section .slide img {
        object-fit: cover;
        object-position: right;
    }

    .hero-section .content-box {
        position: unset;
        transform: unset;
        max-width: 100%;
    }

    .hero-section .slide .container {
        position: unset;
    }

    .hero-section .overlay-slide::before {
        display: none;
    }

    .hero-section .slide3 .content-box {
        all: unset;
    }

    .hero-section .slide3::before {
        display: none;
    }

    .hero-section .content-box h1 br {
        display: none;
    }

    .hero-section .content-box h1 span {
        color: #456844;
    }

    .hero-section .banner-action {
        justify-content: center;
    }

    .hero-section .slide3 .content-box h1 span {
        color: #456844;
    }
    .mobile-btn {
        display: flex;
    }

    section {
        padding: 35px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 30px;
    }

    section.our_menu li.nav-item button.nav-link img {
        max-width: 45px;
    }

    #myTab > li:last-child {
        width: 94%;
    }

    .menu_accord_image img {
        max-width: 100%;
    }

    section.our_menu .banner-action {
        margin: 20px 0 0 0;
    }

    section.catering_ban {
        padding: 35px 0px;
    }

    .heading_cater h2 {
        font-size: 70px;
        -webkit-text-stroke: 2px transparent;
    }

    section.catering_ban .button_actions {
        margin-bottom: 30px;
    }

    .link_in {
        padding: 10px;
    }

    .link_in a {
        font-size: 18px;
        line-height: 24px;
    }

    .link_in {
        height: 150px;
    }

    section.we_do_cater .banner-action {
        margin: 15px 0 0 0;
        justify-content: center;
    }

    .copy-right_inner {
		gap: 10px;
		flex-direction: column-reverse;
	}

    footer {
        padding: 35px 0px;
    }

    .inner-banner-content h1,
    .top-banner .banner-text h1,
    section.catering_menu_main h1 {
        font-size: 30px;
    }

    .main-grid .inner-title h3 {
        font-size: 30px;
    }

    .catering_banner img {
        height: 310px;
        width: 100%;
        object-fit: cover;
    }

    .parallax-cn-bx .section-title.text-white h2 {
        font-size: 30px;
    }

    .parallax-cn-bx ul {
        grid-template-columns: 1fr;
    }

    .new-menu-section .block-info h2 {
        font-size: 30px !important;
    }

    .new-menu-section .menu-inner {
        padding: 10px !important;
    }

    .new-menu-section .action-menu-btn .inner-sec-btn {
        flex-direction: column;
        text-align: center;
        width: max-content;
        margin-inline: auto;
    }
    .franchise-form .form-title h2 {
        font-size: 30px !important;
        margin-bottom: 22px !important;
        line-height: 35px !important;
    }

    .btn-block button {
        margin-left: unset;
    }

    .contact-section-2 {
        padding: 40px 0px;
    }
	body.inner-pages .site_logo img {
		max-width: 90px;
	}
}

@media (max-width: 380px) {
	.cater_img ul li {
		flex: 0 0 100%;
	}
	.mobmenur-container {
		top: 79px !important;
	}
	.header-social ul {
		gap: 15px;
	}
    html {
        overflow-x: hidden;
    }
    .mobile-top-bar a {
        font-size: 15px;
        padding: 7px 0px;
    }
    section.our_menu li.nav-item button.nav-link {
        font-size: 16px;
    }

    .accord_item h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .accord_item h5 {
        font-size: 20px;
    }
    .heading_cater h4 {
        font-size: 25px;
    }

    .heading_cater h2 {
        font-size: 52px;
        -webkit-text-stroke: 0px transparent;
        letter-spacing: 2.1px;
    }

    .bubble_cont {
        width: 45%;
    }

    .bubble_contain {
        gap: 10px;
    }

    .link_in a {
        font-size: 16px;
        line-height: 21px;
    }

    .main-grid .inner-title h3 {
        font-size: 25px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 25px;
    }

    .inner-banner-content h1,
    .top-banner .banner-text h1,
    section.catering_menu_main h1 {
        font-size: 35px;
    }

    .catering_menu_main .inner-sec-btn {
        flex-direction: column;
        width: max-content;
        text-align: center;
    }

    .catering_banner img {
        height: 280px;
    }

    .catering_banner {
        padding: 0px 5px;
    }

    .new-menu-section .block-info h2 {
        font-size: 25px !important;
    }

    .franchise-form .form-title h2 {
        font-size: 23px !important;
        line-height: 29px !important;
    }

    .testi_slide_item,
    .testi_txt {
        padding: 15px;
        border-radius: 0px;
        min-height: auto;
    }

    .hero-section .content-box {
        margin-top: -16px;
    }
    .about_pasta h2 {
        margin: 0px 0px 12px 0px;
    }
}



