@media screen and (min-width: 992px) and (max-width:1500px) {
    .project .col-12:nth-child(4){
        display: none;
    }
    .card-alt-bar{
        width: 70% !important;
    }
    .card-alt-bar .progress{
        width: 90% !important;
    }

}

@media screen and (min-width: 650px) and (max-width:1500px){
    .proje-bottom .col-3{
        width: 50% !important;
    }
    .content-3{
        width: 75% !important;
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .card-alt-bar{
        width: 68% !important;
    }
    .proje-bottom img{
        width: 35px !important;
    }
}

@media screen and (max-width: 650px) {
    .proje-bottom .col-3,
    .proje-bottom .col-6{
        width: 100% !important;
        margin-top: 1.5rem;
    }
    .proje-bottom{
        flex-direction: column;
    }
    .language-text{
        width: 65% !important;
    }
}

@media screen and (max-width: 575.98px) {
    .proje-alt{
        width: 100%;
    }
}

@media screen and (max-width: 470px){
    .swiper-cards div:nth-child(1){
        border: 0px !important;
    }
    .swiper-cards div:nth-child(2){
        display: none;
    }
}