@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1,h2,h3{
	font-family: 'Raleway', sans-serif;
}
body{
	font-family: 'Roboto', sans-serif;
}
.header{
	position: relative;
}
.menu-section{
	margin-bottom: 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive{
	border-radius: 8px;
}
a,a:hover{
	text-decoration: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
	}

	.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding:60px 40px;
	box-sizing: border-box;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}

	.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.slider-content{
	display: flex;
	text-align: initial;
	color: white;
	padding: 40px;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}
.slider-1{
	background: url('../img/front-page/banner1.webp');
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	padding: 80px 0;
}
.slider-2{
	background: url('../img/front-page/banner2.webp');
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position: relative;
}
.slider-2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.slider-3{
	background: url('../img/sliderbg-5.jpg');
	background-size: cover;
	background-position: center;
}
.slider-4{
	background: url('../img/sliderbg-4.jpg');
	background-size: cover;
	background-position: center;
}
.slider-content h1{
	font-size: 45px;
	font-weight: 400;
}
.slider-content{
	position: relative;
	z-index: 6;
}
.slider-content h1 b{
	font-weight: 900;
}
.slider-content .sale-tag span{
	background: #F21C29;
	padding: 8px;
	border-radius: 8px;
	font-size: 14px;
}
.slider-content h4{
	font-weight: 400;
}
.slider-content .slider-btn{
	background: #efba1c;
	margin-top: 10px;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 60px;
	color: white;
}
.swiper-pagination-bullet-active{
	background: white !important;
}
.swiper-slide-active .slider-content .sale-tag{
	animation: backInLeft 1s;
}
.swiper-slide-active .slider-content .heading-one{
	animation: bounceInDown 1.5s;
}
.swiper-slide-active .slider-content .heading-two{
	animation: bounceInDown 2.5s;
}
.swiper-slide-active .slider-content .heading-three{
	animation: bounceInRight 3s;
}
.swiper-slide-active .slider-content .slider-btn{
	animation: bounceInUp 3.5s;
}
.swiper-slide-active .slider-img{
	animation: zoomIn 1s;
}
section{
	padding: 60px 20px;
}
.category-box{
	padding: 30px;
	border-radius: 8px;
}
.category-box .row{
	display: flex;
	justify-content: safe center;
	align-items: center;
	height: 100%;
}
.category-box .sale-tag{
	font-size: 16px;
}
.category-box .category-img{
	transform:scale(1.2);
}
.category-box.box1{
	/*background: #FAD118;*/
	background: #e8ef6a;
}
.category-box.box2{
	background: #6ab1ef;
}
.category-box.box3{
	background: #6aef71;
}
.category-box.box4{
	background: #ff5353;
}
.category-box.box5{
	background: #ab6aef;
}
.category-box h1{
	font-weight: 700;
	font-size: 35px;
}
.category-content h3{
	font-weight: 700;
}
.brown-btn{
	display: inline-block;
	margin-top: 10px;
	background: #5F3333;
	color: white;
	padding: 12px 25px;
	border-radius: 60px;
}
.brand img{
	width: 160px;
}
.product .product-section{
	background: url('../img/pattern-bg.png');
	background-color:  #f8253a;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	padding: 20px;
}
.heading{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.heading h1{
	color: white;
	font-weight: 700;
	margin-right: 5px;
}
.heading .line{
	width: 80px;
	height: 5px;
	background: white;
}
.rate{
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	align-items: center;
}
.rate p{
	margin-bottom: 0;
}
.rate p span{
	font-weight: 700;
}
.rate p b{
	text-decoration: line-through red;
	color: grey;
	font-weight: 400;
}
.product{
	padding-top: 0;
}
.category{
	padding-bottom: 40px;
}
.product-slider{
	overflow: hidden;
}
.trending-slider{
	overflow: hidden;
}
.owl-item{
	float: left;
}
.product-box{
	padding: 20px;
	background: white;
	display: flex;
	border-radius: 8px;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
}
.product-img{
	margin-bottom: 10px;
}
.product-box h5{
	font-weight: bold;
}
.rate .icon{
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 1px solid lightgrey;
	text-align: center;
	border-radius: 5px;
}
.rate .icon:hover{
	color: red;
}
.product-section{
	position: relative;
}
.product-slider .owl-nav{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50
}
.product-slider .owl-nav button{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	border-radius: 5px;
	margin: 0 5px;
	outline: none !important;
	font-size: 27px;
}
.trending-slider .owl-nav button{	
	background: #0edb94 !important;
	color: black;
	font-weight: bold;
}
.product-section{
	position: relative;
}
.trending-slider .owl-nav{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50
}
.trending-slider .owl-nav button{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	border-radius: 5px;
	margin: 0 5px;
	outline: none !important;
	font-size: 27px;
}
.rate .icon.active{
	color: red;
}
.heading2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.heading2 h1{
	font-weight: 900;
	color: #041B3A;
}
.heading2 .line{
	height: 3px;
	width: 40px;
	background: #041B3A;
}
.heading2 .line2{
	height: 3px;
	width: 60px;
	background: #efba1c;
	margin-top: 5px;
}
.service-inner-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service-inner-content .icon-box{
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 6px;
	background: #e74c3c;
	color: white;
	margin-right:10px;
	font-size: 35px;
	padding: 7px;
}
.service-inner-content h3{
	margin-bottom: 0;
	font-weight: 500;
}
.service-inner-content .icon-box.icon2{
	background: #f39c12;
}
.service-inner-content .icon-box.icon3{
	background: #2980b9;
}
.service-inner-content .icon-box.icon4{
	background: #8e44ad;
}
.services{
	position: relative;
	display: flex;
	justify-content: safe center;
	align-items: center;
	height: 100%;
}
.services .before-bg{
	transform: rotate(80deg);
	transition: 0.5s;
}
.services .service-slider{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-top: -50px;
}
.trending-slider .product-box{
	border: 1.5px solid lightgrey;
}
footer{
	background: #161616;
	padding: 60px 20px;
	color: white;
	border-radius: 60px 0 0 0;
}
.footer-logo{
	margin-bottom: 20px;
}
.newsletter{
	height: 50px;
	width: 100%;
	border-radius: 60px 0 0 60px;
	border: 0;
	outline: none;
	padding: 10px;
}
.newsletter-btn{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 0 60px 60px 0;
	border: 0;
	background: #0EDB94;
	font-weight: 500;
}
.footer-box{
	display: flex;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
}
.footer-box .icon-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-box .icon-box p{
	margin-bottom: 0;
}
.footer-box .icon-box .inner-icon{
	height: 40px;
	width: 40px;
	/*background: #0EDB94;*/
	border: 2px solid #0EDB94;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
}
.footer-box .icon-box .inner-icon i{
	color: #0EDB94;
	font-size: 20px;
}
footer .footer-box ul li{
	margin-bottom: 5px;
}
.bottom-footer{
	background: #110f0f;
    height: 60px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-footer p{
	margin-bottom: 0;
	color: white;
}
.special-product .product-box{
	border: 1.5px solid lightgrey;
	flex-direction: row;
	position: relative;
	width: 100%;
}
.center-box{
	height: 100%;
}
.center-box .product-box{
	height: 100%;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
}
.product-img{
	display: flex;
	justify-content: safe center;
	align-items: center;
}
.product-box{
	position: relative;
}
.special-product .product-box .icon{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}
.sale{
	background: #0edb94;
	padding: 8px 15px;
	border-radius: 5px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
}
.sale p{
	margin-bottom: 0;
	font-weight: 500;
	color: white;
}
#remainingTime{
	text-align: center;
}
.sale-timer{
	text-align: center;
}
.sale-timer span{
	color: red;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

.timer{
	display: flex;
	justify-content: safe center;
	align-items: center;
}
.timer div{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0edb94;
	border-radius: 5px;
	font-weight: bold;
}
.banner{
	border-radius: 8px;
	overflow: hidden;
}
.timer .colon{
	background: none;
	width: 15px;
}
.rule-box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.rules{
	padding-top: 30px;
}
.rule-box .icon-box{
	margin-right: 10px;
}
.rule-box .icon-box i{
	font-size: 55px;
	color: #0edb94;
}
.rule-box .rules-content h5{
	margin-bottom: 0;
}
.rule-box .rules-content p{
	margin-bottom: 0;
}
.product-box{
	transition: 0.5s;
}
.product-img{
	transition: 0.5s;
	overflow: hidden;
}
.product-img:hover img{
	transition: 0.5s;
	overflow: hidden;
	transform: scale(1.1);
}
.main-slider{
	overflow: hidden;
}
.brand-box img{
	border: 1px solid lightgrey;
	border-radius: 8px;
	padding: 10px;
}
.contact .form-control{
	height: 60px;
	border: 2px solid lightgrey;
}
.contact textarea{
	height: 150px !important;
}
.contact .form-control:focus{
	box-shadow: none;
	outline: none;
} 
form .brown-btn{
	border: none;
	padding: 12px 45px;
}
.gifting-banner .lg{
	display: block;
}
.gifting-banner .sm{
	display: none;
}
.bottle-image img{
	border-radius: 8px;
	box-shadow: 0 5px 5px #bdbdbd;
}
.header .menu > ul > li:hover .submenu{
	
}
.submenu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 500px;
	background: #fff;
	padding: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenu-list{
	margin: 10px 0;
}
.submenu-list img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: contain;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}
.submenu-list .submenu-anchor{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.submenu-list .submenu-anchor span{
	color: #041B3A;
}
.submenu-list .submenu-anchor span i{
	font-size: 12px;
}
.submenu-list .submenu-anchor span:hover{
	color: #efba1c;
}
@media (max-width: 1024px){
	.slider-1{
		background-size: cover;
	}
	.slider-content h1{
		font-size: 40px;
	}
}
@media screen and (max-width: 991px){
	.category-box .category-img{
		transform: scale(1);
	}
	.category-content h1{
		font-size: 25px;
	}
	.category-content h3{
		font-size: 20px;
	}
	.category-box{
		height: 100%;
	}
	.slider-content h1{
		font-size: 40px;
	}
	.slider-content h4{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.gifting-banner .lg{
		display: none;
	}
	.gifting-banner .sm{
		display: block;
	}
	.swiper-slide .slider-content .heading-three{
		display: none;
	}
	.heading2 h1{
		font-size: 35px;
	}
	.trending-slider{
		margin-top: 60px !important;
	}
	.trending-slider .owl-nav {
	    position: absolute;
	 	top: inherit;
	    bottom: -45px;
	    right: 50%;
	    transform: translate(50%, 10px);
	    z-index: 50;
	}
	footer{
		margin-top: 25px;
	}
}
@media screen and (max-width: 500px){
	.heading2 h1 {
	    font-size: 25px;
	}
	.service-inner-content h3{
		font-size: 25px;
	}
	.slider-content h1{
		font-size: 25px;
	}
	.slider-1,
	.slider-2{
		padding: 50px 0;
	}

}
