Detect Overlapping Circle
clientX calculates coordinates x & y from the viewport
offsetX calculates coordinates x & y from the relative element
screenX calculates coordinates x & y from the screen (Even if the tab is minimized)
pageX calculates coordinates x & y from the page start (Not respect to viewport)