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

:root {
    --clr-primary-main: #256286;
    --clr-primary-dark: #071c4d;
    --clr-primary-light: #eef6f1;
    --clr-primary-text: #0c0200;
    --clr-secondary-main: #e01e26;
    --clr-secondary-dark: #000702;
    --clr-secondary-light: #fff0ee;
    --clamp-title: clamp(1.5rem, 3vw, 38px);
    --clamp-sub-title: clamp(1.25rem, 2.4vw, 24px);
    --clr-black: #000;
    --clr-dark: #101010;
    --clr-body: #1e1e1e;
    --clr-white: #fff;
    --clr-gray: #808080;
    --clr-gray-100: #f8f8f8;
    --clr-gray-200: #f2f2f2;
    --clr-gray-300: #ededed;
    --clr-gray-400: #d8d8d8;
    --clr-gray-500: #ccc;
    --clr-gray-600: #bfbfbf;
    --clr-gray-700: #a1a1a1;
    --clr-gray-800: #9d9d9d;
    --clr-gray-900: #909090;
    --clr-link: #646cff;
    --clr-link-hover: #535bf2;
    --font-title: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --font-body: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --smooth-shadow:
        0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
        0px 1.4px 2.1px rgba(0, 0, 0, 0.009),
        0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
        0px 3.5px 5.2px rgba(0, 0, 0, 0.013),
        0px 5px 7.5px rgba(0, 0, 0, 0.015),
        0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
        0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
        0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
        0px 22.5px 33.8px rgba(0, 0, 0, 0.024),
        0px 40px 60px rgba(0, 0, 0, 0.03);
    --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    --elevation-1: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    --elevation-2: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    --elevation-3: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    --elevation-4: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    --clamp-btn: clamp(1em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
    --clamp-box: clamp(1rem, 3vw, 1.25rem);
    --overlay-linear: linear-gradient(hsl(0 0% 0% / 85%), hsl(0 0% 0% / 85%));
    --overlay-secondary-and-dark: linear-gradient(hsl(90.87deg 89.61% 30.2% / 50%), hsl(0 0% 0% / 85%));
    --section-padding: clamp(28px, 4vw, 40px);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;

}

.error {
    color: red;
    display: inline-block;
    text-align: left;
}

li {
    list-style-type: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
    text-decoration: none;
    color: #121521;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;

}

button {
    outline: 0 !important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

section {
    padding: 60px 0;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
}

p:last-child {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
    /* font-weight: normal !important; */
    color: #121521;
}

.bold-font {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
}

.subhead {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
}

.bg-fefefe {
    background-color: #fefefe;
}

.bg-f4f9fd {
    background-color: #f4f9fd;
}

.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn {
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 25px 12px 25px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    font-size: 14px;
    transition: 0.5s;
}

.banner-slider .slick-arrow {
    height: 50px;
    width: 50px;
    z-index: 999;
}

.banner-slider .slick-arrow::before {
    display: none !important;
}

.banner-slider .slick-prev {
    background-image: url(../images/slider-left-arrow-wt.png) !important;
    background-size: 30% auto !important;
    background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 10px;
}

.banner-slider .slick-next {
    background-image: url(../images/slider-right-arrow-wt.png) !important;
    background-size: 30% auto !important;
    background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    right: 10px;
    /* filter: grayscale(100%) brightness(0); */
}



.common-btn {
    background: #cc2520;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 25px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    letter-spacing: 1.5px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.white-btn {
    background: #fff;
    color: #000;
}

.green-btn {
    background: #256286;
}

.yellow-btn {
    background: #f8c41c;
    color: #000;
}

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

.dark-btn {
    background: #000;
}

.header-new {
    background-color: #fff;
}

header {
    /* position: absolute;
    top: 0;
    width: 100%;
    left: 0; */
    /* background: #F7F4EC;
    padding: 15px 0; */
}

h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
}

.green-colr {
    color: #089ac6;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 999;
}

.right-hd-btn {
    display: none;
}

.logo.logo-change img {
    width: 170px;
}

.logo {
    margin: 0 20px;
    position: relative;
}

.logo-change a {
    opacity: 0;
}

.logo-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sectionheading h4 {
    text-transform: uppercase;
}

.header-scroll .logo img {
    width: auto;
    height: 60px;
}

.logo-change .logo-white {
    opacity: 1;
}

.header-scroll .logo-white {
    opacity: 1;
}

.header-messgae {
    padding: 10px 0;
    background: #cc2520;
}

.header-messgae p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.call-left a {
    font-size: 24px;

}

.call-left a i {
    color: #B6A06C;
    margin-right: 10px;
    font-size: 20px;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding: 0 30px;
}

.navbar-brand img {
    width: auto;
    position: relative;
    z-index: 99;
    height: 120px;
}

.navbar>.container {
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav>li:not(:last-child)>a::after {
    content: "*";
    line-height: 1em;
    color: #e9003f;
    position: absolute;
    top: calc(50% + 4px);
    right: -3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 5px 0;
    background: #256286;
    border-bottom: 1px solid #ddd;
}


.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    flex-wrap: wrap;

}

.right-top ul {
    display: flex;
    align-items: center;
}

.right-top ul li {
    color: #000;
    margin-left: 14px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.right-top ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-left: 5px;
}

.right-top ul li.book-btn {
    font-size: 16px;
}

.right-top ul li.book-btn a {
    color: #000;
    background: #f8c41c;
    padding: 2px 10px;
    border-radius: 4px;
}

.right-top ul li.book-btn a i {
    color: #000;
}

.right-top ul li i {
    color: #f8c41c;
}

.call-num li:first-child {
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.call-num li {
    line-height: 12px;
}

.social-top {
    display: flex;
    justify-content: center;
}

.social-top a {
    display: flex;
    height: 30px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 10px;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.social-top a i {
    margin-right: 5px;
    font-size: 15px;
    margin-bottom: 0;
}

.social-top a.fb-icon {
    color: #000;
    border-color: #f8c41c;
    background: #f8c41c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-top a.yelp-icon {
    background: #f8c41c;
    color: #000;
    border-color: #f8c41c;

}

.text-center.menu-btn {
    text-align: left !important;
    margin-top: 20px;
}

.banner img {
    width: 100%;
}

.banner-img {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

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

.slide-catering .vertical-text {
    transform-origin: -29% 37% 0px;
}

.banner-text-inner {
    padding-left: 80px;
    padding-right: 60px;
}

.banner-text-inner h2 {
    color: #fff;
    margin-bottom: 10px;
}

.banner-text-inner h4 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-text-inner p {
    color: #fff;
}

.banner {
    position: relative;
}

.bounce {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 9;
    width: 30px !important;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

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

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

.abs-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
}

.abs-banner h1 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: 600;
}

.subheading {
    font-family: 'Yellowtail', cursive !important;
    font-size: 30px;

}

.banner {
    position: relative;
    padding: 0;
}

/* .banner::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#000;
    opacity: 0.6;
    left: 0;
    top: 0;
} */
.banner-left-text {
    min-height: 700px;
    display: flex;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
}

.vertical-text {
    z-index: 7;
    white-space: nowrap;
    font-size: 48px;
    line-height: 56px;
    font-weight: 200;
    color: #fff100;
    letter-spacing: 0px;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    border-bottom-width: 0px;
    border-bottom-width: 0px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 0% 48% 0px;
    top: 62%;
    position: absolute;
    left: 11%;
    border-bottom: 1px solid #f8c41c;
    padding-bottom: 10px;
    transform-origin: -10% 80% 0px;
}

.banner-slide {
    position: relative;
}

.banner-slide::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    background: #089ac6;
    opacity: 1;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
    width: 53%;
    height: 100%;
}

.banner-bullet li {
    width: 50%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding: 5px 0 5px 25px;
    position: relative;
}

.banner-bullet li::before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff100;
}

.slide-catering::before {
    background: #ed1c24
}

.banner-bullet {
    display: flex;
    flex-wrap: wrap;
}

.banner-bullet li::after {
    content: "";
    height: 8px;
    border-radius: 50%;
    width: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff100;
}

.banner-slide .container {
    position: relative;
    z-index: 99;
}

.mobile-order-btns {
    display: none;
}

.about-sec {
    background: #256286;
    position: relative;
}

.about-sec::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: url(../img/about-img.jpg) center center no-repeat;

}

.about-sec .subheading {
    color: #f8c41c;
    margin-bottom: 10px;
}

.about-sec h2,
.about-sec p {
    color: #fff;
}

.about-text {
    padding: 0;
}

/* .menu-outer{
     text-align: center;
     display: flex;
     flex-wrap: wrap;
 } */

/* .menu-box{
     width: 16.666%;
 }

 .menu-box-inner img{
     height: 100px;
     width: auto;
     margin-bottom: 20px;
 } */
.heading-center h5 {
    color: #089ac6;
    margin-bottom: 0;
}

.menu-section {
    padding: 50px 0;
}

.menu-outer {
    margin-top: 50px;
}

.menu-box-inner h4 {
    text-transform: uppercase;
}

.indoor-sec::before {
    left: 0;
    background: url("https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/cat-ring.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: 0% 50%;
}

.indoor-sec {
    background: #ee2d26;
}

.address-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 20px;
}

.address-box {
    padding: 20px;
    border-radius: 4px;
    background: #f8c41c;
    width: calc(50% - 10px);
}

.address-box h5 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}

.address-box p {
    color: #000;
}

.indoor-sec .about-text {
    padding-left: 40px;
    padding-right: 40px;
}

.green-box-add {
    background: #256286;
}

.green-box-add p,
.green-box-add h5 {
    color: #fff;
}

.address-box p {
    margin-bottom: 0;
}


.special-detail {
    padding: 20px;
}

.special-box {
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.line-dot-top::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    border: none;
    border-top: dashed 2px #ed1c24;
    padding: 40px 40px;
    border-radius: 50%;
    margin: 20px -50px 0;
    content: "";
    position: absolute;
    left: 50%
}

.line-dot-bottom::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    border: none;
    border-bottom: dashed 2px #ed1c24;
    padding: 40px 40px;
    border-radius: 0 0 50% 50%;
    margin: 0 -65px;
    content: "";
    bottom: 100px;
    position: absolute;
    left: 60%;
}

.special-detail {
    padding-bottom: 0;

}

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

.special-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.green-bg {
    background: #256286;
}

.red-bg {
    background: #cc2520;
}

.yellow-bg {
    background: #f8c41c;
}

.special-box h4 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 200;
}

.special-box p {
    color: #fff;
    margin-bottom: 0;
}

.yellow-bg p,
.yellow-bg h4 {
    color: #000;
}

.catering {
    padding: 50px 0;
    background: url(../img/catering-section.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.yellow-text {
    color: #fff100 !important;
}


.catering h2,
.catering p {
    color: #fff;
}

.catering-inner {
    max-width: 1000px;
    margin: auto;
}

/* .test-inner{
        background:#cc2520;
        border-radius: 10px;
        padding: 20px;
    } */
.test-inner p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.test-inner h5 {
    color: #000;
    text-align: left;
    font-weight: 200;
    text-transform: uppercase;
}

.test-inner ul {
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
}

.test-inner ul li {
    color: gold;
}

.testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    height: 40px;
    width: 40px;
    display: none !important;
    border-radius: 4px;
}

.testimonials .slick-arrow.slick-prev {
    background: url(../img/slider-left-arrow-wt.png) center center no-repeat #cc2520;
    background-size: 20%;
    left: -50px;
}

.testimonials .slick-arrow.slick-next {
    background: url(../img/slider-right-arrow-wt.png) center center no-repeat #cc2520;
    background-size: 20%;
    right: -50px;
}

.test-box {
    padding: 0 10px;
}

.gallery-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gallery-sec {
    background: #089ac6;
}

.gallery-sec h2 {
    color: #fff;
}

.gallery-box {
    width: 25%;
}


footer {
    background: #000;
    /* padding-top: 60px; */
    padding-bottom: 0px;
}
footer #footertop {
    padding-bottom: 0;
}

footer .sectionheading {
    margin-bottom: 0;
}

#footertop .sectionheading h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 30px;
}

.quicklinks ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 15px;
}

.quicklinks ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}

.address ul li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.address li i {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 7px;
}

.address ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.hour-footer li {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

div#footerbottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    padding-bottom: 10px;
}

div#footerbottom p,
div#footerbottom a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.blog-details {
    padding: 20px;
}

.blog-section {
    padding: 50px 0;
    background: #f1f1f1;
}

.blog-box {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.37);
    background: #fff;
}


.menu-sec .nav-tabs {
    justify-content: center;
    border: 0;
}

.menu-sec .nav-tabs a {
    border: 0 !important;
    position: relative;
    padding: 0;
    text-align: center;
    margin-right: 150px;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent !important;
}

.menu-sec .nav-tabs a:last-child {
    margin-right: 0;
}

.menu-sec .nav-tabs a:last-child::after {
    display: none;
}

.menu-sec .nav-tabs a span {
    display: flex;
    width: 90px;
    height: 90px;
    align-content: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    flex-wrap: wrap;
    position: relative;
}

.menu-sec .nav-tabs a span img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    border-radius: 50%;
}

/* .menu-sec .nav-tabs a.active img {
    opacity: 0;
} */
/* .menu-sec .nav-tabs a.active .active-img {
    opacity: 1;
} */
.menu-sec .nav-tabs a::after {
    position: absolute;
    top: 45px;
    left: 100%;
    content: "";
    height: 2px;
    width: 150px;
    background: #ddd;
}

.menu-item-image img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}


.active-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0;
}

.menu-sec .nav-tabs a.active span {
    border-color: #cc2520;
}
.menu-sec .nav-tabs a.active {
    color: #495057;
}

.menu-item {
    position: relative;
    padding-right: 0px;
    padding-right: 0px;
}

.menu-item h4 {
    margin-bottom: 0;
    font-weight: normal;
}

.menu-item p {
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 74px;
}

.price-item {
    position: absolute;
    right: 0;
    top: 37%;
    transform: translateY(-50%);
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #ed1c24;
}

.quicklinks ul#menu-footer-menu li {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.location-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.location-column {
    width: 33.333%;
}

.location-inner {
    height: 100%;
}

.locatin-img,
.indoor-img,
.gallery-box {
    overflow: hidden;
}

.locatin-img img,
.indoor-img img,
.gallery-box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.special-img img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.indoor-img:hover img,
.special-img:hover img,
.gallery-box:hover img {
    transform: scale(1.1);
}

.location-inner h4 {
    width: 100%;
}

.location-inner h4 {
    margin-bottom: 15px;
}

.location-inner h4 a {
    color: #fff;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.location-inner h2,
.location-inner p,
.location-inner h5 {
    width: 100%;
    color: #fff;
}

.location-inner .yellow-btn {
    margin-left: 10px;
}

.location-inner {
    padding: 60px 40px;
    background: #089ac6;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.location-inner ul {
    width: 100%;
    padding-inline: 0.5rem;
}

.location-inner .column_half p {
    margin-bottom: 0;
}

.location-inner ul li {
    color: #fff;
    padding-block: 5px;
    /* display: flex; */
    contain: paint;
    gap: 1rem;
    align-items: center;
}

.location-inner ul li>* {
    flex-shrink: 0;
}

.location-inner ul li>*:first-child {
    order: 1;
}

.location-inner ul li>*:last-child {
    order: 3;
}

/* .location-inner ul li::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed hsl(0 0% 100% / 70%);
    z-index: -1;
    order: 2;
} */

/* .location-inner fieldset {
    border: 1px dashed #fff;
} */

.location-inner fieldset:not(:last-child) {
    margin-bottom: 1rem;
}

.location-inner fieldset legend {
    all: revert;
    color: #fff;
    /* padding-inline: 1rem; */
    text-align: center;
  width: 100%;
}

.indoor-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.indoor-col {
    width: 33.333%;
}

.location-column img,
.indoor-col img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.indoor-text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ed1c24;
    padding: 40px 30px;
}

.indoor-text h2,
.indoor-text p,
.indoor-text h5 {
    width: 100%;
    color: #fff;
}

.about-text ul {
    display: flex;
    flex-wrap: wrap;
}

.about-text ul li {
    padding: 5px 0 5px 25px;
    position: relative;
}

.about-text ul li::before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff100;
}

.about-text ul li::after {
    content: "";
    height: 8px;
    border-radius: 50%;
    width: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff100;
}

.about-text ul {
    margin-bottom: 30px;
}

.about-section {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -10px;
    /* background:url(../img/about-background.jpg) center center no-repeat; */
    background-size: cover;

}

.about-section::before {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 284px;
    transform: translateY(-50%);
    content: "";
    background: url(https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/fihh.png) 0 center no-repeat;
    height: 100%;
    background-size: 100% auto;
}

.about-section::after {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 321px;
    transform: translateY(-50%);
    content: "";
    background: url(https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/fishh.png) 0 center no-repeat;
    height: 100%;
    background-size: 100% auto;
}

.test-slider {
    margin-top: 0;
}

.heading-center,
.sectionheading {
    margin-bottom: 8px;
}

.about-text ul li {
    width: 50%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}

.loc-full-img img {
    width: 100%;
}


/* .page:after{
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
} */

.black {
    background: #000;
    width: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    left: -50%;
    /* transform:skew(30deg,0); */
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.red {
    background: #ff0000;
    width: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -50%;
    /* transform:skew(30deg,0); */
    transition: 0.5s ease-in-out;
}

.red:hover {
    /* transform:skew(0); */
    /* transform:translate(-50%,0); */
}

.black:hover {
    /* transform:skew(0); */
    /* transform:translate(50%,0);    */
}

.red.inactive {
    /* transform:skew(0); */
    transform: translate(-50%, 0);
    z-index: 1;
}

.black.inactive {
    /* transform:skew(0); */
    transform: translate(50%, 0);
    z-index: 1;

}

.inactive {
    z-index: -1
}


section.bantitle:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}

section.pintabt .pnt .bimg {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 1;
}

section.pintabt .pnt .bimg img {
    max-height: 150px;
}

section.pintabt .pnt .bimg1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

section.pintabt .pnt .bimg1 img {
    max-height: 150px;
}

section.bantitle h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

section.pintabt {
    padding: 30px 0px 70px 0px;
}

section.pintabt .pntcnt {
    position: absolute;
    top: 50%;
    width: 56%;
    padding: 0px;
    right: 50px;
    transform: translate(0%, -50%);
}

section.pintabt .pntcnt h2 {
    color: #fff;
}

section.pintabt .pntcnt .pnttxt {
    padding: 30px 60px 30px 30px;
    background: #256286;
    margin-right: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
}

section.pintabt .pntcnt .pnttxt1 {
    padding: 30px 30px;
    background: #cc2520;
    margin-left: 60px;
}

section.pintabt .pntcnt .pnttxt.thirdbox {
    margin-left: 120px;
    margin-right: -60px;
}

.abts {
    padding-bottom: 20px;
}

.abts h2 {
    color: #cc2520;
    text-align: center;
}

section.tacos .offrbtn a {
    background: #000;
}

section.pintabt .pntcnt p {
    color: #fff;
}

section.pintabt .pnt {
    position: relative;
}


section.tacos p {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 0px;
    color: #fff;
}

section.tacos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(237 45 38 / 90%);
    z-index: -1;
}

section.special-sec.spclpg .special-detail p {
    color: #000;
    text-align: center;
    padding-top: 0px;
}

section.tacos p {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

section.testimonials.bcgr {
    background: #f5f5f5;
}

section.special-sec.spclpg .line-dot-bottom::after {
    bottom: 170px;
}

section.special-sec.spclpg h5.subheading {
    padding-bottom: 20px;
}

.pints {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pints .pintsinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(65% / 2);
    background: #256286;
    margin: 15px;
}

.pints .pintsinner .pntimg img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 2s ease-out;
}

.pints .pintsinner .pntimg img:hover {
    transform: scale(1.2);
}

.pints .pintsinner .pntimg {
    overflow: hidden;
}

.pints .pintsinner .btpg {
    padding: 10px 10px 25px 10px;
    text-align: center;
}

.pints .pintsinner .btpg h2 {
    color: #fff;
    margin-bottom: 0px;
}

.pints .pintsinner .btpg p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.pints .pintsinner .btpg p a {
    color: #fff;
}

section.pintabt .pnt .pntimg {
    width: 56%;
}

section.pintabt .pnt .pntimg img {
    height: 600px;
    object-fit: cover;
    object-position: right;
}

.offrbtn {
    padding-top: 20px;
}








.contact-us-form {
    padding: 30px;
    background: #f5f6f6;
    position: relative;
    border: 1px solid #ddd;
}

.contact-us-form input.form-control,
.contact-us-form select.form-control {
    height: 50px;
    margin: 0px auto;
    border-radius: 0;
}

.contact-us-form .col-sm-6,
.contact-us-form .col-sm-12,
.contact-us-form .col-xs-12 {
    padding: 10px;
}

.contact_form_info .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact_form_info .common-btn {
    background: #256286;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 12px 25px 12px 25px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
}

section.contact_form_info .in_info .ft-box ul.social {
    margin: 0;
    padding: 0;
}

.ft-box ul.social li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
    padding: 0;
}

.ft-box ul.social li a {
    padding: 10px 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

.ft-box ul.social li a i {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    top: 0;
}

.contact_form_info .in_info p,
.contact_form_info .in_info a {
    color: #fff;
}

.ft-box ul.social li a span {
    margin-left: 5px;
}

.contact_form_info .in_info i {
    color: #fff;
}

section.contact_form_info {
    padding: 60px 0px 50px 0px;
}

section.contact_form_info .in_info {
    background: #cc2520;
    padding: 50px 30px;
}

section.contact_form_info .in_info .address {
    padding-left: 20px;
}

section.contact_form_info .in_info h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

.contact_form_info textarea.form-control {
    min-height: 120px;
}

section.contactmap .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.contactmap {
    background: #256286;
    padding: 50px 0px;
}

section.contactmap .gmp h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}


section.pineairedeli {
    padding: 50px 0px;
}

section.pineairedeli ul.menu_tabs_a {
    margin: 0;
    padding: 0;
    text-align: center;
}

section.pineairedeli ul.menu_tabs_a li {
    list-style: none;
    display: inline-flex;
    padding: 10px 2px;
}

section.pineairedeli ul.menu_tabs_a li a {
    background: #256286;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 25px;
    font-family: 'Oswald', sans-serif;
}

section.pineairedeli ul.menu_tabs_a li a:hover {
    background: #000;
}

.gallery.single-menu {
    padding: 50px 0px;
}

.gallery.single-menu .section-title h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.gallery.single-menu .multicol_itemwrapper {
    border: 1px solid #256286;
    background: #fff;
    padding: 20px;
    margin: 5px 0;
}

.gallery.single-menu h2.cshord {
    font-family: 'Yellowtail', cursive;
    font-size: 30px;
    color: #256286;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0px;
}

.gallery.single-menu h2.pickdelv {
    text-align: center;
}

section.caterreqst {
    padding: 50px 0px;
}

section.caterreqst .form-outer {
    padding: 40px;
    box-shadow: 0px 0px 10px #c7c7c7;
    max-width: 900px;
    margin: auto;
}

section.caterreqst label {
    padding-bottom: 10px;
}

section.caterreqst .form-control {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #757b86;
    background: #fff6f6;
}

.gallery.single-menu.whg {
    background: #f5f5f5;
}

section.caterreqst .col-lg-3,
section.caterreqst .col-lg-4,
section.caterreqst .col-lg-12 {
    padding: 10px;
}

section.caterreqst button.common-btn {
    background: #000;
}

.gallery.single-menu h3 strong {
    color: #cc2520;
}

section.caterg {
    text-align: center;
    padding: 50px 0px;
}

section.menu-section {
    background: #256286;
}

section.menu-section .catering-box-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.menu-section .catering-box-outer .catering-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    flex-basis: calc(92% / 3);
    margin: 10px;
}

section.menu-section .catering-box-outer .catering-box .catering-detail {
    padding: 20px;
}

section.menu-section .catering-box-outer .catering-box .catering-detail h4 {
    text-transform: uppercase;
    font-weight: 700;
}

section.menu-section .common-heading h2 {
    color: #fff;
}

section.menu-section .catermn {
    text-align: center;
    padding-top: 20px;
}

section.orderdelv {
    padding: 60px 0px;
}

section.orderdelv .ordlmas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.orderdelv .ordlmas .ordlmasinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(40% / 2);
    background: #256286;
    margin: 10px;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

section.orderdelv .ordlmas .ordlmasinner .dlimg img {
    max-height: 120px;
}

section.orderdelv .ordlmas .ordlmasinner h2 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
}

section.orderdelv .ordonl {
    padding-top: 12px;
}

section.orderdelv .ordonl a.common-btn {
    padding: 7px 10px;
    font-size: 12px;
}

section.orderdelv .ordlmas .ordlmasinner h2:hover {
    text-decoration: underline;
}

section.orderdelv .ordlmas .ordlmasinner {
    transition: 2s ease-out;
}

section.orderdelv .ordlmas .ordlmasinner:hover {
    position: relative;
    top: -10px transition 1s ease-out;
}

section.testimonials .test-slider1 {
    display: flex;
    flex-wrap: wrap;
}

section.testimonials .test-slider1 .test-box1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(96% / 2);
    background: #f5f5f5;
    margin: 10px;
    padding: 30px;
    border-radius: 10px;
}

section.testimonials .test-slider1 .test-box1 ul.rating {
    margin: 0;
    padding: 0;
}

section.testimonials .test-slider1 .test-box1 ul.rating li {
    display: inline-block;
    color: #ffd700;
    padding-bottom: 10px;
}

.fancybox-custom .fancybox-outer {
    box-shadow: 0 0 50px #222;
}

section.foodgallery {
    padding: 70px 0px;
}

section.foodgallery .glr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.foodgallery .glr .glrinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(92% / 3);
    margin: 10px;
}

.gallery.single-menu .multicol_itemwrapper {
    position: relative;
}

.gallery.single-menu .multicol_itemwrapper span.prc {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #cc2520;
    font-weight: 700;
    font-size: 20px;
}

.mltnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mltnt .multicol_itemwrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(95% / 2);
    margin: 10px !important;
}

.responsive-block {
    display: block !important;
    padding: 10px 0;
}

.box-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

/*
.box-navigation:before {
    top: calc( 15% + 10px );
    position: absolute;
    height: 70%;
    width: 1px;
    background: #cc2520;
    content: "";
    left: 50%;
    transform: translate(-50%);
}
*/
.box-nav {
    width: calc(50% - 8px);
    margin-top: 20px;
}

.box-nav a {
    display: block;
    text-align: center;
    background: #000;
    background-size: 100%;
    border-radius: 5px;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    border: 5px solid #cc2520;
    ;

}

.box-nav span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #cc2520;
}

/*
.box-navigation:after {
    position: absolute;
    width: 70%;
    height: 1px;
    background: #cc2520;
    content: "";
    left: 50%;
    top: calc( 50% + 15px );
    transform: translate(-50%);
}*/
.box-nav span {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 4px;
    text-transform: uppercase;
}

.box-nav img {
    height: 60px;
}

section.menu-section p.contwt {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 20px;
}

.social-top a span {
    font-weight: 600;
    height: auto;
    position: relative;
    top: 0.1px;
}

.header-bottom a.common-btn.g_bg {
    background: black;
}

.header-bottom a.common-btn.g_bg:hover {
    background: #256286;
}

@media screen and (max-width:1400px) {
    .navbar-nav {
        padding-left: 10px;
    }
}

a.common-btn.g_bg {
    background: #256286;
    margin-right: 3px;
}

a.common-btn.g_bg:hover {
    background: #000;
}


.whrs {
    padding-bottom: 12px;
}

.whrs p strong {
    font-weight: 400;
}

section.pinabtsct .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.pinabtsct .abpintmg img {
    width: 100%;
}

section.pinabtsct .abpint {
    position: relative;
}

section.pinabtsct .ancnts {
    position: absolute;
    top: 50%;
    right: 15%;
    width: 40%;
    background: rgb(18 169 81 / 95%);
    padding: 35px;
    text-align: left;
    transform: translate(0%, -50%);
}

section.pinabtsct .ancnts h2 {
    text-align: left;
    color: #fff;
}

section.pinabtsct .ancnts p {
    color: #fff;
}

section.pinabtsct .ancnts .abts {
    padding-bottom: 0px;
}

video::-webkit-media-controls {
    display: none;
}

.banner-slide.staticbanner1:before {
    display: none;
}

.banner-slide.staticbanner1 .banner-img {
    width: 100%;
    position: static;
}

#slick-slide01 h5.vertical-text {
    transform-origin: -10% 70%;
}


#slick-slide02 h5.vertical-text {
    transform-origin: -26% 40%;
}

@media (max-width:1399px) {
    .banner-text-inner h2 {
        font-size: 30px;
    }
}

.message {
    color: #000;
    background-color: #f8c41c;
    padding: 3px 12px;
    border-radius: 4px;
    animation: 1s ease-in-out blink infinite alternate;
    text-align: center;
}

@keyframes blink {
    to {
        background-color: #fff090;
    }
}

@media (max-width:991px) {
    .navbar {
        margin-top: 2rem;
    }

    .header-top-inner {
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .navbar {
        margin-top: 3rem;
    }
}











img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}



.hour-footer p {
    margin: 0;
    color: #fff;
}

.hour-footer ul {
    margin-bottom: 1.25rem;
}


.block {
    padding: 60px 0;
}

/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/
.inner-banner {
    position: relative;
    padding: 1rem;
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    min-height: 40vh;
    padding-block: 60px 60px;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-banner:not(.no-overlay) .inner-banner-image img {
    filter: brightness(0.35);
}

.inner-banner-content {
    text-align: center;
}

.inner-banner-content.boxed {
    text-align: left;
    background-color: #089ac6;
    padding: 1.5rem;
}

.inner-banner-content.boxed .banner-title {
    margin-bottom: 1.5rem;
}

.inner-banner-content.boxed p {
    color: #fff;
}

.inner-banner-content .banner-title>* {
    margin: 0;
    font-size: var(--clamp-title);
    color: var(--clr-white);
}

.map {
    height: 350px;
}

.contact-us-inner .row {
    row-gap: 1.5rem;
}

.contact-us-inner a[href] {
    color: var(--clr-black);
    background-image: linear-gradient(0deg, #000 1px, transparent 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: 150ms var(--ease-smooth);
    will-change: background-size;
}

.contact-us-inner a[href]:hover {
    background-size: 100% 100%;
}

#contact-form {
    background-color: var(--clr-white);
    border-radius: 10px;
    padding: var(--clamp-box);
    box-shadow: var(--smooth-shadow);
    border: 1px solid var(--clr-gray-400);
}

#contact-form .form-control {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--clr-gray-700);
    color: var(--clr-black);
}

#contact-form .form-control::placeholder {
    color: var(--clr-gray);
}

#contact-form .form-control:is(:focus, :focus-visible) {
    border-color: var(--clr-dark);
}

address {
    margin-bottom: 0;
}

.reach-us li {
    display: flex;
    gap: 24px;
    align-items: center;
}

.reach-us li .icon>* {
    min-width: 50px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    background-color: #089ac6;
    color: var(--clr-white);
    border-radius: 50%;
}

.reach-us li:not(:last-child) {
    margin-bottom: 24px;
}

.reach-us li {
    padding: var(--clamp-box);
    background-color: var(--clr-white);
    border-radius: 8px;
    box-shadow: var(--elevation-2);
    border-left: 4px solid #089ac6;
}

.reach-us li strong {
    margin-bottom: 4px;
    display: block;
}

.indoor-sec .common-btn {
    border-color: transparent;
    background-color: #fff100;
    color: #000;
}

.sticky-icon.show {
    display: block;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 1rem;
    right: 1%;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    color: #cc2520;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #cc2520;
    font-size: 0;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #ed1c24;
    width: 40px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s;
}


.sticky-icon a:hover {
    color: #fff;
}







.call-btn {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: bold;
    margin-right: 1.5rem;
    color: var(--clr-primary-main);
}

.call-btn:hover {
    color: var(--clr-primary-dark);
}


.bg-gray-200 {
    background-color: var(--clr-gray-200);
}


.gallery-inner .row {
    row-gap: 1.5rem;
}

.gallery-inner [data-fancybox] {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-inner [data-fancybox] img {
    transition: 200ms;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery-inner [data-fancybox]:hover img {
    scale: 1.08;
}




/**end-contact-page**/

.row.custom_row_three {
    flex-direction: row;
}

.row.custom_row_one {
    flex-direction: row-reverse;
}

.row.custom_row_three {
    flex-direction: row;
}

.all_carering_menu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.all_carering_menu .bg_color_one {
    background-color: hsl(202, 57%, 34%, 10%);
    padding: 35px;
    border-radius: 10px;
}

.all_carering_menu .section-title h2 {
    position: relative;
}

.all_carering_menu .section-title h2::after {
    height: 2px;
    width: 30%;
    position: absolute;
    content: '';
    background-color: #cc2520;
    bottom: 8px;
    left: 47%;
    display: none;
}

.all_carering_menu .btn-bx {
    margin-top: 24px;
}

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


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

}

.all_carering_menu .right_pic img {
    width: 100%;
    border-radius: 10px;
    transition: 0.4s;
}

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

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

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

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

.menu-list {
    justify-content: center;
}


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

.form_bx .form-group {
    margin-bottom: 1.5rem;
}


.form_bx .form-control {
    padding: 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
}


.form_bx label {

    font-size: 17px;
    text-transform: capitalize;
    color: #ffff;
    margin-bottom: 6px;
    font-weight: 600;
}
.form-group i {
    color: #fff;
}
.form_bx .form-group .common-btn {
    border-color: transparent;
    color: #fff;
}

.form_bx .radio_input {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.form_bx .section-title {
    margin-bottom: 3em;
}

/* .con_form textarea {
    height: 120px !important;
} */


.form_bx textarea {
    padding: 13px;
    border: 1px solid #00000036;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 4px;
    background: #fff;
}

.form_bx .section-title h2 {
    color: #fff;
    margin-bottom: 55px;
}


#bg_set {
    padding: 70px 0px;
    background: #e9eff3;
}

.inner_pages_text {
    padding: 0px;
}

.inner_pages_text .left_text {
    padding: 4em 2em 2em 2em;
}

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

.inner_pages_text .left_cn {
    margin-left: auto;
    max-width: 700px;
}

.inner_pages_form {
    background: #fff;
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

#bg_set {
    padding: 70px 0px;
    background: #e9eff3;
}

.inner_pages_text .right_cn {
    margin-right: auto;
    max-width: 700px;
}

.inner_pages_text .left_text h2 {
    font-size: 30px;
}

.booking {
    background: #e9eff3;
}

.careers_form {
    background: #fde8e9;
}

.common-btn.brown_filled_btn {
    color: #fff;
    border-color: #fff;
}

.common-btn.brown_filled_btn:hover {
    background: #02923b;
    color: #fff;
}

.common-btn.filled_btn:hover {
    background: #cc2520;
    color: #fff;
    border-color: #cc2520;
}

.common-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    /* border-color: #ee2d26; */
    padding: 12px 25px;
    color: #ffffff;
    background-color: #ee2d26;
    border-radius: 0;
    position: relative;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
}

/* .common-btn:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
} */

.common-btn:hover {
    background: #222;
    color: #fff;
    /* border-color: #fff; */
}


/* our-menu */
.our-menu {
    background: #fff;
}

.our-menu .menu-wrapper {
    border: 2rem solid #fff;
    border-image: url(https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/menu-item-bg.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
}

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

.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: #089ac6;
    text-transform: uppercase;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.our-menu .menu-item .price::before {
    content: "$";
}

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

.our-menu .card .title>* {
    margin: 0;
    /* overflow: hidden;
    white-space: nowrap; */
    text-transform: uppercase;
    /* text-overflow: ellipsis; */
    line-height: 1.4;
}

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

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

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

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

.btn_clor1 a {
    border-color: transparent;
    color: #000;
    background-color: #fff100;
}

.btn_clor1 a:hover {
    background-color: #222;
    color: #fff;
    /* border-color: #089ac6; */
}

.inner_testimonial .test-inner {
    background-color: #089ac6;
    padding: 24px 26px 18px;
    border-radius: 10px;
    margin-bottom: 26px;
}
.inner_testimonial .test-inner p,
.inner_testimonial .test-inner h5 {
    color: #fff;
}
.menu-outer .menu-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 11px;
}

/* .banner-slider .slide-catering:nth-child(2) .vertical-text {
    transform-origin: -10% 80% 0px !important;
} */
.banner-slider .slide-catering:last-child .vertical-text {
    transform-origin: -29% 37% 0px;
}

.banner-slider .slide-catering .sd_slide {
    transform-origin: -10% 80% 0px !important;
}

.book-appoint-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #256286;
}

.top-bar-mobile {
    background: #145bb1;
    display: none;
    position: relative;
    z-index: 99999;
}

.book-appoint-btn a,
.call-appoint-btn a {
    color: #fff;
    text-decoration: none;
}

.book-appoint-bx .book-appoint-btn {
    flex: 0 0 50%;
    padding: 10px;
    background: #cc2520;
    text-align: center;
}

.call-appoint-btn {
    text-align: center;
    flex: 0 0 50%;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mltnt .multicol_itemwrapper {
        flex-basis: calc(92% / 2);
    }

    .header-bottom .common-btn {
        padding: 10px 8px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 15px;
        font-size: 14px;
    }

    section.location-wrapper .common-btn {
        font-size: 12px;
        padding: 10px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .menu-sec .nav-tabs a {
        margin-right: 60px;
    }

    section.testimonials ul.slick-dots {
        display: none !important;
    }

    .location-column,
    .indoor-col {
        width: 100%;
    }

    .location-column img,
    .indoor-col img {
        width: 100%;
    }

    .call-num li:first-child {
        border: none;
        padding: 0;
    }

    .right-top ul {
        display: flex;
        align-items: center;
    }

    .right-top ul li img {
        height: 20px;
        margin: -4px 0 0 0;
    }

    .right-top ul li {
        font-size: 22px;
        line-height: 1;
    }
}

@media only screen and (max-width: 991px) {
    section {
        padding: 30px 0;
    }

    .block {
        padding: 30px 0;
    }

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

@media only screen and (max-width: 575px) {
    #footertop .address ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footertop .footer.footer1.ft2 .sectionheading h2 {
        text-align: center;
    }

    footer {
        padding-top: 35px;
    }

    .gallery-inner [data-fancybox] img {
        height: 100% !important;
    }

    .request-form {
        text-align: left;
    }

    section.pinabtsct .ancnts {
        right: 10%;
        width: 80%;
    }

    section.pinabtsct .abpint .abpintmg img {
        min-height: inherit;
        object-fit: cover;
    }

    section.pinabtsct .ancnts {
        position: static;
        transform: none;
        width: 100%;
        padding: 30px 15px;
    }

    header.header-new .header-top .header-top-inner .right-top ul.call-num li {
        padding: 0;
    }

    header.header-new .right-top {
        padding: 0px;
        display: flex;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 60px;
        align-items: center;
        justify-content: center;
    }

    header.header-new .header-top .header-top-inner .right-top ul.call-num li {
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        padding: 12px 5px;
        letter-spacing: 0;
        margin: 0;
        justify-content: center;
        font-size: 18px;
    }

    header.header-new .header-top {
        padding: 0px 0px 0px 0px;
        height: 0;
    }

    header.header-new .header-top .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    header.header-new .header-top .header-top-inner {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .header-messgae {
        background: #000000;
    }

    .header-messgae p {
        font-size: 14px;
        line-height: 1.3;
    }


    header.header-new .header-top .header-top-inner .right-top ul.call-num {
        display: inline-block;
        width: fit-content;
        margin: 0 auto 0 auto;
        padding: 0 0 0 95px;
        height: 60px;
    }

    header.header-new .header-top .header-top-inner .right-top ul.call-num li img {
        width: 20px;
        margin-right: 7px;
        filter: brightness(0.5);
    }

    header.header-new .header-top .header-top-inner .right-top ul.call-num li:first-child {
        background: transparent;
        color: #000;
        display: inline-flex;
        font-size: 0;
        flex-basis: auto;
        width: auto;
        margin: 0 auto;
        padding: 0;
        position: relative;
        top: 0;
        height: 60px;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

    header.header-new .header-top .header-top-inner .right-top ul.call-num li:nth-child(2) {
        background: #000;
    }

    section.tacos p {
        font-size: 16px;
        line-height: 26px;
    }

    section.pineairedeli ul.menu_tabs_a li {
        padding: 4px 2px;
    }

    section.caterreqst .form-outer {
        padding: 30px;
        max-width: 100%;
    }

    section.pintabt .pntcnt .pnttxt.thirdbox {
        margin-left: 0;
        margin-right: 0;
    }

    section.pintabt .pntcnt .pnttxt1 {
        margin-left: 0px;
    }

    section.pintabt .pntcnt .pnttxt {
        margin-right: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 10px;
    }

    .price-item {
        font-size: 20px;
    }

    section.testimonials .test-inner {
        text-align: center;
    }

    section.testimonials .test-inner,
    .test-inner h5 {
        text-align: center;
    }

    .footer.footer1 .address {
        padding-left: 0;
    }

    .heading-center,
    .sectionheading {
        margin-bottom: 25px;
    }

    section.testimonials .test-inner ul {
        justify-content: center;
    }

    .gallery-box {
        width: 50%;
    }

    .indoor-sec .about-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-sec .nav-tabs a {
        margin-bottom: 10px;
    }

    .menu-sec .nav-tabs a::after {
        height: 0px;
    }

    h2 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .right-top ul li {
        margin-bottom: 10px;
    }

    .common-btn {
        padding: 7px 10px;
    }

    .right-top ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .call-num li:first-child {
        border-right: 0px;
    }

    section {
        overflow: hidden;
        text-align: center;
    }

    .line-dot-top::before {
        display: none;
    }

    .about-sec::before,
    .line-dot-bottom::after {
        display: none;
    }

    .menu-sec .nav-tabs a {
        margin: 10px;
    }

    .location-column,
    .indoor-col {
        width: 100%;
    }

    .location-column img,
    .indoor-col img {
        width: 100%;
    }

    .about-section::before,
    .about-section::after {
        width: 60px;
        display: none;
    }

    .header-top-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-top .right-top {
        padding-top: 16px;
        padding-bottom: 7px;
    }

    button.navbar-toggler {
        background: transparent;
        padding: 0;
        margin: 0 10px 0 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 20px;
    }

    .right-btns {
        display: block;
        background: #f5f5f5;
        width: 100%;
        text-align: center;
        padding: 20px 15px;
        margin-top: 0;
        background: #cc2520;
    }

    .home .right-btns .common-btn {
        width: 100%;
        margin: 5px 0;
    }

    .right-btns .common-btn {
        padding: 12px 25px;
    }

    .right-btns .common-btn:last-child {
        background: #f8c41c;
        color: #000;
    }

    header.header-new .header-bottom {
        padding-left: 0;
        padding-right: 0;
    }

    header.header-new .header-bottom .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    nav.navbar.navbar-expand-lg {
        padding-bottom: 0px;
        padding-top: 0;
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px;
    }

    .navbar-collapse {
        padding-top: 0px;
        background: #256286;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-nav {
        width: 98%;
    }

    section.pintabt .pnt .pntimg {
        width: 100%;
    }

    section.pintabt .pntcnt {
        position: relative;
        width: 100%;
        margin-left: 50px;
        top: 0px !important;
        transform: translate(0px, 10px);
    }

    section.bantitle h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.menu-section .catering-box-outer .catering-box {
        flex-basis: calc(100%);
    }

    .mltnt .multicol_itemwrapper {
        flex-basis: 100%;
    }

    section.contact_form_info .in_info {
        margin-top: 30px;
    }

    section.orderdelv .ordlmas .ordlmasinner {
        flex-basis: calc(100%);
    }

    section.testimonials .test-slider1 .test-box1 {
        flex-basis: calc(100%);
    }

    section.foodgallery .glr .glrinner {
        flex-basis: calc(100%);
    }

    .pints .pintsinner {
        flex-basis: calc(100%);
    }

    section.responsive-block .box-nav a>img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    section.responsive-block .box-nav {
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.50);
        box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.50);
    }

    section.responsive-block .box-nav:before {
        content: '';
    }

    section.responsive-block .box-nav a span {
        width: 100%;
        margin-top: 0px;
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-bottom {
        /* border-bottom: 1px solid #ddd; */
        padding-bottom: 0px;
        position: relative;
    }

    /* section.special-sec.spchm {
        display: none !important;
    }

    section.gallery-sec.glrhm {
        display: none !important;
    }

    .indoor-img.inimg {
        display: none;
    } */

    .navbar-expand-lg .navbar-nav .nav-link:after {
        display: none;
    }

    ul.social {
        margin-top: 20px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    section.pinabtsct .ancnts {
        right: 10%;
        width: 80%;
    }

    section.pinabtsct .abpint .abpintmg img {
        min-height: 800px;
    }

    .pints .pintsinner {
        flex-basis: calc(100%);
    }

    section.testimonials .test-slider1 .test-box1 {
        flex-basis: calc(100%);
    }

    section.contact_form_info .in_info {
        margin-top: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .mltnt .multicol_itemwrapper {
        flex-basis: 100%;
    }

    section.menu-section .catering-box-outer .catering-box {
        flex-basis: calc(100%);
    }

    .test-inner ul {
        justify-content: center;
    }

    .address {
        padding-left: 20px;
    }

    section.testimonials .test-inner {
        text-align: center;
    }

    section.testimonials .test-inner,
    .test-inner h5 {
        text-align: center;
    }

    section.pintabt .pnt .pntimg {
        width: 100%;
    }

    section.tacos p {
        font-size: 28px;
        line-height: 38px;
    }

    section.pintabt .pntcnt {
        position: relative;
        width: 90%;
        margin-left: 50px;
        top: 0px !important;
        transform: translate(0px, 10px);
    }

    section {
        overflow: hidden;
    }

    .line-dot-top::before {
        display: none;
    }

    .about-sec::before,
    .line-dot-bottom::after {
        display: none;
    }

    .menu-sec .nav-tabs a {
        margin-right: 15px;
    }

    .location-column,
    .indoor-col {
        width: 100%;
    }

    .location-column img,
    .indoor-col img {
        width: 100%;
    }

    .about-section::before,
    .about-section::after {
        width: 60px;
    }

    .header-top-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-top .right-top {
        padding-top: 16px;
        padding-bottom: 7px;
    }

    button.navbar-toggler {
        background: transparent;
        color: #000;
        font-size: 30px;
        position: relative;
        top: 20px;
    }

    .right-btns {
        display: block;
        background: #f5f5f5;
        width: 100%;
        text-align: center;
        padding: 20px 20px;
        margin-top: 60px;
    }

    header.header-new .header-bottom {
        padding-left: 0;
        padding-right: 0;
    }

    header.header-new .header-bottom .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    nav.navbar.navbar-expand-lg {
        padding-bottom: 0px;
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px;
    }

    .navbar-collapse {
        padding-top: 50px;
    }

    .navbar-nav {
        width: 98%;
    }

    .gallery.single-menu .multicol_itemwrapper {
        flex-basis: 100%;
    }

    section.orderdelv .ordlmas .ordlmasinner {
        flex-basis: calc(100%);
    }

    section.foodgallery .glr .glrinner {
        flex-basis: calc(92% / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.pinabtsct .ancnts {
        right: 10%;
        width: 80%;
    }

    section.pinabtsct .abpint .abpintmg img {
        min-height: 600px;
    }

    .pints .pintsinner {
        flex-basis: calc(90% / 2);
    }

    section.foodgallery .glr .glrinner {
        flex-basis: calc(92% / 2);
    }

    section.orderdelv .ordlmas .ordlmasinner {
        flex-basis: calc(60% / 2);
    }

    section.contact_form_info .in_info {
        margin-top: 30px;
    }

    section.menu-section .catering-box-outer .catering-box {
        flex-basis: calc(92% / 2);
    }

    .quicklinks ul li,
    .hour-footer li,
    .address ul li {
        font-size: 14px;
    }

    .header-top .right-top {
        padding-top: 16px;
        padding-bottom: 7px;
    }

    button.navbar-toggler {
        background: transparent;
        color: #000;
        font-size: 30px;
        position: relative;
        top: 20px;
    }

    .right-btns {
        display: block;
        background: #f5f5f5;
        width: 100%;
        text-align: center;
        padding: 20px 20px;
        margin-top: 60px;
    }

    header.header-new .header-bottom {
        padding-left: 0;
        padding-right: 0;
    }

    header.header-new .header-bottom .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    nav.navbar.navbar-expand-lg {
        padding-bottom: 0px;
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px;
    }

    .navbar-collapse {
        padding-top: 50px;
    }

    .navbar-nav {
        width: 98%;
    }

    section.testimonials .test-slider1 .test-box1 {
        flex-basis: calc(94% / 2);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section.pinabtsct .ancnts {
        width: 50%;
    }

    section.testimonials .test-slider1 .test-box1 {
        flex-basis: calc(94% / 2);
    }

    section.orderdelv .ordlmas .ordlmasinner {
        flex-basis: calc(50% / 2);
    }

    .header-bottom .common-btn {
        padding: 10px 8px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 15px;
        font-size: 14px;
    }

    section.location-wrapper .common-btn {
        font-size: 12px;
        padding: 10px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .menu-sec .nav-tabs a {
        margin-right: 70px;
    }

    section.testimonials ul.slick-dots {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .indoor-text h2 {
        font-size: 30px;
    }
}


@media only screen and (min-width: 576px) {
    .mobileonly {
        display: none;
    }

    .call-num li:first-child {
        border: none;
        padding: 0;
        letter-spacing: 0;
        color: #fff;
    }

    .right-top ul li {
        font-size: 24px;
        font-weight: 700;
        height: auto;
        display: flex;
        align-items: center;
    }

    .right-top ul li img {
        height: 24px;
        margin-right: 9px;
        width: auto;
    }

    .responsive-block {
        display: none !important;
    }

    .right-top ul li a:hover {
        color: #fff;
    }

}

@media only screen and (max-width: 575px) {


    .location-wrapper .mt-4 a.common-btn {
        margin: 8px;
    }

    /* .menu-outer .menu-item-image {
        display: none;
    } */
    /* 
    .hideonmobile {
        display: none;
    } */

    .menu-outer {
        margin-bottom: 0;
    }

    header .social-top-left {
        display: none;
    }

    .mobile-order-btns {
        display: block;
        padding: 20px 0;
        background: #cc2520;
    }

    .mobile-order-btns .right-btns {
        display: block !important;
    }

    .right-hd-btn {
        position: absolute;
        right: 15px;
        top: 25px;
        display: block;
        z-index: 99;
    }

    .navbar-brand img {
        width: 100%;
        margin: 0;
        max-height: 55px;
    }

    /* section.banner {
        display: none;
    } */

    section.responsive-block {
        padding: 15px 0;
        background: #000000;
    }

    /* 
    section.about-section {
        display: none !important;
    } */

    footer .footer.footer2 {
        display: none;
    }

    footer#footertop .footer.footer1.ft3 {
        display: none;
    }

    #footertop .footer.footer1.ft2 {
        background: #256286;
        padding: 0 15px;
    }

    #footertop .col-lg-4 {
        padding-left: 0;
        padding-right: 0px;
    }

    #footertop .footer.footer1.ft2 .sectionheading h2 {
        padding-bottom: 10px;
    }

    footer {
        background: #256286;
    }

    div#footerbottom {
        padding-top: 10px;
        margin-top: 0px;
    }

    a.navbar-brand {
        max-width: 35%;
        margin: 0 0 0 5px;
        padding: 0;
        height: 60px;
        display: inline-flex;
        align-items: center;
    }

    .navbar-toggler-icon {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 24px;
    }

    .right-top ul li a {
        color: #000;
        font-size: min(4.8vw, 20px);
        font-weight: 800;
    }

    .location-wrapper .yellow-btn {
        margin: 10px auto 0 auto;
    }

    .location-inner {
        padding: 30px 10px;
    }

    .location-wrapper .mt-4 {
        margin-top: 0 !important;
    }

    .indoor-section .indoor-col:last-child {
        display: none;
    }

    .indoor-section .indoor-col:first-child {
        order: 1;
    }

    .indoor-text {
        padding: 20px 20px;
    }


    .ft-box.mt-4 {
        margin-top: 0 !important;
    }

    div#footerbottom p,
    div#footerbottom a {
        font-size: 14px;
    }

    .ft-box ul.social li a {
        padding: 6px 12px;
    }

    .ft-box ul.social li {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .address ul li {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .categorieslist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .categorieslist li a {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 9px #ddd;
        padding: 10px;
        font-weight: 700;
    }

    .categorieslist li {
        flex-basis: 50%;
        width: 50%;
        padding: 10px;
    }
}




@media (max-width: 991.95px) {
    .gallery-inner [data-fancybox] img {
        height: 400px;
    }

    /* 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: 70px !important;
    }

    .mobmenur-container i {
        color: #000000 !important;
    }

    .mobmenur-container i {
        font-size: 40px !important;
    }

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

    .mobmenu-content #mobmenuright>li a {
        text-transform: uppercase !important;
        font-size: 15px !important;
        font-family: 'Oswald', sans-serif !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #f8c41c !important;
        color: #000 !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #f8c41c !important;
        color: #000 !important;
    }

    .mobmenu-content #mobmenuright>li {
        margin-bottom: 15px !important;
    }

    button.navbar-toggler {
        display: none;
    }
}








@media (max-width: 1024px) and (min-width: 768px) {
    .menu-outer .menu-item {
        padding-right: 107px;
    }
}









@media (max-width: 991px) {
    .mobmenu-right-panel {
        width: 250px;
    }

    .banner-bullet {
        display: none;
    }

    .header-new nav {
        margin-top: 0;
    }

    .header-new .right-btns {
        margin-top: 18px;
        display: none;
    }

    .header-new .navbar-brand {
        margin-left: 23px;
    }

    button.navbar-toggler {
        font-size: 20px;
        margin-right: 23px;
    }

    .banner-slide::before {
        width: 65%;
    }

    .banner-slide .col-md-6 {
        width: 74%;
    }

    .location-column img {
        height: 400px;
    }

    .indoor-section img {
        height: 400px;
    }

    .menu-item h4 {
        font-size: 20px;
        padding-right: 98px;
    }

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

    .special-img img {
        width: 200px;
        height: 200px;
    }

    #menu-main-menu {
        background-color: #256286;
        width: 100%;
        padding: 17px 0;
    }

    #menu-main-menu li a {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav>li:not(:last-child)>a::after {
        display: none;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    #menu-main-menu li:not(:last-child) a {
        margin-bottom: 13px;
    }

    button.navbar-toggler {
        font-size: 16px;
        height: auto;
        width: auto;
        border: none;
        margin-top: 15px;
    }

    .header-new .navbar-brand {
        margin-top: 16px;
    }

    #menu-main-menu {
        padding: 17px 29px;
    }

    .call-btn {
        color: #fff;
        margin-right: 0;
        font-size: 20px;
    }

    .banner-slide .col-md-6 {
        width: 100%;
    }

    .banner-left-text {
        padding: 14px 0;
        min-height: auto;
    }

    .vertical-text {
        position: initial;
        transform-origin: initial;
        margin: 0 auto 14px;
        min-width: fit-content;
        transform: inherit;
    }

    .banner-slide {
        /* min-height: 500px; */
        padding: 50px 15px;
    }

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

    .banner-img {
        width: 100%;
        /* height: 100vh; */
    }

    .banner-text-inner {
        padding: 22px 12px;
    }

    .vertical-text {
        font-size: 35px;
        background: rgb(37 98 134 / 73%);
        margin-bottom: 0;
        padding: 10px;
        width: 100%;
    }

    .banner-text-inner {
        background: rgb(37 98 134 / 73%);
    }

    .banner-bullet li {
        width: 56%;
        text-align: left;
    }

    .menu-sec .nav-tabs a {
        margin-right: 15px;
    }

    .menu-sec .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .menu-item-image img {
        width: 200px;
    }

    .menu-item-list .menu-item {
        text-align: left;
    }

    .menu-item-list .menu-item h4 {
        padding-right: 0;
    }

    .text-center.menu-btn {
        text-align: center !important;
    }

    .menu-item-list {
        margin-top: 28px;
    }

    .menu-item-list .menu-item {
        margin-bottom: 15px;
    }

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

    .menu-item .card-header h4 {
        padding-right: 0;
    }

    .row.custom_row_three .right_pic,
    .custom_row_four .right_pic {
        margin-top: 30px;
    }

    .cutom_row_com .right_pic {
        margin-bottom: 30px;
    }

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

    .reach-us li {
        text-align: left;
        gap: 14px
    }

    .inner_testimonial .test-inner p {
        display: inherit;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
    }

    .inner-banner {
        min-height: 28vh;
    }

    .navbar-brand img {
        max-height: 65px;
    }

    .con_form_ .form-group {
        text-align: left;
    }

    .contact-us-inner .row {
        text-align: left;
    }

    #bg_set {
        padding: 50px 0px;
    }

    .inner_pages_text .left_text {
        padding: 3em 2em 2em 2em;
    }

    .menu-item-list {
        margin-top: 0;
    }

    .form_bx form {
        padding: 19px;
    }

    .inner-banner-content.boxed .banner-title {
        margin-bottom: 1.1rem;
    }

    .all_carering_menu {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-menu .card .title>* {
        text-align: left;
    }

    .our-menu .menu-item .card-header {
        display: block;
    }

    .our-menu .card .card-header .title {
        width: 100%;
    }

    .our-menu .card .card-body {
        text-align: left;
    }

    .special-box {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .banner-left-text {
        min-height: auto;
    }

    .banner-text-inner h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .banner-text-inner h2 {
        font-size: 22px;
    }

    .menu-item-image img {
        margin-bottom: 32px;
    }

    .menu-item-list .menu-item h4 {
        padding-right: 50px;
    }

    .pe-lg-5 {
        margin-bottom: 30px;
    }

    .mobmenur-container {
        margin-right: 5px !important;
        top: 65px !important;
    }

    .mobmenur-container i {
        font-size: 30px !important;
    }

    .inner-banner {
        min-height: 22vh;
    }
}









/* 11-10-2024 */
.error {
    background: red;
    width: 100%;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 14px;
}

.g-recaptcha {
    max-height: 60px;
}
#contact-form .col-lg-10 .error {
    width: fit-content;
    font-size: 14px;
}
#appoinment-form .col-lg-10 .error {
    width: fit-content;
    font-size: 14px;
}

@media (max-width: 1095.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 0 12px !important;
    }
    .about-inner .col-lg-6 img {
        margin-top: 28px;
    }
}


@media (max-width: 991.98px) {

    .indoor-section img {
        height: 100%;
    }

    .menu-sec .nav-tabs {
        gap: 50px;
    }

    .indoor-sec .about-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .special-box h4 {
        font-size: 19px;
    }

    .menu-sec .col-md-5 {
        display: none;
    }

    .menu-sec .col-md-7 {
        width: 100%;
    }

    .price-item {
        font-size: 25px;
    }

    .ft1 {
        display: none;
    }

    .ft3 {
        display: none;
    }

    footer {
        padding-top: 35px;
    }

    #footertop .sectionheading h2 {
        font-size: 22px;
        padding-bottom: 10px;
        text-align: center;
    }

    .ft2 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .address ul li {
        padding-bottom: 10px;
    }

    div#footerbottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    button#contact_submit {
        right: 16px !important;
    }
}



@media (max-width: 575.98px) {
    .our-menu .menu-wrapper {
        padding: 5px;
    }

    .our-menu .menu-item .title * {
        font-size: 18px;
    }

    .banner-img img {
        object-fit: cover;
        height: 500px;
    }

    .menu-sec .nav-tabs {
        gap: 35px;
    }

    .price-item {
        font-size: 22px;
    }


    .indoor-sec ul li {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .about-text ul li::before {
        display: none;
    }

    .about-text ul li::after {
        display: none;
    }

    .heading-center {
        margin-bottom: 0px;
    }

    #footertop .address ul {
        margin-top: 5px;
    }

    .address ul li {
        margin-bottom: 14px !important;
    }

    .subheading {
        font-size: 25px;
    }

    .banner-text-inner h2 {
        font-size: 22px !important;
    }
    #appoinment-form .col-lg-2 {
        width: 100% !important;
    }
    button#contact_submit {
        right: inherit !important;
        margin-top: 15px;
    }
  
}



@media (max-width: 1280.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 20px;
    }

    button#contact_submit {
        right: 8px;
    }

    #contact-form {
        position: relative;
    }
}

@media (max-width: 1279.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 19px;
    }

    .call-btn {
        font-size: 18px;
    }

}

/* 11-10-2024 */



.tp_phn {
    position: relative;
    top: -3px;
}
.tp_hd {
    display: flex;
    justify-content: space-between;
    background: #089ac6;
    padding: 7px 16px 1px;
}

.tp_hd .tp_icon {
    color: #000;
    border-color: #fff100;
    background: #fff100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    border-radius: 5px;
    height: 30px;
}
.tp_hd .tp_icon a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    /* height: 30px; */
    padding: 0px 7px;
}
.tp_hd .call-btn {
    margin-right: 0;
    color: #fff;
}
.indicator {
    color: #cb0000;
}
#time,
#datepicker,
#eventname {
    position: relative;
    background-image: url(https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 51%;
}
#datepicker {
    background-image: url(https://develop.stackblue.com/pineairedeli/wp-content/uploads/2024/10/calender.png);
}
#eventname {
    background-position: 99% 51%;
}

#appoinment-form .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
#appoinment-form .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.tab-activ {
    color: #089ac6 !important;
}
@media (max-width: 991px) {
    .tp_hd {
        display: none;
    }
    #appoinment-form .col-lg-10 {
        flex: 0 0 auto;
        width: 74.333333%;
    }
    .mobmenu-right-panel {
        width: 384px !important;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    #appoinment-form .col-lg-10 {
        width: 81.333333%;
    }
    #time, #datepicker, #eventname {
        background-position: 96% 51%;
    }
    #eventname {
        background-position: 99% 51%;
    }
    #contact-form .col-lg-10 {
        width: 78.333333%;
    }
    .mobmenu-right-panel {
        width: 384px !important;
    }
}
@media (max-width: 769px) and (min-width: 768px) {
    #time, #datepicker, #eventname {
        background-position: 99% 51%;
    }
}


@media (max-width:575px) {
    .form_bx .form-group .common-btn {
        margin-top: 16px;
    }
    #appoinment-form .col-lg-10 {
        flex: 0 0 auto;
        width: 81.333333%;
    }
    .navbar-brand img {
        margin: 0;
        max-height: inherit !important;
        width: 47%;
        height: auto;
        position: relative;
        top: -8px;
    }
    #appoinment-form .col-lg-10 .error {
        display: block;
    }
}

#mobmenuright .tab-activ {
    color: #000 !important;
    background-color: #f8c41c;
}