.hero-video-nav-wrapper{
    position: relative;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.hero-video-preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  z-index:5;
}

.hero-video-nav {
/*     width: 1440px; */
  z-index: 2;
}


.hero-video-video{
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.hero-video-vid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%; 
}

.hero-video-vid-audio{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%; 
}


.hero-video-info{
    margin-top: 200px;
    display: flex;
    column-gap: 40px;
}

.hero-video-link{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    transition: 200ms;
}
.hero-video-link:hover{
    letter-spacing: .08em;
}


.hero-video-link:hover i{
    margin-left: 20px;
}


.hero-video-nav-nav-wrapper{
    background-color: var(--blue-dark);
    min-height: 100px;
}

.hero-video-nav-nav{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.hero-video-nav-item{
    display: flex;
    color: #fff;
    height: 80px;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: 250ms;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    border-right: 1px solid var(--blue);
}


.hero-video-nav-item:last-of-type{
    border-right: 0px;
}

.hero-video-nav-item:active,
.hero-video-nav-item:focus,
.hero-video-nav-item:hover{
    background-color: #10069F;
    font-weight: 500;
}

.hero-video-above-title{
    font-size: clamp(2rem, 1.8vw + 1rem, 2.5rem);
    text-transform: uppercase;
    font-weight: 300;
}

.hero-video-nav-item{
    position: relative;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

h1.hero-video-title.hero.hero-font-smaller,
h1.hero-video-title.hero.hero-font-smaller span{
    font-size: clamp(2.5rem,5.6vw + 1rem, 7rem);
    font-weight: 700;
    line-height: clamp(2.5rem,5.6vw + 1rem, 7rem);
}



.hero-video-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background-color: rgba(0, 171, 250, .8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}

.hero-video-video .play-button i {
    font-size: 80px;
    color: white;
}


.hero-video-video .play-button{
    width: 20vw;
    height: 20vw;
    max-width: 160px;
    max-height: 160px;
}

.hero-video-video .play-button i {
    font-size: clamp(10px, 10px + 10vw, 70px) !important;
    transform: translatex(3px)!important; 
}   



.hero-video-logo img{
    max-width: 400px;
}

.hero-video-video .play-button{
    z-index: 6 !important;
}

@media(min-width: 768px) and (max-width: 969px){
    .hero-video-video .play-button{
        max-width: 120px;
        max-height: 120px;
    }
}





@media(max-width:999px){
    .hero-video-nav-nav.inner-cont{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width: 768px){
    .hero-video-nav-item:before,
    .hero-video-nav-item:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        transition: 250ms;
    }
    .hero-video-nav-item:before{
        top: -20px;
    }
    .hero-video-nav-item:after{
        bottom: -20px;
    }

    .hero-video-nav-item:hover:before,
    .hero-video-nav-item:hover:after{
        background-color: #10069F;
    }
}









@media (max-width: 767px) {
    .hero-video-nav h1, 
    .hero-video-nav h3,
    .hero-video-subtitle,
    .hero-video-link-wrap{
        opacity: 1; 
        position: static;
        transform: none; 
    }
    
    .hero-video-info{
        margin-top: 100px;
        flex-direction: column;
        grid-row-gap: 40px;
        
    }
    
    .hero-video-nav-nav{
        flex-direction: column;    
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .hero-video-nav-item{
        border-right: 0px;
        border-bottom: 1px solid var(--blue);
    }
    .hero-video-nav-item:last-of-type{
        border-bottom: 0px;
    }

}

@media(max-width: 767px){
    .hero-video-nav-wrapper{
        height: 700px;
    }
    .hero-video-above-title,
    .hero-video-above-title span {
        font-size: clamp(1.5rem, 1vw + .5rem, 2.5rem);
    }
    .hero-video-above-title{
        max-width: 90%;
    }
    .hero-video-above-title, .hero-video-above-title span {
        line-height: clamp(2.4rem,1.8vw + 1rem,3rem);
    }
}



/* @media(max-width: 767px){ */
.hero-video-nav.inner-cont{
  width: 100%;
}
/* } */










/* .hero-video-nav-wrapper{
    position: relative;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hero-video-nav {
    width: 1440px;
}


.hero-video-video{
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.hero-video-vid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%; 
}




.hero-video-info{
    margin-top: 200px;
    display: flex;
    column-gap: 40px;
}

.hero-video-link{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    transition: 200ms;
}
.hero-video-link:hover{
    letter-spacing: .08em;
}


.hero-video-link:hover i{
    margin-left: 20px;
}


.hero-video-nav-nav-wrapper{
    background-color: var(--blue-dark);
    min-height: 100px;
}

.hero-video-nav-nav{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.hero-video-nav-item{
    display: flex;
    color: #fff;
    height: 80px;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: 250ms;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    border-right: 1px solid var(--blue);
}


.hero-video-nav-item:last-of-type{
    border-right: 0px;
}

.hero-video-nav-item:active,
.hero-video-nav-item:focus,
.hero-video-nav-item:hover{
    background-color: #10069F;
    font-weight: 500;
}









/* .hero-video-nav-wrapper{
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hero-video-nav {
    width: 1440px;
}

.hero-video-info{
    margin-top: 200px;
    display: flex;
    column-gap: 40px;
}

.hero-video-link{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    transition: 200ms;
}
.hero-video-link:hover{
    letter-spacing: .08em;
}


.hero-video-link:hover i{
    margin-left: 20px;
}





 */ */