/* Footer */
.footer {
    background-color: #191919;
}

.footer-logo {
    width: 279px;
    height: 36px;
}

.footer p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    color: #bcbcbc;
    font-size: 14px;
    line-height: 19.6px;
}

.footer h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 20px;
}

.footer-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(134deg, rgba(143, 195, 255, 1) 0%, rgba(169, 132, 255, 1) 40%, rgba(230, 50, 58, 1) 100%);
    opacity: 0.4;
}

.footer-links a {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    line-height: 16.8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}