/* ===================new home page css=================== */
.hom-salon-service-container{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 13px 0;
}
.service-img-con{
    position: relative;
    overflow: hidden;
}
.hom-salon-service-img{
    width: 100%;
    height: auto;
}
.hom-salon-service-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
    padding: 40px 15px 15px 15px;
}
.hom-salon-title{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 0;
}
.arrow-btn {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    height: 100px;
    width: 100px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}
.arrow-btn img{
    height: 13px;
    margin-right: 2.3rem;
    margin-bottom: 2.3rem;
}
.view-all-btn-sec {
    background: linear-gradient(180deg, #121212 0%, #353535 100%);
    padding: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.view-all-btn {
    background-color: #fff !important;
    border-radius: 0 !important;
    height: 45px;
    color: #121212 !important;
    font-family: 'font-semibold', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}
.count-txt{
    font-size: 64px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'font-semibold', sans-serif !important;
}
.explore-prod-section{
    background-image: url(../../img/updated-banner/Square_bg.png);
    background-color: #121212;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: -7rem;
    padding: 50px 100px;
    border-radius: 10px;
}
.v-all-btn{
    background-color: #fff !important;
    /* border-radius: 0 !important; */
    height: 45px;
    color: #121212 !important;
    font-family: 'font-semibold', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 31%;
    border-radius: 2px !important;
    margin-top: 2.5rem;
}
#explore-prod-section-m-bg{
    padding-top: 0px !important;
}
.product-slider-container{
    position: relative;
}
.prev-btn, .next-btn{
    position: absolute;
    z-index: 1;
    top: 46%;
    opacity: 0.5;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.prev-btn{
    left: -3.5rem;
}
.next-btn{
    right: -3.5rem;
}
.prev-btn:hover, .next-btn:hover{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .prev-btn, .next-btn{
        display:none;
    }
    .hom-salon-service-container {
        border-radius: 0;
        overflow: hidden;
        margin: 0px 0px 25px;
        width: 100%;
    }
    .hom-salon-service-content {
        position: inherit;
        background: #fff;
        padding: 10px 0px 0px 0px;
    }
    .hom-salon-title {
        font-size: 14px;
        line-height: 18px;
        color: #212121;
        margin-bottom: 0;
    }
    .arrow-btn {
        bottom: -3.8rem;
        right: -3.8rem;
    }
    .arrow-btn img {
        height: 11px;
        margin-right: 3rem;
        margin-bottom: 3rem;
    }
    .view-all-btn-sec{
        display: none;
    }
    #explore-prod-section-m-bg{
        background-color: #f3f3f3;
        padding-top: 40px !important;
    }
    .explore-prod-section {
        background-image: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .home-product-slider{
        padding: 0 8px;
    }
    .explore-prod-section .section-heading-new .heading-text{
        color: #121212 !important;
    }
    .explore-prod-section .section-heading-new .subheading-text{
        color: #121212 !important;
    }
    .v-all-btn{
        font-size: 14px !important;
        letter-spacing: 1px !important;
        background: #121212 !important;
        color: #fff !important;
        width: 100%;
        border-radius: 2px !important;
        font-family: 'font-semibold', sans-serif !important;
        text-transform: uppercase;
        margin-top: 1rem;
    }
    .hom-salon-service-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
/* ===================end new home page css=================== */
