Futuristic UI elements

Hello,
I’m new to unity and the whole game development!

In my game which is an FPS, i need to display HUD elements and gadgets like iron man over the scene.
to make it feel like the player is wearing a visor which has gadgets.
i have these elements done in adobe after effect. these elements look like this:


ofc these elements are animated!
I need to know what is the best way and how to display it?

Videos are almost never used in ui elements in game programming, if you have the frames it is easier to drag and drop all of them at the same time for creating an animation (or using the animation window) and create a ui image that will have that animation. but unity have a component called videoplayer that you can use in case it must be dont with videos.

if you are starting from zero i would suggest checking some tutorials on that area Unity Connect