.color-carousel-item img {
    height: auto;
    max-height: 450px;
    object-fit: cover;
}

.color-carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.color-img-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.color-carousel-control-prev,
.color-carousel-control-next {
    width: 5%;
}

.color-carousel-control-prev-icon,
.color-carousel-control-next-icon {
    background-color: black;
    padding: 10px;
    border-radius: 50%;
}

.color-carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.color-carousel-indicators button {
    margin: 0 5px;
    border: none;
    background: none;
}

.color-carousel-indicators .color-img-thumbnail {
    transition: transform 0.3s ease;
}

.color-carousel-indicators button.active .color-img-thumbnail {
    transform: scale(1.2);
}
