/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&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=Luxurious+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');

@font-face {
	font-family: 'Cambria';
	src: url('../fonts/Cambria-Bold.eot');
	src: url('../fonts/Cambria-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cambria-Bold.woff2') format('woff2'),
		url('../fonts/Cambria-Bold.woff') format('woff'),
		url('../fonts/Cambria-Bold.ttf') format('truetype'),
		url('../fonts/Cambria-Bold.svg#Cambria-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cambria';
	src: url('../fonts/Cambria.eot');
	src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cambria.woff2') format('woff2'),
		url('../fonts/Cambria.woff') format('woff'),
		url('../fonts/Cambria.ttf') format('truetype'),
		url('../fonts/Cambria.svg#Cambria') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


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

html {
	overflow-x: hidden;

}

body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}

a {
	font-family: "Poppins", sans-serif;
	text-decoration: none;
	font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "minerva-modern", sans-serif;
	font-weight: 600;
}

p {
	line-height: 1.5;
	font-weight: 400;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	;
	color: #000;
}

ul {
	list-style: none;
	font-family: "Poppins", sans-serif;
	;
	padding: 0;
	margin: 0;
}

a {
	color: #000;
}

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

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

.slick-prev,
.slick-next {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.slick-prev.disabled {
	opacity: 0.5;
	pointer-events: none;
}

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

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

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

.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-left: 0;
	gap: 15px;
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	background-color: transparent;
	width: 35px;
	height: 8px;
	line-height: 0;
	border: none;
	background-color: #dfbc6a67;
	transition: all ease 0.4s;
	position: relative;
	border-radius: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.slick-dots button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 47px;
	height: 47px;
	/* margin: -26px 0 0px -28px;
    border: 2px solid #C03441; */
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
	border-radius: 50px;
}

ul.slick-dots li {
	display: block;
	text-align: center;
	position: relative;
}

ul.slick-dots li:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	top: 22px;
	left: 49px;
}

.slick-dots .slick-active button::before {
	opacity: 1;
	visibility: visible;
}

.slick-dots .slick-active button {
	background-color: #f5b54f;
}


/* .slick-slide img {
    display: initial;
} */


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

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

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

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

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

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

.section-title span.sub-text {
	margin: 0px 0 16px;
	color: #723185;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.sub-text svg {
	margin-top: -5px;
}

.section-title h1,
.section-title h2 {
	font-size: 46px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	font-weight: 500;
}

.section-title p {
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0;
	border: 0;
	font-weight: 400;
	/* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.common-btn {
	border-radius: 0px;
	padding: 6px 15px;
	line-height: 1.34;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	background-color: #bd1f05;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #bd1f05;
	text-transform: capitalize;
	font-weight: 500;
}

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

.black-btn {
	border-radius: 0px;
	padding: 6px 15px;
	line-height: 1.34;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	border: 1px solid #000;
	text-transform: capitalize;
	font-weight: 500;
}

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

.gold-border-btn {
	border-radius: 0px;
	padding: 6px 15px;
	line-height: 1.34;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	background-color: #00000054;
	color: #f5b54f;
	font-size: 16px;
	border: 1px solid #f5b54f;
	text-transform: capitalize;
	font-weight: 500;
}

.gold-border-btn:hover {
	background-color: #f5b54f;
	border: 1px solid #f5b54f;
	color: #000;
}

.bord_btn {
	border-radius: 0px;
	padding: 6px 15px;
	line-height: 1.34;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	background-color: transparent;
	color: #000 !important;
	font-size: 16px;
	border: 1px solid #000;
	text-transform: capitalize;
}

.bord_btn:hover {
	background-color: #000;
	border: 1px solid transparent;
	color: #fff !important;
}


.white-btn {
	border-radius: 0px;
	padding: 12px 28px;
	line-height: 1.34;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	text-transform: capitalize;
}

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


/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/


/* .call-buton {
    display: none;
} */

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	background: #723185;
	width: 4rem;
	height: 4rem;
	padding: 0rem;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 1.8rem;
}

.call-buton .cc-calto-action-ripple:hover i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
	0% {
		-webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
		box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
		box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
	}
}

@keyframes cc-calto-action-ripple {
	0% {
		-webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
		box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 0 rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
		box-shadow: 0 4px 10px rgba(114, 49, 133, 0.2), 0 0 0 5px rgba(114, 49, 133, 0.2), 0 0 0 10px rgba(114, 49, 133, 0.2), 0 0 0 20px rgba(114, 49, 133, 0);
	}
}

span.num {
	position: absolute;
	color: #ec8b00;
	left: -30%;
	bottom: -50%;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-icon a {
	width: 44px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	padding: 5px 5px;
}

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

.side-bar .inner {
	padding: 0;
	height: 100%;
}

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

.side_bar_menu ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://www.khanbabany.com//wp-content/uploads/2026/01/right-arrow-outline.png");
	left: 0;
}

.side_bar_menu ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2em;
	transition: all 0.5s;
}

.side_bar_menu ul li:hover a {
	transform: translate(20px, 0px);
}

.side_bar_menu {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

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

.side_bar_menu ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
}

.side_bar_menu ul li:last-child {
	margin-bottom: 0;
}

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

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

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

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

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 18px;
}

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

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

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

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

.side-bar.header-one {
    background: rgb(211 232 214);
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
    background-size: cover;
    background-position: center;
}

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

.side-bar button:hover i {
	color: #fff;
}

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

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

.inner-main-wrapper-desk {
	display: grid;
	grid-template-columns: 1fr 30% 30%;
	align-items: center;
	height: 100%;
}

.inner-main-right-2 {
	height: 100%;
	border-left: 1px solid hsl(0deg 0% 0% / 12%);
	display: flex;
	flex-direction: column;
}

.side_bar_btn {
	flex: 0 0 66.6666%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
	flex-direction: column;
	gap: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

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

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

.side_bar_des {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 25px;
}

.side_bar_cn {
	margin-bottom: 25px;
	margin-top: 26px;
}

.side_bar_address .addres-bx:last-child {
	border: 0px;
}


.side_bar_address {
	border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
	padding: 50px 0;
	flex: 0 0 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.side_bar_address h3 {
	margin-bottom: 0;
	font-size: 32px;
	color: #000000;
	text-align: center;
}

.side_bar_address a {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	transition: all ease .5s;
}

.side_bar_address p {
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.inner-main-right {
	height: 100%;
	border-left: 1px solid hsl(0deg 0% 0% / 12%);
	display: flex;
	flex-direction: column;
}

.addres-bx-img {
	text-align: center;
	margin-bottom: 15px;
}

.addres-bx-img img {
	max-width: 50px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px;
	position: relative;
	background-color: #2c378f;
}

.top_info-bx {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.top-head .top-bx-left {
	gap: 55px;
}

.top-bx-left,
.top-bx-right {
	display: flex;
	align-items: flex-start;
	flex: 0 0 40%;
	gap: 30px;
}

.top_info-ic {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffa500;
	padding: 5px;
	width: 40px;
	height: 40px;
	border-radius: 9px;
	background-color: rgb(255 255 255 / 21%);
}

.top_info-ic i {
	color: #fff;
	font-size: 16px;
}

.top-bx-right {
	justify-content: flex-end;
}

.top_info-cn h3 {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	margin: 0;
}

.top_info-cn p a {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.top-bx-center {
	flex: 0 0 20%;
}

.top_info-cn p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.nav-icon {
    flex: 0 0 50px;
}

.top_info-socail ul.social-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bx-right .top_info-bx {
	justify-content: flex-end;
}

.top_info-socail ul.social-area li a {
	color: #875b26;
	background: transparent;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #875b26;
	font-size: 18px;
}

.top_info-socaill .social-area {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.top_info-socail .social-area li {
	list-style: none;
	color: #fff;
	margin: 0 5px 0 0 !important;
}


header.site-header.sticky .main-nav a.logo-link {
	width: 100%;
	max-width: 125px;
}

.logo-block {
    text-align: center;
    position: absolute;
    top: -15px;
    left: 50%;
    max-width: 165px;
    transform: translate(-50%, 0);
}
header.site-header.sticky .logo-block {
    max-width: 125px;
}
a.logo-link {
	transition: all 0.5s;
}
.site-header .container-fluid {
    max-width: 1320px;
}
.mobile-link {
    color: #fff;
    font-weight: 500;
    padding: unset;
    background: transparent;
    border: unset;
}

.site-header, .home .site-header {
	z-index: 99;
	position: absolute;
	padding: 20px 0;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s;
	background-color: transparent;
}

header.site-header.sticky {
	position: fixed;
	z-index: 99;
	background: #04350c;
	box-shadow: 0 -6px 6px 8px #00000069;
}

header.site-header.sticky .main-nav li {
	position: inherit;
	padding: 20px 0px;
}

.site-header .main-nav li {
	position: inherit;
	padding: 20px 0px;
}

.mega-menu-list {
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	column-gap: 23px !important;
	row-gap: 10px !important;
	display: flex;
}

.site-header .main-nav {
    display: grid;
    grid-template-columns: 40% 40%;
    position: relative;
    justify-content: space-between;
}

.site-header .main-nav .logo-figure img {
	width: 100%;
	transition: all 0.5s;
}

.site-header .menu-block {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
}

.site-header .menu-block.menu-right {
	justify-content: flex-end;
}

.site-header .menu-list {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	gap: 30px;
	color: #fff;
}

.menu-block.menu-left {
    gap: 20px;
}
.logo-figure {
	margin: 0px;
}

ul li:nth-child(2) span.bd_hvor svg {
	display: none;
}

.menu-block.menu-right .bord_btn {
	color: #fff !important;
	border-color: #fff;
}

.site-header .menu-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	font-family: "Poppins", sans-serif;
	gap: 5px;
}

.site-header .menu-list li a.menu-link img {
	width: 35px;
}


.event-left-content .sec-title {
	margin-bottom: 15px;
}

.Banquet-Grid .sec-title {
	margin-bottom: 20px;
}

.testinomial .btn_center {
	margin-top: 45px;
}

.blog .sec-title,
.testinomial .sec-title {
	margin-bottom: 45px;
}

.page-template-home-page-banquet .testinomial {
	background: #fff;
}
.Banquet-Block .sec-title h2 span {
    display: inline-block;
    background: #f9cd0c !important;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0px;
	line-height: 39px;
}

.sec-title span {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin-bottom: 12px;
	background: #f5b54f;
	padding: 2px 10px;
	display: block;
	width: max-content;
	margin-inline: auto;
}


.sec-title h1,
.sec-title h2 {
	font-size: 36px;
	color: #04350c;
	display: inline-block;
	margin: 0;
	font-family: 'Cambria';
}

/* .sec-title h2 {
    background-image: url(../images/border-scaled.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
} */

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

.com_list li {
	width: 48%;
	position: relative;
}

.com_list li::before {
	position: absolute;
	content: "";
	background-image: url(../images/icn-1.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	top: 1px;
	left: 0;
	background-size: 29px;
}

.com_list li a {
	font-weight: 700;
	color: #000;
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding-left: 33px;
	transition: all 0.3s ease-in-out;
}

.com_list li a:hover {
	color: #c03441;
}

.abt_fig {
	height: 100%;
	width: 100%;
}

.abt_fig img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.si_drp {
    position: relative;
}

.si_drp .sub-sm-menu {
    position: absolute;
    max-width: max-content;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 235px;
    background: #f5b54f;
    margin-top: 15px;
    box-shadow: 0px 0px 0 5px #f5b54f60 !important;
    border-radius: 0;
    border: none !important;
    z-index: 77;
    top: -18px;
    display: none;
    transition: all 0.5s;
    margin-top: 3px;
}

.si_drp:hover ul.sub-sm-menu {
    top: 64px;
    display: block;
    transition: all 0.5s;
}

.si_drp .sub-sm-menu::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 0;
    top: -14px;
    right: 0;
    border-bottom: none;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f5b54f;
}

.si_drp .sub-sm-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ffffff2e;
    /* display: inline-block; */
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.si_drp .sub-sm-menu li:hover {
    background-color: #3a2b12;

}
.si_drp .sub-sm-menu li:hover a {
    color: #fff !important;
}
.si_drp .sub-sm-menu li a {
    padding: 14px 12px;
    transition: all 0.5s;
    display: block;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 17px;

}
header.site-header.sticky .main-nav li.si_drp {
    position: relative !important;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1280px) {
	.navbar {
		padding: 0;
		margin: 0;
		position: relative;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		gap: 38px;
		color: #fff;
	}

	.navbar li {
		position: inherit;
		padding: 69px 0px;
	}

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

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		color: #000;
		text-transform: capitalize;
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
		font-family: "Poppins", sans-serif;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar>ul>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: var(--color-primary);
		visibility: hidden;
		width: 0px;
		transition: all 0.3s ease-in-out 0s;
	}

	.navbar a:hover:before,
	.navbar li:hover>a:before,
	.navbar .active:before {
		visibility: visible;
		width: 100%;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #875b26;
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 28px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
	}

	.navbar .dropdown ul li {
		min-width: 200px;
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--color-default);
		font-weight: 400;
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-primary);
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width: 1280px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}

	.banner-img {
		top: 150%;
	}


}

@media (min-width: 1280px) {

	.mobile-nav-show,
	.mobile-nav-hide {
		display: none;
	}
}

@media (max-width: 1280px) {

	.header-container {
		width: 100%;
		max-width: 95%;
	}
}


/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.mega-menu-list li {
	padding: 0px !important;
}

.ban_head {
	text-align: left;
	margin-inline: auto;
	overflow: visible;
	padding-bottom: 0;
}

.ban_head .hd_content {
	font-size: 25px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 23px;
}


.ban_head h1 {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	margin: 0;
	transition: transform 700ms ease, opacity 700ms ease;
}


.ban_head h2 {
	color: #31935E;
	font-size: 65px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	/* overflow: hidden; */
	margin: 30px 0px 0px;
	transition: transform 700ms ease, opacity 700ms ease;
}

.ban_head h2 .uniq_hd::before {
	width: 186px;
}

.ban_head figure a img {
	margin-top: 12px;
	filter: brightness(0.1)
}

p.about-one__image__info__text {
	margin: 0;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
	transform: translateX(0px);
}

.banner-main .banner-slider {
	position: relative;
	z-index: 9;
}


/* .banner-main .banner-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    background: linear-gradient(hsl(0, 0%, 0%, 0%), hsl(0deg 0% 0% / 82%));
    height: 100%
} */

.video_bnr video {
	width: 100%;
	height: auto;
}

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

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


.ban_head p {
	font-size: 16px;
	transform: translateX(0px);
	color: #000;
	margin: 20px 0 20px;
	width: 100%;
}

.banner-action-btn .bord_btn {
	color: #fff !important;
	border-color: #fff;
}

.common-btn.mr-3 {
	margin-right: 15px;
}

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

.ban_head h3 img {
	width: 134px !important;
	height: auto;
	top: 0;
	position: relative;
	margin-left: 4px;
	display: none !important;
	-webkit-animation-name: fl-2;
	animation-name: fl-2;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes fl-2 {
	0% {
		-webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
		transform: translateY(0px) translateX(0px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
		transform: translateY(10px) translateX(10px) rotate(5deg);
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
		transform: translateY(0px) translateX(0px) rotate(0deg);
	}
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
	background-position: right bottom;
}

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

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

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

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

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

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

.banner-main .book_btn {
	margin-top: 18px;
}

.banner-main {
	position: relative;
	margin-left: 0;
}

.banner-main .slick-dots {
	align-items: center;
	gap: 10px;
	width: auto;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	position: absolute;
	margin-top: 0;
	bottom: 15px;
	right: 0;
	left: 0;
}

.banner-main .slick-dots button {
	background: #fff;
	margin: 0 2px;
	border: 0;
	color: #fff;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
	width: 35px;
	height: 12px;
	font-size: 0px;
	border-radius: 0px;
}

.banner-main .slick-dots .slick-active button {
	background: #f5b54f;
}

.banner-slide {
	position: relative;
	overflow: hidden;
	display: block !important;
}

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

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

.banner-main .banner-image img {
	width: 100%;
}

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

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

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

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


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

@keyframes moveLeftRight {
	0% {
		left: 0;
	}

	50% {
		left: 70%;
	}

	100% {
		left: 0px;
		/* distance to move */
	}
}

.banner-text img {
	cursor: pointer;
	margin: auto;
	width: 100%;
	padding: 0;
	position: relative;
	top: 0;
}

.banner-main .ban_head h1 br {
	display: none;
}

@keyframes up-down {
	0% {
		transform: translate(1px, 20px);
	}

	24% {
		transform: translate(1px, 30px);
	}

	50% {
		transform: translate(1px, 12px);
	}

	74% {
		transform: translate(1px, 22px);
	}

	100% {
		transform: translate(1px, 22px);
	}
}

@-moz-keyframes up-down {
	0% {
		-moz-transform: translate(1px, 20px);
	}

	24% {
		-moz-transform: translate(1px, 30px);
	}

	50% {
		-moz-transform: translate(1px, 12px);
	}

	74% {
		-moz-transform: translate(1px, 22px);
	}

	100% {
		-moz-transform: translate(1px, 22px);
	}
}

@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translate(1px, 20px);
	}

	24% {
		-webkit-transform: translate(1px, 30px);
	}

	50% {
		-webkit-transform: translate(1px, 12px);
	}

	74% {
		-webkit-transform: translate(1px, 22px);
	}

	100% {
		-webkit-transform: translate(1px, 22px);
	}
}

@-o-keyframes up-down {
	0% {
		-o-transform: translate(1px, 20px);
	}

	24% {
		-o-transform: translate(1px, 30px);
	}

	50% {
		-o-transform: translate(1px, 12px);
	}

	74% {
		-o-transform: translate(1px, 22px);
	}

	100% {
		-o-transform: translate(1px, 22px);
	}
}

@-ms-keyframes up-down {
	0% {
		-ms-transform: translate(1px, 20px);
	}

	24% {
		-ms-transform: translate(1px, 30px);
	}

	50% {
		-ms-transform: translate(1px, 12px);
	}

	74% {
		-ms-transform: translate(1px, 22px);
	}

	100% {
		-ms-transform: translate(1px, 22px);
	}
}

.banner-main {
	position: relative;
	background-image: url('https://www.khanbabany.com//wp-content/uploads/2025/12/Rectangle-56-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	padding: 0;
}

/* .banner-main::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    height: 250px;
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/baner_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
} */
/* 
.banner-main::before {
    position: absolute;
    content: "";
    top: auto;
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/emoji-1.png);
    background-repeat: no-repeat;
    width: 497px;
    height: 270px;
    z-index: 9;
    bottom: -6%;
    filter: brightness(0) saturate(100%) invert(66%) sepia(82%) saturate(2472%) hue-rotate(351deg) brightness(101%) contrast(93%);
} */


.banner-main .banner-text {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	width: 100%;
	z-index: 9;
	margin: auto;
}

.kara_abt {
	position: relative;
}

/* .kara_abt::after {
    position: absolute;
    content: "";
    right: 0;
    top: -5%;
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/emoji2.png);
    background-repeat: no-repeat;
    width: 426px;
    height: 220px;
    z-index: 9;
    filter: brightness(0) saturate(100%) invert(66%) sepia(82%) saturate(2472%) hue-rotate(351deg) brightness(101%) contrast(93%);
} */

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

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

.banner-slider .banner-image img {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}

.banner-slider .slick-active .banner-image img {
	transform: scale(1);
}

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

@keyframes text-move {
	0% {
		transform: scale(1) translateY(100%);
	}

	100% {
		transform: scale(1) translateY(-50%);
	}
}

.banner-slide .ban_head .ban_cars {
	display: flex;
	align-items: center;
}

.banner-slide .ban_head .ban_cars img {
	all: unset;
	width: 100%;
}

.banner-slider .slick-active .ban_c_1.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
	animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.banner-slider .slick-active .ban_c_2.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
	animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.font_bld {
	font-weight: 700;
}

.uniq_hd {
	background-color: #C03441;
	font-weight: 700;
	color: #fff;
	padding: 0px 14px;
	position: relative;
}


/* .uniq_hd::before {
       position: absolute;
    content: "";
    border: 1px solid #000;
    width: 278px;
    height: 80px;
    transform: translateX(-6px);
    top: -7px;
    left: 0;
} */

.menu-item {
	position: relative !important;
	list-style: none;
}

.site-header .main-nav .menu-item li {
	position: relative;
	padding: 0;
}

.site-header .main-nav .menu-item li a {
	display: block;
	padding: 15px;
}

.menu-link {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #000000;
	min-width: 180px;
	display: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border: 2px solid #f5b54f;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

.dropdown-menu::before {
	height: 20px;
	width: 20px;
	position: absolute;
	content: '';
	background-color: #000000;
	left: 27%;
	top: -8px;
	transform: rotate(45deg);
	z-index: -1;
}

.dropdown-menu li {
	list-style: none;
}

.dropdown-menu a {
	padding: 10px 15px;
	display: block;
	color: #333;
	text-decoration: none;
}

.dropdown-menu a:hover {
	background: #f5b54f;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
	display: block;
}

/************* About Us *************/

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

.karh_abt_img {
	width: 54%;
	position: relative;
}

.karh_abt_img::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 68%;
	background-color: #f5b54f;
	top: auto;
	bottom: 0;
	right: -16px;
}

.karh_abt_img img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	position: relative;
}

.karh_ryt {
	width: 46%;
	padding-right: 17%;
}

.kara_abt {
	overflow: visible;
	position: relative;
}

/* .kara_abt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 36%;
    top: auto;
    bottom: 0;
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/Rectangle-56-1.png);
    background-repeat: no-repeat;
    z-index: -1;
} */

.karh_ul ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 15px;
	margin-top: 25px;
}

.karh_ul ul li {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	color: #000;
}

.event_slider ul.slick-dots {
	position: absolute;
	bottom: 18px;
	left: 0;
	margin-inline: auto;
	right: 0;
}

.karh_ul ul li img {
	width: 36px;
	height: 36px;
}

.karh_ul ul li span {
	display: block;
}


/************* signature dish *************/

.signature_dish {
	position: relative;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/Rectangle-56-1.png);
	background-repeat: no-repeat;
}

.signature_dish h2 {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.dish_bx {
	text-align: center;
	padding: 30px 10px;
	transition: all 0.3s ease-in-out;
	border-radius: 30px;
}

.dish_bx:hover {
	background-color: #000;
	border-radius: 30px;
}

.dish_bx:hover img {
	transform: scale(1.1)
}

.dish_bx h3 {
	color: #fff;
	width: fit-content;
	margin: auto;
	position: relative;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	margin-bottom: 16px;
	padding-bottom: 14px;
	font-size: 24px;
}

.dish_bx p {
	color: #fff;
	margin: 0;
}

.dish_bx img {
	margin-bottom: 38px;
	transition: all 0.8s ease-in-out;
	width: 100%;
}

.signature_dish .bord_btn {
	color: #fff !important;
	border: 1px solid #fff;
}

.signature_dish .bord_btn:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #fff;
}


/************** private event ************/

.event_slider img {
	width: 100%;
}

.private-sec {
	padding-top: 120px;
}

.private-sec .btn-bx {
	display: flex;
	gap: 25px;
}

.event_slider {
	position: relative;
}

.event_slider::before {
	position: absolute;
	content: "";
	top: -56px;
	right: -35px;
	width: 320px;
	height: 227px;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/wewe-1.png);
	background-repeat: no-repeat;
	z-index: 9;
}

.private-sec .karh_ul ul li {
	color: #000;
}

.private-sec .karh_ul ul li img {
	filter: none
}


/************** banquet event ************/

.our-banquet {
	position: relative;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2025/12/Rectangle-62-1.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.our_banq_bx {
	background-color: hsl(0deg 0% 0% / 90%);
	padding: 25px;
}


.our_banq_bx h2 {
	color: #fff;
	border-bottom: 1px solid #fff
}

.our_banq_bx .sec-title p {
	color: #fff;
}

.bang_lst ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 12px;
}

.bang_lst ul li span {
	display: block;
}

.pro_min span i {
	color: #e7c300;
}

.bang_lst ul li {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #0000002e;
	padding: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 0 0 calc(50% - 12px);
	flex-direction: column;
	text-align: center;
}

.bang_lst {
	margin: 30px 0;
}


/************** Order Online ***********/

.order_cta {
	position: relative;
	background-image: url(../images/Rectangle-61.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.order_img img {
	width: 100%;
}

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

.order_cta .sec-title h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.order-right {
	max-width: 455px;
	margin: auto;
}


/************** testimonial ***********/
.testinomial {
	position: relative;
	z-index: 1;
}


.testi_img {
	text-align: center;
}

.testi_img img {
	width: 84%;
}

.testi_bx .pro_bx {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

.testi_bx .pro_min {
	display: flex;
	gap: 4px;
}

.testi_bx .pro_bx h3 {
	font-weight: 600;
	font-size: 24px;
}

.testi_bx .pro_bx h4 {
	font-weight: 400;
	font-size: 16px;
}

.testi_bx p {
	color: #000;
}

.testinomial .slick-next,
.testinomial .slick-prev {
	background-color: #f5b54f;
	border: 1px solid #f5b54f;
	color: #000;
}

.testinomial .bord_btn {
	color: #fff !important;
	border: 1px solid #fff;
}

.testinomial .bord_btn:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #fff;
}

.testinomial .slick-arrow.slick-prev:before,
.testinomial .slick-arrow.slick-next:before {
	color: #000;
}


/************** blog ***********/
.blog a:not(.common-btn) {
	color: #000;
}

.blog {
	position: relative;
	z-index: 1;
	background: #fef4dc;
}

.blog-bx {
	border: 1px solid hsl(0deg 0% 0% / 20%);
	padding: 15px 15px 33px;
	background: #fff;
}

.blog-bx h6 {
	font-size: 22px;
	font-weight: 600;
	margin: 12px 0 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-bx img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.blog-bx span.read-more-btn {
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

.blog-bx span.read-more-btn:hover {
	color: #f5b54f;
	border-bottom: 1px solid #f5b54f;
}

.btn-bx {
	margin-top: 25px;
}


.coming-soon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	text-align: center;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/01/561.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

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

.coming-soon .waviy span {
	position: relative;
	display: inline-block;
	color: #222222;
	text-transform: uppercase;
	animation: waviy 2.5s infinite;
	animation-delay: calc(.2s * var(--i));
}

@keyframes waviy {

	0%,
	40%,
	100% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(-20px)
	}
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.reserve-box {
    margin-top: 15px;
}
.reserve-box p{
    color:#fff;
}
.reserve-box a {
    margin-top: 0;
    width: 70%;
    max-width: 245px;
}
.footer-map {
	height: 350px;
}

.footer-widget.middle_ft .bord_btn {
	color: #fff !important;
	border: 1px solid #fff;
}

.footer-widget.middle_ft .btn_center {
	max-width: 350px;
	margin-inline: auto;
}

.footer-widget.middle_ft .btn_center a {
	margin-top: 15px;
	width: 70%;
}

.footer-section {
	position: relative;
	padding-top: 80px;
	background-color: #04350c;
	overflow: hidden;
}

/* .footer-section:before {
    background-image: url('https://www.khanbabany.com//wp-content/uploads/2026/01/New-Project.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -7%;
    left: 0;
    right: auto;
    width: 100%;
    height: 50%;
    background-size: contain;
    bottom: auto;
    z-index: 0;
    pointer-events: none;
	animation: opacityFade 4s ease-in-out infinite;
}
@keyframes opacityFade {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
} */
.footer-section .container {
	position: relative;
	z-index: 1;
}

.footer-widget.w_100 ul li {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

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

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

.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgb(255 255 255 / 50%);
	overflow: hidden;
}

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

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

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

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

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

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

	100% {
		top: 110%;
	}
}

.footer-cta {
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	padding-bottom: 50px;
}

.middle_ft p {
	color: #fff;
}

.middle_ft p b {
	font-family: "minerva-modern", sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.middle_ft .bord_btn {
	border: 1px solid #f5b54f;
	color: #f5b54f !important;
	background-color: #000;
}

.middle_ft .bord_btn:hover {
	background-color: #f5b54f;
	border: 1px solid #f5b54f;
}

.time_hr li {
	color: #fff;
}

.single-cta i {
	color: #fff;
	font-size: 30px;
	float: left;
	margin-top: 0px;
}

.cta-text {
	padding-left: 0;
	display: inline-block;
}

.cta-text h4 {
	color: #f5b54f;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.cta-text span {
	color: #fff;
	font-size: 16px;
}

.footer-cta .cta-text a {
	color: #fff;
	text-transform: lowercase;
	transition: all 0.3s ease-in-out;
}

.footer-cta .cta-text a:hover {
	color: #f5b54f;
}

.footer-content {
	position: relative;
	z-index: 2;
	margin: 15px 0;
	padding: 50px 0;
}

.footer-content .row {
	position: relative;
	z-index: 2;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo img {
	max-width: 80px;
}

.footer-text p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-social-icon a {
	font-size: 16px;
	margin-right: 15px;
	border: 1px solid #e2e5b8;
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #e2e5b8;
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.footer-widget-heading img {
	max-width: 200px;
}

.footer-widget-heading {
	margin-bottom: 20px;
}

.footer-widget-heading h3 {
	font-size: 24px;
	margin-bottom: 40px;
	position: relative;
	color: #f5b54f;
	font-weight: 500;
}

.footer-widget ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.footer-widget ul li a:hover {
	color: #fff;
}

.footer-widget ul li a {
	color: #fff;
	text-transform: capitalize;
	/* border-radius: 8px; */
	font-size: 16px;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

.subscribe-form input::placeholder {
	color: #fff;
}

.subscribe-form input {
	width: 100%;
	padding: 14px 64px 14px 14px;
	background: transparent;
	border: 1px solid #d7b65d;
	color: #fff;
	outline: none;
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #d7b65d;
	padding: 13px 20px;
	border: 1px solid #d7b65d;
	top: 0;
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}


.socil_media h2 {
	color: #f5b54f
}

.socil_l {
	display: flex;
	gap: 18px;
}

.cont_bx {
	margin-top: 80px;
}

.copyright-area {
	border-top: 1px solid rgb(255 255 255 / 50%);
	padding: 20px;
}

.copyright-text p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.privacy_text {
	text-align: right;
}

.privacy_text ul {
	display: flex;
	justify-content: flex-end;
	gap: 27px;
}

.privacy_text ul li a img {
	transition: all 0.3s ease-in-out;
}

.privacy_text ul li a img:hover {
	color: #f5b54f;
}

.privacy_text a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.privacy_text a:hover {
	color: #bd1f05;
}

section.restaurant-menu.menu_top {
	padding: 40px;
}

.bg-gold {
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/bg.png);
	background-repeat: repeat;
}

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

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

.food-menu p {
	width: 100%;
	max-width: 338px;
	margin: 0;
}

.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;
	gap: 10px;
}

.food-name-price h3 {
	margin: 0px;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
}

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

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

.main-menu-title h3 {
	padding: 15px;
	font-size: 18px;
	margin: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}


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

.bg-black .food-menu {
	border-bottom: 1px solid #18181861;
}

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

section.restaurant-menu.bg-black p {
	color: #212529;
}

section.restaurant-menu.bg-black .menu-head h3 {
	color: #fff;
}

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

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

.inner-pages header {
	position: unset;
	border: 0px;
	background-color: #222;
	/* background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat; */
}

.food-menu {
	border-bottom: 1px solid #18181861;
}


/* 

.page-block .socil_media h2,
.sec-title h2 {
    margin-inline: auto;
} */

.page-block {
    padding: 60px 0px;
    overflow: hidden;
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.menu-page .bg-black {
	background-image: url(../images/testi_bnr.png);
	padding: 40px 0px;
}

.restaurant-menu {
	padding: 40px 0px;
}

.order_cta h2 {
	margin-inline: unset;
}


/* Base */

.has-mega-menu {
	position: relative;
}

.mega-menu-root {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.3s ease;
	z-index: 99;
}

.has-mega-menu:hover .mega-menu-root {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega-menu-wrapper::before {
	height: 20px;
	width: 20px;
	position: absolute;
	content: '';
	background-color: #f4b44f;
	left: 23%;
	top: -8px;
	transform: rotate(45deg);
	z-index: -1;
}

.page-template-home-page-banquet .mega-menu-wrapper::before,
.page-template-banquet-inner-pages .mega-menu-wrapper::before {
	left: 23%;
}

.mega-menu-wrapper {
	max-width: 100%;
	margin: auto;
	padding: 25px;
	display: grid;
	grid-template-columns: 55% calc(45% - 30px);
	gap: 30px;
	background: #000;
	border-top: 4px solid #f4b44f;
	justify-content: space-between !important;
}

.menu-title-bx h4 {
	border-bottom: 1px solid #ffffff38;
	padding-bottom: 12px;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 500;
}

.mega-menu-list {
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	column-gap: 23px !important;
	row-gap: 10px !important;
}

.mega-menu-list li {
	font-size: 16px;
	cursor: pointer;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
	width: 45%;
	padding: 0px;
}

.mega-menu-right img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 0px;
	transition: all 0.3s ease;
	outline: 0px;
	outline-offset: 0px;
	max-width: 100%;
}

.mega-menu-list li a:last-child {
	border: 0px;
}

.mega-menu-list li a {
	color: #fff !important;
	padding: 12px 10px !important;
	border-bottom: 1px solid #eeeeee1c !important;
	width: calc(100%);
	position: relative;
	padding-left: 35px !important;
}

.mega-menu-list li a::after {
	height: 10px;
	width: 10px;
	background-color: #f5b54f;
	position: absolute;
	content: '';
	transform: rotate(45deg);
	outline: 2px solid #f5b54f;
	outline-offset: 2px;
	transition: 0.3s;
	left: 11px;
}

.mega-menu-list li a:hover::after {
	outline: 2px solid #000;
	background-color: #000;
}

.mega-menu-right {
	width: 100%;
	max-width: 100%;
	margin-left: unset;
	margin-right: 0px;
}

.mega-menu-list li a:focus {
	padding: 12px 10px;
	padding-left: 35px;
}

.mega-menu-list li a:hover {
	background: #f5b54f;
	color: #000 !important;
	padding: 12px 10px;
	padding-left: 35px;
}


.review-section .test-bx {
	padding: 15px;
	width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	max-width: 100%;
	background-color: #fff;
	margin-bottom: 15px;
}

.review-section .icon img {
	padding: 10px;
	height: 55px;
	width: 55px;
	background: #cad4cc;
}

.review-section .content-top {
	display: flex;
	justify-content: space-between;
	width: 100% !important;
	border: 1px solid #eee;
	padding: 20px;
	align-items: center;
}

.review-section .rating {
	font-size: 17px;
	display: flex;
	align-items: center;
	gap: 6px;
	color: orange;
}

.review-section .review-text {
	border: 1px solid #eee;
	padding: 15px;
}

.review-section .review-text p br {
	display: none;
}

.review-section .review-text h3 {
	margin-top: 10px;
	color: #000000;
	font-size: 20px;
	text-transform: capitalize;
}

.about-hero-wrapper .slick-dots {
	position: absolute;
	width: 100%;
	bottom: -34px;
}

.about-hero-wrapper .slick-dots button {
	background-color: transparent;
	width: 24px;
	height: 10px;
	background-color: #f5b54f50;
}

.about-hero-wrapper .slick-dots .slick-active button {
	background-color: #f5b54f;
}

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

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

.about-hero-wrapper .image-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-height: 400px;
}

.inner-pages header a.logo-link {
	max-width: 145px;
}

section.about-hero-wrapper {
	/* background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/01/561.jpg);
    background-repeat: no-repeat; */
	background-color: #222;
}

.about-hero-wrapper .about-title-block .sec-title h2 {
	color: #fff;
	border-color: #fff;
}

.about-hero-wrapper .about-title-block p {
	color: #fff;
	border-color: #fff;
}

.about-hero-wrapper .slick-slide img {
	display: block;
	height: 365px;
	width: 100%;
	object-fit: cover;
}

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

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

.catering-parallax .sec-title,
.catering-section .sec-title,
.promise-section .sec-title,
.inspiration-content .sec-title,
.chef-content .sec-title {
	margin-bottom: 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: rgb(0 0 0 / 93%);
	padding: 25px;
	width: 100%;
	max-width: 550px;
	margin-left: auto;
}

.inspiration-content p {
	color: #fff;
}

.block-list-style li {
	position: relative;
	margin: 17px 0px;
	padding: 0px 0px 0px 29px;
	color: #fff;
	font-weight: 600;
}

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

.list-style li {
	position: relative;
	margin: 17px 0px;
	padding: 0px 0px 0px 29px;
	color: #000;
	font-weight: 600;
}

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

.inspiration-section .sec-title h2 {
	color: #fff;
	border-color: #fff;
}

.inspiration-section .inspiration-list li::before {
	outline: 2px solid #bd1f05;
	background-color: #bd1f05;
}

.promise-section .sec-title h2 {
	margin-inline: auto;
}

span.icon-cell i {
	color: #fff;
}

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

.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%;
}

.inner-banner {
	background: rgba(4, 53, 12, 0.21);
}

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

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

.inner-banner .row {
	margin-top: 31px;
}

.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;
}

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

.cater_form::placeholder {
	color: #fff;
}

.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 .input_field input::placeholder,
.cater_form .textarea_field textarea::placeholder,
.cater_form .input_field select::placeholder {
	color: #fff;
	opacity: 1;
}

.cater_form {
	padding: 35px;
	background: hsl(0deg 0% 0% / 86%);
}

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

.cater_form .textarea_field {
	width: 100%;
}

.limit_box {
	display: flex;
	justify-content: space-between;
	margin: 4px 0px;
	flex-wrap: wrap;
	color: #fff;
	font-style: normal;
}

.inner-banner .sec-title h2 {
	margin-inline: auto;
}

.contact-form-section .sec-title h2 {
	color: #fff;
	border-color: #fff;
}

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

.catering-block .image-slide::after {
	display: none;
}

.perplexes-section .text {
	background: #000000e8;
	padding: 22px;
	width: 100%;
	max-width: 560px;
	margin: 0px 0px 0px auto;
	border: 4px solid #f5b54f;
	-webkit-box-shadow: inset 0px 0px 0px 10px #c49a6c;
	-moz-box-shadow: inset 0px 0px 0px 10px #f00;
	box-shadow: inset 0px 0px 0px 2px #00000000;
	border-radius: 45px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	border-radius: 0px;
}

.perplexes-section .text .sec-title h2,
.perplexes-section .text .sec-title h1 {
	color: #fff;
	border-color: #fff;
}

.info-head .sec-title h2 {
	margin-inline: auto;
}

.container__title {
	text-align: center;
	/* Flex */
	display: flex;
	flex-direction: column;
}

.container__titleMainText {
	color: #242d3c;
	margin-bottom: 19.920px;
	font-weight: 900;
}

.container__circle {
	width: 450px;
	height: 450px;
	margin-top: 85px;
	border-radius: 50%;
	position: relative;
	margin-inline: auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: 1px dashed #eee;
}

ul li:nth-child(2) span.bd_hvor svg {
	display: none;
}

.container__circle::before {
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/Frame-43.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.wedding-Catering::before {
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/w1-img.jpg);
}

.graduation-parties {
	background-position: center;
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/15861.jpg);
}

.holiday-parties {
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/104453.jpg);
	background-position: center;
	background-size: cover;
}

.Corporate-Catering {
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/2149333737-1.jpg);
	background-size: cover;
	background-position: bottom;
}

.private-image {
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/2149187009-1.jpg);
	background-size: cover;
	background-position: left;
}

.sweet-sixteen {
	background-image: url(https://www.khanbabany.com/wp-content/uploads/2025/12/1502-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}


/* Main-Feature */

.container__mainFeat {
	color: #fff;
	text-align: center;
	/* Position */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.container__mainFeatMainText {
	margin-bottom: 12px;
	font-weight: 900;
}

.container__mainFeatSubText {
	font-size: 15px;
	line-height: 1.6;
}


/* Sub-Feature */

.container__subFeat {
	height: 110px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0px;
	transform: translateX(calc(-100% + 88px + 15px + 20px));
}

.container__subFeat--right {
	/* Flex */
	flex-direction: row;
	/* Position */
	left: initial;
	right: 0;
	transform: translateX(calc(100% - 88px - 15px - 20px));
}

.container__subFeat:not(:first-child):nth-child(odd) {
	top: inherit;
	bottom: 0px;
}

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

.info-graph-img {
	min-width: 88px;
	min-height: 88px;
	padding: 10px;
	margin-left: 15px;
	border: solid 7px #f9f5f0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5b54f;
	color: #ffffff;
	font-size: 30px;
}

.container__mainFeat * {
	color: #fff;
}

.info-head {
	margin-inline: auto;
}

.info-graph-sec .info-head,
.bir-paty .info-head {
	text-align: center;
}

.info-graph-sec .innner-sec-title {
	max-width: 850px;
	margin-inline: auto;
}

.container__subFeat--right .info-graph-img {
	margin-left: 0;
	margin-right: 15px;
}

.container__subFeatIcon {
	width: 40px;
	height: 40px;
}

.info-graph-content {
	padding: 15px;
	text-align: right;
}

.container__subFeat.container__subFeat--right .info-graph-content {
	text-align: left;
}

.info-graph-content h3 {
	margin-bottom: 5px;
}

.info-graph-content h3 {
	margin-bottom: 5px;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 400 !important;
}

.info-graph-sec {
	background: #dfbb6a14;
}

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

.ol-cards li .content {
	font-size: 16px;
}

.catering-request-form form {
	padding: 40px;
	background: #fff;
	border: 2px solid #04350c;
	border-radius: 0;
}

.catering-request-form {
	background: rgb(4 53 12 / 21%);
}


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

.form-row .limit-box {
	display: flex;
	justify-content: space-between;
	margin: 4px 0px;
}

.catering-request-form form h2 {
	margin-inline: auto;
}

.catering-request-form input,
.catering-request-form select,
.catering-request-form textarea {
	margin: 0;
	/* Removes default margin */
	font-family: inherit;
	/* Uses parent font */
	font-size: inherit;
	/* Matches parent font size */
	line-height: inherit;
	/* Matches parent line height */
	width: 100%;
	/* Full width */
	border-radius: 0;
	/* Sharp corners */
	padding: 15px;
	/* Inner spacing */
	border: 1px solid #cfcdcd;
	/* Light gray border */
	box-sizing: border-box;
	/* Ensures padding included in width */
}

.perplexes-section {
	background: no-repeat center top /cover fixed;
	display: flex;
	align-items: center;
}

.perplexes-section .socil_media h2 {
	font-size: 36px;
	text-transform: capitalize;
}

.page-block .page-header .page-title .sec-title h2 {
	margin-inline: auto;
}

.food-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.gallery-image {
	position: relative;
	overflow: hidden;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.gallery-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.4s ease;
	display: block;
}

.gallery-image:hover img {
	transform: scale(1.1);
}

.private-policy-cn .section-title :is(h1,
	h2,
	h3,
	h4,
	h5,
	h6) {
    background: rgb(4 53 12 / 22%);
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #04350c;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

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

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

.catering-parallax .text-bx {
	display: block;
	background: #000000ed;
	padding: 25px;
	width: 100%;
	max-width: 550px;
}


.catering-parallax .text-bx p {
	color: #fff;
}

.catering-parallax .text-bx .sec-title h2 {
	color: #ffffff;
	border-color: #ffffff;
}

.catering-block {
	background: rgb(4 53 12 / 21%);
}

.blog-post-section .post-image-bx img {
	background: #fff;
	box-shadow: 0 0 5px #cecece;
	padding: 15px;
	height: 380px;
	width: 557px;
	object-fit: cover;
	float: inline-end;
	margin-left: 30px;
	margin-bottom: 25px;
}

.blog-post-section .text-bx :is(h1,
	h2,
	h3,
	h4,
	h5,
	h6) {
	font-weight: 500;
	font-size: 36px;
	color: #000;
	border-left: 4px solid #dfbb6a;
	background: #b1b1b117;
	display: flex;
	padding: 10px 15px;
	margin: 30px 0px 20px 0px;
}

.custom-list-style {
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
}

.custom-list-style li {
	position: relative;
	font-size: 16px;
	margin: 10px 0px;
	padding-left: 22px;
	font-weight: 600;
}

.custom-list-style li::after {
	height: 11px;
	width: 11px;
	background-color: #0d789e;
	position: absolute;
	content: "";
	left: 4px;
	top: 7px;
	border-radius: 100px;
	outline: 2px solid #0d789e;
	outline-offset: 2px;
}

.top-bar {
	display: none;
}

.perplexes-section2 {
	background-position: inherit;
}


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


.blog-box {
	position: relative;
	margin-bottom: 20px;
}

.single-post .blog-box.blog-img {
	background-color: #fef4dc;
}

article.blog-box.blog-img.text-center {
	padding: 20px;
	background-color: #fef4dc;
	position: relative;
	margin-bottom: 20px;
	float: right;
	width: 480px;
	max-width: 100%;
	margin-left: 50px;
}

article.blog-box.blog-img.text-center img {
	width: 100%;
	/* aspect-ratio: 1296/290; */
	object-fit: cover;
}

article.blog-box.blog-img.text-center span.blog-date {
	position: absolute;
	left: 30px;
	top: 30px;
	background-color: #f5b54f;
	border-radius: 0;
	padding: 10px 14px;
	color: #000000;
}

article.blog-box ul li {
	position: relative;
	padding: 0 0 0 26px;
}

.blog-box ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: #f5b54f;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	outline: 2px solid #f5b54f;
	border-radius: 50%;
}

.blog-box ul {
	margin-bottom: 20px;
	flex-direction: column;
	display: flex;
	row-gap: 10px;
}

section.blog_main a {
	color: #f5b54f;
}


.page-id-519 header {
	background-color: transparent;
	position: absolute;
}

.page-id-519 header a.logo-link {
	max-width: 220px;
}

.page-id-519 .video-hero-section {
	height: 100vh;
}

.page-id-519 .video-hero-section video {
	height: 100vh;
}

.promise-section2 {
	background-color: #222222;
}

.promise-section2 p {
	color: #fff;
}


.promise-section2 .sec-title h2 {
	color: #fff;
}

.menu-card-grid {
	display: grid;
	grid-template-columns: 35% 27% 35%;
	gap: 30px;
	margin-inline: auto;
	width: 100%;
	align-items: center;
	margin-top: 45px;
	justify-content: center;
}

.center-image img {
	width: 100%;
	padding: 12px;
	max-width: 409px;
	margin-inline: auto;
	display: block;
}

.perplexes-section .text {
	background: #222;
}


.menu-number {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #8c3805;
	font-size: 55px;
	font-weight: 600;
	z-index: 22;
	display: none;
	position: relative;
}

.perplexes-section .text {
	max-width: 654px;
}


.Catering-Menu-Block .menu-text h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 8px;
}

.Catering-Menu-Block .menu-text p {
	margin: 0;
}


.menu-card-grid .menu-card .card-image img {
	width: 100%;
	max-width: 100%;
	filter: drop-shadow(1.95px 1.95px 2.6px rgba(0, 0, 0, 0.10));
}


.Catering-Menu-Block .container {
	width: 100%;
	max-width: 90%;
}

/* 
.menu-card2 .card-image {
    order: 2;
}

.menu-card2 {
    grid-template-columns: 1fr 170px !important;
} */
.menu-card {
	background: #fef4dc;
}

.menu-card .menu-text {
	padding: 20px 15px;
	border: 1px solid #ffffff0f;
	border-left: 5px solid #f5b54f;
}

.menu-card-grid .left-bx {
	display: flex;
	flex-direction: column;
	gap: 20px;
	gap: 58px;
}


.Tandoor-card {
	width: 100%;
	max-width: 500px;
	margin-inline: auto;
}


#main-home-page .ban_head p {
	color: #000;
}


#main-home-page .ban_head h1 {
	color: #000;
	margin-bottom: 15px;
	font-size: 45px;
}

#main-home-page .ban_head h1 br {
	display: block;
}

.about-block .about-main-grid {
	display: grid;
	grid-template-columns: 48% 52%;
	justify-content: center;
	align-items: center;
}

.about-block .about-main-grid .left-right img {
	width: 100%;
	max-width: 100%;
}

.about-block .left-right .image-bx {
	width: 55%;
	position: relative;
	z-index: 212;
	right: 15px;
}


.about-block .left-right .image-bx2 {
	width: 50%;
}


.about-block .left-right {
	gap: 10px;
	padding-left: 40px;
	display: flex;
	flex-direction: row-reverse;
}


.about-block .image-bx img {
	height: 495px;
	object-fit: cover;
}

.about-block .image-bx2 img {
	height: 407px;
	object-fit: cover;
	position: absolute;
	max-width: 342px !important;
	right: 0px;
	top: 25px;
}

.about-block {
	position: relative;
}

.about-block::before {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fef4dc;
	content: '';
	max-width: 40%;
	right: 0;
	top: 0;
}

.about-block ul li {
	display: flex;
	align-items: start;
	gap: 10px;
	font-weight: 600;
	font-size: 16px;
}


.about-block ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin: 22px 0px;
}


.event-left-content ul li img {
    max-width: 27px;
    margin: 0 3px 0 0;
}


.about-block ul li img {
	width: 100%;
	max-width: 27px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(26%) saturate(3%) hue-rotate(353deg) brightness(86%) contrast(100%);
}


.event-left-content li span {
	font-weight: 600;
}

.dim-sum-slider .slider-block p {
	font-weight: 500;
	font-size: 22px !important;
	color: #000;
	border-bottom: 2px solid #000;
	display: block;
	width: max-content;
	text-transform: capitalize;
	padding-bottom: 6px;
	margin-bottom: 18px;
}


.dim-sum-slider button.slick-next.slick-arrow {
	top: calc(89% - 30px);
	right: calc(89% - 105px);
}

.dim-sum-slider .text-block {
	position: relative;
}


.event-section {
	background-color: #ffffff;
}

.slider-container {
	display: grid;
	grid-template-columns: 35% 65%;
	align-items: center;
	position: relative;
	z-index: 3;
}

.event-section .container {
	padding: 0px;
	width: 100%;
	max-width: 1300px;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.event-grid .btn-bx {
	display: flex;
	gap: 15px;
}

.strip-container {
	position: relative;
}

.strip-container::before {
	position: absolute;
	content: "";
	top: 0;
	background-image: url('../../assets/images/wind-img2.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(7333%) hue-rotate(32deg) brightness(98%) contrast(104%);
}

.event-left-content {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	padding: 0px 20px;
}

.event-left-content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 14px;
	margin: 20px 0px;
}

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

.strip-up4 {
	background-image: url("../../assets/images/a-2-scaled.jpg") !important;
}


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

	100% {
		background-position: 0 0;
	}
}

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

	100% {
		background-position: 0 100%;
	}
}

.strip-container {
	width: 346px;
	height: 486px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-inline: auto;
	padding: 40px;
}

.strip-up {
	background-image: url("../../assets/images/Group-1597883705-scaled.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	animation: scrollUp 28s linear infinite;
}

.strip-down {
	background-image: url("../../assets/images/a-1-scaled.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	animation: scrollDown 28s linear infinite;
}

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

.Banquet-Grid .right-block {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.Banquet-Grid {
	margin-left: auto;
	max-width: 500px;
}

.Banquet-Grid .right-block img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.Banquet-Grid .left-bx p {
	color: #fff;
}


.Banquet-Grid .bang_lst ul li span {
	display: block;
	color: #000;
}

.Banquet-Grid .bang_lst ul li span img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7500%) hue-rotate(58deg) brightness(105%) contrast(95%);
}


.about-block .left-right {
	position: relative;
}

.about-block .image-bx,
.image-bx2 {
	animation: floatUpDown 4s ease-in-out infinite;
}

/* second image thoda delay se move kare */
.about-block .image-bx2 {
	animation-delay: 1.5s;
}


.testimonial_slide2 .testi_bx {
	max-width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	padding: 15px;
	border-right: 1px solid #d1d1d1;
}

.testimonial_slide2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.testimonial_slide2 .testi_bx:nth-child(3) {
	border-right: 0;
}

/* .testimonial_slide2 .testi_bx:before {
    background-image: url('../../assets/images//wind-img3.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(7333%) hue-rotate(32deg) brightness(98%) contrast(104%);
}
.testimonial_slide2 .testi_bx:after {
    background-image: url('../../assets/images/wind-img3.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    width: 75px;
    height: 75px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(7333%) hue-rotate(32deg) brightness(98%) contrast(104%);
    bottom: 0;
    rotate: 180deg;
} */
.testimonial_slide2 .pro_file {
	height: 50px;
	width: 50px;
	background: rgb(4 53 12 / 21%);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
}

.testimonial_slide2 .testi_bx .pro_bx {
	justify-content: space-between;
	border-bottom: 1px solid #0000002e;
	padding-bottom: 15px;
}

.testimonial_slide2 .testi_bx p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
}

.testimonial_slide2 .testi_bx p:last-child b {
	font-weight: 500;
}

.testimonial_slide2 .testi_bx p br {
	display: none !important;


}

#main-home-page .banner-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@keyframes floatUpDown {
	0% {
		transform: translateY(0);
	}

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

	100% {
		transform: translateY(0);
	}
}


header.site-header.sticky {
	z-index: 999;
}


.dim-sum-slider .text-block h2 {
	color: #000;
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

section.video-hero-section {
	padding: 0px;
	margin: 0px;
}

section.video-hero-section .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.video-main-bx {
	position: relative;
	width: 100%;
	overflow: hidden;
}

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

.page-id-2 header {
	background-color: transparent;
	position: absolute;
}

#main-home-page .banner-image img {
	transform: unset;
	transition: unset;
}


.page-id-2 .mega-menu-wrapper::before {
	left: 18%;
}


.page-id-519 .mega-menu-wrapper::before {
	left: 19%;
}

.slide-text-root p {

	width: 420px;
	margin-top: 0px;
}

.banner-slide-overlay .banner-image::before {
	display: none !important;
}

/* 
#main-home-page .ban_head h1 */


.ban_head {
	text-align: center;
	margin-inline: auto;
	padding-bottom: 0;
	max-width: 800px;
}

.ban_head .hd_content {
	font-size: 25px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 23px;
}

.banner-main::after {
	display: none;
}

.karh_ryt {
	width: 46%;
	padding-right: 9%;
}

.ban_head h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 0;
	transition: transform 700ms ease, opacity 700ms ease;
}


.ban_head h2 {
	color: #31935E;
	font-size: 65px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	/* overflow: hidden; */
	margin: 30px 0px 0px;
	transition: transform 700ms ease, opacity 700ms ease;
}


.banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
	transform: translateX(0px);
}

.banner-main .banner-slider {
	position: relative;
	z-index: 9;
}

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

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


.ban_head p {
	font-size: 16px;
	transform: translateX(0px);
	color: #fff;
	margin: 20px 0 20px;
	width: 100%;
}


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


.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
	background-position: right bottom;
}

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

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

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

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

.banner-main .book_btn {
	margin-top: 18px;
}

.banner-main {
	position: relative;
	margin-left: 0;
}

.banner-main .slick-dots {
	align-items: center;
	gap: 10px;
	width: auto;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	position: absolute;
	margin-top: 0;
	bottom: 15px;
	right: 0;
	left: 0;
}

.banner-main .slick-dots button {
	background: #fff;
	margin: 0 2px;
	border: 0;
	color: #fff;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
	width: 35px;
	height: 12px;
	font-size: 0px;
	border-radius: 0px;
}


.banner-slide {
	display: block !important;
	position: relative;
	overflow: hidden;
}

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

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

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

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

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

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

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


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

@keyframes moveLeftRight {
	0% {
		left: 0;
	}

	50% {
		left: 70%;
	}

	100% {
		left: 0px;
	}
}

.page-template-home-page-banquet.inner-pages header {
	position: absolute;
	border: 0px;
	background-color: transparent;
}

.page-template-home-page-banquet.inner-pages header a.logo-link {
	max-width: 220px;
}

.page-template-home-page-banquet.inner-pages header.site-header.sticky {
	position: fixed;
	z-index: 99;
	background: #222;
	box-shadow: 0 -6px 6px 8px #00000069;
}


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

/* .banner-main .banner-image:after {
    position: absolute;
    content: '';
    top: auto;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
} */
/* .banner-main .banner-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000000;
    background: linear-gradient(
0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: auto;
    z-index: 1;
} */

.banner-main .banner-text {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	width: 100%;
	z-index: 9;
	margin: auto;
}


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

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

.banner-slider .banner-image img {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1);
}

.banner-slider .slick-active .banner-image img {
	transform: scale(1);
}

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

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


.banner-slide.banner-2 .ban_head {
	text-align: left;
	margin-inline: 0;
	max-width: 400px;
}

.banner-slide.banner-2 .ban_btn {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

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


/* New home page css */

/*--------------------------------------------------------------
# video Section
--------------------------------------------------------------*/

.video-catering-section {
	position: sticky;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	padding: 0;
	top: 0;
	max-height: 600px;
}

.video-catering-section video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: bottom;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
}

.video-catering-section .overlay {
	text-align: center;
	background: #000000;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.33;
}

.video-catering-section .video-cn {
	position: absolute;
	left: 5%;
	bottom: 10%;
	max-width: 450px;
	z-index: 1;
}

.video-cn p {
	color: #fff;
}

/* New home page css */

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
	position: relative;
	background: #fef4dc;
}

.about-cn {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 80px;
}

.ab-ic-cn h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.about-icon-bx:last-child:after {
	display: none;
}

.ab-ic-cn p {
	margin: 0;
}

.about-section .btn-bx {
	margin-top: 50px;
}

.about-icon-main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	width: 80%;
	margin: 60px auto;
}

.ab-icon-img {
	margin-bottom: 25px;
	position: relative;
}

.ab-icon-img:after {
	content: '';
	width: 75px;
	height: 75px;
	background: #f5b54f;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 100px;
	opacity: 0.3;
	transition: all 0.5s;
}

.about-icon-bx:hover .ab-icon-img:after {
	transform: translate(-10px, -10px);
}

.about-icon-bx {
	display: flex;
	gap: 23px;
	position: relative;
	justify-content: center;
}

.about-icon-bx:after {
	content: '';
	position: absolute;
	right: -15px;
	height: 100%;
	width: 1px;
	background: #0000003b;
}

.ab-icon-img {
	margin-bottom: 0;
	position: relative;
	flex: 0 0 70px;
}

.about-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	align-items: normal;
}

.ab_cn {
	flex: 0 0 50%;
}

.ab-ic-img {
	background: #ffffff;
	width: 48px;
	height: 48px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab-ic-img i {
	color: #A2224B;
}

.about-cn .ab_cn p {
	margin-bottom: 15px;
	line-height: 25px;
}


.about-img img {
	transition: transform 0.1s linear;
	transform: translateY(0);
	width: 100%;
}


.about-cn .section-title h2 {
	margin-bottom: 15px;
}

.about-cn .ab_cn p {
	margin-bottom: 15px;
}

.about-text .btn-bx {
	margin-top: 30px;
	display: block;
}

.ab-ic-bx {
	display: flex;
	align-items: center;
	gap: 15px;
}

ul.ab-card {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
}

ul.ab-card li h5 {
	font-size: 36px;
	color: #E2701E;
	text-align: center;
}


.about-img-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	text-align: center;
	justify-content: center;
}

.about-text .btn-bx {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.ab-alert {
	margin-top: 30px;
	background: #e4f1ff;
	padding: 15px;
	border-radius: 15px;
}

.ab-alert p {
	margin-bottom: 0px;
}


.ab-card-bx {
	position: relative;
}

.about-section .about-pic-area:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: red;
	display: inline-block;
	transform: translate(10px, 10px);
}

.about-section .about-pic-area img {
	border-radius: 15px;
}

.about-section .about-pic-area .box a img {
	margin: 0;
	transition: all 0.5s;
}

.about-cn .section-title span:before {
	display: none;
}

.about-cn .section-title span {
	padding-left: 0;
}

.divider {
	display: block;
	width: 100%;
	margin: 2rem 0;
	background: #d7b65d4f;
	height: 1px;
}

.ab-imgs_bx {
	margin-top: 0;
	position: relative;
}

.ab_cn h3 {
	font-size: 22px;
	margin: 0;
}

ul.ab-card p {
	color: #2d2d2d;
	margin: 0;
	font-weight: 600;
}


/*--------------------------------------------------------------
	Service Section new
--------------------------------------------------------------*/
.sec-title.text-center.text-white h2 {
	color: #fff;
	border-color: #fff;
}

.service-section {
	background: #f5f5f5;
	position: relative;
}

.service-section:before {
	background-image: url(../../assets/images/wind-img3.png);
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 245px;
	height: 241px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
}

.service-section:after {
	background-image: url(../../assets/images/wind-img3.png);
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	width: 245px;
	height: 241px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(4184%) hue-rotate(322deg) brightness(106%) contrast(92%);
	bottom: 0;
	rotate: 180deg;
}

.service-list {
	display: grid;
	justify-content: center;
	margin-inline: auto;
	margin: 0 auto 0;
	text-align: center;
	max-width: 1382px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 29px 17px;
}

.service-bx {
	background-color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	color: #2d2d2d;
	position: relative;
	overflow: hidden;
}

.service-ic img {
	transition: all 0.4s;
	width: 100%;
	border-radius: 15px;
}

.service-ic {
	transition: all 0.5s;
}

.service-ic:hover {
	margin-top: -20px;
}

.service-cn {
	position: absolute;
	padding: 26px 35px;
	background-color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 0;
	text-align: left;
	width: 100%;
	bottom: 0;
	transition: all 0.5s;
}

.service-bx:hover .service-ic img {
	transform: scale(1.1);
}

.service-bx:hover .service-cn {
	transform: translate(0px, 100px);
}

span.service-btn {
	color: #2d2d2d;
	font-weight: 500;
	padding-top: 15px;
	position: relative;
	display: block;
	max-width: max-content;
}

span.service-btn:after {
	content: '';
	background: #A2224B;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.service-bx:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #2d2d2d;
}

.service-bx h3 {
	font-size: 16px;
}

.btn-bx {
	margin-top: 30px;
}

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

.service-cn h3 {
	display: block;
	font-size: 24px;
	margin: 0;
	color: #a2224b;
	text-align: center;
}

.service-cards-text-wrap p {
	padding: 0 36px 37px;
}

.section-head {
	max-width: 750px;
	margin: 0 auto 50px;
	text-align: center;
}

.service-inner .btn-bx {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.service-head {
	max-width: 750px;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 50px;
}

.service-body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 50px 0;
}

.service-img-1 {
	transform: translateX(100%) rotate(5deg);
}

.service-img-1.active {
	transform: translateX(0) rotate(0deg);
}

.service-img-2 {
	transform: translateX(-100%) rotate(-5deg);
}

.service-img-2.active {
	transform: translateX(0) rotate(0deg);
}

.service-ic {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 7px 6px 8px 1px #4f4a4a33;
	cursor: pointer;
}

.service-cn-new {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 15px;
}

.service-ic h3 {
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin: 0;
	margin-bottom: -20px;
	transition: all 0.5s;
}

.sec-title.text-white h1 {
	color: #fff;
}

.service-ic span {
	text-align: center;
	font-size: 16px;
	color: #f5b54f;
	margin-top: 5px;
	/* padding-bottom: 5px;
    border-bottom: 1px solid #f5b54f; */
	transition: all 0.5s;
	opacity: 0;
	display: inline-block;
	height: 0;
}

.service-ic:hover span {
	height: auto;
	opacity: 1;
}

.service-ic:hover h3 {
	margin-bottom: 0px;
}

.service-ic:after {
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	background: #ffffff;
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
	height: 50%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: auto;
}

/*--------------------------------------------------------------
# catering Section
--------------------------------------------------------------*/

.catering-section {
	position: relative;
}


.catering-section-new {
	position: relative;
	background-image: url('https://www.khanbabany.com//wp-content/uploads/2026/01/25589-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 550px;
}

.catering-section-new:after {
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	background: #000;
	height: 100%;
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	opacity: 0.2;
}

.catering-section-new .container {
	max-width: 514px;
	text-align: left;
	position: absolute;
	bottom: 15%;
	top: auto;
	left: 3%;
	z-index: 1;
}

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

.catering-section .catering-head p {
	color: #fff;
}

.catering-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 50%;
	height: 100%;
}

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


.catering-img-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 25%;
	z-index: -1;
}

.promise-section2 {
	background-color: #000000ed;
	padding: 50px 0px;
}

.promise-section2 p {
	color: #fff;
}


.promise-section2 .sec-title h2 {
	color: #fff;
	border-color: #fff;
}


.banner-slide.banner-1 .ban_head {
	text-align: left;
	margin-inline: 0;
	padding-bottom: 0;
	max-width: 450px;
}

.banner-slide.banner-1 .ban_btn {
	justify-content: flex-start;
}

.banner-slide.banner-1 .banner-text {
	top: 60%;
}

.banner-main .banner-image:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000000;
	background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 50%, rgba(243, 235, 224, 0.04) 97%);
	opacity: 0.9;
}

.ban_head.text-black h1,
.ban_head.text-black h2 {
	color: #000;
}

.page-id-64 section.page-block,
.page-id-783 section.page-block {
	background: none;
}

.page-id-64 section.page-block,
.page-id-783 section.page-block {
	background: none;
	padding-bottom: 0;
}

.page-id-64 section.page-block h1,
.page-id-783 section.page-block h1 {
	font-size: 50px;
	padding-bottom: 2px;
	border-bottom: 1px solid #222222;
}


.catering-form {
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/9587.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	animation: 30s linear 0s infinite normal none running bg-marquee;
}
ul#menu-event-catering-menu i {
    display: none;
}

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

	100% {
		background-position: -1190px;
	}
}

.catering-form-head .section-title h1 {
	color: #000;
	margin-bottom: 0;
	text-transform: capitalize;
}

.catering-form-head p {
	color: #fff;
}

.catering-form-bx label {
	color: #fff;
}

.catering-form-bx .form-group {
	color: #fff;
}

.catering-form-bx .form-control {
	height: 45px;
	border-radius: 0;
	appearance: auto;
}

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

.catering-form-bx {
	/*  background: rgb(0 0 0 / 91%); */
	padding: 70px 25px 25px;
	box-shadow: 0 0 6px #0000006b;
	border: 15px solid #04350c;
	outline: 15px solid #04350c80;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
	background-size: cover;
	background-position: center;
	position: relative;
}

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

.catering-form-bx::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/center-new-bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 63px;
	z-index: 0;
	pointer-events: none;
}

.catering-form-inner {
	background: #000000;
	background-image: url('');
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	animation: bg-marquee 30s infinite linear;
}

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

	100% {
		background-position: -1190px;
	}
}

.char_msg {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	flex-wrap: wrap;
}

.catering-form-inner .catering-form-bx {
	padding: 30px;
	background: #ffffffed;
	border: 5px solid #c29c61;
	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%);
}

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

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

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

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

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

textarea.form-control {
	height: auto;
}

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

.form-group {
	margin-bottom: 1rem;
}


.cus-date-reservation-from ul#pills-tab {
	gap: 15px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link.active {
	background: #f5b54f;
	border-bottom: none;
	color: #000;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
	margin-bottom: 10px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link {
	background: #fff;
	color: #000000;
	opacity: 1;
	border-radius: 0;
}

.cus-date-reservation-from label.radio-button,
.cus-date-reservation-from label.radio-button {
	display: inline-block;
	padding: 5px 7px;
	background-color: #000;
	color: #f5b54f;
	font-size: 16px;
	border: 1px solid #f5b54f;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	border-radius: 0;
	text-transform: lowercase;
}

.cus-date-reservation-from .time_picker,
.cus-date-reservation-from .time_picker {
	display: none;
}

.cus-date-reservation-from .tab-content input[type="radio"]:checked+label.radio-button {
	background: #f5b54f;
	color: #000;
}

span.error {
    background: red;
    display: block;
    width: 100%;
    color: #fff;
    padding: 0 5px;
}
.Banquet-Block {
    background: #fef4dc;
    background-image: url('https://www.khanbabany.com/wp-content/uploads/2026/03/about-img01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 650px;
}

.Banquet-Block:after {
	position: absolute;
	content: '';
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	right: 0;
	height: 100%;
	width: 100%;
	top: 0;
}

.Banquet-Block .container {
	position: relative;
	z-index: 1;
}

.about-new-1 {
	/* background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
	margin: 0;
	margin-inline: auto;
	position: relative;
}

.about-title-sec .sec-title img {
	display: block;
	margin-inline: auto;
	max-width: 170px;
	margin-bottom: 25px;
}

.border-title img {
	display: block;
	margin-inline: auto;
	max-width: 170px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.about-new-1 .about-main-grid {
	max-width: 870px;
	margin-inline: auto;
	text-align: center;
}

.about-main-grid .inner-text-block h5 {
	max-width: 860px;
	margin-inline: auto;
	font-size: 22px;
	font-style: normal;
	margin-top: 25px;
	color: #000000;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 25px;
}

.about-main-grid .inner-text-block p {
	margin-bottom: 25px;
}


.page-id-728 .inspiration-section .inspiration-content {
	max-width: 736px;
}

.catering-request-form form button#contact_submit {
	float: right;
}

.inner-ban-img img {
	width: 100%;
}

section.gallery-root~section#catering-request {
	display: none;
}

.side_bar_address a:hover {
	color: #bd1f05;
}

.form-control[name="date"],
input#datepicker[name="date"] {
	background-image: url('');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
}

select.form-control {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

section.private-policy-cn~section#catering-request {
	display: none;
}


.main-bx {
	padding: 25px;
	border: 1px solid #eee;
}

ul.card_menu_main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.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 {
	text-align: center;
	width: calc(25% - 15px);
}

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

.menu_full_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(0 29 20 / 24%);
}

.menu_full_bottom {
	margin-top: 50px;
	padding: 25px;
	border-radius: 0px;
	border: 1px solid hsl(161.38deg 100% 5.69% / 23.92%);
	margin-bottom: 0px;
}

.menu_tabber h2 {
	font-size: 63px;
	color: #00a650;
	display: inline-block;
	margin: 0;
	font-family: 'Cambria';
	-webkit-text-stroke: 2px #000000;
}


.menu_tabber .btn-block a:hover {
	color: #f5b54f;
	border-color: #f5b54f;
}

.menu_tabber {
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 100px 0;
}

/* .menu_tabber:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../assets/images/light.png');
    background-size: contain;
    width: 200px;
    height: 400px;
    background-repeat: no-repeat;
	z-index: 1;
}

.menu_tabber:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../../assets/images/light.png');
    background-size: contain;
    width: 200px;
    height: 400px;
    background-repeat: no-repeat;
	z-index: 1;
	transform: scaleX(-1);
} */


.menu_tabber:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 1;
}

.menu_tabber:after {
	content: '';
	position: absolute;
	top: -4px;
	right: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scaleX(-1);
}

.repeat_sideimg {
	position: relative;
}

.repeat_sideimg:before {
	content: '';
	position: absolute;
	top: 151px;
	left: -63px;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/left-bg.png);
	background-size: contain;
	background-repeat: repeat-y;
	width: 168px;
	height: 800px;
	z-index: 1;
}

.repeat_sideimg:after {
	content: '';
	position: absolute;
	top: 151px;
	right: -63px;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/left-bg.png);
	background-size: contain;
	background-repeat: repeat-y;
	width: 168px;
	height: 800px;
	z-index: 1;
	transform: scaleX(-1);
}

.bottom_menubg {
	position: relative;
}

.bottom_menubg:before {
	content: '';
	position: absolute;
	top: auto;
	bottom: -130px;
	left: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scaleY(-1);
}

.bottom_menubg:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -130px;
	right: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scale(-1);
}

.center_bar {
	position: relative;
}

.center_bar::before {
	position: absolute;
	content: "";
	top: -182px;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/center-new-bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
	z-index: 1;
}

.center_bar::after {
	position: absolute;
	content: "";
	top: auto;
	bottom: -178px;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/center-new-bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
	z-index: 0;
	transform: scaleY(-1);
}

.home.inner_pages a.logo-link {
	top: -11px;
	max-width: 125px;
}

.menu_pg .page-block {
	position: relative;
	overflow: visible;
	padding-top: 113px;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 0;
}

.menu_pg .restaurant-menu {
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.menu_pg .page-block::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 99;
}

.menu_pg .page-block::after {
	content: '';
	position: absolute;
	top: -4px;
	right: 0;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/top-left.png);
	background-size: contain;
	width: 400px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 99;
	transform: scaleX(-1);
}

.menu_pg .center_bar::before {
	top: -60px;
	height: 200px;
	width: 70%;
}

.menu_pg .repeat_sideimg::before {
	top: 167px;
	height: 100%;
	left: -82px;
	z-index: 0;
}

.menu_pg .repeat_sideimg::after {
	top: 167px;
	height: 100%;
	right: -82px;
	z-index: 0;
}

.menu_pg .center_bar::after {
	z-index: 0;
	bottom: -90px;
}

.menu_pg .bottom_menubg:before {
	bottom: -8px;
	z-index: 0;
}

.menu_pg .bottom_menubg:after {
	bottom: -8px;
	z-index: 0;
}

.menu_pg .repeat_sideimg {
    background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1366px) {
	.menu_pg .center_bar::before {
		top: -47px;
		width: 77%;
	}

	.menu_pg .center_bar::after {
		bottom: -40px;
	}

	.menu_pg .repeat_sideimg::after {
		top: 167px;
		right: 0px;
		width: 80px;
	}

	.menu_pg .repeat_sideimg::before {
		top: 167px;
		left: 0px;
		width: 80px;
	}

	.menu_tabber:before {
		left: -16px;
		width: 245px;
		height: 320px;
	}

	.menu_tabber:after {
		right: -10px;
		width: 245px;
		height: 320px;
	}

	.center_bar::before {
		top: -148px;
		width: 82%;
	}

	.center_bar::after {
		bottom: -148px;
		width: 82%;
	}

	.repeat_sideimg:before {
		top: 50px;
		left: -41px;
		width: 93px;
		height: 655px;
	}

	.repeat_sideimg:after {
		top: 50px;
		right: -41px;
		width: 93px;
		height: 655px;
	}

	.bottom_menubg:before {
		bottom: -103px;
		width: 245px;
		height: 320px;
	}

	.bottom_menubg:after {
		right: 0;
		bottom: -103px;
		width: 245px;
		height: 320px;
	}
}

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


.menu_tabber .nav.nav-pills {
	margin: 7px 0 0 0;
	display: flex !important;
	justify-content: center;
	gap: 25px;
}

.menu_tabber .nav.nav-pills button.menu-btn {
    text-align: left;
    font-style: normal;
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
    min-height: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    background: #3a2b12;
    border: 0;
    position: relative;
}
.menu_tabber .nav.nav-pills button.menu-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: transparent;
    border: 1px solid #fbe6bb;
}
.menu_tabber .nav.nav-pills button.menu-btn span {
    position: relative;
    padding: 15px 40px;
}
.menu_tabber .nav.nav-pills button.menu-btn span:before {
    content: '';
    height: 25px;
    clip-path: polygon(100% 0px, 0px 50%, 100% 100%);
    background: #fde5b9;
    position: absolute;
    right: -1px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu_tabber .nav.nav-pills button.menu-btn span:after {
    content: '';
    height: 25px;
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #fde5b9;
    position: absolute;
    left: -1px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.menu_tabber .nav.nav-pills button.menu-btn.active span {
    background-color: #bd1f05;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: none;
}

.menu_tabber .nav.nav-pills button.menu-btn img {
	width: 16px;
	display: none;
}

.menu_tabber .nav.nav-pills button.menu-btn.active img {
	display: block;
	filter: invert(1);
}

.menu_u_image img {
	width: 80%;
	position: relative;
	z-index: 1;
}

.menu_u_image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.menu-item-bg {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	margin-bottom: -30px;
}

.menu-item-bg img {
	width: 100%;
}

/* .menu_u_image:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../../assets/images/menu-item.png');
    width: 265px;
    position: absolute;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
} */
.border-title.border-img-left img {
	margin-left: 0;
}

.border-white img {
	filter: brightness(37.5);
}

.menu_card_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 415px;
	width: 230px;
	margin-inline: auto;
}

.menu_u_item_info {
	text-align: center;
}

.menu_u_item_info h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 0px;
}

.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;
	display: none;
}

.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: #f5b54f;
	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: 20px;
	text-transform: capitalize;
	color: #000000;
	margin: 0;
}

.menu_full_head a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
}

.menu_full_list_card {
	display: flex;
	align-items: center;
	position: relative;
}

.menu_full_list_card:after {
	content: '';
	background: rgb(0 29 20 / 24%);
	width: 1px;
	height: 100%;
	position: absolute;
	right: -21%;
}

@media screen and (max-width: 1366px) {
	.menu_full_list_card:after {
		right: -2%;
	}
}

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: #053c2d;
	margin-bottom: 0px;
}

.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 {
	width: 100%;
	max-width: 315px;
}

.inner-ban-new {
	overflow: hidden;
	background-image: url(https://www.khanbabany.com//wp-content/uploads/2026/03/menu-bgg.png);
	background-size: cover;
	background-position: center;
	position: relative;
}

.ed-distribution-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	padding-left: 40px;
}

.ed-distribution-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner_pages header {
	position: relative;
	border: 0px;
	background: #04350c;
}

.food-menu-alert {
	padding: 30px 0;
}

.food-menu-alert-bx p {
	background: rgb(255 0 0 / 10%);
	margin: 0;
	text-align: center;
	max-width: 7650px;
	margin-inline: auto;
	border: 1px solid red;
	padding: 15px;
	color: red;
}

.Banquet-Block .sec-title h2 {

	color: #fff;
}
header.site-header {
    position: relative;
    border: 0px;
    background: #04350c;
}
ul.list-style-e li {
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

ul.list-style-e {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

ul.list-style-e li::after {
    height: 11px;
    width: 11px;
    background-color: #bd1f05;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #bd1f05;
    outline-offset: 2px;
}
section.menu_highlight {
    background-color: #04350c;
}
section.menu_highlight {
    background-color: rgb(4 53 12 / 21%);
}
section.menu_highlight .sec-title {
    margin: 0 0 30px 0;
}
.block_box {
    height: 100%;
    padding: 20px 20px;
    background-color: #04350c;
    text-align: center;
    box-shadow: inset 0 0px 0px 4px #0c5d19;
}
section.menu_highlight .row {
    row-gap: 20px;
    justify-content: center;
}
.block_box p {
    margin: 0;
    color: #fff;
}
.block_box h4 {
    font-family: 'Cambria';
    color: #f5b54f;
}


.Banquet-Grid .common-btn:hover {
    background: #04350c;
}
.party-sec-2-cn .sec-title {
    margin-bottom: 15px;
}

.party-center-cn {
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
}
.party-center-cn .sec-title {
    margin-bottom: 15px;
}

.party-cn-3 .sec-title {
    margin-bottom: 15px;
}
.party-sec-2 {
    background: #cad4cc;
}

a.call-link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1366.98px) {
	.page-id-519 .mega-menu-wrapper::before {
		left: 19%;
	}

	.page-id-2 .mega-menu-wrapper::before {
		left: 18%;
	}


	.Catering-Menu-Block .container {
		max-width: 98%;
	}

	.dim-sum-slider .container {
		width: 100%;
		max-width: 95%;
	}

	.about-block .about-main-grid {
		grid-template-columns: 48% 60%;
	}

	.dim-sum-slider .slick-prev {
		top: calc(89% - 61px);
		left: calc(-6% - -100px);
	}

	.dim-sum-slider button.slick-next.slick-arrow {
		top: calc(89% - 36px);
		right: calc(89% - 121px);
	}

	.about-icon-main {
		width: 88%;
	}
}


@media (max-width: 1280.98px) {
	.dim-sum-slider .image-block img {

		right: 30px;
	}

	.dim-sum-slider .slick-prev {
		top: calc(89% - 66px);
		left: calc(-6% - -82px);
	}

	.dim-sum-slider button.slick-next.slick-arrow {
		top: calc(89% - 42px);
		right: calc(89% - 114px);
	}

	.mega-menu-wrapper::before {
		left: 23%;
	}

	.about-hero-wrapper .row {
		align-items: unset !important;
	}

	.karh_ryt {
		padding-right: 4%;
	}

	.event_slider::before {
		right: 3px;
	}


	.kara_abt::before {
		height: 32%;
	}

}

@media (max-width: 1269px) {
	.menu_tabber .nav.nav-pills{
		gap: 10px;
	}
	.logo-block {
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.logo-block {
		max-width: 100px;
	}
	.site-header, .home .site-header {
		position: relative;
		border: 0px;
		background: #04350c;
		padding: 5px 0;
		display:block !important;
	}
	.banner-slide.banner-1 .banner-text {
		top: 0;
		position: relative;
		transform: none;
	}

	.ban_head p br {
		display: none;
	}

	.banner-slide.banner-1 .ban_btn {
		justify-content: center;
	}

	.banner-slide.banner-1 .ban_head {
		text-align: center;
		margin-inline: 0;
		max-width: 100%;
		padding: 25px 0;
	}

	.page-template-home-page-banquet.inner-pages header {
		position: relative;
		border: 0px;
		background-color: #000;
	}

	.banner-main {
		padding: 0;
	}

	.banner-main .banner-image img {
		height: auto;
	}

	.page-id-519 .video-hero-section video {
		height: auto;
	}

	.page-id-519 .video-hero-section {
		height: auto;
	}

	.page-id-519 header {
		background-color: #000;
		position: relative;
		padding: 15px;
		background-image: none;
	}

	.inner-pages header {
		position: relative;
		border: 0px;
		background-color: #000000;
		background-image: none;
		padding: 15px 0;
	}

	.top-bar {
		border-bottom: 1px solid #dfbb6b;
	}
	a.logo-link {
		position: relative;
	}

	header.site-header.sticky {
		position: relative;
	}

	.logo-figure {
		text-align: left;
	}

	.site-header .menu-block {
		display: none;
	}

	.site-header {
		position: relative;
		background-image: url('https://www.khanbabany.com//wp-content/uploads/2026/01/561.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 0;
	}

	.home {
		padding-top: 0px;
	}

	.top-bar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}

	.top-bar a {
		background: #bd1f05;
		color: #ffffff;
		padding: 10px 0px;
		font-weight: 600;
	}

	.top-bar a+a {
		color: #fff;
		background-color: #000;
	}

	.ban_head {
		padding-bottom: 0;
	}

	.banner-main::after {
		display: none;
	}

	.iner_bnr_bx::after {
		display: none;
	}

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


	.mob-expand-submenu i {

		left: 1px !important;

		top: 0px !important;

	}

	.mobmenur-container {

		position: absolute;

		right: 0px;

		top: 4em !important;

		background: #fcc95a;

		height: 45px;

		width: 45px;

		display: grid;

		place-items: center;

		margin-right: 4% !important;

		font-size: 10px !important;

	}

	#mobmenuright a {
		width: 100%;
		font-size: 16px !important;
		font-weight: 400 !important;
		color: #fff !important;
		text-transform: capitalize !important;
		font-family: "Poppins", sans-serif !important;
		border-bottom: 1px solid #eeeeee38;
	}

	.menu-item-872 {

		position: relative;

	}

	.mobmenu-right-panel .mob-cancel-button {
		color: #000 !important;
		height: 40px;
		width: 40px;
		background: #dfbb6b;
		font-size: 25px !important;
		display: grid !important;
		place-content: center;
	}

	.mobmenu-right-panel {

		background-color: #1d1d1d !important;

	}

	.mob-icon-menu:before {

		margin: 0 !important;

	}

	.mobmenu r-container i {

		color: #ffffff !important;

	}

	.mobmenu-content li {

		padding: 0 !important;

	}

	ul#mobmenuright {

		margin-top: 35px !important;

	}

	.mob-menu-logo-holder {

		display: none !important;

	}

	.mob-menu-header-holder.mobmenu {

		background: transparent !important;

		display: block !important;

		position: absolute;

	}

	.mobmenu .headertext {

		display: none;

	}

	body.mob-menu-slideout-over {

		padding: 0px !important;

	}

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

	.mobmenu-content #mobmenuright .sub-menu {

		background-color: #202020 !important;

	}

	.mob-expand-submenu {
		position: relative !important;
		right: 0px !important;
		float: right !important;
		height: 25px;
		width: 25px;
		display: grid;
		place-content: center;
		top: 1px !important;
		background: #dfbb6b !important;
		border-radius: 50%;
		z-index: 777 !important;
		left: auto !important;
	}

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

	.mob-expand-submenu i {
		font-size: 18px !important;
		color: #000000 !important;
		margin-top: 1px !important;
	}

	.mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
		/* z-index: 99999999 !important; */
		position: absolute !important;
		inset: 0 auto auto auto !important;
		height: 0px;

	}

	.mob-menu-header-holder.mobmenu {
		background: transparent !important;
		display: block !important;
	}

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

	.mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
		position: absolute;
		right: 0px;
		top: 75px !important;
		background: #dfbb6b;
		height: 40px;
		width: 40px;
		display: grid;
		place-items: center;
		margin-right: 2% !important;
		font-size: 10px !important;
	}

	.mobmenu-content li {

		border: 0px !important;

	}

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

	.site-header {
		display: block !important;
	}


}


@media (max-width: 991px) {
	.nav.nav-pills.menu-nav-bar {
		flex-direction: row;
	}

	.Banquet-Block {
		height: auto;
		text-align: center;
	}

	.Banquet-Block:after {
		background: #000000;
		opacity: 0.7;
	}

	.menu_tabber:after,
	.menu_tabber:before {
		display: none;
	}

	.menu_table_title {
		max-width: 100%;
		text-align: center;
	}

	.nav.nav-pills.menu-nav-bar {
		justify-content: center;
	}

	.menu_tabber .nav.nav-pills button.menu-btn.active img {
		display: none;
	}

	.testimonial_slide2 {
		grid-template-columns: 1fr 1fr;
	}


	.hero-video {
		height: auto;
	}

	.about-cn {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.about-icon-bx:after {
		display: none;
	}

	.about-icon-bx {
		justify-content: center;
	}

	.service-section:before {
		width: 20%;
	}

	.service-section:after {
		width: 20%;
	}

	.service-body {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-icon-main {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		margin-top: 20px;
	}

	.page-id-64 section.page-block h1,
	.page-id-783 section.page-block h1 {
		font-size: 30px;
	}

	.about-new-1:after {
		content: '';
		background: #faf1ddab;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		top: 0;
		position: absolute;
	}

	.about-title-sec .sec-title img {
		max-width: 100%;
	}

	.about-new-1 .container {
		position: relative;
		z-index: 2;
	}

	.sec-title h1,
	.sec-title h2 {
		font-size: 30px;
	}

	.menu-card-grid .left-bx {
		gap: 20px;
	}

	.perplexes-section .text {
		max-width: 100%;
	}

	.catering-request-form form {
		padding: 15px;
	}

	.Tandoor-card {
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
		margin-top: 20px;
	}

	section {
		padding: 30px 0;
	}

	.dim-sum-slider:after {
		display: none;
	}

	.dim-sum-slider {
		padding-top: 30px;
	}

	.slider-container {
		grid-template-columns: 100%;
	}

	.dim-sum-slider .block-title p {
		max-width: 100%;
	}

	.dim-sum-slider .slider-block {
		padding-left: 0;
		flex: 0 0 100%;
		width: 100%;
	}

	.dim-sum-slider .text-block {
		text-align: center;
	}

	.dim-slider .slick-dots {
		justify-content: center;
		padding-left: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-inline: auto;
		left: 0;
	}

	.event-right-slider {
		display: none;
	}

	.event-grid {
		grid-template-columns: 100%;
		justify-content: center;
		align-items: center;
	}

	.dim-slider {
		margin-top: 30px;
	}

	.dim-sum-slider .slider-block {
		text-align: center;
	}

	.dim-sum-slider .slider-block p {
		display: inline-block;
		width: auto;
		text-transform: capitalize;
		margin-inline: auto;
	}

	.dim-sum-slider .slider-block ul {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.dim-sum-slider .image-block {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.Banquet-Grid {
		gap: 50px;
		max-width: 100%;
	}

	.Banquet-Block .btn_center {
		text-align: center;
	}

	.container__subFeat--right {
		gap: 0px;
	}

	.info-graph-img {
		margin: 0 !important;
	}

	.container__circle {
		margin-top: 30px;
	}

	.dim-sum-slider .slider-block ul li {
		height: auto;
		margin-bottom: 0;
	}

	.dim-sum-slider .image-block {
		gap: 25px;
	}

	.dim-sum-slider .image-block img {
		right: 0;
	}

	.dim-slider .slick-dots {
		position: relative;
	}

	.banner-main .banner-text .row {
		flex-direction: column-reverse;
	}

	/* Make parent flex */
	.container__circle {
		display: flex;
		flex-direction: column;
	}

	/* 01 (first subFeat) */
	.container__circle>.container__subFeat:nth-of-type(1) {}

	/* 02 (third subFeat in HTML) */
	.container__circle>.container__subFeat:nth-of-type(3) {}

	/* 03 (second subFeat in HTML) */
	.container__circle>.container__subFeat:nth-of-type(2) {}

	/* 04 (fourth subFeat) */
	.container__circle>.container__subFeat:nth-of-type(4) {}


	.info-graph-img {
		margin-left: 0px;
	}

	.info-graph-content {
		max-width: 100%;
	}

	.container__subFeat {
		height: auto;
	}

	.container__mainFeat {

		position: unset;
		transform: unset;
	}


	.container__subFeat {
		position: unset;
		transform: unset;
		flex-direction: column;
		text-align: center;
		gap: 20px;

	}


	.container__subFeat--right {
		transform: unset;
		position: unset;
		gap: 20px;
		flex-direction: column;
	}

	.container__circle {
		width: auto;
		height: auto;
		box-shadow: unset;
		background-image: unset;
		border: 0px;
	}

	.container__circle {
		width: auto;
		height: auto;
	}

	.perplexes-section {
		min-height: auto;
	}


	.food-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.inner-banner .row {
		margin-top: 25px;
		row-gap: 20px;
	}


	.ban_head {
		margin-bottom: 0px;
	}

	.banner-text img {
		padding: 0px;
		top: 0px;
	}

	.ban_head h1 br {
		display: none !important;
	}

	.ban_head h1 {
		font-size: 35px;
	}

	.ban_head {
		text-align: center;
	}

	.ban_head p {
		margin: 20px 0 10px;
	}

	.banner-text img {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.karh_abt_img::before,
	.kara_abt::after {
		display: none;
	}

	.karh_abt_us {
		flex-direction: column;
		gap: 0px;
	}

	.karh_abt_img {
		width: 100%;
		position: relative;
		top: unset;
		padding: 10px 0;
	}

	.karh_ryt {
		padding-right: 0px;
		width: 100%;
	}

	.karh_ryt {
		margin-top: 0px;
	}

	.kara_abt {
		padding: 60px 15px;
	}

	.karh_ul ul {

		margin-top: 0px;
	}

	.karh_ul ul li {

		color: #000;
	}

	.karh_ul ul li img {
		filter: unset;
	}

	.signature_dish {
		padding-top: 80px 0px !important;
	}

	.signature_dish {
		background-size: cover;
		background-repeat: repeat;
	}

	.dish_bx {
		border: 1px solid #ffffff1a;
	}

	.signature_dish .row {
		row-gap: 20px;
	}

	.signature_dish .btn_center {
		margin-top: 40px !important;
	}

	.event_slider::before {
		display: none;
	}

	.private-sec {
		padding-top: 60px;
	}

	.private-sec .row {
		row-gap: 35px;
	}

	.order-right {
		max-width: 100%;
		text-align: center;
		padding-top: 35px;
	}

	.order-right .order_cta h2 {
		margin-inline: auto;
	}

	.testi_bx {
		border-radius: 15px;
		text-align: center;
	}

	.blog .row {
		row-gap: 22px;
	}

	.footer-cta .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.footer-cta .col-md-4 {
		width: calc(100% - 8%);
		border-bottom: 1px dashed #715f36;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.footer-content .row>.col-lg-3.col-md-6.mb-30:first-child {
		display: none;
	}

	.footer-content .row>.col-lg-3.col-md-6.mb-50 {
		display: none;
	}

	.lines {
		display: none;
	}

	.footer-cta {
		padding-bottom: 0px;
		border: 0px;
	}

	.footer-content {
		margin: 25px 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-content .col-lg-6 {
		width: 100%;
		max-width: 100%;
		margin-top: 0px;
	}

	.privacy_text ul {
		gap: 27px;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.copyright-text {
		text-align: center;
		margin-bottom: 10px;
	}

	.order_cta .sec-title h2 {
		margin-inline: auto;
	}

	.inspiration-section,
	.catering-parallax {
		min-height: auto;
		background-attachment: inherit;
	}

	.about-hero-wrapper .row {
		row-gap: 55px;
		flex-direction: column-reverse;
		text-align: center;
	}

	.inner-ban-img {
		padding-top: 25px;
	}

	.menu-card-grid {
		grid-template-columns: 100%;
		margin-top: 15px;
	}

	.perplexes-section {
		background-attachment: inherit;
	}

	.sec-title.form-head {
		text-align: center;
	}

	.info-graph-content h3 {
		text-align: center;
		font-weight: 700 !important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 30px;
	}

	.contact-form-section {
		background-attachment: inherit;
	}

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

	.about-hero-wrapper .slick-slide img {
		height: 250px;
		width: 100%;
	}

	.about-title-block .sec-title h2 {
		margin-inline: auto;
	}

	.inspiration-content {
		padding: 15px;
	}

	.page-block {
		padding: 35px 0px;
	}

	.restaurant-menu-list {
		grid-template-columns: 1fr;
	}

	.parallax-section-new {
		height: 350px;
		background-attachment: scroll;
	}

	.main-menu-title h3 {
		font-size: 28px;
	}

	.food-name-price h3 {
		font-size: 20px;
	}

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

	.catering-section .row {
		row-gap: 30px;
	}

	article.blog-box.blog-img.text-center {
		float: initial;
		margin: 30px auto 30px;
	}
}

@media (max-width: 767px) {
	.testimonial_slide2 {
		grid-template-columns: 1fr;
	}

	.testimonial_slide2 .testi_bx {
		border-right: none;
	}

	.menu_full_col_list {
		flex-wrap: wrap;
	}

	ul.menu_full_col_list li {
		padding-bottom: 20px;
		border-bottom: 1px solid rgb(227 167 96 / 46%);
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}

	ul.menu_full_col_list li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.menu_full_list_card:after {
		display: none;
	}

	ul.card_menu_main li {
		width: calc(50% - 14px);
	}

	ul.card_menu_main {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	ul.card_menu_main li {
		width: calc(50% - 14px);
	}

	.menu_full_head {
		align-items: center;
		justify-content: center;
	}

	.about-icon-bx {
		justify-content: flex-start;
	}

	.about-icon-main {
		grid-template-columns: repeat(1, 1fr);
	}

	.event-left-content ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
	}

	.event-left-content ul li {
		flex: 0 0 calc(50% - 15px);
	}

	.food-menu p {
		width: 100%;
		max-width: 100%;
	}

	.karh_ul ul {
		grid-template-columns: 1fr;
	}

	.footer-section {
		padding-top: 35px;
	}

	.catering-request-form form button#contact_submit {
		float: left;
	}

	.form-row .limit-box {

		flex-direction: column;
	}

	.catering-request-form form {
		padding: 15px;
	}

	.catering-request-form form h2 {
		text-align: center;
		padding-bottom: 10px;
		width: 100%;
	}

	.perplexes-section .text {
		padding: 15px;
	}

	.gallery-image {
		padding: 5px;
	}

	.gallery-image img {
		height: 130px;
	}

	.cater_form {
		background: #000;
	}

	.cater_form .input_field {
		width: calc(100%);
	}

	.cater_form form {

		width: 100%;
	}

	.cater_form {
		padding: 18px;
	}


	.food-name p {
		max-width: 100%;
		margin: 0px 0px;
	}

	.restaurant-menu-list {
		padding-inline: 0;
	}

	.parallax-section-new {
		height: 200px;
	}

	section.restaurant-menu.menu_top {
		padding: 35px 0px;
	}

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

	.banner-main .banner-text {
		padding: 0 0px;

	}

	.ban_head h1 {
		font-size: 28px;
		text-align: center;
		margin: 0px;
	}

	.ban_head p {
		margin: 10px 0px;
		width: 100%;
		max-width: 100%;
	}

	.common-btn.mr-3 {
		margin-right: 0px;
	}

	.banner-action-btn {
		display: flex;
		align-items: center;
		margin: 15px 0px !important;
		flex-direction: column;
		gap: 15px;
	}

	.banner-main {
		padding: 0px;
		padding-bottom: 0px;
	}

	.banner-main .slick-dots {
		display: none !important;
	}

	.kara_abt {
		padding: 35px 0px;
	}

	.karh_abt_img img {
		width: 100%;
		height: 100%;
	}

	.karh_ryt {
		padding: 0px 15px;
	}

	.perplexes-section .socil_media h2,
	.sec-title h2 {
		font-size: 30px;
	}

	.karh_ul ul {
		margin-top: 0px;
		flex-direction: column;
		width: 100%;
	}

	.karh_ul ul li {
		width: 100%;
	}

	.signature_dish {
		padding: 35px 0px;
	}

	.dish_bx {
		background: #000;
	}

	.private-sec {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.our-banquet {
		padding: 35px 0px;
	}

	.our_banq_bx {
		padding: 15px;
	}

	.bang_lst ul {

		flex-direction: column;
	}

	.bang_lst ul li {
		width: 100%;
	}

	.order_cta .sec-title p br {
		display: none;
	}

	.order_cta .sec-title h6 {
		font-size: 16px;
	}

	.testinomial {
		padding: 35px 0px;
	}

	.blog {
		padding: 35px 0px;
	}

	.menu_card_inner {
		margin-inline: auto;
	}
}

@media (max-width: 480px) {
	ul.card_menu_main li {
		width: calc(100% - 14px);
	}
}



.party-menu-white {
    padding: 50px 100px;
}
/* .party-menu-white.party-menu-last { */
    /* padding-bottom: 90px; */
/* } */

.party-menu-white .main-menu-title {
    margin: 0;
}
.menu-list-main .section-title h2 {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 0;
    text-transform: capitalize;
}
.menu-size-bx {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
}
.menu-size-bx span {
    text-align: end;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.menu-item-name h3 {
    text-align: left;
    color: #212529;
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.menu-cn-bx {
    display: grid;
    grid-template-columns: 1fr 600px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #18181861;
}
.menu-item-price{
	display: grid;
    grid-template-columns:200px 200px 200px;
    justify-content: flex-end;
    align-items: flex-end;
}
.menu-item-price span {
    text-align: end;
    display: inline-block;
    width: max-content;
    margin-left: auto;
    background: #bd1f05;
    color: #ffffff;
    font-weight: 400;
    padding: 1px 7px;
    border-radius: 0px;
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
	.menu_tabber {
		padding: 30px 0;
	}
	.center_bar::before, .repeat_sideimg:before, .repeat_sideimg:after, .bottom_menubg:before, .bottom_menubg:after{
		display:none;
	}
	.menu-size-bx {
		grid-template-columns: 1fr 100px 100px 100px;
	}
	.menu-item-price {
		grid-template-columns: 100px 100px 100px;
	}
	.menu-cn-bx {
		grid-template-columns: 1fr 300px;
	}
	.fixed-btn {
		position: fixed;
		bottom: 10px;
		left: 15px;
		transform: none;
		z-index: 999;
		right: 15px;
		text-align: center;
	}
	.fixed-btn a {
		text-align: center;
		font-size: 16px;
		width: 100%;
		max-width: 60%;
		margin-inline: auto;
	}
}

@media only screen and (max-width: 575px) {
	.page-id-1324 section.page-block h1, .page-id-64 section.page-block h1, .page-id-783 section.page-block h1, .page-id-1090 section.page-block h1 {
		font-size: 30px;
		padding-bottom: 2px;
		border-bottom: 1px solid #222222;
	}
	.menu-list-main .section-title h2 {
		font-size: 18px;
	}
	.menu-size-bx span {
		font-size: 14px;
	}
	.menu-item-name h3 {
		font-size: 14px;
	}
	.menu-item-price span {
		font-size: 14px;
	}
	.menu-item-price {
		grid-template-columns: 60px 60px 50px;
		gap: 5px;
	}
	.menu-size-bx {
		grid-template-columns: 1fr 60px 60px 50px;
		gap: 5px;
	}
	.menu-cn-bx {
		grid-template-columns: 1fr 1fr;
	}
	.fixed-btn {
		position: fixed;
		bottom: 10px;
		left: 15px;
		transform: none;
		z-index: 999;
		right: 15px;
		text-align: center;
	}
	.fixed-btn a {
		text-align: center;
		font-size: 14px;
		width: 100%;
		max-width: 60%;
		margin-inline: auto;
	}
}