.home-slider{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.home-slider-box{
    display: flex;
    white-space: nowrap;
    gap: 50px;
    padding: 5rem 0;
    position: relative;
}
/* .home-slider-box::after{
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    right: 0;
    background: #b0c3ff;
    z-index: -10;
    position: absolute;
} */
.home_slider_img{
    width: 350px;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: inline-block;
    border-radius: 100rem;
}
@media(max-width:768px){
    .home_slider_img{
        width: 250px;
    }
}