@media(max-width:750px){
    nav{
        justify-content: space-between;
        padding: 20px 25px;
    }

    nav ul{
        /* margin-left: 60px; */
        display: none;
    }

    nav .open{
        display: flex;
        cursor: pointer;
        position: absolute;
        right: 25px;
    }
    
    nav .close{
        display: none;
        position: absolute;
        right: 25px;
    }

    .menu{
        display: none;
        width: 80%;
        height: max-content;
        background-color: antiquewhite;
        text-align: center;
        justify-content: center;
        padding: 30px 0;
        position: absolute;
        right: 25px;
        z-index: 999;
        border-radius: 8px;
    }

    .menu.open{
        height: 450px;
    }

    .menu ul li{
        list-style: none;
        padding: 15px;
        font-weight: bold;
    }

    .menu ul li:hover{
        color: #fff;
        background-color: #000;
        padding: 15px 60px;
        transition: all 0.2s ease;
        border-radius: 8px;
    }

    #features{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 70px 25px;
    }

    #features img{
        position: absolute;
        top: 50px;
        width: 330px;
    }

    #features div{
        margin-top: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #features div h2{
        max-width: 90%;
        text-align: center;
    }
    
    #features div p{
        max-width: 90%;
        text-align: center;
    }
    
    #features div input:first-of-type{
       height: 35px;
       width: 90%;
       background-color: #fff;
       padding-left: 15px;
       display: block;
       margin-bottom: 12px;
       margin-right: 0;
    }
    
    #features div input:last-of-type{
        height: 35px;
        width: 90%;
        background-color: hsl(224, 93%, 58%);
        border: none;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    #team{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 70px 25px;
    }

    #team .workers{
        position: absolute;
        top: 50px;
        width: 330px;
    }

    #team .may{
        margin-top: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #team .may h2{
        max-width: 90%;
        text-align: center;
    }
    
    #team .may .p1{
        max-width: 90%;
        text-align: start;
        margin-top: 20px;
    }

    #team .may .p2{
        max-width: 90%;
        text-align: start;
        margin-top: 15px;
    }

    #team .may .p3{
        max-width: 90%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 60px
    }

    #team .may .card{
        width: ;
    }


    #signin{
        height: max-content;
        flex-direction: column;
        padding: 75px 20px; 
        justify-content: center;
        align-items: center;       
    }
    

    #signin .part1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #signin .part1 p{
        max-width: 90%;
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    #signin .part2 input:first-of-type{
        height: 35px;
        width: 320px;
        display: block;
        margin-bottom: 12px;
     }
     
     #signin .part2 input:last-of-type{
         height: 35px;
         width: 320px;
         cursor: pointer;
     }

     footer{
        padding: 60px 40px;
        height: max-content;
     }

     footer .logo{
        width: 180px;
        margin-bottom: 27px;
    }

     footer .container{
        display: flex;
        flex-direction: column;
     }

     footer .container .one{
        margin-bottom: 40px; 
     }

     footer .container .one p{
        margin-bottom: 8px
    }

    footer .container .one img{
        margin-top: 7px;
    }

     footer .container .two{
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    footer .container .two .two1{
        margin-bottom: 45px;
    }

    footer .container .three{
        margin-left: 0;
        align-self: center;
}
}