/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 video#header-video-video {
    width: 100%;
}
.header-video-container-inner {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: calc(100vw / 3.5);
    left: calc(100% / 2 - 590px);
    z-index: 1;
}
.header-video-title {
    font-size: 70px;
    max-width: 600px;
    line-height: 77px;
}
.header-video-button-1 {
    text-decoration: none;
    background-color: #F6CE47;
    color: #292D34;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    margin-right: 20px;
}
.header-video-button-2 {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    border: 1px solid #ffffff20;
    margin-right: 20px;
}
.header-video-button-3 {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    border: 1px solid #ffffff20;
}

.header-video-svg {
    transform: translate(50%, -200px);
    right: 50%;
    position: fixed;
    z-index: 1;
}
.header-video-svg-mobile {
    display: none;
}
.header-video-vid {
    position: relative;
}
.header-video-vid:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background-image: radial-gradient(at 17% 1%, hsla(60, 89%, 62%, 0.33) 0px, #00000094 50%), radial-gradient(at 15% 78%, hsla(266, 0%, 0%, 0) 0px, transparent 50%);
}
.header-video-vid:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(84, 84, 84, 0) 0%, rgb(32 36 40) 100%);
}
.header-video-container {
    background: linear-gradient(0deg, rgb(45 45 45) 0%, rgba(23, 29, 36, 1) 100%);
    overflow: hidden;
}
.header-mobile-svg {
    display: none;
}
.header-video-buttons {
    display: flex;
}
@media (max-width: 600px) {
    .header-video-buttons {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .header-mobile-svg {
        display: block;
        overflow: hidden;
        position: absolute;
        height: 800px;
        width: 100%;
    }    
    .header-video-svg-mobile {
        display: block;
        transform: translate(50%, -200px);
        right: 50%;
        position: absolute;
        top: 200px;
        z-index: 1;
        overflow: hidden;
    }
    .header-video-img-title {
        font-size: 51px;
        line-height: 81px;
    }
    video#header-video-video {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    .header-video-container-inner {
        left: auto;
        margin: 0 35px;
        top: 200px;
    }
    .header-video-title {
        font-size: 50px;
        line-height: 55px;
    }
    .header-video-button-1 {
        font-size: 14px;
        padding: 9px 21px;
        margin-top: 20px;
    }
    .header-video-button-2 {
        font-size: 14px;
        padding: 9px 21px;
        margin-top: 20px;
    }
    .header-video-button-3 {
        font-size: 14px;
        padding: 9px 21px;
        margin-top: 20px;
    }

}