.projects { 
    background-image: url('../images/project-backgr.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
    padding-bottom: 80px;
    padding-top: 80px;
}

.projects__title {
    font-weight: 900;
    font-size: 30px;
    text-align: right;
    margin-bottom: 90px;
    text-decoration: underline;
}

.projects__text {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;   
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding: 15px 15px;
    color: #ffffff;
    background-color: rgba(18, 34, 60, 0.8);    
}


.projects__image { 
    height: 30vmin;
    min-height: 250px; 
    max-height:350px;  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.swiper-slide {
    position: relative;       
}

.swiper__projects-wrapper {
    margin-bottom: 50px;
}

.swiper-pagination-bullet {
    border: 2px solid #F89410;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background-color: #F89410;
}

.swiper {}

.swiper-wrapper {}

.swiper-slide {}

.swiper-pagination {   
}


@media (max-width:1440px) {

}

@media (max-width:1140px) {
    .projects__title {
        margin-bottom: 60px;
    }
}

@media (max-width:1080px) {  }


@media (max-width:1040px) {
}

@media (max-width:768px) { 
    .projects__title {
        font-size: 25px;
    }
     .projects {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:568px) {
    .projects__title {
        font-size: 20px;
    }
 
}

@media (max-width:344px) {}