/* FOOTER */

.footer-main {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #141414;
}

.footer-main-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-quotes {
    flex-basis: 25%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer-quotes p {
    text-align: center;
    font-size: 16px;
    padding: 20px 20px 0;
}

.footer-quotes img {
    width: 60%;
    border-radius: 50px;
    -webkit-box-reflect: below 0px linear-gradient(to bottom, #00000000, #00000066);
}

.footer-getintouch {
    padding: 10px 20px;
    margin: 40px 0 60px;
    border: 2px solid #fff;
    font-weight: 600px;
    text-transform: uppercase;
    transition: all ease-in-out 200ms;
}

.footer-getintouch:hover {
    border: 2px solid var(--border-color-01);
}

.footer-sitemap {
    flex-basis: 100%;
    display: flex;
}

.footer-sitemap a {
    line-height: 20px;
}

.footer-sitemap a:hover {
    opacity: 0.8;
}

.footer-sitemap img {
    width: 20px;
}

.footer-sitemap ul:nth-child(1) {
    border-left: 3px solid var(--border-color-01);
    padding-left: 20px; 
}

.footer-sitemap ul:nth-child(1), 
.footer-sitemap ul:nth-child(2) {
    flex-basis: 200px;
    text-transform: uppercase;
    border-left: 3px solid var(--border-color-01);
}

.footer-sitemap ul:nth-child(3) {
    flex-basis: 340px;
}

.footer-sitemap ul:nth-child(4) {
    flex-grow: 1;
}

.footer-sitemap ul:nth-child(4) li {
    clear: both;
    float: right;
}