.page-hero {
    position: relative;
    height: 650px;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 1;
}


.background-video-content {
    position: relative;
    z-index: 1;
}

.background-video-content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    gap: 30px;
}

.hero-sub-title {
    color: var(--color-sec-red);
    text-align: left;
    line-height: 23px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
}


.hero-title{
    z-index: 6;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 72px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.hero-p {
    z-index: 6;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    max-width: 700px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px;
}

.hero-btn, .hero-btn:hover {
    z-index: 8;
    background-color: rgb(255, 38, 38);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 2px;
    text-align: left;
    line-height: 37px;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 32px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}