header{
    background-color: transparent;
    position: fixed;
    z-index: 2;
}
header.active{
    background-color: #91A99B;
}
header nav,
header.sticky.active nav{
    border-bottom: 1px solid white;
}
header.sticky{
    background-color: #91A99B;
    z-index: 3;
}
header.sticky nav{
    border-bottom: none;
}
.banner{
    position: fixed;
}
.banner .swiper{
    height: 100%;
    padding: 0;
}
.banner .swiper .swiper-slide{
    align-items: flex-start;
}
.content{
    position: relative;
    z-index: 2;
}
.atasan-banner{
    height: 100vh;
}
.swiper-mitra{
    border-bottom: 1px solid #91A99B;
}
.swiper-mitra .swiper-wrapper{
    padding-bottom: 15px;
}
.swiper-solution .headline-bergaris{
    font-size: 20px;
    font-weight: 500;
}
.swiper-solution a{
    text-decoration: none;
}
@media (max-width: 700px){
    .swiper-mitra2 .card{
        width: 180px;
    }
    .swiper-mitra2 .card .img{
        width: 180px;
        height: 180px;
    }
}
@media(max-width: 600px){
    .swiper-mitra2 .card{
        width: 130px;
    }
    .swiper-mitra2 .card .img{
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 480px){
    .banner-teks{
        max-width: 350px;
    }
}
@media (max-width: 400px){
    .swiper-mitra2 .card{
        width: 180px;
    }
    .swiper-mitra2 .card .img{
        width: 180px;
        height: 180px;
    }
}