*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
#footer_section{
    margin-top: 195px;
}
#footer{
    display: grid;
    grid-template-columns: repeat(11,1fr);
    gap: 15px;
    overflow:visible;
}
#footer ul li{
    list-style: none;  
}
#footer ul li a{
    text-decoration: none;
    color: black;
    line-height: 30px;
}
.footer_heading{
    color: coral;
    font-weight: 600;
    padding-bottom: 10px;
}
#footer_icon{
    margin-top: 35px;
    display: flex;
    gap: 10px; 
}
#footer_icon img{
    /* margin-top: 25px; */
    width: 22px;
    height: 25px;
    
   
}
#footer_icon span{
    border-left: 2px;
    height: 10px;
}
#bottom_footer{
    display: flex;
    
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding-top: 50px;
}
#bottom_footer #suscribe input{
    line-height: 30px;
    width: 350px;
}
#suscribe>div{
    background-color: black;
    display: flex;
}
#suscribe>p{
    padding-bottom: 15px;
}
#bottom_footer #suscribe button{
    padding: 9px 18px;
    border: none;
    background-color: black;
    color: white;
}
#appStore{
    display: flex;
}
#appStore img{
    width: 100px;
    display: inline-block;
    margin-left: 95px;
}