/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
}

.footer-container {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #272727;
    color: #fff;
}
@media screen and (min-width: 1000px) {
    .footer-container {
        padding-top: 134px;
        padding-bottom: 134px;
    }
    .footer-container .frame {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
.footer-content {
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .footer-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
}
.footer-content-inner {
    flex: 0 0 320px;
}
.footer-content p {
    font-weight: 200;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .footer-content p {
        line-height: 25px;
    }
}
.footer-nav li,
.footer-nav a {
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.04em;
}
@media (hover: hover) {
    .footer-nav a:hover {
        color: var(--accent);
    }
    .social-item:hover path {
        fill: #fff;
    }
}
.social-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
