WordPress Post Order

While a common request, WP is quite opinionated that taxonomies are strictly a grouping mechanism and not meant for meaningful order.

You can achieve this literally, but it takes quite a bit of custom SQL inserted into query logic.

Alternately you could consider splitting your query for your specific requirements. Such as querying posts with specific category separately and excluding category for the other query.