@font-face {
    font-family: "Sigurd";
    src: url(../font/fonnts.com-Sigurd-Semi-.otf);
}

@font-face {
    font-family: "Fjalla";
    src: url(../font/FjallaOne-Regular.ttf);
}

@font-face {
    font-family: "Raleway";
    src: url(../font/Raleway-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Rosario";
    src: url(../font/Rosario-VariableFont_wght.ttf);
}



html,
body {
    scroll-behavior: smooth
}



body {
    margin: 0;


}


#navigation-bar {
    display: flex;
    background-color: #FFB81C;
    height: 62px;
    align-items: center;
}

#nav-list {
    display: flex;
    width: 81%;
    justify-content: center;
    gap: 20%;
    align-content: center;
    margin-left: 27%;
    margin-right: 27%;
    padding: 0;
}

#logo {
    padding-left: 70%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;

    font-size: 1rem;
    font-weight: bold;
    font-family: "Raleway";
    color: #00274D;
    letter-spacing: 0.3px;
}


#hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 103vh;
}

#image-hero {
    background-image: url(../images/image-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%
}


#title-cta {
    height: 500px;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

h1 {
    font-size: 7.5rem;
    font-family: "Sigurd";
    font-weight: bold;
    letter-spacing: 4.8px;
    color: #00274D;
    margin: 0;
}

.cta-button {
    width: 282px;
    height: 65px;
    border-radius: 750px;
    border: none;
    background-color: #FFB81C;
    font-size: 16px;
}


.cta-button a {
    font-family: "Fjalla";
    font-size: 1.18rem;
    letter-spacing: 3.4px;
    font-weight: 500;
    padding: 7% 16% 7% 16%;
}

h2 {
    font-size: 11.25rem;
    text-align: center;
    font-family: "Sigurd";
    margin: 0;

    color: white;
    padding-top: 44px;
}

#background-image {
    background: url(../images/002.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
    height: 104vh;

}

video {
    width: 725.81px;
    height: 375px;
}


#video-text {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 71vh;

}

#paragraph {
    font-size: 1.31rem;
    font-family: "Rosario";
    letter-spacing: 0.6px;
    line-height: 38.22px;
    width: 47%;
    color: white;
}

footer {
    height: 87px;
    color: #00274D;
    background-color: #FFB81C;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 1.2px;
}

footer p {
    font-size: 1rem;
    font-family: "Rosario";
    letter-spacing: 1.7px;
}











/* RESPONSIVE */

@media screen and (max-width: 1506px) {

    #navigation-bar {
        display: flex;
        background-color: #FFB81C;
        height: 201px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #nav-list {
        display: flex;
        width: 100%;

        align-content: center;
        margin-left: 0;
        margin-right: 0;

        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    #logo {
        padding-left: 0;
        padding-top: 10px;
    }

    ul {
        list-style: none;
    }

    a {
        text-decoration: none;

        font-size: 1rem;
        font-weight: bold;
        font-family: "Raleway";
        color: #00274D;
        letter-spacing: 0.3px;
    }


    #hero-header {
        display: flex;
        align-items: center;
        height: 80vh;
        flex-direction: column;
    }

    #image-hero {
        background-image: url(../images/image-hero.jpg);

        width: 100%;
        height: 75%;
    }


    #title-cta {
        height: 700px;
        width: 76% 368.594px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    h1 {
        font-size: 4.5rem;
        font-family: "Sigurd";
        font-weight: bold;
        letter-spacing: 4.8px;
        color: #00274D;
        margin: 0;
    }

    .cta-button {
        width: 257px;
        height: 53px;
        border-radius: 750px;
        border: none;
        background-color: #FFB81C;
        font-size: 10px;
    }


    .cta-button a {
        font-family: "Fjalla";
        font-size: 1.18rem;
        letter-spacing: 3.4px;
        font-weight: 500;
        padding: 7% 10% 7% 10%;
    }

    h2 {
        font-size: 5.7rem;
        text-align: center;
        font-family: "Sigurd";
        margin: 0;

        color: white;
        padding-top: 44px;
    }

    #background-image {
        background: url(../images/002.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
    }

    video {
        width: 350px;
        height: 375px;
    }

    #video-text {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 67vh;
        flex-direction: column;
    }

    #paragraph {
        font-size: 0.8rem;
        font-family: "Rosario";
        letter-spacing: 0.6px;
        line-height: 38.22px;
        width: 90%;
        color: white;
        text-align: center;
    }

    footer {
        height: 87px;
        color: #00274D;
        background-color: #FFB81C;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 1.2px;

    }

    footer p {
        font-family: "Rosario";
        letter-spacing: 1.0px;
        font-size: 0.8rem;
    }









}