.carousel-multi {
    overflow: hidden;
}

.figcaption {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(0,0,0,.5);
    color: var(--bs-white);
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.captation {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-white);
    text-align: center;
}

.caption-after::before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0) 25%);
    border-radius: var(--bs-border-radius);
}

.carousel-multi > span {
    margin: 0;
    padding: 0;
}

.slide-multi {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .3s ease-in-out;
}

.infinite-transform {
    transition: none !important;
}

.w-100-30 {
    width: calc(100% - 30px);
}

.pe-30 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.z-index-1{
    z-index: 1;
}

.z-index-0 {
    z-index: -1 !important;
}

.opacity-btn-0 {
    opacity: 0 !important;
}

.ratio-img-1-38 {
    aspect-ratio: 1.38;
    width: 100%;
    object-fit: cover;
}

.ratio-img-0-7 {
    aspect-ratio: 0.7;
    width: 100%;
    object-fit: cover;
}

.ratio-img-275-height {
	height: 300px;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}

.hover-transform {
    transition: opacity 0.2s ease, transform 0.2s linear;
}

.hover-transform:hover {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .btn-carousel {
        position: absolute;
        z-index: 2;
        background: none;
        border: none;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.75;
        transition: opacity 0.2s ease, transform 0.2s linear;
    }
}

@media (min-width: 992px) {
    .btn-carousel {
        position: absolute;
        z-index: 2;
        background: none;
        border: none;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.2s ease, transform 0.2s linear;
    }
}


.carousel-hover:hover .btn-carousel {
    opacity: 0.75;
}

.btn-carousel:hover {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.04);
}

.btn-carousel.next {
    right: 1rem;
}

.btn-carousel.prev {
    left: 1rem;
}

.btn-carousel:focus {
    opacity: 0.8 !important;
    transform: translateY(-50%) scale(1);
}

@media (max-width: 992px) {
    .btn-carousel-absolute {
        position: absolute;
        z-index: 2;
        background: none;
        border: none;
        top: 50%;
        opacity: 0.5;
        transition: opacity 0.2s ease, transform 0.2s linear;
    }

    .btn-carousel-absolute.next {
        right: 30px;
    }

    .btn-carousel-absolute.prev {
        left: 30px;
    }
}

@media (min-width: 992px) {
    .btn-carousel-absolute {
        position: absolute;
        z-index: 2;
        background: none;
        border: none;
        top: 50%;
        opacity: 1;
        transition: opacity 0.2s ease, transform 0.2s linear;
    }

    .btn-carousel-absolute.next {
        right: -70px;
    }

    .btn-carousel-absolute.prev {
        left: -70px;
    }
}

.btn-carousel-absolute:hover {
    opacity: 1 !important;
    transform: scale(1.04);
}

.btn-carousel-absolute:focus {
    opacity: 0.8 !important;
    transform: translateY(-50%) scale(1);
}

.bg-var-silver {
    background-color: #c0c0c0;
}
