﻿
/*footer css*/
footer {
    background-color: #EDEAE3;
}

    footer .row-container {
        width: 100%;
        margin-inline: auto;
        padding-block: 3rem;
    }

    footer .row .footer-logo {
        width: 150px;
        margin-bottom: 1.5rem;
    }

    footer .row .sub-heading {
        border-bottom: 1px solid #bb8f80;
        font-weight: 500;
        width: fit-content;
        margin-bottom: 1.5rem;
        margin-inline: auto;
    }

    footer .row ul li {
        padding-block: 0.5rem;
        font-weight: 400;
        text-align: center;
    }
    @media(max-width:991px){
        footer .row .sub-heading{
            margin-inline:unset;
        }
        footer .row ul li {
            text-align: left;
        }
    }

    footer .social-icons a {
        width: 30px;
    }

    footer a:hover {
        color: #bf7860;
    }

    footer .bottom-line {
        text-align: center;
        color: #fff;
        padding-block: 0.75rem;
        background-color: #0e0e10;
        font-weight: 300;
        font-size: 14px;
    }

    footer .srollTop-btn {
        position: fixed;
        width: 50px;
        height: 50px;
        border-radius: 7px;
        color: #fff;
        border: 0;
        background-color: #bb8f80;
        background-color: #A38F86;
        bottom: 2rem;
        right: 2rem;
        transition: 500ms ease;
        z-index: 999;
    }

        footer .srollTop-btn:hover {
            transform: scale(1.15);
            background-color: #8e7164;
        }

    footer .row {
        width: 100%;
        margin-inline:auto;
    }


@media (max-width: 1300px) {
    footer .row-container {
        width: 90% !important;
    }
}

/*footer css*/
