
.edvdo-landingpage-funnel-container {
    display: flex;
    width: 100%;
    padding: 80px 200px;
    flex-direction: column;
    align-items: center;
    background: var(--Primary-100, #D4DCF8);
    
}

.edvdo-landingpage-funnel-form {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
   
}

.edvdo-landingpage-funnel-form input[type=text],
.edvdo-landingpage-funnel-form input[type=email] {
    width: 100%;
    display: flex;
    height: 52px;
    padding: 12px 22px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    transition: all .3s;
    border: none;
}

.edvdo-landingpage-funnel-form [type=submit]{
    width: 35%;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Primary, #3F4DCB);
    border: none;
   color: #FFF;
}










@media screen and (min-width: 1025px) and (max-width: 1440px){
    

}


@media screen and (min-width: 481px) and (max-width: 1024px){

   
    .edvdo-landingpage-funnel-container {
        display: flex;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        background: var(--Primary-100, #D4DCF8);
        
    }
    
    .edvdo-landingpage-funnel-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: flex-start;
        width: 100%;
        gap: 5px;
    }
    
    .edvdo-landingpage-funnel-form input[type=text],
    .edvdo-landingpage-funnel-form input[type=email] {
        width: 100%;
        display: flex;
        height: 52px;
        padding: 12px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: #FFF;
        transition: all .3s;
        border: none;
    }
    
    .edvdo-landingpage-funnel-form [type=submit]{
        width: 40%;
        height: 52px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: var(--Primary, #3F4DCB);
        border: none;
       color: #FFF;
    }


}

@media screen and (min-width: 320px) and (max-width: 480px){


    .edvdo-landingpage-funnel-container {
        display: flex;
        width: 100%;
        padding: 15px;
        flex-direction: column;
        align-items: center;
        background: var(--Primary-100, #D4DCF8);
        
    }
    
    .edvdo-landingpage-funnel-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }
    
    .edvdo-landingpage-funnel-form input[type=text],
    .edvdo-landingpage-funnel-form input[type=email] {
        width: 100%;
        display: flex;
        height: 52px;
        padding: 12px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: #FFF;
        transition: all .3s;
        border: none;
    }
    
    .edvdo-landingpage-funnel-form [type=submit]{
        display: flex;
         width: 80%;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: var(--Primary, #3F4DCB);
        border: none;
       color: #FFF;
    }
   


}