:root {
    --primary-color: #F8BD0D;
    --secondary-color: #0E2F4F; 
    --info-color:#107FA6;
    --black-color: #000000;
    --dark-grey:#3F3F3F;
    --grey-color:#636363;
    --blue-color:#1668E3;
    --white-color: #fff;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-herotitle:48px;
    --section-h1:50px;
    --section-h2:36px;
    --section-h3:30px;
    --section-h4:24px;
    --section-h5:22px;
    --section-h6:18px;
    --font-spline: "Spline Sans", sans-serif;;
}

.cursor_pointer
{
    cursor: pointer;
}

.z-99{
    z-index: 99;
}

.z-999{
    z-index: 999;
}


.z-9{
    z-index: 9;
}