!function(){function e(e){const t=e.currentTarget,a=t.getBoundingClientRect(),n=e.clientX-a.left,r=e.clientY-a.top,o=parseFloat(t.getAttribute("data-tilt-max"))||15,d=parseFloat(t.getAttribute("data-scale"))||1.03,c=a.width/2,i=a.height/2,l=(r-i)/i*o*-1,s=(n-c)/c*o;t.style.transform=`perspective(1000px) rotateX(${l}deg) rotateY(${s}deg) scale3d(${d}, ${d}, ${d})`}function t(e){e.currentTarget.style.transform="perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)"}document.addEventListener("DOMContentLoaded",(()=>{document.querySelectorAll(".blynex-3d-tilt-card").forEach((a=>{a.addEventListener("mousemove",e),a.addEventListener("mouseleave",t)}))}))}();