 

 *{
    margin: 0;
    padding: 0;
 };


 body{
    width: 100%;
    height: 100%;
    background-color: #EFF2F1 !important;
 }

 
 .bg-past{
    background-color: #3B5D50!important;
 }
 .fs-18{
    font-size: 18px !important;
 }
 .fs{
    font-size: 17px;
 }

 .bg-white{
    background-color: white !important;
 }
 .text-successs{
    color: #3B5D50 !important;
 }
 .hover-past:hover{
    background-color: #3B5D50 !important;
    iconify-icon{
        color: white !important;
    }
 }
 .hover-past{
    background-color: #3b5d5041 !important;
 }

 /* Navbar */

.navbar-logo{
    position: relative;
    overflow-x: hidden;
}


.active::after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #F9BF29 !important;
    position: absolute;
    bottom: 0;
    left: 0;
 }

 .navbar-logo::before{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #F9BF29 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease;
}; 
.navbar-logo:hover ::before{
    opacity: 100% !important;
}






.sofas{
    position: relative;
    z-index: 1;
    width: 80% !important;
    @media only screen and (max-width: 600px) {
        width: 95% !important;
    }
}
.sofas::after{
    content: '';
    width: 220px;
    height: 220px;
    background-image: url(./img/sofa/dots-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: -1;
    @media only screen and (max-width: 600px) {
       right: -0px;
    }

}



.plus-icon{
    position: relative;
    top: -18px;
    z-index: 2;
}
.main-items-hover{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.main-items:hover{
    .plus-icon{
        opacity: 100% !important;
        transition: .2a ease;
    }
}
.main-items-hover:hover{
     
    img{
        scale: 1.1;
        transition: .5s ease;
    }
}
.main-items-hover::after{
    content: '';
    background-color: #dce5e452;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all ease;
    transform: translateY(100%);
    z-index: -1;
}
.main-items-hover:hover::after{
    transform: translateY(40%);

}






.Choose-icons{
    position: relative;
    display: inline-block;
}
.Choose-icons::before{
    content: '';
    background-color: #CBD5D1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -1;
}
.images-yellow-dot{
    position: relative;
    top: 50px;
    left: 50px;
    @media only screen and (max-width: 768px) {
        top: 50px;
        left: 0px;
    }
}
.images-yellow-dot::before{
    content: '';
    background-image: url(./img/icons/dots-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 250px;
    height: 250px;
    top: -55px;
    left: -55px;
    z-index: -1;
}





.img-grids{
    position: relative;
    z-index: 1;
    display: grid;
    column-gap: 5px;
    row-gap: 5px;
}
.img-grids::after{
    content: '';
    background-image: url(./img/next/dots-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: -1;
}

.img-items-1{
    grid-column: 1 / span 18;
    grid-row: 1 / span 27;
}
.img-items-2{
    grid-column: 19 / span 12;
    grid-row: 1 / span 5;
}
.img-items-3{
    grid-column: 15 / span 16;
    grid-row: 6 / span 27;
}




.min-picture{
    width: 120px !important;
    height: 120px !important;
    background-color: #DCE5E4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.last-img-images{
    position: relative;
    
}
 
.last-img-images::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}





  