.header_wrapper {
    background-color: transparent;
    height: 185px;
}
.menu ul li a,
.menu ul li a:hover,
.menu ul li a:focus {
    color: #fff;
}

/* -- Home - Projects -- */

#projects_section {
    padding: 20px 10px 50px;
}
.projects-swiper::before,
.projects-swiper::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 45px;
    height: 100%;
    z-index: 2;
}
.projects-swiper::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, transparent 100%);
}
.projects-swiper::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, .6) 0, transparent 100%);
}
.swiper {
    max-width: 1900px;
    width: 100%;
}
.swiper-slide {
    background: #ddd;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-slide {
    max-width: 800px;
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 25px !important;
}