@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


.main-title {
	font-family: 'abolition', sans-serif;
}

.main-title span {
	font-family: 'kinescope', sans-serif;
}

.customer-img img{
	border-radius: 0 10px 10px 0px;
}
.ulb { width:12px; height:12px; margin-top:-3px; }
.tabs {

	border-bottom: 2px solid #ddd;

}
.tab {
	padding: 10px 0px;
	margin-right: 25px;
	font-size: 22px;
	font-family: "Jost", serif;
	color: #9B959B;

}
.tab.active {
	font-weight: bold;
	border-bottom: 3px solid green;
	font-size: 22px;
	font-family: "Jost", serif;

	color: #2D2B2D;
}

:root {
	--white: white;
	--green: #21523E;
	--black: #000;
	--beige: #E9E4BC;
	--pearl: #EFF0E5;
	--khaki: #A58858;
	--purple-gray: #9B959B;
	--light-gray: #DDDDDD;
	--medium-gray: #7F7F7F;
	--transition: all ease 0.3s;
	--light-green: #1B4333;
	--light-khaki: #F0F0E5;
	--Slate-Gray: #637381
}

body {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: "Jost", serif;
}


/* Apply outline on focus for both keyboard and mouse interactions */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid var(--beige, #f0e1c1); /* Ensure the color is defined */
	outline-offset: 2px;
	border-radius: 4px;
}

/* Apply outline only for keyboard interactions */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--beige, #f0e1c1); /* Ensure the color is defined */
	outline-offset: 2px;
	border-radius: 4px;
}




a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
	transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
	position: relative;
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}


a:active,
a:hover {
	color: var(--beige);
}

.page-content a{
	color: var(--green);
}

.photo-item img {
	width: 100%;
	height: auto; /* Maintains aspect ratio */
	max-width: 100%; /* Ensures responsiveness */
	object-fit: cover; /* Prevents distortion */
	aspect-ratio: 1 / 1; /* Forces square ratio */
}

.social-slider .owl-item{ height:100%; overflow-y:hidden; }
.social-slider .owl-item img{ height:100%; }

.social-slider .photo-item:after { content:""; width:100%; height:100%; display:block; background:rgba(0,0,0,.5); left:0; top:0; position:absolute; }
.social-slider .photo-item:hover { opacity:0.5;  } 

.rev_slider_wrapper {
	width: 100% !important;
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-sm { font-size:14px; }
p:last-child {
	margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
	display: inline;
}

li {
	list-style: none;
	text-decoration: none;
}

blockquote {
	border-left: 2px solid;
	padding: 10px 15px 10px 35px;
	margin: 25px 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 32px;
	margin-bottom: 32px;
}

blockquote>cite {
	font-weight: 400;
	font-size: 14px;
	display: block;
}

section {
	padding: 9.5rem 0;
}

.padding-bottom {
	padding-bottom: 7.5rem;
}

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

.bg-gray {
	background-color: #F8F8F8;
}

/* Transition none */
.no-transition * {
	transition-timing-function: initial;
	-moz-transition-timing-function: initial;
	-webkit-transition-timing-function: initial;
	-o-transition-timing-function: initial;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}



/* Button */
.btn {
	font-size: 18px;
	font-family: "Jost", serif;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease !important;
	transition: all .5s ease !important;
	color: var(--green);
}

/* button size */
.btn.btn-medium {
	padding: 12px 16px;
	line-height: 1.6em
}

.btn.btn-large {

	padding: 12px 28px;
	line-height: 1.8em;
}

.menu-content .btn.btn-large {
	padding: 8px 28px;
	/*     line-height: 1.8em; */
}

.btn.btn-rounded {
	border-radius: 50px;
}

.rounded-pill {
	border-radius: 50%;
}


.main-title-h1 {
	font-family: 'abolition', sans-serif;
	font-size: 179px;
	font-weight: 400;
	line-height: auto;
}

.main-title-h1 span {
	font-size: 124px;
	line-height: auto;
	font-weight: 400;
	font-family: 'kinescope', sans-serif;
}

.main-title-h2 {
	font-family: 'abolition', sans-serif;
	font-size: 538px;
	font-weight: 400;
	line-height: auto;
}

.main-title {
	font-size: 68px;
	font-weight: 400;
	line-height: 80px;
}

.sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 1px;
}

.font-22 {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
}

.font-24 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.font-28 {
	font-size: 27px;
	font-weight: bold;
	line-height: 34px;
}


.font-weight-500 {
	font-weight: 500;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-600 {
	font-weight: 600;
}


.line-height-38 {
	line-height: 38px;
}

.bg-green {
	background-color: var(--green);
}

.bg-khaki {
	background-color: var(--light-khaki);
}
.banner-btn { text-shadow:none;width:200px;  margin:15px 15px;}
.bg-black {
	background-color: var(--black);
}

.header-btn {
	background-color: var(--beige);
	color: var(--green);
}

.text-transform-uppercase {
	text-transform: uppercase;
}

.text-beige {
	color: var(--beige);
}

.text-green {
	color: var(--green);
}

.text-khaki {
	color: var(--khaki);
}

.text-light-khaki {
	color: var(--light-khaki);
}

.text-Slate-Gray {
	color: var(--Slate-Gray);
}

.text-black {
	color: var(--black);
}

.text-light-gray {
	color: var(--light-gray);
}

.text-medium-gray {
	color: var(--medium-gray);
}


.header-btn:hover {
	background-color: var(--black);
	color: var(--white);
}

.header-btn:hover svg,
.tras-btn:hover svg{
	fill:var(--white)
}

.header-btn svg,
.tras-btn svg{
	width:15px;
	fill:var(--green)
}

.tras-btn:hover {
	background-color: var(--green);
	color: var(--white);
}

.tras-btn {
	border: 1px solid var(--green);
	color: var(--green) !important;
}

.tras-btn:hover {
	color: var(--white) !important;
}

.z-index {
	z-index: 11;
}

.line-height {
	line-height: 155px;
}



/* ===================================
Scrollbar
====================================== */

::-webkit-scrollbar-thumb {
	background: #80848d;
	border-radius: 24px
}

::-webkit-scrollbar-track {
	width: 7px;
	background: none;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #555;
	width: 12px;
}

/* ===================================
Header
====================================== */


header .logo img {
	max-width: 120px;
	width: 120px;
}

header #megaone {
	padding: 50px 0;
}

header .nav-green {
	padding: 0 30px;
	border-radius: 10px;
}

.navbar-top-default {
	position: absolute;
	z-index: 99;
	overflow: hidden;
	/* height: 100%; */
	width: 100%;
	/* background: #ffffff; */
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: 50px;
	transition: var(--transition);
}

.header-appear .navbar-top-default {
	height: 100px;
	position: fixed;
	z-index: 99;
	top: 0;
	margin-top: 0;
	background: var(--green);
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	transition: var(--transition);
}

.header-appear .nav-green {
	padding: 0 0px;
}

.header-appear .logo img {
	max-width: 100px;
	width: 100px;
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
	color: var(--beige);
}

header .navbar-nav {
	align-items: center;
	border-right: 1px solid var(--beige);
	height: 50px;
}


.navbar-simple .navbar-nav .nav-link:last-child {
	margin-right: 15px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
	font-size: 16px;
	color: var(--beige);
	font-weight: 400;
	text-align: center;
	padding: 0 1rem;
	transition: .5s ease;
	text-transform: uppercase;
	font-family: 'Hurscol', sans-serif;
}

.navbar-simple .navbar-nav .nav-link:hover,
.navbar-simple .navbar-nav .nav-link.active {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
	background-color: var(--light-green);
	transition: .5s ease;
}

/* ===================================
Side Menu
====================================== */

.side-menu {
	width: 35%;
	position: fixed;
	right: 0;
	top: 0;
	background: var(--green);
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
	align-items: start;
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
	height: 34px;
	width: 34px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 40px;
	cursor: pointer;
}

.side-menu.before-side .btn-close {
	display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #ffffff;
	top: 5px;
}

.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	right: 60px;
	top: 35%;
	position: absolute;
	display: inline-block;
}

.sidemenu_btn span {
	height: 2px;
	width: 100%;
	background: var(--white);
	display: block;
	margin-left: auto;
	transition: .5s ease;
}

.header-appear .sidemenu_btn span {
	background: var(--white);
}

.sidemenu_btn span:nth-child(2) {
	margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
	width: 70%;
	transition: .5s ease;
	margin-left: auto;
}

.side-menu .inner-wrapper {
	padding: 1rem 4rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	margin-bottom: 30px;
	height: 70%;
	display: block;
	align-items: center;
}

.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 20px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;

	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #ffffff;
	padding: 2px 0 3px 0 !important;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	position: relative;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: -5px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #002450;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}

.side-menu p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li {
	display: inline-block;
	color: #ffffff;
}

.side-footer p {
	color: #ffffff;
}

.side-menu .social-icons-simple li a {
	font-size: 16px;
	justify-content: center;
	color: #ffffff;
	height: 46px;
	line-height: 38px;
	width: 46px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	align-items: center;
	display: flex;
	z-index: 1;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover {
	background-color: #002450;
	color: #ffffff;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.side-menu .btn-close:hover {
	-webkit-animation: .8s rotate;
	animation: .8s rotate;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotates {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ===================================
Banner
====================================== */

.banner-sec{
	height: 100vh;
	display: flex;
	align-items: center;
	text-shadow:0 0 10px rgba(0,0,0,1);
}

.fadein img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover; 
	-webkit-animation-name: fade;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;
	animation-name: fade;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

/*
@-webkit-keyframes fade {
0% {opacity: 0;}
20% {opacity: 1;}
33% {opacity: 1;}
53% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes fade {
0% {opacity: 0;}
20% {opacity: 1;}
33% {opacity: 1;}
53% {opacity: 0;}
100% {opacity: 0;}
}

#f1 {
background-color: var(--white);
}
#f2 {
-webkit-animation-delay: -8s;
background-color: var(--white);
}
#f3 {
-webkit-animation-delay: -4s;
background-color: var(--white);
}
/*

.delivery-img img{
width: 70%;
height: 85px;  
}

.delivery-img{
border: 1px solid #C6C6C6;
padding: 8px 20px;
object-fit: fill;
border-radius: 20px;
text-align: center;
}



/* .banner-bg {
background-image: url('../images/bg.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
position: relative;
animation: fadeInOut 8s infinite; 
transition: background-image 1s ease-in-out;

}

@keyframes fadeInOut {
0%, 50% {
background-image: url('../images/bg.png'); 
}
51%, 100% {
background-image: url('../images/about-banner.png'); 
}
} */





.about-bg {
	background-image: url(../images/about-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
}

.banner-area {
	padding-top:7.5rem;
	text-align: center;
}


.menu-bg {
	background-image: url(/wp-content/uploads/2025/03/menu-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
	height:auto;
}





.reviews blockquote span {
	font-size: 225px;
	font-family: Georgia, garamond, serfi;
	color:var(--beige);
	position: absolute;

	bottom: -15px;
}
.reviews blockquote span{ left:-10px; }
.reviews blockquote.odd span {
	left: auto;
	right: -60px;
	margin-top: 46px;
}

.reviews blockquote {
	padding: 0;
	margin:  0;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 32px;
	border:0; 
	position:relative;
}
.reviews blockquote div { 
	display: block;
	font-weight: 600;
	margin-left: 93px;
	text-align: left;
	font-size:21px; 
	margin-top:-50px;
}


.reviews blockquote { width:90%;} 
.reviews blockquote.odd { margin-left:10%;}
.reviews blockquote p {

	padding: 30px 0px 30px 95px;
	position: relative;
	z-index: 10;
	border-radius: 10px;
	font-size:24px; 
}
.reviews blockquote.odd  p {	padding: 30px 0px 30px 95px;	 }
.menu-bg {padding:10rem 0 5rem 0; }

/* ===================================
About
====================================== */

.about-mask {
	position: absolute;
	top: 45%;
	right: 0%;
}

.about-mask img,
.about-logo img {
	width: 80%;
}

.about-logo {
	position: absolute;
	bottom: -13%;
	left: 8%;
	display: flex;
	justify-content:center;
	align-items: center;
}

.taste-logo,
.about-taste-logo{
	position: absolute;
	width: 90px!important;
}


/* ===================================
About Bottom
====================================== */

.bg-bottom {
	background-image: url(../images/about-btm-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.about-bottom {
	padding: 10rem 0;
}

.about-btm-card {
	padding: 32px 30px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
	border-radius:10px;
}

.about-btm-card img{
	border-radius:10px;
}

.m-scroll {
	display: flex;
	position: absolute;
	height: 630px;
	margin: auto;
	/* background-color: #D34444; */
	overflow: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	top: 37%;
}

.m-scroll__title {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	transform: scale(2);
	transition: all 1s ease;
}

.m-scroll__title>div {
	display: flex;
	-webkit-animation: scrollText 150s infinite linear;
	animation: scrollText 150s infinite linear;
}

.m-scroll__title p {
	margin: 0;
	font-size: 320px;
	font-weight: 400;
	font-family: 'abolition', sans-serif;
	color: #ffffff;
	transition: all 2s ease;
}

.m-scroll__title a {
	text-decoration: none;
	color: var(--light-khaki);
}


@-webkit-keyframes scrollText {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes scrollText {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
	}
}




/* ===================================
Menu
====================================== */

.cbp-item-wrapper h2  {
	font-size: 64px;
	line-height: 58px;
	font-family: 'abolition', sans-serif;
	color: var(--green);
	padding-bottom: 15px;
}


.cbp-item-wrapper h2, .features h3 {
	font-size: 48px;
	line-height: 46px;
	font-family: 'abolition', sans-serif;
	color: var(--green);
	padding-bottom: 15px;
}
#js-grid-blog-posts .hotSpicy {
	display: flex;
	gap: 15px;
	margin-bottom: 0;
}

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


/* Default min-height for menu-content */
.menu-content {
	min-height: 220px; /* Default min-height */
	transition: min-height 0.3s ease; /* Smooth transition for height changes */
}

/* Apply a larger min-height when all elements are present */
.menu-content.min-height-set {
	min-height: 275px !important; /* Larger min-height if all elements are present */
}

/* Apply auto height when only heading is present */
.menu-content.auto-height {
	min-height: auto !important; /* Auto height when only the heading is available */
}


.menu-content.no-content { height:0;} 

.menu-btm {
	display: inline-grid;
	align-items: end;
}

.cbp .cbp-item {
	overflow: inherit;

}

.menu-sec img { width:100%; border-radius:10px;}
.menu-sec .cbp-l-filters-button .cbp-filter-item {
	font-size: 24px;
	font-family: "Jost", serif;
	color: #9B959B;
	line-height: 38px;
	font-weight: 400;
	border: none;
	background: none;
	padding: 0 0px 10px 0;
	margin-bottom: 0;
	margin-right: 25px;
	border-radius: 0
}

.menu-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	font-weight: bold;
	color: #2D2B2D;
	border-bottom: 3px solid var(--green);
	margin-bottom: 0;
	border-radius: 0
}

#js-filters-blog-posts {
	border-bottom: 1px solid #E9E9E9;
}

/* ===================================
Customer
====================================== */

.customer-area {
	text-align: center;
	padding: 105px 44px;
}

.item-sec img {
	height: 290px;
}

.customter-rev .bg-green{
	border-radius:10px;
}

/* ===================================
Footer
====================================== */

.footer-sec {
	padding: 100px 0;
	position: relative;
}

.footer-social ul li a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #969696;
	border: 1px solid #969696;
	line-height: 55px;
	border-radius: 50px;
	font-size: 22px;
	margin: 0 25px 0 0;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.footer-social ul li a svg{
	width: 24px;
	fill: var(--white);
}


.footer-social ul li a:hover svg {
	fill: var(--beige);
}

.footer-social li {
	display: inline-block;
}


.br-1 {
	border-right: 1px solid var(--khaki);
	border-left: 1px solid var(--khaki);
	width: 1px;
	height: 15px;
}

.location-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}

.location-btn i {
	font-size: 20px;
}

.location-btn a {
	background-color: var(--khaki);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.location-btn a:hover {
	color: var(--white);
	background-color: var(--green);
}

.contact-detail a:hover {
	color: var(--khaki);
}


/* ===================================
Scroll Top
====================================== */

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	color: #ffffff;
	background-color: var(--green);
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.go-top.active {
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--khaki);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
	color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}





/* ===================================
About Page
====================================== */

.story-burger {
	position: relative;
	left: -3rem;
	width: 76%;
	top: 4rem;
	z-index: 1;
	border-radius:10px;
}

.story-culture {
	position: relative;
	top: -3rem;
	left: 7rem;
	width: 75%;
	border-radius:10px;
}

.about-culture {
	bottom: 44%;
	right: 13%;
	width: 225px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:10px;
}


.culture-logo,
.about-route {
	display: block; /* Ensure the image is displayed as a block element */
	margin: 0 auto; /* Center the image (optional) */
	animation: rotate 10s linear infinite; /* Apply the infinite rotation animation */
}

/* Keyframes for infinite rotation */
@keyframes rotate {
	0% {
		transform: rotate(0deg); /* Start at 0 degrees */
	}
	100% {
		transform: rotate(360deg); /* Rotate to 360 degrees */
	}
}


.user-rating li {
	display: inline-block;
	list-style: none;
}

.user-rating li {
	display: inline-block;
	color: #F59E0B;
}

.author-area {
	display: flex;
	gap: 15px;
}

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

.review-platform-area{
	display: flex;
	justify-content: space-between;
}

.review-platform img{
	width: 35px;
	height: 35px;
	object-fit: cover;
}

/* 
section.banner-sec:after {
content: '';
display: block;
width: 100%;
height: 150px;
background: rgb(255, 255, 255);
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
} */


.banner-sec {
	position: relative;
	overflow: hidden; /* Ensures overlay stays within section */
}

.banner-sec::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3); /* simple overlay */
	z-index: 1;
}
/* Mobile Gradient - Change to Top to Bottom */
@media (max-width: 767px) {
	.banner-sec::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3); /* simple overlay */
	z-index: 1;
}

	.tab{
		margin-right: 10px;
		font-size: 20px;
		padding: 8px 0px;
	}
	.tab.active{
		font-size: 20px;
	}
}

section.banner-sec.banner-bg:after {  display:none; }

.about-sec img,
.review-area,
.contact-details iframe{
	border-radius:10px!important;
}

/* ===================================
Contact Page
====================================== */

form * { width:100%; }

.contact-details ul{
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 50px;
}

.contact-details ul li{
	color: var(--black);
	list-style: none;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-details ul li:first-child{
	width: 62%;
}

.contact-details ul li span{
	display: inline-block;
	padding-right: 30px;
}

.contact-details ul li span:last-child{
	padding-right: 0;
}

.contact-details ul li svg{
	width: 20px;
	fill: var(--khaki);
}

.wpcf7-submit.header-btn::after {
	content: 'ac';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000000" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"></path></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
}

/* ===================================
Gallery Page
====================================== */



/* Lightbox container for navigation arrows and close button */
.lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
}

/* Arrows and close button */
.lightbox-prev, .lightbox-next, .lightbox-close {
	position: fixed;
	color: white;
	font-size: 3rem;
	font-family: monospace;
	cursor: pointer;
	z-index: 10000;
	transition: 0.3s;
}

.lightbox-prev { left: 5%; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 5%; top: 50%; transform: translateY(-50%); }
.lightbox-close { top: 5%; right: 5%; font-size: 4rem; }


.gallery-sec .container {
	margin: 10vh auto;
	max-width: 80%;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}

.gallery-sec div {
	text-align: center;
	padding: 1rem 0;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	/* background: rgba(0,0,0,.2); */
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.gallery-sec div img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}

.gallery-sec div.show::before {
	content: '';
	display: block;
	position: fixed;
	z-index: 555;
	width: 100vw;
	height: 100vh;
	top: 0; left: 0;
	background: rgba(0,0,0,.6);
}

.gallery-sec div.show img {
	position: fixed;
	top: 0; left: 0;
	margin: 30px;
	align-self: center;
	object-fit: contain;
	z-index: 666;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	filter: drop-shadow(0 3px 15px black);
	cursor: url(close-button.png), grab; /* custom cursor to signal close on click */
}

/* Ensure smooth transition for images */
.gallery-sec div img {
	transition: transform 0.5s ease-in-out;
}

/* Remove zoom effect when hovering over the entire section */
.gallery-sec div:hover img {
	transform: none;
}

/* Apply zoom effect only to the hovered image */
.gallery-sec div img:hover {
	transform: scale(1.3);
	cursor: pointer;
}



.gallery-sec .horizontal {
	grid-column: span 2;
}

.gallery-sec .vertical {
	grid-row: span 2;
}

.gallery-sec .big {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-sec .active div:not(.show) img {
	filter: blur(3px);
}




/* ===================================
Media Query
====================================== */

@media (max-width: 2560px) and (min-width: 1681px) {
	.container,
	.gallery-sec .container{
		max-width: 1570px;
	}

}

@media (max-width: 3840px) and (min-width: 2567px) {

	.main-title-h1 {
		font-size: 185px;
	}

	.about-mask img,
	.about-logo img {
		width: 60%;
	}

	.about-mask {
		top: 45%;
		right: 27%;
	}

	.about-logo {
		left: 35%;
	}

	.item-sec img {
		height: 530px;
	}
	.container,
	.gallery-sec .container{
		max-width: 1570px;
	}
}

@media (min-width: 2000px) and (max-width: 2560px) {
	blockquote span{
		bottom: -20px!important;
	}
}

@media (width: 2560px) and (min-width: 2300px) {
	.banner-area {
		padding-top: 7.5rem;
		text-align: center;

	}


	.main-title-h1 {
		font-size: 190px;
	}
	.culture-logo {
		bottom: 44%;
		right: 13%;
	}

	.about-mask {
		right: 13%;
		top: 42%;
	}

	.about-logo {
		left: 21%;
	}



	.item-sec img {
		height: 400px;
		object-fit: fill;
	}

	.banner-sec {
		overflow-x: clip;

	}

	.about-sec {
		padding: 120px 0;
	}

	.line-height {
		line-height: 165px;
	}


}

@media (max-width: 1850px) {}


@media (max-width: 1850px) and (min-width: 1601px) {
	.banner-sec {
		overflow-x: clip;
	}

	.main-title-h1 span {
		font-size: 110px;
	}

	.main-title-h1 {
		font-size: 150px;
	}
	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}

	header #megaone {
		padding: 40px 0;
	}

	.about-mask {
		right: 3%;
	}
}


@media screen and (width: 1782px) {}


@media screen and (width: 1600px) {
	.banner-sec {
		overflow-x: clip;
	}

	.main-title-h1 span {
		font-size: 110px;
	}

	.main-title-h1 {
		font-size: 130px;
	}
	.font-22 {
		font-size: 18px;
	}
	.banner-area p,
	.banner-area .socialsbanner{
		margin-bottom:15px!important;
	}

	header #megaone {
		padding: 35px 0;
	}

	.navbar-top-default {
		margin-top: 30px;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}


	.banner-area {
		text-align: center;
		padding: 9rem 0 0 0;
	}

	.about-mask {
		right: -2%;
		top: 29%;
	}

	.about-logo {
		left: 11%;
	}

	.item-sec img {
		height: 260px;
	}
}

@media (max-width: 1680px) and (min-width: 1600px) {

	.navbar-simple .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 1.2rem;
	}
	.main-title-h1 {
		font-size: 130px;
	}
	.font-22 {
		font-size: 18px;
	}
	.banner-area p,
	.banner-area .socialsbanner{
		margin-bottom:15px!important;
	}

	.navbar-simple .navbar-nav .nav-link:last-child {
		margin-right: 8px;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}
	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}


	.nav-right.ml-5 {
		margin-left: .6rem !important;
	}

	header .container {
		max-width: 82rem!important;
	}
}

@media (max-width: 1599px) and (min-width: 1367px) {
	.banner-sec {
		overflow-x: clip;
	}

	.main-title-h1 span {
		font-size: 80px;
	}
	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}
	.font-22 {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}
	.banner-area {
		padding-top: 9.5rem;
		text-align: center;
	}

	.main-title-h1 {
		font-size: 100px;
	}

	.banner-area .socialsbanner{
		margin-bottom: 15px!important;
	}

	.banner-area p{
		margin-bottom:15px!important;
	}

	.navbar-simple .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 1.2rem;
	}
	.banner-area a{
		margin-top:0;
	}

	.navbar-simple .navbar-nav .nav-link:last-child {
		margin-right: 8px;
	}

	.nav-right.ml-5 {
		margin-left: .6rem !important;
	}

	header .container {
		max-width: 82rem!important;
	}

}



@media (max-width: 1450px) and (min-width: 1400px) {
	header .container {
		max-width: 82rem;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}
	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}

	.navbar-simple .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 1.2rem;
	}
	.about-culture {
		bottom: 44%;
		right: 10%;
	}
	.navbar-simple .navbar-nav .nav-link:last-child {
		margin-right: 8px;
	}

	.nav-right.ml-5 {
		margin-left: .6rem !important;
	}

	.banner-sec,
	.about-sec {
		overflow-x: clip;
	}

	.main-title-h1 span {
		font-size: 110px;
	}

	.main-title-h1 {
		font-size: 150px;
	}

	header #megaone {
		padding: 30px 0;
	}

	.banner-area {
		padding-top:7.5rem!important;
		text-align: center;

	}

	.about-mask {
		top: 28%;
		right: -6%;
	}

	.about-logo {
		left: 7%;
	}

	.item-sec img {
		height: 250px;
	}
}

@media (max-width: 1399px) and (min-width: 1367px) {

	.banner-sec,
	.about-sec {
		overflow-x: clip;
	}

	.navbar-simple .navbar-nav .nav-link {
		font-size: 13.5px;
		padding: 0 1.4rem;
	}

	.main-title-h1 span {
		font-size: 90px;
	}

	.main-title-h1 {
		font-size: 130px;
	}

	.about-mask {
		position: absolute;
		top: 35%;
		right: -11%;
	}

	.about-mask img,
	.about-logo img {
		width: 70%;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}


	.about-logo {
		left: 7%;
	}

	.item-sec img {
		height: 250px;
	}
}

@media (max-width: 1366px) and (min-width: 1281px) {
	header .container {
		max-width: 82rem;
	}
	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}
	.font-22 {
		font-size: 18px;
	}

	.banner-area p,
	.banner-area .socialsbanner{
		margin-bottom:15px;
	}

	.navbar-simple .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 1.2rem
	}
	.navbar-simple .navbar-nav .nav-link:last-child {
		margin-right: 10px;
	}
	.nav-right.ml-5{
		margin-left: .6rem !important;
	}

	.navbar-top-default {
		margin-top: 30px;
	}

	.delivery-img img {
		width: 70%;
		height: 55px;
	}

	.banner-sec,
	.about-sec {
		overflow-x: clip;
	}

	.banner-bg {
		height: 100vh;
	}

	.main-title-h1 span {
		font-size: 90px;
	}

	.main-title-h1 {
		font-size: 100px;
	}
	.banner-area a{
		margin-top:0;
	}
	.font-22 {
		font-size: 18px;
	}

	header #megaone {
		padding: 30px 0;
	}

	.banner-area {
		text-align: center;

	}

	.about-mask {
		top: 32%;
		right: -7%;
	}

	.about-logo {
		left: 7%;
	}

	.item-sec img {
		height: 250px;
	}

	.line-height {
		line-height: 120px;
	}
	.delivery strong{
		font-size:14px;
	}
	.about-culture {
		bottom: 44%;
		right: 10%;
	}


}

@media (max-width: 1325px) and (min-width: 1281px) {

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}
	header .nav-green {
		padding: 15px 30px;
	}
	.delivery strong{
		font-size:14px;
	}
	.about-culture {
		bottom: 44%;
		right: 10%;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}

}

@media (max-width: 1280px) and (min-width: 1201px) {

	.banner-sec,
	.about-sec {
		overflow-x: clip;
	}

	.banner-area {
		text-align: center;
	}

	.banner-area p,
	.banner-area .socialsbanner p{
		margin-bottom:15px!important;
	} 

	blockquote span{
		font-size: 200px!important;
		bottom: -6px!important;
	}
	.delivery strong{
		font-size:14px;
	}

	.delivery-img img {
		width: 70%;
		height: 55px;
	}

	.navbar-top-default {
		margin-top: 34px;
	}
	.about-culture {
		bottom: 44%;
		right: 10%;
	}

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}

	header .nav-green {
		padding: 14px 40px;
	}

	.sidemenu_btn {
		right: 100px;
	}

	header .navbar-nav {
		border-right: 0;
	}

	.main-title-h1 span {
		font-size: 70px;
	}

	.font-22 {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}

	.main-title-h1 {
		font-size: 100px;
	}

	.offset-lg-4 {
		margin-left: 25.333333%;
	}

	.item-sec img {
		height: 200px;
	}

	.about-mask img,
	.about-logo img {
		width: 70%;
	}

	.about-mask {
		top: 35%;
		right: -12%;
	}

	.about-logo {
		left: 6%;
	}

	.line-height {
		line-height: 120px;
	}


}


@media (max-width: 1201px) and (min-width: 1023px) {
	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}
	header .nav-green {
		padding: 14px 40px;
	}	
	header .container{
		max-width: 80rem;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}

	.offset-lg-4 {
		margin-left: 24.333333%;
	}
	.hotSpicy {
		display: flex;
		gap: 10px
	}
	.menu-bg { padding-bottom:3rem; }
}

@media (max-width: 1022px) and (min-width: 990px) {

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}
	header .nav-green {
		padding: 14px 40px;
	}	
	header .container{
		max-width: 80rem;
	}
	.delivery-img img {
		width: 70%;
		height: 55px;
	}

	.offset-lg-4 {
		margin-left: 20.333333%;
	}
	.main-title-h1 {
		font-size: 136px;
	}
	.main-title-h1 span {
		font-size: 110px;
	}
	blockquote span {
		font-size: 180px!important;
	}
}


@media (max-width: 1152px) and (min-width: 1023px) {
	body {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
	}
	.taste-logo,
	.about-taste-logo {
		position: absolute;
		width: 50px !important;
	}
	blockquote span {
		font-size: 180px!important;
		bottom: 30px!important;
	}
	blockquote p{
		font-size: 22px!important;
		padding: 30px 0px 30px 75px!important;
	}
	blockquote div{
		margin-left: 75px!important;
	}
	.cbp-item-wrapper h2, .features h3 {
		font-size: 32px;
	}
	.font-28 {
		font-size: 24px;
	}
	.about-culture {
		bottom: 44%;
		right: 3%;
	}

	.banner-sec,
	.about-sec {
		overflow-x: clip;
	}

	.customer-area {
		text-align: center;
		padding: 95px 44px;
	}

	.about-bottom {
		padding: 4rem 0;
	}

	.banner-bg {
		height: 100vh;
	}

	.line-height {
		line-height: 100px;
	}


	.banner-area {
		padding-top: 6.5rem;
		text-align: center;
	}

	.navbar-top-default {
		margin-top: 34px;
	}

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}

	header .nav-green {
		padding: 14px 10px;
	}

	.sidemenu_btn {
		right: 66px;
	}

	header .navbar-nav {
		border-right: 0;
	}

	.main-title-h1 span {
		font-size: 70px;
	}

	.font-22 {
		font-size: 16px;
	}

	.main-title {
		font-size: 52px;
		font-weight: 400;
		line-height: 56px;
	}

	.main-title-h1 {
		font-size: 110px;
	}

	.offset-lg-4 {
		margin-left: 25.333333%;
	}

	.item-sec img {
		height: 200px;
	}

	.about-mask img,
	.about-logo img {
		width: 50%;
	}

	.about-mask {
		top: 42%;
		right: -27%;
	}

	.about-logo {

		left: 5%;
	}

	.cbp-item-wrapper h2 {
		font-size: 48px;
		line-height: 44px;
	}

	#js-grid-blog-posts .hotSpicy {
		display: flex;
		gap: 10px;
		margin-bottom: 0;
	}

	.hotSpicy li {
		width: 30px;
	}

	.hotSpicy li:first-child {
		width: 24px;
	}

	.btn.btn-large {
		padding: 8px 24px;
		line-height: 1.8em;
	}

	.menu-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 20px;
	}

	.item-sec img {
		height: 250px;
	}

	.story-burger {
		position: relative;
		left: -1rem;
	}

	.culture-logo {
		right: 28px;
		width: 195px;
	}

	.m-scroll__title p {
		font-size: 212px;
	}

	.m-scroll {
		height: 396px;
	}

}

@media screen and (max-width: 990px) and (min-width: 793px) {
	header .container{
		max-width: 80rem;
	}
}
@media screen and (max-width: 767px) {
	.gallery-sec .container { margin:5vh auto; max-width:100%; }
}	
@media screen and (max-width: 767px) and (min-width: 582px) {

	header .container{
		max-width: 80rem;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	section {
		padding: 4.5rem 0;
	}

	body {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
	}
	.tab.active {
		font-weight: bold;
		border-bottom: 3px solid green;
		font-size: 20px;
	}
	.tab {
		padding: 10px 0px;
		margin-right: 12px;
		font-size: 20px;
	}

	.about-culture {
		bottom: 44%;
		right: -8%;
	}

	.side-menu {
		width: 50%;
	}

	.menu-bg {
		background-size: contain;
		padding: 8rem 0 3rem 0;
	}

	.font-28 {
		font-size: 24px;
	}



	.banner-sec,
	.about-sec,
	.customter-rev {
		position: relative;
		overflow-x: clip;
	}

	.about-banner .col-lg-12 {
		z-index: 1;
	}

	.line-height {
		line-height: 85px;
	}


	.banner-sec .offset-lg-4 {
		z-index: 11;
	}

	header .logo img {
		max-width: 90px;
		width: 90px;
	}

	.about-bottom {
		padding: 4rem 0;
	}

	.delivery-img img {
		width: 70%;
		height: 35px;
	}

	.about-bg {
		height: 80vh;
	}

	.banner-area {
		text-align: center;
		padding-top: 0rem;

	}

	.navbar-top-default {
		margin-top: 0px;
	}

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}

	header .nav-green {
		padding: 14px 40px;
	}

	header .navbar-nav {
		border-right: 0;
	}

	.main-title-h1 span {
		font-size: 70px;
	}

	.font-22 {
		font-size: 16px;
	}

	.main-title {
		font-size: 38px;
		font-weight: 400;
		line-height: 50px;
	}

	.main-title-h1 {
		font-size: 95px;
	}

	.item-sec img {
		height: 200px;
	}

	.about-mask img,
	.about-logo img {
		width: 30%;
	}

	.about-mask {
		top: 57%;
		right: -50%;
	}

	.about-btm-card {
		margin-bottom: 20px;
	}

	.customer-area {
		text-align: center;
		padding: 25px 10px;
	}

	.about-logo {
		bottom: -22px;
		left: -7%;
	}

	.cbp-item-wrapper h2 {
		font-size: 48px;
		line-height: 44px;
	}

	#js-grid-blog-posts .hotSpicy {
		display: flex;
		gap: 10px;
		margin-bottom: 0;

	}

	.hotSpicy li {
		width: 30px;
	}

	.hotSpicy li:first-child {
		width: 24px;
	}
	.menu-bg{
		height:auto!important;
		display:block
	}

	.btn.btn-large {
		padding: 8px 24px;
		line-height: 1.8em;
	}

	.menu-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 20px;
	}

	.item-sec img {
		height: 250px;
	}

	.br-1 {
		width: auto;
		margin: 10px 0;
	}

	.sidemenu_btn {
		right: 40px;
	}

	.story-culture {
		top: -3rem;
		left: 5rem;
		width: 70%;
	}

	.story-burger {
		left: -1rem;
		width: 77%;
		top: 0rem;
	}

	.culture-logo {
		bottom: 44%;
		right: 11px;
		width: 140px;
	}

	.m-scroll__title p {
		font-size: 212px;
	}

	.m-scroll {
		height: 396px;
		top: 58%;
	}
	.taste-logo,
	.about-taste-logo {
		position: absolute;
		width: 34px !important;
	}
	#f1 {
		content: url("/wp-content/uploads/2025/02/mobile-banner-1.png");
	}

	#f2 {
		content: url("/wp-content/uploads/2025/02/Mobile-banner-2.png");
	}

	#f3 {
		content: url("/wp-content/uploads/2025/02/mobile-banner-3.png");
	}
	blockquote span{
		font-size: 180px!important;
		bottom: -14px!important;
	}
	blockquote p{
		font-size: 22px!important;
		padding: 20px 0px 20px 75px!important;
	}
	blockquote {
		width: 100%!important;
	}
	blockquote div{
		margin-left: 75px!important;
		font-size: 18px!important;
		margin-top: -40px!important;
	}
}
.delivery-sec{
	padding:3.5em 0;
}
@media screen and (max-width: 767px) {
	section {
		padding: 4.5rem 0;
	}
	.menu-bg{
		height:auto!important;
		display:block
	}

	body {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
	}

	.side-menu {
		width: 100%;
	}

	.font-28 {
		font-size: 24px;
	}

	.menu-bg {
		background-size: contain;
		padding: 8rem 0 3rem 0;
	}

	.banner-sec,
	.about-sec,
	.customter-rev {
		position: relative;
		overflow-x: clip;
	}

	.banner-sec .offset-lg-4 {
		z-index: 11;
	}

	header .logo img {
		max-width: 90px;
		width: 90px;
	}

	.about-bottom {
		padding: 4rem 0;
	}
	.delivery-sec{
		padding:40px 0;
	}
	.delivery-area{
		text-align: center;
		margin-bottom: 14px;
	}
	.delivery-img img {
		width: 100%;
		height: 35px;
	}


	.line-height-38 {
		line-height: 26px;
	}

	.about-bg {
		height: 82vh;
	}

	.story-burger {
		left: 0rem;
		width: 70%;
		top: 1rem;
	}

	.about-taste-logo {
		position: absolute;
		width: 60px !important;
	}

	.story-culture {
		width: 70%;
	}

	.line-height {
		line-height: 87px;
	}

	.banner-area {
		padding-top: 0rem;
		text-align: center;

	}

	.navbar-top-default {
		margin-top: 0px;
	}

	.navigation-toggle {
		display: block !important;
	}

	header #megaone {
		display: none !important;
	}

	header .nav-green {
		padding: 14px 20px;
	}

	.sidemenu_btn {
		right: 30px;
	}

	header .navbar-nav {
		border-right: 0;
	}

	.main-title-h1 span {
		font-size: 50px;
	}

	.font-22 {
		font-size: 14px;
	}

	.banner-area .font-22 { font-size:18px; letter-spacing:normal; }
	.main-title {
		font-size: 38px;
		font-weight: 400;
		line-height: 50px;
	}

	.main-title-h1 {
		font-size: 75px;
	}

	.item-sec img {
		height: 200px;
	}

	.about-mask img,
	.about-logo img {
		width: 30%;
	}

	.about-mask {
		top: 74%;
		right: -89%;
	}

	.about-btm-card {
		margin-bottom: 20px;
	}

	.customer-area {
		text-align: center;
		padding: 50px 10px;
	}

	.about-logo {
		/* bottom: 0;
		left: 5%; */
		display: none;
	}

	.about-img {
		margin-top: 50px;
	}

	.cbp-item-wrapper h2 {
		font-size: 48px;
		line-height: 44px;
	}

	#js-grid-blog-posts .hotSpicy {
		display: flex;
		gap: 10px;
		margin-bottom: 0;

	}

	.hotSpicy li {
		width: 30px;
	}

	.hotSpicy li:first-child {
		width: 24px;
	}

	.btn.btn-large {
		padding: 8px 24px;
		line-height: 1.8em;
	}

	.menu-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 15px;
		margin-right: 10px;
	}

	.menu-content {
		height: 220px;
	}
	.menu-content.no-content { height:0; }
	.item-sec img {
		height: 300px;
	}

	.footer-social ul li a {
		margin: 0 6px 0 0;
	}

	.br-1 {
		width: auto;
		margin: 10px 0;
	}

	.m-scroll__title p {
		font-size: 212px;
	}

	.m-scroll {
		height: 396px;
		top: 76%;
	}
	.delivery strong{
		font-size:14px;
	}
	.about-culture {
		bottom: 44%;
		right: 0%;
		width: 165px;
	}


	#f1 {
		content: url("/wp-content/uploads/2025/02/mobile-banner-1.png");
	}

	#f2 {
		content: url("/wp-content/uploads/2025/02/Mobile-banner-2.png");
	}

	#f3 {
		content: url("/wp-content/uploads/2025/02/mobile-banner-3.png");
	}
	blockquote span{
		font-size: 180px!important;
		/* 		bottom: 45px!important; */
	}
	blockquote p{
		font-size: 22px!important;
		padding: 20px 0px 20px 75px!important;
	}
	blockquote {
		width: 100%!important;
	}
	blockquote div{
		margin-left: 75px!important;
		font-size: 18px!important;
		margin-top: -40px!important;
	}

}



@media (max-width: 430px) and (min-width: 420px) {
	blockquote span {
		font-size: 180px !important;
		bottom: 22px !important;
	}
}

@media (max-width: 390px) and (min-width: 375px) {
	.about-mask {
		top: 74%;
		right: -101%;
	}

	.menu-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 14px;
		margin-right: 2px;
	}

	.footer-social ul li a {
		margin: 0 6px 0 0;
		width: 54px;
		height: 54px;
		line-height: 48px;
	}
	.about-culture {
		bottom: 44%;
		right: 0%;
		width: 165px;
	}
	blockquote span {
		bottom: 45px !important; 
	}
}


@media (max-width: 360px) {
	.footer-social ul li a{
		width: 50px;
		height: 50px; 
		line-height: 42px;
	}
	.font-22 {
		font-size: 13px;
	}
	.menu-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 13px;
		margin-right: 5px;
	}

	.banner-area a{
		margin-bottom:0!important;
	}
	.banner-area p,
	.socialsbanner p{
		margin-bottom:10px!important;
	}


	blockquote span {
		bottom: 45px !important; 
	}

	.about-culture {
		bottom: 44%;
		right: 0%;
		width: 158px;
	}
}
.special { position:relative; }
.special:after { display: block;
	content: '$13.99 Special - Includes Fries & Drink';
	color: #fff;
	font-weight:600;
	background: red;
	position: absolute;
	z-index: 10;
	bottom: 1px;
	right: 1px;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 7px 0 7px 0; }