@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.banner-video {
    position: relative;
    height: 80vh;
    overflow: hidden
}

.banner-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.banner-video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(0 0 0 / 53%) 0%, rgb(0 0 0 / 47%) 25%, rgb(0 0 0 / 0%) 50%, rgba(0, 0, 0, 0.30) 75%, rgb(0 0 0 / 0%) 100%);
}

.banner-video .carousel-caption {
    z-index: 2
}
.new-carousel-caption{
    bottom: 10% !important;
  
}
.new-carousel-caption h3{
    bottom: 10% !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: bold !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}
.video_cards {
    z-index: 2 !important
}
.banner-text{
    font-size: 56px !important;
    line-height: 54px ;
}
.banner-color{
    color: #0092D8;
}