/* Google Fonts Import */

@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

/* Headings use Forum */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
}


/* Body text, paragraph, span, button, links, etc. use Open Sans */

p,
span,
button,
a,
li,
input,
textarea,
select {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

p {
    color: #000;
    /* font-weight: 500; */
}

.btn-grill-one {
    color: #fff;
    text-transform: capitalize;
    padding: 11px 23px;
    display: inline-block;
    font-weight: 600;
    background-color: #f33335;
    border: 1px solid #f33335;
    text-decoration: none;
    transition: 0.5s;
}

.btn-grill-one:hover {
    background-color: #16b366;
    border: 1px solid #16b366;
}

.btn-grill-two {
    color: #fff;
    text-transform: capitalize;
    padding: 11px 23px;
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    transition: 0.5s;
}

.btn-grill-two:hover {
    background-color: #f33335;
    border: 1px solid #f33335;
}

.btn-grill-three {
    color: #f33335;
    text-transform: capitalize;
    padding: 11px 34px;
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #f33335;
    text-decoration: none;
    transition: 0.5s;
}

.btn-grill-three:hover {
    color: #fff;
    background-color: #f33335;
    border: 1px solid #f33335;
}

.section-title h2 {
    color: #000;
    font-size: 44px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f33335;
    display: inline-table;
    line-height: normal;
}

section {
    padding: 80px 0px;
}


/* Container of dots */

.slick-dots {
    bottom: 20px;
    /* distance from slider */
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}


/* Each dot */

.slick-dots li {
    margin: 0 6px;
    /* spacing between dots */
}

.slick-dots li button {
    width: 10px;
    height: 12px;
    border-radius: 0px;
    background-color: #f3333547;
    border: none;
    outline: none;
    transition: 0.5s;
    font-size: 0px;
}


/* Active dot */

.slick-dots li.slick-active button {
    background-color: #f33335;
    outline: 2px solid #f33335;
    outline-offset: 2px;
}


/* Hover effect */

.slick-dots li button:hover {
    background-color: #f33335;
    cursor: pointer;
    transform: scale(1.2);
}

.site-header {
    padding: 25px 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.site-header .site-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.left-menu-wrapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0;
}

.left-menu-wrapper ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    line-height: normal;
}

.logo-wrapper {
    position: relative;
}

.logo-wrapper a {
    width: 280px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-47%, -50%);
}

.logo-wrapper a img {
    width: 100%;
}

.right-menu {
    display: flex;
    align-items: center;
    gap: 35px;
}

.right-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.right-menu ul li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right-menu ul li:last-child a {
    color: #16b366;
    font-size: 20px;
    font-weight: 600;
}

.banner-image {
    padding: 0px;
}

.banner-image img {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

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

.site-header {
    position: fixed;
    height: 240px;
    top: 0;
    background: linear-gradient(to bottom, #000000 0%, #44444400 100%);
}


/* .site-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 136px;
    top: 0;
    background: linear-gradient(to bottom, #000000 0%, #44444400 100%);
} */

header.site-header.header-fixed {
    background: #fff;
    position: fixed;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 99;
}

.header-fixed .right-menu ul li a {
    color: #000;
}

.header-fixed {
    height: auto;
}

.header-fixed .right-menu ul li:last-child a {
    color: #16b366;
}

.header-fixed .left-menu-wrapper ul li a {
    color: #000;
}

.main-video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    height: 100vh;
}

.about-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    min-height: 700px;
}

.main-video-wrapper::before {
    height: 100%;
    width: 100%;
    background-color: #000;
    inset: 0;
    position: absolute;
    content: "";
}

.banner-video-wrapper .main-bx video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    object-position: left;
}

.banner-video-wrapper .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 88;
}

.hero-text-slider2 span {
    font-size: 18px;
    color: #fff;
    position: relative;
    /* padding-left: 55px; */
}


/* .hero-text-slider2 span::before {
    height: 4px;
    width: 40px;
    background-color: #f33335;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
} */

.hero-text-slider2 h1,
.hero-text-slider2 h2 {
    font-size: 60px;
    color: #fff;
    width: 100%;
    max-width: 676px;
    text-transform: capitalize;
    line-height: normal;
    margin: 15px 0px;
}

.banner-video-wrapper {
    position: relative;
}

.banner-video-wrapper::before {
    height: 553px;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, #44444400 100%);
    z-index: 32;
    content: "";
    top: auto;
    bottom: 0;
    position: absolute;
}

.welc_bx {
    text-align: center;
    /* background-color: #000000ba; */
    width: fit-content;
    margin: auto;
    padding: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
}

.welc_bx h1 {
    text-align: center;
    margin: 0 auto 11px;
}

.welc_bx .action-btn {
    justify-content: center;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-grid {
    display: grid;
    grid-template-columns: 47% 54%;
    align-items: center;
    position: relative;
    gap: 40px;
    justify-content: center;
}

.about-text-wrapper {
    background: #fff;
    padding: 35px;
    text-align: center;
    max-width: 524px;
}

.about-text {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 50px;
}

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

.certificate-image img {
    width: 100%;
    height: 100%;
    max-width: 98%;
    display: block;
    margin-left: 0%;
}

.shop-certificate-wrapper {
    position: relative;
}

.certificate-image {
    position: absolute;
    width: 100%;
    max-width: 680px;
    top: 80px;
}

.certified-grid .left-side img {
    width: 100%;
    max-width: 100%;
}

.certified-grid {
    display: grid;
    grid-template-columns: 35% calc(65% - 20px);
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
    margin-top: 10px;
}

.certified-grid .image-bx {
    position: relative;
}

.certified-grid .left-side {
    position: relative;
    /* height: 682px; */
}

.first-image {
    position: relative;
    /* left: 59px; */
    padding: 0px 5px;
}

.second-image {
    position: relative;
    bottom: 146px;
    left: -55px;
}

.certified-pic img {
    width: 100%;
}

.certified-section .right-side {
    width: 100%;
    max-width: 84%;
    margin-left: auto;
    display: block;
    position: relative;
    text-align: center;
}

.certified-section .section-header h2 {
    font-size: 36px;
    margin: 0px;
    text-transform: capitalize;
    font-style: normal;
    line-height: normal;
}

.certified-root {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}

.certified-block .image-bx {
    background: #16b366;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}

.certified-block .image-bx img {
    width: 100%;
    max-width: 38px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(305deg) brightness(104%) contrast(101%);
}

.certified-block .text span {
    font-size: 15px;
    line-height: 22px;
    margin-top: 6px;
    display: block;
    color: #000;
    font-weight: 600;
}

.certified-section {
    background-color: #f9fbf4;
    padding: 85px 0px;
    /* padding-bottom: 120px; */
}

.info-url {
    margin-top: 35px;
}

.info-url span,
a {
    text-decoration: none;
    color: #000;
    /* font-size: 14px; */
    text-transform: math-auto;
}

.info-url a {
    color: #f33335;
    padding-left: 4px;
    font-weight: 700;
}

.menu-section .slick-dots {
    margin-top: 45px;
}

.menu-section .section-head {
    text-align: center;
    margin-bottom: 46px;
}

.food-image img {
    width: 100%;
    max-width: 100%;
    transition: all ease 0.5s;
    transform: scale(1);
}

.menu-section .food-item:hover img {
    transform: scale(1.09);
}

.menu-section .food-item:hover {
    background-color: #efefef;
    cursor: pointer;
}

.menu-section .food-item:hover .tag {
    border: 1px solid #16b366;
}

.menu-section .food-item:hover .tag::before {
    background-color: #16b366;
}

.menu-section .food-item {
    background: #ebf0de;
    margin: 0px 15px;
    padding: 26px 15px;
    border-radius: 25px;
    transition: 0.4s;
}

.menu-section .food-item .food-text h3 {
    text-align: center;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
}

.menu-section .food-item .tag {
    height: 27px;
    width: 27px;
    border: 1px solid #cd1e01;
    position: relative;
    display: grid;
    transition: 0.4s;
    place-items: center;
}

.menu-section .food-item .tag::before {
    height: 12px;
    width: 12px;
    background-color: #cd1e01;
    border-radius: 100px;
    content: "";
    position: absolute;
    transition: 0.4s;
}

.menu-section .btn-bx {
    margin-top: 48px;
}

.catering-section .section-header {
    text-align: center;
}

.catering-section {
    background-color: #f9fbf4;
}

.catering-grid {
    display: grid;
    grid-template-columns: 30% 45% 30%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

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

.menu-tabs ul li {
    cursor: pointer;
    transition: background 0.3s;
}

.menu-tabs ul .main-block p,
.menu-tabs ul .main-block a {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 16px;
    padding: 0px 10px;
    padding-bottom: 8px;
    margin: 0;
}

.menu-tabs ul .main-block.active p,
.menu-tabs ul .main-block.active a {
    display: block;
    opacity: 1;
}

.menu-tabs ul .main-block.active a {
    color: #f33335;
    text-transform: capitalize;
    margin-left: 10px;
    margin-top: 15px !important;
    font-weight: 500;
    padding: 0px !important;
    padding-left: 8px;
    border-bottom: 2px solid #f33335;
    display: inline !important;
}


/* .right-food-menu {
    margin-left: auto;
} */

.menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 1px solid #000000;
    padding: 12px 24px;
    border-radius: 100px;
    margin: 18px 0px;
    width: 100%;
    max-width: 322px;
}

.menu-title span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.center-image img {
    width: 100%;
    max-width: 425px;
    border-radius: 12px;
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto;
}

.active .menu-title {
    background-color: #f33335;
    border: 1px solid #f33335;
}

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

.active .menu-title span img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(16%) hue-rotate(275deg) brightness(105%) contrast(106%);
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.gallery-grid .gallery-item {
    overflow: hidden;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    padding: 7px;
    background: #fff;
    box-shadow: 3px 0px 5px #b3aeae;
}

.gallery-grid .gallery-item img {
    transition: 0.3s;
    width: 100%;
    max-width: 100%;
}

.gallery-grid .gallery-item:hover a {
    transform: scale(1);
}

.gallery-wrapper .btn-bx {
    margin-top: 48px;
}

.client-review-section {
    background: #f1f1f1;
}

.client-review-section .head-bx {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.client-review-section .google-icon {
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    background: #fff;
    border-radius: 42px;
}

.client-review-section .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: orange;
}

.client-review-section .bottom-bx {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
    text-align: center;
}

.client-review-section .bottom-bx h5 {
    color: #f33335;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
}

.client-review-section .btn-bx {
    margin-top: 48px;
}

footer {
    padding: 80px 0px;
    background-color: #0f0e0e;
    padding-bottom: 0px;
}

.footer-top .footer-info a:hover {
    color: #16b366;
}

.footer-top {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    border-bottom: 1px solid #16b36650;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.footer-top .footer-info:nth-child(2) {
    width: 100%;
    max-width: 95%;
    text-align: center;
}

.footer-top .footer-info:nth-child(3) {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
}

.footer-info h5 {
    color: #16b366;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.datepicker-col {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    line-height: 1;
}

.datepicker-col::after {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.nykandahargrill.com/wp-content/uploads/2025/11/calendar-1.png);
}

.footer-info p,
a,
span {
    color: #fff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-bottom .footer-col:nth-child(2) {
    width: 100%;
    max-width: 87%;
    position: relative;
    text-align: center;
}

.footer-bottom .footer-col:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #16b36650;
    left: 0%;
}

.footer-bottom .footer-col:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #16b36650;
    right: -1%;
    top: 0;
}

.footer-bottom .footer-col:nth-child(3) {
    width: 100%;
    margin-left: auto;
    max-width: 247px;
}

.footer-title h4 {
    font-size: 24px;
    color: #16b366;
    margin-bottom: 33px;
}

.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hours-root {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
}

.footer-actions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.footer-actions a:first-child {
    background-color: #edc384;
    border: 1px solid #edc384;
    color: #000;
    padding: 10px 28px;
}

.copy-right {
    background-color: transparent;
    padding: 15px 0px;
    border-top: 1px solid #16b36650;
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

.copy-right .container {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.copy-right .container p {
    color: #fff;
    margin: 0px;
}

.right-icon {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footer-text p {
    color: #fff;
}

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

.footer-text {
    margin-top: 22px;
}

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

.hours-bx ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hours-bx ul li span {
    text-align: right;
    text-transform: capitalize;
}

.hours-bx ul li span+span {
    max-width: 124px;
}

.copy-right .container p a {
    color: #16b366;
    text-transform: capitalize;
    font-weight: 500;
}

.right-icon a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    display: grid;
    place-content: center;
}

.client-review-section .slick-dots {
    margin-top: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
    /* hover zoom */
}

@media only screen and (max-width: 1399px) {
    .second-image {
        bottom: 130px;
        left: -33px;
        max-width: 375px;
        margin-left: 5px;
    }
    .first-image {
        left: 52px;
        bottom: 22px;
    }
}

.inner-banner.overlay-dark {
    background-color: #16b366;
}

section.inner-banner.overlay-dark h1 {
    margin: 0 0 20px 0;
}

.icon-bx-wraper {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.contact_banner .row {
    margin-top: 20px;
}

.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #322f2a;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 60px;
    background: #f33335;
}

.icon-bx-wraper .icon-bx i {
    font-size: 26px;
    color: #ffffff;
}

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

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

.inner-pages-header {
    position: unset;
    background: #0f0e0e;
    height: auto;
}

.icon-content a {
    color: #c32d2f;
    font-weight: 500;
    font-size: 16px;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://www.nykandahargrill.com/wp-content/uploads/2025/10/Frame-2753.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cater_form {
    padding: 50px 30px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
}

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

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

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

.textarea_field {
    width: 100%;
}

textarea#message {
    height: 100px;
    display: block;
}

.limit_box i {
    color: #000 !important;
    font-style: normal;
    text-transform: capitalize;
}

.limit_box span {
    color: #000 !important;
}

.page-id-116 .about-wrapper2 {
    background: #f33335;
}

.about-wrapper2 .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.about-wrapper2 .about-grid .about-image {
    height: 100%;
    margin-right: 20px;
}

.about-wrapper2 .about-grid .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-116 .about-wrapper2 .section-title h1,
.page-id-116 .about-wrapper2 .section-title h2,
.page-header h1,
.section-title h1 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffffff;
    display: inline-table;
    line-height: normal;
    text-transform: capitalize;
}

.page-id-116 .section-title h2 {
    font-size: 45px;
}

.page-id-86 .section-title h2 {
    font-size: 45px;
    /* color: #fff; */
    /* border-bottom: 3px solid #fff; */
}

.page-id-116 .about-wrapper2 * {
    color: #fff;
}

.page-id-116 .about-parllex2 {
    background-repeat: repeat;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

.Catering-section {
    background-color: #f33335;
}

.Catering-section h2 {
    color: #fff;
    border-bottom: 3px solid #fff;
}

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

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

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

.about-parllex2 .about-text2 {
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    /* outline: 2px solid #f33335; */
    outline-offset: -7px;
}

.slick-header {
    padding: 50px 0px;
    background: #f33335;
    text-align: center;
}

.gallery-wrapper2 .gallery-grid {
    margin-top: 0px;
}

.about-parllex3 .section-title h2 {
    font-size: 45px;
    margin-bottom: 14px;
}

.form-grid {
    padding: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}

.form-grid .section-title h2 {
    font-size: 45px;
    text-align: center;
    border-bottom: 3px solid #f33335;
}

.form-grid input {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
}

.form-grid select {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
}

.form-grid textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
}

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

.chat-section {
    height: 100dvh;
    background: #16b366;
    display: grid;
    place-content: center;
}

.chat-section .chat-bx {
    display: flex;
    gap: 40px;
}

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

.waviy span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(0.2s * var(--i));
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 60px;
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-20px);
    }
}

.map-section {
    padding: 0;
    line-height: 0px;
}

.map-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.map-section .container iframe {
    width: 100%;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-banner {
    position: relative;
    padding: 0px !important;
    width: 100%;
}

.top-banner:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #00000091;
    inset: 0;
}

.top-banner .banner-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.top-banner .banner-image-wrapper img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
}

.top-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.top-banner .banner-text h1 {
    font-size: 38px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.menu_top {
    background-color: #f33335;
}

.menu_top .menu_txt_bx,
.menu_top .menu_txt_bx * {
    text-align: center;
    color: #fff;
}

.menu-sec-right.menu-cl-1 {
    background-color: #fff;
}

.FoodMenu-nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 15px;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0px 0 30px 0;
}

.FoodMenu-nav .FoodMenu-link {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 0;
    transition: 500ms all cubic-bezier(0.145, 0.98, 0, 1);
    background: transparent;
    box-shadow: unset;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}

.FoodMenu-nav .FoodMenu-link.active {
    background-color: #f33335;
    color: #fff;
}

.FoodMenu-content {
    border: 2rem solid #fff;
    border-image: url(https://www.nykandahargrill.com/wp-content/uploads/2025/10/menu-border-1.png);
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 1rem;
    margin-block-start: 3rem;
}

.FoodMenu-content.tab-content .section-title {
    text-align: center;
    margin: 0 0 22px 0;
}

.FoodMenu-row.row {
    row-gap: 25px;
}

.FoodMenu-root {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: max-content max-content;
    padding: 1rem;
    background-color: #ffffff;
    align-items: center;
    height: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    box-shadow: 4px 4px #ebebeb3d;
}

.FoodMenu-root .FoodMenu-title {
    font-weight: 600;
    font-size: 20px;
}

.FoodMenu-root .FoodMenu-description {
    grid-area: 2 / 1 / 3 / -1;
    border-top: 2px dashed #e0e0e0;
    margin-block-start: 0.5rem;
    padding-block-start: 0.5rem;
}

.FoodMenu-description p {
    text-transform: capitalize;
    margin: 0;
}

.FoodMenu-root .FoodMenu-price {
    background-color: #f33335;
    color: #fff;
    padding: 0.15em 0.725em;
    border-radius: 100vmax;
    text-shadow: 1px 1px hsl(0, 0%, 0%, 50%);
}

.Pane-header .section-title h2 {
    font-size: 45px;
}

.policy_text section h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.policy_text p a {
    font-size: 16px;
}

.policy_text section .section-title {
    margin: 30px 0 0 0;
}

.limit_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 10px;
}

.bg-gold {
    background: #fff0d7;
}

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

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

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

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

.food-name-price h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
}

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

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

.restaurant-menu.bg-black {
    background: #000000;
}

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

.restaurant-menu2 .main-menu-title h3 {
    color: #fff;
}

.restaurant-menu.bg-black:after {
    content: "";
    background: #101010;
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
    right: 0;
    left: 0;
    pointer-events: none;
    margin-inline: auto;
    z-index: 0;
}

.restaurant-menu.bg-gold:after {
    content: "";
    background: #edc384;
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
    right: 0;
    left: 0;
    pointer-events: none;
    margin-inline: auto;
    z-index: 0;
    opacity: 0.6;
}

section.restaurant-menu {
    position: relative;
}

.menu-head {
    position: relative;
    z-index: 2;
}

.restaurant-grid {
    position: relative;
    z-index: 2;
}

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

.main-menu-title p {
    max-width: 400px;
    margin: 0 auto 15px;
}

.main-menu-title h3 {
    color: #000;
    font-weight: 700;
}

section.restaurant-menu .food-name-price h3 {
    color: #000;
}

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

.section-title.menu_page_title {
    text-align: center;
}

.section-title.menu_page_title h1 {
    display: inline-block;
    margin: 0 0 22px 0;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #f33335;
    color: #f33335;
    font-size: 44px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: normal;
}

section.restaurant-menu.bg-black.resturant_col_2::after {
    display: none;
}

.section-title.menu_page_title {
    padding: 50px 0 0 0;
}

.btn-bx.btn-bx-white a.btn-grill-three {
    border-color: #fff;
    color: #000000;
    background: #fff;
}

.btn-bx.btn-bx-white a.btn-grill-three:hover {
    background-color: #fff;
    color: #000000;
}

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

.quick-access-bar a:last-child {
    background: #f33335;
    border: 0px;
    order: -2;
}

.quick-access-bar a {
    background: #16b366;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-weight: 400;
}

.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
}

.client-review-sliderr .review-box .head-bx {
    justify-content: flex-start;
}

.client-review-sliderr .review-box .bottom-bx {
    text-align: left;
    max-width: 100%;
}

.certified-root .certified-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-image-scroll-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 50%;
    right: 0;
    top: 0;
}

.about-wrapper2 .strip-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-wrapper2 .strip-up {
    background-image: url("https://www.nykandahargrill.com/wp-content/uploads/2025/10/Frame-544.png");
    background-size: cover;
    background-repeat: repeat-y;
    animation: scrollUp 28s linear infinite;
}

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

.about-wrapper2 .strip-up2 {
    background-image: url("https://www.nykandahargrill.com/wp-content/uploads/2025/11/Group-216.jpg") !important;
}

.about-wrapper2 .strip-down {
    background-image: url("https://www.nykandahargrill.com/wp-content/uploads/2025/10/Frame-544-1.png");
    background-size: cover;
    background-repeat: repeat-y;
    animation: scrollDown 28s linear infinite;
}

section.about-wrapper2 {
    position: relative;
}


/* Animations */

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

span.error {
    background: red;
    color: #fff;
    display: block;
    padding: 2px 5px;
    font-size: 14px;
}

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

section.about-wrapper2.Catering-section h4 {
    color: #fff;
    margin: 20px 0 0 0;
    font-weight: 400;
}

section.about-wrapper2.Catering-section h4 {
    color: #fff;
    margin: 20px 0 0 0;
    font-weight: 400;
}

ul.list_offer_in {
    margin: 10px 0 20px 0;
    list-style: none;
    padding: 0 0 0 20px;
    color: #fff;
    position: relative;
    flex-direction: column;
    display: flex;
    row-gap: 8px;
    list-style: disc;
}

.mian-cit-grid {
    display: grid;
    grid-template-columns: 440px 540px;
    align-items: center;
    gap: 45px;
    justify-content: center;
}

.mian-cit-grid .image img {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 1px solid #eeeeeeb3;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Certified-block {
    background-color: #f9fbf4;
}

.client-review-section .section-title {
    margin-bottom: 35px;
}

.mob-menu-header-holder {
    z-index: 99 !important
}

.page-id-155 .client-review-section .bottom-bx p {
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    text-overflow: unset;
}

.page-id-155 .client-review-section .bottom-bx h5 {
    margin-top: 15px;
}

@media only screen and (max-width: 1440px) {
    .welc_bx {
        text-align: center;
        margin: auto;
        padding: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%, 19%);
        left: 50%;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .site-header {
        display: block !important;
    }
}

@media only screen and (max-width: 1199.5px) {
    .about-wrapper {
        background-attachment: scroll;
    }
    #mobmenuright li a {
        border-bottom: 1px solid #2f2f2f;
        padding: 10px 15px !important;
        color: #fff !important;
        text-transform: capitalize !important;
        text-decoration: none !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
    }
    .mobmenu-content {
        margin-top: calc(100% - 80%) !important;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #fff !important;
        background: #f33335 !important;
        height: 39px !important;
        width: 39px !important;
        font-size: 27px !important;
    }
    .mobmenu-right-panel {
        background-color: #252525 !important;
    }
    .mobmenur-container i {
        line-height: 39px !important;
        float: right !important;
        font-size: 28px !important;
        background: #f33335 !important;
        height: 39px !important;
        width: 39px !important;
        color: #fff !important;
    }
    .banner-video-wrapper::before {
        height: 100%;
        background: #000;
        opacity: 0.4;
    }
    header.site-header.header-fixed {
        position: relative;
    }
    .left-menu-wrapper {
        display: none;
    }
    .quick-access-bar {
        display: grid;
    }
    .logo-wrapper a {
        width: 280px;
        display: block;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .right-menu-wrapper .right-menu {
        display: none;
    }
    .right-menu-wrapper {
        padding: 0 70px 0 0;
    }
    .hero-text-slider2 h1,
    .hero-text-slider2 h2 {
        font-size: 52px;
    }
    .section-title h2 {
        font-size: 38px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .about-grid {
        grid-template-columns: 400px 1fr;
    }
    .certified-root {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .first-image {
        left: 20px;
        bottom: 22px;
    }
    .second-image {
        margin-left: 0;
        left: 0;
    }
    .certified-section .right-side {
        max-width: 90%;
        top: 0;
        margin: 0 auto;
    }
    .catering-grid {
        grid-template-columns: 250px 1fr 250px;
    }
    .menu-title span {
        font-size: 20px;
    }
    .menu-title {
        padding: 12px 16px;
    }
    header.site-header {
        display: block !important;
        position: relative;
        padding: 10px 0;
        height: auto;
        background-color: #fff;
        background: transparent;
    }
    .mob-menu-header-holder.mobmenu {
        width: auto;
    }
    .mobmenur-container {
        right: 0 !important;
        top: 0 !important;
        margin: 65px 15px 0 0 !important;
    }
    .mobmenur-container.fixed {
        margin: 30px 15px 0 0 !important;
    }
    .right-menu-wrapper {
        padding: 0 80px 0 0;
    }
    .main-menu-title p {
        max-width: 310px;
    }
    .food-name-price h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991.5px) {
    .parallax-section-new {
        background-attachment: scroll;
    }
    .about-parllex2 {
        background-attachment: scroll;
    }
    .mian-cit-grid {
        grid-template-columns: 1fr !important;
    }
    .right-image-scroll-box {
        max-width: 100%;
    }
    .banner-video-wrapper {
        background: #252525;
    }
    .welc_bx {
        transform: unset;
        position: unset;
        padding: 35px 0px;
    }
    .banner-video-wrapper .container {
        position: unset;
        transform: unset;
    }
    .banner-video-wrapper::before {
        display: none;
    }
    .banner-video-wrapper .main-bx video {
        height: auto;
    }
    .main-video-wrapper {
        padding: 0px;
        height: auto;
    }
    .context-box ul li {
        width: calc(100%) !important;
    }
    .context-box ul {
        flex-direction: column !important;
    }
    .parallax-section-new {
        background-attachment: inherit;
    }
    .hero-text-slider2 h1,
    .hero-text-slider2 h2 {
        font-size: 42px;
    }
    .certified-grid {
        gap: 40px;
    }
    .footer-top .footer-info:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }
    .footer-top {
        border: 0px;
    }
    .copy-right .container {
        grid-template-columns: 1fr;
    }
    .right-icon {
        justify-content: center;
        margin-top: 25px;
    }
    .copy-right .container p {
        text-align: center;
    }
    footer {
        padding-bottom: 0px;
    }
    .footer-bottom .footer-col:nth-child(2) {
        max-width: 100%;
    }
    .footer-bottom .footer-col:nth-child(2)::after {
        display: none;
    }
    .footer-bottom .footer-col:nth-child(2)::before {
        display: none;
    }
    .footer-info {
        border-bottom: 1px dashed #16b36659;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .footer-bottom {
        grid-template-columns: 100%;
    }
    .footer-bottom .footer-col:first-child {
        display: none;
    }
    .footer-bottom .footer-col:last-child {
        display: none;
    }
    .footer-top {
        padding-bottom: 0px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .footer-info:nth-child(3) {
        width: 100%;
        max-width: 100%;
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
    footer {
        padding: 35px 0px;
    }
    section {
        padding: 35px 0px;
    }
    .certified-section {
        padding: 35px 0px;
    }
    .certificate-image {
        position: initial;
        width: initial;
        max-width: 555px;
        top: 147px;
        margin: 0 auto;
    }
    .about-text-wrapper {
        margin: 0 auto;
    }
    .about-wrapper {
        min-height: auto;
        background-attachment: inherit;
    }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .section-title h2 {
        font-size: 34px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .about-text-wrapper {
        padding: 24px 15px;
    }
    .first-image {
        left: 0;
        bottom: 0;
    }
    .second-image {
        margin-left: 0;
        left: 0;
        bottom: 0;
    }
    .certified-grid .left-side {
        position: relative;
        height: auto;
    }
    .certified-grid {
        align-items: normal;
        grid-template-columns: 100%;
    }
    .certified-block .image-bx {
        height: 65px;
        width: 65px;
    }
    .certified-block .image-bx img {
        width: 100%;
        max-width: 28px;
    }
    .certified-block .text span {
        margin-top: 6px;
    }
    .certified-section .section-header h2 {
        font-size: 30px;
    }
    .menu-section .food-item .food-text h3 {
        font-size: 24px;
    }
    .about-text-wrapper {
        padding: 24px 15px;
    }
    section.about-wrapper {
        min-height: auto;
    }
    .catering-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .catering-grid .center-image {
        width: 100%;
        order: 1;
    }
    .catering-grid .menu-tabs.left-food-menu {
        order: 2;
        width: 100%;
    }
    .catering-grid .menu-tabs.right-food-menu {
        order: 3;
        width: 100%;
    }
    .menu-tabs ul li.main-block .menu-title {
        width: 100%;
        max-width: 100%;
    }
    .menu-title {
        padding: 8px 16px;
        margin-bottom: 12px;
    }
    .footer-bottom .footer-col:nth-child(2)::before {
        position: absolute;
        content: "";
        left: -20px;
    }
    .footer-bottom .footer-col:nth-child(2)::after {
        position: absolute;
        content: "";
        right: -20px;
    }
    .restaurant-menu.bg-black:after,
    .restaurant-menu.bg-gold:after {
        display: none;
    }
    .restaurant-menu-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
    .main-menu-title p {
        max-width: 100%;
    }
    .main-menu-title {
        margin-bottom: 30px;
    }
    section.inner-banner.contact_banner .row {
        row-gap: 20px;
    }
    .about-parllex2 .about-text2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .about-parllex2 {
        min-height: auto;
    }
    .about-wrapper2 .about-grid {
        grid-template-columns: 1fr;
    }
    .right-image-scroll-box {
        position: unset;
    }
    .about-wrapper2 .strip-container {
        height: 500px;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media only screen and (max-width: 767.5px) {
    .page-header h1 {
        font-size: 35px;
    }
    .certified-section {
        padding-bottom: 0px;
        padding-top: 40px;
    }
    .banner-video-wrapper .main-bx video {
        height: 350px;
    }
    .main-video-wrapper {
        height: auto;
    }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    /* 
    .footer-bottom {
        display: none;
    } */
    .footer-top {
        grid-template-columns: 1fr;
    }
    .footer-top .footer-info {
        max-width: 100% !important;
    }
    .footer-top .footer-info {
        max-width: 100% !important;
        text-align: left !important;
    }
    .footer-top {
        padding-bottom: 0;
        margin-bottom: 30px;
        gap: 0px;
    }
    .copy-right .container {
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .right-icon {
        gap: 20px;
        margin: 12px 0 0 0;
    }
    .certified-grid {
        align-items: normal;
        grid-template-columns: 100%;
        margin: 0;
    }
    .certified-grid .left-side .second-image {
        width: 100%;
        max-width: 100%;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .hero-text-slider2 h1,
    .hero-text-slider2 h2 {
        font-size: 32px;
    }
    .right-icon {
        justify-content: center;
    }
    .about-wrapper2 .about-grid {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-wrapper2 .about-grid .about-image {
        margin-right: 0;
    }
    ul.FoodMenu-nav {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
        overflow: auto;
    }
    .Pane-header .section-title h2 {
        font-size: 28px;
    }
    .footer-top .footer-info {
        text-align: center !important;
    }
    .restaurant-menu-list {
        column-gap: 10px;
    }
    .about-text {
        margin-top: 0;
        padding-right: 0;
    }
    .about-text {
        text-align: center;
    }
    ul.list_offer_in {
        list-style: none;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .certified-section {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .mian-cit-grid {
        gap: 25px;
    }
    .section-title h2 {
        font-size: 30px !important;
    }
    .food-name p {
        width: 100%;
        max-width: 79%;
    }
    .copy-right {
        background-color: transparent;
        padding: 8px 0px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        border-top: 1px dashed #16b36659;
        padding-top: 15px;
    }
    .footer-text p {
        font-size: 15px;
    }
    .hours-bx p {
        font-size: 15px;
    }
    .footer-info p,
    a,
    span {
        text-decoration: none;
        font-size: 15px;
    }
    .hours-bx ul li span+span {
        max-width: 100%;
    }
    .footer-logo img {
        width: 100%;
        max-width: 290px;
    }
    .about-wrapper2 .strip {
        animation-duration: 20s;
    }
    .about-wrapper2 .strip-up {
        animation: scrollUp 20s linear infinite;
    }
    .about-wrapper2 .strip-down {
        animation: scrollDown 20s linear infinite;
    }
    section {
        padding: 35px 0px;
    }
    .about-wrapper2 .strip-container {
        height: 300px;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .footer-bottom {
        margin-bottom: 35px;
    }
    .footer-info h5 {
        margin-bottom: 10px;
    }
    footer {
        padding: 35px 0px 0;
    }
    .gallery-wrapper .btn-bx {
        margin-top: 30px;
    }
    .gallery-grid {
        margin-top: 25px;
    }
    /* 
    .section-title h2 {
        font-size: 25px !important;
    } */
    section {
        padding: 35px 0px;
    }
    .catering-grid {
        margin-bottom: 15px;
    }
    .menu-section .slick-dots {
        margin-top: 30px;
    }
    .certified-section .section-header h2 {
        font-size: 25px;
    }
    .certificate-image img {
        max-width: 100%;
        position: relative;
        left: 9px;
    }
    .hero-text-slider2 h1,
    .hero-text-slider2 h2 {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .welc_bx {
        padding: 25px 0px;
    }
    .banner-video-wrapper .main-bx video {
        height: auto;
    }
    .cater_form {
        padding: 20px;
    }
    .page-id-116 .about-wrapper2 .section-title h1,
    .page-id-116 .about-wrapper2 .section-title h2,
    .page-header h1,
    .section-title h1 {
        font-size: 30px;
    }
    .certified-root {
        grid-template-columns: 1fr 1fr;
    }
    .menu-section .btn-bx {
        margin-top: 30px;
    }
    .menu-title span {
        font-size: 18px;
    }
    .site-header {
        padding: 10px 5px;
    }
    .right-menu {
        display: none;
    }
    .logo-wrapper a {
        width: 200px;
    }
    .mobmenur-container {
        margin: 59px 15px 0 0 !important;
    }
    .mobmenur-container.fixed {
        margin: 15px 15px 0 0 !important;
    }
    .mobmenur-container i.mob-icon-menu.mob-menu-icon {
        font-size: 30px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-top {
        border: 0;
    }
    .hero-text-slider2 .slide {
        text-align: center;
    }
    .action-btn {
        justify-content: center;
    }
    .about-text {
        text-align: center;
    }
    .page-id-116 .about-wrapper2 .section-title h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .menu-sec-right.menu-cl-1 {
        background-color: #fff;
        padding: 50px 20px;
    }
    .FoodMenu-root .FoodMenu-title {
        font-weight: 600;
        font-size: 18px;
    }
    .Pane-header .section-title h2 {
        font-size: 30px;
    }
    .about-parllex2 .about-text2 {
        text-align: center;
    }
    .contact-form-section .section-title h2 {
        font-size: 34px;
    }
    .cater_form form .input_field {
        width: 100%;
    }
    section.inner-banner.overlay-dark h1 {
        margin: 0 0 20px 0;
    }
    .restaurant-menu-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .parallax-section-new {
        height: 250px;
    }
    .main-menu-title {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .restaurant-menu-list {
        row-gap: 0;
    }
    section.restaurant-menu.resturant_col_2 .restaurant-menu-list {
        grid-template-columns: 1fr !important;
        row-gap: 20px;
    }
    .icon-bx-wraper {
        flex-direction: column;
        text-align: center;
    }
    .client-review-sliderr .review-box {
        padding: 20px;
    }
    .client-review-section .bottom-bx h5 {
        font-size: 22px;
    }
    .welc_bx {
        top: -45px;
    }
    .about-parllex2 .about-text2 {
        padding: 20px;
    }
    .form-grid {
        max-width: 100%;
        padding: 20px;
    }
    .form-grid .text-end {
        text-align: left !important;
    }
    .slick-header {
        padding: 25px 0px;
    }
    .mobmenu-right-panel {
        width: 258px !important;
    }
}

.g-recaptcha {
    max-height: 60px;
}

.about-text-wrapper .about-text {
    padding: 0px;
}

.offer-main-section .section-title {
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


/* .offer-main-section .section-title h2 {
    border: 0px;
} */

.offer-main-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 50px;
    justify-content: center;
    margin-top: 27px;
}

.cta-bg {
    background: #f2f2f2;
}


/* 
.cta-bg {
    background: #f33335;
}

.cta-bg * {
    color: #fff;
} */

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

.context-box ul li {
    padding: 12px 25px 15px 41px;
    width: calc(42%);
    font-size: 16px;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, 0.10));
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    transition: 0.2s;
    display: block;
    position: relative;
    color: #000;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}

.context-box ul li:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #098b8b;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    outline: 2px solid #098b8b;
    outline-offset: 2px;
    top: 27px;
}

.context-box ul li:after {
    content: "";
    height: 11px;
    width: 11px;
    background-color: #f33335;
    position: absolute;
    left: 16px;
    border-radius: 50%;
    outline: 2px solid #f33335;
    outline-offset: 2px;
    top: 22px;
}

.context-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.context-box ul li::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #f33335;
    z-index: -6;
    transform: rotate(49deg);
    right: -27px;
    top: -25px;
    transition: 300ms;
}

.client-review-sliderr {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.important_note {
    padding: 40px 0;
}

.important_note .col-lg-8.mx-auto {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1600px) and (min-width: 1367px) {
    .welc_bx {
        top: 30px;
    }
}