.swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
  }

.swiper-slide
{
    background-position: center;
    background-size: cover;
}

.swiper-slide
{
    width: 100%;
    height: 600px;
    
}
.swiper-slide img
{
    display: block;
    width: 100%;
    object-fit: cover !important;
}

.nav__btn
{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* transform: translateY(10px); */
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.nav__btn:hover
{
    background-color: rgba(0, 0, 0, 0.8);
}

.nav__btn::after,
.nav__btn::before
{
    font-size: 20px;
    color: #FFFFFF;
}