footer .section1f
{
    padding: 40px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #403d38;
}
footer h3
{
    color: white;
    margin-bottom: 40px;
}
footer p
{
    color: #969696;
    font-size: 16px;
    line-height: 40px;
}
.part 
{
    width: 300px;
    margin:30px 20px ;
}
.linee
{
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #969696;
}
footer a
{
    text-decoration: none;
    color: #969696;
    font-size: 20px;
}
footer a:hover
{
    color: white;
}
footer .textfooter img
{
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
footer .textfooter
{
    display: flex;
}
footer .section2f
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #353330;
    padding: 50px 0;
}
footer .footerLogoImge
{
    max-width: 500px;
}
footer .socialMedia img
{
    width: 60px;
    padding: 12px;
    background-color: #969696;
    border-radius: 50%;
    transition: 1s;
    gap: 20px;
}
footer .instagram
{
    margin: 0 20px ;
}
footer .facebook:hover
{
    background-color: blue;
}
footer .instagram:hover
{
    background: linear-gradient(to bottom right, deeppink, purple);
}
footer .twitter:hover
{
    background-color: rgb(0, 179, 255);
}
@media screen and (max-width: 700px)
{
    footer .footerLogoImge
{
    max-width: 200px;
}
}