body {
    margin: 0;
    font-family: poppins, sans-serif;
}

.navbar {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    background: #13213d;
    min-height: 75px;
    border-bottom: 2px solid #fca311;
    justify-content: space-between;
    align-items: center;
}

.navbar-desktop {
    display: flex;
    align-content: center;
    padding-right: 20px;
}

.navbar-mobile {
    display: none;
}

.navbar-desktop ul {
    display: inline-flex;
    gap: 40px;
    padding: 10px 0;
    justify-content: flex-end;
    width: 85vw;
}

.Logo {
    max-width: 65px;
    max-height: 65px;
    padding: 5px 20px;
}

.nav-links {
    list-style: none;
    font-size: 1 rem;
    width: max-content;
}

.nav-links a {
    text-decoration: none;
    color: #fca311;
    font-weight: 600;
    text-wrap: wrap;
}

.nav-links a:hover {
    color: #fff;
}

.navbar-mobile ul {
    display: flex;
    flex-flow: column wrap;
    padding: 0;
    margin: 0;
    background-color: #13213d;
    align-items: center;

}

.navbar-mobile a {
    display: flex;
    flex-wrap: wrap;
    /*     border-bottom: 2px solid white; */
    margin: 0 16px;
    padding: 10px;
    line-height: 3;
    text-wrap: balance;
    width: 250px;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.navbar-mobile li {
    border-bottom: 2px solid white;
}

.navbar-mobile li:last-child {
    border-bottom: none;
}

summary {
    text-align: center;
    padding: 12px 10px;
    width: 23px;
    height: 17px;
    background-color: #13213d;
    border: 2px solid #fca311;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: transform 200ms ease-in-out 0s;
    writing-mode: vertical-lr;
}

summary::before,
summary::after {
    position: static;
    top: 0;
    left: 0;
}

summary::before {
    content: "";
}

summary::after {
    content: "III";
    letter-spacing: -1px;
}

summary::marker {
    content: none;
}

summary:hover {
    transform: scale(1.1);
}

details[open] summary::before {
    content: "X";
}

details[open] summary::after {
    content: "";
}


.section1 {
    background: url('./imgs/Landing_Page_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    min-height: 100vh;
}

.section1 div {
    color: white;
    text-align: left;
    padding-top: 50vh;
    padding-bottom: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-shadow: 2px 2px 4px #000000;
    display: flex;
    flex-flow: column wrap;
}

.section1 h1 {
    font-size: clamp(20px, 7vw, 100px);
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    white-space: nowrap;
    text-wrap: balance;

}

.section1 h2 {
    font-size: clamp(16px, 2.5vw, 80px);
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    white-space: wrap;
    text-wrap: pretty;
}

.section1 h2 span {
    color: #fca311;
}

.section2 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background: url('./imgs/Landing_Page_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0px 30px 0;

}


.section2 div {
    color: white;
    align-items: center;
    justify-content: center;
    background: #13213d;
    display: flex;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.section2 a {
    text-decoration: none;
    color: white;
    font-size: 1.25em;
    font-weight: 600;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: #13213d;
    display: flex;
    border: 2px ridge #ffffff;
    border-radius: 3px;
    width: 300px;
    height: 120px;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 50px;

}

.section2 a:hover {
    background: #fca311;
    color: #13213d;
}

.section2-icons {
    max-width: auto;
    max-height: 40px;

}

.section3 {
    background: url('./imgs/Landing_Page_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    min-height: 100vh;
}

.section3 div {
    color: white;
    align-items: center;
    text-align: center;
    padding-top: 60vh;
    padding-bottom: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-shadow: 2px 2px 4px #000000;
    display: flex;
    flex-flow: column wrap;
}

.section3 h1 {
    font-size: clamp(30px, 6vw, 100px);
    line-height: 1;
    margin: 0;
    font-weight: 400;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    white-space: nowrap;
    text-wrap: balance;
}

.section3 h2 {
    font-size: clamp(16px, 2vw, 80px);
    line-height: 1;
    margin: 0;
    font-weight: 400;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    white-space: nowrap;
    text-wrap: pretty;
}

.learn_more {
    display: block;
    text-decoration: none;
    background: 0;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    width: 160px;
    height: 50px;
    cursor: pointer;
    margin: 20px 20px;
    align-content: center;
    text-align: center;
}

.section4 {
    background: url('./imgs/Landing_Page_4.jpeg');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    color: white;
    align-items: center;
    justify-content: center;


}

.section4 h1 {
    font-size: clamp(20px, 3vw, 40px);
    line-height: 1;
    margin: 0;
    padding: 30px;
    font-weight: 400;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    white-space: nowrap;
    text-wrap: balance;
}


.stats {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    font-size: clamp(12px, 1.5vw, 30px);
    font-weight: 400;
    gap: 20px;


}

.stat-box {
    border: 4px solid white;
    border-radius: 50px 0px;
    padding: 40px;
    text-align: center;
    min-height: 350px;
    text-transform: uppercase;
    text-wrap: balance;
    background: rgb(19, 33, 61, 0.7);
    align-content: center;
    justify-content: center;
    flex: 1;

}

.stat-box div:nth-of-type(1) {
    font-size: clamp(14px, 2.5vw, 40px);
    padding: 10px;
    background: white;
    border-radius: 0px 50px;
    color: #13213d;
    font-weight: 500;
    width: auto;
    margin: 20;


}

.stat-box img {
    max-width: auto;
    max-height: 90px;
    margin: 10px 5px;

}

.stat-box span {
    color: #fca311;
    font-weight: 600;
}

.section5 {
    background: url(imgs/Landing_Page_5.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    color: #fff;
    height: 100%;
    min-height: 100vh;
}

.section5 div {
    text-shadow: 2px 2px 4px #000000;
    margin: 0 10vw;
    padding-top: 50vh;

}

.section5 h1 {
    font-size: clamp(30px, 6vw, 100px);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    white-space: nowrap;
    text-wrap: balance;
    margin-bottom: 10px;
}

.section5 h2 {
    font-size: clamp(16px, 2vw, 80px);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    white-space: nowrap;
    text-wrap: balance;
}

.section6 {
    background: #13213d;
    color: white;
    font-size: 0.9rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content;
    padding: 10px 20px;
    align-items: center;
}

.footer-1 {
    text-align: left;
    text-wrap: nowrap;
}

.footer-1 p {
    font-size: clamp(10px, 2vw, 15px);
    margin: 0;
    line-height: 1.25;
    display: flex;
    flex: 1;
}

.footer-2 {
    display: flex;
    padding: 0px;
    justify-content: space-around;
    align-items: center;
}



.footer-2 img {
    max-height: 50px;
    width: auto;
    min-width: 0;
    padding: 0 10px;
}

#HRW {
    max-height: 75px;
}

.footer-3 {
    font-size: clamp(10px, 2vw, 15px);
    text-align: right;
    text-wrap: nowrap;
    margin: 0;
    line-height: 1.25;
    color: white;
    font-weight: 600;

}

.footer-3 ul {
    padding: 0;
    margin: 0;
}

.section6 li {
    list-style: none;
}

.section6 a {
    text-decoration: none;
    color: white;
}

.footer-1 a {
    padding-top: 10px;
}

.section6 a:hover {
    color: #fca311;
}

.learn_more {
    background: 0;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    width: 160px;
    height: 50px;
    cursor: pointer;
    margin: 20px 0px;
}

.learn_more:hover {
    background: #fff;
    color: #13213d;
    text-shadow: none;
}

@media screen and (max-width: 1000px) {
    .navbar {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: flex;
        flex-flow: row wrap;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px 20px;
    }

    /*     .navbar-desktop ul {
        flex-direction: column;
        gap: 10px
    }

    .navbar-desktop li {
        padding: 10px 20px;

    } */


    .stats {
        display: flex;
        flex-flow: column nowrap;
    }

    .stat-box {
        min-height: 250px;
        padding: 20px;
    }

    .section1 {
        background-position: 63% 10%;
        background-size: cover;
    }

    .section1 div {
        padding-top: 60vh;
    }

    .section5 {
        background-position: 45% 10%;
        background-size: cover;
    }

    .learn_more {
        background: 0;
        border: 1px solid white;
        border-radius: 50px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        width: 100px;
        height: 30px;
        cursor: pointer;
        margin: 20px 0px;
    }


}

@media screen and (max-width: 600px) {
    .section6 {
        background: #13213d;
        color: white;
        font-size: 0.9rem;
        display: flex;
        flex-flow: row nowrap;
        padding: 10px 10px;
        align-items: center;
        justify-content: space-between;
    }


    .footer-1 p {
        font-size: clamp(9px, 0.5vw, 12px);
        margin: 0;
        line-height: 1.25;
        display: flex;
        flex: 1;
    }

    .footer-2 {
        display: flex;
        padding: 0px;
        justify-content: space-between;
        align-items: center;
    }

    .footer-2 img {
        max-height: 25px;
        width: auto;
        min-width: 0;
        padding: 0 10px;
    }

    #HRW {
        max-height: 35px;
    }

    .footer-3 {
        display: none;
    }
}