/* Hiding Cursor when move out of website viewport */ body:hover .cursor { opacity: 1; } .cursor { pointer-events: none; }
Phoenix and Mount Qaf and 30 Birds

40in x 32in

2013

Like the phoenix, the simurgh serves as a mediator between the Earth and the sky. Many birds will take the journey - only some will make it home - this journey to the Divine.   

next work
Plea for Mercy
scroll for more
gallery
// Hiding Cursor when move out of viewport $("a").mouseenter(function () { $(".cursor").click(); }); $("a").mouseleave(function () { $(".cursor").click(); });