.bg-orange-600 {
    background-color: #0F1026 !important;
}

.border-orange-600 {
    border-color: #0F1026 !important;
}


.hover\:bg-orange-700:hover {
    background-color: #26201D !important;
}


.hover\:border-orange-700:hover {
    border-color: #26201D !important;
}

.active .nav-link {
    color: #4EB1D9 !important;
}


@media (min-width: 992px) {

    .nav-link:hover {
        color: #4EB1D9 !important;
    }

    .active .nav-link {
        color: #4EB1D9 !important;
    }

}

@media (max-width: 991px) {
    .nav-link:hover {
        color: #4EB1D9 !important;
    }
    
    .active .nav-link {
        color: #4EB1D9 !important;
    }
}

@media (min-width: 1024px) {
    .lg\:py-72 {
        padding-top: 6rem!important;
    }
}

@media (max-width: 750px) {
    .py-36 {
        padding-top: 4rem !important;
    }
}