.direcards.added{
    width:1010px;
    /* height:1000px; */
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:darkblue;
    overflow: hidden;
    
}

.added img{
    width:1000px;      
            
}

.pproper{
    background-color:blue;                    
}

.pproper p{          
    color:white;           
}


.slider-inner{
    display: flex;   
    transition: transform 0.5s ease;  
}


.slider-inner img{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
}