#header #nav-right .menu-item-socials .social-media-wrapper,
#mobile-nav .menu-item-socials .social-media-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 10px;
    padding-right: 10px;
    width: 100%;
    align-items: center;
}
#header #nav-right #menu-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
}
#header #nav-right #menu-secondary li:first-of-type {
    margin-left: auto;
}
#header #nav-right .menu-item-socials {
    margin-left: auto;
}
#header #nav-right .menu-item-socials:hover {
    background-color: unset !important;
}
#header #nav-right .menu-item-socials .social-media-wrapper .icon {
    transition: transform 0.2s ease-in-out;
}
#header #nav-right .menu-item-socials .social-media-wrapper .icon:hover {
    transform: scale(1.05) translateY(-3px);
}
#header #nav-right .menu-item-socials .social-media-wrapper .icon a {
    padding: unset;
}

@media all and (max-width: 992px) {
    #mobile-nav .menu-item-socials {
        margin-top: 10px;
    }

    #mobile-nav .menu-item-socials .social-media-wrapper {
        justify-content: center;
        padding-right: 0;
        width: unset;
    }
}

#footer #footer-widgets #third #text-6 .textwidget .social-promo span .fa-instagram {
    color: #1925b1;
}

#footer #footer-widgets #third #text-6 .textwidget .social-promo .social-text {
    font-size: 18px;
    margin-bottom: 5px;
}

#footer #footer-widgets #third #text-6 .textwidget .social-promo span {
    font-size: 26px;
}

/* Top Spaces */
.top-spaces-0 {
    margin-top: 0;
}
.top-spaces-1 {
    margin-top: clamp(5px, calc(5px + (10 - 5) * (100vw - 395px) / (1920 - 395)), 10px);
}
.top-spaces-2 {
    margin-top: clamp(10px, calc(10px + (20 - 10) * (100vw - 395px) / (1920 - 395)), 20px);
}
.top-spaces-3 {
    margin-top: clamp(15px, calc(15px + (30 - 15) * (100vw - 395px) / (1920 - 395)), 30px);
}
.top-spaces-4 {
    margin-top: clamp(20px, calc(20px + (40 - 20) * (100vw - 395px) / (1920 - 395)), 40px);
}
.top-spaces-5 {
    margin-top: clamp(25px, calc(25px + (50 - 25) * (100vw - 395px) / (1920 - 395)), 50px);
}