.footer {
    border-top: solid 1px #ffffff;
}
footer form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding-bottom: 2.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.footer-newsletter-form input {
    width: 100%;
    max-width: 34rem;
}
.footer-newsletter-form .footer-btn {
    width: 12rem;
    height: 75px;
    box-sizing:border-box;
    padding: 0;
}
.footer-main {
    border-bottom: solid 1px #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-main-left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 1rem;
}

.footer-newsletter-text {
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 2.75rem;
}
.footer-copyright a {
    text-decoration: none;
    color: #ffffff;
    margin-left: 1.4rem;
}

.footer-logo {
    padding: 2.75rem;
}

.footer-logo svg {
    width: 9.25rem;
    height: auto;
}
.footer-social-links {
    display: flex;
    flex-direction: row;
    gap: 1.75rem;
}
.footer-social-link {
    display: block;
}
.footer-social-link svg {
    height: 2rem;
    width: auto;
}

.footer-links .menu {
    display: flex;
    flex-direction: row;
}

.footer-links .menu-item a {
    text-decoration: none;
    color:#ffffff;
}

@media only screen and (min-width: 48rem) {
    .footer form {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-main {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-newsletter-form {
        flex-direction: row;
        /* padding-top: 6rem; */
    }
    .footer-copyright {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-logo {
        border-left: solid 1px #ffffff;
    }
    .footer-logo svg {
        width: 16rem;
    }
    .footer-social-links {
        padding-bottom: 7.5rem;
    }
    .footer-main-left {
        align-items: flex-start;
        padding: 0 4.75rem;
        
    }
    .footer-newsletter-text {
        margin-top: 6rem;
    }
}
.footer-social-links path {
    fill: #ffffff;
}
@media only screen and (min-width: 62rem) {
    .footer-logo svg {
        width: 18rem;
    }
}