@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@media only screen and (min-width: 1300px) {
    body, html{
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }
    
    header{
        width: 100%;
    }
    
    .topbar{
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #007AFF 0%, #0053AD 100%);
    }
    
    .gradientbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(90deg, #01C2FF 0%, rgba(1, 39, 172, 0.4) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }
    
    .gradienttopbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(359.4deg, rgba(255, 255, 255, 0.25) 3.74%, #FFFFFF 68.98%);
        backdrop-filter: blur(20px);
        transform: matrix(1, 0, 0, -1, 0, 0);
        margin-top: -120px;
    }
    
    .logo{
        width: 220px;
        margin-top: -90px;
        margin-left: 40px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center{
        width: 40%;
        text-align: center;
        margin-left: 30%;
        color: #252E3F;
        font-weight: 700;
        margin-top: -90px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center li{
        display: inline;
        list-style-type: none;
        padding-left: 20px;
        font-size: 23px;
    }
    
    .sign-up{
        width: 150px;
        background-color: #252E3F;
        color: white;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 20px;
        margin-right: 40px;
        margin-top: -100px;
        z-index: 8;
        position:relative;
        float: right;
        height: 40px;
    }
    
    .hero-title{
        font-size: 47px;
        width: 25%;
        color: #252E3F;
        margin-left: 60px;
        margin-top: 60px;
    }
    
    .hero-features{
        list-style-image: url('bullet.png');
        margin-left: 60px;
        color: #007AFF;
        margin-top: -30px;
    }
    
    .hero-features li{
        padding-top: 20px;
        margin-top: 0px;
        height: 30px;
    }
    
    .bullet-text{
        margin-top: -16px;
        position: absolute;
        font-size: 28px;
        font-weight: 500;
    }
    
    .cta-button{
        width: 25%;
        background-color: #252E3F;
        color: white;
        margin-left: 60px;
        border: none;
        box-shadow: 10px 10px 0px #007AFF;
        border-radius: 10px;
        height: 60px;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 700;
    }
    
    .hero-video{
        width: 40%;
        margin-left: 55%;
        border-radius: 20px;
        margin-top: -370px;
    }
    
    .intro{
        height: 150px;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    }
    
    .feature-boxes{
        background-color: #EBEBEB;
        margin-top: 20px;
        padding-bottom: 150px;
    }
    
    .full-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 600px;
        border-radius: 20px;
        margin-top: 60px;
    }
    
    .half-length{
        width: 42.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .half-length-two{
        width: 42.5%;
        margin-left: 52.5%;
        background-color: white;
        height: 720px;
        margin-top: -720px;
        border-radius: 20px;
    }
    
    .one-third-length{
        width: 32.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .two-third-length{
        width: 52.5%;
        margin-left: 15%;
        background-color: white;
        height: 720px;
        border-radius: 20px;
        margin-left: 42.5%;
        margin-top: -720px;
    }
    
    .half-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length .feature-description{
        color: #7E7E7E;
        font-size: 30px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 30%;
    }
    
    .half-length-two .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length-two .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length-two .feature-description{
        color: #7E7E7E;
        font-size: 30px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 30%;
    }
    
    .one-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .one-third-length .feature-title{
        font-weight: 900;
        font-size: 45px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .one-third-length .feature-description{
        color: #7E7E7E;
        font-size: 25px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 27%;
    }
    
    .two-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .two-third-length .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .two-third-length .feature-description{
        color: #7E7E7E;
        font-size: 28px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 40%;
    }
    
    .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 140px;
        position: absolute;
    }
    
    .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 240px;
        position: absolute;
    }
    
    .feature-description{
        color: #7E7E7E;
        font-size: 30px;
        margin-left: 3%;
        margin-top: 380px;
        position: absolute;
        width: 30%;
    }
    
    .right-image{
        width: 25%;
        margin-left: 50%;
        margin-top: 100px;
        position: absolute;
    }
    
    .top-image{
        width: 28%;
        margin-left: 7%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third{
        width: 20%;
        margin-left: 6%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third-two{
        width: 30%;
        margin-left: 10%;
        margin-top: 70px;
        position: absolute;
    }
    
    .icon{
        font-size: 35px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    footer{
        width: 100%;
        height: 220px;
        background-color: #007AFF;
    }
    
}

@media only screen and (min-width: 1000px) {
    body, html{
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }
    
    header{
        width: 100%;
    }
    
    .topbar{
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #007AFF 0%, #0053AD 100%);
    }
    
    .gradientbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(90deg, #01C2FF 0%, rgba(1, 39, 172, 0.4) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }
    
    .gradienttopbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(359.4deg, rgba(255, 255, 255, 0.25) 3.74%, #FFFFFF 68.98%);
        backdrop-filter: blur(20px);
        transform: matrix(1, 0, 0, -1, 0, 0);
        margin-top: -120px;
    }
    
    .logo{
        width: 220px;
        margin-top: -90px;
        margin-left: 40px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center{
        width: 40%;
        text-align: center;
        margin-left: 30%;
        color: #252E3F;
        font-weight: 700;
        margin-top: -90px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center li{
        display: inline;
        list-style-type: none;
        padding-left: 20px;
        font-size: 23px;
    }
    
    .sign-up{
        width: 150px;
        background-color: #252E3F;
        color: white;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 20px;
        margin-right: 40px;
        margin-top: -100px;
        z-index: 8;
        position:relative;
        float: right;
        height: 40px;
    }
    
    .hero-title{
        font-size: 47px;
        width: 43%;
        color: #252E3F;
        margin-left: 60px;
        margin-top: 60px;
    }
    
    .hero-features{
        list-style-image: url('bullet.png');
        margin-left: 60px;
        color: #007AFF;
        margin-top: -30px;
    }
    
    .hero-features li{
        padding-top: 20px;
        margin-top: 0px;
        height: 30px;
    }
    
    .bullet-text{
        margin-top: -16px;
        position: absolute;
        font-size: 28px;
        font-weight: 500;
    }
    
    .cta-button{
        width: 35%;
        background-color: #252E3F;
        color: white;
        margin-left: 60px;
        border: none;
        box-shadow: 10px 10px 0px #007AFF;
        border-radius: 10px;
        height: 60px;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 700;
    }
    
    .hero-video{
        width: 40%;
        margin-left: 55%;
        border-radius: 20px;
        margin-top: -370px;
    }
    
    .intro{
        height: 150px;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    }
    
    .feature-boxes{
        background-color: #EBEBEB;
        margin-top: 20px;
        padding-bottom: 150px;
    }
    
    .full-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 600px;
        border-radius: 20px;
        margin-top: 60px;
    }
    
    .half-length{
        width: 42.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .half-length-two{
        width: 42.5%;
        margin-left: 52.5%;
        background-color: white;
        height: 720px;
        margin-top: -720px;
        border-radius: 20px;
    }
    
    .one-third-length{
        width: 32.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .two-third-length{
        width: 52.5%;
        margin-left: 15%;
        background-color: white;
        height: 720px;
        border-radius: 20px;
        margin-left: 42.5%;
        margin-top: -720px;
    }
    
    .half-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length .feature-description{
        color: #7E7E7E;
        font-size: 26px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 35%;
    }
    
    .half-length-two .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length-two .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 30%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length-two .feature-description{
        color: #7E7E7E;
        font-size: 25px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 38%;
    }
    
    .one-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .one-third-length .feature-title{
        font-weight: 900;
        font-size: 45px;
        color: #252E3F;
        width: 30%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .one-third-length .feature-description{
        color: #7E7E7E;
        font-size: 25px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 27%;
    }
    
    .two-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .two-third-length .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 40%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .two-third-length .feature-description{
        color: #7E7E7E;
        font-size: 28px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 40%;
    }
    
    .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 140px;
        position: absolute;
    }
    
    .feature-title{
        font-weight: 900;
        font-size: 50px;
        color: #252E3F;
        width: 30%;
        margin-left: 3%;
        margin-top: 240px;
        position: absolute;
    }
    
    .feature-description{
        color: #7E7E7E;
        font-size: 30px;
        margin-left: 3%;
        margin-top: 380px;
        position: absolute;
        width: 30%;
    }
    
    .right-image{
        width: 25%;
        margin-left: 50%;
        margin-top: 100px;
        position: absolute;
    }
    
    .top-image{
        width: 28%;
        margin-left: 7%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third{
        width: 20%;
        margin-left: 6%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third-two{
        width: 30%;
        margin-left: 10%;
        margin-top: 70px;
        position: absolute;
    }
    
    .icon{
        font-size: 35px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    footer{
        width: 100%;
        height: 220px;
        background: #CDCDCD;
    }
    
}

@media only screen and (min-width: 800px) {
    body, html{
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }
    
    header{
        width: 100%;
    }
    
    .topbar{
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #007AFF 0%, #0053AD 100%);
    }
    
    .gradientbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(90deg, #01C2FF 0%, rgba(1, 39, 172, 0.4) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }
    
    .gradienttopbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(359.4deg, rgba(255, 255, 255, 0.25) 3.74%, #FFFFFF 68.98%);
        backdrop-filter: blur(20px);
        transform: matrix(1, 0, 0, -1, 0, 0);
        margin-top: -120px;
    }
    
    .logo{
        width: 220px;
        margin-top: -90px;
        margin-left: 40px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center{
        width: 40%;
        text-align: center;
        margin-left: 30%;
        color: #252E3F;
        font-weight: 700;
        margin-top: -90px;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center li{
        display: inline;
        list-style-type: none;
        padding-left: 20px;
        font-size: 23px;
    }
    
    .sign-up{
        width: 150px;
        background-color: #252E3F;
        color: white;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 20px;
        margin-right: 40px;
        margin-top: -100px;
        z-index: 8;
        position:relative;
        float: right;
        height: 40px;
    }
    
    .hero-title{
        font-size: 47px;
        width: 38%;
        color: #252E3F;
        margin-left: 60px;
        margin-top: 60px;
    }
    
    .hero-features{
        list-style-image: url('bullet.png');
        margin-left: 60px;
        color: #007AFF;
        margin-top: -30px;
    }
    
    .hero-features li{
        padding-top: 20px;
        margin-top: 0px;
        height: 30px;
    }
    
    .bullet-text{
        margin-top: -16px;
        position: absolute;
        font-size: 28px;
        font-weight: 500;
    }
    
    .cta-button{
        width: 30%;
        background-color: #252E3F;
        color: white;
        margin-left: 60px;
        border: none;
        box-shadow: 10px 10px 0px #007AFF;
        border-radius: 10px;
        height: 60px;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 700;
    }
    
    .hero-video{
        width: 45%;
        margin-left: 52%;
        border-radius: 20px;
        margin-top: -370px;
    }
    
    .intro{
        height: 150px;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    }
    
    .feature-boxes{
        background-color: #EBEBEB;
        margin-top: 20px;
        padding-bottom: 150px;
    }
    
    .full-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 600px;
        border-radius: 20px;
        margin-top: 60px;
    }
    
    .half-length{
        width: 42.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .half-length-two{
        width: 42.5%;
        margin-left: 52.5%;
        background-color: white;
        height: 720px;
        margin-top: -720px;
        border-radius: 20px;
    }
    
    .one-third-length{
        width: 32.5%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .two-third-length{
        width: 52.5%;
        margin-left: 15%;
        background-color: white;
        height: 720px;
        border-radius: 20px;
        margin-left: 42.5%;
        margin-top: -720px;
    }
    
    .half-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length .feature-description{
        color: #7E7E7E;
        font-size: 26px;
        margin-left: 3%;
        margin-top: 530px;
        position: absolute;
        width: 35%;
    }
    
    .half-length-two .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .half-length-two .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .half-length-two .feature-description{
        color: #7E7E7E;
        font-size: 25px;
        margin-left: 3%;
        margin-top: 523px;
        position: absolute;
        width: 30%;
    }
    
    .one-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .one-third-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 20%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .one-third-length .feature-description{
        color: #7E7E7E;
        font-size: 24px;
        margin-left: 3%;
        margin-top: 530px;
        position: absolute;
        width: 27%;
    }
    
    .two-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 320px;
        position: absolute;
    }
    
    .two-third-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 25%;
        margin-left: 3%;
        margin-top: 420px;
        position: absolute;
    }
    
    .two-third-length .feature-description{
        color: #7E7E7E;
        font-size: 24px;
        margin-left: 3%;
        margin-top: 550px;
        position: absolute;
        width: 40%;
    }
    
    .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 3%;
        margin-top: 120px;
        position: absolute;
    }
    
    .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 21%;
        margin-left: 3%;
        margin-top: 230px;
        position: absolute;
    }
    
    .feature-description{
        color: #7E7E7E;
        font-size: 28px;
        margin-left: 3%;
        margin-top: 340px;
        position: absolute;
        width: 35%;
    }
    
    .right-image{
        width: 25%;
        margin-left: 50%;
        margin-top: 100px;
        position: absolute;
    }
    
    .top-image{
        width: 25%;
        margin-left: 9%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third{
        width: 20%;
        margin-left: 6%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third-two{
        width: 30%;
        margin-left: 10%;
        margin-top: 70px;
        position: absolute;
    }
    
    .icon{
        font-size: 35px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    footer{
        width: 100%;
        height: 220px;
        background-color: #007AFF;
    }
    
}

@media only screen and (max-width: 800px) {
    body, html{
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }
    
    header{
        width: 100%;
    }
    
    .topbar{
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #007AFF 0%, #0053AD 100%);
    }
    
    .gradientbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(90deg, #01C2FF 0%, rgba(1, 39, 172, 0.4) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }
    
    .gradienttopbar{
        width: 100%;
        height: 120px;
        background: linear-gradient(359.4deg, rgba(255, 255, 255, 0.25) 3.74%, #FFFFFF 68.98%);
        backdrop-filter: blur(20px);
        transform: matrix(1, 0, 0, -1, 0, 0);
        margin-top: -120px;
    }
    
    .logo{
        width: 220px;
        margin-top: -90px;
        margin-left: 5%;
        z-index: 5;
        position: absolute;
    }
    
    .menu-center{
        width: 40%;
        text-align: center;
        margin-left: 30%;
        color: #252E3F;
        font-weight: 700;
        margin-top: -90px;
        z-index: 5;
        position: absolute;
        display: none;
    }
    
    .menu-center li{
        display: inline;
        list-style-type: none;
        padding-left: 20px;
        font-size: 23px;
    }
    
    .sign-up{
        width: 150px;
        background-color: #252E3F;
        color: white;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        border-radius: 20px;
        margin-right: 40px;
        margin-top: -100px;
        z-index: 8;
        position:relative;
        float: right;
        height: 40px;
        display: none;
    }
    
    .hero-title{
        font-size: 47px;
        width: 83%;
        color: #252E3F;
        margin-left: 30px;
        margin-top: 20px;
    }
    
    .hero-features{
        list-style-image: url('bullet.png');
        margin-left: 20px;
        color: #007AFF;
        margin-top: -10px;
    }
    
    .hero-features li{
        padding-top: 20px;
        margin-top: 0px;
        height: 30px;
    }
    
    .bullet-text{
        margin-top: -35px;
        position: absolute;
        font-size: 28px;
        font-weight: 500;
    }
    
    .cta-button{
        width: 80%;
        background-color: #252E3F;
        color: white;
        margin-left: 30px;
        border: none;
        box-shadow: 10px 10px 0px #007AFF;
        border-radius: 10px;
        height: 60px;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 700;
    }
    
    .hero-video{
        width: 90%;
        margin-left: 5%;
        border-radius: 20px;
        margin-top: -370px;
        margin-top:100px;
    }
    
    .intro{
        height: 150px;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    }
    
    .feature-boxes{
        background-color: #EBEBEB;
        margin-top: 20px;
        padding-bottom: 150px;
    }
    
    .full-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 720px;
        border-radius: 20px;
        margin-top: 60px;
    }
    
    .half-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 640px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .half-length-two{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 660px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .one-third-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 660px;
        margin-top: 60px;
        border-radius: 20px;
    }
    
    .two-third-length{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        height: 650px;
        border-radius: 20px;
        margin-left: 5%;
        margin-top: 60px;
    }
    
    .half-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 5%;
        margin-top: 260px;
        position: absolute;
    }
    
    .half-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 20%;
        margin-left: 5%;
        margin-top: 360px;
        position: absolute;
    }
    
    .half-length .feature-description{
        color: #7E7E7E;
        font-size: 26px;
        margin-left: 5%;
        margin-top: 470px;
        position: absolute;
        width: 80%;
    }
    
    .half-length-two .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 4%;
        margin-top: 260px;
        position: absolute;
    }
    
    .half-length-two .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 50%;
        margin-left: 5%;
        margin-top: 360px;
        position: absolute;
    }
    
    .half-length-two .feature-description{
        color: #7E7E7E;
        font-size: 25px;
        margin-left: 5%;
        margin-top: 470px;
        position: absolute;
        width: 80%;
    }
    
    .one-third-length .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 5%;
        margin-top: 280px;
        position: absolute;
    }
    
    .one-third-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 80%;
        margin-left: 5%;
        margin-top: 380px;
        position: absolute;
    }
    
    .one-third-length .feature-description{
        color: #7E7E7E;
        font-size: 24px;
        margin-left: 5%;
        margin-top: 490px;
        position: absolute;
        width: 80%;
    }
    
    .two-third-length .circle{
        width: 65px;
        height: 65px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 5%;
        margin-top: 280px;
        position: absolute;
    }
    
    .two-third-length .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 60%;
        margin-left: 5%;
        margin-top: 370px;
        position: absolute;
    }
    
    .two-third-length .feature-description{
        color: #7E7E7E;
        font-size: 24px;
        margin-left: 5%;
        margin-top: 480px;
        position: absolute;
        width: 80%;
    }
    
    .circle{
        width: 75px;
        height: 75px;
        background: #C8E2FF;
        border-radius: 50px;
        margin-left: 5%;
        margin-top: 320px;
        position: absolute;
    }
    
    .feature-title{
        font-weight: 900;
        font-size: 40px;
        color: #252E3F;
        width: 65%;
        margin-left: 5%;
        margin-top: 420px;
        position: absolute;
    }
    
    .feature-description{
        color: #7E7E7E;
        font-size: 28px;
        margin-left: 5%;
        margin-top: 530px;
        position: absolute;
        width: 75%;
    }
    
    .right-image{
        width: 50%;
        margin-left: 15%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image{
        width: 80%;
        margin-left: 4%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third{
        width: 60%;
        margin-left: 15%;
        margin-top: 40px;
        position: absolute;
    }
    
    .top-image-third-two{
        width: 80%;
        margin-left: 4%;
        margin-top: 100px;
        position: absolute;
    }
    
    .icon{
        font-size: 35px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    footer{
        width: 100%;
        height: 560px;
        background-color: #007AFF;
    }

    .footer-logo{
        width: 70% !important;
        margin-top: 50px;
        margin-left: 15% !important;
    }

    .modal{
        width: 90% !important;
        background-color: white;
        height: 80vh;
        margin-top: 10vh;
        z-index: 20;
        position: absolute;
        margin-left: 5% !important;
        border-radius: 10px;
    }

    .modal-title{
        font-weight: 900;
        margin-top: 120px;
        text-align: center;
        width: 80% !important;
        margin-left: 10%;
    }
    
    .modal-description{
        font-size: 20px;
        width: 90% !important;
        text-align: center;
        margin-left: 5% !important;
    }
    
    .email{
        width: 90% !important;
        font-size: 22px;
        border: none;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px;
        margin: auto;
        display: block;
        padding-left: 15px;
    }
    
    .signup{
        width: 92% !important;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #007AFF;
        border: none;
        color: white;
        font-weight: 900;
        margin: auto;
        display: block;
        border-radius: 5px;
        font-size: 22px;
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }


    .twitter{
        width: 50% !important;
        margin-left: 22.5% !important;
        margin-top: 20px;
    }
    
    .instagram{
        width: 50% !important;
        margin-left: 22.5% !important;
        margin-top: 20px;
    }
    
    .indiehackers{
        width: 50% !important;
        margin-left: 22.5% !important;
        margin-top: 20px;
    }
    
    .github{
        width: 50% !important;
        margin-left: 22.5% !important;
        margin-top: 20px;
    }

    .socials{
    }
    
}

.modal-background{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(196, 196, 196, 0.74);
    backdrop-filter: blur(20px);
    margin-top: 0px;
    top: 0px;
    z-index: 20;
    display: none;
}

.modal{
    width: 70%;
    background-color: white;
    height: 80vh;
    margin-top: 10vh;
    z-index: 20;
    position: absolute;
    margin-left: 15%;
    border-radius: 10px;
}

.modal-title{
    font-weight: 900;
    margin-top: 120px;
    text-align: center;
}

.modal-description{
    font-size: 20px;
    width: 50%;
    text-align: center;
    margin-left: 25%;
}


.signup{
    width: 51.5%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #007AFF;
    border: none;
    color: white;
    font-weight: 900;
    margin: auto;
    display: block;
    border-radius: 5px;
    font-size: 22px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.close{
    width: 50px;
    height: 50px;
    font-size: 23px;
    background-color: #e5e6e5;
    float: right;
    margin-right: 20px;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
}

.x{
    font-size: 28px;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    margin-left: -7px;
    margin-top: 7px;
    color: rgba(0,0,0,.65);
}

.sign-up:focus{
    outline: none;
}

.footer-logo{
    width: 15%;
    margin-top: 50px;
    margin-left: 5%;
}

.socials{
    margin-left: 5%;
    margin-top: 40px;
}

.twitter{
    width: 11%;
}

.instagram{
    width: 12%;
    margin-left: 15px;
}

.indiehackers{
    width: 14%;
    margin-left: 15px;
}

.github{
    width: 9%;
    margin-left: 15px;
}

.email{
    margin-right: 5%;
    color: white;
    font-weight: 500;
    float: right;
    margin-top: 70px;
}

.email a{
    color: white;
    text-decoration: none;
}

footer{
    padding-bottom: 10px;
}