/*================================================
                    FOOTER CSS
==================================================*/

/* @import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Noto+Sans&family=Roboto:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.footer {
    background-size: cover;
    height: auto;
    color: #050505;
    background: linear-gradient(red, #ffc107);
    position: relative;
    z-index: 0;
    margin: 0;
    font-weight: 500;
    font-family: "Inter", system-ui;
}

.social-links h3,
.footer-quick-links h3,
.footer-address h3 {
    font-size: 16px;
    /* color: white; */
    color: #fff000;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    position: relative;
}

/* .social-links>h3:after,
.footer-quick-links>h3:after,
.footer-address>h3:after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 110px;
    height: 3px;
    background: #2555a0;
    left: 0px;
} */

.footer-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    /* font-family: Inter,ui-sans-serif,system-ui,sans-serif; */
}

.footer-about p {
    font-size: 14px;
}

img.footer-website-logo {
    width: 265px;
    max-width: 170px;
    border-radius: 20px;
}


.quick-links {
    list-style-type: none;
    padding-left: 10px;
    color: #00040d;

    li {
        padding: 0.25rem 0;
    }
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: blue;

    ul li {
        padding: 0.25rem 0;
    }
}


.social-icons a:hover,
.quick-links a:hover {
    text-decoration: underline;
    color: #fff;
}

.social-icons a i,
.footer-address i {
    border-radius: 3px;
    color: blueviolet;
    font-size: 16px;
    margin-right: 12px;
    font-weight: bold;
    width: 15px;
}

.quick-links li a,
.social-icons li a {
    text-decoration: none;
    color: rgb(10, 0, 0);
    /* font-size: 18px; */
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    font-weight: bolder;

}

.quick-links li a:hover {
    color: #fff;
}

.footer-location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #b5adad;
}

.back-to-top {
    background-color: #2555a0;
    border: 2px solid #2555a0;
    border-radius: 5px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1;
}

i.fa-solid.fa-circle-chevron-up {
    color: black;
    /* font-size: 26px; */
}

.footer-social p {
    color: #fff;
    display: flex;
    justify-content: end;
}

.footer-address a,
.footer-social a {
    text-decoration: none;
    color: black;
    display: flex;
    font-size: 16px;
    align-items: center;
    /* font-family: "Poppins", sans-serif; */
}

.footer-loaction a {
    align-items: flex-start !important;

    i {
        margin-top: 6px;
    }

    /* font-family: "Poppins", sans-serif; */
}

.footer-address a,
.footer-social a {
    text-decoration: none;
    color: black;
    display: flex;
    font-size: 16px;
    align-items: center;
    /* font-family: "Poppins", sans-serif; */
}

.footer-social span {
    margin-left: 5px;
    text-decoration: underline;

}

.footer-address h3 {
    text-align: center;
    margin-top: 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    /* border-top: 2px solid #151212 */
    border-top: 1.5px solid #b5adad;
}

.footer-address-contact {
    color: #2555a0;
    margin-left: 5px;
}

.footer-address-contact:hover {
    color: white;
    /* font-size: 19px; */
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {

    .footer-about p {
        margin-left: 0px;
    }

    img.footer-website-logo {
        margin-left: 0px;
    }

    .footer-quick-links {
        margin-left: 9px;
    }

    .social-links {
        margin-left: 9px;

    }


    .footer-address {
        margin-left: 0px;
    }

    .footer-address h3 {
        text-align: left;
    }

    /* .row{
        --bs-gutter-y: -10
    } */

    /* .quick {
        margin-top: -30px;
    }

    .social {
        margin-top: -25px;
    }

    .address {
        margin-top: -35px;
    } */
}