it cannot be done with CSS.
You need to use a PHP Snippet:
add_filter( 'generate_logo', function( $logo ) {
if ( ICL_LANGUAGE_CODE == 'en' ) {
return 'URL TO ENGLISH LOGO';
}
return $logo;
} );
where it says: URL TO ENGLISH LOGO you need to add the full URL to your english logo.
you can then set your Hindi logo in the Customizer > Site Identity