/* viaunion.com */

@font-face {
    font-family: neue-machina;
    src: url(../fonts/NeueMachina-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: neue-machina-bold;
    src: url(../fonts/NeueMachina-Bold.otf);
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

p {
    font-family: proxima-nova, sans-serif;
}

.center {
    max-width: 1100px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
}

.col {
    width: 100%;
}

.hero {
    background: #7F6DFF;
    padding: 4rem 0 0 0;
}

.hero .center {
    max-width: 900px;
}

.hero .flex-row {
    align-items: center;
}

.hero h1 {
    font-family: neue-machina, sans-serif;
    color: white;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 3rem;
}

.hero .hero-image {
    position: relative;
    max-width: 120%;
    margin-bottom: -1px;
}

.hero .store-buttons {
    display: flex;
}

.hero .store-buttons img {
    height: 50px;
    margin-right: 16px;
}

.steps {
    background: black;
    text-align: center;
    padding: 6rem 0;
}

.steps h2 {
    color: white;
    font-weight: 100;
    font-family: neue-machina, sans-serif;
    font-size: 2rem;
}

.steps h2 b {
    font-family: neue-machina-bold, sans-serif;
}

.steps h2 b.text-purple {
    color: #7F6DFF;
}

.steps h2 b.text-green {
    color: #DCFF9B;
}

.steps h3 {
    color: #8d8d8d;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    margin-bottom: 4rem;
}

.steps .steps-cont {
    background: #313131;
    border-radius: 32px;
    margin-right: 32px;
    padding: 2rem;
    text-align: center;
}

.steps .steps-cont h4 {
    color: white;
    font-family: neue-machina, sans-serif;
}

.steps .steps-cont p {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 20px;
}

.steps .steps-cont p a {
    color: #DCFF9B;
}

.steps .steps-cont:last-child {
    margin-right: 0;
}

.steps .steps-cont .steps-number {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #7F6DFF;
    color: #DCFF9B;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-family: neue-machina, sans-serif;
    margin-bottom: 2rem;
}

.bullets {
    background: black;
    padding: 4rem 0 8rem 0;
}

.bullets h4 {
    font-size: 2rem;
    color:#7F6DFF;
    font-family: neue-machina-bold, sans-serif;
    padding-right: 4rem;
    line-height: 2.5rem;
}

.bullets ul {
    padding: 0 4rem 0 0;
}

.bullets li {
    display: flex;
    margin: 2rem 0;
}

.bullets li i {
    color: white;
    font-size: 2rem;
    margin-right: 1.5rem;
}

.bullets li h5 {
    color: white;
    font-family: neue-machina, sans-serif;
    font-size: 20px;
    margin: 0;
}

.bullets li p {
    color: #8d8d8d;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
}

.faq {
    padding: 6rem 0;
    background: #f3f3f3;
}

.faq h5 {
    font-size: 2rem;
    text-align: center;
    font-family: neue-machina-bold, sans-serif;
}

.faq-row {
    border-bottom: 1px solid #8d8d8d;
    padding: 2rem 0;
}

.faq-row .faq-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-row .faq-title:hover h6 {
    color: #7F6DFF;
}

.faq-row .faq-title i {
    font-size: 2rem;
    color: #7F6DFF;
    margin-right: 1rem;
}

.faq-row .faq-title h6 {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
}

.faq-row .faq-answer {
    display: none;
}

.final-cta {
    background: black;
    padding: 4rem 0;
    color: white;
    border-radius: 0 0 2rem 2rem;

    & .cta-row {
        display: flex;
        align-items: center;

        & .cta-col:first-child {
            flex: 0 0 40%;
            padding-right: 4rem;
        }

        & h3 {
            font-family: neue-machina, sans-serif;
            font-size: 2rem;
            line-height: 120%;
            font-weight: 400;
        }

        & p {
            font-family: proxima-nova, sans-serif;
        }

        & .store-buttons {
            display: flex;
            gap: 1rem;
        
            & img {
                height: 50px;
                margin-right: 16px;
            }
        }
    }
}

footer {
    padding: 4rem 0;
    text-align: center;
    font-family: promixa-nova, sans-serif;
    color: #8d8d8d;
}

footer img {
    margin: 0 auto;
}

footer small {
    margin-top: 1rem;
    display: inline-block;
}

.return {
    background: black;
    color: white;
    text-align: center;

    & .center {
        padding: 2rem 2rem;
    }

    & .return-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3rem;

        & img {
            max-height: 1rem;
        }
    }

    & h1 {
        font-family: neue-machina, sans-serif;
    }

    & a {
        background:#7F6DFF;
        color: white;
        font-family: neue-machina-bold, sans-serif;
        border-radius: 1rem;
        padding: 2rem 4rem;
        width: 100%;
        display: inline-block;
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    .center {
        padding: 0 1rem;
    }
    .flex-row {
        flex-direction: column;
    }

    .hero .logo {
        margin: 0 auto;
        padding-bottom: 1rem;
    }

    .hero h1 {
        font-size: 2rem;
        text-align: center;
        line-height: 2.5rem;
    }

    .hero .hero-image {
        max-width: 100%;
        margin-top: 4rem;
    }

    .hero .store-buttons {
        justify-content: center;
    }

    .hero .store-buttons .playstore img {
        margin-right: 0;
    }

    .steps {
        padding: 4rem 0;
    }

    .steps h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .steps h3 br {
        display: none;
    }

    .steps .steps-cont {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .bullets {
        padding: 0rem 0 1rem 0;
        border-radius: 0 0 32px 32px;
        margin-bottom: -32px;
        z-index: 100;
        position: relative;
    }
    
    .bullets ul {
        padding: 0 1rem 1rem 1rem;
    }

    .bullets h4 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 2.4rem;
        padding-right: 0;
    }

    .faq-row .faq-title {
        align-items: flex-start;
    }

    .faq-row .faq-title h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .final-cta {
        padding: 2rem 2rem 3rem 2rem;
    }

    .final-cta .cta-row {
        display: flex;
        align-items: center;
        flex-direction: column;

        & .cta-col:first-child {
            flex: 0 0 100%;
            padding-right: 0;
            padding-bottom: 2rem;
        }
    }
}