html {
    scroll-behavior: smooth;
}


.bg-gradient {
    background: linear-gradient(90deg, #0c0c0c, #161616) !important;
}

.btn-hardal, .btn-warning, .bg-warning{
    background: #fcb03b !important;
    border-color: #fcb03b !important;
}

.text-warning, .main-menu li a.nav-link:hover, .action-btns a.btn-link:hover, .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover, .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
    color: #fcb03b !important;
}

.list-inline-item:hover, .footer-social-list li a:hover {
    background: #fcb03b !important;
    border-color: #fcb03b !important;
    border-radius: 5px!important;
}

