/* navbar */
.p-cstm{
    padding: 22px 30px !important;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    border: 1px solid #072720;
    color: #082720;
    text-align: center;
    transition: all ease 0.5s;
}

.swiper-button-next.next-cstm{
    left: auto;
    right: 0;
}

.swiper-button-prev.prev-cstm{
    left: auto;
    right: 45px;
}

.swiper-button-next::after, .swiper-button-prev::after{
    content: '' !important;
    font-family: 'FontAwesome' !important;
    font-size: 17px !important;
    line-height: 1;
}
