footer{
    background-color: #303030;
    margin-top: 20px;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    
}
.footer-para p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    text-shadow: 0px 2px 30px #FF0000;
}
.footer-nav ul li {
font-family: 'IM FELL English';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 44px;
color: #FFFFFF;
    margin: 20px;
}
.footer-nav ul li a:hover{
    color: #FF0000;
    }
.mail-phn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-phn a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-wrap: wrap;
}
.footer-icon{
    height: 1.5rem;
    width: 1.5rem;
}
@media (max-width:992px){
    .footer{
        justify-content: center;
    }
    .footer-nav ul li {
        font-weight: 300;
        font-size: 20px;
        line-height: 36px;
        margin: 15px;
        }
        .footer-nav ul{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        .footer-logo img{
            height: 150px;
            width: 150px;
        }

}
@media (max-width:764px){

    .footer-nav ul li {
        font-weight: 250;
        font-size: 16px;
        line-height: 28px;
        margin: 10px;
        }
        .footer-logo{
            margin-bottom: 10px;
        }
        .footer-logo img{
            height: 130px;
            width: 130px;
        }
        .footer-para p{
            text-align: center;
        }
}
@media (max-width:466px) {
    .mail-phn{
        flex-direction: column;
    }
}