Z index not working on pseudo element!

Hello i have a problem. z index i used on pseudoelement before is not working for some reason. Click on link bellow to check it out. Idk whats the problem i tried many solutions, nothing was working. Help would be appreciated!

I need to use pseudo element in order to create blur behind the main div with id of circle, which has gradient as background, and blur needs to be the same colors.

I think the animation on #circle is creating a new stacking context. If you give everything a new container and move the animation to it, it should work.

1 Like

Yeah probably. Thanks!