PHOTO-2025-09-30-23-13-32

NIK FONSECA | DIRECTOR

I’m a multidisciplinary director, producer, and creative leader with extensive international experience and a sharp eye for adventure, action sports, and authentic human stories. My work thrives on cultural diversity and the power of real people living extraordinary lives. I specialize in translating raw energy and emotion into compelling visual narratives—whether in remote landscapes or urban environments. Driven by curiosity and a constant desire to evolve, I seek out challenging projects that push creative boundaries and elevate my craft as a filmmaker.

CONTACT

hello@nikfonseca.com.br

VIMEO  |  IMDb  LINKEDIN  |  INSTAGRAM

© Copyright Nikolas Fonseca | 2020

TEAM

TEAM

TEAM

document.addEventListener('DOMContentLoaded', function() { var cur = document.createElement('div'); cur.className = 'nk-cursor'; var ring = document.createElement('div'); ring.className = 'nk-ring'; document.body.appendChild(cur); document.body.appendChild(ring); var mx = 0, my = 0, rx = 0, ry = 0; document.addEventListener('mousemove', function(e) { mx = e.clientX; my = e.clientY; cur.style.left = mx + 'px'; cur.style.top = my + 'px'; }); (function animRing() { rx += (mx - rx) * 0.1; ry += (my - ry) * 0.1; ring.style.left = rx + 'px'; ring.style.top = ry + 'px'; requestAnimationFrame(animRing); })(); document.querySelectorAll('a, button').forEach(function(el) { el.addEventListener('mouseenter', function() { cur.classList.add('big'); }); el.addEventListener('mouseleave', function() { cur.classList.remove('big'); }); }); });