.crausel-content {
    top: 50%;
}

.home-hero-carousel {
    width: 100%;
    height: clamp(360px, 65vh, 760px) !important;
    overflow: hidden;
    background: #0f172a;
}

.home-hero-carousel .carousel-inner,
.home-hero-carousel .home-hero-slide {
    width: 100%;
    height: 100% !important;
    max-height: none !important;
}

.home-hero-carousel .home-hero-slide {
    position: relative;
    background: #0f172a;
}

.home-hero-carousel .home-hero-slide img,
.home-hero-carousel .home-hero-slide video {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    object-position: center center;
}

.home-hero-carousel .home-hero-slide.is-image img {
    object-fit: cover;
}

.home-hero-carousel .home-hero-slide.is-video video {
    object-fit: cover;
}

.home-hero-carousel .crausel-content {
    z-index: 2;
}

.home-hero-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media screen and (max-width:550px) {

    #fullscreenCarousel {
        height: 25vh;
    }

    .carousel-inner {
        height: 90%;
    }

    .carousel-inner .crausel-content {
        top: 50%;
        width: 100%;
    }

    .carousel-inner .crausel-content i {
        white-space: unset
    }

    .feature-section {
        display: none;
    }

    .stats-section {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #fullscreenCarousel.home-hero-carousel {
        height: clamp(240px, 54vw, 420px) !important;
    }

    .home-hero-carousel .carousel-inner {
        height: 100% !important;
    }

    .home-hero-carousel .home-hero-slide.is-image img {
        object-fit: contain;
    }

    .home-hero-carousel .home-hero-slide.is-video video {
        object-fit: cover;
    }
}

@media screen and (max-width:420px) {
    #fullscreenCarousel.home-hero-carousel {
        height: clamp(125px, 32vw, 300px) !important;
    }
}