:root {
    --header-bg-color: #111111;
    --nav-item-color: #f5f5f5;
    --hero-bg-color: #040402;

    --section-1-bg-color: #f5f5f5;
    --section-2-bg-color: #111111;
    --section-3-bg-color: #eeeeee;
    --section-4-bg-color: #f5f5f5;
    --section-5-bg-color: #111111;
    --section-6-bg-color: #eeeeee;
    --section-7-bg-color: #111111;
    --section-8-bg-color: #eeeeee;
    --section-9-bg-color: #111111;
    --section-10-bg-color: #eeeeee;
    --section-11-bg-color: #111111;
    --section-12-bg-color: #eeeeee;

    --footer-bg-color: #111111;
}

.active{
    color:var(--primary-color) !important;
}

.hidden{
    display: none !important;
}
