footer {
    padding: 5rem 0 3.5rem;
    position: relative;
    z-index: 1;
    background: var(--primaryColor);
}

footer img {
    width: 150px;
    filter:brightness(100);
}

footer p {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--lightColor);
}

footer h5 {
    font-size: 1.1rem;
    color: var(--lightColor);
}

footer h6 {
    font-size: 1rem;
    color: var(--lightColor);
    text-transform: uppercase;
}

footer hr {
    height: 1px;
    border: 0;
    background: white;
    width: 100%;
    margin: 3rem 0;
}

footer .menu-footer-container ul {
    display: flex;
    gap: 2rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .menu-footer-container ul li a {
    color: var(--lightColor);
    padding: 0 0 5px 0;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
}

footer .menu-footer-container ul li a:hover {
    border-bottom: 1px solid var(--lightColor);
    color: var(--lightColor);
}

footer .menu-footer-container ul li.current-menu-item a {
    border-bottom: 1px solid var(--lightColor);
    color: var(--lightColor);
}

.footer-copyright {
    text-align: right;
}

.footer-copyright p {
    font-size: 0.85rem;
    line-height: 1.1rem;
}

.footer-copyright a {
    font-weight: bold;
    text-decoration: underline;
}

.footer-contact a {
    font-weight: 400;
    text-decoration: none;
    font-size: 0.85rem;
    line-height: 1.1rem;
}

.footer-contact a i {
    margin-right: 6px;
}
