.footer {
    width: 100vw;
    height: 300rem;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 20rem 20rem 0 0;
}

.footer-inner {
    width: 90%;
    height: 100%;
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20rem;
}

.footer-logo {
    width: 80rem;
}

.footer-slogon {
    font-weight: 600;
    color: var(--default-reverse-color);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10rem;
}

.footer-social-item {
    width: 36rem;
    height: 36rem;
    padding: 8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: var(--primary-deep-color);
}

.footer-social-item:hover {
    transform: scale(1.1);
    background-color: var(--secondary-color);
}

.social-rednote-btn {
    padding: 5rem;
}

.social-x-btn {
    padding: 10rem;
}

.social-telegram-btn {
    padding: 8rem 10rem 8rem 8rem;
}

.footer-social-logo {
    width: 100%;
    fill: #fff;
}

.youtube-logo .cls-1 {
    fill: var(--primary-deep-color);
}



/* .youtube-logo:hover .cls-1 {
    fill: #fff;
}

.youtube-logo:hover .cls-2 {
    fill: red;
}

.bilibili-logo:hover {
    fill: #039ed0;
} */