.item img{
    border-radius: 30px;
    display: block;
    width: 100%;
    height: auto;
}

.banner-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.banner-carousel .owl-nav .owl-prev,
.banner-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 60px;
    font-size: 18px;
    background-color: var(--color-primary);
}

.banner-item {
    background: linear-gradient(to bottom right, var(--color-primary), var(--color-secondary));
}