/***************************************Variables*******************************************/
:root {
    --primary-color: #4B4B4B;
    --light--graycolor: #676060;
    --black-color: #404244;
    --black-secondary-color: #393737;
    --secondary-color: #ed6963;
    --teriary-color: #fd5590;
    --grey-color: #F9F9FE;
    --primary-border-radius: 14px;
    --secondary-border-radius: 8px;
    --transition: all .4s ease-in-out;
    --font-regular: 'Poppins-Light';
    --font-semibold: 'Poppins-SemiBold';
    --font-bold: 'Poppins-Bold';
    --font-medium: 'Poppins-Medium';
}
/***************************************Variables*******************************************/


/***************************************Fonts*******************************************/
@font-face {
    font-family: 'Poppins-Light';
    src: url(../webfonts/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../webfonts/Poppins-SemiBold.ttf);

}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../webfonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(../webfonts/Poppins-Regular.ttf);
}


.font-bold{
    font-family: 'Poppins-Bold', serif
}
.font-semi-bold{
    font-family: 'Poppins-SemiBold', serif
}
.font-light{
    font-family: 'Poppins-Light', serif
}

.font-medium{
    font-family: 'Poppins-Medium', serif
}

.fs-1-2{font-size: 1.2em}
/***************************************Fonts*******************************************/

/***************************************GENERAL*******************************************/
body{
    font-family: var(--font-regular);
    transition: var(--transition);
    overflow-x: hidden;
}

.transition{transition: var(--transition);}
/***************************************GENERAL*******************************************/

/***************************************DIMENSIONS*******************************************/
.radius-14 {border-radius: var(--primary-border-radius)}
.radius-8 {border-radius: var(--secondary-border-radius)}
/***************************************DIMENSIONS*******************************************/

/***************************************OPACITY*******************************************/
.opacity-0{opacity: 0}
.opacity-1{opacity: 1}
/***************************************OPACITY*******************************************/

/***************************************COLORS*******************************************/
.primary{color: var(--primary-color)}
.primary-bg{background-color: var(--primary-color)}

.secondary{color: var(--secondary-color)}
.secondary-bg{background-color: var(--secondary-color)}

.tertiary{color: var(--teriary-color)}
.tertiary-bg{background-color: var(--teriary-color)}

.grey-bg{background-color: var(--grey-color)}
.black{color: var(--black-color)}
.black-secondary{color: var(--black-secondary-color)}
.light-gray{color: var(--light--graycolor); font-size: .7em}
.white-overlay{background: rgba(255, 255, 255, .6); z-index: 5}
.primary-grediant{background-image: linear-gradient(to right top, #fd5590, #fb5983, #f85e77, #f3636c, #ed6963);}
/***************************************COLORS*******************************************/

/***************************************ENHANCEMENTS*******************************************/
.pointer {cursor: pointer}
/***************************************ENHANCEMENTS*******************************************/


/***********************HEADER********************/
.header-bg{
    background-image: url(../images/header-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    overflow-y: hidden;
}

.navbar-nav .primary{
    transition: var(--transition);
}

.navbar-nav .primary:hover,
.navbar-nav .dropdown-menu a:hover{
    color: var(--teriary-color);
}

.w-100-vw{width: 100vw}
.header-bottom{bottom: -3px; z-index: 2}
.header-bottom.z-less{bottom: -3px; z-index: 0 !important;}
.h-20{height: 20%}

.rabbit{width: 500px}

@media (min-width: 320px) AND (max-width: 992px) {
    .navbar-nav{
        background: rgba(0,0,0,.8);
        z-index: 50000;
        position: absolute;
        width: 100%;
        border-radius: var(--primary-border-radius);
    }
    .navbar-nav li a{
        color: white;
    }
    .header-bg{
        height: 60vh;
    }
    .navbar-nav .dropdown-menu a{
        color: #fff;
    }

    .dropdown-menu{
        background-color: transparent;
    }

}

@media (min-width: 1300px) AND (max-width: 1600px) {

    .header-bg{
        height: 100vh;
    }
}
/***********************HEADER********************/

/***********************CATEGORIES********************/
.categories-section{
    background-image: url(../images/categories-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.category-item img:first-of-type{
    opacity: 0;
    transition: var(--transition);
}

.category-item:hover img:first-of-type{
    opacity: 1;
}

.category-item img {
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    width: 150px;
    height: 182px;
    object-fit: scale-down;
    cursor: pointer;
}

.circle-carousel-bg{
    background-image: url(../icon/Ellipse-2047.png);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav {
    padding: 3rem;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}


@media (min-width: 360px) AND (max-width: 767px) {
    .category-item img:last-of-type {
        height: 155px;
    }

    .category-item img:first-of-type {
        height: 100%!important;
        object-fit: cover;
    }

    .rabbit{
        width: 300px;
    }
}
/***********************CATEGORIES********************/

/***********************PRODUCT********************/
.product-item{
    background-image: url(../images/product.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
/***********************PRODUCT********************/

/***********************HOw IT WORKS********************/
@media(min-width: 1200px){
    .w-lg-75{
        width: 75%;
    }
}

.img-position{
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: var(--transition);
}

.img-holder:hover .img-position{
    opacity: 1;
}
/***********************HOw IT WORKS********************/

/***********************Download********************/
.download-section{
    background-image: url(../images/download.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fs-9{
   font-size: .9em;
}

.fs-8{
   font-size: .8em;
}
/***********************Download********************/

/***********************Footer********************/
.footer{
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.underline::after{
    content: "";
    display: inline-block;
    height: 3px;
    width: 80%;
    background: var(--secondary-color);
    position: relative;
    bottom: 9px;
}

.bottom-footer{
    background-image: url(../images/footer-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/***********************Footer********************/

.owl-carousel .white-overlay:hover{
    opacity: 1;
    cursor: pointer;
}


.modal-dismiss{
    background-image: url(../icon/Ellipse-2073@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.model-bg-custom{
    background-image: url(../images/modal.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled){
    opacity: 1 !important;

}

.modal-dismiss img {
    width: 18px;
    height: 18px;
}

.z-i-5{
    z-index: 5;
}


.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav{
    display: block !important;
    z-index: 5;
    position: relative;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button img,
.owl-carousel .owl-nav button span{
    z-index: 5;
    position: relative;
}

.product-image{
    width: 100%;
    height: 150px !important;
    object-fit: contain;
}

.cover{
    object-fit: fill;
    width: 100% !important;
    height: 100% !important;
}

.header-bg.custom{
    height: auto !important;
}

@media (max-width: 767px) {
    .header-bg.custom{
        height: 60vh !important;
    }
}
