* {
    --blue-light: #CCF9FF;
    --blue-med: #78E8FF;
    --blue-dark: #00249B;
    /**/
    --pink-light: #FFE0FB;
    --pink-med: #FF86DB;
    --pink-dark: #D934A9;
    /**/
    --yellow-light: #F6EDE2;
    --yellow-med: #FFBF00;
    --yellow-dark: #A87F00;
    /**/
    --green-light: #CDFFE4;
    --green-med: #00ED6D;
    --green-dark: #007A38;
    /**/
    --purple-light: #EFE2FF;
    --purple-med: #B67AFF;
    --purple-dark: #692BC4;
}

:root {
    font-size: 16px;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
}

.noscroll {
    overflow: hidden;
}

h1, h2, h3, h4, h5, .section-heading-text {
    font-family: "Poppins", sans-serif;
}


@media (max-width: 500px) {
    :root {
        font-size: 12px;
    }

    .modules-text, .section-text, .feature-icon-text, .functionality-list {
        font-size: 1.2rem !important;
    }
}

a {
    text-decoration: none;
}

.page-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.page-heading-small {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0px !important;
}


body {
    margin: 0;
}

#main-content {
}

.onevault-home-header {
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    background: white;
    font-family: "Poppins", sans-serif;
}

.brand-link {
    margin: 0px auto 0px 15px;
    width: 300px;
}

.onevault-brand-svg {
    fill: var(--blue-dark);
    height: 50px;
    padding-left: 30px;
    transition: height 100ms ease-in-out;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    /*width: 20vw;*/
    gap:30px;
}

.nav-menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    height: 25px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: larger;
}

.nav-mobile-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.nav-menu-item.current-page {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--blue-dark);
    text-underline-offset: 10px;
}

.nav-menu-item:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--blue-dark);
    text-underline-offset: 10px;
}

.login-menu {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .login-menu > a {
        margin: 0px 15px;
        width: fit-content;
        min-width: fit-content;
    }

.onevault-brand-svg > img {
    width: 120px;
    height: auto;
}

.homepage-button-secondary {
    background: white;
    border-radius: 30px;
    color: var(--blue-dark);
    text-align: center;
    padding: 8px 30px;
    border: none;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    text-decoration: none;
    font-size: larger;
}

    .homepage-button-secondary:hover {
        outline: 2px solid var(--blue-dark)
    }

.homepage-button-primary {
    background: var(--blue-dark);
    border-radius: 30px;
    color: white;
    text-align: center;
    padding: 8px 30px;
    border: none;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    text-decoration: none;
    font-size: larger;
}

    .homepage-button-primary:hover {
        color: var(--blue-dark);
        background-color: white;
        outline: 2px solid var(--blue-dark)
    }


.banner-title {
    text-align: center;
    margin: 40px 0px;
    color: var(--blue-dark);
    max-width: 1000px;
}

#homepage-section-1 {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    align-items: center;
}

.section-type-1 {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    align-items: center;
    padding: 60px 0px 20px;
}

.section-type-2 {
    display: flex;
    flex-direction: row;
    gap: 20px 20px;
    justify-content: center;
}

.section-heading-text {
    font-size: 2rem;
    text-align: center;
    margin: 10px 0px;
}

.section-heading-text-alt {
    font-size: 2rem;
    margin: 10px 0px;
}

.section-text {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 10px 0px;
}

#homepage-section-6 {
    flex-direction: column;
    background-color: var(--blue-med);
    justify-content: center;
    align-content: center;
    background-image: url("/HomepageResources/SVG/Home_Banner_Background.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title-alt {
    width: 60vw;
    text-align: center;
    color: var(--blue-dark);
}

.section-6-buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

footer {
    background-color: var(--blue-dark);
    background-image: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.15), rgba(0,0,0,0));
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 400;
    padding-bottom: 50px;
}


#footer-section-1 {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

#footer-links {
    display: flex;
    padding: 50px;
    gap: 50px;
    margin-left: auto;
    margin-right: 10%;
    flex-wrap: wrap;
}

.footer-onevault-logo {
    max-width: 50%;
}

.footer-link {
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

    .footer-link:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    .footer-link:visited {
        text-decoration: none;
        color: inherit;
    }

#footer-logo-section {
    display: flex;
    flex-direction: column;
    padding: 50px;
    padding-left: 5%;
    gap: 30px;
}

footer > hr {
    opacity: 0.7;
    width: 90%;
    border-style: solid;
}

#footer-section-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 5%;
    gap: 20px;
}

#footer-svg {
    height: 30px;
    scale: 2.3;
    opacity: 0.2;
}

.section-6-buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.section-template {
    padding: 45px 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
    @@media (min-width: 992px) {
        .page-heading {
            font-size: 4rem !important;
        }

        .page-heading-small {
            font-size: 2.9rem;
        }
    }*/

@media (min-width: 768px) and (max-width: 2420px) {
    .page-heading {
        font-size: 3.5rem;
    }

    .page-heading-small {
        font-size: 2.4rem;
    }

    .onevault-home-header {
        justify-content: space-between;
    }

    .noscroll {
        overflow: unset !important;
    }
}

@media (min-width: 1920px) and (max-width: 3004px) {
    .section-template {
        padding: 150px 15% !important;
    }
}

@media (min-width: 768px) and (max-width: 1920px) {
    .section-template {
        padding: 150px 10% !important;
    }
}

@media (max-width: 992px) {
    main {
        margin-top: 50px;
    }

    #pricing-banner, .modules-banner, #homepage-banner {
        padding-top: 50px !important;
    }
} 

@media(min-width: 3004px) {
    .section-template {
        padding: 150px 30% !important;
    }
}

.hamburger {
    width: 50px;
    height: 50px;
    margin: 15px;
    transition: all 100ms ease-in-out;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nav-mobile {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0;
    display: block;
    width: 300px;
    max-width: 80%;
    background: white;
    height: 100%;
    /*box-shadow: 4px 5px 4px 0px rgb(0 0 0 / 20%);*/
    border-right: 1px solid lightgray;
    transition: all 150ms ease-in-out;
    --animation-duration: 150ms;
}

.nav-close {
    display: flex;
    padding: 1.5rem;
    justify-content: space-between;
    align-items: center;
}

    .nav-close .nav-title {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--blue-dark);
    }

    .nav-close .hamburger {
        margin: 0;
    }


.nav-mobile-menu {
    transition: all 150ms ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .nav-mobile-menu .nav-menu-item {
        padding: 2rem 10% 2rem 10%;
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
        opacity: 0;
    }

        .nav-mobile-menu .nav-menu-item.current-page {
            background-color: #f7f7f7;
            text-decoration: unset;
        }

        .nav-mobile-menu .nav-menu-item:hover {
            background-color: #e8e8e8;
            text-decoration: unset;
        }


.b5\:btn-close {
    display: block;
}

.header-mobile {
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 50%);
    transition: all 150ms ease-in-out;
}

    .header-mobile .onevault-brand-svg {
        height: 40px;
    }

    .header-mobile .brand-link {
        display: flex;
        justify-content: center;
        margin: unset;
    }

        .header-mobile .brand-link img {
            padding: unset !important;
        }

    .header-mobile .hamburger {
        position: absolute;
        left: 0px;
    }

    .header-mobile.small {
        height: 40px;
    }

        .header-mobile.small .hamburger {
            opacity: 0;
        }

        .header-mobile.small .onevault-brand-svg {
            height: 30px;
        }

.trial-button {
    color: var(--blue-dark);
    font-weight: 800;
    font-size: 1.3rem;
}

.nav-mobile.show .nav-mobile-menu .nav-menu-item {
    animation: FadeIn var(--animation-duration) linear;
    animation-fill-mode: both;
}

.nav-menu-item:nth-child(1) {
    -webkit-animation-delay: 0.15s !important;
}

.nav-menu-item:nth-child(2) {
    -webkit-animation-delay: 0.25s !important;
}

.nav-menu-item:nth-child(3) {
    animation-delay: 0.35s !important
}

.nav-menu-item:nth-child(4) {
    animation-delay: 0.45s !important
}

.nav-menu-item:nth-child(5) {
    animation-delay: 0.55s !important
}

.copyright-text, .designer-shoutout, .footer-svg {
    display: flex;
    align-items: center;
}

.designer-shoutout {
    white-space: break-spaces;
}

.footer-svg {
    gap: 10px;
}

.home-modal {
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.modal-foreground {
    width: 80%;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
}

.modal-heading {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5%;
}

iframe {
    border: none;
}