Add this code into function.php of your child theme.

Please make all changes to the child theme files, and do not add the code directly to the theme files, otherwise after updating the theme your fixes will be lost

function.php

if ( function_exists( 'groovy_menu' ) ) {
	// Integrate Groovy Menu for Jevelin theme.
	add_action( 'wp', 'groovy_menu_custom_jevelin_integrate' );

	function groovy_menu_custom_jevelin_integrate() {
		// Prevent rewrite nav menu arguments by Jevelin theme.
		remove_filter( 'wp_nav_menu_args', 'jevelin_filter_theme_ext_mega_menu_wp_nav_menu_args' );
	}
}

// No need to integrate manually. Use auto integration in plugin settings.
Note: You can find the child theme for the Jevelin Theme in the Groovy Menu > Integration section