About us

Welcome to Spinjackpothub, a site that has collected the best social casinos where you can enjoy the game without having to make deposits or risk your money.

Our social casinos offer you a unique gaming experience, where every win is a joy without financial obligations.

Spinjackpothub provides a wide range of games to suit all preferences, from classic card games to modern slots.

We pay special attention to the usability of our site, so the interface Spinjackpothub is intuitive and easy to navigate.

Thanks to this, you can quickly find your favorite games and immerse yourself in them without wasting time searching.

Spinjackpothub is your ideal choice for a safe and exciting leisure time, where the main goal is your pleasure and relaxation.

window.addEventListener("scroll", handleScrollMain); } const animatedMain2 = document.getElementById("main-2"); if (animatedMain) { const games2 = document.querySelectorAll(".game-box-2"); function handleScrollMain2() { const sectionPosition = animatedMain.getBoundingClientRect().top; const screenPosition = window.innerHeight / 1.2; if (sectionPosition < screenPosition) { games2.forEach(function (game) { game.classList.add("animate-game-2"); }); window.removeEventListener("scroll", handleScrollMain2); } } window.addEventListener("scroll", handleScrollMain2); } const main1 = document.getElementById("main-1"); const main2 = document.getElementById("main-2"); if (main1 || main2) { const styleMain1 = getComputedStyle(main1); if (styleMain1.display === "none") { main2.style.display = "flex"; } else { main2.style.display = "none"; } } document.addEventListener("DOMContentLoaded", function () { const faq = document.getElementById("faq"); if (faq) { const accordions = document.querySelectorAll(".accordion-header"); accordions.forEach((accordion) => { accordion.addEventListener("click", function () { const content = this.nextElementSibling; content.classList.toggle("show"); const allContents = document.querySelectorAll(".accordion-content"); allContents.forEach((item) => { if (item !== content && item.classList.contains("show")) { item.classList.remove("show"); } }); }); }); } const liders = document.getElementById("liders"); if (liders) { const sliders = [ { element: document.querySelector(".slider1 .slider-content"), interval: 3000, }, { element: document.querySelector(".slider2 .slider-content"), interval: 5000, }, ]; sliders.forEach((slider) => { const slides = slider.element.children; let currentIndex = 0; setInterval(() => { currentIndex = (currentIndex + 1) % slides.length; slider.element.style.transform = `translateX(-${ currentIndex * 33.333 }%)`; }, slider.interval); }); } });