@charset "utf-8";


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


@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/font/01/TradeGothicLTStd.woff2") format("woff2"), url("../../assets/fonts/01/TradeGothicLTStd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/font/01/TradeGothicLTStd-BdCn20.woff2") format("woff2"), url("../../assets/fonts/01/TradeGothicLTStd-BdCn20.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Lato", sans-serif;
    color: #fff;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 20px;
    margin-top: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: "Trade Gothic LT Std";
	color: #000;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

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

body.home {
    margin: 0 !important;
}


.list-style {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
}
.list-style li {
    color: #cc1d08;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}
.list-style li:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #cc1d08;
    border-radius: 50%;
    outline: 1px solid #cc1d08;
    outline-offset: 0.25rem;
    position: absolute;
    left: 5px;
    top: 10px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 70px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.section-title span {
    color: #cc1d08;
}

.section-title h2, .section-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #cc1d08;
    text-transform: uppercase;
}
.section-title.text-white h2 {
    color: #fff;
}

.common-btn {
    border: 1px solid #cc1d08;
    color: #cc1d08;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-weight: 400;
    border-radius: 100px;
}


.common-btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.common-btn:after {
    border: none;
}

.common-btn:hover {
    color: #fff;
    background-color: #cc1d08 !important;
}


/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #cc1d08;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
    filter: invert(1);
}

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

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

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

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

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

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

.logo_bx img {
    max-width: 100%;
}
.right_btn {
    display: flex;
    align-items: center;
    gap: 30px;
}
.bottom_head {
    display: flex;
    justify-content: space-between;
}
.logo_bx {
    max-width: 323px;
}
.logo_bx a.logo {
    display: inline-block;
    margin: 0;
}
.common_btn {
    background-color: #FDC831;
    text-decoration: none;
    border: 1px solid #FDC831;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    padding: 10px 30px;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-family: "Trade Gothic LT Std";
    color: #000;
}
.common_btn:hover {
    color: #FDC831;
    border-color: #FDC831;
    background-color: transparent;
}
.common_btn.black_btn {
    background-color: #202724;
    border-color: #202724;
    color: #fff;
}
.common_btn.black_btn:hover {
    border-color: #202724;
    background-color: transparent;
    color: #202724;
}
.common_btn.dark_btn:hover {
    background-color: transparent;
    color: #FDC831;
}
.common_btn.stroke_btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.common_btn.stroke_btn:hover {
    background-color: #FDC831;
    border-color: #FDC831;
    color: #000;
}
.common_btn.dark_btn {
    color: #000;
}
.container_cstm {
    max-width: 1340px;
    margin: auto;
    width: 100%;
}
header.header {
    position: absolute;
    z-index: 99;
    padding: 15px 0;
    background-color: #cc1d08;
    top: 0;
    width: 100%;
    transition: all 0.5s;
}
header.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.navbar-nav ul#menu-main-menu {
    display: flex;
    gap: 40px;
}
.navbar-nav ul#menu-main-menu li.menu-item a {
    text-align: center;
    text-decoration: none;
    font-style: normal;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    flex-direction: column;
    width: 100%;
    background: transparent;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
    align-items: start;
}
.number_ham {
    display: flex;
    align-items: center;
    gap: 30px;
}
.right_btn nav#navbar {
    padding: 0 30px 0 0;
    border-right: 1px solid #fff;
}
.contact_no a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.contact_no a:hover {
    border-bottom: 1px solid #fff;
}
/* Sidebar CSS */
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 50px 36px;
    height: 100%;
    display: block;
    background-color: #fff;
    /* backdrop-filter: blur(7px); */
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.side-bar.header-one {
    background-color: #cc1d08;
}
.side-bar.show {
    right: 0;
}
.side-bar .inner {
    padding: 0;
    text-align: center;
}
.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}
.side-bar-logo {
    max-width: 400px;
    margin-inline: auto;
}
.adress-bx {
    max-width: 400px;
    margin-inline: auto;
    width: 100%;
    text-align: left;
}
.side-bar .adress p {
    /* color: #0D7390;
    font-size: 20px; */
    margin: 0;
}
.side-bar .adress.social_links {
    margin-top: 0;
    gap: 0;
}
.side-bar .adress h2 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}
.social_links ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.social_links ul li a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
    padding: 5px;
    width: 50px;
    height: 50px;
}
.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    padding: 6px;
    border: 1px solid #000;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-bar button svg {
    width: 22px;
}
.side-bar button svg path {
    fill: #fff;
}
.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #fff;
    transition: all 400ms ease-in-out;
} 
.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #fff;
    transition: all 400ms ease-in-out;
}

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

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

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}
.burger-icon {
    width: 36px;
    cursor: pointer;
}
.adress {
    flex-direction: column;
    display: flex;
    gap: 20px;
    margin: 0 0 30px 0;
}
.adress svg {
    width: 25px;
    height: auto;
}
.adress svg path {
    fill: #fff;
}
.side-bar .adress p a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.adress > p {
    display: flex;
}
.adress > p span {
    display: inline-block;
    width: calc(100% - 25px);
    padding: 0 0 0 8px;
}
.adress > p a {
    display: flex;
    align-items: center;
}
.side-bar-logo img {
    width: 100%;
}
.contact_num {
    flex-direction: column;
    display: flex;
}
.contact_num > span {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 0 6px 0;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
}
.contact_no {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_num a {
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    flex-direction: column;
    width: 100%;
    background: transparent;
    letter-spacing: 1px;
    font-family: "Trade Gothic LT Std";
    align-items: start;
}





.gallery-main-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.food-gallery-inner {
    border-bottom: 1px solid #ccc;
}
.food-gallery-inner .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-main {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}


.food_gallery_image {
    margin-top: 50px;
    margin-bottom: 50px;
}


.food_gallery_image .gallery_img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.food_gallery_image .row {
    row-gap: 40px;
}

.gallery_img {
    border-radius: 0;
    overflow: hidden;
}
.gallerY-btn {
    display: flex;
    justify-content: center;
}
.gallerY-btn a.common_btn.white_btn {
    background-color: transparent;
    border-color: #fff;
}


.error {
    background: #ff0000;
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    color: #fff !important;
}
.g-recaptcha {
    max-height: 60px;
}
.private-policy-cn {
	background: #ffffff;
	border-bottom: 1px solid #ddd;
}
.private-policy-cn h2 {
	background: #f2f2f2;
	padding-left: 15px;
	padding-block: 20px;
	border-left: 5px solid #cc1d08;
	font-size: 22px;
	margin-bottom: 15px;
}

.private-policy-cn a {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 600;
	margin-left: 0;
}
/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-sec {
    position: relative;
    background: #1f3c30;
}

.testimonials-slider {
    max-width: 950px;
    margin-inline: auto;
}

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

.testimonials-sec .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    max-width: 80%;
}

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

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

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

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

.testimonials-sec .section-title {
    margin-bottom: 25px;
}

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

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

.testimonials_cn .slick-dots button {
    background-color: #f9d1d3;
}

.quotes_img img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5225%) hue-rotate(7deg) brightness(93%) contrast(94%);
    display: none;
}

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

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5225%) hue-rotate(7deg) brightness(93%) contrast(94%);
	   display: none;
}

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

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

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

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

.goggle-img {
    background: rgb(255 233 234);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
    display: none;
}

.quotes_img {
    margin-top: 25px;
}

.testimonials-box-author {
    text-align: center;
    margin-top: 15px;
}

.testimonials-auther-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fdc831;
    text-transform: capitalize;
}

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

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

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

.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.testimonials-inner {
    background: #f2f2f2;
}
.testimonials-main-bx .testimonials-item {
    padding: 25px;
    box-shadow: 0 0 7px #ccc;
    margin-bottom: 30px;
    text-align: left;
    background: #fff;
}
.testimonials-main-bx  .testimonials-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonials-main-bx  .testimonials-auther-content h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #cc1d08;
    text-transform: capitalize;
    text-align: left;
}
.testimonials-sec p {
    line-height: 26px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

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

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


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

.testimonials-sec.testimonials-inner-new p {
    text-align: left;
}
.testimonials-sec a.common_btn.red_btn:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.testimonials-sec.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-sec.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}
footer {
    padding-top: 70px;
    background-color: #fff;
        border-top: 2px solid #cc1d08;
}
.footer_head_tile {
    max-width: 277px;
    margin: 0 auto;
}
.footer_head_tile h6 {
    font-size: 30px;
    color: #cc1d08;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer_body_tile h6 {
    font-size: 30px;
    color: #cc1d08;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer_head {
    padding: 0 0 35px 0;
    border-bottom: 1px solid #cc1d08;
}
.footer_links a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}
.footer_links a:after {
    background-color: #cc1d08;
    position: absolute;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    transition: width 0.18s;
    width: 0;
}
.footer_links a:hover:after {
    background-color: #cc1d08;
    width: 20px;
}
.footer_center_col a:hover, .footer_head_tile a:hover {
    color: #cc1d08;
}
.footer_head_tile a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}
.footer_body {
    padding: 46px 0 0 0;
}
ul.footer_links {
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 15px;
}
ul.footer_links a:hover {
    color: #cc1d08;
}
footer .col-lg-4:last-child .footer_head_tile, footer .col-lg-4:last-child .footer_body_tile {
    width: 100%;
    padding: 0 0 0 119px;
    max-width: 100%;
}
footer .col-lg-4:last-child .footer_body_tile {
    padding: 0 0 0 119px;
}
.footer_body .col-lg-5:nth-child(2) .footer_body_tile {
    border-left: 1px solid #cc1d08;
    border-right: 1px solid #cc1d08;
    display: flex;
    justify-content: center;
    height: 100%;
}
.footer_center_col {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
    width: 277px;
}
.footer_body .col-lg-4:nth-child(2) .footer_head_tile {
    max-width: 100%;
}
.footer_head .col-lg-4:nth-child(2) .footer_head_tile {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.social-links {
    margin-top: 30px;
}
ul.social_links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
ul.social_links li a {
    width: 50px;
    height: 50px;
    border: 1px solid #cc1d08;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc1d08 !important;
}
ul.social_links li a i {
    color: #cc1d08 !important;
}
.copy_right_bar {
    display: flex;
    justify-content: center;
    padding: 20px 0 71px;
    margin-top: 50px;
    border-top: 1px solid #cc1d08;
}
.copy_right_bar p {
    text-align: left;
    margin: 0;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 700;
}
.copy_right_bar p a {
    color: #cc1d08;
    display: inline-block;
}
.map_footer iframe {
    width: 100%;
    aspect-ratio: 350/300;
}
.banner-text {
    position: absolute;
    top: 58%;
    z-index: 99;
    width: 100%;
    height: auto;
    transform: translate(0%, -50%);
}
.banner_image img {
    width: 100%;
    object-position: bottom center;
    height: 100vh;
    object-fit: cover;
}
.banner_content h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.banner_content {
    position: relative;
    z-index: 9;
    max-width: 650px;
}
.banner_main {
    position: relative;
    padding: 0;
    height: 100vh;
}
.banner_slider_main.slick-initialized.slick-slider.slick-dotted {
    margin: 0;
}
.banner_content h1 span {
    position: relative;
    color: #fdc831;
}
.banner_content h1 span::after {
    position: absolute;
    width: 100%;
    height: 13px;
    content: '';
    left: 0;
    bottom: 0;
    background-image: url(../images/mark_h.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_content p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.banner_action {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.family_owned_content {
    max-width: 510px;
}

.family_owned_content h2::after {
    position: absolute;
    width: 5px;
    height: calc(100% - 40px);
    background-color: #cc1d08;
    content: '';
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.family_owned_content h6 {
    font-style: normal;
    font-size: 18px;
    color: #cc1d08;
    margin: 0 0 30px 0;
    font-family: "Lato", sans-serif;
}
.family_owned_content p {
    margin: 0 0 30px 0;
}
.family_owned {
    position: relative;
}
.our_menu {
    position: relative;
    background-color: #202724;
}
.our_menu h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
}
.menu_tab_title .tab button {
    font-weight: 600;
    font-size: 18px;
    line-height: 78%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    padding: 17px 27px;
    border-radius: 7px;
    transition: all ease .5s;
}
.tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}
.menu_tab_title .tab button.tablinks.active {
    background: #cc1d08;
    border-radius: 7px;
}
.menu_tab_body {
    margin: 50px auto 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    padding: 50px;
    background-image: url(../images/ac.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 67px) 22px;
}
section.our_menu::after {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #F7F1E8;
}
.menu_tab_main {
    position: relative;
    z-index: 9;
}
.menu_tab_body .tab_head h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #cc1d08;
    margin: 0 0 10px 0;
}
.tab_head h3 {
    font-size: 35px;
    color: #cc1d08;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.tab_head h3 span {
    color: #cc1d08;
}
.tab_head {
    margin: 0 0 50px 0;
}
.menu_tile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.menu_dish_img img {
    width: 100%;
}
.menu_dish_img {
    width: 150px;
    height: 150px;
}
.menu_dishcontent {
    width: calc(100% - 200px);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cc1d08;
}
.menu_dish_head {
    display: flex;
    justify-content: space-between;
}
.dish_name h5 {
    font-size: 30px;
    color: #000000;
    margin: 0;
}
.dish_name {
    width: 100%;
}
.dish_name span {
    height: 1px;
    border-bottom: 2px dotted #cc1d08;
    width: 100%;
    margin: 20px 0;
    display: none;
}
.dish_prise h4 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    background-color: #cc1d08;
    padding: 7px 15px;
    color: #fff;
}
.menu_dishcontent p {
    margin-top: 5px;
    display: none;
}
.menu_full {
    margin: 50px 0 0 0;
    text-align: center;
}
.menu_full {
    margin: 50px 0 0 0;
    text-align: center;
}
a.common_btn.red_btn {
    background-color: #cc1d08;
    border-color: #cc1d08;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
a.common_btn.red_btn:hover {
    border-color: #cc1d08;
    color: #cc1d08;
    background-color: transparent;
}
.submit_field button {
    font-style: normal !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
     border: 1px solid #cc1d08 !important;
         padding: 10px 30px !important;
             font-family: "Trade Gothic LT Std" !important;
}
.submit_field button:hover {
        background-color: transparent;
    border: 1px solid #cc1d08;
    color: #cb1d08;
}
.menu_tab_body div.tabcontent {
    display: none;
}
.tab_menu_in .row {
    row-gap: 30px;
}

.specialist {
    background: #fff;
}
.our_menu::after {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-image: url(../images/light_bg.png);
    background-size: cover;
}
.menu_tab_body::after {
    width: 113px;
    height: 113px;
    position: absolute;
    content: '';
    bottom: 18px;
    left: 124px;
    background-image: url(../images/chalk-italian-food-isolated.png);
    background-size: contain;
    background-position: center;
}
.specialist .section-title {
    margin-bottom: 50px;
	text-align:center;
}
.special_item a.common_btn.red_btn {
    display: none;
}
.special_item {
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 52px 20px;
    transition: all 0.5s;
}
.special_item:hover {
    transform: translate(0px, -10px);
}
.spec_item_body {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.spec_item_img {
    text-align: center;
    margin: 0 0 20px 0;
}
.spec_item_body h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.spec_item_body p {
    margin: 0;
    text-align: center;
}
body.page-template {
    margin-top: 106px;
}
section.contact_us {
    padding: 0;
    background-color: #F5F5F5;
}
.map_main {
    height: 450px;
}
.contact-form {
    background: #d2edd9;
}
.contact-form .section-title {
    margin-bottom: 50px;
}
.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 25px 25px;
    border-radius: 10px;
    transition: all 0.2s;
    width: 100%;
    max-width: 95%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}
.icon-bx-wraper .icon-bx {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fdc831;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #000000;
    border-radius: 5px;
    flex: 0 0 70px;
    background: #1f3c30;
}
.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;
}
.icon-bx-wraper .icon-content a {
    margin: 0px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 0px;
}
.map_main iframe {
    height: 100%;
    width: 100%;
}
.contact_info {
    padding: 100px 0 100px clamp(calc((100vw - 1340px) / 2),50px,50px);
}
.contact_info_in {
    max-width: 360px;
}
.contact_info_in h2 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #cc1d08;
}
ul.address_info {
    padding: 0;
    list-style: none;
}
ul.address_info li {
    display: flex;
    align-items: flex-start;
}
ul.address_info li p {
    margin: 0;
}
ul.address_info li {
    padding: 10px 0;
}
ul.address_info li svg {
    width: 20px;
}
ul.address_info li p {
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
}
.opening_hours h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #cc1d08;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cc1d08;
}
ul.timing_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 20px;
}
ul.timing_list li {
    display: flex;
    justify-content: space-between;
    text-align: right;
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}
.exception_catring {
    background: #1f3c30;
}

.inner-banner-3 {
    padding: 45px 0;
    background-color: #d2edd9;
}
.inner-ban-3 {
	text-align: center;
	max-width: 950px;
	margin-inline: auto;
}
.inner-ban-3 .section-title h1 {
	color: #cc1d08;
}
.inner-ban-3 .section-title h1::after {
	margin-inline: auto;
	right: 0;
	left: 0;
	background: #cc1d08;
}
.about-head .section-title {
    max-width: 80%;
}
.about-head .section-title h1 {
    color: #000;
    font-size: 38px;
    line-height: normal;
}
.about-quality {
    text-align: center;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-top: 25px;
}
.about-quality p {
    margin: 0;
    display: none;
}
.about-quality-img {
    width: 65px;
    height: 65px;
    border: 2px dotted #cc1d08;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 0;
}
.hours-about {
    margin-bottom: 0;
}
.hours-about h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #cc1d08;
}	
.about-quality a {
    font-size: 25px;
    color: #cc1d08;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-family: "Trade Gothic LT Std";
}
.about-quality-img img {
    width: 35px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(5225%) hue-rotate(7deg) brightness(93%) contrast(94%);
}
.hours-about {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 1.7rem;
    height: 100%;
}
.hours-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 500;
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc78;
}
.hours-list:last-child {
    margin: 0;
}

.catering-section-new {
    position: relative;
    background: #1f3c30;
}
.catering-section-new .container {
    position: relative;
    z-index: 1;
}
/* .catering-section-new:before {
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
} */
.catering-main-bx {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 100px;
    position: relative;
    margin: 20px 0;
}
.catering-section-new .menu-item-img {
    text-align: center;
}
/* .catering-main-bx:before {
    left: 50%;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgb(253 200 49 / 12%);
    transform: translate(-50%, -50%);
    top: 50%;
} */
.catering-menu-title h4 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.catering-section-new h2.text-center {
    margin-bottom: 50px;
    color: #fdc831;
	position:relative;
}
.catering-section-new h2.text-center:after {
    content: '';
    background-color: #fdc831;
    margin: 0;
    width: 70px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}
.catering-section-new h2.text-center {
    margin-bottom: 50px;
    color: #fdc831;
    position: relative;
    padding-bottom: 25px;
}
.catering-menu-price span {
    font-weight: 500;
    font-size: 18px;
}
.catering-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(253 200 49 / 12%);
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.catering-section {
    background: #1f3c30;
    overflow: visible;
    background: #000000;
    background-image: url(https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/Group-176.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    animation: bg-marquee 30s infinite linear;
	position:relative;
}
@keyframes bg-marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1190px;
  }
}
.catering-section:before {
    content: '';
    background: hsl(155deg 32% 18% / 90%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.catering-section .container {
    position: relative;
    z-index: 1;
}
.catering-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.catering-head {
    position: sticky;
    top: 120px;
}
.catering-head-inner p {
    color: #fff;
    margin: 0;
    display: none;
}
.catering-head-inner h5 {
    color: #fdc831;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.catering-head p {
    color: #fff;
}
.catering-ic img {
    filter: invert(1);
    max-height: 70px;
	transition:all 0.5s;
}
.catering-bx:hover .catering-ic img {
    transform: scale(1.1);
}
.catering-ic {
    margin-bottom: 25px;
}
.catering-bx {
    border: 1px solid rgb(255 255 255 / 13%);
    padding: 25px;
    text-align: center;
    transition: all 0.5s;
}
.catering-bx:hover {
    transform: translate(0px, -10px);
}

.expection_head {
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
    margin-bottom: 50px;
}
.expection_head h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FDC831;
    margin: 0 0 10px 0;
}
.expection_head h2 {
    color: #fff;
}
.expection_head p {
    color: #fff;
    margin: 0;
}
.expection_slider_tile {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}
.expection_slider_tile h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #cc1d08;
    margin: 20px 0 10px 0;
}
.expection_slider_tile img {
    width: 100%;
    aspect-ratio: 303/200;
    object-fit: cover;
    border-radius: 10px;
}
div.expection_slider_in {
    padding: 0 8px;
}
.expection_slider button.slick-arrow::before {
    display: none;
}
.expection_slider button.slick-arrow {
    width: 36px;
    height: 36px;
}
.expection_slider button.slick-arrow svg path {
    fill: #fff;
}
.expection_slider button.slick-arrow {
    background-color: #cc1d08;
    border: 1px solid #cc1d08;
}
.expection_slider button.slick-prev.slick-arrow {
    left: -36px;
}
.expection_slider button.slick-next.slick-arrow {
    right: -36px;
}
.expection_slider button.slick-arrow.slick-disabled {
    background-color: transparent;
    border-color: #fff;
    opacity: .5;
}
.banner_slider_main .banner_slide_dots {
    bottom: 100px;
    padding-left: clamp(calc((100% - 1340px) / 2),50px,50px);
}
.banner_slide_dots {
    bottom: 5%;
    padding-left: clamp(calc((100% - 1296px) / 2),50px,50px);
    padding-right: 0;
    display: flex;
    position: absolute;
}
.banner_slide_dots ul.slick-dots {
    position: initial;
    text-align: left;
    display: flex !important;
    gap: 16px;
    align-items: center;
}
.banner_slide_dots ul.slick-dots li button {
    padding: 0;
    width: 51px;
    height: 1px;
    transition: all ease .5s;
    background-color: #fff;
    font-size: 0;
    border: none;
}
.banner_slide_dots ul.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.banner_slide_dots ul.slick-dots li.slick-active button {
    height: 4px;
    background-color: #FDC831;
}
.family_owned .container {
    max-width: 1180px;
}
/* section.family_owned::after {
    width: 131px;
    height: 125px;
    position: absolute;
    content: '';
    left: 40%;
    bottom: 20px;
    transform: translateX(-50%);
    background-image: url(../images/mashroom.png);
    background-size: contain;
    background-position: center;
} */
.family_owned_img {
    position: relative;
}
/* .family_owned_img::after {
    position: absolute;
    width: 68px;
    height: 46px;
    content: '';
    left: 71px;
    top: 71px;
    background-image: url(../images/leaf.png);
    background-size: contain;
    background-position: center;
} */
.family_owned_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.inner_banner {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inner_ban_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner_ban_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.in_bann_image {
    position: relative;
    z-index: 9;
}
section.inner_banner::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    content: '';
}
.in_bann_image h1 {
    font-style: normal;
    font-size: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.text_imager img {
    width: 100%;
    object-fit: cover;
}
.text_image_sec {
    position: relative;
    background-color: #d2edd9;
}
.text_image_sec .row {
    align-items: center;
}
.texter_body {
    padding-right: 50px;
}
.texter_body ul.list-style {
    margin: 25px 0;
}
.full_width_info .infomer {
    max-width: 991px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.full_width_info .infomer p {
    color: #000000;
    padding: 0;
}
.parallex_sec {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}
.parallex_imge img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.para_content {
    padding: 25px;
    background: #ffffffe8;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 460px;
    margin-left: auto;
}
.para_content ul.common_list {
    grid-template-columns: 1fr !important;
}
.para_content p, .para_content ul, .para_content h2 {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.common_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.common_list li {
    position: relative;
    color: #000;
    position: relative;
    margin: 10px 0px;
    font-weight: 600;
    padding-left: 22px;
}
.common_list li::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #cc1d08;
    border-radius: 100px;
    left: 0;
    top: 8px;
    outline: 2px solid #cc1d08;
    outline-offset: 2px;
}
.parallex_sec {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}
.family_owned ul.common_list {
    margin: 30px 0;
}
.textarea_field i {
    color: #000;
    font-size: 16px;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url('https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cater-event-bx {
    padding: 25px;
    display: flex;
    background: #fff;
    gap: 30px;
}
.cater-event-slider {
    padding: 0 50px;
}
.cater-event-img {
    flex: 0 0 30%;
    display: none;
}
.cater-event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cater-event-bx h3 {
    font-size: 2rem;
    color: #cc1d08;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cater-event-bx {
    padding: 25px;
    margin: 0 15px;
    min-height: 415px;
}
.cater-inner-event {
    background: #f2f2f2;
    background-image: url(https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/Group-176.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.cater-inner-event:before {
    content: '';
    background: #f2f2f2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.cater-inner-event .row {
    row-gap: 30px;
}
.catering_form {
    border-bottom: 1px solid #ccc;
}
.cater_form {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
}
.cater_form h2 {
    text-align: center;
    margin: 0 0 30px 0;
}
.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cater_form .input_field {
    width: calc(50% - 10px);
}
.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 #cfcdcd;
    outline-color: #cc1d08;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
}
.cater_form .textarea_field {
    width: 100%;
}
.submit_field button {
    padding: 14.5px 20px;
    display: inline-flex;
    border-radius: 0;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all ease .5s;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #cc1d08;
    border-color: #cc1d08;
    box-shadow: none;
    border: none;
}
.submit_field {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cater_form .input_field input::placeholder, .cater_form textarea::placeholder {
    color: #000;
}
section.parallex_sec ul.common_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.our-menu.menu-sec .nav-tabs .nav-link {
    color: #000;
    user-select: none;
    background-color: transparent;
    min-width: max-content;
    border: none;
    border-bottom: 0px solid transparent;
    transition: all 300ms ease;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Trade Gothic LT Std";
}
.our-menu .nav-tabs {
    row-gap: 5px !important;
    column-gap: 12px !important;
    width: 100%;
    max-width: 1154px;
    margin: auto;
    display: flex !important;
}
.our-menu.menu-sec .nav-tabs .nav-link.active {
    background: #cc1d08 !important;
    color: #fff;
}
.our-menu.menu-sec .menu-wrapper {
    border: 2rem solid #fff;
    border-image: url(https://www.mattspizzaofcoram.com/wp-content/uploads/2025/07/menu_frame.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
    padding-bottom: 40px;
}
.our-menu.menu-sec.common-space {
    position: relative;
}
.our-menu.menu-sec .menu-item .card {
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    animation: 400ms zoomIn cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1;
    border-radius: 0;
    border: none;
    box-shadow: rgb(149 157 165 / 0%) 0px 8px 24px;
}
.our-menu .menu-item .price {
    background: #cc1d08;
    padding: 4px 15px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    border-radius: 0;
    outline: 0px solid #cc1d08;
    outline-offset: 2px;
    font-weight: 500;
}
.wrapper.multi-prices .price {
    display: flex;
    gap: 20px;
}
.our-menu.menu-sec .menu-item .card .info .divider {
    border: 1px dashed #e0e0e0;
    margin: 8px auto;
}
.our-menu.menu-sec .menu-item .card .info .card-body {
    border: none;
    padding: 0;
    background-color: unset;
}
.card-body .description {
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}
.our-menu.menu-sec .menu-item {
    text-align: left;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    height: 100%;
}
.our-menu.menu-sec .menu-item .card {
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    animation: 400ms zoomIn cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1;
    border-radius: 0;
    border: none;
    box-shadow: rgb(149 157 165 / 0%) 0px 8px 24px;
}
.our-menu.menu-sec .menu-item .card .info {
    width: 100%;
}
.our-menu.menu-sec .menu-item .card .info .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: transparent;
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.our-menu.menu-sec .row {
    justify-content: center;
    row-gap: 40px;
}
.our-menu.menu-sec .menu-item .card .info .card-header .title h4 {
    margin: 0;
    font-size: 22px;
}
.party_heros {
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 20px;
    background-color: #cc1d08;
    margin: 50px auto 30px;
}

.party_heros h4 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.party_heros h5 {
    margin: 0;
    color: #fff;
}

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

.tray_serving {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.tray_serving span.serve_tray {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b1b1b;
    color: #fff;
}


.cta-cn {
    text-align: center;
}
.bg-grey {
    background-color:#f2f2f2;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 30px;
    height: 7px;
    padding: 0;
    border: none;
    background-color: #cb1d08a1;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #cb1d08;
}
.menu-section .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.menu-section .slick-dots li.slick-active button {
    background-color: #ffffff;
}


.menu-section {
    background: #fff;
    padding-bottom: 0;
}
.menu-section .section-title {
    margin-bottom: 25px;
}
.menu-card-1 {
    background: #1f3c30;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid rgb(253 200 49 / 27%);
}
.menu-section .row {
    row-gap: 0;
}
.menu-card-title h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 260px;
    margin-inline: auto;
}
.menu-card-img {
    /* padding: 25px;
    background: #cc1d08; */
    border-radius: 100%;
    max-width: 350px;
    margin-inline: auto;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-card-img img {
    transform: scale(1.1);
    transition: all 0.5s;
    height: auto;
}
.menu-cards:hover .menu-card-img img {
  transform: rotate(360deg);
}
.menu-cards:hover .order-now span img {
    transform: translate(-10px, 0px);
}
.order-now {
    margin-top: 10px;
    /* transform: translate(0px, 100px); */
	transition: all 0.5s;
    background-image: url('https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/p-red.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: max-content;
    margin-inline: auto;
    padding: 5px 40px;
}
.menu-cards:hover .order-now {
    transform: translate(0px, 0px);
}
/* a.menu-cards .menu-card-2 .order-now span {
    color: #1f3c30;
} */
a.menu-cards .menu-card-2 .order-now span img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(26%) saturate(691%) hue-rotate(103deg) brightness(91%) contrast(92%);
}
.order-now span img {
    max-width: 25px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(731%) hue-rotate(328deg) brightness(102%) contrast(97%);
    transition: all 0.5s;
}
.order-now span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-bx {
    margin-top: 50px;
}

.menu-card-2 {
    background: #1f3c30;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid rgb(253 200 49 / 27%);
}
.menu-card-2 .menu-card-title h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.menu-card-2 .menu-card-title {
    position: relative;
    z-index: 1;
}
.menu-card-2  .menu-card-img {
    /* padding: 25px;
    background: #1f3c30; */
    border-radius: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .menu-card-2:before {
    content: '';
    background: #cc1d08;
    width: 250px;
    height: 250px;
    display: inline-block;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 0;
} */
span.piza_ixon img {
    max-height: 40px;
    filter: invert(1);
}








.menu-inner-new {
    background: #f2f2f2;
}
.menu-card-header .title {
    flex: 0 0 80%;
}
.menu-item-bx {
    padding: 25px;
    background: #1f3c30;
    border: 4px solid #fdc831;
    margin-bottom: 15px;
}
.menu-item-bx .row:first-child {
    margin-bottom: 15px;
}
.menu-item-bx .row:nth-child(2) {
    column-gap: 15px;
}
.menu-item-bx .row:nth-child(2) .col-lg-6 {
    width: calc(50% - 8px);
}
.menu-title h2 {
    font-size: 35px;
    color: #fdc831;
    margin-bottom: 5px;
}
.menu-title {
    margin-bottom: 30px;
}
.menu-items-right-bx .menu-title {
    margin-top: 30px;
}
.menu-title p {
    color: #fff;
}
.menu-item-bx .menu-item {
    margin-bottom: 30px;
}
.menu-card-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-card-header .title h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.menu-card-header .price span {
    font-weight: 700;
    font-family: "Trade Gothic LT Std";
    color: #000;
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.menu-card .divider {
    position: relative;
    height: 1px;
    display: block;
    width: 100%;
    background: #294a3d;
    margin: 5px 0;
}
.menu-card-body span.description {
    font-size: 16px;
}






.ft_so_lnks {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ft_so_lnks li a {
    width: 50px !important;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
}

.ft_so_lnks li a i {
    margin-right: 0;
}

.menu-content {
    text-align: center;
}

.menu-item-name h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 2em;
    text-align: center;
}

.order-cta {
    display: inline-flex;
    font-weight: 700;
    color: #cc1d08;
    text-transform: capitalize;
    font-size: 1em;
    align-items: center;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.5s;
}

.order-cta img {
    height: 20px;
    margin-left: 5px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(77%) saturate(7492%) hue-rotate(9deg) brightness(86%) contrast(94%);
}
.menu-new .section-title {
    margin-bottom: 50px;
}

.thumbnail img {
    transition: all 0.5s;
    max-height: 250px;
    margin-bottom: 35px;
}

.menu-content:hover .thumbnail img {
    transform: scale(1.1);
}

.menu-content:hover .order-cta {
    opacity: 1;
}

.menu-new .row {
    row-gap: 50px;
}

.menu-new {
    background: #f2f2f2;
}

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






.video-banner {
    padding: 0;
}
.video-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.mobile-top-bar {
    display: none;
}
.textarea-msg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobmenur-container {
    position: absolute;
    right: 0px;
    background: #1f3c30;
    top: 70px;
}
.mob-menu-header-holder.mobmenu {
    width: 0;
}
.catering-menu-price span.sm::first-letter, .catering-menu-price span.lg::first-letter {
    color: #fdc831;
    display: inline-block;
}
.catering-menu-price span.sm, .catering-menu-price span.lg {
    display: inline-block;
}

.about-center-imgs video {
    height: 483px;
    object-fit: cover;
}

.about-top-slider video {
        height: 700px;
    object-fit: cover;
    width: 100%;
}

.cptch-sect .error {
    width: fit-content;
}
a.order-online-btn {
    background:#64a6cc;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    margin: 0;
   font-family: "Trade Gothic LT Std";
    text-transform: capitalize;
   font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    transition: all 0.2s;
    border: 1px solid #64a6cc;
    /* box-shadow: rgb(253 200 49 / 47%) 0px 7px 29px 0px; */
}
a.order-online-btn img {
    max-height: 30px;
    margin-left: 4px !important;
    filter: none;
    margin: 0;
      transition: all 0.2s;

}
a.order-online-btn:hover {
    background-color: #fff;
    border: 1px solid #64a6cc;
    color: #64a6cc;
}
a.order-online-btn:hover img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(24%) saturate(833%) hue-rotate(158deg) brightness(90%) contrast(79%);
}
#datepicker,
#eventname {
    background-image: url(https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/calender-1.png);
    background-repeat: no-repeat;
    background-position: 97% 59%;
}
#eventname {
    background-image: url(https://www.mattspizzaofcoram.com/wp-content/uploads/2025/08/arrow-black.png);
}
@media only screen and (min-width: 768px) {
    .fixed_book_now {
        position: fixed;
        left: 0;
        bottom: 10px;
        right: 0;
        margin: auto;
        width: calc(100% - 300px);
        display: flex
;
        align-items: center;
        justify-content: center;
        gap: 15px;
        z-index: 9;
    }
}



@media (max-width: 1366px) {
    .about-top-slider video {
            height: 815px;
    }
}
@media only screen and (max-width: 1340px) {
    .logo_bx {
        max-width: 263px;
    }
    .navbar-nav ul#menu-main-menu {
        gap: 30px;
    }
    .number_ham, .right_btn {
        gap: 15px;
    }
    .right_btn nav#navbar {
        padding: 0 15px 0 0;
    }
}

@media only screen and (max-width: 1269px) {
	body.page-template {
		margin-top: 0;
	}
	header.header {
		position: relative;
	}
	.mobile-top-bar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
		border-bottom: 1px solid #fdc831;
	}

    .mobile-top-bar a {
		padding: 10px 0px;
		background: #fdc831;
		display: flex;
		font-weight: 600;
		justify-content: center;
		gap: 10px;
		align-items: center;
		color: #000000;
		font-size: 1rem;
		letter-spacing: 1px;
        text-transform: uppercase;
                font-weight: 800;
	}

    .mobile-top-bar a + a {
		background: #cc1d08;
		color: #fff;
	}
	.right_btn {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
    .contact_no span.piza_ixon {
        display: none;
    }
    .navbar-nav ul#menu-main-menu {
        gap: 20px;
    }
    .banner_content h1 {
        font-size: 66px;
        line-height: 76px;
    }
    .banner_content p {
        font-size: 20px;
        line-height: 33px;
        margin: 0 0 20px 0;
    }
    .banner_content {
        padding-bottom: 110px;
    }
    .family_owned_content h2 {
        font-size: 54px;
        line-height: 64px;
    }
    .family_owned_content h6, .family_owned_content p {
        margin: 0 0 20px 0;
    }
    .tab {
        gap: 15px;
    }
    .menu_tab_title .tab button {
        font-size: 16px;
        padding: 14px 22px;
    }
	body.page-template {
		margin-top: 0;
	}
    .about-head .section-title h2 {
    font-size: 31px;
}
	.contact-form-section {
        background-attachment: inherit;
        background-image: none;
    }
}




@media (max-width: 1269px) {
    /* menu css */
    :root{
      --menu-font:
      'Open Sans', sans-serif;
      --menu-font-size: min(18px, 5vw);
      --primary-color: #0b2a4e;
      --hovered-color: #103e74;
      --submenu-bg: #030e1b;
      --submenu-border-color: rgb(255 255 255 / 54%);
      --menu-border-color: rgb(255 255 255 / 54%);
  --menu-color: #fff;
  --submenu-color: #fff;
      --menu-hovered-color: #ffffff;
      --toggle-button-color: #ffffff;
  }
  .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
      color: var(--toggle-button-color);
  }

  .mobmenu-right-panel .mobmenu-right-bt {
      top: 5px;
      right: 5px;
  }

  .mobmenu-content {
      border-top: 0px solid #ffffff;
  }

  .mobmenu-content li {
      padding: 0;
      margin: 0;
  }

  #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
      font-family: var(--menu-font) !important;
      font-weight: 400 !important;
      color: var(--menu-color);
      padding: 6px 20px;
      font-size: var(--menu-font-size) !important;
  }

  #mobmenuright li {
      border-bottom: 1px solid var(--menu-border-color);
      padding-bottom: 0;
      position: relative;
      padding-inline: 0;
  }

  #mobmenuright li:last-child {
      border: none;
  }

  #mobmenuright li button.sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 5px;
      background: transparent;
      border: none;
      color: var(--menu-color);
  }

  #mobmenuright li button.sub-menu-toggle span.icon-plus {
      display: none;
  }

  #mobmenuright li button.sub-menu-toggle span.icon-minus {
      display: none;
  }

  #mobmenuright li .mob-expand-submenu.show-sub {
      top: 6px;
  }

  #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
      font-size: var(--menu-font-size) !important;
      color: var(--menu-color);
  }

  .mobmenu-content #mobmenuright .sub-menu {
      background: var(--submenu-bg);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid var(--submenu-border-color);
  }

  .mobmenu-content #mobmenuright .sub-menu a {
      color: var(--submenu-color);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li:last-child {
      border: none;
      margin: 0;
      padding: 0;
  }
.mobmenu-content #mobmenuright > li a {
  font-size: 0.98rem !important;
  width: 100% !important;
  white-space: pre-wrap;
}
  .sub-menu {
      padding: 0;
  }
  .mobmenu-content #mobmenuright > li {
      overflow: hidden;
  }
  .mobmenu-content #mobmenuright > li > a:hover, .mobmenu-content #mobmenuright li:hover{
      background-color: var(--hovered-color);
  }
  .mobmenur-container i{
      color: var(--toggle-button-color);
  }
.mobmenu-panel {
  background-color: var(--primary-color);
}
.mobmenur-container {
        top: 65px !important;
        padding: 6px !important;
}
.mobmenu-right-panel {
        background-color: #d2edd9 !important;
        width: 280px !important;
    }
    .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
        color:  #000 !important;
        
    }
    #mobmenuright li a {
        font-size: 20px !important;
    }
    #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
         color:  #000 !important;
         font-size: 20px;
         font-weight: 700 !important;
             font-family: "Trade Gothic LT Std" !important;
    }
    #mobmenuright li {
                border-bottom: 1px solid #0000001e !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #cc1d08 !important;
        color: #fff !important;
    }
        .mobmenu-content #mobmenuright > li > a:hover {
          background-color: #cc1d08 !important;
        color: #fff !important;
    }
    header.header.sticky {
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    
    .about-head .section-title h2 {
        font-size: 50px;
    }
	.family_owned_content {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.family_owned_content h6 br {
		display: none;
	}
	.thumbnail img {
		transition: all 0.5s;
		max-height: max-content;
		margin-bottom: 35px;
		width: 100%;
	}
	.special_item {
		margin-bottom: 30px;
	}
	.catering-head {
		margin-bottom: 30px;
	}
	.mobile-none {
		display: none;
	}
	.footer_head_tile {
		max-width: 100%;
		margin: 0;
		text-align: center;
	}
	.footer_head .row {
		row-gap: 25px;
	}
	.footer_body_tile h6 {
		text-align: center;
	}
	ul.social_links {
		justify-content: center;
	}
	.copy_right_bar p {
		text-align: center;
	}
	.testimonials-sec .container {
		padding-left: 15px;
	}
	.logo_bx {
		max-width: 170px;
	}
	.texter_body {
		padding-right: 0;
	}
	.text_image_sec .row {
		flex-direction: column-reverse;
	}
	.texter_body {
		margin-top: 30px;
		text-align: center;
	}
	ul.timing_list li {
		margin-bottom: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.para_content {
		align-items: center;
		max-width: 100%;
                justify-content: center;
        text-align: center;
	}
	body.page-template {
		margin-top: 0;
	}
	.menu-title {
		text-align: center;
		margin-top: 30px;
	}
	.menu-item-bx .row:nth-child(2) .col-lg-6 {
		width: 100%;
	}
	.menu-item-bx .row, .menu-item-bx .row .col-lg-6 {
		padding: 0;
		--bs-gutter-x: 0;
	}
	.menu-item-img {
		text-align: center;
	}
	.catering-main-bx {
		margin: 0;
	}
	.cater-event-bx h3 {
		text-align: center;
	}
	.cater-event-cn {
		text-align: center;
	}
	.contact-form .row {
		row-gap: 30px;
	}
	.contact-form .section-title {
		margin-bottom: 0;
	}
	.text_image_sec .slick-dots {
        display: none;
    } 
}
@media (max-width: 1024px) and (min-width:769px) {
    .footer_body .tim_bx {
                width: 29%;
    }
    .special_item {
            min-height: 434px;
    }
    .video-banner video {
        height: 430px;
    }
    .contact-form-section .col-lg-6 {
                width: 100%;
    }
}
@media (max-width: 769px) and (min-width:768px) {
    .video-banner video {
        height: 430px;
    }
}
@media only screen and (max-width: 600px) {
    .gallery-main .gallery_img:nth-child(5) {
        display: none;
    }
    .catering-section .col-lg-7 {
        display: none;
    }
    .about-center-imgs,
    .hours-about {
        display: none;
    }
    .specialist .section-title {
            margin-bottom: 20px;
    }
    .section-title span {
            margin-right: 7px;
    }
	.gallery-main-inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.food-gallery-inner .gallery_img img {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.map_main {
		height: 300px;
	}
	.cater-event-slider {
		padding: 0;
	}
	.cater_form .input_field {
		width: 100%;
	}
	.video-banner video {
		height: auto;
	}
	.about-head .section-title {
		max-width: 100%;
	}
	.menu-item-name h3 {
		font-size: 25px;
	}
	.menu-new .btn-bx {
		margin-top: 25px;
	}
	.section-title h2, .section-title h1, .about-head .section-title h2 {
		font-size: 30px;
	}
	.menu-card-title h3 {
		max-width: 100%;
	}
	section {
		padding: 35px 0;
		overflow: hidden;
	}
	.gallery-main {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.catering-main {
		grid-template-columns: repeat(1, 1fr);
	}
	footer {
		padding-top: 35px;
	}
	.footer_body_tile h6 {
		font-size: 25px;
	}
	.footer_head_tile h6 {
		font-size: 25px;
	}
	.footer_head_tile a {
		font-size: 20px;
	}
	ul.timing_list li {
		margin-bottom: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
		font-size: 20px;
	}
	.footer_head_tile a br {
		display: none;
	}
	.catering-head {
		text-align: center;
	}
	.hours-about h3 {
		text-align: center;
	}
	.family_owned_content {
		text-align: center;
	}
	.family_owned_content h2 {
		font-size: 35px;
		line-height: inherit;
	}
       .about-top-slider video {
        height: 300px;
    }
    .fixed_book_now {
        display: none;
    }
    .slick-arrow {
        transform: translateY(-59%);
        height: 28px;
        width: 28px;
        border-radius: 0;
        font-size: 0;
        border: 0;
        background-color: #cc1d08;
        background-size: 16px;
        z-index: 9;
    }
    .slick-arrow.slick-prev:before {
        font-size: 18px;
    }
    .testimonials-sec .slick-arrow {
        top: 63%;
    }
    .catering-section {
        padding-bottom: 4px;
    }
    .copy_right_bar {
            padding: 20px 0px;
    }
    .catering-menu-item {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
	.menu-card-header {
		flex-direction: column;
	}
}