.hero-slider .carousel-item img {
    max-height: 260px;
    object-fit: cover;
    object-position: 0 20%;
    /* Move slightly lower than the top */
    max-height: 260px;
    min-height: 260px;

}

.carousel-item h5 {

    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
}

.view .carousel-item img {
    object-fit: scale-down !important;
}


.view .carousel-control-next, .view .carousel-control-prev{
    opacity: 0.6 !important;
}

.view .carousel-control-next-icon, .view .carousel-control-prev-icon{
    background-color: var(--color-primary);
    border-radius: 50%;
    opacity: 0.8;
}

.view .carousel-indicators [data-bs-target]{
    background-color: var(--color-primary) !important;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.css-outline {
    padding: 6px 30px;
    border: 1px solid white;
}

@media only screen and (max-width :795px) {
    .carousel-item h5 {
        font-size: 16px !important;
    }

    .css-outline {
        padding: 5px 10px;
        border: 1px solid white;
    }

    .css-outline h3 {
        font-size: 17px;
    }

}
