footer {
    background-color: var(--bs-secondary);
    padding: 1.875rem 0 1.25rem 0;
    color: #fff;
    letter-spacing: 0.0625rem;
}

footer h2 {
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
    font-weight: 600;
}

footer .footer-logo {
    height: 2.375rem;
    width: auto;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

footer ul li {
    margin-bottom: 1.25rem;
    position: relative;
    float: left;
    width: 50%;
}

footer ul li a {
    text-decoration: none;
    position: relative;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
}

footer ul li a:hover {
    opacity: 1;
}

footer ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 0.3125rem;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

footer ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

footer .subscribe {
    width: 25rem;
    margin-bottom: 0.9375rem;
    position: relative;
}

footer .subscribe .btn-primary {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    z-index: 3;
}

footer .subscribe .btn-primary {
    position: absolute;
    top: 0.125rem;
    right: 0.1875rem;
    z-index: 3;
}

footer .subscribe .form-control {
    height: 2.75rem;
    border-radius: 1.5rem;
    border: none !important;
    font-size: 0.875rem;
    padding: 0 5.3125rem 0 1.25rem;
}

footer .social a {
    color: var(--bs-white);
    text-decoration: none;
    opacity: 0.6;
    font-size: 1rem;
}

footer .social {
    display: block;
}

footer .social a {
    font-size: 1.375rem;
    margin-right: 1.25rem;
    text-decoration: none !important;
}

footer .social a svg {
    width: 1.5rem;
    height: 1.5rem;
}

footer .social a:hover {
    opacity: 1;
    color: var(--bs-white);
}

footer .copyright {
    text-align: right;
    opacity: 0.6;
    font-size: 0.8125rem;
}

footer hr {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

@media (max-width:1366px) {
    footer .footer-logo {
        height: 2rem;
    }
}

@media (max-width:1024px) {
    footer {
        font-size: 0.8125rem;
    }

    footer .social a svg {
        width: 1.375rem;
        height: 1.375rem;
    }
}

@media (max-width:800px) {
    footer .footer-logo {
        height: 1.75rem;
        margin-bottom: 0.9375rem;
    }

    footer ul {
        margin-top: 0.9375rem;
    }

    footer ul li {
        margin-bottom: 0.375rem;
        margin-top: 0.375rem;
    }

    footer hr {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
}

@media (max-width:767px) {
    footer .copyright {
        text-align: left;
        padding-top: 0.9375rem;
    }
}

@media (max-width:480px) {
    footer {
        padding: 1.25rem 0 1.25rem 0;
    }

    footer .footer-logo {
        height: 1.375rem;
        margin-bottom: 0.9375rem;
    }

    footer h2 {
        font-size: 1.375rem;
    }

    footer .subscribe {
        width: 100%;
    }

    footer ul {
        letter-spacing: 0.0313rem;
    }
}