img{
    object-fit: cover;
}
body{
    overflow-x: hidden;
}
.swiper-pagination-testimonials{
    display: flex;
    justify-content: center;
}
#banner{
    position: relative;
}
#banner:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.507);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width:1280px) {
    header .container{
        flex-direction: column ;
        gap: 20px;
    }
}
@media screen and (max-width:770px) {
    header .container{
        flex-direction: row ;
        gap: 20px;
    }
}
