
.carousel-inner{
    position: relative;
}


.image-carousel .carousel-item{
    position: relative;
    height: 450px;
}

.image-carousel .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0;
    width: 100%;
}


@media (max-width: 991px) {
    .image-carousel .carousel-item img {
        height:100%;
        width: 100%;
    }

    .image-carousel .carousel-inner{
        height: 200px;
    }

    .image-carousel .carousel-item img {
        top: 30%;
    }
}


.image-carousel .carousel-caption{
     background-color: rgba(2, 2, 2, .7);
    padding: 20px;
    text-align: left;
}

.image-carousel .carousel-caption .hero-h1{
    position: relative;
    background-color: transparent;
    text-shadow: 4px 4px #1a0f0f;
}

@media (max-width: 767px) {
    .image-carousel .carousel-item img {
        height: 100%;
        width: auto;
    }
}

.slider-overlay{
    background-image: linear-gradient(to right, rgba(5, 28, 82, 0.94), rgba(255, 255, 255, 0.27));
    box-shadow: rgba(42, 42, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.container-sm{
    width: 80%;
}

.slider-header{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

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

.banner-content{
    margin: 30px 0;
    font-size: 16px;
    color: #fff;
}

.button-carousel {
    text-align: left;
    padding: 8px 60px;
    border-radius: 3px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border: 0px;
    background: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    transition: all .5s ease-in-out;
}

.button-carousel:hover{
    color: #fff;
    box-shadow: 5px 10px 12px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.3) !important;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #053a5f;
    border: 4px solid rgba(222, 222, 222, 0.85);
}