.carousel-item {
    transition: opacity 1s ease-in-out;
}

.dot.bg-opacity-100 {
    background-color: rgba(255, 255, 255, 1);
}
