/********************************************************************/
/*FOOTER SECTION*/
/********************************************************************/

.footer-section {
    padding: 9.6rem 0;
    border-top: 1px solid #eeeeee;
}

.footer {
    padding: 6.4rem 0 0 0;
    border-top: 1px solid #eeeeee;
    background-image: linear-gradient(to bottom, #faf5ee, #fdf1f2);
}

.footer-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3.2rem;

}

.footer-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8rem;
}

.footer-about-us {
    padding: 6.4rem 0 0 0;
    background: #ffffff;
}


.store-loc {
    text-decoration: underline;
}


.logo-col,
.address-col,
.socials-col,
.services-col {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.logo-col {
    flex: 1;
}

.address-col {
    gap: 2.8rem;
    flex: 2;
}

.socials-col {
    gap: 2rem;
    flex: 1;
}

.services-col {
    gap: 2rem;
    flex: 1;
}


.footer-logo {
    display: block;
    text-align: center;
}

.social-links {
    list-style: none;
    display: flex;
    gap: 2.4rem;
}

.social-icon {
    height: 2.4rem;
    width: 2.4rem;
}

.copyright {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #767676;
    margin-top: auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-heading {
    font-size: 1.8rem;
    font-weight: 500;
}

.contacts {
    font-style: normal;

}


.footer-nav {
    list-style: none;

    display: flex;
    flex-direction: column;
}

.socials-footer-nav {
    gap: 1rem;
}

.services-footer-nav {
    gap: 2rem;
}


.footer-link:link,
.footer-link:visited {
    text-decoration: none;
    font-size: 1.6rem;
    color: #767676;

    transition: all 0.3s;

    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-link:hover,
.footer-link:active {

    color: #5555;
}

.footer-nav li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.8rem;
}

.web-developer-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.4rem;
}


/*END OF FOOTER SECTION*/