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

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

body:not(.home) {
    margin-top: 161.73px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-family: "minerva-modern", sans-serif;
}

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

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

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #9b7646;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

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

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

.slick-slide {
    padding: 0;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    padding: 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
}

.cater_form textarea.form-control {
    height: 97px;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

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

.btn_bx {
    margin-top: 50px;
}

.section-title.yellow-text span {
    color: #160201;
}

.section-title.yellow-text span:after {
    background: #160201;
}

.section-title.yellow-text span:before {
    background: #160201;
}


/* .section-title.yellow-text span:before {
    display: none;
} */

.section-title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 1px;
    color: #2f3d93;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #2f3d9329;
    padding: 7px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.section-title h2,
.section-title h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    color: #d8b36d;
    margin-top: 0;
    margin-bottom: 5px;
}

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


/* .common-btn:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 7px;
    right: 7px;
    display: block;
    border: 1px solid #d8b36d;
} */

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

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

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

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


/* .white-btn:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 7px;
    right: 7px;
    display: block;
    border: 1px solid #fff;
} */

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

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

.white-btn:hover {
    color: #fff;
    background-color: #d8b36d;
    border: 1px solid #d8b36d;
}

.greenbg {
    background-color: #0b1e00;
}

.darkbg {
    background-image: url(../images/darkbg.jpg);
    background-size: cover;
}

.logo_bx img {
    max-width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-right: 12px;
}

.bottom_head {
    display: flex;
    justify-content: space-between;
}

.logo_bx {
    max-width: 300px;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

.logo_bx a.logo {
    display: inline-block;
    margin: 0;
    position: absolute;
    max-width: 190px;
    transition: all 0.5s;
}

header.header {
    position: absolute;
    z-index: 99;
    padding: 0px;
    background-color: transparent;
    width: 100%;
    top: 0;
}

.main_header {
    padding: 15px 0;
}

header.header.fixed .top-bar {
    display: none;
}

header.header.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #000;
    padding: 15px 0;
}

header.header.fixed .logo_bx a.logo {
    max-width: 99px;
    transform: translate(0px, 0px);
}

.top-bar {
    width: 100%;
    background-color: #d8b36d;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    transition: all 0.5s;
}

.top-bar p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

header.header.fixed .main_header {
    padding: 0;
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    gap: 24px;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 0;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #d8b36d;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
    position: relative;
}

.navbar a:after {
    background: #d8b36d;
    width: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -10px;
    margin-inline: auto;
    transition: all 0.5s;
}

.navbar a:hover:after {
    width: 100%;
}

.number_ham {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-icon a.side_bar_btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    border: 1px solid #d8b36d;
}

.burger-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.burger-icon span {
    width: 18px;
    height: 2px;
    display: inline-block;
    background-color: #d8b36d;
    position: relative;
    z-index: 2;
}

.burger-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    bottom: 0;
    background-color: #d8b36d;
    transition: all ease 0.5s;
    left: 0;
    z-index: 0;
}

.burger-icon:hover::after {
    height: 100%;
}

.burger-icon:hover span {
    background-color: #0b1e00;
}

.slide_imge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.slide_imge {
    height: 100vh;
    width: 100%;
    min-height: 600px;
}

.block_image img {
    width: 100%;
}

.block-video {
    z-index: 1;
    position: relative;
}

.block-video video {
    height: 550px;
    object-fit: cover;
}

section h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    color: #d8b36d;
    margin-top: 0;
    margin-bottom: 0;
}

.common_btn {
    border: 1px solid #d8b36d;
    color: #d8b36d;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    z-index: 1;
    font-weight: 400;
    background: transparent;
}

.common_btn:hover {
    color: #0b1e00;
    background: #d8b36d;
}

.common_btn::after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #d8b36d;
    z-index: -1;
    transition: all ease 0.5s;
}

.common_btn:hover::after {
    height: 100%;
}

.black_btn {
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-weight: 400;
    background: transparent;
    z-index: 1;
}

.black_btn:hover {
    color: #fff;
}

.black_btn::after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #000000;
    z-index: -1;
    transition: all ease 0.5s;
}

.black_btn:hover::after {
    height: 100%;
}

.block_content {
    position: relative;
    z-index: 6;
    max-width: 500px;
    text-align: left;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
}

.block_content p {
    margin: 0;
}

.about_our_chef {
    position: sticky;
    top: 0;
    z-index: 2;
}

.our_speciality {
    position: sticky;
    top: 0;
    z-index: 3;
}

.menu-section {
    height: 75vh;
    background-image: url("https://www.kashiny.com/wp-content/uploads/2025/12/mneu-bg.jpg");
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.menu-section:after {
    content: "";
    background-image: url("https://www.kashiny.com/wp-content/uploads/2025/10/h-kashi.png");
    position: absolute;
    width: 395px;
    height: 143px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 16%;
    rotate: 316deg;
    left: -2%;
    opacity: 0.1;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.menu_veg_food {
    position: sticky;
    top: 0;
    z-index: 3;
}

.our-menu,
.our_menu_item_main {
    padding: 0 50px;
}

.menu_veg_food::before,
.menu_veg_food::after {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    content: "";
}

.menu_veg_food::after {
    right: 0;
    left: initial;
    top: 0;
    background-color: #0b1e00;
}

.our_bar {
    background: #0b1e00;
    position: relative;
    height: 75vh;
    z-index: 3;
}

.our_bar:after {
    content: "";
    background-image: url("https://www.kashiny.com/wp-content/uploads/2025/10/image-13.png");
    position: absolute;
    width: 294px;
    height: 312px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5%;
    rotate: -40deg;
    right: 3%;
    opacity: 0.1;
    pointer-events: none;
}

.navbar li.menu-item-has-children ul.sub-menu a {
    padding: 0;
}

.navbar li.menu-item-has-children ul.sub-menu a:before {
    display: none;
}

.navbar li.menu-item-has-children ul.sub-menu a:after {
    display: none;
}

.navbar li.menu-item-has-children ul.sub-menu li:hover {
    background: #000000;
}

.navbar li.menu-item-has-children ul.sub-menu li:hover a {
    color: #fff;
}


/* .our_bar::before, .our_bar::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #0B1E00;
} */


/* .our_bar::after {
    background-color: #000000;
    right: 0;
    left: initial;
} */

.our_bar .block-video {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    top: 0;
}

.our_bar .block-video video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: inline-block;
}

.block_image {
    position: relative;
    z-index: 6;
}

.ur_catering_service {
    background-image: url(https://www.kashiny.com/wp-content/uploads/2025/12/bg-image.jpg);
    background-size: cover;
    background-position: center right;
    height: calc(100vh - 102px);
    background-attachment: fixed;
    min-height: 580px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

ul.list_common {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    row-gap: 15px;
    width: 100%;
    margin: 15px 0;
}

ul.list_common li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

ul.list_common li img {
    max-width: 22px;
    filter: brightness(0) saturate(100%) invert(74%) sepia(58%) saturate(336%) hue-rotate(356deg) brightness(93%) contrast(81%);
}

ul.list_common li p {
    text-transform: capitalize;
    width: calc(100% - 24px);
    padding: 0 0 0 4px;
    font-weight: 600;
    color: #d8b36d;
}

.catering_menu h2 {
    margin: 0 0 20px 0;
}

footer {
    position: relative;
    z-index: 9;
    padding: 80px 0;
}

.reservation {
    text-align: center;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

ul.timing {
    padding: 0 0 0 0;
    list-style: none;
    margin: 0;
    flex-direction: column;
    display: flex;
}

ul.timing li,
footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
}

footer h2 {
    margin: 0;
    color: #d8b36d;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 22px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-info {
    text-align: center;
}

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

.copyright_foot {
    background-color: #000;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}

.press-wrapper-section span.sup-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

ul.social_icons {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 20px;
}

.copyright_foot p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #d8b36d;
    margin: 0;
}

.copyright_foot p a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #d8b36d;
    margin: 0;
    display: inline-block;
}

.menu_item_image img {
    width: 100%;
}

.our_menu_item_main {
    position: relative;
    z-index: 6;
}

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

ul.menu_lister li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #d8b36d;
    text-decoration: none;
    text-transform: capitalize;
}

.menu_item_data h2 {
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 0 10px 0;
}

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

.menu_item_list button.slick-arrow {
    position: initial;
    transform: none;
    width: 36px;
    height: 36px;
    border: 1px solid #d8b36d;
    background-color: #d8b36d;
    transition: all ease 0.5s;
}

.menu_item_list button.slick-arrow::before {
    display: none;
}

.menu_item_list button.slick-arrow.slick-disabled path {
    fill: #d8b36d;
}

.menu_item_list button.slick-arrow path {
    fill: #0b1e00;
}

.menu_item_list button.slick-arrow.slick-disabled {
    background-color: transparent;
    opacity: 0.5;
}


/* Sidebar CSS */

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 50px 36px;
    height: 100%;
    display: block;
    background-color: #fff;
    /* backdrop-filter: blur(7px); */
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
}

.side-bar.header-one {
    background-color: #0b1e00;
}

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

.side-bar .inner {
    padding: 0;
    text-align: center;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #d8b36d;
    padding: 6px;
    border: 1px solid #d8b36d;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 50px;
}

.side-bar-logo {
    max-width: 320px;
    margin-inline: auto;
}

.side-bar-logo img {
    width: 100%;
}

.adress-bx {
    max-width: 400px;
    margin-inline: auto;
    width: 100%;
    text-align: left;
}

.side-bar .adress.social_links {
    margin-top: 0;
    gap: 0;
}

.side-bar .adress h2 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}

.social_links ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.social_links ul li a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
    border: 0;
}

.side-bar button svg path {
    fill: #000;
}

ul.social_icons li a {
    border: 1px solid #d8b36d;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    text-align: center;
    color: #d8b36d;
    transition: all 0.5s;
}

ul.social_icons li a:hover {
    border-color: #d8b36d;
    background-color: #d8b36d;
    color: #000;
}

.footer_contact_link {
    flex-direction: column;
    display: flex;
}

.main_banner .slider_banner {
    margin: 0;
}

.main_banner .slider_banner ul.slick-dots {
    display: flex !important;
    bottom: 40px;
    z-index: 9;
    height: auto;
    justify-content: center;
    position: absolute;
    width: 100%;
    gap: 15px;
}

.main_banner .slider_banner ul.slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    opacity: 0.5;
}

.main_banner .slider_banner ul.slick-dots li button {
    background-color: #d8b36d;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.main_banner .slider_banner ul.slick-dots li button::before {
    display: none;
}

.main_banner .slider_banner ul.slick-dots li.slick-active {
    border-color: #d8b36d;
    opacity: 1;
}

ul.slick-dots {
    display: flex !important;
    bottom: 40px;
    z-index: 9;
    height: auto;
    justify-content: center;
    position: absolute;
    width: 100%;
    gap: 15px;
}

ul.slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    opacity: 0.5;
}

ul.slick-dots li button {
    background-color: #d8b36d;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

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

ul.slick-dots li.slick-active {
    border-color: #d8b36d;
    opacity: 1;
}

.special-image-slider ul.slick-dots {
    bottom: 0;
}


/* 25-08-2025 */

.inner-page .logo_bx a.logo {
    position: unset;
    max-width: 150px;
}

.about-hero-wrapper {
    background: #ede2d4;
}

.about-hero-wrapper .btn-dark:hover {
    color: #fff;
}

.about-hero-wrapper .image-slide {
    position: relative;
}

.about-hero-wrapper .image-slide::after {
    background: #000000;
    background: linear-gradient( 358deg, rgba(0, 0, 0, 1) 0%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    content: "";
    top: 89px;
}

.about-hero-wrapper .slick-initialized .slick-slide {
    height: 409px;
}

.about-hero-wrapper .about-title-block {
    padding-right: 20px;
}

.about-title-block h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.about-title-block p {
    color: #000;
}

.block-list-style li {
    position: relative;
    margin: 15px 0px;
    padding: 0px 0px 0px 25px;
}

.block-list-style li::before {
    height: 8px;
    width: 8px;
    background-color: #d8b36d;
    position: absolute;
    content: "";
    left: 7px;
    border-radius: 50%;
    outline: 2px solid #d8b36d;
    outline-offset: 3px;
    top: 8px;
}

.chef-content {
    padding-left: 25px;
}

.chef-image img {
    width: 100%;
}

.chef-image {
    margin-right: 15px;
}

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

.inspiration-content {
    background: #000000ed;
    padding: 25px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}

.why-dine-list {
    display: flex;
    /* align-items: center; */
    text-align: center;
    margin-top: 45px;
    gap: 30px;
}

.why-dine-list li {
    padding: 15px;
    font-size: 16px;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    width: 33.33%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    border-left: 2px solid #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.why-dine-section {
    background: #ede2d4;
}

.why-dine-content * {
    color: #000;
}

.why-dine-content .section-title h2 {
    color: #000;
}

.promise-section {
    background: #fff;
}

.promise-section p {
    color: #000;
}

.promise-section .section-title h2 {
    color: #000;
}

.why-dine-list li:first-of-type {
    border-left: 0px;
}

.text-inner-bx {
    width: 100%;
    max-width: 650px;
    text-align: center;
    margin-inline: auto;
}

.icon-bx-wraper .icon-bx {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #ede2d4;
}

.inner-banner-content {
    margin-bottom: 40px;
}

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

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

.icon-content a {
    color: #000;
}

.section-title.text-black h1 {
    font: optional;
    font-size: 32px;
    color: #000;
    border-color: rgb(0 0 0 / 50%);
}

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

.inner-banner {
    background: #ede2d4;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://www.kashiny.com/wp-content/uploads/2025/12/backgred-image-con.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.map_main {
    height: 500px;
}

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

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

.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.cater_form .textarea_field {
    width: 100%;
}

.cater_form .input_field input::-webkit-input-placeholder {
    color: #fff;
}

.cater_form .textarea_field textarea::-webkit-input-placeholder {
    color: #fff;
}

.cater_form .input_field select::-webkit-input-placeholder {
    color: #fff;
}

.cater_form .input_field input::-moz-placeholder {
    color: #fff;
}

.cater_form .textarea_field textarea::-moz-placeholder {
    color: #fff;
}

.cater_form .input_field select::-moz-placeholder {
    color: #fff;
}

.cater_form h2 {
    margin-bottom: 18px;
    color: #fff;
}

.contact_us {
    padding: 0;
}

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

.google-map .map-bx iframe {
    height: 450px;
    width: 100%;
}


/* 25-08-2025 */

.slide_text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) scale(0.5);
    color: #fff;
    max-width: 649px;
    opacity: 0;
    will-change: transform, opacity;
    width: 100%;
}


/* Zoom animation */

.animate-text {
    animation: zoomFadeIn 1.2s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes zoomFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.5);
    }
    60% {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
        /* slight overshoot for bounce */
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        /* settle at normal size */
    }
}


/* Headings and paragraphs */

.slide_text h1 {
    font-size: 45px;
    color: #d8b36d;
    text-transform: uppercase;
    margin: 10px 0px;
}

.slide_text p {
    font-size: 18px;
    margin: 0;
}

.slider_banner .overlay {
    position: relative;
    /* Required for ::before positioning */
}

.slider_banner .overlay::before {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
    top: 0;
    height: 55%;
    left: 0;
    right: 0;
    z-index: 999;
}

.catering-section {
    background: #ede2d4;
}

.catering-section .section-title h2 {
    color: #000;
}

.catering-section p {
    color: #000;
}

.catering-image img {
    text-align: right;
    max-width: 100%;
    margin-inline: auto;
    width: 100%;
    padding-left: 20px;
}

.parallax-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 76%;
}

.parallax-section a:hover {
    color: #fff;
}

.parallax-section .parallax-text {
    width: 100%;
    max-width: 650px;
}

.catering-events .inner-text {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
}

.catering-events .event-list {
    display: flex;
    justify-content: center;
    margin-block: 18px;
    gap: 20px;
    flex-wrap: wrap;
}

.event-list li {
    position: relative;
    color: #fff;
}

.event-list li::before {
    content: "";
    position: absolute;
    text-transform: capitalize;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: #fff !important;
}

#catering-booking {
    background: #ede2d4;
}

.catering-form-bx {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 0 13px #bebebe7a;
}

.catering-form-bx label {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.catering-form-bx input.form-control,
.catering-form-bx select.form-control {
    height: 50px;
    border-radius: 0;
}

.catering-form-bx .form-group {
    margin-bottom: 15px;
    color: #000 !important;
}

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

.catering-form-bx input.form-control,
.catering-form-bx select.form-control {
    height: 50px;
    border-radius: 0;
}

.catering-form-bx textarea.form-control {
    height: auto;
    border-radius: 0;
}

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

.char_msg i {
    font-style: normal;
    color: #000;
}

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

.reservation-section .reservation-form {
    padding: 30px;
    background: #000000e8;
    border: 5px solid #d8b36d;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 645px;
    margin: auto;
    outline: 5px solid rgb(218 179 109 / 20%);
}

.reservation-section input {
    height: 45px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #b3b1b1;
    padding: 0px 20px;
}

.reservation-section .section-title p {
    color: #fff;
    margin-bottom: 35px;
}

.reservation-section .reservation-form .row {
    row-gap: 22px;
}

.reservation-section textarea.form-control {
    height: 80px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #b3b1b1;
    padding: 10px 20px;
}

.reservation-section .btn-bx {
    text-align: end;
}

.reservation-section .common_btn {
    text-align: end;
}

.reservation-section .common_btn:hover {
    color: #fff;
}

.reservation-section {
    background-image: url(https://www.kashiny.com/wp-content/gallery/gallery/Image-40.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.reservation-section .container {
    z-index: 77;
    position: relative;
}

.food-menu-section {
    background: #ede2d4;
    position: relative;
}

.food-menu-text * {
    text-align: center;
    color: #000;
}

.food-menu-text {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
}

.menu_top .row {
    align-items: center;
}

.menu-sec-right {
    background-color: #fff;
    padding: 0;
}

.menu-grid-bx {
    display: grid;
    grid-template-columns: 50% 50%;
}

.menu-list-main {
    padding: 40px 30px;
    background: #ede2d4;
}

.menu-list-main .section-title {
    margin-bottom: 25px;
    margin-top: 0;
}

.menu-size-bx {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.menu-size-bx span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
}

.menu-item-price span {
    min-width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.menu-cn-bx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #ffffff24; */
}

.menu-item-price {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.menu-item-name h3 {
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

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

.image-banner .container {
    max-width: 1600px;
    padding: 0 40px;
}

.menu-sec-right .container {
    max-width: 1600px;
    padding: 0;
}

.menu-list-main .menu-cn-bx:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.menu-cl-1 {
    background: #f5e6d1;
}

.menu-spacer {
    height: 5px;
    display: block;
    background: #000;
    width: 100%;
}

.menu-grid-bx.menu-grid-reverse {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
}


/* .menu-item-name p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.menu-item-price p {
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.menu-list-main .section-title h2 {
    color: #c4a462;
}

.menu-sec-head {
    position: relative;
    background: hsl(36.49deg 44.29% 57.06% / 25.1%);
}

.menu-sec-head .section-title h2 {
    color: #000000;
}

.menu-list-main .section-title p {
    color: 000;
}

.menu-grid-bx.center-menu-item {
    align-items: center;
    justify-content: center;
    grid-template-columns: 100%;
    max-width: 650px;
    margin-inline: auto;
    text-align: center;
}

.menu-grid-bx.center-menu-item .menu-cn-bx {
    flex-direction: column;
}

.menu-grid-bx.center-menu-item .menu-item-price {
    justify-content: center;
}

.menu-cl-2 .menu-item-name p {
    color: #000 !important;
}

.menu-cl-2 .section-title h2 {
    color: #000;
}

.policy_text {
    background: #fff;
}

.menu-list-main.flex-2 {
    /*display: flex;*/
    display: block;
    flex-wrap: wrap;
    column-gap: 6px;
    align-items: flex-start;
    background: #000;
}

.menu-list-main.flex-3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    align-items: flex-start;
}


/*.menu-item-price {
  display: none;
}*/

.menu-list-main.flex-2 * {
    color: #fff;
}

.menu-list-main.flex-2 .section-title {
    flex: 0 0 100%;
}

.menu-list-main.flex-2 .menu-cn-bx {
    flex: 0 0 calc(50% - 3px);
}

.menu-sec-right .menu-list-main.flex-2 .menu-cn-bx {
    flex: 0 0 calc(100% - 3px);
}

.menu-sec-right.menu-cl-1.menu-cl-2 .menu-cn-bx {
    width: 100%;
}

.grid-2 {
    display: grid;
    grid-template-columns: calc(50% - 3px) calc(50% - 3px);
    column-gap: 6px;
}

.food-menu-section2 {
    padding: 40px 0px;
}

.private-policy-cn {
    padding: 0;
}

.private-policy-cn p {
    color: #000;
}

.private-policy-cn .section-title :is(h1,
h2,
h3,
h4,
h5,
h6) {
    background: #0000000a;
    color: #000;
    padding: 7px 10px;
    border-left: 3px solid #d8b36d;
    margin: 25px 0px;
}

.private-policy-cn :is(a) {
    color: #d8b36d !important;
    font-weight: 600;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    padding: 2px;
}

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

.slider_banner video.w-100 {
    display: block;
}

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

.back_logo_menu {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.back_logo_menu img {
    width: 100%;
    max-width: 50%;
}

.page-id-63 .back_logo_menu img {
    width: 100%;
    max-width: 30%;
}

.food-menu-section .container {
    position: relative;
    z-index: 9;
}

.navbar li.menu-item-has-children {}

.navbar li.menu-item-has-children>a {
    color: #d8b36d;
}

.navbar li.menu-item-has-children ul.sub-menu {
    position: absolute;
    z-index: 99;
    align-items: flex-start;
    background-color: #d8b36d;
    transition: all ease 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    display: block;
    left: 0;
    top: calc(100% + 10px);
    margin: 0;
    padding: 0;
    transition: 0.3s;
    border-radius: 0;
    min-width: max-content;
    border: 2px solid #d8b36d8c;
}

.navbar li.menu-item-has-children ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d8b36d;
}

.navbar li.menu-item-has-children a {
    padding-right: 12px;
}

.navbar li.menu-item-has-children a:before {
    content: "";
    display: inline-block;
    margin-left: 5px;
    border: solid #d8b36d;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    right: 0;
}

.navbar li.menu-item-has-children ul.sub-menu li a {
    color: #000;
}

.navbar li.menu-item-has-children ul.sub-menu li {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #be9d5e;
    background: #d8b36d;
    text-decoration: none;
}

.navbar li.menu-item-has-children ul.sub-menu li:last-child {
    border: none;
}

.navbar li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.white-bg {
    background-color: #fff;
    padding: 36px;
}

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

.Event-icon {
    position: relative;
}

.Event-icon::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 71%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

.Date-icon {
    position: relative;
}

.Date-icon::before {
    content: "\f133";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 66%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

.page-id-122 .Date-icon::before {
    right: 19px;
    top: 46%;
    transform: translateY(-50%);
}

.loader-img img {
    max-width: 350px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    z-index: 999999;
    gap: 15px;
}

div#confetti {
    z-index: 99999999;
    position: absolute;
}

.mob-menu-header-holder {
    height: 0;
    width: 0;
}


/* Spinner circle */

#tsparticles {
    position: absolute;
    width: 100%;
    height: 100%;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* Fade-out animation */

.fade-out {
    opacity: 0;
    transition: opacity 0.6s ease;
}

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

.waviy span {
    position: relative;
    display: inline-block;
    background: #B48811;
    background: repeating-radial-gradient(ellipse farthest-corner at top center, #B48811 0%, #EBD197 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i))
}

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

#loader p {
    font-size: 25px;
}

.press-wrapper-section {
    background: #0e0e0e;
    position: relative;
    z-index: 4;
}

.press-row {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    margin-top: 35px;
    width: calc(100% - 19%);
    margin-inline: auto;
}

.press-column {
    background: #1e1e1e;
}

.press-row .press-column .press-image img {
    width: 100%;
}

.press-text-box {
    margin-top: 0px;
    padding: 20px;
}

.press-text-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.link-root span {
    color: #d8b36d;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #d8b36d;
    text-underline-offset: 5px;
    text-transform: uppercase;
}

div#bookingmodal .modal-content {
    background: #1e1e1e;
    max-width: 440px;
}

div#bookingmodal .modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(72%) sepia(49%) saturate(341%) hue-rotate(1deg) brightness(91%) contrast(93%);
    opacity: 1;
}

div#bookingmodal .modal-header {
    border-bottom: 1px solid #d8b36d24;
    padding: 6px 15px;
}

.booking-btns a {
    width: 100%;
    text-align: center;
}

a.open-btn-design img {
    max-height: 40px;
    display: block;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 15px;
}

a.open-btn-design {
    background: #282828;
    display: inline-block;
    text-align: center;
    padding: 30px 15px;
    color: #d8b36d;
    font-size: 25px;
    border: 1px solid #d8b36d;
}

.reservation-section .booking-btns {
    max-width: 400px;
    background: #000000e6;
    padding: 15px;
    margin-inline: auto;
}

.catering-form-bx label span {
    color: red;
}

.thank-you-dark {
    background: #0e0e0e;
}

.gallery-main {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 23px));
    gap: 30px;
}

.gallery-main a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.page-id-526 .food-menu-text {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
}

@media (max-width: 1366px) {
    .number_ham {
        gap: 15px;
    }
    header .common_btn {
        padding: 10px 5px;
    }
    .right_btn {
        gap: 14px;
    }
   .logo_bx img {
    max-width: 160px;
    margin-top: -5px;
}
}

@media (max-width: 1245px) {
    header.header.fixed {
        position: unset !important;
    }
    header.header {
        position: relative;
        background-color: #0b1e00;
        transition: all ease 0.5s;
    }
    .mobile-top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .right_btn {
        display: none;
    }
    header.header {
        position: unset;
    }
    .logo_bx {
        max-width: 220px;
        position: unset;
    }
    .logo_bx a.logo {
        position: unset;
        max-width: 150px;
    }
    .mobile-top-bar a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d8b36d;
        text-transform: uppercase;
    }
    body:not(.home) {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 1360px) {
    .logo_bx {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1245px) {
    .top-bar p {
        font-size: 16px;
    }
    .right_btn nav#navbar {
        display: none;
    }
    .right_btn {
        padding-right: 60px;
    }
    .number_ham .nav-icon {
        display: none;
    }
    body .mobmenur-container {
        right: 14px;
        padding: 6px 3px;
        margin: 0;
        border: 1px solid #d8b36d;
        display: flex;
        align-items: center;
        margin-right: 0;
        transition: all ease 0.5s;
        z-index: 999;
    }
    body .mobmenu-right-panel .mob-cancel-button {
        color: #d8b36d;
    }
    header.header.fixed .right_btn {
        padding-right: 80px;
    }
    .ur_catering_service ul.list_common {
        margin: 0;
    }
    .inner-page header.header.fixed {
        padding: 20px 0;
    }
    .inner-page header.header.fixed a.logo {
        transform: none;
    }
    .menu-item-name p {
        -webkit-line-clamp: initial;
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
    }
    .top-bar p {
        font-size: 16px;
    }
    body:not(.home) {
        margin-top: 0px;
    }
    .input_field {
        width: 100% !important;
        text-align: left !important;
    }
    .input_field .menu-btn {
        text-align: left !important;
    }
    .cater_form {
        padding: 30px;
        background: #000000e3;
    }
    .limit_box {
        flex-direction: column !important;
    }
    .menu-section:after,
    .our_bar:after {
        display: none;
    }
    section {
        padding: 60px 0;
        overflow: hidden;
    }
    .our_speciality {
        position: relative;
    }
    .our_bar {
        height: auto;
    }
    .our_bar .block-video {
        position: initial;
        width: 100%;
        height: 100%;
        max-width: 100%;
        top: initial;
        margin: 0 auto 30px;
    }
    .ur_catering_service {
        background-position: center left;
        height: auto;
        min-height: auto;
    }
    section.about-hero-wrapper .row {
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    section.chef-section .chef-content {
        padding: 25px 0 0 0;
        text-align: center;
    }
    .chef-image img {
        max-width: 365px;
        margin: 0 auto;
    }
    .chef-image {
        margin: 0;
        text-align: center;
    }
    .inspiration-content {
        margin: 0 auto;
    }
    .menu-grid-bx.menu-grid-reverse {
        grid-template-columns: 1fr;
    }
    .menu-grid-bx {
        grid-template-columns: 1fr;
    }
    .menu-list-main .section-title p {
        color: 000;
        margin: 0;
    }
    .menu-item-img {
        display: none;
    }
    .catering-image img {
        padding: 0;
    }
    .catering-content {
        padding: 25px 0 0 0;
    }
    .catering-section .row {
        flex-direction: column-reverse;
    }
    section#catering-booking2 .row {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 1024px) {
    .our_bar .col-lg-5.ms-auto {
        margin-inline: auto;
    }
    .contact-form-section {
        background-attachment: inherit;
    }
    .menu-section:before,
    .ur_catering_service:before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.85;
    }
    .ur_catering_service {
        background-attachment: inherit;
        background-position: right;
    }
    .loader-img img {
        max-width: 150px;
    }
    #loader p {
        font-size: 18px;
    }
    .ur_catering_service {
        background-attachment: inherit;
    }
    .waviy span {
        font-size: 30px;
    }
    .bg-image {
        background-attachment: inherit;
    }
    .menu-section {
        height: auto;
    }
    .policy_text {
        padding: 30px 0;
    }
    .policy_text .section-title h2,
    .policy_text .section-title h1 {
        font-size: 20px;
    }
    .logo_bx {
        max-width: 130px;
    }
    header.header.fixed {
        padding: 20px 0;
    }
    .about_our_chef {
        position: relative;
    }
    .about_our_chef .block_image img {
        max-width: 380px;
        margin: 0 auto 30px;
    }
    .about_our_chef .block_image {
        text-align: center;
    }
    .about_our_chef .block_content {
        text-align: center;
        gap: 20px;
    }
    .about_our_chef .block_content {
        text-align: center;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    .our_speciality .block_image img {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .block_content {
        text-align: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }
    .our_bar {
        height: auto;
        padding: 60px 20px;
    }
    .ur_catering_service .block_content {
        text-align: left;
        align-items: flex-start;
    }
    footer .row {
        row-gap: 25px;
    }
    .reservation {
        margin: 30px 0 0 0;
    }
    .copyright_in {
        flex-direction: column;
        gap: 15px;
    }
    footer {
        padding: 60px 0;
    }
    .our_speciality .row {
        row-gap: 25px;
    }
    .copyright_foot p {
        text-align: center;
    }
    section.chef-section .chef-content .section-title {
        text-align: center;
    }
    .why-dine-list {
        align-items: center;
        flex-direction: column;
        gap: 0;
        margin: 0px 0 0 0;
    }
    .why-dine-list li {
        max-width: 495px;
        width: 100%;
        border: none;
    }
    .about-hero-wrapper .about-title-block {
        text-align: center;
        padding: 0;
    }
    .parallax-section {
        background-position: center left;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .mob-menu-header-holder {
        height: inherit !important;
        z-index: 99 !important;
    }
    .press-row {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 22px;
    }
}

@media only screen and (max-width: 575.5px) {
    .logo_bx img {
    margin-top: unset;
}
    .menu-item-price {
        justify-content: center;
    }
    body:not(.home) {
        margin-top: 0;
    }
    header.header {
        padding: 0px;
    }
    header.header.fixed .logo_bx a.logo {
        max-width: 99px;
        transform: none;
        position: initial;
    }
    header .right_btn {
        display: none;
    }
    header.header.fixed {
        padding: 10px 0;
    }
    .logo_bx {
        max-width: 100px;
    }
    .slider_banner .overlay::before {
        height: 85%;
    }
    .about_our_chef .block_image img {
        max-width: 280px;
    }
    .block_content {
        gap: 15px;
    }
    section h2 {
        font-size: 26px;
    }
    .menu-section {
        height: auto;
    }
    .bg-image {
        background-position: bottom left;
    }
    .our_speciality .block_image img {
        max-width: 280px;
    }
    footer .row {
        row-gap: 20px;
    }
    .logo_bx a.logo {
        position: relative;
    }
    header.header {
        position: relative;
        background-color: #0b1e00;
        transition: all ease 0.5s;
    }
    .slider_banner .overlay::before {
        display: none;
    }
    .mobile-top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .mobile-top-bar a {
        text-align: center;
    }
    .mobile-top-bar a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d8b36d;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    ul.list_common li img {
        max-width: 17px;
        position: relative;
        top: 4px;
    }
    .section-title h2,
    .section-title h1 {
        font-size: 26px;
    }
    .inner-page header.header.fixed {
        padding: 10px 0;
    }
    .about-hero-wrapper .slick-initialized .slick-slide {
        height: auto;
    }
    ul.slick-dots {
        bottom: 40px;
    }
    .about-hero-wrapper .image-slide::after {
        top: 0;
    }
    .menu-cn-bx {
        justify-content: center;
        flex-direction: column;
        align-items: anchor-center;
        gap: 15px;
        border-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .menu-list-main.flex-3 {
        align-items: center;
        justify-content: center;
    }
    .menu-list-main {
        padding: 40px 20px;
        text-align: center;
    }
    .menu-item-img {
        display: none;
    }
    .menu-cn-bx {
        justify-content: center;
        flex-direction: column;
        align-items: anchor-center;
    }
}

@media only screen and (max-width: 575.5px) {
    .gallery-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .gallery-main a img {
        height: 200px;
    }
    .copyright_foot {
        padding: 20px;
    }
    ul.social_icons li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
    }
    .page-id-65 #catering_evnt .form-btns {
        text-align: left !important;
        margin-top: 25px !important;
    }
    .page-id-122 #reservation-form .btn-bx {
        text-align: left;
    }
}