.header-social .iconify {
    border: 1px solid white;
    width: 33px;
    height: 33px;
    padding: 5px;
    border-radius: 100%;
    margin: 0 2px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.header-social .iconify:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

@media screen and (max-width: 1000px) {
    .navbar-nav {
        background-color: white;
        padding: 10px;
        border-radius: 8px;

    }

    .navbar-nav * {
        color: var(--primary-color) !important;
    }
}
