.DescriptionSwiperTrigger{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.DescriptionSwiperTrigger.text-white>*{
    color: white;
}

.border-swiper-slide-custom{
    border: transparent 6px solid;
    transition: all 0.1s ease-in-out;
}
.swiper-slide.swiper-slide-thumb-active {
    border: var(--color-bright-yellow) 6px solid;
    transition: all 0.1s ease-in-out;
}

@media (min-width: 576px) {
    .DescriptionSwiperTrigger>.swiper{
        width: 50%;
    }
    .swiperDescription{
        width: 50%;
        margin: 0px auto;
    }
}
@media (max-width: 1199px) {
    .dropdown-item{ color: black!important;}
}
