       html, body{
            margin: 0px;
            padding: 0px;
            height: 100%;
        }
        form{
            position: absolute;
            top: 450px;
            left: 80px;
            z-index: 999;
        }
        a{
            text-decoration: none;
            color: #fff;
        }

        .room{
            background-color: #1B1B31;

        }

        textarea,
        input.text,
        input[type="text"],
        input[type="button"],
        input[type="submit"],
        .input-checkbox {
          -webkit-appearance: none;
          border-radius: 0;
        }

        input{
               width: 138px;
        padding: 20px 20px;
        border-radius: 15px 0px 0px 15px;
        border: 0px;
        font-family: 'Russo One';
        }

        form #action{
        background: #3905F3;
        border-radius: 0px 15px 15px 0px;
        padding: 18.5px 24px;
        font-family: 'Russo One';
        color: #000000;
        text-align: center;
        font-size: 16px;
        z-index: 999;
        position: absolute;
        top: 0px;
        left: 240px;

        }

        input[type="submit"]{
             background: #C2FD74;
        border-radius: 0px 15px 15px 0px;
        padding: 18.5px 20px;
        font-family: 'Russo One';
        color: #000000;
        text-align: center;
        font-size: 16px;
        z-index: 999;
        position: absolute;
        top: 0px;
        left: 180px;
        width: 140px;

        }

        #lottie{
            width:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
            position: absolute;
            bottom: -10px;
            right: 0;
            z-index: 1;
        }

        #main{
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
            background: #000;
            overflow: hidden;

        }
        #section2{
            width: 100%;
            height: 900px;
            z-index: 999;
            background-color: #BA76FF;
        }
        #section3{
            width: 100%;
            height: 900px;
            z-index: 999;
            background-color: #3905F5;
        }
        #section4{
            width: 100%;
            height: 900px;
            z-index: 999;
            background-color: #FFB1B1;
        }

        #feature{
 
            position: absolute;
            bottom: -10px;
            right: 20px;
            z-index: 1000;
            width: 70%;
            max-width: 900px;
            display: none;
        }
        #feature img{
            width: 100%;

        }
        #logo{
            position: absolute;
            top: 70px;
            left: 80px;
            z-index: 1000;
            fill: #3905F5;
        }
        #logo img{
            width: 200px;

        }
        #para{
            position: relative;
            width: 800px;
            left: 80px;
            top: 220px;

            font-family: Russo One;
            font-style: normal;
            font-weight: normal;
            font-size: 70px;
            line-height: 75px;
            /* or 110% */

            letter-spacing: -0.01em;
            color: #fff;
            z-index: 999;
        }
        #para.color1, #subtext.color1{
            color: #99FFAF;
            
        }
        #para.color2, #subtext.color2{
            color: #D2FF52;
            
        }
        #para.color3, #subtext.color3{
            color: #DE10AD;
            
        }

#copy{
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 999;
    right: 20px;
    font-family: 'Open Sans', sans-serif;
}

        #subtext{
           position: relative;
            width: 30%;
            min-width: 522px;
            left: 80px;
            top: 240px;
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 40px;
            letter-spacing: -0.01em;
            color: #fff;
            z-index: 999;


        }

        #main #login1{
               position: absolute;
                right: 80px;
                top: 60px;
                background:#C2FD74;
                border-radius: 20px;
                padding: 20px 30px;
                font-family: 'Russo One';
                color: #000;
                text-align: center;
                font-size: 16px;
                z-index: 999;
}

@media (min-device-width: 300px) and (max-device-width: 375px) {

    #para{
    font-size: 40px;
    left: 25px;
    line-height: 46px;
    width: 340px;
    top: 106px;
    }

    #subtext{
    left: 25px;
    top: 125px;
    min-width: 300px;
    line-height: 25px;
    font-size: 16px;

    }
    #logo{
        left: 25px;
        top: 40px;
    }
    #logo img{
       width: 150px;
    }

    #lottie{
        width: 1000px;
    bottom: -109px;
    right: -359px;
    transform: scale(.7);

    }
    #login1{
            visibility: hidden;
    }

    form{
        left: 25px;
        top: 340px;
    }

    input{
        width: 140px;
    }

    form #action{
        left: 180px;
    }

    input[type="submit"]{
            left:180px;
            height: 56px;
            -webkit-border-radius: 0px 12px 12px 0px;

        }

        #feature{
        display: none;
      }



}
       

@media (min-device-width: 376px) and (max-device-width: 600px) {
    #feature{
        display: none;
      }


    #para{
    font-size: 44px;
    left: 25px;
    line-height: 50px;
    width: 340px;
    top: 150px;
    }

    #subtext{
    left: 25px;
    top: 160px;
    min-width: 300px;
    line-height: 28px;
    font-size: 18px;

    }
    #logo{
        left: 25px;
        top: 40px;
    }
    #logo img{
       width: 150px;
    }

    #lottie{
       width: 1600px;
    bottom: -140px;
    right: -680px;
    transform: scale(.7);
    }
    #login1{
            visibility: hidden;
    }

    form{
        left: 25px;
        top: 460px;
    }

    input{
        width: 140px;
    }

    form #action{
        left: 180px;
    }

    input[type="submit"]{
            left:180px;
            height: 56px;
            -webkit-border-radius: 0px 12px 12px 0px;

        }


}

@media (min-device-width: 700px) and (max-device-width: 1023px) {   
    #lottie{
    width: 1250px;

    }
      #feature{
        display: none;
      }

    #para {
        width: 636px;
    font-size: 56px;
    line-height: 62px;
    }

}







#mc_embed_signup.submitted form{
    display: none;
}

#mc_embed_signup #thanks{
    display: none;
    font-family: Russo One;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #040404;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 480px;
    left: 80px;
    z-index: 999;

}

#mc_embed_signup.submitted #thanks{
    
    display: block;
}