@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@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');

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


@import url(https://db.onlinewebfonts.com/c/96996b95c19ecf8733387b6c0b2311e3?family=Rossetti+W00+Regular);


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

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

body {
    font-family: "Lato", sans-serif;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 20px;
}

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: "Rossetti W00 Regular";
    letter-spacing: 0.1rem;
}

p {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.error {
        background-color: red;
    color: #fff !important;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-left: 6px;
}
.cptch-sect .error,
.form-bottom .error  {
    width: max-content;
    top: -19px;
    position: relative;
    padding-right: 8px;
}


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

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

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

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 20px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 15px;
    background-color: #851c2d63;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #851c2d;
}
header.header.fixed-header .logo_bx img {
    max-width: 86px;
}
header.header.fixed-header .logo_bx {
    top: 2px;
}
.logo_bx img {
    max-width: 190px;
    transition: all 0.5s;
}
.number {
    padding-left: 50px;
    border-left: 1px solid #ffffff52;
}
.number a {
    color: #f7df87;
    font-size: 22px;
    font-weight: 600;
}
.right_btn {
    display: flex;
    align-items: center;
    gap: 65px;
    justify-content: flex-end;
}
nav#navbar {
    padding: 0;
}
.bottom_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-bx, .right_btn {
    flex: 0 0 40%;
}

.logo_bx {
    max-width: 256px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 6px;
}

.logo_bx a.logo {
    display: inline-block;
    margin: 0;
    background: #851c2d;
    border-radius: 100%;
    padding: 9px;
}

.common_btn.dark_btn {
    background-color: #f7e088;
    border-color: #f7e088;
    color: #000000;
}

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

.section-title h6 {
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-title h2 {
    color: #851c2d;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0;
}

.container_cstm {
    max-width: 1340px;
    margin: auto;
    width: 100%;
}

.banner_main_content {
    position: relative;
    z-index: 2;
}

.banner_col_img img {
    width: 100%;
}

.main_banner {
    background-color: #fffaec;
    position: relative;
    padding: 0;
}

.ban_text_inner h1 {
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0 0 20px 0;
}

.ban_text_inner h1 span {
    color: #851c2d;
}

.ban_text_inner p {
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.common_btn {
    background-color: #851c2d;
    padding: 6px 24px;
    display: inline-flex;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #851c2d;
    transition: all 0.5s;
}
.common_btn:hover {
    background: #000;
}
.common_btn.dark_btn:hover {
    background: #000;
    color: #fff;
}
.bg-red{
	background: #851c2d;
}
/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/
.inner-main-wrapper-desk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
    overflow: hidden;
}
.side-bar:before {
    background-image: url('https://www.bengalisweetshicksville.com/wp-content/uploads/2025/08/Asset-1@3x-scaled.png');
    background-size: contain;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 12%;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(72%) sepia(96%) saturate(181%) hue-rotate(4deg) brightness(106%) contrast(94%);
    opacity: 0.2;
    left: 0;
    pointer-events: none;
}
.side-left {
    flex: 0 0 30%;
}
.side-right {
    flex: 0 0 30%;
}
.side_bar_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.side-bar .inner {
    padding: 40px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

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

.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 0.95rem;
    color: #ffffff;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    font-weight: 500;
}

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

.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsl(0deg 0% 20.39% / 62%);
}

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

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(0deg 0% 20.39% / 62%);
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #f7e088;
    text-transform: capitalize;
}

.side_bar_address p {
    margin: 0;
    color: #ffffff;
    word-wrap: break-word;
}

.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#side_bar_overlay {
    cursor: pointer;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

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

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

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

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

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

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

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

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

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

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

.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}

.side_bar_cn img {
    max-width: max-content;
}

.top-bar-inner {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}


/*--------------------------------------------------------------
 # menu New css
--------------------------------------------------------------*/
.menu-item-bx {
    padding: 25px;
    background: #851c2d;
    border: 6px solid #f7df87;
    margin-bottom: 15px;
}
.menu-title h2 {
    font-size: 35px;
    color: #f7df87;
}
.menu-card-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-items-right-bx .menu-title {
    margin-top: 25px;
}
.menu-item-bx.sides-bx .menu-item-img img {
    max-width: 78%;
}
.menu-item-bx.sides-bx .menu-item-img {
    text-align: center;
}
.menu-item-bx.sides-bx .row {
    align-items: center;
}
.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% - 15px);
}
.menu-item-img img {
    width: 100%;
}
.menu-title {
    margin-bottom: 25px;
}
.menu-item-bx .menu-item {
    margin-bottom: 30px;
}
.menu-card-header .title h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.menu-card-header .price span {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
.menu-card .divider {
    position: relative;
    height: 1px;
    display: block;
    width: 100%;
    border: 1px dashed #ffffff;
    margin: 5px 0;
}
/* .menu-card .divider:before {
    content: '';
    height: 1px;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #851c2d;
    position: absolute;
    top: 0;
} */
/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
    text-align: left;
    max-width: 500px;
    position: relative;
    overflow: hidden;
}

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

.banner-main .slick-arrow.slick-next {
    right: 1%;
}
.ban-head h1, .ban-head h2 {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateY(-200px);
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.02em;
    color: #851c2d;
    margin: 0 0 20px 0;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1, .banner-main .slick-slide.slick-current.slick-active .ban-head h2 {
    transform: translateY(0px);
}

.ban-head h1 span, .ban-head h2 span {
    color: #851c2d;
}

.ban-head p {
    font-weight: 500;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}
.ban-head a.common_btn {
    margin-top: 20px;
}
.highlight-text {
    margin-top: 15px;
}
.highlight-text p {
    font-weight: 600;
    color: #851c2d;
}
.banner-main .slick-slide.slick-current.slick-active .ban-head p {
    transform: translateX(0px);
}

.ban-head h3 {
    color: #ffc801;
    font-size: 45px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(-200px);
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.banner-main .ban-head h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.ban-head .ban_btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

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

.ban-head .ban_btn .border-red-btn span i {
    margin-right: 10px;
}

.banner-main .ban-head h1 span {
    background-position: right bottom;
}

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

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

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

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

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

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

@-webkit-keyframes colorchange {
    0% {
        color: #fff;
    }
    50% {
        color: #fcf203;
    }
    100% {
        color: #e3e2d5;
    }
}

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

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

.banner-main .slick-dots button {
    height: 15px;
    width: 15px;
    background: #851c2d82;
    font-size: 0;
    margin: 0 2px;
    border: 0;
    border-radius: 100%;
}

.banner-main .slick-dots .slick-active button {
    background: #851c2d;
}
body.home {
    margin: 0;
}
.banner-head {
    max-width: 36%;
}


.banner-slide.banner-5 .ban-head{
     max-width: 500px;
}   
.banner-slide.banner-5 .ban-head h2 {
    color: #f7df87;
}
.inner-ban-4 .section-title h1 {
    margin-bottom: 20px;
}
.inner-ban-5 .section-title h1 {
    margin-bottom: 20px;
}
.banner-slide.banner-5 .ban-head p {
    color: #fff;
}
.banner-slide.banner-4 .ban-head {
    padding: 50px;
    background: #851c2d;
    max-width: 550px;
}
.banner-slide.banner-4 .ban-head h2 {
    color: #f4dc87;
    font-size: 35px;
}
.banner-slide.banner-4 .ban-head p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.banner-slide {
    display: block !important;
    position: relative;
}

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

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

.banner-image.no-overlay:before {
    display: none;
}

.banner-main .banner-image .bg-big {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    height: auto;
}

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


/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 20%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 64%) 35%, rgba(0, 0, 0, 0) 100%);
} */

.bar-page .banner-main .banner-image::before {
    display: none;
}


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


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


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

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

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

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

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

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

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


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

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

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

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

.banner_texting ul.slick-dots {
    position: initial;
    margin: 40px 0 0 0;
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
    gap: 16px;
    align-items: flex-end;
}

.banner_texting ul.slick-dots button {
    padding: 0;
    width: 56px;
    height: auto;
    border-bottom: 1px solid #851c2d;
    transition: all ease 0.5s;
}

.banner_texting ul.slick-dots button::before {
    display: none;
}

.banner_texting ul.slick-dots li {
    width: auto;
    height: auto;
}

.banner_texting ul.slick-dots li.slick-active button {
    border-width: 4px;
}

.about-us-sec {
    background: #fff;
}
.about-img img {
    width: auto;
    height: 250px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
    text-align: center;
    object-fit: cover;
}

.about-card-cn {
    text-align: center;
    margin-top: 25px;
}

.about-card-cn h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #851c2d;
}
.about-card-cn p {
    color: #000;
}
.about-card:hover p {
    color: #000;
}
.text-link {
    font-weight: 600;
    display: inline-block;
    color: #851c2d !important;
    font-size: 18px;
    position: relative;
}
.text-link:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 6px;
    top: 2px;
    position: absolute;
	transition:all 0.5s;
}
.text-link:hover:after {
	    transform: translate(10px, 0px);
}
.about-card:hover .about-img img {
    transform: scale(1.1);
}
.dine-cn-3 .section-title {
    margin-bottom: 25px;
}
.about-card {
    position: relative;
}
.about-card:after {
    content: '';
    background: #e7e7e7;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.about-card.no-border:after {
    display:none;
}
.dine-in-sec {
    Position: relative;
}
.dine-in-sec.bg-image {
    background-size: cover;
    background-attachment: fixed;
}
.dine-in-bx p {
    color: #ffffff;
    margin-top: 15px;
}
.dine-in-bx .btn-wrapper {
    margin-top: 25px;
}
.dine-in-bx {
    max-width: 500px;
    background: hsl(0deg 0% 0% / 80%);
    padding: 50px;
    position: relative;
}
.dine-in-bx ul.list-style li {
    color: #fff;
}
.dine-in-bx ul.list-style {
    margin: 25px 0;
}

.dine-in-bx ul.list-style li:before {
    color: #f7e088;
    background: #f7e088;
    border: 5px solid #000000;
    outline: 2px solid #f7e088;
}








.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: capitalize;
    color: #000000;
    font-size: 25px;
    text-align: center;
}

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

.order-cta img {
    height: 17px;
    margin-left: 5px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(22%) saturate(7337%) hue-rotate(331deg) brightness(92%) contrast(91%);
}
.menu-new .section-title {
    margin-bottom: 50px;
}

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

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

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















.about-head {
    margin-bottom: 40px;
    margin-inline: auto;
}

.about-head .section-title {
    text-align: left;
}

.about-head .common_btn {
    margin-top: 25px;
}

.about_us {
    position: relative;
}


/* .about_us:after {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    width: 300px;

    height: 300px;
    z-index: -1;
    right: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(26%) sepia(73%) saturate(2289%) hue-rotate(330deg) brightness(84%) contrast(91%);
} */

.about_image img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.about-hour h3,
.about-contact h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 2px;
    color: #851c2d;
}

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

.about_image.about-common {
    border-radius: 25px;
    overflow: hidden;
}

.about_image.about-common img {
    width: 100%;
}

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

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

ul.list-style li:before {
    content: '';
    position: absolute;
    left: 2px;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #851c2d;
    width: 16px;
    height: 16px;
    background: #851c2d;
    border-radius: 100%;
    border: 5px solid #ffffff;
    outline: 2px solid #851c2d;
    top: 7px;
}

.about_text.about-common {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 50px;
    max-width: 580px;
}

.about_text.about-common p {
    margin: 0 0 30px 0;
}

.about-contact p {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.about-contact {
    margin-top: 25px;
}

.about-hour p {
    line-height: 1.9;
}

.cataring_body ul.archive_head_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0;
    justify-content: space-between;
    width: 100%;
    min-width: 350px;
}

.cataring_body ul.archive_head_list li button {
    border: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    display: block;
    text-align: center;
    width: 100%;
}
.cataring_body ul.archive_head_list li button:hover {
    transform: scale(1.1);
}
.cataring_body ul.archive_head_list li button.tablinks .meal_image {
    position: relative;
    width: 110px;
    height: 110px;
    display: none;
    align-items: center;
}
.cataring_body ul.archive_head_list li button.tablinks .meal_image:before {
    border: 2px dashed #851c2d;
    border-radius: 100px;
    content: '';
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    animation-name: rotate;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    transition: all 0.5s;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.cataring_body ul.archive_head_list li button:hover .meal_image:before{
	opacity:1;
}
.cataring_body ul.archive_head_list li button img {
    width: 90px;
    height: 90px;
    display: inline-block;
}
.catering-inner .cataring_body ul.archive_head_list li button img {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
}
.cataring_body ul.archive_head_list li button span {
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #851c2d;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Rossetti W00 Regular";
    letter-spacing: 0.1rem;
}
.cataring_body ul.archive_head_list li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: auto;
    border: 1px dashed #851c2d;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 6px;
}
.cataring_body ul.archive_head_list li::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    top: auto;
    border: 1px dashed #851c2d;
    right: 0;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 0;
}

.cataring_body ul.archive_head_list li:has(button.tablinks.active)::after, .cataring_body ul.archive_head_list li:has(button.tablinks.active)::before {
    border-color: #000000;
}


.cataring_body ul.archive_head_list li button.tablinks.active span {
    color: #000000;
}

.meal_image {
    margin: 0 0 15px 0;
}
.archive_tab_main .tabcontent {
    display: none;
    background: #851c2d;
}
.archive-tab-head {
    text-align: center;
    margin-bottom: 35px;
}
.archive-tab-head h2 {
    color: #f7df87;
}
.archive-tab-head p {
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.hour_contact .contact_hour_common {
    height: auto;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    margin-inline: auto;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    gap: 45px;
    margin-right: 0;
    background: #ffffff;
    background: linear-gradient(189deg, rgb(255 255 255 / 90%) 0%, rgb(219 219 219 / 90%) 100%);
}
.hour_contact .contact_hour_common:before {
    content: '';
    position: absolute;
    left: 50%;
    background: rgb(161 161 161 / 29%);
    height: 1px;
    width: 100%;
    top: 54%;
    margin-bottom: auto;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.hour_contact ul.list_con_common {
    text-align: left;
    gap: 20px;
}
.hour_contact ul.list_con_common li a {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.hour_contact ul.list_con_common li a i {
    position: absolute;
    left: 0;
    color: #851c2d;
    top: 3px;
    font-size: 20px;
}
.hour_contact ul.list_con_common li.reach-address a{
	font-weight: 600;
}
.hour_contact ul.list_con_common li, .hour_contact ul.list_con_common li a {
    font-style: normal;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
}
li.reach-phone a {
    font-size: 26px !important;
    padding-left: 32px !important;
    color: #851c2d !important;
}
.hour_contact ul.list_con_common li.reach-phone a i {
    position: absolute;
    left: 0;
    color: #851c2d;
    top: 2px;
}

/* .contact_hour_common h6 { */
    /* color: #fff; */
/* } */

.contact_hour_common h2 {
   /*  color: #f7e088; */
    margin-bottom: 20px;
}

ul.list_con_common {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    flex-direction: column;
    display: flex;
    gap: 25px;
}

ul.list_con_common li,
ul.list_con_common li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}

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


.hours-bx h4 {
    color: #851c2d;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
.hours-bx p {
    color: #851c2d;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.hours-bx ul.list_con_common {
    margin-top: 15px;
    gap: 15px;
}

.hour_contact {
    position: relative;
    background: #ffffffd9;
    background-image: url(https://www.bengalisweetshicksville.com//wp-content/uploads/2025/08/hours-parallax.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.hours-bx-1 {
    width: 100%;
}
.hours-bx-1 h4 {
    color: #851c2d;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
.contact_hour_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sevice_text_body .section-title h2 {
    color: #f7e088;
}
.sevice_text_body p {
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 650px;
    color: #fff;
}
.services {
    background: #851c2d;
    position: relative;
    padding: 0;
}
.sevice_text_body ul.list-style li {
    color: #fff;
}
.sevice_text_body ul.list-style li:before {
    content: '';
    position: absolute;
    left: 2px;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #851c2d;
    width: 16px;
    height: 16px;
    background: #f7e088;
    border-radius: 100%;
    border: 5px solid #851c2d;
    outline: 2px solid #f7e088;
    top: 5px;
}
.catering-slider-right .slick-slide {
    padding: 0;
}
.catering-slider-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    margin-top: 0;
    bottom: 0;
    height: 100%;
}
.catering-slider-right div {
    height: 100%;
}
.services .section-title h6 {
    color: #ffffff;
}
.services ul.service_list li {
    color: #ffffff;
}
.sevice_text_body {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 70px 0;
}
.sevice_text_body ul.service_list {
    margin-bottom: 30px;
}
.catering-slider-bx img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
ul.service_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.service_list li {
    padding: 10px 0;
    display: flex;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #851c2d;
    align-items: center;
}
.ab-p-1 {
    height: 40vh;
}
.services .row {
    height: 100%;
}

.services .row .service_image {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.services .row .service_image:hover img {
    transform: scale(1.5);
}

.services .row .service_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.gallery-inner-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.food_gallery {
    background-color: #f2f2f2;
}

.food_gallery_image {
    margin-top: 50px;
}


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

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

.food_gallery_image .row {
    row-gap: 25px;
    justify-content: center;
}

.gallery_img {
    border-radius: 0;
    overflow: hidden;
}

.gallery-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.gallerY-btn .common_btn.white_btn {
    background-color: transparent;
    border-color: #fff;
}



/*-------------------------------------------------------------- 
# testimonials Css 
--------------------------------------------------------------*/
.testimonials-inner-sec {
    border-bottom: 1px solid #ccc;
}
.testimonials-inner-bx .testimonials-head {
    text-align: left;
}
.testimonials-inner-bx .testimonials-bx {
    padding: 25px;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 25px;
}
.testimonials-inner-bx .testimonials-star-ratings {
    margin-bottom: 15px;
}
.page-template-temp-home .testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials-new {
    position: relative;
    overflow: visible;
    padding: 0;
    z-index: 3;
    /* background: linear-gradient(36deg, rgb(31 68 139) 0%, rgb(18 40 82) 100%);
    background-image: url(../../assets/images/2149367126.png);
    background-size: cover;
    background-attachment: fixed;
    */
}

.testimonials-new:after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 0px);
}

.testimonials-new .container-fluid {
    position: relative;
    z-index: 1;
}

.testimonials-img img {
    transition: all 0.5s;
    height: 1200px;
    margin-top: -160px;
    margin-bottom: -160px;
    object-fit: cover;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
    /* background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    */
}

.testimonials-head {
    text-align: center;
}

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

.testimonials-bx {
    display: block !important;
}

.testimonial-rating-wrap h3 {
    font-size: 20px;
    color: #8e1326;
}

.testimonials-star-ratings {
    margin-bottom: 25px;
}

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

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

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

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

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

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

.testimonials-slider {
    max-width: 950px;
    margin-inline: auto;
    text-align: center;
    padding: 0 80px;
}

.testimonials-box-author {
    padding: 5px 0;
}

.testimonials-auther-content h3 {
    font-size: 30px;
    margin-bottom: 0;
    color: #8e1326;
}

.testimonials-body {
    padding: 0;
    min-height: 280px;
}

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

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

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

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

.testimonials-new p {
    font-size: 25px;
    margin: 15px 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}

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

.testimonials-star-ratings i {
    color: #eab923;
    font-size: 20px;
}

.testimonials-slider .slick-dots .slick-active button {
    background-color: #8e1326;
    width: 30px;
}

.testimonials-slider .slick-dots button {
    background-color: #8e132650;
}

.overlay-bx {
    background: #000000d9;
    padding: 40px;
}

.overlay-bx p {
    color: #fff;
}

.overlay-bx .section-title {
    margin-bottom: 25px;
}






















footer {
    padding: 70px 0 0;
    background-color: #ffffff;
}

.footer_head_tile {
    max-width: 277px;
}

footer h6 {
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    color: #851c2d;
    margin-bottom: 5px;
}

.footer_head {
    padding: 0 0 35px 0;
    border-bottom: 1px solid rgb(205 47 72 / 30%);
}

footer a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #000000;
    text-decoration: none;
        /* text-transform: capitalize; */
}

footer a:hover {
    color: #851c2d;
}
.footer_center_col .footer_links a,
.footer_body_tile .footer_links a {
    text-transform: capitalize;
}

.footer_body_tile h6 {
    margin-bottom: 30px;
}

.footer_body {
    position: relative;
    margin-top: 50px;
}

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

ul.footer_links li a:hover {
    color: #851c2d;
}

footer .col-md-4:last-child .footer_head_tile,
footer .col-md-4:last-child .footer_body_tile {
    width: 100%;
    padding: 0 0 0 119px;
    max-width: 100%;
}

footer .col-md-4:last-child .footer_body_tile {
    padding: 0 0 0 119px;
}

.footer_body .col-md-4:nth-child(2) .footer_body_tile {
    border-left: 1px solid #851c2d;
    border-right: 1px solid #851c2d;
    display: flex;
    justify-content: center;
}

.footer_center_col {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
}

.footer_body .col-md-4:nth-child(2) .footer_head_tile {
    max-width: 100%;
}

ul.social_links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.copy_right_bar ul.social_links li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy_right_bar {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 45px 0 0 0;
    border-top: 1px solid rgb(205 47 72 / 30%);
    align-items: center;
}

.copy_right_bar p {
    text-align: left;
    margin: 0;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
}

.map_footer iframe {
    width: 100%;
    height: 300px;
}

.contact_hour_image {
    border-top-left-radius: 0;
    overflow: hidden;
    border-bottom-left-radius: 0;
}

section.hour_contact .col-md-4:first-child .contact_hour_common {
    border-radius: 0px 25px 25px 0px;
}

section.hour_contact .col-md-4:last-child .contact_hour_common {
    border-radius: 25px 0px 0px 25px;
}
.cataring .section-title h6 {
    color: #000000;
}
.cataring_body ul.archive_head_list li {
    width: auto;
    flex: 0 0 20%;
    position: relative;
    min-width: 90px;
    max-width: 100%;
    padding-bottom: 15px;
}

.cataring_body ul.archive_head_list li:last-child {
    flex-grow: initial;
}

.cataring_body {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 50px 0 0 0;
}

.cataring_body .archive_tab_main {
    width: 100%;
    margin: 61px 0 0 0;
}
.cataring_body ul.archive_head_list li button.tablinks.active .meal_image:before{
    opacity:1;
}
.cataring_body ul.archive_head_list li button.tablinks.active img {
    filter: grayscale(0);
}

.archive_tab_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: center;
}




.catering-inner .archive_tab_grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.catering-inner .archive_tab_grid .meal_tile {
    flex: 0 0 calc(24% - 6px);
    padding: 20px 20px;
}
.catering-inner .meal_item span.dot_dash {
    display: none;
}
.meal_tile {
    border-radius: 5px;
    padding: 20px 20px;
    flex: 0 0 calc(25% - 25px);
    border: 1px solid rgb(255 255 255 / 29%);
    transition: all 0.5s;
}
.meal_tile:hover {
    transform: translate(0px, -10px);
}

.meal_item {
    display: block;
    text-align: center;
}

.meal_item span.dot_dash {
    flex-grow: 1;
    height: 1px;
    display: inline-block;
    margin: 12px 20px 0 0;
    border: 1px dashed #851c2d;
    display: none;
}
.meal_item_image {
    display: none;
}
.meal_item_image img {
    aspect-ratio: 1/1;
    max-height: 100px;
    object-fit: cover;
}
.meal_item h3 {
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
}

.meal_item h5 {
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
.cataring {
    background: #ffffff;
}
.btn-wrapper {
    margin-top: 50px;
}

.view_full_menu {
    text-align: center;
    margin: 40px 0 0 0;
}

.common_btn.pink_stroke {
    background-color: transparent;
    color: #851c2d;
}

.main_header {
    background-color: #851c2d;
    padding: 18px 0;
}
body {
    margin-top: 74px;
}
header.header {
    position: absolute;
    z-index: 99;
    transition: all 0.5s;
    top: 0;
    width: 100%;
    box-shadow: 4px 0 1px #f7df87;
}
header.header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}
.banner_texting {
    padding-top: 57px;
    padding-bottom: 60px;
}

.navbar-nav ul#menu-main-menu {
    display: flex;
    gap: 73px;
}

.navbar-nav ul#menu-main-menu li.menu-item a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    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;
}
.navbar-nav ul#menu-main-menu li.menu-item a:hover{
	color:#f7e088;
}
.navbar-nav ul#menu-main-menu li.menu-item a:after {
    background-color: #ffffff;
    position: absolute;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    transition: width 0.18s;
    width: 0;
}
.navbar-nav ul#menu-main-menu li.menu-item a:hover:after {
    background-color: #f7df87;
    width: 100%;
}
.Ticker-root {
    background-color: #851c2d;
    display: none;
}

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

.Ticker-root ul {
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
    align-items: center;
}

.Ticker-root ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
}

.Ticker-root ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about_us.about_full .about_text.about-common {
    align-items: flex-start;
}

section.about_us.about_full .about_text.about-common p {
    text-align: left;
    line-height: normal;
}

section.about_us.about_full {
    padding: 100px 50px;
}

section.about_us.about_full p {
    margin: 0;
}

section.inner_banner {
    padding: 100px 50px;
    background-color: #851c2d;
    border-top: 4px solid #fff;
}

section.inner_banner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 73px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
}

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

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

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: hsl(350.51deg 62.7% 49.41% / 37%);
    overflow: hidden;
}

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

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

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

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

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

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

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

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

.inner-banner-cn .section-title {
    margin-bottom: 15px;
}
.inner-banner-cn h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.section-title h1 {
    color: #851c2d;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 35px;
}

.section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #851c2d;
    margin-bottom: 0px;
    bottom: 0px;
    border-radius: 50px;
}
.inner-banner-cn p {
    color: #000000;
}

.inner-banner-cn {
    max-width: 550px;
}
section.inner-banner.bg-light-yellow .inner-banner-cn {
    padding: 70px 0;
}

.inner-banner-img {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 50%;
    padding: 0;
    height: 100%;
}
.page-template-temp-about .inner-banner-img img {
    height: 350px;
}
.inner-banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.long-island-bx {
    text-align: center;
    margin-inline: auto;
    margin-top: 25px;
}
.catering-menu-inner {
    background: #851c2d;
}
.menu-b-new {
    background-image: url('https://www.bengalisweetshicksville.com/wp-content/uploads/2025/08/bg-ban-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.menu-b-con {
    max-width: 550px;
    background: hsl(0deg 0% 100% / 85%);
    padding: 40px;
    text-align: left;
}
.dine-parallax-cn .section-title {
    margin-bottom: 15px;
}
.let-sec {
    background: #f2f2f2;
}
.let-sec .section-title h2 {
    margin-bottom: 15px;
}
.catering-menu-inner {
    background: #851c2d;
}
.center-cn-bx {
    max-width: 1150px;
    margin-inline: auto;
    text-align: center;
}
.parallax-section {
    min-height: 400px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.parallax-section .text-bx {
    padding: 25px;
    width: 100%;
    max-width: 520px !important;
    border: 0px;
    background: #fffaec;
}

.parallax-section .text-bx .section-title {
    margin-bottom: 15px;
}

.cta-section {
    background: #851c2d;
}

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

.cta-bx .section-title {
    margin-bottom: 15px;
}

.cta-bx p {
    color: #fff;
}

.catering-slider-inner .section-title {
    margin-bottom: 50px;
}

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

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

.catering-nav {
    margin-bottom: 40px;
}

.catering-nav-bx p {
    background: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    border: 1px solid #851c2d4a;
}

.catering-nav-bx.slick-slide.slick-current.slick-active p {
    background: #851c2d;
    color: #fff;
}
.catering-form {
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}
.catering-form-bx {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 0 13px #bebebe7a;
}
.catering-form-bx label {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

.catering-form-bx .section-title {
    margin-bottom: 30px;
}

.form-group {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.catering-menu-bx .nav.nav-tabs {
    border: none;
    justify-content: center;
}
.catering-menu-bx .nav.nav-tabs li button {
    color: #ffffff;
    padding: 10px 12px;
    display: block;
    border-color: transparent;
    background: transparent;
    position: relative;
    font-weight: 500;
}
.catering-menu-bx button.active {
    color: #ffffff !important;
}

.catering-menu-bx .nav.nav-tabs li button:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 100%;
    height: 1px;
    display: block;
    background: #fff;
    bottom: 0;
    width: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateX(-50%);
}

.catering-menu-bx .nav.nav-tabs li button.active:before {
    opacity: 1;
    width: 100%;
}

.catering-menu-bx .tab-pane ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.catering-menu-bx .tab-pane ul li {
    flex: 0 0 calc(33.3333% - 15px);
    background: #fff;
    padding: 15px;
    border: 1px solid #851c2d6b;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.5s;
}

.catering-menu-bx .tab-pane ul li:hover {
    transform: translate(0px, -10px);
    box-shadow: 2px 2px 2px #ccc;
}

.catering-menu-bx .tab-pane h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.center-cn-bx p:last-child {
    margin: 0;
}

.catering-menu-bx .tab-pane p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.catering-menu-head {
    margin-bottom: 25px;
}

.catering-menu-bottom {
    position: relative;
    margin-top: 50px;
    text-align: center;
    max-width: 650px;
    margin-inline: auto;
}
.long-island-bx h3 {
    font-size: 22px;
    font-weight: 600;
    max-width: 800px;
    margin-inline: auto;
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
}
.long-island-bx h3 span {
    color: #851c2d;
}
.long-island-bx p {
    font-weight: 500;
}
.catering-menu-bottom h3 {
    color: #ffffff;
    font-size: 30px;
}
.catering-menu-bottom .section-title {
    max-width: 750px;
    margin-inline: auto;
}

.catering-menu-bottom * {
    position: relative;
    z-index: 1;
}

.catering-menu-bottom .section-title {
    margin-bottom: 25px;
}

.catering-menu-bottom p {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.catering-menu-bottom p a {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.dine-in-slider {
    height: 100%;
}
.dine-in-slider div {
    height: 100%;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.inner-banner.dine-in-top {
    padding: 70px 0;
}
.dine-parallax {
    position: relative;
}
/* .dine-parallax:before {
    background: #000000;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
} */
.dine-parallax .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.dine-parallax-cn {
    max-width: 550px;
    text-align: left;
    background: rgb(0 0 0 / 80%);
    padding: 40px;
}
.dine-in-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    margin-inline: auto;
    width: 100%;
}

.contact-section-3 {
    background: #f2f2f2;
    position: relative;
}
.cc-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    text-align: center;
}

.cc-img img {
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border-radius: 0;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.contact-main-3 {
    padding: 50px;
    background: #ffffff;
}

.form-control:focus {
    box-shadow: none;
    border-color: #851c2d;
}

.contact-main-3 .section-title {
    margin-bottom: 25px;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 18px;
}

.map-section {
    padding: 0;
    margin-bottom: -12px;
}

.contact-cn-2 {
    display: flex;
    justify-content: space-between;
}

.contact-cn-2 .section-title {
    max-width: 400px;
}

.contact-cn-2 p {
    max-width: 550px;
    flex: 0 0 50%;
    margin: 0;
}

.contact-add-ic {
    background: #851c2d;
    width: 75px;
    height: 75px;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 30px;
}

.contact-add-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-add-cn p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.contact-add-cn p a {
    color: #000000;
    font-weight: 500;
}

.contact-main-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.contact-section-2 {
    padding: 100px 0;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-add-box {
    border-right: 1px solid #313d3d4d;
    margin-right: 20px;
}

.textarea-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
}

.contact-add-box:last-child {
    border-right: 0px solid #313d3d4d;
    margin-right: 0px;
}
.inner-banner {
    padding: 0;
    position: relative;
}

.inner-banner-2 {
    padding: 0;
    position: relative;
    background: #fffaec;
}

.inner-img-2 img {
    border-radius: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.inner-img-2 {
    position: relative;
    overflow: hidden;
}

.inner-img-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
}

.inner-ban-2 {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-ban-2 .section-title h1 {
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 35px;
}

.food-gallery-inner .food_gallery_image {
    margin-top: 0;
}

.our-menu .row {
    row-gap: 24px;
}

.our-menu .menu-wrapper {
    border: 2rem solid #fff;
    border-image: url("https://www.bengalisweetshicksville.com/wp-content/uploads/2025/07/image-5.png");
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
}

.our-menu .description {
    margin-bottom: 12px;
    display: block;
}

.our-menu .nav-tabs {
    justify-content: center;
}

.our-menu .nav-tabs .nav-link {
    border-radius: 4px;
    color: #000;
    user-select: none;
    background-color: transparent;
    min-width: max-content;
    padding: 8px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
    border-radius: 0;
}

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

.our-menu .nav-tabs .nav-link.active {
    padding-bottom: 8px;
    border-color: #851c2d;
    color: #851c2d;
}

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

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

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

.our-menu .menu-item .card {
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    scale: 0.9;
    opacity: 0;
    animation: 400ms menu-zoomIn cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1;
    animation-delay: calc(100ms * var(--i));
}

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

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

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

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

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

.our-menu .section-title h2 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 30px;
}

.our-menu .menu-item .title>* {
    font-weight: bold;
}

.our-menu .menu-item .title h4 {
    font-size: 18px;
    font-weight: 600;
}

.our-menu .menu-item .price {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #851c2d;
}

.our-menu .nav-tabs .nav-link {
    font-weight: 600;
}

.our-menu .row .col-12 {
    margin-block: 12px;
}

.menu-bottom-text {
    text-align: center;
    color: #fff;
}






.menu-inner-sec ul.nav.nav-tabs {
    gap: 25px;
    border: none;
    row-gap: 15px;
    max-width: 950px;
    margin-inline: auto;
}
.menu-inner-sec .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.menu-inner-sec .menu-item .title h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
}
.menu-inner-sec .menu-item .price span {
    font-size: 16px;
}
.center-cn-bx ul.list-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}

.quick-access-bar {
    display: none;
    grid-template-columns: 50% 50%;
    gap: 0px;
    padding: 0px;
    text-align: center;
}

.quick-access-bar a {
    background-color: #f7e088;
    padding: 10px 0px;
    display: inline-flex;
    border-radius: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #000;
    text-decoration: none;
    border: 0px;
    text-align: center;
    justify-content: center;
}

.quick-access-bar a:last-child {
    background: #851c2d;
    color: #fff;
    border: 1px solid #f7e088;
}

.char_msg {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
}	
	.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 #851c2d;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.private-policy-cn a {
		display: inline-block;
		margin-bottom: 15px;
		font-weight: 600;
		margin-left: 0;
	}
	.inner-banner-4 {
		background: #f2f2f2;
	}
	.gift-bx {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
	.inner-banner-4 .gallery_img {
		height: 220px;
	}
	.inner-banner-4 .gallery_img img {
		height: 100%;
		object-fit: cover;
		transition: all 0.5s;
		width: 100%;
	}
	.inner-banner-3 {
		background: #f2f2f2;
		padding: 90px 0 30px 0;
	}
	.inner-ban-3 {
		text-align: center;
		max-width: 950px;
		margin-inline: auto;
	}
	.inner-ban-3 .section-title h1 {
		color: #851c2d;
	}
	.inner-ban-3 .section-title h1::after {
		margin-inline: auto;
		right: 0;
		left: 0;
		background: #851c2d;
	}
	.food-gallery-inner {
		border-bottom: 1px solid #ddd;
		padding-bottom: 100px;
	}
	.section-title.text-white h1 {
		color: #fff;
	}
	.section-title.text-white h1::after {
		background: #ffffff;
	}

	.about-strip-sec {
		position: relative;
		padding: 0;
		background: #f2f2f2;
	}
	.about-strip-cn .section-title {
		margin-bottom: 15px;
	}
	.about-strip-cn {
		padding-block: 70px;
		padding-left: 0;
		padding-right: 50px;
	}
	.strip-container {
		display: flex;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		min-height: 537px;
		bottom: 0;
		right: 0;
		max-width: 50%;
	}

    .strip {
      flex: 1;
      background-size: cover;
      background-repeat: repeat-y;
      animation-duration: 40s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
    }

    .strip:nth-child(1) {
      background-image: url('https://www.bengalisweetshicksville.com/wp-content/uploads/2025/08/Group-173.jpg');
      animation-name: scrollUp;
    }

    .strip:nth-child(2) {
      background-image: url('https://www.bengalisweetshicksville.com/wp-content/uploads/2025/07/ss-2.jpg');
      animation-name: scrollDown;
    }

    .strip:nth-child(3) {
      background-image: url('https://www.bengalisweetshicksville.com/wp-content/uploads/2025/07/ss-3.jpg');
      animation-name: scrollUp;
    }

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

    @keyframes scrollDown {
      0% { background-position-y: 0; }
      100% { background-position-y: 100%; }
    }
	
	
	.timeline-section .container {
		position: relative;
		z-index: 2;
	}
	
	.desktop-hide {
		display: none;
	}
	
	
	
	
	
	
	.mobile-req-btn {
		display: none;
	}
	


.page-template-thank-you .thk {
        border-bottom: 1px solid #ccc;
}


@media (max-width: 1269px) {
	.mobile-req-btn {
		padding-right: 65px;
		display: inline-block;
	}
	body {
		margin-top: 0;
	}
	header.header {
		position: relative;
	}
    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }
    #mobmenuright a {
        padding: 10px 9px;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 17px !important;
        line-height: normal !important;
        color: #fff !important;
        text-decoration: none !important;
        font-family: "Open Sans", sans-serif !important;
        border-bottom: 1px solid #eeeeee1a;
    }
    .menu-item-872 {
        position: relative;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #851c2d !important;
        height: 40px;
        width: 40px;
        background: #f7e088;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }
    .mobmenu-right-panel {
        background-color: #851c2d !important;
    }
    .mob-icon-menu:before {
        margin: 0 !important;
    }
    .mobmenu r-container i {
        color: #ffffff !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
    }
    ul#mobmenuright {
        margin-top: 35px !important;
    }
    .mob-menu-logo-holder {
        display: none !important;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }
    .mobmenu .headertext {
        display: none;
    }
    body.mob-menu-slideout-over {
        padding: 0px !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #a31c31 !important;
    }
    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #f7e088 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }
    .mob-expand-submenu i {
        color: #851c2d !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #851c2d !important;
    }
    .mob-expand-submenu i {
        font-size: 18px !important;
        margin-top: 1px !important;
    }
    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }
    .mobmenur-container i {
        color: #851c2d !important;
    }
    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
		position: absolute;
		right: 0px;
		top: 85px !important;
		background: #f7e088;
		height: 40px;
		width: 40px;
		display: grid;
		place-items: center;
		margin-right: 15px !important;
		font-size: 10px !important;
	}
    .mobmenu-content li {
        border: 0px !important;
    }
    .mobmenu-right-panel {
        width: 280px !important;
    }
    #header .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 10px;
    }
    .quick-access-bar {
        display: grid;
    }
    .Ticker-root {
        display: none;
    }
    .right_btn {
        display: none;
    }
    .logo_bx {
        max-width: 256px;
        margin: 0;
    }
    .logo_bx img {
        max-width: 120px;
    }
    .ban-head {
        max-width: 50%;
    }
    .ban-head h1, .ban-head h2 {
        font-size: 45px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    ul.service_list li {
        font-size: 14px;
    }
    .our-menu .nav-tabs {
        display: flex !important;
        justify-content: center;
        flex-wrap: nowrap;
        justify-content: start !important;
        overflow: scroll;
        gap: 1em !important;
    }
	.left-bx, .right_btn {
		display:none;
	}
	.logo_bx {
		max-width: 256px;
		position: relative;
		left: 0;
		transform: none;
		top: 0;
	}
	.main_header {
		background-color: #851c2d;
		padding: 15px 0;
	}
   .menu-b-new,
   .dine-parallax,
   .dine-in-sec.bg-image,
   .hour_contact {
        background-attachment: inherit;
    }
}

@media (max-width: 991px) {
	.dine-parallax-cn {
		padding: 25px;
	}
	.dine-cn-3 {
		margin-top: 25px;
	}
	.archive_tab_main .tabcontent {
		padding: 25px;
	}
	.copy_right_bar p a {
		display: inline-block;
	}
	.mobile-hide{
		display:none;
	}
	.desktop-hide {
		display: block;
	}
	.about-strip-cn .section-title h1::after{
		margin-inline: auto;
		right: 0;
		left: 0;
	}
	.copy_right_bar p {
		text-align: center;
	}
	.cataring_body ul.archive_head_list li button.tablinks .meal_image {
		margin-inline: auto;
	}
	.inner-banner-4 .row {
		flex-direction: column-reverse;
	}
	.gift-bx {
		margin-bottom: 25px;
	}
	.dine-parallax {
		position: relative;
		background-attachment: inherit;
	}
	.catering-slider-right {
		position: relative;
		width: 100%;
		height: 100%;
	}
    .inner-banner-cn {
        max-width: 100%;
    }
    .inner-banner-cn .section-title h1 {
        font-size: 35px;
    }
    .page-id-88 .inner-banner-img img {
        max-height: 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }
    .parallax-section .text-bx {
        padding: 20px;
    }
    .inner-banner-img {
        padding-right: 0px;
    }
    .inner-banner-img img {
        max-height: 100%;
        max-width: 100%;
    }
    .about-head {
		margin-bottom: 15px;
		margin-inline: auto;
	}
    .about_image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        max-width: 400px;
        margin: auto;
    }
    section {
        padding: 40px 0;
    }
    .banner-main .banner-image .bg-big {
        height: 100%;
    }
    .banner-text .container {
        width: 100%;
        max-width: 100%;
    }
    .about-head {
        text-align: center;
    }
    .about-head .section-title {
		text-align: center;
		max-width: 80%;
		margin-inline: auto;
	}
    .about_text {
        text-align: center;
        margin-top: 0;
    }
    .archive_tab_grid .meal_tile {
		flex: 0 0 calc(100% - 25px);
	}
    .archive_tab_grid {
        gap: 15px;
    }
    .contact_hour_image:after,
    .contact_hour_image {
        display: none;
    }
    .hour_contact .contact_hour_common {
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-right: auto;
		padding: 25px 25px;
	}
    .sevice_text_body {
        margin-bottom: 0;
    }
    footer .col-md-4:last-child .footer_head_tile,
    footer .col-md-4:last-child .footer_body_tile {
        padding: 0;
    }
    .footer_head_tile {
        text-align: center;
        margin-inline: auto;
    }
    .footer_head .row {
        gap: 24px;
    }
    .hide-mobile {
        display: none;
    }
    .footer_body_tile h6 {
        text-align: center;
    }
    .copy_right_bar {
        flex-direction: column-reverse;
        align-items: center;
        gap: 8px;
    }
    .cataring_body ul.archive_head_list li {
        max-width: 100%;
    }
    .cataring_body ul.archive_head_list {
        width: 100%;
        min-width: 100%;
        overflow: scroll;
    }
    .cataring_body ul.archive_head_list li::after {
        display: none;
    }
    .cataring_body ul.archive_head_list li:has(button.tablinks.active)::after {
        display: none;
    }
    .archive_tab_grid {
        margin: 0px;
    }
    .cataring_body ul.archive_head_list li {
		min-width: max-content;
		max-width: 100%;
	}
    .cataring_body ul.archive_head_list li button {
        width: -webkit-fill-available;
    }
    .cataring_body ul.archive_head_list li button span {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }
    .meal_image {
        margin: 0 0 8px 0;
    }
    .cataring_body .archive_tab_main {
        margin: 40px 0 0 0;
    }
    .hour_contact {
		background-attachment: inherit;
	}
    .footer_body {
        margin-top: 25px;
    }
    .copy_right_bar {
        margin: 25px 0 0 0;
    }
    .center-cn-bx ul.list-style {
        column-gap: 25px;
        justify-content: center;
    }
    .center-cn-bx ul.list-style li {
        width: auto;
        text-align: left;
    }
    .catering-menu-bx .tab-pane ul li {
        flex: 0 0 calc(49.3333% - 15px);
    }
    .catering-menu-bx .tab-pane h3 {
        font-size: 25px;
    }
    .char_msg {
        flex-direction: column;
    }
    .food-gallery-inner .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 0px 10px;
    }
    .food_gallery_image .col-md-3 {
        all: unset;
    }
    .inner-img-2 img {
        border-radius: 25px;
    }
    .inner-ban-2 .section-title h1 {
        font-size: 30px;
    }
    .inner-banner-2 {
        padding: 0px;
    }
    .inner-img-2 {
        border-radius: 0px;
    }
    .inner-banner-2 .container-fluid {
        padding: 0;
    }
    .cc-img {
        display: none;
    }
    .contact-main-3 {
        padding: 25px;
    }
    .contact-main-2 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 38px;
    }
    .contact-add-box {
        border: 0px;
    }
	.sevice_text_body {
		height: auto;
		padding: 35px 0;
	}
	.sevice_text_body ul.list-style {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		column-gap: 20px;
	}
	.hour_contact .contact_hour_common {
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-right: auto;
	}
	.sevice_text_body {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.about-strip-bx {
		display: none;
	}
	.about-strip-cn {
		padding-block: 35px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.inner-banner-img {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 100%;
	}
	.inner-banner-cn {
		padding: 35px 0;
	}
	.catering-inner .archive_tab_grid .meal_tile {
		flex: 0 0 calc(50% - 8px);
	}
	.long-island-bx h3 {
		font-size: 18px;
	}
	.inner-banner.dine-in-top .row {
		flex-direction: column-reverse;
	}
	.inner-banner.dine-in-top {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.services {
		padding-top: 35px;
	}
	.menu-b-new {
		background-attachment: inherit;
	}
	.menu-b-con {
		padding: 25px;
	}
	header.header.fixed-header {
		position: inherit;
	}
	.inner-banner.dine-in-top .inner-banner-cn {
		padding: 0;
	}
}

@media (max-width:769px) and (max-width: 768px) {
    .catering-form .col-md-7 {
        width: 100%;
    }
     .menu-item-img {
        text-align: center;
    }
    .menu-item-img img {
            width: 53%;
    }
    
}
@media (max-width: 768px) {
	.catering-menu-bottom h3 {
		font-size: 25px;
	}
	.testimonials-slider {
		padding: 0;
	}
	.gallery-inner-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.hour_contact {
		background-attachment: inherit;
	}
	.hour_contact .contact_hour_common {
		align-items: center;
		justify-content: center;
		gap: 40px;
		margin-right: auto;
		border: 2px solid #851c2d;
	}
	.services {
		padding-top: 0;
	}
	.catering-inner .archive_tab_grid .meal_tile {
		flex: 0 0 calc(100% - 8px);
	}
    .contact-add-box {
        margin-right: 20px;
        border: 0px;
        flex-direction: column;
        text-align: center;
        width: 100%;
        margin: 0px;
    }
    .contact-main-2 {
        grid-template-columns: 1fr;
    }
    .ban-head h1, .ban-head h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .ban-head .common_btn {
        padding: 5px 10px;
        font-size: 15px;
    }
   .about-contact {
		margin-top: 10px;
		margin-bottom: 20px;
	}
    .about-head .common_btn {
        margin-top: 14px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .cataring_body ul.archive_head_list {
        gap: 30px;
    }
    .meal_tile {
        padding: 15px 15px;
    }
	.sevice_text_body p {
		text-align: center;
		margin-bottom: 10px;
	}
	.ban-head p{
		display:none;
	}
	.banner-slide.banner-5 .ban-head h2 {
		display: block;
	}
	.section-title h6 {
		font-size: 16px;
	}
	.banner-slide.banner-4 .ban-head{
		max-width: 50%;
		padding: 15px;
	}
	.menu-item-bx .row:nth-child(2) .col-lg-6 {
		width: 100%;
	}
	.menu-item-bx .row:nth-child(2) {
		column-gap: 0;
	}
	.testimonials-head .section-title {
		margin-bottom: 25px;
	}
	.btn-wrapper {
		margin-top: 25px;
	}
	.menu-title h2 {
		font-size: 25px;
	}
	.menu-card-header .title h4 {
		font-size: 16px;
	}
	.menu-card-header .price span {
		font-size: 16px;
	}
     .inner-banner-3 {
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 575px) {
	.gallery-inner-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.section-title h1 {
		font-size: 25px;
	}
	.meal_item_image {
		display: none;
	}
	.banner-slide.banner-4 .ban-head h2 {
		font-size: 20px;
	}
	.banner-slide.banner-5 .ban-head h2 {
		display: block;
	}
	.inner-banner-4 .gallery_img {
		height: 175px;
	}
    .contact-add-ic {
        width: 60px;
        height: 60px;
        padding: 15px;
        border-radius: 50%;
    }
    .contact-add-cn h3 {
        font-size: 20px;
    }
    .contact-section-2 {
        padding: 35px 0;
    }
    .inner-ban-2 .section-title h1 {
        font-size: 25px;
    }
    .inner-img-2 img {
        height: 135px;
    }
    .form-bottom {
        justify-content: start;
        align-items: center;
        padding: 0;
    }
    .catering-menu-head {
        margin-bottom: 12px;
    }
    .catering-menu-bx .tab-pane h3 {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .catering-menu-bx .tab-pane ul {
        gap: 13px;
    }
    .catering-menu-bx .tab-pane ul li {
        flex: calc(100% - 69%);
        padding: 8px;
    }
    .center-cn-bx {
        margin-inline: auto;
        text-align: left;
    }
    .center-cn-bx ul.list-style li {
        width: 100%;
        text-align: left;
    }
    .our-menu .menu-wrapper {
        padding: 0px;
    }
    .page-id-88 .inner-banner-img img {
        margin-bottom: 0px;
    }
    .inner-banner .slick-initialized .slick-slide {
        display: block;
        padding-left: 0px;
    }
    .inner-banner-cn .section-title h1 {
        font-size: 25px !important;
    }
    .ban-head h1, .ban-head h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .banner-main .slick-dots {
        bottom: 2px;
        left: 0;
        gap: 0px;
    }
    section {
        padding: 35px 0;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .about-contact p {
        font-size: 22px;
    }
    .meal_tile {
        padding: 10px;
    }
    .meal_item h5 {
        font-size: 18px;
    }
    ul.service_list {
        grid-template-columns: 1fr;
    }
    .sevice_text_body p {
        margin-bottom: 10px;
    }
    .sevice_text_body ul.service_list {
        margin-bottom: 17px;
    }
    .sevice_text_body {
        margin-bottom: 0;
    }
    .services .col-lg-6 .row>.col-md-6:nth-child(2) .service_image img {
        display: none;
    }
    ul.service_list li {
        font-size: 17px;
    }
    .food_gallery_image {
        margin-top: 25px;
    }
    .gallery-btn {
        margin-top: 30px;
    }
    footer {
        padding: 35px 0 0;
    }
    .inner-banner-cn .section-title h1 {
        font-size: 30px;
    }
    .inner-banner-cn {
        max-width: 100%;
    }
    .inner-banner .row {
        row-gap: 25px;
    }
    .our-menu .section-title h2 {
        font-size: 25px;
    }
    .our-menu .menu-item .card {
        padding: 5px;
    }
    .our-menu .section-title h2 {
        font-size: 22px;
    }
    .catering-form-bx {
        padding: 15px;
    }
    .catering-form-bx .form-control {
        border-radius: 0;
    }
    .catering-form-bx label {
        margin-bottom: 5px;
    }
    .catering-form-bx textarea.form-control {
        min-height: 50px;
    }
    .section-title h2 {
		font-size: 25px;
		line-height: normal;
	}
    .contact-main-3 .section-title h2 {
        margin-bottom: 7px !important;
        font-size: 24px !important;
    }
    /* .unset-padding {
        padding: 0;
    } */
	.meal_item h3 {
		margin: 0;
	}
	.about-card-cn h3 {
		font-size: 20px;
	}
	.about-card-cn h3 br{
		display:none;
	}
    .about-us-sec .row {
            row-gap: 22px;
    }
   .mobile-req-btn a,
   .quick-access-bar a {
    font-size: 1rem !important;
   }
   
	.mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
		top: 72px !important;
	}
    .gallery-inner-wrap .gallery_img:nth-child(5) {
        display: none;
    }
}
@media (max-width: 475px) {
	.dine-in-bx {
		padding: 20px;
	}
	.order-cta {
		font-size: 16px;
	}
	
	.order-cta img {
		height: 14px;
	}
	.mobile-req-btn a {
		font-size: 14px;
		padding: 8px 16px;
	}
	.banner-slide.banner-4 .ban-head h2{
		font-size: 14px;
	}
	.ban-head h1, .ban-head h2 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.ban-head .common_btn {
		padding: 2px 6px;
		font-size: 10px;
		line-height: inherit;
	}
	.banner-slide.banner-4 .ban-head {
		padding: 15px;
		background: #851c2de6;
		max-width: 50%;
	}
	.logo_bx img {
		max-width: 95px;
	}
	
	.thumbnail img {
		transition: all 0.5s;
		max-height: 100px;
		margin-bottom: 10px;
		width: auto;
	}
	.menu-item-name h3 {
		font-size: 20px;
	}
	.menu-new .btn-bx {
		margin-top: 25px;
	}
}

/* @media (max-width: 600px) {
    .banner-text {
        top: 45%;
    }
    .banner-main .banner-image .bg-big {
        height: auto;
    }
    .ban-head h1 {
        font-size: 18px;
    }
    .banner-main .slick-dots {
        bottom: 0;
    }
    .banner-main .common_btn {
        padding: 5px 12px;
        font-size: 14px;
    }
    section {
        padding: 50px 0;
        overflow: hidden;
    }
    .cataring_body ul.archive_head_list li {
        min-width: 160px;
    }
    .cataring_body ul.archive_head_list {
        overflow: scroll;
    }
    .meal_item {
        flex-direction: column;
        text-align: center;
    }
    .view_full_menu {
        margin: 0;
    }
} */

