/*** Carousel ***/

@media (min-width: 992px) {
    #header-carousel .carousel-item {
        height: 95vh;
    }

    #header-carousel .carousel-item img {
        height: 95vh;
        object-fit: cover;
        object-position: center;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}
.carousel-caption h3 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}


.bg-light-translucent {
    background-color: rgba(255, 255, 255, 0.056);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 1rem;
}


@media (max-width: 576px) {
    .carousel-caption h2 {
        font-size: 24px !important;
    }
    .carousel-caption h3 {
        font-size: 18px !important;
    }
    .carousel-caption h4 {
        display: none !important;
    }
    .facts-h4 {
		display: block !important;
        margin-bottom: -40px;
	}
    .facts-container {
        margin-bottom: -120px
    }
}



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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

