.home-banner-content {
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 1.5;
}

{#.home-banner-bg-video {
    z-index: -1 !important;
}
#banner-video {
            position: fixed;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1; /* Place the video behind other elements */
        } #}

/* @media screen and (max-width: 600px) {
      .home-banner-bg-video {
        display: none;
      }
    } */