* {
    margin: 0;
    padding: 0;
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    background-color: #000;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-font-smoothing: antialiased;
}

.header {
    padding-top: 26px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-left img {
    vertical-align: middle;
}

.header-logo {
    height: 28px;
}

.splash {
    margin: 100px 28px 120px 28px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hero-text {
    text-align: center;
}

.main-heading {
    font-size: 22px;
    line-height: 3.4rem;
}

.sub-heading {
    color: #B4B4B9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6rem;
    margin: 2rem 6px 0 6px;
}

.cta-container {
    margin-top: 3rem;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-container p {
    display: none;
}

.cta-container img {
    display: none;
}

.cta-button {
    background-color: #FFF;
    color: black;
    border-radius: 3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0px 2px 70px rgba(255, 255, 255, 0.342);
    transition: 0.2s;
    display: inline-block;
    position: relative;
}

.cta-button:hover {
    color: #0EA1FF;
    box-shadow: 0px 2px 70px rgba(255, 255, 255, 0.5);
    transition: 0.2s;
}

.cta-button.testflight {
    background-color: #9FA7E1;
    color: white;
}

#cta-bottom {
    margin-top: 1px;
    margin-bottom: 25px;
}

.cta-annotation p {
    color: #69696e;
    font-size: 14px;
    margin-top: 12px;
}

.mockup {
    display: none;
}

.feature-wrapper {
    padding: 70px 0px;
    margin: 0px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}

.feature-image-container {
    margin: 0px;
    display: flex;
    justify-content: center;
}

.feature-image-container img {
    width: 18rem;
}

.feature-text-container {
    margin: 0px 24px;
    text-align: left;
}

.feature-text-container h2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.feature-text-container p {
    color: #c7c7ce;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.feature-center-image-container {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}

.feature-center-image-container img {
    width: 160px;
}

.feature-center-text-container {
    margin: 0px 32px;
}

.center-text {
    text-align: center;
}

.feature-center-text-container h2 {
    margin: 20px 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.feature-center-text-container p {
    color: #B4B4B9;
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

#feature-image-2 {
    margin-top: -3.5rem;
}

.screenshots {
    margin-top: 7rem;
    margin-bottom: 2.3rem;
}

.screenshots h3 {
    margin-bottom: 1.7rem;
}

#slide-preview {
    width: 90%;
    border-radius: 23px;
}

#beta-logo {
    margin-bottom: 10px;
}

.lightbackground {
    background-color: rgb(21, 21, 28);
}

h1 {
    font-weight: 500;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

h3 {
    color: #9FA7E1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.button {
    background-color: #FFF;
    color: white;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none;
    color: #000;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    box-shadow: 0px 2px 70px rgba(255, 255, 255, 0.342);
    transition: 0.2s;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1070px) {

    .webpage {
        background:
        radial-gradient(
          ellipse at top,
          rgb(0, 0, 0), 
          transparent 30%
        ),
        radial-gradient(
          farthest-side at top right,
          rgba(0, 255, 200, 0.5), 
          transparent 22%
        ),
        radial-gradient(
          farthest-corner at top left,
          rgba(50, 197, 255, 0.342), 
          transparent 8%
        );
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .header {
        padding-top: 52px;
        margin-bottom: 10px;
        margin-left: 104px;
        margin-right: 104px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header-container {
        width: 70rem;
        display: flex;
        justify-content: space-between;
    }
    
    .header-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .header-left img {
        vertical-align: middle;
    }
    
    .header-logo {
        height: 28px;
    }
    
    .splash {
        margin-top: 120px;
        margin-left: 100px;
        margin-right: 100px;
        width: 70rem;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    
    .hero-text {
        width: 45rem;
        text-align: left;
    }
    
    .main-heading {
        font-size: 2rem;
        line-height: 5.1rem;
        width: 40rem;
    }
    
    .sub-heading {
        color: #B4B4B9;
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        width: 28rem;
        margin-top: 2rem;
    }
    
    .cta-container {
        margin-top: 3rem;
        margin-left: 3px;
        display: flex;
        justify-content: flex-start;
        position: relative;
        align-items: center;
        margin-top: 4rem;
    }
    
    .cta-container p {
        display: block;
        color: #B4B4B9;
        margin-left: 30px;
        margin-right: 30px;
    }

    .cta-container img {
        display: block;
    }
    
    .cta-button {
        background-color: #FFF;
        color: white;
        border-radius: 3rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-decoration: none;
        color: #000;
        font-size: 1.1em;
        text-align: center;
        font-weight: 600;
        box-shadow: 0px 2px 70px rgba(255, 255, 255, 0.342);
        transition: 0.2s;
        display: inline-block;
        position: relative;
    }

    #cta-bottom {
        margin-top: 4px;
    }
    
    .qr-code {
        height: 100px;
        width: 100px;
    }
    
    .mockup {
        display: block;
        margin-top: -30px;
        margin-left: -70px;
        margin-right: 50px;
    }
    
    .mockup img {
        width: 460px;
    }

    #first-feature {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    #last-feature {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    
    .feature-rightsided {
        margin-left: 104px;
        margin-right: 104px;
        width: 66rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        column-gap: 70px;
    }

    .feature-leftsided {
        margin-left: 104px;
        margin-right: 104px;
        width: 66rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        column-gap: 40px;
    }

    .feature-image-container {
        margin: 0px;
        display: flex;
        justify-content: center;
    }
    
    .feature-image-container img {
        width: 340px;
    }
    
    .feature-text-container {
        margin: 0px;
        max-width: 35rem;
        text-align: left;
    }
    
    .feature-text-container h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }
    
    .feature-text-container p {
        margin-top: 18px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.9;
    }
    
    .feature-center {
        margin-top: 70px;
        margin-bottom: 70px;
        margin-left: 104px;
        margin-right: 104px;
        width: 82rem;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .feature-center-image-container {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .feature-center-image-container img {
        width: 180px;
    }
    
    .feature-center-text-container {
        width: 100%;
        margin: 0;
    }
    
    .feature-center-text-container h2 {
        max-width: 40rem;
        margin: 0 auto;
        font-size: 30px;
    }
    
    .feature-center-text-container p {
        max-width: 38rem;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.9;
        margin-top: 20px;
    }

    .screenshots h3 {
        margin-bottom: 1.25rem;
    }

    #slide-preview {
        width: 58rem;
    }
    
    h1 {
        font-weight: 500;
    }
    
    h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.7;
    }

    h3 {
        margin-bottom: 14px;
    }
    
    .button {
        background-color: #FFF;
        color: white;
        border-radius: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 1.5em;
        padding-right: 1.5em;
        text-decoration: none;
        color: #000;
        font-size: 1.2em;
        text-align: center;
        font-weight: 600;
        box-shadow: 0px 2px 70px rgba(255, 255, 255, 0.342);
        transition: 0.2s;
        display: inline-block;
        position: relative;
    }
}

@media only screen and (min-width: 1400px) {
    
    .header-container {
        width: 82rem;
    }
    
    .splash {
        width: 82rem;
    }

    .mockup img {
        width: 570px;
    }

    .feature-rightsided {
        margin-left: 104px;
        margin-right: 104px;
        width: 74rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        column-gap: 70px;
    }

    .feature-leftsided {
        margin-left: 104px;
        margin-right: 104px;
        width: 74rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        column-gap: 40px;
    }
}