@font-face {
    font-family: Hanken Grotesk Black; 
    src: url('./fonts/HankenGrotesk-Black.ttf');
}

@font-face {
    font-family: Hanken Grotesk Medium;
    src: url('./fonts/HankenGrotesk-Medium.ttf');
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: light; 
    src: url('./fonts/HelveticaNeueLight.ttf');
}
h1, h2, h3, h4, h5, h6 { /*reset for mobile and mac browsers */
    font-weight: normal;
}
body{
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background: url('./images/intro-top-purple.svg'), url('./images/intro-green.svg'),
                url('./images/purple-bottom.svg'), url('./images/green-bottom.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top, left 200px, left bottom, right 73%;
}

@media (min-width: 1600px) {
    body {
        background-size: contain, contain, contain, contain;
    }
}

@media (max-width: 1300px) {
    body {
        background-size: auto 750px, auto, auto 1700px, auto;
        background-position: left top, left top, left bottom, right 80%;
    }
}

@media (max-width: 849px) {
    body {
        background-size: auto 600px, auto, auto 1700px, auto 800px;
        background-position: left top, left top, left bottom, right 80%;
    }
}

@media (max-width: 639px) {
    body {
        background-size: auto 620px, auto, auto 2200px, auto;
        background-position: left top, left top, left bottom, right 80%;
    }
}

@media (max-width: 499px) {
    body {
        background-size: auto 720px, auto, auto 2150px, auto;
        background-position: left top, left top, left bottom, right 75%;
    }
}

#nav-bar {
    height: 200px;
    background: transparent;
    display: block;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: all ease .7s;
  }
  
  #nav-bar.scrolling {
    height: 75px;
    transition: all ease .7s;
    background-image: linear-gradient(rgb(73, 62, 201) 75%, rgba(73, 62, 201, 0.8));
  }

.logo {
    display: inline-block;
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
    transition: all ease .7s;
}

#logo-icon {
    float: left;
}

#logo-text {
    font-family: Hanken Grotesk Black;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 0;
    padding-top: 4px;
    padding-left: 25px;
    float: left;
}

.demo-nav-container {
    display: none;
    float: left;
    padding-top: 48px;
    transition: all ease .7s;
}

.demo-img-container {
    display: none;
    float: left;
    padding-top: 48px;
    transition: all ease .7s;
}

#nav-bar.scrolling .demo-nav-container {
    padding-top: 20px;
    transition: all ease .7s;
    transform: scale(0.9);
  }

  #nav-bar.scrolling .demo-img-container {
    padding-top: 20px;
    transition: all ease .7s;
    transform: scale(0.9);
  }
  
#nav-bar.scrolling .logo {
    padding-top: 20px;
    margin-left: 30px;
    transition: all ease .7s;
    transform: scale(0.9);
  }

nav {
    position: relative;
    float: right;
    top: 0;
    display: inline-block;
    padding-top: 32px;
    padding-right: 50px;
    transition: all ease .7s;
}

#nav-bar.scrolling nav {
    padding-right: 30px;
    padding-top: 2px;
    transition: all ease .7s;
    transform: scale(0.9);
  }

  #indicator {
    position: fixed;
    top: 0;
    display: none;
    transition: all ease .7s;
}  

#nav-bar.scrolling #indicator {
    transition: all ease .7;
    transform: translate(38px, 0) scale(0.9);
}

@media (max-width: 639px) {
    .logo {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        transition: all ease .7s;
    }
    #logo-text {
        padding-top: 10px;
    }

    #nav-bar.scrolling .logo {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        transition: all ease .7s;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0), scale(0.9);
        transform: translateZ(0), scale(0.9);
      }
}

@media (max-width: 500px) {
    #logo-icon {
        width: 55px;
    }
    #logo-text {
        font-size: 20px;
        padding-left: 16px;
    }
}

h2 {

    font-family: Hanken Grotesk Black;
    font-size: 14px;
    line-height: 18px;

    color: #ffffff;
}

.nav-desktop {
    display: none;
    text-align: right;
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.5);
    width: 85%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
    margin-top: -5px;
}
  
.dropdown-content .dropdown-item {
    display: block;
    text-align: center;
    padding: 10px;
}
  
.dropdown-content .dropdown-item:hover {
    background: linear-gradient( rgb(196, 250, 243), #FFFFFF, #00D6D5) ;
}

.dropdown-text {
    color: black;
    text-decoration: none;
    font-family: Hanken Grotesk Black;
    font-size: 14px;
    padding: 5;
    margin: 0;
}

.dropdown-content .dropdown-text:hover {
    transform: translate(0, -1px);
    cursor: pointer;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

#new-caption {
    position: absolute;
    top: -20px;
    left: 165px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: radial-gradient( rgb(183, 235, 235), #00D6D5, rgb(0, 177, 177));
    border-radius: 50%;
    box-shadow:  0px 2px 5px rgba(0, 0, 0, 0.63);
}

#new-text {
    font-family: Hanken Grotesk Black;
    font-size: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgb(0, 66, 66);
}

.nav-li {
    display: inline-block;
    margin-right: 25px;
}

.login {
    display: none;
}

@media (min-width: 840px) {
    .login {
        display: inline-block;
        margin-top: 15px;
    }
}

.img-container {
    display: inline-block;
}

#separator {
    display: none;
}

@media (min-width: 1080px) {
    .nav-desktop {
        display: inline-block;
    }
    .login {
        margin-top: 0;
    }
    #separator {
        display: inline-block;
    }
    #indicator {
        display: block;
        right: 353px;
    }

}
@media (min-width: 1200px) {
    h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .nav-li {
        margin-right: 35px;
    }
    #indicator {
        display: block;
        right: 435px;
    }
}

.nav-ul {
    display: inline-block;
}

.nav-moveable {
    display: inline;
    text-align: right;
}

#separator {
    padding-right: 35px;
    vertical-align: -50%;
}

#separator-demo {
    padding-right: 20px;
    padding-left: 40px;
    vertical-align: -50%;
}

#login-icon {
    padding-right: 20px;
    vertical-align: -10%;
}

.login-text-container {
    display: inline-block;
}

button {
    background: #F86410;
    border-radius: 5px;
    border: none;
    padding: 0;
    margin: 0;
    font-family: Hanken Grotesk Black;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;

    transition: all .35s ease-in-out;
}

button:hover, button:focus { 
    transform: translate(0, -1.8px);
    background-color: rgb(255, 132, 60);
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
}

#h2-demo, .footer-li, .foot-nav-li, .login, .nav-li, .partners, .article-title, .see-all {
    transition: all .2s ease-in-out;
}


#h2-demo:hover, .footer-li:hover, .foot-nav-li:hover, .login:hover, .nav-li:hover, .partners:hover, 
.article-title:hover, .see-all:hover  {
    transform: translate(0, -2px);
    cursor: pointer;
}

a:focus #h2-demo, a:focus .footer-li, a:focus .foot-nav-li, a:focus .login, a:focus .nav-li, a:focus .partners, a:focus .article-title, a:focus .see-all {
    transition: all .2s ease-in-out;
}

.logo:hover {
    transform: translate(0, -4px) scale(1.01);
    cursor: pointer;
}

a:focus .logo {
    transform: translate(0, -4px) scale(1.01);
    cursor: pointer;
}

#nav-demo-btn {
    display: inline;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-left: auto;
    position: relative;
}


@media (min-width: 642px) {
    .demo-nav-container, .demo-img-container {
        display: block;
        float: left
    }
    .logo {
        float: left;
    }
}

main {
    margin-top: 200px;
}

/* END OF HEADER */


.header-intro {
    font-family: Hanken Grotesk Medium;
    font-size: 23px;
    line-height: 150%;
    text-align: left;
    color: #FFFFFF;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

h5 {
    font-family: Hanken Grotesk Black;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #080530;
    margin-top: 100px;
    margin-bottom: 62px;
}

@media (min-width: 400px) {
    h5 {
        font-size: 40px;
    }
    .header-intro {
        font-size: 25px;
    }
}

@media (min-width: 640px) {
    h5 {
        margin-top: 100px;
    }
    .header-intro {
        font-size: 30px;
    }
}

@media (min-width: 850px) {
    h5 {
        font-size: 48px;
        margin-top: 150px;
    }
    .header-intro {
        font-size: 40px;
    }
}

@media (min-width: 1100px) {
    h5 {
        font-size: 60px;
        margin-top: 180px;
    }
    .header-intro {
        font-size: 40px;
    }
}

@media (min-width: 1650px) {
    h5 {
        margin-top: 300px;
    }
}

.scroll-icons {
    background-repeat: no-repeat;
    background-size: 80%;
    height: 400px;
    padding-top: 50px;
    margin-left: auto;
    background-position: top center;
    transition: all .35s ease-in-out;
}

@media (min-width: 1600px) {
    .scroll-icons {
        height: 600px;
    }
}

#icon1 {
    background-image: url('./images/intro-icon1.svg');
}

#icon2 {
    background-image: url('./images/intro-icon2.svg');
}

#icon3 {
    background-image: url('./images/intro-icon3.svg');
}

.scroll-icons:hover, a:focus .scroll-icons {
    transform: translate(0, -2px) scale(1.02);
    cursor: pointer;
}

#hiddenOver640 {
    display: block;
}
#hiddenUnder640 {
    display: none;
}

@media (min-width: 640px) {
    #hiddenOver640 {
        display: none;
    }
    #hiddenUnder640 {
        display: block;
    }
}

.article-section {
    margin-top: 300px;
    margin-bottom: 600px;
}

.scrollIcons-row {
    /* margin-top: 300px; */
    padding-left: 5%;
    padding-right: 5%;
}

.articles-container {
    padding-left: 2%;
    padding-right: 2%;
}

h6 {
    font-family: Hanken Grotesk Black;
    width: 80%;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 84px;
    margin-left: 10%;
    text-align: center;
}

@media (max-width: 1099px) {
    h6 {
        font-size: 20px;
        margin-top: 10px;
    }
    .scrollIcons-row {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media (max-width: 799px) {
    h6 {
        font-size: 16px;
    }
    .scrollIcons-row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 639px) {
    .scroll-icons{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    h6 {
        font-size: 22px;
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .scroll-icons{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -10px;
    }
    h6 {
        font-size: 18px;
        margin-top: 30px;
    }
}

.content-container {
    padding-left: 5%;
    padding-right: 5%;
}

.section-header {
    font-family: Hanken Grotesk Black;
    font-size: 30px;
    color: #080530;
}

.details-ul, .details-ul2 {
    font-family: Helvetica Neue;
    font-size: 15px;
    color: #080530;
    line-height: 190%;
    list-style: none;
    padding: 0 0 0 20px;
}

.details-ul li::before {
    font-family: Hanken Grotesk Black;
    font-size: 30px;
    content: "\2022";
    color: #F86410;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

  .details-ul2 li::before{
    font-family: Hanken Grotesk Black;
    font-size: 20px;
    content: "\2022";
    color: #493EC9;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

#item3 {
    margin-bottom: 500px;
}

.image-container {
    height: 500px;
}

.item-img {
    width: 100%;
    height: 180%;
    vertical-align: top;
}

.img2 {
    height: 100%;
}

.img3 {
    height: 200%;
}

.content-container {
    margin-top: 50px;
    margin-bottom: 100px;

}

#primary-btn1 {
    margin-top: 0px;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    height: 80px;
    margin-bottom: 50px;
}

@media (min-width: 640px) {
    #primary-btn1 {
        width: 30%;
        height: 80px;
        margin-left: 10%;
    }
}

#primary-btn {
    margin-top: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 80px;
}

@media (min-width: 640px) {
    #primary-btn {
        width: 80%;
        height: 80px;
        margin-left: 0;
    }
}





/* FOOTER */

h4 {
    font-family: Hanken Grotesk Black;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.35em;

}

.final-head {
    margin-bottom: 70px;
}

#final-header {

    font-family: Hanken Grotesk Black;
    font-size: 81px;
    line-height: 119%;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 900px) {
    #final-header {
        font-size: 50px;
    }
}

@media (min-width: 1066px) {
    #final-header {
        font-size: 81px;
    }
    #grow-row {
        margin-bottom: 150px;
    }
}

#final-btn-primary {
    display: block;
    margin-top: 20px;
    margin-right: auto; 
    margin-left: auto;
    width: 90%;
    height: 80px;   
    box-shadow:  0px 5px 15px rgba(0, 0, 0, 0.2); 
}

#final-btn-demo {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    height: 80px;
    background: #FFFFFF;
    box-sizing: border-box;
    color: #F86410;
    box-shadow:  0px 5px 15px rgba(0, 0, 0, 0.2);
}

#final-btn-demo:hover, #final-btn-demo:focus {
    background: rgba(255, 255, 255, 0.808);
}

@media (min-width: 900px) {
    #final-btn-primary {
        margin-right: 20px;
        margin-left: auto;
        width: 352px;
        height: 80px;
    }
    #final-btn-demo {
        margin-left: 20px;
        margin-right: auto;
        width: 352px;
        height: 80px;
    }
}

@media (min-width: 640px) {
    #final-btn-primary  {
        margin-right: 2.5%;
        margin-left: auto;
        width: 90%;
        height: 80px;
    }
    #final-btn-demo {
        margin-left: 2.5%;
        margin-right: auto;
        width: 90%;
        height: 80px;
    }
}

.about-box {
    padding-right: 10px;
}

.p-info {
    font-family: Helvetica Neue;
    font-size: 16px;
    line-height: 212%;
    color: #FFFFFF;
}

.h4-white {
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
}

.foot-nav-ul {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.foot-nav-li {
    font-family: Hanken Grotesk Black;
    font-size: 16px;
    line-height: 275%;
    color: #FFFFFF;

    display: list-item;
    text-align: center;
    list-style: none;
}

.foot-nav-icons {
    width: 7%;
}
 
.partner-row {
    margin-top: 50px;
}

.partners {
    display: block;
    width: 50%;
    height: 50%;
    margin-top: 50px;

    margin-left: auto;
    margin-right: auto;
}


footer {
    margin-top: 100px;
    margin-bottom: 190px;
}

.footer-li {
    display: none;
}

@media (min-width: 640px) {
    .final-head {
        margin-bottom: 200px;
    }
    .h4-white {
        text-align: left;
        margin-top: 0;
    }
    .partners {
        margin-top: 0;
        vertical-align: middle;
    }

    .partner-row {
        margin-top: 80px;
    }
    #partner1 {
        margin-left: 40%
    }
    
    #partner2 {
        margin-left: auto;
        margin-right: auto;
    }
    
    #partner3 {
        margin-left: auto;
        margin-right: 40%;
    }
    .about-box {
        padding-right: 100px;
    }
    #footer-ul {
        padding-left: 14%;
    }
    .footer-li {
        display: inline-block;
        padding-right: 30px;
    }
    .foot-nav-li {
        text-align: left;
    }
    .foot-nav-hide {
        display: none;
    }
    .foot-nav-icons {
        vertical-align: -3px;
        width: initial;
    }
}

@media (max-width: 900px) {
    #final-header {
        font-size: 40px;
    }
    
}

@media (max-width: 500px) {
    #final-header {
        font-size: 30px;
    }
    .p-info {
        font-size: 12px;
    }
}