footer a {
    color: var(--white);
}
footer a:hover,footer a:active{
    color: var(--safron);
}
.footer-top .footer-logo{
 width: 260px;
}
iframe{
    border-radius: 10px;
}
.footer-top .social-media ul>li::after{
 content: "|";
 display: inline-block;
 margin:  0 5px;
 color: #f3f3f35e;

}
.footer-top .social-media ul>li:last-child:after{
    content: " ";
}
.footer-top{
    padding: 50px 0px;
    color: var(--white);
    background:var(--black)
}

.footer-top h3{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    max-width: max-content;
    border-bottom: 3px solid #f2f2f2;

}
.footer-top h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
}
.footer-top ul>li{
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
}
.footer-bottom{
    padding: 15px 0px;
    background-color:#080808cf;
    color:var(--light-white) ;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.footer-bottom ul>li a{
    color: var(--safron);
}
/* .footer-bottom ul>li:first-child::after{
    content: "|";
    margin: 0px  15px;
} */
@media screen and (max-width:991px) {
    .footer-top .contact-us{
        display: flex;
        justify-content: space-between;
    } 
    /* .footer-top .links-part{
        display:flex ;
        flex-direction: column;
        align-items: center;
    }    */
}

@media screen and (max-width:767px) {
    
    .footer-bottom ul>li:first-child::after{
        content: "";
        margin: 0px;
    }
    .footer-bottom ul>li{
        padding: 8px 0px;
        font-size: 14px;
    }
}

@media screen and (max-width:575px) {

     .footer-top .contact-us{
        flex-direction: column;
    } 
}