We’re here to answer your questions, whether about our collections or our investment services. Get in touch today.
Say Hi to us
/* Marquee container */
background: #111; /* dark background */
justify-content: center; /* center messages */
/* Message wrapper */
/* Investment amount */
color: #00ff00; /* green */
// Countries list
// Generate one random message
const amount = Math.floor(Math.random() * (10000 - 3000 + 1)) + 3000; // between 3000–10000
// Fade out old text
// Set new message
// Fade in new text
// Next message after 12s
// Start loop