.heading{
    width: 100%; height: auto;
    margin: 0; margin-bottom: 20px;
    text-align: center;
}

.see-all{
    width: auto; height: auto;
    margin: 0;
    position: absolute; top: 20px; right: 20px;

}

.see-all a{
    font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400;
    text-decoration: none;
    color: #f5f9fa; 

}


.see-all a:hover{
    color: deepskyblue;
}


.portfolio-slider-container{
    width: 100%; height: auto;
    margin: 0;
    color: #f5f9fa; background-color: #1a1d1f;
    padding: 10px; box-sizing: border-box;
    border-radius: 15px;
}

.portfolio-slider-container .portfolio-slider{
    width: 100%; height: auto;
    margin: 0; margin-top: 10px;
}

.portfolio-slider-container .portfolio-slider .slides .image{
    width: 95%; height:auto ;
    margin: 0 2.5%;
    border-radius: 15px; box-sizing: border-box;
    cursor: pointer;
}