.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    background-color: #5e42ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-hero-progress {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    height: 3px;
    background: #FFF;
    z-index: 5;
}