/********* Footer Section Start *********/

#footer{
    /* background-image: url(./img/footer.webp); */
    background-color: var(--blue);
    background-size: cover;
    background-position: center;
    z-index: 2;
}
#footer .logo img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(240deg) brightness(117%) contrast(99%) !important;
}
#footer p{
    opacity: 0.7;
    color: var(--white);
    font-size: 15px;
}
#footer h4{
    font-weight: 600;
    color: var(--white);
    position: relative;
}
#footer h4::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--yellow);
}
#footer .men a{
    color: var(--white);
    opacity: 0.8;
    font-weight: 400;
    text-decoration: none;
    transition: .4s ease-in-out;
}
#footer .men ul{
    padding-top: 10px;
}
#footer .men a:hover{
    color: var(--yellow);
    opacity: 1;
}
#footer .men a i{
    transition: .4s ease-in-out;
    margin-right: 0;
}
#footer .men a:hover i{
    margin-right: 5px;
}
#footer .men ul li{
    margin-bottom: 7px;
    list-style: none;
}
#footer .social ul li{
    margin-right: 20px;
    list-style: none;
}
#footer .social ul li a{
    font-size: 25px;
    color: var(--white);
    opacity: 0.8;
    transition: .3s ease-in-out;
}
#footer .social ul li a:hover{
    opacity: 1;
    color: var(--yellow);
}
#footer .social ul{
    display: flex;
}
#footer .contact i{
    margin-top: -3px;
    margin-right: 8px;
    color: var(--yellow);
    font-size: 20px;
}
#footer .contact li{
    padding-bottom: 8px;
}
#footer span a{
    text-decoration: none;
    font-weight: 500;
    opacity: 0.8;
    font-size: 15px;
    color: var(--white);
    transition: .4s ease-in-out;
}
#footer span a:hover{
    opacity: 1;
    text-decoration: underline;
}
#footer hr{
    border-color: #fff;
}

/********* Footer Section End *********/