/* Custom CSS Classes */

/* Global and Variables */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

@font-face {
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');
    font-family:'Inter';
    font-style: normal;
    font-weight: 1 900;
  }

:root {
    --black-700: #161616;
    --white: #ffffff;
    --primary-0: rgba(0, 45, 156, 0);
    --primary-50: rgba(0, 45, 156, 30);
    --primary-100: #68F4FD;
    --primary-200: #0F62FE;
    --primary-300: #002D9C;
    --primary-500: #00164D;
  }

body {
    font-family: "Inter", sans-serif;
    font-size: 1em;
}

/* Nav */
.navstyle {
    border-bottom: 0.25em solid var(--primary-300);
}

.nav-logo {
    display: block;
}

.nav-link {
    font-weight: 600;
    color: var(--black-700);
    margin: 0 8px;
    border-bottom: 4px solid;
    border-bottom-color: var(--primary-0);
}
.nav-link.active {
    font-weight: 600;
    color: var(--primary-300) !important;
    border-bottom: 0.25em solid;
    border-bottom-color: var(--primary-300);
}

.nav-active, .nav-link:hover {
    font-weight: 600;
    color: var(--primary-300) !important;
    border-bottom: 0.25em solid;
    border-bottom-color: var(--primary-300);
}

.btn-item-nav {
    border-radius: 0;
    background-color: var(--primary-200);
    margin-right: 20px;
    font-weight: 600;
}

.btn-item-nav:hover {
    border-radius: 0;
    background-color: var(--primary-300);
}

/* Hero */
.section-hero {
    display: flex;
    align-self: center; 
    justify-content: center; 
    align-items: center;
    text-align: center;
    color: var(--white);
}

.hero-subh1 {
    font-size: 1.5vw;
    font-weight: 500;
    font-style: normal;
}

.hero-subh2 {
    font-size: 5vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-weight: bolder;
    font-style: normal;
    color: var(--primary-100);
    margin: 0.5em 0;
}

.pills {
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
}

.hero-pill {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.75em;
    margin: 0.5em;
    border: 0.125em solid var(--primary-100);
    border-radius: 0.5em;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    color: var(--white);
}

.subh2 {
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-weight: bolder;
    font-style: normal;
    color: var(--primary-300);
    padding: 1em;
}
.subp {
    font-size: 1.5vw;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    color: var(--black-700);
    padding: 1em;
    opacity: 60%;
}

/* Other Sections */
.section-solutions, .section-technologies, .section-partners {
    display: flex;
    align-self: center; 
    justify-content: center; 
    align-items: center;
    text-align: center;
}

.pills {
    align-content: center;
    flex-wrap: wrap;
}
.pill {
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.75em;
    margin: 0.5em;
    border-radius: 0.5em;
    font-weight: 500;
    font-style: normal;
    color: var(--white);
    background: var(--primary-200);
}

.section-divider-container {
    display: flex;
    justify-self: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 1em 0;
}

.section-divider {
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    color: var(--white);
    background: var(--primary-200);
    padding: 1em 2em;
    margin: 0.5em;
    border-radius: 2em;
}

.section-divider-line {
    background: linear-gradient(to right, #0F62FE, #0F62FE);
    background-size: 100% 0.125em;
    background-position: 0% 50%;
    background-repeat: repeat-x;
}

.platforms {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 2em;
}

.platforms img {
    width: 90%;
}

.section-partners {
    width: 90%;
    height: 100%;
    margin-bottom: 3em;
}

.sticky {
    position: sticky;
    display: block;
    width: 20rem;
    height: 5rem;
    top: calc(10%);
    left: calc(100% - 20rem);
    padding: 1em;
    background: var(--primary-500);
    color: var(--white);
}

.sticky-p {
    color: var(--white);
    line-height: 1em;
}

.sticky-p a {
    color: var(--primary-100);
}

footer {
    display: flex;
    background: var(--primary-500);
    height: 200px;
    align-self: center;
    justify-content: center;
    padding: 3em 0;
    bottom: 0;
}
footer img {
    margin: 10px;
}
footer .footer-p {
    font-size: 0.75em;
    color: var(--white);
}

/* Responsive Sizes */
/* If the screen size is 400px wide or more, set the font-size*/
@media screen and (min-width: 300px) {
    .hero-subh1 {
        font-size: 6.5vw;
    }
    .hero-subh2 {
        font-size: 13vw;
    }
    .subh2 {
        font-size: 7vw;
    }
    .subp {
        font-size: 5vw;
    }
    .platforms {
        padding: 0;
    }
    }

/* If the screen size is 640px wide or more, set the font-size*/
@media screen and (min-width: 640px) {
    .hero-subh1 {
        font-size: 4.5vw;
    }
    .hero-subh2 {
        font-size: 10vw;
    }
    .subh2 {
        font-size: 4vw;
    }
    .subp {
        font-size: 3vw;
    }
    .platforms {
        padding: 0;
    }
  }
/* If the screen size is 1024px wide or more, set the font-size*/
@media screen and (min-width: 1024px) {
    .hero-subh1 {
        font-size: 2.75vw;
    }
    .hero-subh2 {
        font-size: 10vw;
    }
    .subh2 {
        font-size: 4vw;
    }
    .subp {
        font-size: 2.5vw;
    }
    .platforms {
        padding: 0;
    }
  }

/* If the screen size is 1200px wide or more, set the font-size*/
@media screen and (min-width: 1200px) {
    .hero-subh1 {
        font-size: 2.25vw;
    }
    .hero-subh2 {
        font-size: 7vw;
    }
    .subh2 {
        font-size: 4vw;
    }
    .subp {
        font-size: 2vw;
    }
    .platforms {
        padding: 20px;
    }
  }

/* If the screen size is 1400px wide or more, set the font-size*/
@media screen and (min-width: 1400px) {
    .hero-subh1 {
        font-size: 1.5vw;
    }
    .hero-subh2 {
        font-size: 5vw;
    }
    .subh2 {
        font-size: 3vw;
    }
    .subp {
        font-size: 1.5vw;
    }
    .platforms {
        padding: 20px;
    }
  }