*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 850px) 
{
    .footer .info .content{
        /* border: 1px solid red; */

        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer .info .content .head{
        /* border: 1px solid red; */

        width: 60%;
    }

    .footer .info .content .head .heading{
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    .footer .info .content .head .message{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .footer .info .content .head .message2{
        font-size: 1.6rem;
    }
    

    .footer .info .content .btn a{
        padding-left: 5px;
        padding-right: 5px;
    }


    /* footer nav */


    .footer .nav{
        /* border: 1px solid red; */
    
        height: max-content;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .nav .logo{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer .nav .find{
         margin-top: 50px;
         text-align: center;

         /* align-self: first baseline; */
    }

    .footer .nav .find .heading {
        text-align: center;
    }

    .footer .nav .contact{
        margin-top: 50px;
        text-align: center;
    }

    .footer .nav .contact .heading {
        text-align: center;
    }

    .footer .nav .country{
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
    }
    

    .footer .nav .country .heading {
        text-align: center;
        margin-right: 0px;
    }
    

    /* footer base */

    .footer .base .content{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;

        padding-left: 20px;
        padding-right: 20px;
    
        /* border: 1px solid red; */
    }
    
    .footer .base .content p{
        margin-bottom: 10px;
        font-size: 0.5rem;
    }
    
    .footer .base .content .social{
        width: 25%;

        margin-top: 10px;
    }

    /* modal --- it is outside of footer */

    #modal-box .close-icon-modal {
        z-index: 100;
    }

    #modal-box .modal-img{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        /* border: 1px solid red; */

        height: 88%;
        margin-top: 60px;
    }
    
    #modal-box .modal-img img{
        width: 100%;
        height: 100%;

        object-fit: fill;
    }

    .for-halal-img-res{
        object-fit: contain;
    }

}