@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
    --primary-color: #4db6ac;
}

body {
    margin: 0;
    font-family: 'Poppins';
}

.navbar {
    width: 100%;
    background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 90%, #a6ffcb 97%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}

.navbar-logo{
    display: inline-block;
    text-align: center;
    margin-right: auto;
    padding: 10px;
}

.navbar-download{
    position: absolute;
    right: 10px;
    margin: 10px;
}
.nav-download-a {
    text-decoration: none;
    font-size:0;
}

.navbar-logo .nav-logo-mobile{
    height: 50px;
}

.nav-google {
    height: 40px;
    font-size:0;
    text-decoration:none;
    padding-left: 10px;
}
.nav-apple {
    height: 40px;
    font-size:0;
    text-decoration:none;
    padding-left: 10px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.navbar .logo {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 1.2em;
}

.navbar .logo span {
    color: var(--primary-color);
}

.navbar nav {
    display: none;
}
.container-hero {
    width: 100%;
    height: 500px;
    background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 80%);
    position: absolute;
    top: 0;
    transform: skewY(-12deg);
    transform-origin: 0;
    z-index: -999;
}
.container-hero  span {
    height: 190px;
    position: absolute;
}

.container-hero  span:nth-child(4) { // Select the 4th span inside .block
width: 33.33333%;
    bottom: 0;
    background: #1fa2ff;
}


.navbar .container-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: space-between;
}

.navbar .mobile-menu {
    cursor: pointer;
}

a {
    color: #444444;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section {
    padding: 5em 2em;
}

.hero {
    text-align: center;
}

.left-col .subhead {
    color: gray;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 2em;
}

.left-col h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.05px;
    line-height: 1.05;
}

.left-col .primary-cta {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: .6em 2.6em;
    font-size: 1.4em;
    border-radius: 5em;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.4em;
}

.left-col-img {
    display: flex;
    justify-content: center;
}

.left-col .watch-video-cta {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 1.4em;
}

.left-col .watch-video-cta img {
    margin-right: .5em;
    margin-top: 1em;
}

.hero-img {
    max-width: 50%; /* Ensure the image does not exceed the width of its container */
    height: auto; /* Maintain the aspect ratio */
    object-fit: contain; /* Ensure the entire image is visible within its container */
}

section.app-demo-section {
    background: #F6F9FC;
    color: black;
}

.app-demo-section container {
    display: flex;
}
.app-demo-section .left-col {
    width: 90%;
}

.app-demo-video-div {
    width: 90%;
    display: block;
}
.app-demo-video {
    width: 100%;
    padding: 25px;
}
.app-demo-h2 {
    color: var(--primary-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.app-demo-h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
}
.app-demo-p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.how-it-works {
    width: 100%;
    height: 1200px;
    margin-top: 0em;
    background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 94%);
    top: 0;
    transform: skewY(-6deg);
    transform-origin: 0;
    z-index: -999;
    overflow: auto;
}
.how-it-works .how-it-works-section .container {
    transform: skewY(6deg);
}

.how-it-works-section container {
    display: flex;
}
.how-it-works-section .left-col {
    width: 90%;
}

.how-it-works-video-div {
    width: 90%;
    display: block;
}
.how-it-works-video {
    width: 90%;
    padding: 50px;
}

.how-it-works {
    width: 100%;
    height: 1200px;
    margin-top: 0em;
    background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 94%);
    top: 0;
    transform: skewY(-6deg);
    transform-origin: 0;
    z-index: -999;
    overflow: auto;
}
.how-it-works-h2 {
    color: lightgray;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.how-it-works-h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
    color: #3a3a3a;
    opacity: .9;
}
.how-it-works-p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.how-to-h2 {
    color: var(--primary-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.how-to-h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
    color: #3a3a3a;
    opacity: .9;
}
.how-to-h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.how-to-section p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.information {
    width: 100%;
    height: 1200px;
    margin-top: 0em;
    background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 94%);
    top: 0;
    transform: skewY(-6deg);
    transform-origin: 0;
    z-index: -999;
    overflow: auto;
}

.information .bottom-container {
    transform: skewY(6deg);
}

.information-section .top-container {
    transform: skewY(6deg);
}
.information-section {
    overflow: auto;
}
.information-section .left-col {
    width: 90%;
}

.information-video-div {
    width: 90%;
    display: block;
}
.information-video {
    width: 85%;
    padding: 50px;
}

.information .board-img {
    width: 75%;
    text-align: center;
    margin: auto;
}
.information-h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
    color: #3a3a3a;
    opacity: .9;
}
.information-section p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.information-h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
}

.how-to-section {
    margin-top: -10em;
    background: #F6F9FC;
    color: black;
    overflow: auto;
}
.how-to-section .container{
    margin-top: 10em;
}
.how-to-section li {
    padding: 2em 1em;
    width: 80%;
    margin: 0 auto 5em auto;
}

.how-to-section li img {
    width: 200px;
    align-content: center;
}

h2 {
    font-size: 2em;
}

label {
    display: block;
    font-size: 1.2em;
    margin-bottom: .5em;
}


.download-left {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.download-section {
    margin-top: -15em;
    background: #F6F9FC;
}
.download-section .container {
    margin-top: 15em;
}
.download-section .container .download-right {
    width: 100%;
    height: 100%;
}

.download-right ul {
    padding: 50px;
    justify-content: center;
    border-spacing: 25px;
}

.download-right ul li img {
    width: 100%;
    height: 100%;
    padding: 0 50px 50px 25px;
}
.download-section .primary-cta {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: .6em 2.6em;
    font-size: 1.4em;
    border-radius: 5em;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.4em;
}
.download-section h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.25px;
    color: black;
    opacity: .9;
}
.download-section p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

input[type="submit"] {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    border: none;
    margin-bottom: 5em;
    border-radius: 5em;
    display: inline-block;
    padding: .8em 2em;
    width: unset;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 300px;
}

nav.menu-btn {
    display: block;
}

nav {
    position: fixed;
    z-index: 999;
    width: 66%;
    right: 0;
    top: 0;
    background: #20272E;
    height: 100vh;
    padding: 1em;
}

nav ul.primary-nav {
    margin-top: 5em;
}

nav li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: .5em;
    font-size: 1.3em;
    text-align: right;
}

nav li a:hover {
    font-weight: bold;
}

.mobile-menu-exit {
    float: right;
    margin: .5em;
    cursor: pointer;
}

@media only screen and (max-width: 390px) {
    .nav-logo-mobile {
        width: 0;
    }
}
@media only screen and (max-width: 540px) {
    .information {
        width: 100%;
        height: 1800px;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-logo .nav-logo-desktop {
        height: 0px;
        width: 0px;
    }
    .app-demo-section .container img {
        height: auto;
        max-width: 100%;
        margin: auto;
        object-fit: contain;
    }
}
@media only screen and (min-width: 768px) {
    .mobile-menu, .mobile-menu-exit {
        display: none;
    }
    .navbar-logo .nav-logo-desktop{
        height: 50px;
    }
    .navbar-logo .nav-logo-mobile{
        height: 0px;
        width: 0px;
    }

    .navbar .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 180px auto;
        grid-template-columns: 180px auto;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .navbar nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none;
        position: unset;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .navbar nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar nav a {
        color: white;
        font-size: 1em;
        padding: .1em 1em;
    }
    .navbar nav ul.primary-nav {
        margin: 0;
    }
    .navbar nav li.current a {
        font-weight: bold;
    }
    .navbar nav li.go-premium-cta a {
        color: #F6F9FC;
        border: 3px solid #F6F9FC;
        font-weight: bold;
        border-radius: 5em;
        margin-top: -.2em;
    }
    .navbar nav li.go-premium-cta a:hover {
        background: var(--primary-color);
        color: white;
    }
    .hero-img {
        max-width: 50%; /* Ensure the image does not exceed the width of its container */
        height: auto; /* Maintain the aspect ratio */
        object-fit: contain; /* Ensure the entire image is visible within its container */
    }


    .how-it-works-video-div {
        width: 100%;
    }
    .how-it-works-video {
        width: 100%;
    }
}
.footer {
    width: 100%;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #F6F9FC;
}

@media only screen and (min-width: 1080px) {
    .container {
        width: 1080px;
        margin: 0 auto;
    }
    section {
        padding: 10em 4em;
    }
    .hero .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .hero .container .left-col {
        margin: 3em 3em 0 5em;
    }
    .hero .container .left-col h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 5em;
        color: #3a3a3a;
        opacity: .9;
        width: 90%;
    }
    .hero-img {
        max-width: 50%; /* Ensure the image does not exceed the width of its container */
        height: auto; /* Maintain the aspect ratio */
        object-fit: contain; /* Ensure the entire image is visible within its container */
    }
    .hero-cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .primary-cta {
        margin-right: 1em;
    }

    .how-it-works {
        width: 100%;
        height: 850px;
        margin-top: 0em;
        background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 94%);
        top: 0;
        transform: skewY(-6deg);
        transform-origin: 0;
        z-index: -998;
    }
    .information {
        width: 100%;
        height: 850px;
        margin-top: 0em;
        background: linear-gradient(150deg, #4db6ac 15%, #05d5ff 70%, #a6ffcb 94%);
        top: 0;
        transform: skewY(-6deg);
        transform-origin: 0;
        z-index: -999;
    }
    /*ul.features-list {*/
    /*  display: block;*/
    /*  margin-left: 5em;*/
    /*}*/
    /*ul.features-list li {*/
    /*  font-size: 1.4em;*/
    /*}*/
    /*ul.features-list li:before {*/
    /*  width: 30px;*/
    /*  height: 30px;*/
    /*}*/
    .app-demo-section .container .left-col {
        width: 45%;
        height: 100%;
    }

    .app-demo-section .container .right-col {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 45%;
        height: 100%;
    }

    .app-demo-section-section {
        position: relative;
    }
    .app-demo-section .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .app-demo-section img {
        height: auto;
        max-width: 50%;
        margin: auto;
        object-fit: contain;
    }
    .how-it-works .how-it-works-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .how-it-works-section img {
        display: block;
        position: absolute;
        right: 0;
        width: 350px;
        bottom: -2em;
    }
    .how-to-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .how-to-section ul li {
        margin: 0 1em;
    }

    .information .information-section .bottom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .information .left-col {
        width: 50%;
    }
    .information .right-col {
        width: 50%;
        margin: auto;
    }
    .information .board-img {
        width: 50%;
        position: absolute;
        text-align: center;
        margin: auto;
    }
    .information .information-section .top-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .information-section img {
        display: block;
        position: absolute;
        right: 0;
        width: 350px;
        bottom: -2em;
    }
    .information-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .information-section .bottom-container ul li {
        margin: 0 1em;
        width: 25%;
    }


    .download-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .download-left {
        width: 45%;
        height: 100%;
    }

    .download-section .container .download-right {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 45%;
        height: 100%;
    }

    .download-right ul {
        justify-content: center;
        padding: 0 0 50px 25px;
        border-spacing: 25px;
    }

    .download-right ul li img {
        width: 50%;
        padding: 25px;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
    }
}

@media only screen and (min-width: 1450px) {

}
/*# sourceMappingURL=main.css.map */