@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dangrek&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    background: #1d1d1d center/cover no-repeat;
    color: white;
    overflow-x: hidden;
    margin: 16px;
}

/* -------------------- HEADER ------------------ */
.container {
    max-width: 940px;
    margin: 0 auto;
    padding: 1em 1em;
}

header img {
    width: 30px;
    display: inline;
    /*    margin: 20px 0px 10px 0px;*/
}

header h2 {
    color: white;
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

header {
    border-radius: 15px;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

header h4 {
    text-align: left;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    width: 0px;
    opacity: 0;
}

main {
    /*    background: #33D9B2 center/cover no-repeat;*/
    background-image: linear-gradient(to bottom right, #33D8B1, #33D8B1, #7D88F7, #FCA0B3);
    display: flex;
    flex-flow: column;
    border-radius: 30px;
}

.hero {
    text-align: center;
}

.hero .small-icon img {
    width: 50px;
    height: 50px;
    margin: -8px 0px -30px 0px;
    border-radius: 13px;
}

.hero h1 {
    font-size: 2.4em;
    font-weight: 1000;
    line-height: 1.0em;
    padding: 10px;
    font-family: 'Nunito', sans-serif;
    /*    font-family: 'Londrina Solid', cursive;*/
    /*    font-family: 'Jua', sans-serif;*/
    /*    font-family: 'Fredoka One', sans-serif;*/
}

.hero p {
    font-size: 1.2em;
    font-weight: 500;
    max-width: 500px;
    line-height: 25px;
    margin: -30px 0px 50px 0px;
}

.hero a {
    background-color: #1d1d1d; 
    padding: 0.7em 4em;
    margin: -100px;
    border-radius: 50px;
    color: white;
    text-decoration-line: none;
    font-size: 1.2em;
    font-weight: 600;
    border-color: white;
}

h2 {
    font-size: 3em;
    color: #1D1D1D;
    margin: -30px 0px 0px 20px;
}

/* -------------------- MORE APPS ------------------ */

.more-apps {
    margin: 40px 0px 10px 0px;
    position: inline-block;
    max-width: 940px;
}

.more-apps .logo {
    padding: 20px;
    width: 60px;
    height: 60px;
    border-radius: 35px;
}

.more-apps div {
    width: 47%;
    border-radius: 30px;
    height: 200px;
    margin-bottom: 30px; 
}

.more-apps h2 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 10px 0px 0px;
    line-height: 23px;
}

.more-apps .link {
    width: 20px;
    float: right;
    padding: 25px 25px 0px 0px;
    filter: invert(200%) sepia(0%) saturate(1352%) hue-rotate(87deg) brightness(100%) contrast(119%);
}

.fonts {
    background: #f8a5c2;
    float: left;
}

.insta {
    /*    background: #4834d4;*/
    background: #8f8eed;
    float: left;
}

.snap {
    /*    background: #7ed6df;*/
    background: #3d3d40;
    float: right;
}

.starbucks {
    background: #079992;
    float: right; 
}

.tiktok {
    background: #ff5e57;
    float: left;
}

.all {
    display: inline-block;
    float: right;
    margin: 0px;
}

.all h2 {
    padding: 85px 10px 0px 0px;
    line-height: 50px;
    font-size: 3em;
}

/* -------------------- CONTACT US ------------------ */

.support {
    padding: 60px 0px 60px 0px;
    text-align: center;
    display: inline-block;
    align-items: center;
    width: 100%;
}

.support a {
    background: white; 
    padding: 0.7em 3.7em;
    border-radius: 50px;
    color: #1d1d1d;
    text-decoration-line: none;
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px;
}

.support p {
    max-width: 740px;
    display: inline-block;
}

/* -------------------- FOOTER ------------------ */

footer {
    font-family: 'Poppins', sans-serif;
    background: #111111;
    color: white;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

footer ul {
    margin: -2px 0px 20px -45px;
    text-align: left;
}

footer ul li {
    list-style: none;
    padding-top: 10px;
}

footer ul li a {
    font-size: 1.2em;
    color: white;
    font-weight: 500;
    text-decoration: underline;
}

footer h1 {
    font-weight: 700;
    font-size: 3.3em;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    text-align: left;
    max-width: 300px;
}

footer h2 {
    color: white;
    font-size: 21px;
    margin: -14px 0px 0px 0px;
    text-align: center;

}

footer p {
    line-height: 5px;
    color: #bdc3c7;
    font-size: 14px;
    margin: 8px 0px 0px 0px;
}

.logo {
    height: 50px;
    width: 50px;
    text-align: left;
    padding: 30px 26% 30px 26%;
    margin: 0px;
    display: inline-block
}

/* -------------------- SOCIAL ------------------ */

.social {
    text-align: center;
    display: inline-block;
    padding: 0px 0px 25px 0px;
}

.social ul li {
    display: inline;
    padding: 10px;
}

.social ul li img {
    height: 50px;
    border-radius: 25px;
    text-align: right;
    display: inline-block;
}

/* -------------------- LINKS ------------------ */

.firstFooter {
    display: inline-block;
}

.secondFooter {
    display: inline-block;
}

.contact h2 {
    font-size: 1.6em;
    color: #bdc3c7;
    font-weight: 600;
    text-align: left;
}

.sellers h2 {
    font-size: 1.6em;
    color: #bdc3c7;
    font-weight: 600;
    text-align: left;
}

.contact {
    width: 200px;
    height: 100px;
    float: left;
    font-weight: 400;
}

.sellers {
    width: 200px;
    height: 100px;
    float: left;
}

.legal h2 {
    font-size: 1.6em;
    color: #bdc3c7;
    font-weight: 600;
    text-align: left;
}

.legal {
    width: 200px;
    height: 100px;
    float: left;
}

.more h2 {
    font-size: 1.6em;
    color: #bdc3c7;
    font-weight: 600;
    text-align: left;
}

.more {
    width: 200px;
    float: left;
}

.categories {
    text-align: center;
    display: inline-block;
}

figure {
    text-align: center;
}

figure img{
    margin: 10px 0px -35px 0px;
    width: 100%;
    max-width: 300px;
}

footer .copyright {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

footer p1 {
    color: #919191;
    font-size: 12.8px;
    margin: 8px 0px 0px 0px;
}

@media screen and (min-width: 720px) {
    /* Desktop */

    header {
        text-align: left;
    }

    header img{
        margin: 0px 0px 00px 15px;
    }

    header h4 {
        text-align: left;
        font-size: 1.6em;
        font-weight: 600;
        margin: 0px 160px 0px 0px;
        opacity: 1;
    }

    .highlight {
        border: 3px solid #41F89D;
        color: white;
        border-radius: 50px;
    }

    main {
        flex-flow: row;
    }

    .hero {
        text-align: left;
    }

    .hero .small-icon img {
        width: 60px;
        height: 60px;
        margin: -5px 0px -60px 15px;
        border-radius: 15px;
    }

    .hero h1 {
        padding-top: 50px;
        font-size: 4.7em;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .hero p:before {
        margin: 1em 0;
    }

    .hero p {
        font-size: 1.3em;
        padding: 0;
        margin: 0 0 6em 15px;
    }

    .hero a {
        margin: 0px;
    }

    .beta-desc {
        text-align: center;
    }

    .social {
        max-width: 300px;
        float: right;
        margin: 55px 0px 0px 0px;
    }

    figure img {
        width: 18em;
        margin: -70px 0px -35px 0px;
        max-width: 600px;
    }

    .grid-container {
        text-align: center;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .more-apps {
        margin: 40px 0px 10px 0px;
        position: inline-block;
        max-width: 975px;
        text-align: center;
        display: inline-block;
    }

    .more-apps h2 {
        margin: -30px 10px 0px 10px;
        text-align: center;
    }

    .more-apps .all h2 {
        margin: 0px 10px 0px 10px;
        text-align: center;
        font-size: 4em;
    }

    .more-apps .logo {
        width: 100px;
        height: 100px;
        border-radius: 45px;
        border-radius: 45px;
        margin-left: 30px;
    }

    footer p1 {
        color: #919191;
        font-size: 12.8px;
        margin: 8px 0px 0px 0px;
    }

}