.home-banner{ 
    background-image: url(../images/home-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding:120px 0px;
    background-position: center;
}
.home-content{
    text-align: center;
    align-items: center;
}
.home-content h1{
    font-size: 180px;
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin-bottom: 15px;

}
.home-banner p{
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #fff;  
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
}
.home-content a{
    display: inline-block;
    padding: 14px 49px;
    font-size: 18px;
    font-family: "Signika", sans-serif;
    color: #00BDBB;
    background-color: #fff;
}
/* section-home-body */
.home-body{
    background-color: #F7F5F2;
    padding: 60px;
}
.home-body .row{
    align-items: center;
}
.home-body h2{
    font-size: 35px;
    font-family: "Signika", sans-serif;
    text-align: center;
    margin-bottom: 100px;
}

.bag-inner-content h3 {
    font-size:25px ;
    font-weight: 500;
    font-family: "Signika", sans-serif; 
    margin-bottom: 10px; 
    text-align: right;
}
.bag-inner-content p{
    text-align: right;
    font-size:18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 55px;
}
.grocery-bag{
    text-align: center;
    
}
.bag-content-2 .bag-inner-content h3{
    text-align: left;
}
.bag-content-2 .bag-inner-content p{
    text-align: left;
  
}
/* home-products */

.home-products{
    padding:30px 0px;
    text-align: center;
}
.home-products .row{
    text-align: center;
    flex-wrap: wrap;
}
.home-products h2{
    font-size: 35px;
    font-family: "Signika", sans-serif; 
    margin-bottom:30px;
}
.home-products p{
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    max-width: 588px;
    margin: auto;
    margin-bottom: 80px;
}
/* product-section */
.product-img:hover::before{
    content:" " ;
    background-color: #000;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.product-img{
    position: relative;
    width: 304px;
    height: 304px;
    margin-bottom: 20px;
}


.pro-img-box a h4:hover{
transition: all 0.5s ease 0s;
 color: #00BDBB;
}
.pro-img-box .cart-btn{
    font-size: 20px;
    background-color: #860d33;
    color:#fff;
    padding: 15px 20px;
    position: absolute;
    top:116px;
    right:81px;
    opacity: 0;

}
.pro-img-box:hover .cart-btn{
    display: block;
    opacity:5;  
}
.pro-img-box{
    position: relative;
    margin-bottom: 60px;
    transition: all 0.5s ease 0s;
}
.pro-img-box img{
    margin-bottom: 25px;
}
.pro-img-box h4{
    margin-bottom:6px;
}
.pro-img-box ul{
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 6px;
}
.pro-img-box ul li i{
    color: #00BDBB;
    
}
.price{
    font-size: 20px;
    font-weight: 700;
    
}
.brands{
    background-image: url(../images/brand-bg.png);
    background-size: cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
    padding:120px 0px;
    background-position: center;
    /* margin-bottom: 60px;  */
    position: relative;
    z-index: 1;
}

.brand-carousel{
    display: flex;
}
.brands::before{
    content: " ";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.brands .container{
    position: relative;
    z-index: 1;
    
}
.blog{
    background-image: url(../images/blog-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    text-align: center;
}
.blog-content{
    max-width: 900px;
    margin: auto;
}
.blog-content h2{
    margin-bottom: 30px;
}
.blog-content p{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    
}
.blog-content a{
    display: inline-block;
    padding: 14px 49px;
    font-size: 18px;
    font-family: "Signika", sans-serif;
    color: #fff;
    background-color: #00BDBB;
}
.insta-img:hover{
    opacity: 0.3;
    transition: all .5s cubic-bezier(.17,.78,.38,.89);
}

/* slider-css */

/* home page css */
.categories{
    padding:100px 0px;
}
.categories h3{
	margin: 6px 0 10px;
}
.categories p{
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.categories ul li{
    display: flex;
    gap: 20px;
}

.cate-icon i {
    color: #50c5bb;
    font-size: 25px;
    margin-top: 10px;
}
.green-features{
	padding-top: 48px;
    padding-bottom: 48px;
    background-color: #50c5bb; 
}
.wpb_wrapper{
    font-family: Signika, serif;
	width: 25%;
	text-align: center;
}
.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_align_center {
    text-align: center;
    margin: 0px auto 20px;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.eltdf-counter {
    display: inline-block;
    vertical-align: middle;
    font-size: 44px;
    line-height: 1em;
    font-weight: 600;
}
.reviews{
	background: url(../images/review-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial{
	text-align: center;
	color: #000;
	margin: 10px 30px;
	/* padding: 30px 40px; */
	border-radius:30px;
	position: relative;
	z-index: 1;
}
.testimonial:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #424242; */
	border-radius:30px;
	z-index: -1;
}
.testimonial:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #FB8C00; */
	border-radius:30px;
	transform:rotate(-7deg);
	z-index: -2;
}
#testimonial-slider{
	padding-top: 250px;
    padding-bottom: 250px;
}
.owl-pagination {
    display: flex;
    justify-content: center;
}
.testimonial .pic{
	border: 5px solid #F2EFE8;
	display: inline-block;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.testimonial .pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.testimonial .testimonial-content{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 20px;
}
.testimonial .testimonial-title a{
	display: inline-block;
	/* color: #FB8C00; */
	vertical-align: middle;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #3a3a3a;
    font-family: Signika, serif;
}
.testimonial .testimonial-title small{
	vertical-align: middle;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #3a3a3a;
    font-family: Signika, serif;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-theme .owl-controls{
	margin-top: 0px;
	margin-left: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	opacity:1;
	/* background:#FB8C00;
	color: #F2EFE8; */
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
}
.owl-prev:before,
.owl-next:before{
	content: "\f060";
	font-family: 'FontAwesome';
	font-size: 20px;
}
.owl-next:before{
	content: "\f061";
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}	
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    float: left;
}
.testimonial p{
	margin: 19px 0 0;
    color: #a7a9ac;
    font-size: 17px;
}
.owl-page span{
	display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 3em;
    background-color: #c1c0bf;
    box-sizing: border-box;
}
.owl-page.active span{
	background-color: #3a3a3a;
}
.reviews h2 {
    margin: 200px 20px 20px 20px;
}
.reviews p {
    padding: 0 140px;
    font-weight: 400;
}