@font-face{
    font-family:"ABC Whyte";font-weight:400;font-display:swap;font-style:normal;
    src:
            url(themes-custom-faigle-dist-assets-fonts/b81d87fdb767abe41b2e.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/b5ecc9a763975c8c13a2.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/ccfd4055f41ee09b493b.otf) format("opentype")
}

@font-face{
    font-family:"ABC Whyte";font-weight:400;font-display:swap;font-style:italic;
    src:
            url(themes-custom-faigle-dist-assets-fonts/de3b19af54a53bf739b2.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/fba65b63fb3013c42a6a.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/e1aece732093fc57dc76.otf) format("opentype")
}

@font-face{
    font-family:"ABC Whyte";font-weight:500;font-display:swap;font-style:normal;
    src:
            url(themes-custom-faigle-dist-assets-fonts/a9896acc5b7d61f1401b.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/e09a60dbddb45c3c11b7.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/a2e02c24c2298b261901.otf) format("opentype")
}

@font-face{
    font-family:"ABC Whyte";font-weight:500;font-display:swap;font-style:italic;
    src:
            url(themes-custom-faigle-dist-assets-fonts/775011174d98eb9afec3.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/bd9fe137aadc11af507a.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/8716105cbc78932dc6fe.otf) format("opentype")
}

@font-face{
    font-family:"ABC Whyte";font-weight:700;font-display:swap;font-style:normal;
    src:
            url(themes-custom-faigle-dist-assets-fonts/856cfef0d41056fb38b8.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/f2d4c132d377f3645790.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/37c3e3a9854d2fc3bf46.otf) format("opentype")
}

@font-face{
    font-family:"ABC Whyte";font-weight:700;font-display:swap;font-style:italic;
    src:
            url(themes-custom-faigle-dist-assets-fonts/250ef98eee3f9ca37de9.woff2) format("woff2"),
            url(themes-custom-faigle-dist-assets-fonts/cf002c38d484522d5b9c.woff) format("woff"),
            url(themes-custom-faigle-dist-assets-fonts/d0c18a874322757ed9b2.otf) format("opentype")
}

body {
    font-family: ABC Whyte, sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-left: 200px;
}

#myVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.container {
    position: relative;
    z-index: 1;
    text-align: left;
    width: 600px;
    padding-right: 50%;
}

header{
    top: 0;
    position: absolute;
}

h1 {
    font-size: 50px;
    font-weight: bold;
}

p {
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
}

a {
    text-decoration: none;
    color: black;
}

.button {
    display: inline-block;
    background-color: rgb(189, 155, 8);
    color: white;
    padding: 2rem 1.5rem;
    text-decoration: none;
    font-size: 20px;
    border-radius: 1rem;
    margin-top: 15px;
    font-weight: normal;
}

.footer-point {
    padding-right: 5%;
    line-height: 30px;
}

.footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.9em;
    color: black;
    z-index: 1;
    min-width: 600px;
}

.Header{
    margin-top: 40px;
}

.active{
    font-weight: bold;
}

@media screen and (max-width: 1458px) {
    body {
        padding-left: 100px;
    }

    .footer{
        min-width: 450px;
    }

    .footer-point{
        line-height: 25px;
        padding-right: 10%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-left: 100px;
    }

    .footer{
        min-width: 315px;
    }

    .footer-point{
        line-height: 25px;
        padding-right: 10%;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    #myVideo{
        width: 30%;
    }
}

@media screen and (max-width: 425px) {
    body {
        padding-left: 20px;
    }

    .footer{
        min-width: 150px;
        max-width: 150px;
    }

    .footer-point{
        line-height: 25px;
        padding-right: 10%;
    }

    h1{
        font-size: 25px;
    }

    p{
        font-size: 16px;
        line-height: 20px;
    }

    .button{
        padding: 1rem 1.5rem;
        margin-top: 10px;
        font-size: 16px;
    }

    #myVideo{
        clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
    }
}
