/* --- Mobile Header Fixes (max-width: 767px) --- */
@media (max-width: 767px) {
	.top-head.fixed-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		padding: 0;
	}
	.top-head .navbar {
		padding: 0.5rem 1rem;
		min-height: 64px;
		align-items: center;
	}
	.top-head .container {
		padding: 0;
		margin: 0;
		min-width: 100vw;
		width: 100vw;
		max-width: 100vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top-head .navbar-brand {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 1.1rem;
		font-weight: 700;
		color: #222;
		padding: 0;
		margin: 0;
		line-height: 1.1;
		white-space: nowrap;
		max-width: 70vw;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.top-head .navbar-brand img {
		max-height: 40px;
		width: auto;
		margin-right: 8px;
		display: inline-block;
		vertical-align: middle;
	}
	.top-head .navbar-toggler {
		margin-left: auto;
		border: none;
		background: none;
		font-size: 2rem;
		color: #222;
		outline: none;
		box-shadow: none;
	}
	.top-head .navbar-collapse {
		background: #fff;
		width: 100vw;
		left: 0;
		top: 64px;
		position: absolute;
		z-index: 100;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	}
	.top-head .desktop-header-shell {
		display: none !important;
	}
}
@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Rubik', sans-serif;
}
img{
	max-width:100%;
}
header{
	position:relative;
	
}
p{
	font-family: 'Open Sans', sans-serif;
}

/* new css menu */

@keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  .dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 0.3s alternate;
  }
  
  .nav-item.dropdown.dropdown-mega {
	position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 90%;
	top: 100%;
	border: none;
	left: 5%;
  }
  .menu-icon-menu{
	  width: 31px;
	  margin-right: 8px;
	  display: inline-block;
	  height: 31px;
	  margin-bottom: 0;
  }
  
  .navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
  }
  .navbar-toggler:focus {
	box-shadow: none;
  }
  .navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
  }
  .navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
  }
  .navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
  }
  .navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
  }
  
  .icons {
	display: inline-flex;
	margin-left: auto;
  }
  .icons a {
	transition: all 0.2s ease-in-out;
	padding: 0.2rem 0.4rem;
	color: #ccc !important;
	text-decoration: none;
  }
  .icons a:hover {
	color: white;
	text-shadow: 0 0 30px white;
  }
  .comon-menu{
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
	  margin-top: 15px;
  }
  .comon-menu .dropdown-item{
	  padding: 0;
	  margin-bottom: 8px;
	  font-size: 15px;
  }
  .comon-menu .dropdown-item:hover{
	  background: none;
	  color:#febd2f ;
  }
  .menu-cta h5{
	  font-family: 'Montserrat', sans-serif;
	  font-size: 17px;
	  font-weight: 600;
  }
  .menu-items-p{
	  display: flex;
	  align-items: center;
	  width: 50%;
	  margin-bottom: 25px;
  }
  .menu-items-p figure{
	  width: 80px;
	  height: 60px;
	  margin-right: 8px;
	  margin-bottom: 0;
	  overflow: hidden;
  }
  .menu-items-p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #1e1c1e;
    text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
  }
  .menu-items-p:hover{
	color: #febd2f;
  }
  .menu-items-p figure img{
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
  }

/* new css menu ends */



/* Slider wrapper*/
.css-slider-wrapper {
	display: block;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }

  .slider-bottom-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	line-height: 0;
	height: 88px;
	overflow: hidden;
  }
  .slider-bottom-divider img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
  }
  
  /* Slider */
  .slider {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	-webkit-transition: -webkit-transform 1600ms;
	transition: -webkit-transform 1600ms, transform 1600ms;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-size: cover;
  }
  
  /* Slides Background Color */
  .slide-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0)), url(../images/banner.png) no-repeat center center / cover;
	left: 0;
  }
  .slide-2 {
	background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url(../images/pexels-photo-2878744.jpg) no-repeat center center / cover;
	left: 100%;
  }
  .slide-3 {
	background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url(../images/pexels-photo-4791745.jpg) no-repeat center center / cover;
	left: 200%;
  }
  .slide-4 {
	background: #b1a494;
	left: 300%;
  }
  .slider {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  }
  .slider-content {
	width: min(100% - 24px, 600px);
	padding-left: 0;
	padding-right: 0;
	margin-left: max(12px, calc((100vw - 1320px) / 2 + 12px));
	margin-right: auto;
  }
  
  /* Slider Inner Slide Effect */
  .slider h2 {
	
	font-weight: 900;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight:700;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
	margin-top: 0;
	color: #febd2f;
	
  }
  .slider h2 span{
	color: #fff;
  }
  
  .slider h4 {
	font-size: 32px;
	font-family:'Architects Daughter', cursive;
	color: #fff;
	
	text-transform: uppercase;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
  }
  .slider-content p{
	  color: #ddd;
	  font-family: 'Montserrat', sans-serif;
  }

  .slider button{
	opacity: 0;
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
  }
  
  .slider > .img-div {
	position: absolute;
	left: 70px;
    bottom: 80px;
	
	opacity: 0;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
  }
  .slider > .chill{
	position: absolute;
	left: 0;
	bottom: 20px;
	
	opacity: 0;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
  }
  .slider > .tomato {
	position: absolute;
	left: 450px;
    top: 65px;
	
	opacity: 0;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
  }
  .slider > .leaf-pic1{
	position: absolute;
	left:550px;
    top: 150px;
	opacity: 0;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
  }
  .slider > .leaf-pic2{
	position: absolute;
	left:580px;
    top: 250px;
	opacity: 0;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
  }
  .slider > .leaf-pic3{
	position: absolute;
	left:50px;
    top: 150px;
	opacity: 0;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
  }
  .items-pic10{
	position: absolute;
	right: 15px;
	bottom: 50px;
	
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
  }
  .slide-1 > .img-div {
	left: 0;
  }
  
  .buy-now-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 182px;
	height: 56px;
	border-radius: 999px;
	border: none;
	background: #d31612;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background 0.25s ease, transform 0.25s ease;
  }
  
  .buy-now-btn:hover {
	background: #f02a22;
	color: #fff;
	transform: translateY(-2px);
  }
  
  /* .buy-now-btn:after {
	content: "Buy Now";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 35px;
	top: 18px;
  } */
  
  .slider .buy-now-btn:focus,
  .navigation .login-btn:focus {
	outline: none;
  }
  
  /* Animations */
  .slider h2 {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
  }
  .slider button{
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
  }
  .slider h4 {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1.4s; /* Safari */
	transition-delay: 1.4s;
  }
  .slider > .img-div {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1.2s; /* Safari */
	transition-delay: 1.2s;
  }
  .slide-1 > .img-div {
	  left: 50px;
	  
  }

  .slide-1 > .slide-up {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
  }
  
  @-webkit-keyframes slide-up {
	0% {
	  transform: translateY(-1000px);
	}
	100% {
	  transform: translateY(0);
	}
  }
  
  @keyframes slide-up {
	0% {
	  transform: translateY(-1000px);
	}
	100% {
	  transform: translateY(0);
	}
  }
  

  .items-pic10{
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: transform 500ms, opacity 500ms;
	-webkit-transition-delay: 1.5s; /* Safari */
	transition-delay: 1.5s;
  }
  .slider > .chill{
	opacity: 0;
  }
  .slider > .chill{
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: transform 500ms, opacity 500ms;
	-webkit-transition-delay: 0.9s; /* Safari */
	transition-delay: 0.9s;
  }
  .slider > .tomato {
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
	transition: transform 1000ms, opacity 1000ms;
	-webkit-transition-delay: 1.8s; /* Safari */
	transition-delay: 1.8s;

   }
   .slider > .leaf-pic1{
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
	transition: transform 1000ms, opacity 1000ms;
	-webkit-transition-delay: 2.3s; /* Safari */
	transition-delay: 2.3s;
   }
   .slider > .leaf-pic2{
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
	transition: transform 1000ms, opacity 1000ms;
	-webkit-transition-delay: 2.8s; /* Safari */
	transition-delay: 2.8s;
   }
   .slider > .leaf-pic3{
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
	transition: transform 1000ms, opacity 1000ms;
	-webkit-transition-delay: 3.2s; /* Safari */
	transition-delay: 3.2s;
   }
  /* Number Pagination */
  .number-pagination {
	position: absolute;
	bottom: 30px;
	right: 100px;
	font-family: "Oswald";
	font-weight: bold;
  }
  
  .number-pagination span {
	font-size: 30px;
	color: #ea2e49;
	letter-spacing: 4px;
  }
  
  .number-pagination span:after {
	content: "/4";
	font-size: 16px;
	color: #fff;
  }
  
  /* Slider Pagger */
  .slider-pagination {
	position: absolute;
	width: auto;
	left: max(12px, calc((100vw - 1320px) / 2 + 12px));
	bottom: 96px;
	z-index: 20;
	display: flex;
	align-items: center;
		gap: 12px;
  }
  .slider-pagination label {
	width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #febd2f;
		margin: 0;
    cursor: pointer;
    overflow: hidden;
	opacity: 0.7;
  }
  .slider-pagination label figure{
	  margin-bottom: 0;
  }
  .slider-pagination label figure img{
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
  }
  
  /* Slider Pagger Event */
  .slide-radio1:checked ~ .slider-pagination .page1,
  .slide-radio2:checked ~ .slider-pagination .page2,
  .slide-radio3:checked ~ .slider-pagination .page3,
  .slide-radio4:checked ~ .slider-pagination .page4 {
	width:20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
		margin: 0;
    cursor: pointer;
    overflow: hidden;
	opacity: 0.9;
  }
  
  /* Slider Slide Effect */
  .slide-radio1:checked ~ .slider {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
  }
  .slide-radio2:checked ~ .slider {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  .slide-radio3:checked ~ .slider {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
  }
  .slide-radio4:checked ~ .slider {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
  }
  
  .slide-radio1:checked ~ .slide-1 h2,
  .slide-radio1:checked ~ .slide-1 button,
  .slide-radio2:checked ~ .slide-2 h2,
  .slide-radio2:checked ~ .slide-2 button,
  .slide-radio3:checked ~ .slide-3 h2,
  .slide-radio3:checked ~ .slide-3 button,
  .slide-radio3:checked ~ .slide-3 .items-pic10,
  .slide-radio4:checked ~ .slide-4 h2,
  .slide-radio1:checked ~ .slide-1 h4,
  .slide-radio2:checked ~ .slide-2 h4,
  .slide-radio3:checked ~ .slide-3 h4,
  .slide-radio4:checked ~ .slide-4 h4,
  .slide-radio1:checked ~ .slide-1 > .img-div,
  .slide-radio2:checked ~ .slide-2 > .img-div,
  .slide-radio3:checked ~ .slide-3 > .img-div,
  .slide-radio4:checked ~ .slide-4 > .img-div,
  .slide-radio1:checked ~ .slide-1 > .chill,
  .slide-radio2:checked ~ .slide-2 > .chill,
  .slide-radio3:checked ~ .slide-3 > .chill,
  .slide-radio1:checked ~ .slide-1 > .tomato,
  .slide-radio2:checked ~ .slide-2 > .tomato,
  .slide-radio3:checked ~ .slide-3 > .tomato,
  .slide-radio1:checked ~ .slide-1 > .leaf-pic1,
  .slide-radio1:checked ~ .slide-1 > .leaf-pic2,
  .slide-radio1:checked ~ .slide-1 > .leaf-pic3,
  .slide-radio2:checked ~ .slide-2 > .leaf-pic1,
  .slide-radio2:checked ~ .slide-2 > .leaf-pic2,
  .slide-radio2:checked ~ .slide-2 > .leaf-pic3,
  .slide-radio3:checked ~ .slide-3 > .leaf-pic1,
  .slide-radio3:checked ~ .slide-3 > .leaf-pic2,
  .slide-radio3:checked ~ .slide-3 > .leaf-pic3{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
  }
  .slide-radio1:checked ~ .slide-1 > .chill{
	 opacity: 1; 
  }
  .slide-radio2:checked ~ .slide-2 > .slide-up{
	opacity: 1;
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
			animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;

			
  }
  
  .spring-animation{
	
	
	animation-name: spin;
	animation-duration: 30000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
  }
  
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
  /* Responsive */
  @media only screen and (max-width: 768px) {
	.slider h2 {
	  font-size: 20px;
	}
	.slider h4 {
	  font-size: 16px;
	}
  
	.slider-content {
	  padding: 0 2%;
	}
  
	.navigation {
	  padding: 0 2%;
	}
  
	.navigation-left {
	  display: none;
	}
  
	.number-pagination {
	  right: 2%;
	}
	.slider-pagination {
	  left: 2%;
	}
  
	.slider .buy-now-btn {
	  min-width: 170px;
	  height: 46px;
	  font-size: 14px;
	}
  
	.slider .buy-now-btn:after {
	  top: 15px;
	}
  
	.slider > img {
	  right: 2%;
	}
  
	.slide-1 > img {
	  right: -110px;
	}
  }

/* slider ends */


.top-head{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:2;
	
}

.top-head .nav-link{
	color:#fff !important;
	font-size:16px;
	transition:all 0.5s;
	padding-left:15px !important;
	padding-right:15px !important;
	font-family: 'Karla', sans-serif;
	font-weight: 500;
	display: flex;
    align-items: center;
	text-transform: uppercase;
	
}
.top-head a.active{
	color: #febd2f !important;
}
.top-head .nav-link i{
	margin-right: 10px;
	font-size: 16px;
}
.top-head .nav-link:hover{
	color:#febd2f !important;
	
}
.fixed-menu .nav-link{
	color: #1a1c23 !important;

}
.top-head .signiup{
	border-radius:50px;
	font-weight:500;
	background:#febd2f;
	color:#fff !important;
	padding:7px 20px !important;
	font-size:16px !important;
	display:inline-block;
	border:solid 1px #febd2f;
}
.top-head .signiup:hover{
	background:none;
	color:#febd2f !important;
	
}
.fixed-menu{
	background:#fff;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
    box-shadow:4px -86px 123px rgb(0 0 0 / 78%);
	z-index:99;
		
  }

@media (min-width: 992px){
	.top-head{
		left: 0;
		right: 0;
		top: 0;
	}

	.fixed-menu{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		padding: 0;
		animation: none;
	}

	.top-head .navbar{
		padding: 10px;
	}

	.top-head .container{
		max-width: 1320px;
		min-height: 106px;
		align-items: flex-start;
		position: relative;
	}

	.top-head .navbar-brand{
		display: none;
	}

	.top-head .navbar-collapse{
		display: block !important;
	}

	.top-head .nav-link,
	.fixed-menu .nav-link{
		color: #fff !important;
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 0.04em;
		padding: 38px 14px 0 !important;
		text-transform: none;
		white-space: nowrap;
	}

	.top-head .nav-link i{
		display: none;
	}

	.top-head a.active,
	.top-head .nav-link:hover,
	.top-head .dropdown-toggle:hover{
		color: #f5b400 !important;
	}

	.top-head .dropdown-toggle::after{
		margin-left: 6px;
	}

	.top-head .dropdown-menu{
		margin-top: 20px;
	}

	.top-head .desktop-header-shell{
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 36px;
		width: 100%;
	}

	.top-head .desktop-nav{
		display: flex;
		align-items: flex-start;
		gap: 12px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.top-head .desktop-nav-left{
		justify-content: flex-start;
		padding-right: 28px;
	}

	.top-head .desktop-center-brand{
		width: 240px;
		min-height: auto;
		padding: 0;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		position: relative;
		justify-self: center;
		align-self: center;
	}



	.top-head .desktop-center-brand::before{
		margin-bottom: 14px;
	}

	.top-head .desktop-center-brand::after{
		margin-top: 14px;
	}

	.top-head .desktop-center-brand img{
		width: 230px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.top-head .desktop-center-brand span{
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 800;
		color: #242424;
		line-height: 1.1;
	}

	.top-head .desktop-center-brand small{
		font-family: 'Karla', sans-serif;
		font-size: 13px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #7a7a7a;
		margin-top: 5px;
		text-align: center;
	}

	.top-head .desktop-nav-right{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 30px;
		padding-top: 22px;
	}

	.top-head .desktop-header-contact,
	.top-head .desktop-header-cart{
		display: inline-flex;
		align-items: center;
		gap: 10px;
		color: #fff;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		white-space: nowrap;
	}

	.top-head .desktop-header-contact i,
	.top-head .desktop-header-cart i{
		color: #f5b400;
		font-size: 18px;
	}

	.top-head .desktop-header-cta{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 182px;
		height: 56px;
	
		border-radius: 999px;
		background: #d31612;
		color: #fff;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		transition: background 0.25s ease, transform 0.25s ease;
	}

	.top-head .desktop-header-cta:hover{
		background: #f02a22;
		color: #fff;
		transform: translateY(-2px);
	}

	.top-head .signiup,
	.top-head .cart{
		display: none;
	}
}
/* subpage */
.sub-page-banner-div{
	background: url('../images/banner1-sub-bg.png') no-repeat center;
	background-image: var(--sub-banner-default, url('../images/banner1-sub-bg.png'));
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:365px;
	position: relative;
}
.sub-page-banner-div::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -25px;
	width: 100%;
	height: 56px;
	background: url('../images/chef-bottom-bg.png') no-repeat center bottom;
	background-size: 100% 100%;
	pointer-events: none;
	z-index: 2;
	filter: drop-shadow(0 -1px 0 rgb(255 255 255 / 25%));
}
.sub-page-banner-div.sub-banner-about{
	background-image: var(--sub-banner-about, var(--sub-banner-default, url('../images/banner1-sub-bg.png')));
}
.sub-page-banner-div.sub-banner-products{
	background-image: var(--sub-banner-products, var(--sub-banner-default, url('../images/banner1-sub-bg.png')));
}
.sub-page-banner-div.sub-banner-contact{
	background-image: var(--sub-banner-contact, var(--sub-banner-default, url('../images/banner1-sub-bg.png')));
}
.sub-page-banner-div.sub-banner-inquiry{
	background-image: var(--sub-banner-inquiry, var(--sub-banner-default, url('../images/banner1-sub-bg.png')));
}
.sub-page-banner-div.sub-banner-product-details{
	background-image: var(--sub-banner-product-details, var(--sub-banner-default, url('../images/banner1-sub-bg.png')));
}
.sub-banner-text{
	height: 365px;
    display: grid;
    width: 100%;
    align-content: center;
}
.sub-banner-text h1{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 45px;
	font-size: 27px;
}
.sub-banner-text ul li{
	color: #fff;
	margin: 0 15px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.sub-banner-text ul li:after{
	position: absolute;
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 12px;
	right: -21px;
    top: 3px;
}
.sub-banner-text ul li:last-child:after{
	display: none;
}
.sub-banner-text ul li a{
	text-decoration: none;
	color: #fff;
}
.total-sub-page-body {
    /* background: #f9f9f9; */
    display: inline-block;
    width: 100%;
}
.chili{
	position: absolute;
	right: 40%;
	top:80px;
	
}
.chili-sub{
	position: absolute;
	right: 20%;
	top:80px;
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.tomato-sub{
	position: absolute;
	left:21%;
	bottom:-5px;
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.tomato2-sub{
	position: absolute;
	left:28%;
	top:80px;
	-webkit-animation: slide-up 1.5s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 1.5s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.tomato3-sub{
	position: absolute;
	right: 29%;
    top: 180px;
	-webkit-animation: slide-up 2.3s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 2.3s cubic-bezier(0.65, 0, 0.35, 1) both;
	z-index: 3;
}
.login-sec-div{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 12%);
	margin: auto;
	width: 50%;
	padding:40px 30px 20px;
	margin-top: 30px;
	border-radius: 8px;
}
.account-text1{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px !important;
}
.account-text1 a{
	color: #febd2f;
	text-decoration: none;
}
.checkout-bn{
	background: #febd2f;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin-top: 25px;
}
.login-sec-div .form-group{
	margin-bottom: 20px;
}
.login-sec-div label{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.login-sec-div .form-group .form-control{
	background:#f1f1f1;
	height: 45px;
	border: none;
}
.login-sec-div .login-submit{
	background: #2c2b30;
    background: -moz-linear-gradient(top, #2c2b30 0%, #050407 100%);
    background: -webkit-linear-gradient(top, #2c2b30 0%,#050407 100%);
    background: linear-gradient(to bottom, #2c2b30 0%,#050407 100%);
    color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 25px;
}
.forget-bn{
	color: #febd2f;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.form-check-label{
	color: #919191;
	font-weight: 500;
}
.comboo-offer h6{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: #485647;
	margin-bottom: 10px;
}
.comboo-offer h2{
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(34px, 3.1vw, 50px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #1f2a20;
	
}
.comboo-offer h2 span{
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: clamp(18px, 1.7vw, 26px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4d6b2f;
	margin-left: 6px;
}
.sp-menu-div{
	/* box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding:45px 40px 0; */
	margin-top: 35px;
	position: relative;
}
.sp-menu-div:after{
	background: url(../images/banner-bg-3.png) no-repeat;
	position: absolute;
	left: -150px;
    top: -40px;
	content: "";
	width: 206px;
	height: 161px;
}
.comboo-offer .row:after{
	
	position: absolute;
	left: 250px;
    top:100px;
	content: "";
	width: 206px;
	height: 161px;
}
.drink-menu-div .row:after{
	left: -100px;
}
.sp-menu-div .each-items{
	/* box-shadow: none; */
	margin-top: 0;
	height:346px;
	text-align: left;
	margin-bottom: 35px;
	
	margin: auto;
	display: table;
	/* border: solid 1px #f1f1f1;
	box-shadow: none; */
	padding: 10px;
	transition: width 0.4s ease;
	background: #fff;
	
	
}

.sp-menu-div .items-details{
    padding: 0 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}

/* owl slider */



/* owl slider ends */
.sp-menu-div .each-items a,
.comboo-offer .each-items a,
.all-menu-div .each-items a{
	display: inline-block;
	width: 100%;
	margin-top: 0;
	border-radius: 8px;
	position: relative;
}
.sp-menu-div .each-items .oder-bn1,
.comboo-offer .each-items .oder-bn1,
.all-menu-div .each-items .oder-bn1{
	width: 75%;
	transition: all 0.5s;
}
.sp-menu-div .each-items .oder-bn1:hover,
.comboo-offer .each-items .oder-bn1:hover,
.all-menu-div .each-items .oder-bn1:hover{
	background: #febd2f;
	color: #fff;
}
.sp-menu-div .each-items figure{
	border-radius: 0 0 30px 0;

}
.whish-bn1{
	/* box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%); */
    color: #000;
    width: 26px !important;
    margin-left: auto;
    
    transition: all 0.5s;
    display: table !important;
    font-size: 15px;
	background: #fff;
	border-radius: 50% !important;
	overflow: hidden;
	height: 26px;
	margin-right: 15px;
	margin-top: 15px !important;
	display: grid;
	align-content: center;
	text-align: center;
}
.whish-bn1 i{
	text-shadow:  0 1px 22px 0 rgb(0 0 0 / 9%);
}
.whish-bn1:hover{
	background: #febd2f;
	color: #fff;
}
.whise-save{
	background: #febd2f;
	color: #fff;
}
.sp-menu-div .each-items .ps-titel{
	font-size: 16px;
	color: #050407;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: 70%;
}
.sp-menu-div .items-details h4{
	color: #febd2f;
	margin: 0;
}
.sp-menu-div .each-items .ps-titel span{
	font-size: 12px;
	color: #febd2f;
}
.sp-menu-div .each-items p{
	width: 90%;
    margin: auto;
    color: #bbbbbb;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.comboo-offer{
	background: #febc2f00;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.comboo-offer::before,
.comboo-offer::after {
	content: "";
	display: block;
	width: 100%;
	height: 28px;
	background: url('../images/banner-pattern.png') repeat-x center center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
}

.comboo-offer::before {
	top: 0;
}

.comboo-offer::after {
	bottom: 0;
}
.comboo-offer .each-items{
	background: #fff;
	height: auto;
	min-height: 320px;
	overflow: hidden;
	text-align: left;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.10);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.comboo-offer .each-items:hover{
	box-shadow: 0 10px 36px rgba(0,0,0,0.16);
	transform: translateY(-6px);
}
.comboo-offer .items-details{
    display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 18px 20px 22px;
}
.comboo-offer .each-items .ps-titel span{
    font-size: 13px;
	color: #febd2f;
}
.product-desc{
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 500;
	color: #8b8b8b;
	margin: 10px 0 4px;
	line-height: 1.55;
	text-align: center;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.order-now-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	width: 100%;
	max-width: 250px;
	padding: 10px 26px;
	background: #febd2f;
	color: #290101;
	border-radius: 30px;
	font-size: 15px;
	font-family: var(--secondary-font);
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.04em;
	line-height: 1;
	transition: background 0.3s ease, transform 0.2s ease;
	border: none;
}
.order-now-btn:hover{
	background: #e0a820;
	color: #fff;
	transform: scale(1.05);
	text-decoration: none;
}
.comboo-offer .ps-titel{
	width: 100% !important;
}
.comboo-offer .each-items p:not(.product-desc),
.all-menu-div .each-items p{
	width: 90%;
    margin: auto;
    color: #bbbbbb;
    font-size: 14px;
    margin-bottom: 10px;
}
.all-menu-div .each-items{
	height: 399px;
}
.comboo-offer .each-items .ps-titel,
.all-menu-div .each-items .ps-titel{
	font-size: 19px;
	color: #050407;
	text-decoration: none;
	font-family: var(--secondary-font);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0.01em;
	text-transform: none;
}
.all-menu-div{
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 2;
	padding: 100px 0;
}

.menu-img-inside{
	height: 230px;
	overflow: hidden;
	border-radius: 0 0 30px 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.pic-menu{
	position: absolute !important;
	top:0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 230px;
}
.salad-menu-div{
	background: #212529;
	padding: 150px 0;
	width: 100%;
	position: relative;
}
.comon-menu-div-part{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 25px 24px;
	margin-bottom: 30px;
	background: #fff;
}
.booking-table-div{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	background: #fff;
	padding:30px;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.comon-menu-div-part h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 1px;
	position: relative;
}
.comon-menu-div-part p{
	font-size: 14px;
	text-transform: capitalize;
	color: #b3b3b3;
	margin: 0;
}
.comon-menu-div-part .menu-titel{
	width: 85%;
	position: relative;
}
.booking-table-div .form-group{
	margin-bottom: 10px;
}
.booking-table-div .form-control{
	background: #ededed;
	border: none;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
}
.booking-table-div label,
.booking-table-div p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 8px;
}
.comon-menu-div-part .menu-price h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 27px;
	color: #febd2f;
}
.sel-txet{
	font-size: 27px;
	color: #febd2f;
	margin-left: 8px;
}
.book-bn-td1{
	background: #febd2f;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin: auto;
	display: table;
	margin-top: 25px;
}
.comon-menu-div-part .menu-titel h5:after{
	position: absolute;
	content: "";
	background: url(../images/dots-img.jpg) repeat-x;
	width:212px;
	height: 16px;
    right: 0;
	top:14px;
	color: #bbb;
}
.moretext-div1,
.moretext-div2,
.moretext-div3,
.moretext-div4{
	display: none;
}
.moreless-button{
	background: #febd2f;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.sp-more-buuton{
	background: #fff;
	color: #050407;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.sp-more-buuton1{
	background: #febd2f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.drink-menu-div{
	 margin-bottom: 75px;
}
/* event page */

.comon-devent-div{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 15px;
	width: 100%;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.comon-devent-div .event-left-pic{
    height: 190px;
    overflow: hidden;
    position: relative;
    width: 41%;
}
.comon-devent-div .event-left-pic figure{
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
}
.comon-devent-div .event-left-pic figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.comon-devent-div:hover .event-left-pic figure img{
	transform: scale(1.2);
}
.event-list-details{
	padding-left:15px;
	width: 59%;
}
.event-list-details h5{
	color: #212529;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
}
.event-list-details span{
	color: #212529;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:5px;
	display: block;
}
.event-list-details p{
	 color: #bbb;
	 font-size: 14px;
	 margin-top: 10px;
}
.event-list-details .even-bn{
	background: #febd2f;
    color: #fff !important;
	text-transform: capitalize;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
}

/* about pge */
.about-page-mn{
	padding: 150px 0 80px;
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 2;
}
.about-page-mn h6,
.about-history-mn h6{
	font-family: 'Architects Daughter', cursive;
    font-size: 30px;
}
.items-team{
	text-align: center;
	display: table;
	margin: auto;
}
.items-team h5{
	font-family: 'Montserrat', sans-serif;
	color: #fff !important;
}
.items-team p{
	font-family: 'Architects Daughter', cursive;
	font-size: 17px;
    color: #a5a5a5 !important;
    letter-spacing: 2px;
}
.items-team figure{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius:50%;

}
.items-team figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about-page-mn h2,
.about-history-mn h2,
.galley-img-div h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 28px;
}
.about-page-mn p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
}
.ab-page-pic figure{
	border-radius: 8px;
	height: 190px;
	overflow: hidden;
}
.ab-page-pic > div:last-child figure{
	height: 320px !important;
	margin-left: 20px;
}
.galley-img-div{
	padding: 50px 0 80px;
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 2;
}
.grid-item{
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.grid-item img {
	width: 100%;
	height: auto;
	margin: 4px;
  }
  
  .galley-img-div .container {
	width: 80%;
	column-count: 4;
	margin: 0 auto;
  }

.team-div-ab{
	background:#07060b url(../images/bg-oofer.png) no-repeat ;
	position: relative;
	padding:100px 0;
}
.team-div-ab h6,
.team-div-ab h2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.team-div-ab h6{
	font-family: 'Architects Daughter', cursive;
    font-size: 30px;
}
.team-div-ab h2 span{
	font-weight: 700;
	text-transform: uppercase;
}

.testimonial-review{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 100px 0;
	z-index: 2;
}
  @media only screen and (max-width: 768px) {
	.galley-img-div .container {
	  column-count: 3;
	}
  }
  
  @media only screen and (max-width: 450px) {
	.galley-img-div .container {
	  column-count: 2;
	}
  }
  
/* form wizad */
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
	justify-content: center;
	display: flex;
}
.form-wizard .form-wizard-steps li {
    width: 20%;
    float: left;
    position: relative;
	
   
}
.comon-order-items .items-details{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: space-between;
	/* border-bottom: solid 1px #e9e8e8; */
}

.comon-order-items .items-details .food-ite-pic{
	height: 130px;
	width: 40%;
}

.comon-order-items .items-details  figure{
	height: 100%;
	width: 100%;
}

.show-details{
	width:90%;
	padding-left:0;
}
.show-details h4{
	font-size: 15px;
}
.show-details h6{
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}
.show-details p{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 2px;
}
.show-details label{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	width:auto;
	margin-right: 10px;
}
.show-details .form-select{
	width: 25%;
	margin-left:0;
	font-family: 'Montserrat', sans-serif;
}
.items-price h2{
	font-size: 20px;
	font-weight:700;
	color: #febd2f;
}
.about-history-mn{
	background: #febd2f;
	padding: 80px 0;
	display: inline-block;
	position: relative;
	width: 100%;
}
.show-details .form-group{
	margin: 0 !important;
	display: flex;
	align-items: center;
}
.show-details .form-control:disabled, .form-control[readonly],
.show-details .form-select:disabled{
	background:none;
	padding: 0;
	border:none;

}
.items-details  figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ceck-out-right-div{
	background: #fff;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 15px 20px;
	min-height: 270px;
}
.comon-steps-div{
	background: #fff;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 15px 20px;
}
.comon-steps-div h2{

}
.comon-steps-div .form-select{
	background-color: #f1f1f1;
	padding: 15px;
	border: none;
}
.end-date, .cvv {
    display: flex;
    place-items: center;
}
.paymeny .custom-control-label {
    margin-bottom: 20px;
    font-weight: 600;
}
.end-date .form-select{
    margin-right: 5px;
    font-size: 13px;
}
.end-date label{
	font-family: 'Montserrat', sans-serif;
}
.cvv .form-control {
    width: 60%;
    margin-right: 8px;
}
#ac-2 {
    display: none;
}
.account-page-n {
    width: 100%;
}
.sucss-div {
    background: #fff;
    padding: 15px;
    margin: auto;
    width: 50%;
}
.sucss-div i {
    font-size: 45px;
    text-align: center;
    color: #febd2f;
    display: block;
    margin-bottom: 15px;
}

.order-dl {
    margin: 15px 0 0 0;
}
.order-dl h5 {
    border-bottom: solid 2px #febd2f;
    margin-bottom: 15px;
}
.order-dl p {
    color: #000;
    margin-bottom: 8px;
}
.order-dl p span:first-child {
    width: 150px;
    color: #000;
    display: inline-block;
}
.order-dl p span:last-child {
    margin-left: 8px;
    font-weight: 600;
    color: #febd2f;
}
.left-sec-d2 {
    margin-left: 15px;
}
.left-sec-d1 h4, .left-sec-d2 h4{
	font-size: 16px;
}
.comon-steps-div label{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 8px;
}
.comon-order-items{
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.item-count{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border-bottom: solid 1px #e9e8e8; */
	background: #f7f7f7;
	padding: 10px 25px 0;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #febd2f;
    color: #ffffff;
}
.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top:74%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #febd2f;
    left: 50%;
    width: 50%;
    border-color: #febd2f;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #febd2f;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #febd2f;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.ad-fm .row > div .form-group {
    margin-bottom: 15px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    display: grid;
    align-content: center;
    border-radius: 4px;
	height: 50px;
}
#datepicker .form-control{
	text-indent: 10px;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.wizard-fieldset {
    margin-top: 60px;
}

.check-out-page .table{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
}
.check-out-page thead {
    background: #febd2f;
    border: none;
	border-bottom: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.check-cr-pic {
    display: flex;
    place-items: center;
	align-items: center;
}
.close-bn {
    font-size: 23px;
}
.cr-pic-check {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-left: 10px;
}
.cr-pic-check img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wizard-fieldset h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 16px;
}
tbody, td, tfoot, th, thead, tr{
	vertical-align: middle;
}
.page-titel,
.oder-right-details h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 20px;
}
.price-am,
.delivery-am,
.discount-am{
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	justify-content: space-between;
	font-size:15px;
}
.price-am span{
	font-weight: 700;
	font-size: 20px;
}
.delivery-am span{
	font-size: 15px;
	font-weight: 500;
	color: #febd2f;
}
.discount-am span{
	font-weight: 500;
	font-size: 15px;
}
.oder-right-details{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 15px 20px;
}
.total-price{
	border-top: dotted 1px #bbb;
	padding-top: 10px;
}
.total-price p{
	text-transform: uppercase;
	font-weight: 600;
}
.total-price span{
	font-weight: 700;
	font-size: 20px;
}
.edit-bn1{
	background: #febd2f;
    border: none;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}

/* rating */
.rating { 
	border: none;
	margin:0px;
	margin-bottom: 18px;
	float: left;
  }
  
  .rating > input { display: none; } 
  
  .rating.star > label {
	  color: #bbb;
	  margin: 1px 20px 0px 0px;
	  background-color: #ffffff;
	  border-radius: 0;
	  height: 35px;
	  float: right;
	  width: 14px;
	  border:none;
  }
  fieldset.rating.star > label:before { 
	  margin-top: 0;
	  padding: 0px;
	  font-size:31px;
	  font-family: FontAwesome;
	  display: inline-block;
	  content: "\2605";
	  position: relative;
	  top: -9px;
  }
  .rating > label:before {
	  margin-top: 2px;
	  padding: 5px 12px;
	  font-size: 1.25em;
	  font-family: FontAwesome;
	  display: inline-block;
	  content: "";
  }
  .rating > .half:before { 
	content: "\f089";
	position: absolute;
  }
  .rating.star > label{
	background-color: transparent !important;
  }
  .rating > label { 
	  color: #fff;
	  margin: 1px 11px 0px 0px;
	  background-color: #78e2fb;
	  border-radius: 2px;
	  height: 16px;
	  float: right;
	  width: 16px;
	  border: 1px solid #c1c0c0;  
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { 
	  background-color:#f7a100!important;
	cursor:pointer;
  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { 
	  background-color:#f7a100!important;
	cursor:pointer;
  } 
  .rating.star:not(:checked) > label:hover, /* hover current star */
  .rating.star:not(:checked) > label:hover ~ label { 
	color:#f7a100!important;
	background-color: transparent !important;
	cursor:pointer;
  } /* hover previous stars in list */
  
  .rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
  .rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating.star > input:checked ~ label:hover ~ label { 
	color:#f7a100!important;
	cursor:pointer;
	background-color: transparent !important;
  } 
  .star_rating{
		  width: 500px;
	  margin: 0 auto;
	  border: 1px solid #ff0000;
	  padding: 3px 30px 72px 35px;
	  box-shadow: 0 0 15px red;
	  margin-top: 2%;
	  border-radius: 14px;
  }


.submit-review {
    background: #fff;
    box-shadow:0 1px 22px 0 rgb(0 0 0 / 9%);
    padding: 30px;
    margin-bottom: 30px;
	margin-top: 30px;
}
.submit-review h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.submit-review p {
    font-size: 14px;
	margin: 0;
}
.submit-review .form-control {
    border: none;
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
}

.submit-review .form-control {
    border: none;
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
}
.submit-review textarea {
    height: 150px !important;
    resize: none;
}
.sub-re {
    background: #febd2f;
    margin-left: 15px;
    color: #fff !important;
    margin-top: 7px;
    width: 150px;
    font-weight: 700;
}
/* rating ends */

.discount {
	position: absolute;
	z-index: 2;
	left: -4px;
    top: 10px;
  }
  .discount .discount-text {
	color: #fff;
	background: #ff1744;
	font-family:'Montserrat', sans-serif;
	font-size: 13px;
	padding: 8px;
	min-width: 50px;
	height: 50px;
	display: grid;
	align-content: center;
	font-weight:bold;
  }
  .discount .discount-text span {
	display: block;
	font-size:25px;
  }
  .discount .discount-text:before {
	content: " ";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 0 solid transparent;
	border-top: 7px solid #420909;
  }

.all-menu-inside .nav{
	margin-top: 35px;
	
}
.all-menu-inside .nav .nav-link{
	font-family:'Montserrat', sans-serif;
	color: #1a1c23 !important;
	font-weight: 600;
	border: solid 1px #e1e1e1;
    margin: 0 14px;
}
.all-menu-inside .nav .active{
	background: #febd2f;
	border: solid 1px #febd2f;
	color: #fff !important;
}

/* menu details */
.big-slide{
	 margin-bottom: 30px;
}
.big-slide .carousel-item{
	height:360px;
	overflow: hidden;
}
.big-slide .carousel-item img{
	object-fit: cover;
	 width: 100%;
	 height: 100%;
}
.menu-dl-right h2{
	font-weight: 600;
}
.sixe-menu-q li{
	margin: 0 5px;
}
.sixe-menu-q li a{
	border:solid 1px #bbb;
	font-family: 'Montserrat', sans-serif;
	color: #212529;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
}
.sixe-menu-q .active > a{
	border: solid 1px #febd2f;
	cursor: pointer;
	background: #febd2f;
}
.review-div-sec{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 15px 30px;
	display: inline-block;
	width: 100%;
}
.bottom-details{
	margin-top: 50px;
}
.bottom-details h2{
	font-family: 'Montserrat', sans-serif;
	color: #212529;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.comment-user-div .userp {
    width: 10%;
}
.comment-user-div .us-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}
.user-dsl h6 {
    color: #212529;
	display: flex;
}
.user-dsl h6 span {
    font-size: 13px;
    color: #baa244;
    display: block;
    margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}
.user-dsl h6 span:last-child {
    color: #666;
    font-weight: 500;
    margin-top: 3px;
}
.comment-user-div{
	display: flex;
	flex-wrap:wrap;
	border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
}
.review-div-sec > div:last-child{
	border-bottom: none;
}
.user-dsl{
	width: 80%;
}
.menu-dl-right h5{
	font-family: 'Montserrat', sans-serif;
	
	font-weight: 700;
    font-size: 15px;
}
.menu-dl-right h3{
	font-weight: 700;
	color: #febd2f;
}
.products-details-sec{
	margin-top: 50px;
}
.menu-img{
	height:476px;
	border-radius: 8px;
	overflow: hidden;
}
.menu-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ad-cart-bn{
	background: #2c2b30;
    background: -moz-linear-gradient(top, #2c2b30 0%, #050407 100%);
    background: -webkit-linear-gradient(top, #2c2b30 0%,#050407 100%);
    background: linear-gradient(to bottom, #2c2b30 0%,#050407 100%);
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 10px 25px;
}
.share-links{
	margin-top: 15px;
	
}
.share-links li a{
	margin: 0 10px;
	color: #212529;
}
.quantity-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	margin: 0;
	background: #f7f7f7;
    border-radius: 6px;
	padding: 10px;
	margin:15px 0;
  }
  
.quantity-btn {
background: transparent;
border: none;
outline: none;
margin: 0;
padding: 0px 8px;
cursor: pointer;
}
.quantity-btn svg {
width: 15px;
height: 15px;
}
.quantity-input {
outline: none;
user-select: none;
text-align: center;
width: 47px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
  
@keyframes slide-down {
		  0% {
			  transform: translateY(-100%);
		  } 
		  100% {
			  transform: translateY(0);
		  } 
	  }
	  
	  @keyframes slide {
		0% {
			opacity: 0;
			transform: translateY(50%);
		} 
		100% {
			opacity: 1;
			transform: translateY(0);
		} 
	}
button.close-menu {
	color: #fff !important;
	background: #323657;
	border-radius: 5px;
	display: block;
	margin: 40px 0 20px 6px;
	width: 100px;
	opacity: inherit;
	display: flex;
    place-items: center;
    justify-content: space-around;
}
.quick-link ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}
.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
}
.comon-contact{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 12%);
    padding: 23px 0;
    border-radius: 15px;
    width: 83%;
    margin: auto;
}
.comon-contact h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 19px;
}
.sp-top-1{
	margin-top: 70px;
}
.top-sec-1{
	background:#fff;
	background-position:left;
	position: relative;
	display: inline-block;
    width: 100%;
}
.category-showcase{
	position: relative;
	padding: 8px 0 0;
	background: #ffffff00;
	margin-top: -150px;
	z-index: 1000;
}
.category-circle-row{
	position: relative;
	padding: 4px 42px;
}
.category-circle-item{
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.category-item-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.category-circle-item .category-image{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 -28px 0;
	border: 10px solid #fff;

	transition: transform 0.25s ease, box-shadow 0.25s ease;
	position: relative;
	z-index: 2;
}
.category-circle-item .category-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.category-circle-item .category-badge {
	background: #d4a83a00;
	color: #1d1d1f;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 32px 42px 38px;
	border-radius: 0 0 120px 120px;
	min-width: 210px;
	text-align: center;
	transition: all 0.25s ease;
	position: relative;
	z-index: 1;
}

.category-circle-item .category-image figure {
	display: none;
}

.category-circle-item span {
	display: none;
}

.category-circle-item:hover .category-image{
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgb(254 189 47 / 30%);
}



.category-circle-item:hover,
.category-circle-item:hover .category-badge {
	color: #1d1d1f !important;
}
.category-circle-row .owl-stage{
	display: flex;
	align-items: flex-start;
}
.category-circle-row .owl-item{
	display: flex;
	justify-content: center;
}
.category-circle-row .owl-nav,
.category-circle-row .owl-dots{
	display: block;
}
.category-circle-row .owl-nav button.owl-prev,
.category-circle-row .owl-nav button.owl-next{
	position: absolute;
	top: 36%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	background: #1e1e1f !important;
	color: #fff !important;
	margin: 0;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 18px rgb(0 0 0 / 24%);
	transition: all 0.25s ease;
}
.category-circle-row .owl-nav{
	display: none !important;
}
.category-circle-row .owl-nav button.owl-prev{
	left: -6px;
}
.category-circle-row .owl-nav button.owl-next{
	right: -6px;
}
.category-circle-row .owl-nav button.owl-prev::before,
.category-circle-row .owl-nav button.owl-next::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: none;
}
.category-circle-row .owl-nav button.owl-prev i,
.category-circle-row .owl-nav button.owl-next i{
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
.category-circle-row .owl-nav button.owl-prev:hover,
.category-circle-row .owl-nav button.owl-next:hover{
	background: #febd2f !important;
	color: #171717 !important;
}
.category-circle-row .owl-nav button.owl-prev:hover i,
.category-circle-row .owl-nav button.owl-next:hover i{
	color: #171717;
}
.comon-contact h6 span{
	margin-top: 5px;
	font-size: 12px;
    font-weight: 600;
    color: #b9b9b9;
}
.middle-part-2{
	margin-top: 100px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.middle-part-2 figure{
	margin-bottom: 0;
	width: 98%;
	height: 480px;
	overflow: hidden;
	border-radius: 30px;
}
.middle-part-2 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.middle-part-2 figcaption{
	background:#febd2f;

}
.middle-part-2 h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 28px;
	margin-bottom: 30px;
}
.comon-abut-sec{
	display: flex;
	flex-wrap: wrap;
	align-items:start;
	margin-bottom: 15px;
}
.comon-abut-sec p{
	width:89%;
	margin-left: auto;
}
.comon-abut-sec h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #febd2f;

    font-size: 33px;
}
.comon-abut-sec p span{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #212529;
}
.comon-abut-sec p{
	font-size: 14px;
	color: #939393;
}
.ct-menu{
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	text-align: center;
	width: 100%;
	height: 250px;
	display: grid;
	align-content: center;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.5s;
	transform: scale(1);
}
.ct-menu:hover{
	transform: scale(1.1);
}
.ct-menu h5{
	text-transform: capitalize;
	color: #212529;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 20px;
}
.ct-menu figure{
	width: 65px;
	display: table;
	margin: auto;
}
.sec-menu-home > div:nth-child(2) .ct-menu{
	background:#07060b ;

}
.sec-menu-home > div:nth-child(4) .ct-menu{
	background:#febd2f ;

}
.sec-menu-home > div:nth-child(2) .ct-menu h5,
.sec-menu-home > div:nth-child(4) .ct-menu h5{
	color: #fff;
}
.sp-top-1 > div:first-child .comon-contact,
.sp-top-1 > div:last-child .comon-contact{
	box-shadow: none;
}
.comon-contact figure{
	width: 50px;
	margin: auto;
	margin-bottom: 10px;
}
.quick-link ul{
	padding-left: 0;
}
.quick-link ul li i{
	margin-right: 8px;
	font-size: 19px;
}
.side-media li {
    margin: 0 5px;
}
.side-media li a {
    background: #323657;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}
.logo-side {
    margin-bottom: 10px;
    display: inline-block;
}
.cart{
	position:relative;
	
}
.cart span i{
	color:#febd2f;
	font-size:20px !important;
	margin-right: 0 !important;
	
}
.book-atbs-div{
	position: relative;
	width: 100%;
	background: #febd2f;
	display: inline-block;
	margin-top: 90px;
	padding-bottom: 60px;
}
.cart small{
	width:20px;
	height:20px;
	border-radius:30px;
	background:#febd2f;
	display:grid;
    align-content: center;
    text-align: center;
	position: relative;
    right: 10px;
	color:#fff;
	font-size:12px;

}
.banner-part{
	width:100%;
	height:720px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	
}
.banner-part  .carousel-item img{
	object-fit: cover;
	width: 100%;
}
.banner-part .carousel-caption{
	left:0 !important;
	right:0 !important;
	bottom: inherit !important;
	top:50%;
	transform:translateY(-50%); 
	text-align: left; 
	
}
.banner-part .carousel-caption h1{
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	text-align: left;
}
.banner-part .carousel-caption h6{
	font-family: 'Architects Daughter', cursive;
	text-transform: capitalize;
	color: #14150c;
	font-size: 28px;
	text-align: left;
}
.banner-part .carousel-caption h1,
.banner-part .carousel-caption p{
	text-align:left;
	
}

.banner-part .carousel-inner h1{
	color:#febd2f;
}
.banner-part .carousel-inner h1 span{
	color:#212529;
}

.banner-part .carousel-inner p{
	color:#212529;
}
.banner-part .carousel-inner > .order-now{
	color:#fff;
	background:#febd2f;
	text-align:left;
	display:table;
}
.carousel-control-prev,
.carousel-control-next{
	color:#000;
	font-size:28px;
}

.order-now{
	margin-left: 0;
	text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2b30+0,050407+100 */
background: #2c2b30; /* Old browsers */
background: -moz-linear-gradient(top,  #2c2b30 0%, #050407 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2c2b30 0%,#050407 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2c2b30 0%,#050407 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2b30', endColorstr='#050407',GradientType=0 ); /* IE6-9 */


	color: #fff;
	border-radius:30px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 21px 10px -10px rgb(0 0 0 / 31%);
	cursor: pointer;
	transition: all ease-in-out 300ms;
}
.redmmore-bn{
	background: #2c2b30; /* Old browsers */
background: -moz-linear-gradient(top,  #2c2b30 0%, #050407 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2c2b30 0%,#050407 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2c2b30 0%,#050407 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2b30', endColorstr='#050407',GradientType=0 ); /* IE6-9 */
border-radius:30px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 21px 10px -10px rgb(0 0 0 / 31%);
	transition: all ease-in-out 300ms;
color: #fff;
}
.redmmore-bn i{
	margin-left: 2px;
}
.order-now i{
	margin-right: 5px;
	color: #febd2f;
}
.order-now:hover,
.redmmore-bn:hover,
.dishes-bn1:hover{
	box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px) scale(1.1);
	color: #fff;
}
.list-dish-div{
	margin-top: 90px;
}
.speacila-tabs-menu{
	margin-top: 80px;
	position: relative;
	display: inline-block;
	z-index: 2;
	width: 100%;
}
.list-dish-div h2,
.populer-dish-div h2,
.speacila-tabs-menu h2,
.combo-ofer h2,
.all-menu-div h2,
.ice-cream-div h2,
.testimonial-review h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}
.combo-ofer{
	margin-top: 100px;
	position: relative;
    z-index: 3;
}
.list-dish-div h2 span,
.populer-dish-div h2 span,
.speacila-tabs-menu h2 span,
.combo-ofer h2 span,
.all-menu-div h2 span,
.ice-cream-div h2 span,
.testimonial-review h2 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.testimonial-review h6{
	font-family: 'Montserrat', sans-serif;
}
.populer-dish-div .subtext{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #939393;
}
.contact-text h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
}
.contact-text h5 span{
	font-size: 16px;
	font-weight: 700;
	color: #febd2f;
	margin-top: 8px;
}
.contact-right-div textarea{
	height: 150px !important;
	resize: none;
}
.populer-dish-div{

	margin-top: 100px;
}
.items-menu{
  text-decoration: none;
  height: 384px;
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
  border-radius: 0 39px 0 39px;
  transform: scale(1);
  transition: all 0.5s;
}
.items-menu:hover{
	transform: scale(1.05);
}
.items-menu h5{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #2c2b30;
	font-weight: 700;
	text-transform: capitalize;
}
.items-menu h3{
	 color: #febd2f;
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 900;
	 font-size: 25px;
}
.items-menu figure{
	height: 200px;
	overflow: hidden;
}
.items-menu figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.titel-menu{
	display: flex;
	justify-content: space-between;
	padding: 0 13px;
	flex-wrap: wrap;
	align-items: center;
}
.menu-dets p{
	color: #939393;
	padding: 0 13px;
	font-size: 14px;
}
.reting-div{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	flex-wrap: wrap;
	align-items: center;
	
}
.reting-div span{
	color: #febd2f;
}
.rn-plush{
	background: #febd2f;
	color: #fff !important;
}
.list-dish-div p,
.speacila-tabs-menu h6{
	font-size: 17px;
    color: #939393;
}
.speacila-tabs-menu h6{
	font-family: 'Montserrat', sans-serif;
}
.list-work ul{
	display: flex;
    list-style-type: none;
	flex-wrap: wrap;
    justify-content: center;
    background: #323032;
    padding: 10px 7px;
    border-radius: 55px;
    width: 66%;
    margin: auto;
    justify-content: space-between;
	margin-top: 30px;
}
.mixitup-control-active{
	margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    
    border-radius: 30px;
	background: #febd2f;
	color: #323032 !important;
}
.each-items{
	text-decoration: none;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	display: inline-block;
	border-radius: 8px;
	height: 420px;
	overflow: hidden;
	text-align: center;
	margin: 30px 0 0 0;
	width: 100%;
}
.each-items figure{
	height: 230px;
	overflow: hidden;
	border-radius: 0 0 10px 0;
}
.each-items figure img{
	 width: 100%;
	 object-fit: cover;
	 height: 100%;
	 transform: scale(1);
	 transition: all 0.5s;
}
.each-items:hover figure img{
	transform: scale(1.2);
}
.each-items h5{
	font-family: 'Montserrat', sans-serif;
	color: #050407;
	font-size: 15px;
	font-weight: 600;
	margin-left: 10px;
}
.list-work ul li{
	margin: 0 6px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 10px 35px;
    font-size: 15px;
	cursor: pointer;
}
.oder-bn1{
	background: #2c2b30;
    background: -moz-linear-gradient(top, #2c2b30 0%, #050407 100%);
    background: -webkit-linear-gradient(top, #2c2b30 0%,#050407 100%);
    background: linear-gradient(to bottom, #2c2b30 0%,#050407 100%);
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 15px;
	margin-top: 15px;
}
.items-details h6{
	color: #febd2f;
	
}
.comboo-offer .items-details h6{
	font-size: 15px !important;
}

.comboo-offer .comboo-list .each-items {
	margin-top: 0;
}

.items-details h4{
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #2c2b30;
}
.each-items{

}
.carousel-indicators button{
	
	
	height: 80px !important;
	width:105px !important;
	margin-right: 15px !important;
	display: flex;
	
}
.carousel-indicators button span{
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	margin-right: 8px;
}
.banner-part .carousel-indicators{
	margin-left: 8%;
}
.carousel-indicators button figure {
	width: 100%;
	display: table;
	margin: auto;
	height: 100%;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	padding:5px;
}
.carousel-indicators button figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* .carousel-indicators [data-bs-target]{
	background-color: inherit !important;
	text-indent: inherit !important;
	opacity: 0.6 !important;
}
.carousel-indicators .active{
	opacity: 0.9 !important;

} */

.slider-unic-menu .owl-nav{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.slider-unic-menu .owl-prev:after{
	left:-45px;
	right: inherit;
}
.slider-unic-menu .owl-next:after{
	right: -45px;
	left: inherit;
	
}
.dishes-bn1{
	background: #2c2b30; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c2b30 0%, #050407 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2c2b30 0%,#050407 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2c2b30 0%,#050407 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2b30', endColorstr='#050407',GradientType=0 ); /* IE6-9 */
    border-radius:30px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 21px 10px -10px rgb(0 0 0 / 31%);
	transition: all ease-in-out 300ms;
    color: #fff;
	margin: auto;
	display: table;
	text-transform: capitalize;
	margin-top: 25px;
	z-index: 2;
	position: relative;
}
.offer-div-main{
	background: linear-gradient(135deg, #0d5c2e 0%, #1a7a40 45%, #0b4a24 100%);
	padding: 80px 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}

.offer-div-main::after {
	content: '';
	position: absolute;
	right: -60px;
	top: -60px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(255,255,255,0.04);
	z-index: 0;
}

.offer-text-col {
	position: relative;
	z-index: 1;
}

.offer-tag {
	display: inline-block;
	font-family: 'Architects Daughter', cursive;
	font-size: 22px;
	color: #f9b920;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}

.offer-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(32px, 3.2vw, 52px);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.offer-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255,255,255,0.82);
	margin-bottom: 22px;
	max-width: 460px;
}

.offer-validity {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: rgba(255,255,255,0.75);
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.offer-validity i {
	color: #f9b920;
	font-size: 18px;
}

.offer-validity strong {
	color: #f9b920;
}

.offer-book-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #0d5c2e;
	background: #f9b920;
	border: none;
	border-radius: 30px;
	padding: 14px 40px;
	letter-spacing: 0.04em;
	transition: all 0.25s ease;
	text-transform: uppercase;
}

.offer-book-btn:hover {
	background: #fff;
	color: #0d5c2e;
}

.offer-img-col {
	position: relative;
	z-index: 1;
	text-align: center;
}

.offer-figure {
	margin: 0;
	display: inline-block;
	filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
	transition: transform 0.4s ease;
}

.offer-figure:hover {
	transform: translateY(-8px);
}

.offer-figure img {
	max-height: 380px;
	width: auto;
	object-fit: contain;
}
.offer-div-main:before {
	position: absolute;
	content: "";
	background: url('../images/banner-pattern.png') repeat-x center center;
	background-size: auto 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	z-index: 2;
}

.testimonal-div:before,
 salad-menu-div:before,
 about-history-mn::before,
 team-div-ab:before{
	position: absolute;
    content: "";
    background: url(../images/chef-top-bg.png) repeat-x;
    top: -370px;
    width: 100%;
    height: 465px;
}

.book-atbs-div .chef-pic{
	position: absolute;
	bottom: -80px;
    z-index: 0;
    left: 40px;
}

.book-div-tab{
	margin-top:145px;
	position: relative;
	z-index: 2;
}
.book-div-tab h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.book-div-tab p{
	font-family: 'Open Sans', sans-serif;
}
.book-div-tab .form-control,
.book-div-tab .form-select{
	background-color: #fff;
	height: 50px;
	border: none;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}
.img-chef{
	position: relative;
	height: 100%;

}
.submit-table{
	    background: #2c2b30;
    background: -moz-linear-gradient(top, #2c2b30 0%, #050407 100%);
    background: -webkit-linear-gradient(top, #2c2b30 0%,#050407 100%);
    background: linear-gradient(to bottom, #2c2b30 0%,#050407 100%);
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
    font-size: 18px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 25px;

	margin-bottom: 30px;
}
.offer-div-main:after,
.testimonal-div:after,
.book-atbs-div:after,
 salad-menu-div:after,
.about-history-mn:after,
.team-div-ab:after{
	position: absolute;
    content: "";
    bottom: -350px;
    width: 100%;
    height: 465px;
}
.ice-cream-div{
	position: relative;
	display: inline-block;
	z-index: 3;
	width: 100%;
	padding: 100px 0;
}
.offer-div-main figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.offer-div-main:hover img{
	transform: scale(1.05);
}
.offer-div-main .row{
	align-items: center;
}
.offer-div-main h6{
	color: #f9b920;
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
}
.testimonal-div{
	margin-top: 150px;
	display: inline-block;
	width: 100%;
	z-index: 2;
	position: relative;
	background: #febd2f;
	padding: 100px 0;
}
.offer-div-main p{
	color: rgba(255,255,255,0.82);
	font-size: 16px;
}
.offer-div-main h5{
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.offer-div-main h5 span{
	color: #f9b920;
	margin-top: 5px;
}
.offer-div-main h2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(32px, 3.2vw, 52px);
}
.testmonial-slide{
	
		width: 70%;
    margin: auto;
    padding: 0;
	border-radius: 8px;	
}
.apps-div{
	background:url(../images/app-bg.png) ;
	padding: 30px;
	height:434px;
	display: grid;
	align-content: center;
    border-radius:10px;
	margin-top: 110px;
	background-size: cover;

}
.apps-div h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-left: 30px;
	text-transform: capitalize;
}
.apps-div p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-left: 30px;
}
.store-bn{
	display: inline-block;
    width: 150px;
    margin: 0 10px;

}
.floow-us{
	margin-top: 60px;
	display: inline-block;
	position: relative;
	z-index: 3;
}
.floow-us .container-fluid,
.floow-us .container-fluid .row{
   padding: 0;
   margin: 0;
}
.items-say{
	display: flex;
	flex-wrap: wrap;
}
.say-text{
	width: 80%;
	text-align: left;
	background: #fff;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	padding: 30px;
}
.floow-us figure{
	margin-bottom: 0;
	height: 162px;
}
.floow-us figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.floow-us a{
	position: relative;
    height: 161px;
    overflow: hidden;
    display: inline-block;
    width: 98%;
}
.floow-us a .icon-cm{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	display: table;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	transform: scale(0);
	transition: all 0.5s;
}
.floow-us a:hover .icon-cm{
	transform: scale(1);
}
.floow-us h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.floow-us h2 span{
	text-transform: capitalize;
	font-weight: 700;
}
.apps-div .row{
	align-items: center;
}
.testimonal-div h2{

	font-family: 'Montserrat', sans-serif;
}
.items-say figure{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
	border: solid 3px #fff;
}
.items-say p{
	color: #939393;
	margin-top: 15px;
}
.items-say h6{
    color: #febd2f !important;
}
.items-say h5{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
}
.items-say h5 span{
	font-weight: 500;
	font-size: 14px;
	color: #939393;
	text-transform: capitalize;
}
.testimonal-div h6{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
    color: #fff;
}
.comon-food{
	height: 300px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
	border-radius: 20px;
	display: inline-block;
	width: 95%;
	margin-top: 30px;
}
.inside-combo {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.inside-combo img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transform:scale(1);
	
}
.combo-del{
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,e5e5e5+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
 position: absolute;
 width: 100%;
 left: 0;
 right: 0;
 bottom: 0;
    height: 171px;
    padding: 30px 20px 25px;
}
.combo-del h2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 45px;
	margin-top: 20px;
}
.combo-del h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.comon-food .inside-combo:hover img{
	transform:scale(1.2);
}
.testimonal-div h2 span{

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.td-book{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,e5e5e5+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
color: #07060b;
font-family: 'Montserrat', sans-serif;
border-radius: 29px;
padding: 13px 40px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 19px;
}
.banner-part .carousel .active .carousel-caption h1{
	animation: fadeInleft 0.5s ease-in-out;
	font-weight:700;
	
	}
.banner-part .carousel .active .carousel-caption p{
	animation: fadeInRight 0.5s ease-in-out;
	font-weight:400;
	
	}
.banner-part .carousel .active .carousel-caption .order-now{
	animation: fadeInUp 0.5s ease-in-out;
}
@keyframes fadeInleft{
	0%{
		opacity:0;
		transform:translateX(-30px);
	}
	100%{
		opacity:1;
		transform:translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		transform:translateX(30px);
	}
	100%{
		opacity:2;
		transform:translateX(0px);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		transform:translateY(-30px);
	}
	100%{
		opacity:1;
		transform:translateY(0px);
	}
}
form{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.banner-text h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#febd2f;
	font-size:30px;
}
.banner-text h1 span{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.banner-part > img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.from-sec-div{
	background:#fff;
	border-radius:100px;
    padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
	
}
.from-sec-div .comon-sec{
	display:flex;
	align-items: center;
    width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i{
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after{
	display:none;
}
.from-sec-div .comon-sec:after{
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control{
	border:none;
}
.btnh-submit{
	font-size:35px;
	color:#febd2f;
	width:auto;
	
}
.how-it-work{
	
    background-position-y: 20px;
    
	overflow: hidden;
}

.how-it-work::before,
.how-it-work::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: contain;

	filter: none;
}

.how-it-work::before {
	left: -112px;
	bottom: -6px;
	width: 430px;
	height: 286px;
	background-position: left bottom;
	clip-path: ellipse(76% 72% at 62% 62%);
	transform: rotate(10deg) scaleX(-1);
}

.how-it-work::after {
	right: -94px;
	top: -3px;
	width: 328px;
	height: 216px;
	background-position: right top;
	clip-path: ellipse(82% 78% at 42% 42%);
	transform: rotate(-8deg);
}

.how-it-work .container {
	position: relative;
	z-index: 1;
}

.sec-d1 h1{
	font-size:36px;
	font-weight:700;
	text-transform:capitalize;
	line-height:35px;
}
.sec-d1 h1 span{
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
}

.comon-items{
	text-align:center;
	display:block;
}
.comon-items .icon-fs{
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
    text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i{
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#febd2f;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
    top: 7px;
	z-index:1;
}
.comon-items h5{
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span{
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}

.how-it-work {
	background-color: white;
	padding: 0px 0 44px;
	position: relative;
}

.food-values-brand {
	width: 124px;
	height: 124px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 38px rgb(0 0 0 / 12%);
	display: grid;
	place-items: center;
	border: 6px solid #f6f1df;
}

.food-values-brand img {
	width: 78px;
	height: auto;
	display: block;
}

.how-it-work .sec-d1 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(34px, 3.1vw, 50px);
	font-weight: 800;
	text-transform: none;
	line-height: 1.15;
	letter-spacing: 0.01em;
	margin-bottom: 14px;
	color: #1f2a20;
}

.how-it-work .sec-d1 h1 span {
	display: block;
	font-family: 'Karla', sans-serif;
	font-size: clamp(18px, 1.7vw, 26px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4d6b2f;
	margin-top: 10px;
}

.food-values-intro {
	max-width: 900px;
	margin: 0 auto 44px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: #485647;
}

.food-values-grid {
	row-gap: 22px;
}

.food-value-card {
	text-align: center;
	padding: 24px 24px 20px;
	background: linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(249 252 243 / 90%));
	border: 1px solid #d8e4cc;
	border-radius: 22px;

	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.food-value-card:hover {
	transform: translateY(-5px);
	border-color: #b8cf9f;
	box-shadow: 0 18px 32px rgb(62 91 35 / 16%);
}

.food-value-icon {
	width: 86px;
	height: 86px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	font-size: 40px;
	line-height: 1;
	color: #0d7a43;
	background: linear-gradient(140deg, #eff8df, #fff);
	border: 1px solid #cfe0bc;
	border-radius: 50%;
}

.food-value-card h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(22px, 1.6vw, 28px);
	font-weight: 700;
	line-height: 1.28;
	color: #2e5127;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
}

.food-value-card p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.72;
	color: #486550;
	margin: 0;
}

.value-chain-section {
	
	padding: 92px 0 84px;
	position: relative;
	overflow: hidden;
}

.value-chain-section::before,
.value-chain-section::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 36px;
	pointer-events: none;
	z-index: 0;
	background: url('../images/banner-pattern.png') repeat-x center;
	background-size: auto 36px;
	opacity: 0.85;
}

.value-chain-section .container {
	position: relative;
	z-index: 1;
}

.value-chain-section::before {
	top: 0;
}

.value-chain-section::after {
	bottom: 0;
	transform: rotate(180deg);
}

.value-chain-section h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(34px, 3.1vw, 50px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #1f2a20;
	margin-bottom: 46px;
}

.value-chain-steps {
	margin-bottom: 42px;
	row-gap: 18px;
}

.value-chain-item {
	text-align: center;
	padding: 20px 14px 18px;
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 234, 0.95));
	border: 1px solid #cfe0ba;
	border-radius: 20px;
	
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.value-chain-item:hover {
	transform: translateY(-5px);
	border-color: #b7ce9a;
	box-shadow: 0 18px 34px rgb(65 95 37 / 17%);
}

.value-chain-steps > .col {
	position: relative;
}

.value-chain-steps > .col:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	width: 14px;
	height: 2px;
	background: linear-gradient(90deg, #9dbc79, #6d9b49);
	transform: translateY(-50%);
	opacity: 0.55;
	z-index: 2;
}

.value-chain-icon {
	font-size: 42px;
	line-height: 1;
	color: #0d7a43;
	margin-bottom: 14px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(145deg, #f3fbe6, #ffffff);
	border: 1px solid #cfe0bc;
	box-shadow: 0 8px 18px rgb(61 93 35 / 12%);
}

.value-chain-item h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #2e5127;
	margin: 0;
}

.value-chain-copy {
	max-width: 920px;
	margin: 0 auto 34px;
}

.value-chain-copy p {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.86;
	color: #485647;
	margin-bottom: 12px;
}

.value-chain-btn {
	min-width: 170px;
	height: 52px;
	border: 1px solid #0d7a43;
	border-radius: 999px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 50px;
	color: #0d7a43;
	background: linear-gradient(180deg, #f9fdf1, #eff8de);
	padding: 0 30px;
	transition: all 0.25s ease;
	box-shadow: 0 10px 22px rgb(60 94 38 / 12%);
}

.value-chain-btn:hover {
	background: #0d7a43;
	color: #fff;
	transform: translateY(-2px);
}

/* ===== Product Portfolio Section ===== */
.product-portfolio-section {
	position: relative;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.32) 36%, rgba(0, 0, 0, 0) 100%),
		url('../images/homebg.png') center / cover no-repeat fixed;
	overflow: hidden;
}

.pp-brush {
	display: block;
	width: 100%;
	overflow: hidden;
}

.pp-brush-top {
	height: 72px;
	background: #e8f0d7;
	clip-path: polygon(
		0% 100%,
		0% 55%,
		1% 38%, 2% 22%, 3.5% 30%, 5% 45%, 6% 60%,
		7% 48%, 8% 28%, 9.5% 18%, 11% 10%, 12% 8%, 13% 14%,
		14% 26%, 15% 40%, 16% 52%, 17% 42%, 18% 28%,
		19% 16%, 20.5% 6%, 22% 4%, 23% 10%, 24% 22%,
		25% 36%, 26% 50%, 27% 38%, 28% 22%, 29.5% 12%,
		31% 6%, 32% 8%, 33% 18%, 34% 32%, 35% 46%,
		36% 34%, 37% 20%, 38.5% 10%, 40% 6%, 41% 10%,
		42% 22%, 43% 36%, 44% 48%, 45% 38%, 46% 24%,
		47% 14%, 48.5% 8%, 50% 6%, 51% 12%, 52% 24%,
		53% 38%, 54% 50%, 55% 38%, 56% 24%, 57.5% 12%,
		59% 6%, 60% 8%, 61% 18%, 62% 32%, 63% 46%,
		64% 36%, 65% 20%, 66.5% 10%, 68% 6%, 69% 10%,
		70% 22%, 71% 36%, 72% 48%, 73% 36%, 74% 22%,
		75.5% 12%, 77% 6%, 78% 10%, 79% 22%, 80% 36%,
		81% 48%, 82% 36%, 83.5% 22%, 85% 12%, 86% 8%,
		87% 16%, 88% 30%, 89% 44%, 90% 34%, 91% 20%,
		92.5% 10%, 94% 6%, 95% 12%, 96% 26%, 97% 40%,
		98% 52%, 99% 42%, 100% 55%,
		100% 100%
	);
}

.pp-brush-bottom {
	height: 72px;
	background: #e8f0d7;
	clip-path: polygon(
		0% 0%,
		0% 45%,
		1% 62%, 2% 78%, 3.5% 70%, 5% 55%, 6% 40%,
		7% 52%, 8% 72%, 9.5% 82%, 11% 90%, 12% 92%, 13% 86%,
		14% 74%, 15% 60%, 16% 48%, 17% 58%, 18% 72%,
		19% 84%, 20.5% 94%, 22% 96%, 23% 90%, 24% 78%,
		25% 64%, 26% 50%, 27% 62%, 28% 78%, 29.5% 88%,
		31% 94%, 32% 92%, 33% 82%, 34% 68%, 35% 54%,
		36% 66%, 37% 80%, 38.5% 90%, 40% 94%, 41% 90%,
		42% 78%, 43% 64%, 44% 52%, 45% 62%, 46% 76%,
		47% 86%, 48.5% 92%, 50% 94%, 51% 88%, 52% 76%,
		53% 62%, 54% 50%, 55% 62%, 56% 76%, 57.5% 88%,
		59% 94%, 60% 92%, 61% 82%, 62% 68%, 63% 54%,
		64% 64%, 65% 80%, 66.5% 90%, 68% 94%, 69% 90%,
		70% 78%, 71% 64%, 72% 52%, 73% 64%, 74% 78%,
		75.5% 88%, 77% 94%, 78% 90%, 79% 78%, 80% 64%,
		81% 52%, 82% 64%, 83.5% 78%, 85% 88%, 86% 92%,
		87% 84%, 88% 70%, 89% 56%, 90% 66%, 91% 80%,
		92.5% 90%, 94% 94%, 95% 88%, 96% 74%, 97% 60%,
		98% 48%, 99% 58%, 100% 45%,
		100% 0%
	);
}

.pp-inner {
	background: linear-gradient(180deg, rgba(233, 242, 221, 0), rgba(233, 242, 221, 0));
	padding: 72px 0 64px;
}

.pp-content {
	position: relative;
	z-index: 1;
}

.pp-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(34px, 3.1vw, 50px);
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow: 0 4px 18px rgb(0 0 0 / 35%);
	line-height: 1.15;
	margin-bottom: 30px;
}

.pp-organic-copy {
	max-width: 980px;
	margin: 0 auto 36px;
	padding: 18px 26px;
	background: linear-gradient(180deg, rgb(255 255 255 / 88%), rgb(255 255 255 / 74%));
	border: 1px solid rgb(255 255 255 / 62%);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgb(0 0 0 / 16%);
	backdrop-filter: blur(2px);
}

.pp-organic-copy p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.78;
	color: #1d2e1d;
	margin: 0 0 10px;
}

.pp-organic-copy p:last-child {
	margin-bottom: 0;
}

.pp-organic-copy strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #0f673b;
}

/* -- Badge Icons -- */
.pp-icons-row {
	gap: 34px !important;
	margin-bottom: 46px;
}

.pp-badge-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pp-badge-leaves {
	display: flex;
	gap: 6px;
	margin-bottom: -12px;
	position: relative;
	z-index: 2;
}

.pp-badge-leaves .fa-leaf {
	font-size: 24px;
	color: #1a5c38;
}

.pp-badge-leaves .fa-leaf:first-child {
	transform: rotate(-28deg) translateY(5px);
}

.pp-badge-leaves .fa-leaf:last-child {
	transform: rotate(28deg) translateY(5px);
}

.pp-badge-circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid #1a5c38;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 14px;
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 10px 24px rgb(36 72 50 / 12%);
}

.pp-badge-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #1a5c38;
	display: block;
}

.pp-badge-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #1a5c38;
	line-height: 1.4;
	display: block;
}

.pp-badge-big-icon {
	font-size: 36px;
	margin-bottom: 6px;
	color: #1a5c38;
}

/* -- Stats Bar -- */
.pp-stats-bar {
	background: #1a5c38;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 30px;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 40px;
	box-shadow: 0 14px 30px rgb(20 54 34 / 22%);
}

.pp-stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 28px;
	min-width: 110px;
	text-align: center;
}

.pp-stat-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.pp-stat-lbl {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.4;
	margin-top: 5px;
}

.pp-stat-divider {
	display: inline-block;
	width: 1px;
	height: 42px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}

/* -- Explore Button -- */
.pp-explore-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1a5c38;
	background: #fff;
	border: none;
	border-radius: 999px;
	height: 50px;
	padding: 0 40px;
	line-height: 50px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: all 0.25s ease;
	box-shadow: 0 10px 20px rgb(26 92 56 / 18%);
}

.pp-explore-btn:hover {
	background: #1a5c38;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	.pp-inner {
		padding: 56px 0 50px;
	}

	.pp-heading {
		font-size: clamp(28px, 6vw, 38px);
		margin-bottom: 24px;
	}

	.pp-organic-copy {
		max-width: 100%;
		margin-bottom: 28px;
		padding: 14px 16px;
		border-radius: 12px;
	}

	.pp-organic-copy p {
		font-size: 15px;
		line-height: 1.7;
	}

	.pp-icons-row {
		gap: 24px !important;
		margin-bottom: 34px;
	}

	.pp-badge-circle {
		width: 120px;
		height: 120px;
	}

	.pp-badge-num {
		font-size: 21px;
	}

	.pp-stat-item {
		padding: 0 18px;
	}

	.pp-stat-num {
		font-size: 28px;
	}

	.pp-explore-btn {
		height: 46px;
		line-height: 46px;
		padding: 0 32px;
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.pp-heading {
		font-size: 30px;
		line-height: 1.2;
	}

	.pp-organic-copy {
		padding: 12px 12px;
		margin-bottom: 22px;
	}

	.pp-organic-copy p {
		font-size: 14px;
		line-height: 1.62;
	}

	.pp-icons-row {
		gap: 16px !important;
	}

	.pp-badge-circle {
		width: 100px;
		height: 100px;
		padding: 10px;
	}

	.pp-badge-num {
		font-size: 18px;
	}

	.pp-badge-text {
		font-size: 10px;
	}

	.pp-badge-big-icon {
		font-size: 28px;
	}

	.pp-stats-bar {
		padding: 16px 14px;
		border-radius: 24px;
		gap: 10px;
	}

	.pp-stat-item {
		min-width: 92px;
		padding: 0 8px;
	}

	.pp-stat-num {
		font-size: 22px;
	}

	.pp-stat-lbl {
		font-size: 11px;
	}

	.pp-stat-divider {
		display: none;
	}
}

.sec-d2{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1{
	font-size:36px;
}
.sec-d2 h1 span{
	font-weight:700;
}
.fl-sr-bn li{
	margin:0 5px;
}
.fl-sr-bn li a,
.fl-sr-bn li .btn{
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn{
	border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}


.food-list a{
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i{
	color:#FC0;
}
.food-list figure{
	height:250px;
	overflow:hidden;
	margin:0;
}

.food-list figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title{
	font-weight:700;
	color:#212529;
}
.off-text{
	position:absolute;
	left:10px;
	top:12px;
	background:#febd2f;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer{
	background-color:#fff;
}
.food-list .card-footer p{
	margin-bottom:5px;
	font-weight:700;
	color:#febd2f;
}
.food-list .card-footer i{
	color:#febd2f;
}
.food-list .card-footer small{
	color:#000 !important;
}
.card:hover figure img{
	transform:scale(1.2);
}
.salad-menu-div h2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.sec-d3{
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
    height: 400px;
}
.sec-d3 h1,
.sec-d3 p{
	color:#fff;
	text-align:center;
}
.sec-d3 p{
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1{
	font-weight:700;
	text-transform:capitalize;
	color:#febd2f;
}
.sec-d4{
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1{
	font-weight:700;
}
.sec-d4{
}
.sec-d4 .card{
	background:#febd2f;
	border:solid 1px #fff;
	color:#fff;
	overflow:hidden;
	border-radius:8px;
	width: 95%;
}
.sec-d4 .card figure{
	height:250px;
	overflow:hidden;
	margin:0;
}
.sec-d4 .card h5{
	font-weight:700;
	
}
.sec-d4 .card figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.sec-d4 .card-footer{
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p{
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted{
	color:#fff !important;
}
.sec-d5{
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4{
	font-weight:700;
}
.restarn-link{
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li{
	margin:5px;
}
.restarn-link li a{
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
	
}
.restarn-link li a:hover,
.restarn-link li a:hover i{
	background:#febd2f;
	color:#fff;
}
.restarn-link li a i{
	color:#febd2f;
}
.sec-d6,
.sec-d7{
	padding:50px 0;
}

.sec-d7 .restarn-link{
	columns: 3;
  -webkit-columns:3;
  -moz-columns: 3;
   list-style-position: inside;
  display:block;
}
.sec-d7 .restarn-link li a{
	background:#febd2f;
	color:#fff;
	width:80%;
}
.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i{
	background:#212529;
}
.sec-d7 .restarn-link li a i{
	color:#fff;
}
.sec-d7 .form-group{
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control{
	border:none;
}
.sec-d7 .form-group .btn{
	background:#febd2f;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover{
	background:#212529;
}
.sec-d7 h5{
	font-weight:600;
	text-transform:capitalize;
}
footer{
	padding:50px 0 0 0;
	display: inline-block;
    width: 100%;
	background: #1c1c1d;
	margin-top:0;
	background-size:cover;
	position: relative;
}

/* ===== Our Story Section ===== */
.our-story-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.our-story-inner {
	background: #f9b920;
	padding: 60px 0 56px;
}

/* Brush stroke top edge using SVG clip */
.our-story-brush {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.our-story-brush-top {
	height: 72px;
	background: #f9b920;
	clip-path: polygon(
		0% 100%,
		0% 55%,
		1% 38%, 2% 22%, 3.5% 30%, 5% 45%, 6% 60%,
		7% 48%, 8% 28%, 9.5% 18%, 11% 10%, 12% 8%, 13% 14%,
		14% 26%, 15% 40%, 16% 52%, 17% 42%, 18% 28%,
		19% 16%, 20.5% 6%, 22% 4%, 23% 10%, 24% 22%,
		25% 36%, 26% 50%, 27% 38%, 28% 22%, 29.5% 12%,
		31% 6%, 32% 8%, 33% 18%, 34% 32%, 35% 46%,
		36% 34%, 37% 20%, 38.5% 10%, 40% 6%, 41% 10%,
		42% 22%, 43% 36%, 44% 48%, 45% 38%, 46% 24%,
		47% 14%, 48.5% 8%, 50% 6%, 51% 12%, 52% 24%,
		53% 38%, 54% 50%, 55% 38%, 56% 24%, 57.5% 12%,
		59% 6%, 60% 8%, 61% 18%, 62% 32%, 63% 46%,
		64% 36%, 65% 20%, 66.5% 10%, 68% 6%, 69% 10%,
		70% 22%, 71% 36%, 72% 48%, 73% 36%, 74% 22%,
		75.5% 12%, 77% 6%, 78% 10%, 79% 22%, 80% 36%,
		81% 48%, 82% 36%, 83.5% 22%, 85% 12%, 86% 8%,
		87% 16%, 88% 30%, 89% 44%, 90% 34%, 91% 20%,
		92.5% 10%, 94% 6%, 95% 12%, 96% 26%, 97% 40%,
		98% 52%, 99% 42%, 100% 55%,
		100% 100%
	);
}

.our-story-brush-bottom {
	height: 72px;
	background: #f9b920;
	clip-path: polygon(
		0% 0%,
		0% 45%,
		1% 62%, 2% 78%, 3.5% 70%, 5% 55%, 6% 40%,
		7% 52%, 8% 72%, 9.5% 82%, 11% 90%, 12% 92%, 13% 86%,
		14% 74%, 15% 60%, 16% 48%, 17% 58%, 18% 72%,
		19% 84%, 20.5% 94%, 22% 96%, 23% 90%, 24% 78%,
		25% 64%, 26% 50%, 27% 62%, 28% 78%, 29.5% 88%,
		31% 94%, 32% 92%, 33% 82%, 34% 68%, 35% 54%,
		36% 66%, 37% 80%, 38.5% 90%, 40% 94%, 41% 90%,
		42% 78%, 43% 64%, 44% 52%, 45% 62%, 46% 76%,
		47% 86%, 48.5% 92%, 50% 94%, 51% 88%, 52% 76%,
		53% 62%, 54% 50%, 55% 62%, 56% 76%, 57.5% 88%,
		59% 94%, 60% 92%, 61% 82%, 62% 68%, 63% 54%,
		64% 64%, 65% 80%, 66.5% 90%, 68% 94%, 69% 90%,
		70% 78%, 71% 64%, 72% 52%, 73% 64%, 74% 78%,
		75.5% 88%, 77% 94%, 78% 90%, 79% 78%, 80% 64%,
		81% 52%, 82% 64%, 83.5% 78%, 85% 88%, 86% 92%,
		87% 84%, 88% 70%, 89% 56%, 90% 66%, 91% 80%,
		92.5% 90%, 94% 94%, 95% 88%, 96% 74%, 97% 60%,
		98% 48%, 99% 58%, 100% 45%,
		100% 0%
	);
}

.our-story-content {
	text-align: center;
}

.our-story-discover {
	font-family: 'Caveat', cursive, 'Dancing Script', cursive;
	font-size: 38px;
	font-weight: 400;
	color: #2d2100;
	margin-bottom: 4px;
	font-style: italic;
}

.our-story-heading {
	font-family: 'Merriweather', serif;
	font-size: clamp(28px, 2.4vw, 42px);
	font-weight: 800;
	color: #1a1400;
	margin-bottom: 28px;
}

.our-story-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.85;
	color: #2d2100;
	max-width: 860px;
	margin: 0 auto 20px;
}

/* ===== New Footer Styles ===== */
.footer-new {
	background: linear-gradient(110deg, #1f7a45 0%, #155c39 45%, #febd2f 100%) !important;
	padding: 78px 0 24px !important;
	border-top: 0;
}

.footer-main {
	max-width: 1220px;
	margin: 0 auto;
}

.footer-main-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 56px;
	line-height: 1.08;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 22px;
	letter-spacing: 0.01em;
}

.footer-main-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.94);
	max-width: 1240px;
	margin: 0 auto 38px;
}


.footer-contact-row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.footer-contact-row-single {
	margin-bottom: 40px;
}

.footer-contact-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 18px 9px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.36);
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.3;
	text-align: center;
}

.footer-contact-pill i {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.95);
}

.footer-contact-pill:hover {
	color: #d9ffbf;
	border-bottom-color: rgba(217, 255, 191, 0.75);
}

.footer-contact-pill:hover i {
	color: #d9ffbf;
}

.footer-col-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
	letter-spacing: 0.01em;
}

.footer-col-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.75;
	margin: 0;
}

.footer-hr {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.42);
	margin: 0 0 34px;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 42px;
	margin-bottom: 32px;
}

.footer-nav a {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-nav a:hover {
	color: #d9ffbf;
}

.footer-socials {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 26px;
}

.footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: #ffffff;
	color: #2e2e2e;
	font-size: 22px;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.footer-social-icon:hover {
	transform: translateY(-2px);
	background: #d9ffbf;
	color: #173323;
}

.footer-copy {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.92);
	padding: 8px 0 0;
	margin: 0;
	border-top: 0;
}

.footer-tc {
	color: #d9ffbf;
	text-decoration: none;
}

.footer-tc:hover {
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.footer-main-title {
		font-size: 46px;
	}

	.footer-main-subtitle {
		font-size: 27px;
	}

	.footer-contact-pill {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.footer-new {
		padding: 62px 0 20px !important;
	}

	.footer-main-title {
		font-size: 38px;
	}

	.footer-main-subtitle {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.footer-contact-pill {
		font-size: 18px;
	}

	.footer-contact-pill i {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.footer-main-title {
		font-size: 30px;
	}

	.footer-main-subtitle {
		font-size: 18px;
		line-height: 1.55;
	}

	.footer-contact-row {
		gap: 12px;
	}

	.footer-contact-pill {
		font-size: 16px;
		padding: 0 10px 8px;
	}

	.footer-contact-row-single {
		margin-bottom: 30px;
	}

	.footer-social-icon {
		width: 44px;
		height: 44px;
		font-size: 19px;
	}

	.footer-copy {
		font-size: 15px;
	}
}

footer .row > div:nth-child(2) .comon-footer{
	display: grid;
    justify-content:flex-end;
}
footer .row > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .row > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
.mobile { display: none; }
.comon-footer h5{
	font-size:16px;
	font-weight:600; 
	
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.comon-footer ul{
	margin:0;
	padding: 3px 0 0 18px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}
.comon-footer ul li{
	line-height:30px;
}
.comon-footer ul li a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
	transition:all 0.5s;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.comon-footer p{
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-size: 13px;
}
.comon-footer ul li a:hover{
	color:#febd2f;
}

.comon-footer .list-unstyled{
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li a{
	margin:0 5px;
	font-size:24px;
}
.sec-d8{
	padding:0;
	background:#febd2f;
	height: 294px;
}
.text-apps h3{
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps{
	display: grid;
    align-content: center;
    height: 100%;
}
.text-apps p{
	color:#fff;
}
.sec-d8 figure{
	position:relative;
	top:-20px;
}
.sec-d8 figure > img{
	display: block;
    margin-left: auto;
}
.sec-d8 .row{
	width:90%;
}
.active-new2{
	background:#febd2f !important;
	color:#fff;
}












.range-slider {
  width: 300px;
  text-align: left;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 300px;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}
.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.comon-menu-inside{
	display: inline-block;
	position: relative;
	width: 100%;
}









.mobile { display: none; }

.filter-container { padding: 40px 0; text-align: center; }

.filter-list { background: #323032;
    padding: 10px 7px;
    border-radius: 55px;
    width: 43%;
    margin: auto;
	display: flex;
    justify-content: center;
	list-style-type: none;
 }

.filter-list li { position: relative; display: inline-block;
	 padding: 10px 20px; margin: 0 2px; font-weight: 600; cursor: pointer; font-size: 14px; 
	  letter-spacing: 0.64px; text-transform: uppercase; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
	  border-radius: 30px; }

.filter-list li { color: #fff; }

.filter-list li:hover { background-color: #ed1b24; color: #fff; }

.filter-list li.mixitup-control-active { background-color: #febd2f; color: #fff;     
	
 }

.filt-container { margin: 0 auto; font-size: 0; }



.tabs-menu-1 .each-items h5{
	text-align: left;
	margin-left: 0;
}
.tabs-menu-1 .each-items h5 span{
	font-size: 13px;
    color: #ed1b24;
    margin-top: 9px;
}
.tabs-menu-1 .each-items h4{
	color: #febd2f;
	font-size: 22px;
}
.tabs-menu-1 .each-items{
	 height:342px;
	 text-align: left;
}
.speacila-tabs-menu .tabs-menu-1 .each-items{
	height:360px;
}
.offcanvas-body .nav-link {
	color: #323657;
}
.cm-order .d-block{
	font-size: 14px;
}
.cm-order i{
	color: #eda31b;
}
.order-bn-now{
	border: solid 1px #bbb;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
	transition: all 0.5s;
}
.order-bn-now:hover{
	background: #050407;
	color: #fff !important;
}
@media screen and ( max-width: 768px ) {
  .mobile { display: block; }
  .desktop { display: none; }
}

















@media (min-width: 1890px){
	.offer-div-main{
		margin-top: 50px;
	}
	.slide-2,
	.slide-1,
	.slide-3{
		
		width: 100%;
		margin: auto;
		background-position: center;
	}
	.slider-content{
		width: 59%;
	}
	.slider-content p{
		width: 50%;
	}
	.slider-pagination{
		bottom: 0;
		left: 0;
		right: 0;
	}
	.sub-page-banner-div{
		height: 424px;
	}
	.sub-banner-text{
		height: 354px;
	}
}
@media (max-width: 1180px){
	.top-head .nav-link{
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (max-width: 1080px){
	/* banner */
    .about-page-mn{
		padding-top: 0;
	}
	.slider > .img-div{
		width: 37%;
		left: 0;
		bottom: 80px;
	}
	.slider h2{
		font-size: 46px;
	}
	.slider-content{
		width:60%;
	}
	.slider > .leaf-pic3,
	.leaf-pic2 {
		display: none;
	}
	.banner-part{
		height: 550px;
	}
	.slider-pagination{
		bottom: 0;
	}
	.top-head .signiup{
		font-size: 15px !important;
	}
	.list-work ul{
		width: 76%;
	}
	.slider > .tomato img,
	.slider > .chill img,
	.leaf-pic2 img,
	.leaf-pic3 img,
	.leaf-pic1 img{
		width: 60%;
	} 
	.items-menu{
		height: 434px;
	}
	.comon-menu-div-part .menu-titel h5:after{
		right: 20px;
		width: 100px;
	}
	.comboo-offer .row:after{
		display: none;
	}
	.comboo-offer .each-items{
		height: 337px;
	}
	.sub-page-banner-div{
		height: 240px;
	}
	.speacila-tabs-menu{
		margin-top: 0;
	}
	.tomato3-sub,
	.tomato-sub{
		display: none;
	}
}
@media (max-width: 1024px){
	.offer-div-main{
		margin-top: 80px;
		padding: 80px 0;
	}
	.top-head .nav-link{
		padding-left: 9px !important;
        padding-right: 9px !important;
	}
	.items-menu{
		height: 424px;
		margin: auto;
		width: 80%;
		display: table;
	}
	.input-group-addon{
		display: none;
	}

	/* banner */

	.slider > .img-div{
		width: 37%;
		left: 0;
		bottom: 80px;
	}
	.slider h2{
		font-size: 46px;
	}
	.slider-content{
		width:60%;
	}
	.slider > .leaf-pic3,
	.leaf-pic2 {
		display: none;
	}
	.banner-part{
		height: 550px;
	}
	.slider-pagination{
		bottom: 0;
	}
	.top-head .signiup{
		font-size: 15px !important;
	}
	.list-work ul{
		width: 76%;
	}
	.slider > .tomato img,
	.slider > .chill img,
	.leaf-pic2 img,
	.leaf-pic3 img,
	.leaf-pic1 img{
		width: 60%;
	} 
	.comon-menu-div-part .menu-titel h5:after{
		right: 20px;
		width: 102px;
	}
	.myc-day-time-container{
		padding: 15px 0;
        font-size: 14px;
	}
	.tomato3-sub,
	.tomato-sub{
		display: none;
	}
	.sub-page-banner-div{
		height: 240px;
	}
	.speacila-tabs-menu{
		margin-top: 0;
	}
	
}
@media (max-width: 812px){
	.list-work ul{
		background: none;
		justify-content: center;
	}
	.cart small{
		left: 12px;
		color: #fff;
		bottom: 0;
		position: absolute;
	}
	.speacila-tabs-menu .tabs-menu-1 .each-items{
		height: 400px;
	}
	.mega-content{
		height: 320px;
		overflow: hidden;
        overflow-y: auto;
	}
	.list-work ul li{
        
		background: #323032;
		border-radius: 20px;
		margin-bottom: 10px;
	}
	#myc-prev-week-container{
		width: 14%;
	}
	.mixitup-control-active{
		background: #febd2f !important;
		
	}
	.tomato3-sub,
	.tomato-sub{
		display: none;
	}
	.login-sec-div{
		width: 100%;
	}
	.book-atbs-div{
		 padding-bottom: 0;
	}
	footer .row > div:nth-child(2) .comon-footer,
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
		justify-content: flex-start;
	}
    .contact-right-div{
		margin-top: 30px;
	}
	.oder-right-details{
		margin-top: 35px;
	}
	.sucss-div{
		width: 70%;
	}
	.comboo-offer .each-items,
	.sp-menu-div .each-items{
		height: 370px;
	}
	.sp-menu-div .items-details h4{
		margin-top: 10px;
	}
	.tabs-menu-1 .each-items h4{
		padding-left: 10px;
	}
	.menu-items-p{
		width: 100%;
	}
	.items-details{
		padding-left: 15px;
	}
	.order-bn-now{
		background: #212529;
		color: #fff;
		margin-top: 10px;
	}
	.pmenu-carousel .items-menu{
		width: 100%;
	}
	.owl-prev:after,
	.slider-unic-menu .owl-prev:after{
		left: inherit;
		right: inherit;
	}
	.owl-next:after,
	.slider-unic-menu .owl-next:after{
		left: 35px;
	}
	.slider-unic-menu .owl-nav{
		text-align: center;
		margin: auto;
		display: grid;
		top:inherit;
		justify-content: center;
	}
	.slider-unic-menu .owl-carousel .owl-nav button.owl-next{
		margin-left: 44px;
	}
}


@media (max-width: 768px){
	.product-portfolio-section {
		background-attachment: scroll;
		background-position: center top;
	}

	.offcanvas#offcanvasmenu{
		width: min(86vw, 420px);
		background: #efeff1;
		border-right: 1px solid rgb(0 0 0 / 8%);
	}
	.offcanvas#offcanvasmenu .offcanvas-header{
		padding: 16px 16px 4px;
		border-bottom: 0;
		justify-content: flex-end;
	}
	.offcanvas#offcanvasmenu .offcanvas-body{
		padding: 2px 22px 22px;
	}
	.offcanvas#offcanvasmenu button.close-menu{
		width: 30px;
		height: 30px;
		min-width: 30px;
		padding: 0;
		margin: 0;
		border-radius: 0;
		border: 0;
		background: transparent;
		background-image: none;
		box-shadow: none;
		display: grid;
		place-items: center;
		color: #262626 !important;
		font-size: 20px;
		line-height: 1;
		font-family: Arial, sans-serif;
		font-weight: 400;
		opacity: 0.72;
	}
	.offcanvas#offcanvasmenu button.close-menu span{
		display: none;
	}
	.offcanvas#offcanvasmenu .head-contact{
		padding: 0;
	}
	.offcanvas#offcanvasmenu .logo-side{
		display: none;
	}
	.offcanvas#offcanvasmenu .quick-link ul{
		padding: 0;
		margin: 0;
		display: block;
	}
	.offcanvas#offcanvasmenu .quick-link ul li{
		margin: 0;
		border-bottom: 1px solid rgb(0 0 0 / 32%);
	}
	.offcanvas#offcanvasmenu .quick-link .nav-link{
		display: block;
		padding: 12px 0;
		border-radius: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #131313;
		font-size: 33px;
		font-family: var(--secondary-font);
		font-weight: 700;
		letter-spacing: 0.4px;
		line-height: 1.2;
		text-transform: uppercase;
		transition: color 0.2s ease;
	}
	.offcanvas#offcanvasmenu .quick-link .nav-link i{
		display: none;
	}
	.offcanvas#offcanvasmenu .quick-link .nav-link.active{
		color: #c31a83;
	}
	.offcanvas#offcanvasmenu .quick-link .nav-link:hover,
	.offcanvas#offcanvasmenu .quick-link .nav-link:focus{
		color: #c31a83;
		transform: none;
		background: transparent;
		border: 0;
		box-shadow: none;
	}
	.offcanvas#offcanvasmenu .mobile-menu-contact{
		text-align: center;
		margin-top: 18px;
	}
	.offcanvas#offcanvasmenu .mobile-menu-contact p{
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.45;
		color: #1f1f1f;
	}
	.offcanvas#offcanvasmenu .mobile-menu-contact .menu-phone{
		display: block;
		font-size: 44px;
		line-height: 1.1;
		font-family: var(--secondary-font);
		font-weight: 700;
		color: #101010;
		text-decoration: none;
		margin-bottom: 5px;
	}
	.offcanvas#offcanvasmenu .mobile-menu-contact .menu-email{
		display: block;
		font-size: 14px;
		color: #111;
		text-decoration: none;
	}
	.offcanvas#offcanvasmenu .side-media{
		padding: 14px 0 0;
		margin: 14px 0 0;
		gap: 10px;
		justify-content: center;
		border-top: 0;
	}
	.offcanvas#offcanvasmenu .side-media li{
		margin: 0;
	}
	.offcanvas#offcanvasmenu .side-media li a{
		width: 38px;
		height: 38px;
		padding: 0;
		display: grid;
		place-items: center;
		border-radius: 0;
		background: #212540;
		box-shadow: none;
		transition: all 0.22s ease;
	}
	.offcanvas#offcanvasmenu .side-media li a:hover,
	.offcanvas#offcanvasmenu .side-media li a:focus{
		transform: none;
		background: #2f4cdf;
	}
	.offcanvas#offcanvasmenu .mobile-menu-contact .menu-phone,
	.offcanvas#offcanvasmenu .mobile-menu-contact .menu-email{
		word-break: break-word;
	}
	@media (max-width: 480px){
		.offcanvas#offcanvasmenu .quick-link .nav-link{
			font-size: 28px;
		}
		.offcanvas#offcanvasmenu .mobile-menu-contact .menu-phone{
			font-size: 35px;
		}
	}

	.top-head.fixed-menu{
		background-color: transparent;
		box-shadow: none;
	}
	.top-head.fixed-menu.mobile-scrolled{
		background-color: rgba(255, 255, 255, 0.96);
		box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
	}
	.top-head.fixed-menu.mobile-scrolled .navbar-toggler i{
		color: #111 !important;
	}
	.top-head .navbar{
		padding: 6px 0;
	}
	.top-head .navbar > .container{
		flex-wrap: nowrap;
		align-items: center;
	}
	.top-head .navbar-brand{
		margin: 0;
		padding: 0;
		max-width: 190px;
	}
	.top-head .navbar-brand img{
		width: 170px;
		height: auto;
		display: block;
	}
	.top-head .navbar-toggler{
		margin-left: 6px;
		font-size: 24px;
		line-height: 1;
	}
	.top-head .navbar-toggler i{
		color: white;
	}
	.banner-part{
		height: 540px;
		padding: 10px 0;
		overflow: inherit;
		margin-top: 65px;
	}
	.dishes-bn1{
		margin-top: 65px;
	}
	.mobile { display: block; }
	.desktop { display: none !important; }
	.comon-menu-div-part .menu-titel{
		width: 69%;
	}
	.comon-menu-div-part .menu-titel h5:after{
		width: 32px;
	}
	.slider > .img-div{
		width: 50%;
	}
	.slider-content{
		width: 375px;
	}
	.slider-pagination{
        text-align: center;
        display: table;
		left: 0;
		right: 0;
		text-align: center;
		display: table;
		bottom: 0;
	}
	
	.slider > .leaf-pic3,
	.leaf-pic2 {
		display: none;
	}
	.slider{
		background-size: inherit;
		background-position: center center !important;
	}
	.sub-page-banner-div{
		top:50px;
		height: 211px;
	}
	.sub-page-banner-div::after{
		height: 42px;
	}
    .sub-banner-text{
		height: 135px;
	}
	.comon-food{
		width: 100%;
	}
	.slider h2{
		font-size: 25px;
	}
	.ct-menu{
		margin-bottom: 30px;
	}
	.comon-abut-sec p{
		width: 81%;
	}
	.offer-div-main{
		margin-top: 70px;
		padding: 80px 0;
	}
	.offer-div-main h2{
		font-size: 35px;
	}
	.floow-us a{
		width: 100%;
		margin-bottom: 10px;
	}
	.say-text{
		width: 71%;
	}
	.book-atbs-div .chef-pic{
		bottom: 20px;
	}
	.book-div-tab .form-control, .book-div-tab .form-select{
		height: 37px;
	}
	.input-group-addon{
		display: none;
	}
	.combo-del h5{
		font-size: 18px;
	}
	.book-div-tab p{
		margin-bottom:0;
	}
	.slide-2,
	.slide-1,
	.slide-3{
		background: url(../images/banner.png) no-repeat;

	}
	.comon-devent-div{
		margin-bottom: 25px;
	}
	
}

@media (max-width: 668px){
	.sub-page-banner-div{
		height:300px;
		top:1px;
	}
	.sub-page-banner-div::after{
		height: 36px;
	}
	
	.all-menu-div .each-items{
		height: 420px;
	}
	.comboo-offer .each-items{
		height: auto;
		min-height: 0;
	}
	.all-menu-inside .nav .nav-link{
		margin-bottom: 20px;
	}
	.comon-devent-div{
		margin-bottom: 25px;
	}
	.check-out-page{
		margin-top: 75px;
	}
	.oder-right-details{
		margin-top: 35px;
	}
	.galley-img-div .container{
		width: inherit;
	}
	.ab-page-pic{
		margin-top: 20px;
	}
	.user-dsl{
		width: 100%;
	}
	.comment-user-div .userp{
		margin-bottom: 10px;
	}
	.menu-img{
		height: 236px;
	}
	.comon-menu-div-part .menu-titel {
		width: 68%;
	}
	.comon-menu-div-part .menu-titel h5:after{
		width: 92px;
	}
	.sub-banner-text{
		height: 74px;
	}
	.comboo-offer .row:after{
		display: none;
	}
	.banner-part{
		height:854px;
		padding:10px 0;
		overflow:inherit;
		margin-top: 65px;
	}
	
	.items-menu h5{
		font-size: 13px;
	}
	.items-menu h3{
		font-size: 22px;
	}
	.combo-del h2{
		font-size: 35px;
	}
	/* banner */
	.slider > .img-div{
		left: 0;
		position: relative;
		bottom: 0;
		width: 80%;
		right: 0;
		margin: auto;
		
	}
	.slider .buy-now-btn {
		min-width: 156px;
		height: 40px;
		font-size: 12px;
		text-align: center;
	}
	.slider h4{
		color: #2e2b2e !important;
		font-size: 19px;
	}
	.slider h2{
		font-size: 35px;
		line-height: 1.12;
	}

	.slider-content p{
		font-size: 14px;
		max-width: 290px;
	}

	.slider .buy-now-btn{
		min-width: 156px;
		height: 40px;
		font-size: 12px;
	}

	.slider-pagination{
		bottom: 86px;
	}

	.slider-bottom-divider{
		height: 58px;
	}

	.how-it-work {
		padding: 56px 0 30px;
	}

	.how-it-work::before {
		left: -78px;
		bottom: -88px;
		width: 300px;
		height: 206px;
		opacity: 0.2;
	}

	.how-it-work::after {
		right: -56px;
		top: -46px;
		width: 140px;
		height: 102px;
		opacity: 0.16;
	}

	.food-values-brand {
		width: 104px;
		height: 104px;
		margin-bottom: 14px;
		border-width: 4px;
	}

	.food-values-brand img {
		width: 68px;
	}

	.how-it-work .sec-d1 h1 {
		font-size: 38px;
		line-height: 1.14;
		margin-bottom: 14px;
	}

	.how-it-work .sec-d1 h1 span {
		font-size: 28px;
	}

	.food-values-intro {
		font-size: 18px;
		line-height: 1.65;
		margin-bottom: 34px;
	}

	.food-values-grid {
		row-gap: 16px;
	}

	.food-value-card {
		padding: 18px 16px 14px;
		border-radius: 20px;
	}

	.food-value-icon {
		width: 88px;
		height: 88px;
		font-size: 40px;
		margin-bottom: 14px;
	}

	.food-value-card h3 {
		font-size: clamp(21px, 3.6vw, 25px);
		margin-bottom: 10px;
	}

	.food-value-card p {
		font-size: 14px;
		line-height: 1.65;
	}

	.value-chain-section {
		padding: 54px 0 46px;
	}

	.value-chain-section::before,
	.value-chain-section::after {
		height: 28px;
		background-size: auto 28px;
	}

	.value-chain-section h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.value-chain-steps {
		margin-bottom: 30px;
		row-gap: 16px;
	}

	.value-chain-steps > .col:not(:last-child)::after {
		display: none;
	}

	.value-chain-item {
		padding: 16px 11px 14px;
		border-radius: 16px;
	}

	.value-chain-icon {
		font-size: 34px;
		width: 66px;
		height: 66px;
		margin-bottom: 12px;
	}

	.value-chain-item h5 {
		font-size: 18px;
	}

	.value-chain-copy p {
		font-size: 16px;
		line-height: 1.7;
	}

	.value-chain-btn {
		min-width: 150px;
		height: 48px;
		line-height: 46px;
		font-size: 14px;
	}

	/* Product cards – mobile */
	.comboo-offer {
		padding: 36px 0;
	}
	.comboo-offer h2 {
		font-size: 28px;
	}
	.comboo-offer .each-items {
		min-height: unset;
		border-radius: 14px;
	}
	.comboo-offer .each-items:hover {
		transform: none;
	}
	.menu-img-inside {
		height: 210px;
	}
	.comboo-offer .each-items .ps-titel,
	.comboo-offer .each-items .ps-titel span {
		font-family: var(--secondary-font);
		font-size: 20px;
		font-weight: 800;
		line-height: 1.2;
	}
	.comboo-offer .items-details {
		padding: 16px 16px 20px;
	}
	.product-desc {
		font-family: var(--primary-font);
		font-size: 14px;
		font-weight: 500;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		margin: 8px 0 6px;
	}
	.order-now-btn {
		width: 100%;
		text-align: center;
		padding: 11px 16px;
		font-size: 15px;
		margin-top: 12px;
	}
}

@media (max-width: 480px){
	.slider h4{
		color: #fff !important;
	}

	.top-head.fixed-menu{
		background: transparent;
		box-shadow: 0 4px 14px rgb(0 0 0 / 10%) !important;
	}

	.top-head .navbar{
		padding: 8px 0 !important;
		min-height: 62px;
	}

	.top-head .container,
	.top-head .navbar > .container{
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 0 10px !important;
		margin: 0 auto !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top-head .navbar-brand{
		display: flex !important;
		align-items: center;
		margin: 0 0 0 -3px !important;
		padding: 0 !important;
		max-width: none !important;
	}

	.top-head .navbar-brand img{
		width: 180px !important;
		height: auto !important;
		display: block;
		object-fit: contain;
	}

	.top-head .navbar-toggler{
		margin-left: auto !important;
		padding: 4px 0 4px 12px;
		border: none;
		box-shadow: none;
	}

	.banner-part{
		margin-top: 0px;
	}

	.banner-part{
		height: 560px;
	}

	.category-showcase{
		padding: 16px 0 0;
	}

	.category-circle-row{
		padding: 4px 22px;
	}

	.category-circle-item .category-image{
		width: 165px;
		height: 165px;
		border: 8px solid #fff;
		margin-bottom: -20px;
	}

	.category-circle-item .category-badge{
		font-size: 14px;
		padding: 26px 22px 30px;
		min-width: 150px;
		border-radius: 0 0 95px 95px;
	}

	.category-circle-row .owl-nav button.owl-prev,
	.category-circle-row .owl-nav button.owl-next{
		width: 26px;
		height: 26px;
	}

	.category-circle-row .owl-nav button.owl-prev span,
	.category-circle-row .owl-nav button.owl-next span{
		font-size: 20px;
	}

	.slider-content{
		width: calc(100% - 24px);
		max-width: 320px;
		padding-top: 0px;
	}

	.slider h4{
		font-size: 16px;
	}

	.slider h2{
		font-size: 28px;
		line-height: 1.12;
	}

	.slider-content p{
		font-size: 14px;
		max-width: 290px;
	}

	.slider .buy-now-btn{
		width: 156px;
		height: 40px;
		font-size: 16px;
	}

	.slider-pagination{
		bottom: 86px;
	}

	.slider-bottom-divider{
		height: 58px;
	}

	.how-it-work {
		padding: 42px 0 20px;
	}

	.how-it-work::before,
	.how-it-work::after {
		display: block;
	}

	.how-it-work::before {
		left: -72px;
		bottom: -72px;
		width: 220px;
		height: 150px;
		opacity: 0.12;
	}

	.how-it-work::after {
		right: -56px;
		top: -46px;
		width: 140px;
		height: 102px;
		opacity: 0.1;
	}

	.food-values-brand {
		width: 92px;
		height: 92px;
		margin-bottom: 12px;
		border-width: 4px;
	}

	.food-values-brand img {
		width: 58px;
	}

	.how-it-work .sec-d1 h1 {
		font-size: 30px;
		line-height: 1.16;
		margin-bottom: 10px;
	}

	.how-it-work .sec-d1 h1 span {
		font-size: 22px;
	}

	.food-values-intro {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 26px;
	}

	.food-values-grid {
		row-gap: 16px;
	}

	.food-value-card {
		padding: 15px 12px 12px;
		border-radius: 16px;
	}

	.food-value-icon {
		width: 76px;
		height: 76px;
		font-size: 40px;
		margin-bottom: 12px;
	}

	.food-value-card h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.food-value-card p {
		font-size: 13px;
		line-height: 1.55;
	}

	.value-chain-section {
		padding: 40px 0 34px;
	}

	.value-chain-section::before,
	.value-chain-section::after {
		height: 22px;
		background-size: auto 22px;
	}

	.value-chain-section h2 {
		font-size: 30px;
		margin-bottom: 22px;
	}

	.value-chain-steps {
		margin-bottom: 20px;
		row-gap: 12px;
	}

	.value-chain-item {
		padding: 14px 10px 12px;
		border-radius: 14px;
	}

	.value-chain-icon {
		font-size: 30px;
		width: 58px;
		height: 58px;
		margin-bottom: 10px;
	}

	.value-chain-item h5 {
		font-size: 16px;
	}

	.value-chain-copy {
		margin-bottom: 22px;
	}

	.value-chain-copy p {
		font-size: 14px;
		line-height: 1.62;
	}

	.value-chain-btn {
		min-width: 140px;
		height: 44px;
		line-height: 42px;
		font-size: 13px;
	}

	/* Product cards – small mobile */
	.comboo-offer {
		padding: 28px 0;
	}
	.menu-img-inside {
		height: 190px;
	}
	.comboo-offer .each-items .ps-titel,
	.comboo-offer .each-items .ps-titel span {
		font-size: 18px;
	}
	.product-desc {
		font-size: 13px;
		line-height: 1.5;
	}
	.order-now-btn {
		font-size: 14px;
	}
}







