
:root {
    --first-color: #dd0a35;
    --second-color: #0f172a;
    --third-color: #1687a7;
    --fourth-color: #014955;
}

#mobile-menu {
    transition: all 0.3s ease;
}
#mobile-services-menu {
    transition: all 0.3s ease;
}