@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;}

a {
	text-decoration: none !important;
}
a:hover{color:#fff}
p {
	margin: 0px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.form-select:focus {
	box-shadow: none !important;
	border: 1px solid #282F59 !important;
}

 
.form-control:focus {
	box-shadow: none !important;
	border-color: #F9AF17 !important;
}

.text-yellow{
	color: #F9AF17 !important;
}
.background-yellow{
	color: #F9AF17 !important;
}
.text-blue{
	color: #013036 !important;
}
.background-blue{
	color: #013036 !important;
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

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

.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}

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

.text-gray {
	color: #666 !important;
}
.main-wrapper{
	padding: 30px 36px;
	background-color: #CCE3C3;
}
.banner{
	background: url(../images/banner-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	border-radius: 47px;
	overflow: hidden;
	height: calc(100vh - 145px);
	position: relative;
}
.navbar-brand{
	padding: 0;
	margin-bottom: 5px;
}
.navbar{
	border-radius: 50px;
	overflow: hidden;
	padding: 10px 55px;
}
.navbar .nav-item{
	padding-left: 40px;
}
.navbar .nav-item .nav-link{
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}
.menu-order-now a{
	padding: 5px 25px !important;
	border: 1px solid #013036 !important;
	color: #013036;
	display: inline-block;
	border-radius: 30px;
	font-size: 15px !important;

}
.menu-order-now a:hover{
	color: #fff !important;
	border-color: #F9AF17 !important;
	background-color: #F9AF17 !important;

}
.navbar .nav-item .nav-link img{
	margin-bottom: 3px;
}
.navbar .nav-item ul{
	list-style-type: none;
	display: flex;
	margin-top: 40px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.navbar .nav-item ul li a i{
	font-size: 25px;
}
.navbar .nav-item ul li a{
	color: rgba(0,0,0,.55);
	margin-right: 10px;
}
.navbar .nav-item ul li a:hover{
	color: #F9AF17;
}
.navbar .nav-item .nav-link.active{
	color: #F9AF17;
}
.navbar .nav-item .nav-link:hover{
	color: #F9AF17;
	border-color: #F9AF17;
}
.navbar .nav-item:nth-child(4) .nav-link:hover{
	border-color: transparent !important;
}
.bowl-image, .bowl-hovered{
	position: absolute;
	top: 30%;
	right: 20%;
	width: 200px;
}
.bowl-hovered{
	opacity: 0;
}
.bowl-images:hover .bowl-hovered{
	animation: d-block 500ms forwards;
}
@keyframes d-block {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
  }
.bowl-images:hover .bowl-image{
	animation: d-none 500ms forwards;
}
@keyframes d-none {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.6;
	}
	75% {
		opacity: 0.8;
	}
	100% {
		opacity: 0;
	}
  }
.tagline{
	padding: 35px 0;
}
.tagline h2{
	font-size: 40px;
	color: #F9AF17;
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.seo-section{
	padding: 120px 0;
	background-color: #FFE162;
	border-radius: 47px;
}
.content{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	left: 50%;
}
.content h2{
	font-size: 48px;
	font-weight: 900;
	color: #013036;
	text-transform: uppercase;
}
.content img{
	margin-left: -4px !important;
	margin-right: -10px !important;
	width: 30px;
}
.pink-absolute-content h2 img{
	margin-right: -10px !important;
	width: 23px;
	margin-top: 5px;
}
.content p{
	color: #013036;
	margin-top: -30px;
	font-size: 16px;
}
#content {
	font-weight: 900;
	font-size: 25px;
	color: #F9AF17;
	text-align: center;
	margin-bottom: 20px;
	height: 70px;
  }
.content a{
	padding: 10px 50px;
	border: 1px solid #013036;
	color: #013036;
	display: inline-block;
	border-radius: 30px;
	margin-top: 50px;
	width: 100%;
}
.content a:hover{
	background-color: #CCE3C3;
	border-color: #CCE3C3;
}
.menu-items a:hover, .menu-view-more a:hover, .tell-us a:hover{
	background-color: #F9AF17;
	border-color: #F9AF17;
	color: #fff;
}
.owl-carousel{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.recipe-wrap{
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 20px;
}
.recipe-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-items{
	padding: 70px 0;
}
.menu-items h2{
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: #013036;
	text-transform: uppercase;
}
.menu-items h4{
	font-weight: 900;
	font-size: 25px;
	color: #F9AF17;
	text-align: center;
	margin-bottom: 50px;
}
.single-item{
	position: relative;
	overflow: hidden;
	border-radius: 125px;
}
.single-item h5{
	color: #013036;
	font-weight: 600;
	font-size: 23px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.single-item .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index: 10;
}
.menu-view-more a, .tell-us a{
	padding: 10px 50px;
	border: 1px solid #013036;
	color: #013036;
	display: inline-block;
	border-radius: 30px;
	margin-top: 50px;
}
.light-pink-section{
	height: 700px;
	background-color: #FFEDBD;
	border-radius: 0 30px 30px 0px;
}
.pink-absolute-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.pink-absolute-content h2{
	font-size: 35px;
	font-weight: 900;
	color: #F9AF17;
	text-transform: uppercase;
}
.pink-absolute-content h3{
	font-weight: 900;
	color: #013036;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.delivery-services{
	width: 200px;
	border: 1px solid #013036;
	padding: 7px 25px;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 10px !important;
}
.delivery-services:hover{
	background-color: #F9AF17;
	border-color: #fff;
}
.delivery-services img{
	width: 100px;
}
.light-pink-section span{
	color: #F9AF17;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 48%;
	transform: translateX(-48%);
}
.girl-image{
	height: 700px;
	background: url(../images/girl-eating.png) no-repeat 50% 10%;
	background-size: cover;
	border-radius: 30px 0 0 30px;
}
.order-now{
	background-color: #CCE3C3;
	margin: 0 -24px;
}
.reviews{
	padding: 70px 0 40px 0
}
.reviews h2{
	text-transform: uppercase;
	color: #013036;
	font-weight: 900;
	font-size: 35px;
	text-align: center;
	margin-bottom: 30px;
}
.single-review{
	padding: 50px;
	background-color: #FFEDBD;
	border-radius: 30px;
}
.single-review ul{
	display: flex;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	justify-content: center;
}
.single-review ul li{
	margin-left: 5px;
}
.single-review ul li img{
	width: 30px !important;
}
.single-review p{
	color: #013036;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}
.sticky {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 100000;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
	width: 1296px;
	margin: 0 auto;
}
footer{
	padding: 50px 0;
	background-color: #F9AF17;
}
footer a{
	font-size: 18px;
	font-weight: 900;
	color: #013036;
}
footer small{
	font-size: 14px;
	font-weight: 700;
	color: #013036;
}
footer h3{
	color: #FFEDBD;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
footer .order-now-footer{
	padding: 7px 35px;
	border: 1px solid #013036;
	color: #013036;
	display: inline-block;
	border-radius: 30px;
	font-size: 16px;
	background-color: #F9AF17;
}
footer h4{
	color: #013036;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;

}
.footer-logo{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
footer ul{
	display: flex;
	list-style-type: none;
	align-items: baseline;
	margin-top: 30px;
	justify-content: end;
}
footer ul li img{
	width: 30px;
}
footer ul li h4{
	margin-bottom: 0px;
}
footer ul li{
	margin-left: 15px;
}
.banner-content{
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -80%);
}
.banner-content h1{
	font-weight: 900;
	text-transform: uppercase;
	width: 250px;
}
.menu-tabs{
	padding: 40px 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #F9AF17;
	padding: 8px 40px;
}
.nav-pills .nav-link{
	background-color: #fff;
	color: #F9AF17;
	margin-right: 10px;
	text-align: center;
	min-width: 150px;
}
.nav-pills .nav-link img{
	display: block;
	margin: 0 auto;
}
.salad-image{
	height: 300px;
	width: 100%;
}
.salad-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.menu-details{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.menu-details h3{
	text-transform: uppercase;
	color: #F8AE17;
	font-weight: bold;
}
.menu-details small{
	color: #282F59;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 3px;
}
.menu-details p{
	color: #666;
	margin: 15px 0;
	line-height: 24px;
}
.menu-details ul{
	list-style-type: none;
	padding: 0;
}
.menu-details ul li{
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}
.menu-details ul li small{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
	color: #282F59;
	font-size: 10px;
	display: block;
	padding: 0px;
	margin-bottom: 5px;
}
.menu-details ul li i{
	font-style: normal;
}
.contact-details{
	padding: 40px 0;
}
.contact-details h2{
	font-weight: bold;
}
.detail-block .directions, .contact-details form .btn, .menu-details a{
	padding: 10px 50px;
	border: 1px solid #013036;
	color: #013036;
	display: inline-block;
	border-radius: 30px;
	margin-top: 20px;
}

.detail-block .directions:hover, .contact-details form .btn:hover, .menu-details a:hover{
	background-color: #F8AE17;
	border-color: #F8AE17;
}
.detail-block a{
	color: #282F59;
}
.two-blocks{
	padding: 40px 0;
	background-color: #FFE162;
	border-radius: 20px;
	padding: 40px;
	margin-top: 30px;
}
.block-wrap{
	padding: 30px 25px;
	background-color: #F8AE17;
	border-radius: 20px;
	text-align: center;
}
.block-wrap-light{
	background-color: #CCE3C3;
}
.block-wrap h2{
	font-size: 40px;
	text-transform: uppercase;
	color: #013036;
	font-weight: 900;
	line-height: 50px;
}
.block-wrap h2 img{
	margin-right: -10px;
	width: 25px;
	margin-top: -20px;
}
.block-wrap p{
	font-size: 17px;
	line-height: 28px;
	color: #013036;
	width: 63%;
	margin: 0 auto;
}
.our-kitchen{
	padding: 40px 0;
}
.our-kitchen h2{
	font-size: 35px;
	font-weight: bold;
	color: #013036;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.our-kitchen p{
	text-transform: uppercase;
	margin-bottom: 50px !important;
	text-align: center;
	width:30%;
	margin: 0 auto;
}
.capsule{
	padding: 60px 40px;
	background-color: #FFE162;
	border-radius: 130px;
	position: relative;
	height: 100%;
	text-align: center;
}
.capsule-img{
	width: 100px;
	height: 180px;
	margin: 0 auto;
}
 .capsule-img img{
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
 .capsule h5{
	text-transform: uppercase;
}
.contact-details .detail-block{
	margin-top: 20px;
}
.contact-details .detail-block h6{
	margin-bottom: 0px;
}