if (e.deltaY > 0 && current < sections.length - 1) current++; else if (e.deltaY < 0 && current > 0) current--; se