.full-width-video-banner-one {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    background-color: #000;
    font-family: "Proxima Nova Rg", sans-serif;
}

.full-width-video-banner-one__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.full-width-video-banner-one__text-card {
    background: #053868;
    backdrop-filter: blur(1px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.4);
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition:
        transform 0.25s ease,
        opacity 0.2s ease;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    opacity: 0.8;
}

.full-width-video-banner-one__text-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f9b505;
    opacity: 0.8;
}

.full-width-video-banner-one__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: 2px;
    word-break: break-word;
    color: #fff;
    opacity: 0.8;
}

.full-width-video-banner-one__subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    color: #f9b505;
    word-break: break-word;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .full-width-video-banner-one {
        height: 600px;
    }
    .full-width-video-banner-one__text-card {
        height: auto;
    }
    .full-width-video-banner-one__title {
        font-size: 1.3rem;
    }
    .full-width-video-banner-one__subtitle {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .full-width-video-banner-one {
        height: 500px;
    }
    .full-width-video-banner-one__text-card {
        width: 100%;
        height: auto;
    }
    .full-width-video-banner-one__title {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    .full-width-video-banner-one__subtitle {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .full-width-video-banner-one {
        height: 450px;
    }
    .full-width-video-banner-one__text-card {
        width: 100%;
        height: auto;
    }
    .full-width-video-banner-one__title {
        font-size: 1.1rem;
    }
    .full-width-video-banner-one__subtitle {
        font-size: 0.7rem;
    }
}

@media (max-width: 420px) {
    .full-width-video-banner-one__text-card {
        width: 100%;
        height: auto;
    }
    .full-width-video-banner-one__title {
        font-size: 1rem;
    }
}
