﻿@font-face {
    font-family: "Nunito-Regular";
    font-weight: 400;
    src: url(../font/Nunito-Regular.ttf);
}
@font-face {
    font-family: "Nunito-Bold";
    font-weight: 700;
    src: url(../font/Nunito-Bold.ttf);
}
body{
    /* margin-top: 81px; */
    padding: 0;
    background-color: #4c4c4c;
    font-family: "Nunito-Regular";
    color: #ffffff;
}
a{text-decoration: none}
a:hover{
    text-decoration: none !important;
}
h1 {
    font-size: 72px;
}
h1,h2 {
    font-family: "Nunito-Bold";
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 24px;
}
h3,h4 {
    font-family: "Nunito-Bold";
}
h4 {
    font-size: 18px;
}
p,
pre {
    font-size: 16px;
    font-family: "Nunito-Regular";
}
.italicize {
    font-style: italic;
}
.white-text-box {
    width: auto;
    max-width: 500px;
    padding: 60px 40px;
    border-radius: 20px;
    background-color: #fafafa;
}
.box-right {
    position: absolute;
    right: 5%;
}
/*================================================
        Header Area CSS
=================================================*/
header{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
header.fix{
    background-color:rgba(255,255,255,1);
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.logo img:nth-child(2),header.fix .logo img:nth-child(1){display:none}
header.fix .logo img:nth-child(2){display:block}
header nav.navbar {
    width: 100%;
    position: relative !important;
    z-index: 999;
    padding: 0;
}
header nav .logo {
    padding: 0;
    width: 250px;
}
header nav .user_icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #ef3934;
    display: inline-block;
    position: relative;
}
header nav .user_icon img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header nav img{
    width: 100%;
}
header nav .navbar-toggler {
    background-color: #1f1f1f;
    border: none;
    box-shadow: -5px -5px 6px rgba(94, 94, 94, 0.09), 5px 5px 6px rgba(0, 0, 0, 0.09);
    outline: none;
}
header nav .navbar-toggler .navbar-toggler-icon {
    color: #fff;
}
header nav .navbar-toggler:hover {
    box-shadow: inset -5px -5px 6px rgba(94, 94, 94, 0.09), inset 5px 5px 6px rgba(0, 0, 0, 0.09);
}
header nav .collapse .navbar-nav{align-items: center;}
header nav .collapse .navbar-nav .nav-item{
    display: flex;
    align-items: center;
}
header nav .collapse .navbar-nav li:not(:last-child) {
    margin-right: 40px;
}
header.fix .navbar-dark .navbar-nav .nav-link{color: #413b3b !important;}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px;
    padding: 0;
    font-family: "Nunito-Bold", sans-serif;
    text-transform: capitalize;
    position: relative;
}
header nav .collapse .navbar-nav li a {
    color: #fafafa !important;
    position: relative;
}
header nav .collapse .navbar-nav li.active a::after,header nav .collapse .navbar-nav li:not(:last-child) a:hover::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 2px;
    background-color: #ef2d28;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
/*================================================
        Hero Area CSS
=================================================*/
.hero_area {
    /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)); */
    background-image: url('../img/wovenbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}
.hero_area .overlay{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .hero_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    background-color: transparent;
    display: inline-block;
    vertical-align: baseline;
} */
.hero_area .container{
    position: relative;
    height: 100%;
}
.hero_area .hero_area_content{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.searchBox {
    width: 450px;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}
.daily_offer .searchBox{
    width: 100%;
}
.searchBox h1{
    color: #fafafa;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    font-family: "Nunito-Regular", sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
}
.searchBox form{
    width: 100%;
    display: flex;
    justify-content: center;
}
.searchBox form fieldset{
    width: 100%;
    height: 45px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #5b5b5b;
}
.searchBox form fieldset p.location_icon{
    position: absolute;
    left: 15px;
    font-size: 16px;
    color: #8d8a87;
    margin: 0;
    padding: 0;
}
.searchBox form fieldset input{
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 5px 0 5px 40px;
    outline: none;
    border: none;
    border-radius: 30px;
    background-color: transparent;
}
.searchBox form fieldset input:focus{
    outline: none;
}
.searchBox form fieldset input::placeholder{
    color: #8d8a87;
}
.searchBox form fieldset button{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    background-color: #ef2d28;
    color: #fff;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    outline: none;
    padding: 0;
    margin: 0;
}
.searchBox form fieldset button:hover{
    background-color: #d41510;
}
/*================================================
        How It Works Area CSS
=================================================*/
.how_works, .about_us, .daily_offer, .featured_coupons {
    padding: 80px 0;
}
.section_title{
    margin: 0 auto 50px auto;
    text-align: center;
}
.section_title h3{
    font-family: "Nunito-Bold", sans-serif;
    font-size: 42px;
    position: relative;
    display: inline-block;
    color: #1f1818;
    text-transform: capitalize;
    color: #ffffff;
}
.section_title h3 span{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #ffffff;
}
.section_title h3 span::before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.section_title h3 span::after{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #4c4c4c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section_title p{
    margin-top: 30px;
}
/* .how_works_item{
    padding: 25px 20px;
    width: 100%;
    text-align: center;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.how_works_item .icon_img{
    width: 210px;
}
.how_works_item.choose_copun .icon_img{width: 290px;}
.how_works_item .icon_img img{
    width: 100%;
    height: auto;
}
.how_works_item.find_location{
    background-color: #e6f7ff;
}
.how_works_item.choose_copun{
    background-color: #e6ffea;
}
.how_works_item.order_deliverd{
    background-color: #ffeee6;
} 
.icon_image_info{
    width: 80%;
    margin: 25px auto 0 auto;
    text-align: center;
}
.icon_image_info h4{
    margin: 0 0 10px 0;
    font-family: "Nunito-Bold", sans-serif;
    font-size: 20px;
}
.icon_image_info p{
    font-size: 15px;
} */
/*================================================
        About Us Area CSS
=================================================*/
.about_content .about_text{
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: center;
}
.about_content .about_text p{
    color: #ffffff;
}
.about_content .about_img img{
    width: 100%;
    height: auto;
}
/*================================================
        Featured Coupons Area CSS
=================================================*/
/* .coupon_slider .single_slider_item{
    position: relative;
    margin: 15px;
    outline: none;
}
.coupon_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background-color: #f5f8fa;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f1818;
    font-size: 14px;
    z-index: 99;
}
.coupon_slider .slick-arrow.slick_left{
    left: -12px;
}
.coupon_slider .slick-arrow.slick_right{
    right: -12px;
}
.single_coupons{
    width: 100%;
    border-radius: 10px;
    padding: 10px 8px;
    border: 1px solid #ef2d28;
    position: relative;
    background-color: #ffffff;
}
.single_coupons::before{
    content: "";
    display: block;
    width: 98%;
    height: 25%;
    position: absolute;
    top: -7px;
    left: 50%;
    background-color: #ef2d28;
    border-radius: 10px;
    transform: rotate(-1.5deg) translateX(-50%);
    z-index: -1;
}
.single_coupons::after{
    content: "";
    display: block;
    width: 98%;
    height: 25%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    background-color: #ef2d28;
    border-radius: 10px;
    transform: rotate(-1.5deg) translateX(-50%);
    z-index: -1;
}
.single_coupon_top {
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.coupon_img{
    position: relative;
    text-align: center;
    z-index: 1;
}
.coupon_img a{
    text-decoration: none;
    text-align: center;
    color: #f9fdf9;
    background-color: #35b729;
    cursor: unset;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
}
.coupon_img a.closed{
    background-color: #ef2d28;
}
.coupon_img a:hover{
    color: #f9fdf9;
}
.coupon_img .img_coupon{
    height: 140px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.coupon_img .img_coupon img{
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.coupon_img > .offer{
    background: #35b729;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    z-index: 3;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.coupon_img > .offer::before, .coupon_img > .offer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #35b729;
    border-radius: 6px;
}
.coupon_img > .offer::before{
    transform: rotate(30deg);
}
.coupon_img > .offer::after{
    transform: rotate(60deg);
}
.coupon_img > .offer > p{
    color: #f9fdf9;
    z-index: 1;
    font-size: 15px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}
.coupon_img > .offer > p >span{
    font-size: 20px;
}
.valid_time{
    margin: 40px 7px 25px 7px;
    text-align: center;
}
.valid_time > p{
    color: #817d7b;
    font-size: 15px;
    margin: 0px;
    text-transform: capitalize;
}
.valid_time > p.valid{
    color: #ef2d28;
}
.single_coupon_bottom{
    padding: 21px 25px 10px 25px;
    text-align: center;
    border-top: 1px dotted #ef2d28;
    position: relative;
    z-index: 0;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single_coupon_bottom::before, .single_coupon_bottom::after{
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #ef2d28;
    position: absolute;
    top: -6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}
.single_coupon_bottom::before{
    left: -14px;
    transform: rotate(90deg);
}
.single_coupon_bottom::after{
    right: -14px;
    transform: rotate(-90deg);
}
.single_coupon_bottom h4{
    font-family: "Nunito-Bold", sans-serif;
}
.single_coupon_bottom a{
    display: block;
    text-transform: uppercase;
    background-color: #ef2d28;
    color: #fff5f5;
    border-radius: 25px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ef2d28;
}
.single_coupon_bottom a:hover{
    color: #ef2d28;
    background-color: #fff5f5;
} */
/*================================================
        Popular Product Area CSS
=================================================*/

.productcategory{
    width: 100%;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    background-color: #ccc6b6;
}

.productcategory img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}

.productcategory:hover img{
        -webkit-transform: scale(1.1) translateX(0%);
        -ms-transform: scale(1.1) translateX(0%);
        transform: scale(1.1) translateX(0%);
}

.productcategory a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.productcategory a::after {
    width: 100%;
    height: 100%;
    transition: all .35s;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(3, 58, 96, 1) 0%, rgba(15, 0, 86, 1) 100%) repeat scroll 0 0;
    /* background-color: rgba(0,0,0,0.5); */
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
}

.productcategory a:hover::after{opacity:0.6}

.productcategory figcaption{
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    z-index: 2;
}

.productcategory figcaption:after, 
.productcategory figcaption:before {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transition: all .35s;
    -webkit-transform: scaleX(.05);
    transform: scaleX(.05);
}

.productcategory figcaption:after {
    border: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(.05);
    transform: scaleY(.05);
}

.productcategory .categoryText{
    top: 50%;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    left: 0;
}

.productcategory .categoryText span{
    display: block;
    font-size: 25px;
    font-style: italic;
    font-family: 'Cormorant', serif;
    transition: all .35s;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.productcategory:hover .categoryText > span{
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px)
}
.categoryText > p{
	max-width:90%;
	font-size:15px;
	line-height:17px;
	/* font-family:'Lato', sans-serif; */
	transition:all .35s;
	margin:auto;
	color:#fff;
	opacity:0;
	z-index:2;
	
	-webkit-transform:translateY(20px);
	transform:translateY(20px)
}
.productcategory:hover .categoryText > p{
	-webkit-transform:translateY(0);
	transform:translateY(0);	
	opacity:1;
}

.productcategory:hover figcaption:before{
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
.productcategory:hover figcaption:after{
	opacity:1;
	-webkit-transform:scaleY(1);
	transform:scaleY(1)
}
/*================================================
        Daily Offer Area CSS
=================================================*/
.daily_offer .section_title{
    margin-left: 0;
    text-align: left;
}
.daily_offer .section_title h3 span{
    bottom: -20px;
    left: 0;
    transform: none;
}
/* .daily_offer_content{} */
.daily_offer_content p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}
.daily_offer_content a{
    color: #ffffff;
    background-color: #ef2d28;
    border: 1px solid #ef2d28;
    border-radius: 30px;
    display: inline-block;
    padding: 12px 20px;
    font-family: "Nunito-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.daily_offer_content a:hover{
    background-color: #ffffff;
    color: #ef2d28;
}
.daily_offer_img{
    /* width: 80%; */
    text-align: right;
}
.daily_offer_img img{
    width: 80%;
    height: auto;
}
/*================================================
        Delivery Services Information Area CSS
=================================================*/
.delivery_info{
    padding: 100px 0px 0 0;
    border-top: 1px solid #8d8a87;
}

.icon_box_style1 {
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.icon_box_style1 .icon i {
	font-size: 46px;
    line-height: 1;
    color: #e7725d;
}
.icon_box_style1::before {
	content: "";
	position: absolute;
	right: 0;
	top: 15%;
	bottom: 15%;
	width: 1px;
	background-color: #ddd;
}
[class*="col-"]:last-child .icon_box_style1::before {
	content: normal;
}
.icon_box_content h5{
    color: #e7725d;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.icon_box_content p{
    color:  #ffffff;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}
/*================================================
        Footer Area CSS
=================================================*/
footer{
    margin-top: 50px;
    background-color: #1f1818;
    color: #999390;
}
footer .footer_top{
    padding: 40px 0;
    border-bottom: 1px solid #433333;
}
.footer_logo{width: 250px}
.footer_logo img{
    width: 100%;
    height: auto;
}
.bottom_logo_text{
    margin-top: 16px;
}
footer h3{
    font-size: 20px;
    margin-bottom: 22px;
}
footer ul.menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
footer ul.menu.social_icon{
    flex-direction: row;
}
footer ul.menu.social_icon li:not(:last-child){
    margin-bottom: 0;
    margin-right: 10px;
}
footer ul.menu li:not(:last-child){
    list-style: none;
    margin-bottom: 10px;
}
footer ul.menu li a{
    text-decoration: none;
    color: #999390;
    text-transform: capitalize;
}
footer ul.menu li a:hover{color: #c22723;}
footer ul.menu li a i{
    margin-right: 15px;
}
.footer_bottom{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_bottom p{
    font-size: 16px;
    text-align: center;
    margin: 0;
}