footer{
    width: 100%;
    height: auto;
    background: #fff;
}
footer .footerpara{
    text-align: center;
    font-family: "Poppins";
    color: #000000;
    border-top: 3.4px solid #f4f4f4;
    width: 70%;
    margin: 0px auto;
    padding-top: 10px;
    margin-top: 10px;
}
footer #footermain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0px auto;
}
footer #footermain .footerabout{
    display: flex;
    flex-direction: column;
}
footer h4{
    font-family: "sora";
    font-size: 20px;
    font-weight: 550;
    color: #000;
    margin-top: 30px;
}
footer p{
    font-family: "sora";
}
footer ul{
    margin-top: 20px;
}
footer ul li{
    padding-bottom: 12px;
}
footer ul li a{
    font-family: "sora";
    font-size: 17px;
    line-height: 20px;
    color: #000;
}
footer ul li a:hover{
    color: #d0a688;
}
footer img{
    width: 130px;
    margin: 10px 0px;
}
footer .footeraboutbody{
    margin-bottom: 15px;
}
footer .footeraboutbody a{
    font-family: "Poppins";
    color: #000000;
}
footer .footeraboutbody a:hover{
    color: #d0a688;
}

@media(max-width:1000px){
    footer #footermain{
        display: flex;
        flex-direction: column;
    }

    footer #footermain{
        width: 80%;
    }

    footer #footermain .footerabout img{
        margin-left: -20px;
        /* margin-bottom: 20px; */
        display: none;
    }

    footer ul{
        margin-top: 0px;
    }

    footer .footershop h4 , footer .footerfollow h4{
        border-top: 1px solid #f3f3f3;
        margin-top: 10px;
        padding-top: 5px;
    }

    footer h4{
        margin-top: 5px;
    }
}