#container{
    border: 0px solid red; width: 100%;height: 50px;
    display: flex; justify-content: space-between;
    border-bottom: 0.8px solid grey;
    
}
#container>:nth-child(1){
    border: 0px solid blue;
    width: 30%;height: auto;
    display: flex;justify-content: space-between;
    align-items: center; margin-left: 150px;
    
}
#logo{
    width: 150px;height: 60px;
    max-width: 150px;
}
.icon{
    width: 20px;height: 20px;
  
}

#ab{
    border: 0px solid blue;
    width: 100%;height: 90%;
    max-width: fit-content;
    background-color: rgb(226, 226, 226);
    display: flex;border-radius: 10px;
    margin: 5px;
}
#ab button{
    border: 0px solid;border-radius: 10px;
    width: 40px;height: 100%;
    background-color: rgb(226, 226, 226);
}
#ab input{
    background: transparent; width: 300px;
    border: 0px; flex: 1;outline: none;
}

#amd{
    width: 15px;height: 10px;
}




#container>:nth-child(2){
    border: 0px solid red;
    width: 40%;display: flex;
    justify-content: space-evenly;
    margin-right: 130px;
    align-items: center;
}
#flag{
    width: 30px;height: 30px;
}



.hower a{
    color: black;
    text-decoration: none;
    font-weight: 400;
    border: 0px solid red;
    width: 50px;height: 100%;
    padding: 10px;
    font-family: montserrat, sans-serif;
    overflow: hidden;
    
}
.hower :hover{
    border-bottom: 3px solid rgb(255, 217, 0);;
    overflow: hidden;
}
@media all and (min-width:350px) and (max-width:750px){
    #container1{
        display: none;
        
    }
    #container{
        
    }
    #logo{
        width: 100px;height: 80px;
        
    }
    #container>:nth-child(1){
        border: 0px solid blue;
        width: 50%;height: auto;
       font-size: small;
        margin-left: 10px;
        
    }
    #container>:nth-child(2){
        border: 0px solid red;
        width: 30%;display: flex;
        justify-content: space-evenly;
        margin-right: 10px;
        align-items: center;
    }
    
   
    #ab button{
        border: 0px solid;border-radius: 50px;
        width: 40px;height: 100%;
        background-color: rgb(226, 226, 226);
    }
    #ab input{
        background: transparent; width: 0px;
        border: 0px; flex: 1;outline: none;border-radius: 50px;
    }

}