
/*
    FONT - Mission100
*/
@charset "utf-8";

@font-face {
    font-family: 'grand-bold';
    src: url('fonts/GrandBold.otf') format("opentype"), url('fonts/GrandBold.ttf') format('truetype');
}

/* <weight>: Use a value from 100 to 900*/
/* <uniquifier>: Use a unique and descriptive class name*/

.outfit-text {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.outfit-text-bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: unset;
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

.jvp-tl_header {
    position: relative;
    height: 500px;
}

.jvp-tl_nav {
    background-color: #0d5979;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

    .jvp-tl_nav ul {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 20px;
        height: 70px;
        padding-right: 70px;
    }

    .jvp-tl_nav a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }

.active {
    color: yellow !important;
}

.jvp-tl_design-element {
    position: absolute;
    width: 50%;
    height: 400px;
    background-image: url('/Common/Images/Mission100/m100_underlines.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -200px;
    bottom: -155px;
}

.jvp-tl_header-headline-container {
    position: relative;
    padding: 0 120px;
    top: 150px;
}

    .jvp-tl_header-headline-container h1,
    .jvp-tl_header-headline-container h2 {
        line-height: 90%;
        margin: unset;
    }

    .jvp-tl_header-headline-container h1 {
        font-size: 10vw;
        text-transform: uppercase;
        text-shadow: 0 5px #fff;
        font-family: 'grand-bold' !important;
        z-index: 1;
        position: relative;
    }

    .jvp-tl_header-headline-container h2 {
        font-size: 40px;
        text-transform: uppercase;
        color: #0d5979;
    }

.jvp-tl_section h1 {
    font-size: 90px;
    text-transform: uppercase;
    text-shadow: 0 5px #fff;
    margin: 0;
    color: #0d5979;
    font-family: 'grand-bold' !important;
}

.jvp-tl_section h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    font-family: 'grand-bold' !important;
}

/* .jvp-tl_section::before {
    content: "";
    display: block;
    background-color: yellow;
    height: 5px;
    width: 100px;
    left: -120px;
    position: absolute;
    top: 20px;
} */

.line {
    width: 100%;
    max-width: 100px;
    height: 8px;
    margin: 0 0 10px 0;
    position: absolute;
    display: inline-block;
    background-color: yellow;
    left: -120px;
    top: 20px;
}

.jvp-tl_section h3 {
    font-size: 30px;
    line-height: 100%;
    margin: 0;
    color: #0d5979;
}

.jvp-tl_section {
    width: 60%;
    left: 300px;
    position: relative;
    margin-bottom: 80px;
    display: flex;
}

    .jvp-tl_section p {
        font-size: 22px;
        line-height: 1.2;
        margin: 15px 0;
    }

.jvp-tl_timeline {
    width: 75px;
    height: 100%;
    background-color: #0d5979;
    position: absolute;
    top: 0;
    left: 140px;
    z-index: -1;
}

.jvp-tl_logo-container {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -30%;
    top: -50px;
}

    .jvp-tl_logo-container img {
        width: 100% !important;
    }

@media (max-width: 1200px) {
    .jvp-tl_header {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {

    .jvp-tl_header {
        height: 450px;
    }

    .jvp-tl_header-headline-container {
        position: relative;
        padding: 50px 120px;
        bottom: 0;
        top: 0;
    }

    .jvp-tl_design-element {
        bottom: -185px;
    }

    .jvp-tl_timeline {
        position: absolute;
        top: 0;
        left: 5%;
    }

    .jvp-tl_section {
        flex-direction: column;
        left: 150px;
    }

    .jvp-tl_section-img-container {
        transform: rotate(0deg) !important;
    }

    .jvp-tl_section h1 {
        font-size: 60px;
    }

    .jvp-tl_finger-img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .jvp-tl_timeline {
        left: 5%;
    }

    .ms-100_footer {
        flex-direction: column;
    }
}


@media (max-width: 600px) {

    body {
        overflow-x: hidden;
    }

    .jvp-tl_header {
        height: 350px;
    }

    .jvp-y-moment_header {
        height: 50vh !important;
    }

    /* .jvp-y-moment_header img {
            height: 100% !important;
        } */
    /*.jvp-tl_nav a {
        font-size: 15px;
    }*/
    .jvp-tl_header-headline-container {
        padding: 50px 10px;
    }

        .jvp-tl_header-headline-container h1 {
            font-size: 60px;
        }

    .jvp-tl_header-headline-container {
        position: relative;
        bottom: 0;
    }

    .jvp-tl_section-img-container {
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
    }

    .jvp-tl_timeline {
        width: 10%;
        /* height: 8000px; */
        background-color: #0d5979;
        position: absolute;
        top: 0;
        left: 10px;
        z-index: -1;
    }

    .jvp-tl_section {
        width: 70%;
        left: 100px;
        flex-direction: column;
        gap: 30px !important;
    }

        .jvp-tl_section h1 {
            font-size: 60px;
            text-transform: uppercase;
            text-shadow: 0 5px #fff;
            margin: 0;
            line-height: 100%;
        }

    .jvp-tl_section-img-container img {
        width: 300px !important;
    }

    .jvp-tl_finger-container {
        bottom: -60px !important;
    }

    .jvp-tl_finger-img {
        width: 70px !important;
    }

    .jvp-tl_logo-container {
        width: 100px;
        height: 100px;
        right: 0;
    }
}
