/* Google Fonts */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Headings – Open Sans */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;

}

a {
    text-decoration: none;
}

/* Body & all other tags – Poppins */

html {
    overflow-x: hidden;
}

body:not(.home) {
    font-family: "Raleway", sans-serif;
    margin-top: 85px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    font-size: 18px;
    color: #000;
    list-style: none;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

a,
button,
li {
    font-family: "Raleway", sans-serif;


}

p:empty {
    display: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

.black-btn {
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 18px;
    border: 1px solid #000;
    color: #fff;
    position: relative;
    top: 0;
    background-color: #000;
    font-weight: 500;
    border-radius: 200px;
    transition: 0.6s !important;
    text-decoration: none;
}

.black-btn:hover {
    background-color: #e3a760;
    border-color: #e3a760;
    color: #000;
}

.border-btn {
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 18px;

    border: 1px solid #fff;
    color: #fff;
    position: relative;
    top: 0;
    background-color: transparent;
    font-weight: 500;
    border-radius: 200px;
    transition: 0.6s !important;
    text-decoration: none;
}

.border-btn:hover {
    border: 1px solid #e3a760;
    background-color: #e3a760;
    color: #000;
}

.common-btn {
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 18px;

    border: 1px solid #e3a760;
    color: #000;
    position: relative;
    top: 0;
    background-color: #e3a760;
    font-weight: 500;
    border-radius: 200px;
    transition: 0.6s !important;
    text-decoration: none;
    text-transform: capitalize;
}

.common-btn:hover {
    color: #fff;
    border-color: #000000;
    background: #000;
}

.section-title h1,
.section-title h2 {
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
}

.section-title.text-white h1,
.section-title.text-white h2 {
    color: #fff;
}

.sub-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    text-transform: uppercase;
}

.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #e3a760;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}

.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #e3a760;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}


section {
    padding: 70px 0px;
}

/* ===============================
   SLICK SLIDER - DOTS
   =============================== */

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex !important;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.slick-dots li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 28px;
    height: 5px;
    border-radius: 0%;
    border: none;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background: #e3a760;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #7c572b;
}

/* ===============================
   SLICK SLIDER - ARROWS
   =============================== */

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #d18f41;
    border: 0;
    font-size: 0;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #000;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #000;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
    height: auto;
}

/* Header Base */
.top-bar {
    display: none;
    grid-template-columns: 50% 50%;
    gap: 0px;
    padding: 0px;
    text-align: center;
}

.site-header {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 12;
    padding: 0px 0px 0px 0px;
}

.home header.site-header {
    background: transparent;
}

.home header.site-header.scrolled {
    background: #000;
}

.site-header.scrolled .logo a img {
    max-width: 150px;
}

/* .site-header .container {
    width: 100%;
    max-width: 100%;
} */



/* 
.site-header .nav-left a,
.nav-right a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-weight: 400;
    padding: 25px 0px !important;
}
 */




.site-header.scrolled {
    padding: 0px 0px;
}

.scrolled .site-header .nav-left a,
.nav-right a {
    padding: 28px 0px;
}


.scrolled .nav-left a,
.nav-right a {
    padding: 25px 0px !important;
}


.inner-pages .site-header .logo a {
    top: 0px;
}

/* 
.inner-pages .site-header .logo a img {
    width: 130px;
} */

.inner-pages {
    margin-top: 0px !important;
}

a#header-btn {
    padding: 10px 20px !important;
    color: #000;
    font-weight: 500;
}

a#header-btn:hover {
    color: #e3a760;
    border-color: #e3a760;
}

/* .inner-pages .scrolled .nav-left a,
.nav-right a {
    padding: 30px 0px !important;
} */


.header-container {
    display: grid;
    grid-template-columns: 40% 40%;
    align-items: center;
    justify-content: space-between;
}

/* Navigation */

.site-header .nav-left, .nav-right {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
}

.site-header .nav-left a,
.nav-right a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    padding: 55px 0px !important;
}




.site-header .nav-left a:hover,
.nav-right a:hover {
    color: #f4a641;
}



/* Logo */
.site-header .logo {
    text-align: center;
    position: absolute;
    left: 50%;
}

.site-header .logo-top {
    font-size: 32px;
    font-weight: 700;
}

.site-header .logo-middle {
    font-size: 18px;
    font-style: italic;
    color: #f4a641;
    display: block;
    margin: 2px 0;
}

.site-header .logo-bottom {
    font-size: 30px;
    font-weight: 700;
}

.site-header .nav-right {
    justify-content: end;
    gap: 50px;
}

.site-header .phone {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #e3a760 !important;
    font-weight: 700;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

.site-header .phone img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(31%) saturate(6836%) hue-rotate(311deg) brightness(96%) contrast(84%);

}

.site-header .phone::before {
    height: calc(100% - 84%);
    width: 1px;
    background-color: #d59d5c73;
    position: absolute;
    content: "";
    left: -25px;
}

.site-header .logo a {
    position: absolute;
    left: 0;
    top: 15px;
    transform: translate(-50%, -50%);
}

.scrolled {
    position: fixed;
    width: 100%;
    z-index: 888;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
}

.scrolled .logo a {
    top: 6px;
}

.scrolled.logo a {
    left: 0;
    top: 0px;
}


.site-header .logo a img {
    width: 205px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 0;
    height: 100vh;
}

.hero-section .slide {
    position: relative;
    padding: 0px;
}

.hero-section .slide:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 45%) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-section .slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.hero-section .content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    color: #fff;
    padding: 0px;
}

.hero-section .slide .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

.hero-section .content-box h1,
.hero-section .content-box h2 {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-section .content-box p {
    color: #fff;
    font-size: 17px;
    margin: 15px 0px 22px 0px;
    width: 100%;
    max-width: 465px;
}

.hero-section .action-btn {
    display: flex;
    align-items: start;
    gap: 15px;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box {
    width: 100%;
    height: 100%;
}

.hero-slider {
    height: 100%;
    width: 100%;
}

.about-wrapper .section-header h2 {
    margin-inline: auto;
}

.about-content {
    margin-top: 15px;
}

.about-cont-head h5 {
    font-family: "Raleway", sans-serif;
    max-width: 100%;
    margin-inline: auto;
    font-size: 22px;
    font-style: normal;
    line-height: 1.75;
    margin-top: 25px;
    color: #000000;
    margin-bottom: 18px;
}

.about-content .action-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

/* Zoom animation for food-image */

.food-image {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.inner-grid.active .food-image {
    opacity: 1;
    transform: scale(1);
}

/* Zoom animation for card-menu */

.card-menu {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease 0.2s;
    /* delay for stagger */
}

.inner-grid.active .card-menu {
    opacity: 1;
    transform: scale(1);
}

.menu-section {
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/menubg.png);
}

.menu-section .main-menu-grid .card-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.menu-section .main-menu-grid {
    display: grid;
    grid-template-columns: 304px 1fr;
    gap: 30px;
    justify-content: center;
    margin: 50px 0px;
}

.menu-section h2 {
    border-color: #000;
    margin-inline: auto;
}

.menu-section .food-card-bx h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}

.menu-section .container {
    width: 100%;
    max-width: 72%;
}

.menu-section .food-card-bx p {
    font-size: 16px;
    margin-bottom: 0px;
}

.menu-section .left-slide-bar ul {
    list-style: none;
    padding: 0;
}

.menu-section .food-card-bx {
    padding-left: 15px;
    border-left: 2px solid #d18f41;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.menu-section .left-slide-bar li {
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.menu-section .left-slide-bar li::before {
    height: 7px;
    width: 7px;
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    content: "";
    left: 2px;
    top: 9px;
}

.menu-section .left-slide-bar li.active {
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
    border-bottom: 2px solid #d18f41;
}

.menu-section .right-main {
    flex: 1;
}

.menu-section .inner-grid {
    display: none;
    gap: 20px;
}

.menu-section .inner-grid.active {
    display: grid;
    grid-template-columns: 350px 1fr;
}

.menu-section .food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-section .card-menu {
    flex: 1;
}

.menu-section .left-slide-bar ul {
    list-style: none;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

/* 
.menu-section .section-header h2 {
    color: #000;
    border-bottom: 2px solid #000000;
    margin-inline: auto;
}

.menu-items {
    background: #fff;
    padding: 30px;
    width: 100%;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-items li::before {
    height: 7px;
    width: 7px;
    background-color: #000;
    position: absolute;
    content: '';
    left: 2px;
    top: 10px;
    border-radius: 200px;
}

.menu-items li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
    transition: 0.6s;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.menu-items li:last-child {
    margin-bottom: 0px;
}

.menu-items ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.menu-items li.active {
    background-color: transparent;
    border-bottom: 2px solid #D18F41;
    font-size: 17px;
    font-weight: bold;
} */

.catering-section .card-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -6px;
    opacity: 0;
    transition: 0.6s;
}

.catering-head {
    max-width: 850px;
    margin-inline: auto;
}

.events-sec2-head .action-btn {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.catering-head p {
    color: #fff;
    margin-top: 18px;
}

.catering-section .card-btn button {
    text-transform: capitalize;
    font-weight: 500;
    background: transparent;
    border: unset;
    border-bottom: 2px solid #d18f41;
    color: #d18f41;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
}

.inner-card:hover .card-btn {
    opacity: 1;
    bottom: 6px;
}

.catering-section {
    background-color: #000;
    position: relative;
}

.catering-section::before {
    width: 400px;
    height: 400px;
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/shape-1.png);
    position: absolute;
    content: "";
    background-size: cover;
    top: 0;
}

.catering-section::after {
    height: 400px;
    top: 0;
    width: 400px;
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/shape-2.png);
    position: absolute;
    content: "";
    right: 0;
    background-size: cover;
}

.catering-section .container {
    position: relative;
    z-index: 2;
}

.catering-section .section-header h2 {
    border: 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
    margin-top: auto;
    margin-inline: auto;
}

.catering-section .section-header h2 span {
    color: #d18f41;
}

.catering-section .section-header p {
    color: #fff;
    width: 100%;
    max-width: 779px;
    text-align: center;
    margin-inline: auto;
    margin: 10px auto;
}

.catering-section .btn-box {
    text-align: center;
    margin-top: 25px;
}

.catering-section .card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    z-index: 1;
    position: relative;
}

.catering-section .image-box {
    position: relative;
}

.catering-section .image-box::after {
    height: 110%;
    width: 110%;
    position: absolute;
    content: "";
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/Vector-1.png);
    top: -20px;
    left: -11px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.6s;
}

.catering-section .inner-card:hover .image-box::after {
    opacity: 1;
}

.catering-section .inner-card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.catering-section .inner-card:hover .card-text span {
    color: #d18f41;
    /* font-size: 20px; */
}

.catering-section .image-box img {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.catering-section .inner-card {
    position: relative;
    transition: 0.5s;
}

.catering-section .card-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.6s;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

.catering-section .catering-section .container {
    max-width: 75%;
}

.card-text {
    position: absolute;
    bottom: 48px;
    width: 100%;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px 0px;
}

.gallery-grid .gallery-item img {
    transition: 0.3s;
    width: 100%;
    max-width: 100%;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-grid .gallery-item {
    overflow: hidden;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.gallery-wrapper .section-header h2 {
    margin: auto;
    text-align: center;
}

.client-review-section {
    background: #e3a760;
    padding: 60px 0px;
}

.client-review-section .slick-arrow {
    background-color: #fff;
}

.client-review-slider {
    padding: 0 50px;
    max-width: 740px;
    margin-inline: auto;
}

.client-review-section .slick-arrow.slick-prev:before {
    color: #d18f41;
}


.client-review-section .slick-arrow.slick-next:before {
    color: #d18f41;
}

.client-review-section .slick-dots li.slick-active button {
    background: #d18f41;
    display: none !important;
}

.client-review-section .slick-dots {
    display: none !important;
}


.client-review-section .head-bx {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 35px;
}

.client-review-section .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ff9800;
    font-size: 22px;
    -webkit-text-stroke: 1.9px #000000;
}

.client-review-section .btn-bx a:hover {
    background-color: transparent;
    border-color: #000;
}

.client-review-section .google-icon {
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    background: #fff;
    border-radius: 42px;
}

.client-review-section .bottom-bx {
    width: 100%;
    text-align: center;
}

.client-review-section .section-title H2 {
    color: #000;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    margin-top: 18px;
}

.client-review-section .bottom-bx h5 {
    color: #000;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0;
}

.client-review-section .section-header h2 {
    color: #fff;
    width: max-content;
    margin-inline: auto;
}

.client-review-section .slick-dots {
    position: unset;
    margin-top: 50px;
}

.client-review-section .btn-bx {
    margin-top: 40px;
}

footer .Open-time li {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer {
    padding: 70px 0px;
    background-color: #fff;
    padding-bottom: 0px;
}

.footer-top .footer-info a:hover {
    color: #000;
}

.footer-top {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    border-bottom: 1px solid #bb6b0c;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.footer-top .footer-info:nth-child(2) {
    width: 100%;
    max-width: 57%;
    text-align: left;
    margin-inline: auto;
}

.footer-top .footer-info:nth-child(3) {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
}

.footer-info h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    color: #bb6b0c;
}

.footer-info p,
.footer-info a,
.footer-info span,
.footer-col p,
.footer-col a,
.footer-col span {
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    justify-content: center;
    margin-bottom: 60px;
}

.footer-bottom .footer-col:nth-child(2) {
    width: 100%;
    max-width: 45%;
    position: relative;
    margin-inline: auto;
}

.footer-bottom .footer-col:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #bb6b0c;
    left: -50%;
}

.footer-bottom .footer-col:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #bb6b0c;
    right: -19%;
    top: 0;
}

.footer-bottom .footer-col:nth-child(3) {
    width: 100%;
    margin-left: auto;
    max-width: 247px;
}

.footer-title h4 {
    font-size: 20px;
    color: #bb6b0c;
    margin-bottom: 25px;
}

.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 {
    padding: 15px 0px;
    width: 100%;
    margin: auto;
    background: #000;
    max-width: 100%;
}

.copy-right .container {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.copy-right .container a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.copy-right .container p {
    color: #fff;
    margin: 0px;
}

.right-icon {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footer-text p {
    color: #fff;
}

.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 20px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}

.icon-bx-wraper .icon-bx {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #d18f41;
}

.icon-bx-wraper .icon-bx .icon-cell i {
    color: #ffffff;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 5px;
}

.cater_form button:hover {
    border-color: #000;
    color: #000;
}

.cater_form {
    padding: 40px;
    background: #000000;
    border: 5px solid #f2dcc1;
    border-radius: 0px;
}

.cater_form .form-group input,
.cater_form .form-group select {
    border-radius: 0;
    height: 50px;
    appearance: auto;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.cater_form .form-group input::placeholder {
    color: #fff;
}

.cater_form .form-group textarea::placeholder {
    color: #fff;
}

.cater_form .row {
    row-gap: 22px;
    margin-top: 35px;
}

.cater_form .form-group textarea {
    border-radius: 0;
    height: auto;
    appearance: auto;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.icon-content a {
    color: #000;
    font-size: 18px;
    word-break: break-all;
    background-color: transparent !important;
    font-family: "Poppins", sans-serif;
}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.cater_form h2 {
    font-size: 35px;
    margin-bottom: 0;
    border-color: #fff;
    color: #fff;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/Contact.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-pages header {
    position: relative;
    top: 0;
    padding-top: 4px;
}

.inner-pages .site-header.scrolled {
    position: fixed;
    top: 0;
}

.top-banner-section h1 {
    margin-inline: auto;
    margin-bottom: 50px;
}

.google-map {
    padding: 0px;
}

.google-map .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.google-map .container iframe {
    height: 400px;
    width: 100%;
}

.about-wrapper .section-title h2 {
    margin: 18px 0px;
}

.about-wrapper2 .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-wrapper2 .about-text {
    margin-top: 15px;
}

.about-wrapper2 .about-grid .about-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.about-wrapper2 .about-grid .about-image {
    height: 100%;
    width: 100%;
}

.about-wrapper2 {
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/menubg.png);
}

.about-parallax {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.about-parallax .text-bx {
    width: 100%;
    max-width: 550px;
    background: #fff;
    padding: 30px;
    margin-left: auto;
}

.slick-header {
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/menubg.png);
}

.slick-header .section-header h1 {
    margin-inline: auto;
    text-align: center;
}

.main-bx {
    padding: 25px;
    border: 1px solid #eee;
}

ul.card_menu_main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.tab-pane .card_menu_main li {
    opacity: 0;
    transform: translateY(20px);
}

/* animation */
.tab-pane.active .card_menu_main li {
    animation: fadeUp 0.5s ease forwards;
}

/* keyframes */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* stagger delays */
.tab-pane.active .card_menu_main li:nth-child(1) {
    animation-delay: 0.1s;
}

.tab-pane.active .card_menu_main li:nth-child(2) {
    animation-delay: 0.2s;
}

.tab-pane.active .card_menu_main li:nth-child(3) {
    animation-delay: 0.3s;
}

.tab-pane.active .card_menu_main li:nth-child(4) {
    animation-delay: 0.4s;
}

.tab-pane.active .card_menu_main li:nth-child(5) {
    animation-delay: 0.5s;
}

ul.card_menu_main li {
    width: calc(33.33% - 14px);
}

ul.menu_full_col_list {
    display: flex;
    justify-content: space-between;
}

.menu_full_head {

    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d18f4157;
}

.menu_full_bottom {
    margin: 25px 0 0 0;
}

ul.menu_full_col_list {
    display: flex;
    justify-content: space-between;
}

.menu_full_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu_full_bottom {
    margin: 25px 0 0 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    border-radius: 0px;
    border: 1px solid rgb(227 167 96 / 46%);
    margin-bottom: 30px;
}

section.menu_tabber h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #ffffff;
    margin: 0;
}



.menu_tabber .btn-block a:hover {
    color: #e3a760;
    border-color: #e3a760;
}

section.menu_tabber {
    /*  background-image: url("https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/Rectangle-42-1-scaled.jpg");
    background-size: cover;
    background-position: center; */
    position: relative;
}

.menu-video {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.menu-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_tabber:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;
}

.menu_tabber .container {
    position: relative;
    z-index: 2;
}

.menu_table_title {
    padding-bottom: 10px;
    border-bottom: 3px solid #e3a760;
    margin-bottom: 20px;
}

section.menu_tabber .nav.nav-pills {
    row-gap: 7px;
    margin: 7px 0 0 0;
    display: flex !important;
}

section.menu_tabber .nav.nav-pills button.menu-btn {
    text-align: left;
    font-style: normal;
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    min-height: 59px;
    padding: 0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eeeeee29;
    align-items: center;
}

section.menu_tabber .nav.nav-pills button.menu-btn.active {
    background-color: #e3a760;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

section.menu_tabber .nav.nav-pills button.menu-btn img {
    width: 16px;
    display: none;
}

section.menu_tabber .nav.nav-pills button.menu-btn.active img {
    display: block;
}

.menu_u_image img {
    width: 100%;
}

.menu_u_image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.menu_card_inner {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(180deg, rgb(227 167 96 / 70%) 0%, rgba(209, 143, 65, 0) 100%) 1;
    position: relative;
}

.menu_u_item_info {
    text-align: center;
}

.menu_u_item_info h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ffffff;
}

.menu_u_item_info p {
    color: #fff;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu_u_item_info a {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    width: 100%;
    display: inline-block;
    background: #e3a760;
    border-radius: 10px;
    padding: 10px 0;
}

.menu_u_image span.food_mark {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 33px;
    height: 33px;
    border: 1px solid #ff3008;
    display: none;
    align-items: center;
    justify-content: center;
}

.menu_u_image span.food_mark::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ff3008;
    border-radius: 100px;
}

.menu_full_head h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
}

.menu_full_head a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #d18f41;
}

.menu_full_list_card {
    display: flex;
    align-items: center;
    position: relative;
}

.menu_full_list_card:after {
    content: '';
    background: #ffe2c03d;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -18%;
}

ul.menu_full_col_list li:last-child .menu_full_list_card::after {
    display: none;
}

.menu_full_item_img img {
    max-width: 107px;
}

.menu_full_item_body {
    width: calc(100% - 107px);
    padding: 0 0 0 20px;
}

.menu_full_item_body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #e3a760;
    margin-bottom: 5px;
}

.menu_full_item_body p {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.menu_full_col_list li {
    max-width: 320px;
}

.events_text h6 {
    /* Events */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d18f41;
    /* Inside auto layout */
    margin: 0 0 20px 0;
}

.store-images img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.events-sec-2 {
    overflow: hidden;
}

.strip-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    padding: 0px;
    gap: 50px;
}

.strip {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.strip.strip-down .strip-img-bx {
    animation: scrollDown 20s linear infinite;
}

.strip-img-bx {
    position: relative;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    margin: 5px 5px 25px 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e3a760;
}

.strip-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes scrollDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-300%);
    }
}

.strip.strip-up .strip-img-bx {
    animation: scrollup 38s linear infinite;
}

@keyframes scrollup {
    0% {
        transform: translateY(-300%);
    }

    100% {
        transform: translateY(0%);
    }
}

.events_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 20px 0;
}

ul.list_check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.events_text .action-btn {
    display: flex;
    gap: 20px;
}


.catering-request-form {
    background-image: url(https://develop.stackblue.com/tikka-n-talk/wp-content/uploads/2026/02/Suitable-for-Every-Occasion.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    position: relative;
}

.form-bx-catering {
    background: #ffffff;
    padding: 25px;
    outline: 8px solid rgb(227 167 96 / 80%);
}
.form-bx-catering label {
    color: #000000;
    display: block;
    font-weight: 700;
}
.form-bx-catering .form-group input[type="radio"] {
    accent-color: #000000;
}
.limit-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
}
.limit-bx i {
    font-style: normal;
}
.catering-request-form .container {
    position: relative;
    z-index: 1;
}
.form-bx-catering .section-title {
    margin-bottom: 25px;
}
.form-bx-catering .form-group {
    margin-bottom: 15px;
    color: #000000;
}
.form-bx-catering .form-group .form-control {
    border-radius: 0;
    height: 45px;
    background: transparent;
    border-color: #00000036;
}
.form-bx-catering .form-group textarea.form-control {
    height: auto;
}

.limit-box {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
}

.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 25px;
}


ul.list_check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.events_text {
    max-width: 470px;
}

.events_text ul.list_check {
    margin: 0 0 20px 0;
}

ul.list_check li {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    padding-left: 24px;
    position: relative;
    font-weight: 600;
    color: #000;
}

ul.list_check li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    color: #000;
}

.events-sec2-head {
    max-width: 527px;
}

.events-sec2-head .section-title {
    margin-bottom: 15px;
}

.events_main {
    background-color: #f9f9f9;
    padding: 0;
}

.private-event-sec .action-btn a.common-btn:hover {
    color: #e3a760;
    border-color: #e3a760;
}

.private-event-sec_slider div {
    height: 100%;
}

.private-event-sec .slick-dots {
    bottom: -15px !important;
}

.private-event-sec_slider {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    top: 0;
}

.private-event-sec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.private-event-sec_slider .slick-slide {
    padding: 0;
}

.private-event-sec .section-title h2 {
    color: #e3a760;
}

.private-event-sec p {
    color: #fff;
}

.private-event-sec {
    position: relative;
    background: #000000;
    padding: 50px 0px;
}

.private-event-cn {
    margin-inline: auto;
}

p:empty {
    display: none;
}

.private-event-cn .action-btn {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.private-event-cn .section-title {
    margin-bottom: 15px;
}

.private-event-img {
    margin-top: -50px;
}

.private-event-img img {
    width: 75%;
    object-fit: cover;
    margin-inline: auto;
}

.private-event-right {
    margin-top: -50px;
}


.events_main.private-event-sec .events_text {
    margin-left: auto;
}

.events_main.private-event-sec h6 {
    color: #000;
}

.events_main.private-event-sec h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 10px 0;
}

.private-event-main {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.private-event-bx {
    background: #e3a760;
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.private-event-right,
.private-event-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.private-event-cn h3 {
    margin: 0;
    font-size: 18px;
    margin-top: 15px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.error {
    background-color: red;
    color: #fff;
    padding: 2px 7px;
    display: block;
    font-size: 14px;
}

.catering-paralax-cn ul.list_check {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
}

.catering-paralax-cn ul.list_check li {
    color: #fff;
}

.catering-paralax-cn ul.list_check li:before {
    color: #e3a760;
}

.cat-sec-6-cn {
    background: #000000;
    padding: 25px;
    outline: 1px solid #ffffff;
    outline-offset: -15px;
    height: 100%;
}

.cat-sec-6-cn * {
    color: #fff;
}

.cat-sec-6-cn .section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #d18f41;
}













.thank-you-sec {
    background: #e3a76052;
    padding: 300px 0;
}
.thank-you-cn {
    max-width: 850px;
    margin-inline: auto;
}
.thank-you-cn h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
.thank-you-cn p {
    margin-bottom: 0px;
}


.lunch-box-sec .events_text {
    max-width: 563px;
}

.lunch-box-sec .events_text {
    max-width: 563px;
    margin-left: auto;
}

.lunch-box-sec {
    background-image: url(https://www.tikkantalkny.com/wp-content/uploads/2026/03/Rectangle-39-scaled-1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lunch-box-sec .events_text {
    max-width: 530px;
    margin-left: auto;
}

.events_text h5 {
    color: #d18f41;
    font-size: 20px;
    margin: 15px 0 15px 0;
}

.private-event-sec .events_text h5 {
    color: #000;
}

.lunch-box-sec a.common-btn.orange_btn {
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.lunch-box-sec a.common-btn.orange_btn:hover {
    color: #fff;
}

.lunch-box-sec a img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(57%) saturate(1905%) hue-rotate(326deg) brightness(87%) contrast(87%);
}

.lunch-box-sec a:hover {
    background-color: transparent;
    border-color: #000;
}

.lunch-box-sec a:hover img {



    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(169deg) brightness(110%) contrast(101%);
}

.lunch-box-sec a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lunch-box-head {
    margin-bottom: 15px;
}

.lunch-box-cn {
    max-width: 550px;
    background: #e3a760;
    padding: 30px;
    margin-left: auto;
}

.lunch-box-cn p {
    color: #000;
}

.lunch-box-head h2 {
    color: #000;
}

.lunch-box-sec a.black-btn.red_btn {
    background-color: #ff3008;
    border-color: #ff3008;
}

.lunch-box-cn .action-btn {
    display: flex;
    gap: 15px;
}

.action-btn br {
    display: none;
}

.header-slick .btn-block a {
    margin-top: 15px;
}

.header-slick .btn-block a:hover {
    border-color: #000;

}
.header-slick .section-title h2 {
    color: #000;
    position: relative;
    padding-bottom: 15px;
}
.header-slick .section-title h2:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.private-policy-cn {
    background: #f2f2f2;
}
.private-policy-cn .section-title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    background: rgb(227 167 96 / 10%);
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #e3a760;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

@media (max-width: 1366.98px) {

    .menulistpg .container {
        max-width: 100% !important;
    }

    .mega-block::before {

        left: 27% !important;
    }

    header .container {
        max-width: 100%;
    }

    .menu-section .container {
        max-width: 100%;
    }

    .catering-section .card-container {
        gap: 30px;
    }
}

@media (max-width: 1500.98px) {
    /* .site-header .container {
        width: 100%;
        max-width: 100% !important;
    } */
}

.why-choose-cn {
    padding-left: 50px;
}

ul.dot-list li {
    padding-left: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    position: relative;
}

ul.dot-list {
    padding: 20px 0;
}

ul.dot-list li:not(:last-child) {
    margin-bottom: 15px;
}

ul.dot-list li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-family: fontawesome;
    color: #000000;
}

.bg-grey {
    background: #f5f5f5;
}

.bg-grey2 {
    background: #e3a760;
}




.bg-gold {
    background: #e3a760;
}

.bg-gold a {
    background-color: #000;
}

.bg-gold a:hover {
    color: #000;
    border-color: #000;
}

.top-text-box .section-title {
    margin-bottom: 15px;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-position: 83%;
}

.catering-paralax-cn {
    display: block;
    background: #000000ed;
    padding: 25px;
    width: 100%;
    max-width: 550px;
}

.catering-paralax-cn a:hover {
    border-color: #e3a760;
    color: #e3a760;
}

.catering-paralax-cn .section-title {
    margin-bottom: 15px;
}

.catering-paralax-cn p {
    color: #fff;
}

.cat-sec-2-cn .section-title {
    margin-bottom: 15px;
}

.catering-cta-title-cn .section-title {
    margin-bottom: 15px;
}

.cat-sec-2-cn ul.list_check {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

section.catering-parallax.suitable-cus ul.list_check {
    grid-template-columns: 1fr 1fr;
}

.private-event-sec .row {
    width: 100%;
    max-width: 1127px;
    margin-inline: auto;
}


















/* ------------------------------
   NAVIGATION MENU
--------------------------------*/
.menu-block {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
    gap: 20px;
}

.nav-waper .menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
}

.mega-block a {
    position: relative;
}

.mega-block {
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 0;
    z-index: 999;
}

.scrolled .mega-block {
    top: 87%;
}

.inner-pages .mega-block {
    top: 87%;
}

.menu-item a:hover {
    color: #c32d2f;
}

/* ------------------------------
   MEGA MENU (FULL WIDTH)
--------------------------------*/
.has-mega-block {
    position: static;
    /* ✅ So the mega menu can go full width */
}

.mega-block::before {
    height: 22px;
    width: 22px;
    background-color: #d18f41;
    position: absolute;
    content: "";
    left: 34%;
    transform: translate(-50%, -50%);
    top: -2px;
    clip-path: polygon(50% 0, 0 59%, 100% 57%);
}

.has-mega-block:hover .mega-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-inner {
    margin: 0 auto;
    display: grid;
    gap: 40px;
    background: #fff;
    max-width: 1230px;
    padding: 30px;
    border-top: 3px solid #d18f41;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
}

.mega-column {
    min-width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mega-title {
    font-size: 17px;
    color: #c32d2f;
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 2px solid #c32d2f;
    display: inline-block;
    padding-bottom: 5px;
}

.mega-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 7px;
}

.menu-image-bx img {
    width: 100%;
    max-width: 100%;
    height: 347px;
    object-fit: cover;
}

.mega-links li {
    width: 46%;
    text-align: left;
}

/* 
.mega-links li:last-child {
    width: 100%;
    max-width: 95%;
} */
#mega-links li a {
    padding: 15px 0px 13px 0px !important;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500 !important;
}

#mega-links li a i {
    transform: scaleX(-1);
    font-size: 18px;
}

.mega-links li a {
    line-height: 22px;
    color: #000000 !important;
    position: relative;
    text-align: left;

    width: 100%;
    max-width: 100%;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 400 !important;
    transition: 0.5s !important;
}

.mega-links li a:hover {
    background: #d18f41;
    color: #fff !important;
}

.mega-links li a:hover::before {
    background-color: #fff;
    outline: 2px solid #fff;



}

.page-id-43 .gallery-grid {
    margin: 0;
    margin-top: 0px;
}

.page-id-43 .gallery-grid .gallery-item {
    box-shadow: rgb(49 49 52 / 20%) 0px 7px 29px 0px;
    padding: 15px;
}

.border-line {
    border-bottom: 3px solid #d18f41;
}

/* .mega-links li a::before {
    content: "\f104";  
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;  
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
} */

.mega-inner .title-bx a {
    color: #d18f41 !important;
    font-size: 30px !important;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    font-weight: 600 !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px;
    padding-top: 0px !important;
}

.menulistpg .menu-frame {
    padding: 45px;
}

.menufrmheaing h6 {
    color: #fff;
    margin: 10px 0px 30px 0px;
}

.menulistpg .menu-frame {
    margin-bottom: 30px;
    position: relative;
    background: #000;
    outline: 3px solid #cc9549;
    outline-offset: -25px;
}

.menu-frame .menufrm {
    position: relative;
    margin: 0px 12px 10px 12px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menulistpg {
    background: #E6AD59;
}

.menulistpg .section-title h1 {
    text-align: center;
}

.menulistpg .container {
    max-width: 70%;
}

.tabs-section li a {
    background: #000000;
    border: none;
    padding: 6px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
}


.tabs-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0px;
}

.menu-frame .menufrm .pitemtitle {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

.menu-frame .menufrm p.pitemprice .spn-item-price {
    font-weight: 700;
    font-size: 20px;
    color: #d18f41 !important;
    position: absolute;
    top: 0px !important;
    right: 0 !important;
}

.menu-frame .menufrmheaing {
    margin: 0px 12px 14px 12px;
}

.menu-frame .menufrmheaing h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0;
    color: #d18f41;
}

.menu-frame .menufrm p.pitemdescription span.food-desc {
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

/* .inner-pages .site-header .nav-left a,
.nav-right a {
    padding: 30px 0px !important;
} */


section.restaurant-menu.menu_top {
    padding: 40px;
}

.main-menu-title h3 {
    font-size: 35px;
    padding-bottom: 10px;
}

.restaurant-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding-inline: 15px;
    row-gap: 15px;
}

.food-name-price h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.food-name-price strong {
    background: #e3a760;
    color: #000;
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-menu p {
    width: 100%;
    max-width: max-content;
    margin: 0;
}

.food-menu {
    border-bottom: 1px solid #18181861;
}

.food-menu {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.food-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.parallax-section-new {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.main-menu-title {
    margin-bottom: 50px;
}

section.restaurant-menu.bg-black .menu-head h3 {
    color: #fff;
}

section.restaurant-menu.bg-black .food-name-price h3 {
    color: #fff;
}

section.restaurant-menu.bg-black p {
    color: #fff;
}

.restaurant-menu-list2 {
    grid-template-columns: 1fr 1fr;
}

.header-slick {
    padding: 50px 0px;
    background: #e3a760;
}

.header-slick h1 {
    text-align: center;
    margin: 0px;
}

.page-template-testimonial .testimonials-section {
    border-bottom: 3px solid #d18f41;
}

.page-template-testimonial .head-bx .icon {
    margin-top: 12px;
}

.page-id-109 .testimonials-section .main-bx {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.page-id-109 .google-icon {
    height: 40px;
    width: 40px;
    background: #fbdfbe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-109 .icon-head {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.copy-right .right-icon a {
    height: 40px;
    width: 40px;
    background: #e3a760;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}

.page-id-109 .icon {

    margin: 25px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ff9800;
    font-size: 22px;
    -webkit-text-stroke: 1.9px #000000;
}

.page-id-109 .bottom-bx h5 {
    font-size: 22px;
    font-weight: 700;
    color: #d18f41;
}

.celebration-section .section-header {
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin-inline: auto;
    margin: 15px auto;
}

.celebration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    margin-top: 55px;
    position: relative;
}

.celebration-grid::before {
    position: absolute;
    content: '';
    height: 100%;
    background-color: #c4c3c3;
    width: 1px;
    left: 50%;
}

.celebration-item ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.celebration-item .buttonblock {
    margin-top: 30px;
}

#appoinment-form .form-bottom button:hover {
    border-color: #e3a760;
    color: #e3a760;
}

.celebration-grid ul li strong {
    position: absolute;
    top: -31px;
    background: #e3a760;
    left: -3px;
    color: #000;
    font-size: 18px;
    padding: 1px 7px;
    text-transform: capitalize;
    border: 1px solid #eee;
    font-weight: 600;
    line-height: 1.7;
}

.celebration-grid ul li {
    padding: 15px;
    border-left: 2px solid #e3a760 !important;
    text-align: left;
    position: relative;
    background: #fff;
    min-height: 125px;
    border: 1px solid #eee;
    font-weight: 500;
    font-size: 18px;
}

.celebration-section {
    background: #f2f2f2;
}

.celebration-section2 .celebration-grid ul li {
    padding: 10px;
    min-height: auto;
}

.celebration-section2 .celebration-item ul {
    gap: 10px;
}

.celebration-section2 .celebration-item .section-title h2 {
    margin-bottom: 15px;
}

.celebration-grid2 .celebration-item ul {
    gap: 45px;
}

.celebration-section .section-title h2 {
    margin-bottom: 14px;
}

/* 
.celebration-section {
    background: #000;
}

.celebration-grid .section-header .section-title h2 {
    color: #fff;
}
.celebration-grid .section-header p{
    color: #fff;
} */


.celebration-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-bottom: 15px;
}

.list-gap {
    gap: 22px !important;
    margin-bottom: 15px;
}


.buttonblock .black-btn {
    border-color: #e3a760;
    background: #e3a760;
    color: #000;
}

.buttonblock .black-btn:hover {
    background: #000;
    color: #fff;

}



.private-event-sec .action-btn br {
    display: none;
}


.scrolled .nav-left a {
    padding: 55px 0px !important;
}


.tikka-menu {
    position: relative;
}

.tikka-menu a {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

.tikka-dropdown {
    position: absolute;
    top: 105px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    width: 200px;
    background: #ffffff;
    border-top: 3px solid #d18f41;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
}

.tikka-dropdown::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 25px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #d18f41;
}



/* Dropdown links */
.tikka-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.tikka-dropdown a:hover {
    background: #ff5722;
}

/* Hover show */
.tikka-menu:hover .tikka-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tikka-menu #tikka-dropdown a {
    text-transform: capitalize;
    background: transparent;
    text-decoration: none;
    color: #000000 !important;
    display: block;
    border-bottom: 1px solid #0000004d;
    padding: 15px 15px !important;
    font-weight: 500;
}

.tikka-menu #tikka-dropdown a:hover {
    background-color: #e3a760;
    color: #fff !important;
}


.tikka-menu #tikka-dropdown a i {
    transform: scaleX(-1);
}

.inner-pages .tikka-dropdown {
    top: 110px;
}

.scrolled .tikka-dropdown {
    top: 96px;
}

.menu-list-main {
    padding: 55px 10px;
}

.menu-list-main .section-title h2 {
    color: #d18f41;
    margin-bottom: 40px;
}

.menu-size-bx {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.menu-cn-bx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
}

.menu-size-bx span {
    color: #000;
    text-transform: uppercase;
    min-width: 70px;
    text-align: center;
    line-height: 22px;
    font-family: sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-price span {
    min-width: 70px;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 0px 0px;
    background: #e3a760;
    font-family: sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-price {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.menu-item-name h3 {
    margin-bottom: 3px;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6px;
}

.menu-cl-1 {
    padding: 0px;
}

.section-title-info-bx h2 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    width: 100%;
    line-height: 25px;
}

.menu-sec-right hr {
    border-top: 2px solid #d18f41;
    opacity: 1;
    margin: 45px 0px;
}


.bg-black-color {
    background: #000;
}


.bg-black-color .section-title h2 {
    color: #e3a760 !important;
}

.bg-black-color .section-title h5 {
    color: #fff;
}

.bg-black-color .menu-item-name h3 {
    color: #fff;
}

.bg-black-color .menu-size-bx span {
    color: #e2a65f;
}

.bg-black-color .menu-cn-bx {
    border-bottom: 1px solid #ffffff26;
}

.bg-black-color .menu-grid-bx::before {
    background-color: #ffffff26 !important;
}

.menu-spacer {
    height: 5px;
    display: block;
    background: #d18f41;
    width: 100%;
}

.menu-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu-sec-right-new .section-title h2 {
    color: #000;
    text-align: center;
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
}
.menu-sec-right-new .section-title h2:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #e3a760;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.menu-sec-right-new .section-title h5 {
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0px;
}

.menu-sec-right-new .section-title {
    padding-top: 40px;
    margin-bottom: 0px;
}

.menu-sec-right-new .menu-grid-bx {
    gap: 100px;
    position: relative;
}

.page-id-43 .gallery-grid .gallery-item span {
    color: #000;
    text-align: center;
    display: block;
    padding: 10px 0px 0px 0px;
    font-weight: 600;
    font-size: 18px;
}

.menu-sec-right-new .menu-grid-bx::before {
    height: calc(100% - 17%);
    width: 1px;
    background-color: #39393924;
    position: absolute;
    content: '';
    left: 50%;
    top: 50px;
}

.why-choose-text a:hover {
    color: #000;
    border-color: #000
}

.bg-color {
    background: #fff;
}

.bg-color .section-title-info-bx h2 {
    color: #000;


}

.bg-color h5 {
    color: #000;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.contact-form-section button:hover {
    border-color: #e3a760;
    color: #e3a760;
}

.contact-form-section button:focus {
    border-color: #e3a760;
    color: #e3a760;
}

.inner-pages .site-header .logo a img {
    width: 185px;
}

header.site-header {
    padding: 0 20px;
}

.top-hero-wrapper .top-hero-slide {
    height: 100%;
    width: 100%;
}

.top-hero-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-hero-wrapper .top-hero-image {
    height: 100%;
    width: 100%;
}




.lunch-section {
    background: rgb(227 167 96);
    position: relative;
}
.lunch-section:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ffffff61;
    top: 0;
    transform: translate(-50%, 0px);
}
.lunch-head {
    padding: 15px;
    width: 100%;
}
.lunch-cn {
    max-width: 100%;
    text-align: center;
    margin-inline: auto;
}
/* .lunch-cn:before {
    content: '';
    background: #000000;
    width: 100%;
    height: 600px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    border-radius: 0 0px 100px 10px;
} */
.lunch-cn * {
    z-index: 1;
    position: relative;
    color: #000000;
}
.lunch-cn .section-title h2 {
    color: #000000;
    font-size: 45px;
}
.lunch-cn p {
    margin: 0;
    font-size: 16px;
}
.lunch-images {
    max-width: 350px;
    margin-left: auto;
    margin-top: 0;
    z-index: 1;
    position: relative;
    margin-inline: auto;
}
.lunch-cn ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
    margin: 22px 0 5px 0;
    row-gap: 10px;
}
.lunch-cn ul li {
    color: #e3a760;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 10px;
    background: #000;
}



@media (max-width:1265px) {
    .hero-section {
        height: auto;
    }

    #mobmenuright li a {
        border-bottom: 1px solid #eeeeee26 !important;
        padding: 10px 15px !important;
    }



    .top-bar {
        display: grid;
    }

    .top-bar a {
        font-size: 0.7rem;
    }

    .top-bar a {
		background: #1d1d1d;
		text-decoration: none;
		color: #e6ad59;
		display: inline-block;
		padding: 7px 0px;
		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: 600;
		font-family: sans-serif;
		border: 1px solid rgb(230 173 89);
	}

    .top-bar a:last-child {
        background: #d18f41;
        border: 0px;
        color: #000;
        border: 1px solid #d18f41;
    }

    .site-header .nav-left,
    .nav-right {
        display: none;
    }

    .site-header .logo {
        position: inherit;
        text-align: left;
    }

    .site-header .logo a {
        position: inherit;
        transform: none;
    }

    .site-header {
        background: #1d1d1d !important;
        padding: 0px 0px 0px 0px;
    }

    .site-header .logo a img {
        width: 140px !important;
    }

    body .mobmenu,
    body .site-header {
        display: block !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
        height: auto !important;
    }

    .mobmenur-container {
        top: 77px !important;
        color: #000 !important;
        background: #d18f41 !important;
        right: 12px !important;
        height: 35px !important;
        width: 35px !important;
        display: grid;
        place-content: center;
        align-items: center;
        outline: 2px solid #ffffff;
        outline-offset: 0px;
    }

    .mob-menu-header-holder {
        height: auto !important;
    }

    body.mob-menu-overlay,
    body.mob-menu-slideout,
    body.mob-menu-slideout-over,
    body.mob-menu-slideout-top {
        padding-top: 0 !important;
    }

    .mobmenu-right-panel {
        background-color: #000000 !important;
    }

    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        color: #ffffff !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px !important;
    }

    .mobmenu-right-panel li,
    .rightmbottom,
    .rightmtop {
        padding: 0 !important;
    }

    .mobmenu-content #mobmenuleft li:hover,
    .mobmenu-content #mobmenuright li:hover {
        background-color: #d18f41 !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #fff !important;
        background-color: #d18f41 !important;
        font-size: 22px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #d18f41 !important;
    }

    .inner-pages header {
        position: relative;
    }

    body:not(.home) {
        margin-top: 0;
    }

    .inner-pages .site-header .logo a img {
        width: 180px;
    }

    .mobmenur-container i {
        color: #FFF;
        font-size: 30px !important;
    }

    .inner-pages .site-header.scrolled {
        position: relative;
        top: 0;
    }

    section.menu_tabber .nav.nav-pills {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: center;
        gap: 10px;
        margin: 50px 0px;
    }

    .menu_tabber .col-md-4,
    .menu_tabber .col-md-8 {
        width: 100%;
    }

    section.menu_tabber .nav.nav-pills button.menu-btn img {
        display: none !important;
    }

    section.menu_tabber .nav.nav-pills button.menu-btn.active img {
        display: none !important;

    }

    .menu_table_title {
        text-align: center;
        width: max-content;
        margin-inline: auto;
    }

    .scrolled {
        position: unset;
    }

    .site-header {
        position: unset;
    }

}


@media (max-width:1200px) {
    .footer-top {
        grid-template-columns: 1fr;
        border: 0px;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    .footer-top .footer-info:nth-child(2) {
        max-width: 100%;
        text-align: center;
    }

    .footer-top .footer-info:nth-child(3) {
        max-width: 100%;
        text-align: center;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info {
        border-bottom: 1px dashed #d18f418c;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer-bottom .footer-col:first-child {
        display: none;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .footer-bottom .footer-col:nth-child(3) {
        max-width: 100%;
        text-align: center;
    }

    .footer-bottom .footer-col:nth-child(2) {
        max-width: 100%;

        text-align: center;
        border-bottom: 1px dashed #d18f41;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .menu_tabber .container {
        width: 100%;
        max-width: 100%;
    }

    .footer-bottom .footer-col:nth-child(2)::after {
        display: none;
    }

}

@media (max-width:1200px) {
    section.menu_tabber .nav.nav-pills button.menu-btn {
        padding: 15px 15px;
    }

    .menu_full_bottom {
        padding: 25px;
        margin-bottom: 30px;
    }
}



@media (max-width:1024px) {
	.lunch-box-sec {
		background-attachment: inherit;
	}
	.private-event-cn .action-btn a {
		width: 100%;
		text-align: center;
	}
	.footer-col.center-logo-bx {
		display: none;
	}
	footer .Open-time li {
		display: flex;
		flex-direction: row;
		gap: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:991px) {
	.private-event-sec .slick-dots {
		bottom: 0px !important;
	}
	.video-box video, .video-box, .hero-slider {
		height: auto;
	}
	.lunch-section:after{
		display:none;
	}
	.private-event-sec .row {
		flex-direction: column-reverse;
		gap: 25px;
	}
    .section-title-info-bx h2 {
        width: 100%;
        line-height: 25px;
        text-align: center;
        margin-bottom: 35px;
    }

    .section-title-info-bx h2 br {
        display: none;
    }

    .menu-list-main .section-title h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .menu-list-main {
        padding: 30px 10px;
    }

    .menu-sec-right-new .menu-grid-bx::before {
        display: none;
    }

    .menu-sec-right-new .menu-grid-bx {
        gap: 0px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .restaurant-menu-list2 {
        grid-template-columns: 1fr;
    }

    .parallax-section-new {
        height: 250px;

        background-attachment: scroll;
    }

    .main-menu-title h3 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    section.restaurant-menu.menu_top {
        padding: 35px 0px;
    }

    .restaurant-menu-list {
        grid-template-columns: 1fr;
        column-gap: 20px;
        padding-inline: 5px;
    }

    .why-choose-cn {
        padding-left: 0px;
        padding-top: 30px;
    }

    .about-parallax .text-bx {
        max-width: 100%;
        padding: 20px;
    }

    .about-wrapper2 .about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    section {
        padding: 40px 0px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 30px;
    }

    .menu_tabber .nav.nav-pills {
        margin: 40px 0px;
    }

    .menu_full_list_card:after {
        display: none !important;
    }

    /* ul.menu_full_col_list {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu_full_list_card {
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 25px;
    } */
    .menu_full_bottom {
        padding: 14px;
    }

    .events-sec2-head {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .strip-container {
        gap: 10px;
    }

    .lunch-box-sec {
        height: auto;
    }

    .lunch-box-cn {
        max-width: 100%;
        padding: 20px;
    }

    .events-sec2-head .action-btn {
        justify-content: center;
    }

    .private-event-cn .action-btn {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .private-event-cn {
        text-align: center;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        margin: 25px 0px;
    }

    .client-review-slider {
        padding: 0 40px;
        max-width: 100%;
    }

    .client-review-section .bottom-bx {
        max-width: 550px;
        margin-inline: auto;
    }

    .copy-right .container {
		grid-template-columns: 1fr;
		gap: 15px;
	}

    .copy-right .container p {
		text-align: center;
		order: 2;
	}

    .right-icon {
        justify-content: center;
        margin-top: 25px;
    }

    section.menu_tabber .nav-link span {
        width: max-content;
    }

    section.menu_tabber .nav.nav-pills {
        justify-content: start;
        margin: 35px 0px;
    }

    .menu_full_head {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .menu_full_list_card {

        flex-direction: column;
        text-align: center;
    }

    .menu_full_item_img img {
        max-width: 100px;
        margin-inline: auto;
        display: block;
    }

    .menu_full_item_body {
        width: 100%;
        padding: 0 0 0 0px;
    }

    .menu_full_col_list {

        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    /* 
    ul.card_menu_main {
        flex-wrap: wrap;
        flex-direction: column;
    } */
    ul.card_menu_main li {
        width: 100%;
    }

    ul.card_menu_main {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .card_menu_main li:last-child {
        grid-column: 1/3;
        margin-inline: auto;
        max-width: 350px;
    }

    .strip.strip-down .strip-img-bx {
        animation: scrollDown 18s linear infinite;
    }

    .strip.strip-up .strip-img-bx {
        animation: scrollup 18s linear infinite;
    }

    .strip {
        height: 400px;
    }

    .catering-section-2 .row {
        row-gap: 30px;
    }

    .form-bottom {
        justify-content: start;
    }

    .top-banner-section h1 {
        margin-bottom: 20px;
    }

    .icon-bx-wraper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .top-banner-section .row {
        row-gap: 25px;
    }

    .form-btns {
        text-align: left !important;
    }

    .cater_form {
        padding: 15px;
    }

    .cater_form h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .cater_form .row {
        margin-top: 25px;
    }

    .celebration-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .celebration-grid::before {
        display: none;
    }

    .form-bx-catering {
        padding: 20px;
    }

    .page-id-288 .celebration-grid {
        gap: 20px;
    }

    .top-hero-wrapper .row {
        row-gap: 20px;
    }
}

@media (max-width:575px) {

    .footer-info p,
    .footer-info a,
    .footer-info span,
    .footer-col p,
    .footer-col a,
    .footer-col span {
        font-size: 16px;
    }

    ul.list_check li {
        font-size: 16px;
    }

    .celebration-grid ul li strong {
        top: -28px;
        font-size: 16px;
    }

    .celebration-grid ul li {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    ul.dot-list li {
        font-size: 16px;
    }

    .common-btn {
        font-size: 16px;
    }

    .black-btn {
        font-size: 16px;
    }


    .about-cont-head h5 {
        font-size: 18px;
    }

    .page-id-43 .gallery-grid .gallery-item {
        padding: 10px;
    }

    .header-slick {
        padding: 35px 0px;
    }

    .site-header .logo a img {
        width: 130px !important;
    }

    header .container {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .site-header {
        padding: 10px 0px;
    }

    .mobmenur-container {
        top: 68px !important;
    }

    section {
        padding: 35px 0px;
    }

    section.menu_tabber .nav.nav-pills button.menu-btn {
        min-height: auto;
        padding: 15px 15px;
    }

    section.menu_tabber .nav.nav-pills {
        margin: 28px 0px;
    }

    .menu_card_inner {
        padding: 15px;
    }

    .card_menu_main li:last-child {
        grid-column: unset;
    }

    ul.card_menu_main {
        grid-template-columns: 1fr;
    }

    .menu_u_image img {
        max-width: 250px;
    }

    .menu_u_item_info a {
        border-radius: 0px;
        padding: 4px 20px;
        width: max-content;
    }


    .menu_full_head h5 {
        font-size: 22px;
    }

    .card_menu_main li:last-child {
        max-width: 100%;
    }

    .menu_full_bottom {
        max-width: 100%;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 25px;
    }

    .strip.strip-down .strip-img-bx {
        animation: scrollDown 10s linear infinite;
    }

    .strip.strip-up .strip-img-bx {
        animation: scrollup 10s linear infinite;
    }

    .lunch-box-cn .action-btn {
        gap: 15px;
        flex-direction: column;
    }

    .lunch-box-cn .action-btn br {
        display: none;
    }

    .lunch-box-sec a {

        justify-content: center;
    }

    .private-event-img img {
        width: 100%;
        margin-inline: auto;
    }

    .private-event-img {
        margin-top: 0px;
    }

    .private-event-bx {
        margin-top: 0px;
    }

    .private-event-right {
        margin-top: 0px;
    }

    .private-event-main {
        gap: 15px;
        padding-top: 28px;
        max-width: 100%;
    }


    .private-event-sec .col-lg-7 {
        padding: 0;
    }

    .private-event-bx {
        margin-bottom: 10px;
    }

    .private-event-bx {
        padding: 10px;
        height: 100%;
    }

    .private-event-cn h3 {
        font-size: 17px;
    }

    .client-review-section .bottom-bx {
        max-width: 290px;
    }

    .client-review-section .bottom-bx p {
        margin-top: 0px;
    }

    footer {
        padding: 40px 0px;
    }



    .strip-img-bx {
        padding: 5px;
    }

    .strip-img-bx {
        margin: 5px 5px 15px 5px;
    }

    .private-event-sec .slick-slide {
        padding: 0 5px;
    }

    .client-review-section {
        padding: 35px 0px;
    }

    .client-review-section .bottom-bx {
        max-width: 210px;
    }

    .client-review-section .icon {
        font-size: 18px;
    }

    .client-review-section .google-icon {
        height: 35px;
        width: 35px;
    }

    footer {
        padding: 40px 0px 0px 0px;
    }

    .strip {
        height: 350px;
    }

    .menu-list-main {
        padding: 20px 10px;
    }

    .menu-size-bx span {
        min-width: 64px;
        text-align: right;
        font-size: 12px;
    }

    .menu-size-bx {
        display: flex;
        justify-content: right;
        margin-bottom: 15px;
        text-align: right;
        width: auto;
        margin-left: auto;
    }

    .menu-item-price span {
        text-align: right;
        font-size: 14px;
        min-width: 64px;
    }

    .menu-item-name h3 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .menu-size-bx span {
        line-height: 18px;
    }

    .menu-item-price span {
        text-align: center;
    }
}

@media (max-width:380px) {
    .site-header .logo a img {
        width: 120px !important;
    }

    .mobmenur-container {
        top: 74px !important;
        margin-right: 1px !important;
        height: 32px !important;
        width: 32px !important;
    }

    .strip.strip-up .strip-img-bx {
        animation: scrollup 8s linear infinite;
    }

    .strip.strip-down .strip-img-bx {
        animation: scrollDown 8s linear infinite;
    }

}