Jhumka Nights 5.0 – Invitation
JHUMKA NIGHTS 5.0
JHUMKA NIGHTS 5.0
JHUMKA NIGHTS 5.0 – Colombo’s Signature Bollywood & Desi Nightlife Experience, Jhumka Nights 5.0 is the latest edition of Colombo’s most loved Bollywood × Desi nightlife series. Known for its high-energy dance floors, premium crowd, and unforgettable party atmosphere, Jhumka Nights brings the true Indian-Desi night experience to Colombo with top DJs, vibrant décor, and non-stop music.
Â
Â
Â
Â
2026 Feb 28th | 7.00PM – 4.00AM TASHAN NIGHT CLUB Organized By NexaEventos Contact : 0761413559 Book VIP Tables Got Questions? Chat With Us Instantly! :root { –accent-primary: #6d28d9; –accent-hover: #5b21b6; –accent-active: #4c1d95; –border-color: rgba(109, 40, 217, 0.3); –purple: #86198f; } .pulse-btn { /* Reset Elementor / WordPress default button styles */ -webkit-appearance: none !important; appearance: none !important; background-color: transparent !important; /* prevents default grey/blue flash */ -webkit-tap-highlight-color: transparent; /* removes mobile tap highlight */ /* Layout & Sizing */ position: relative; display: inline-block !important; width: auto !important; max-width: fit-content; margin: 0 auto; overflow: hidden; /* Styling */ padding: 14px 32px; color: #ffffff; background: linear-gradient( 135deg, var(–accent-primary) 0%, var(–purple) 100% ); border: 2px solid rgba(255, 255, 255, 0.25); border-radius: 50px; font-size: 15px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; text-decoration: none; /* Smooth transitions */ transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease; /* Animations */ animation: pulse-glow 1.8s ease-in-out infinite; box-shadow: 0 0 0 0 rgba(109, 40, 217, 0.7), 0 6px 24px rgba(109, 40, 217, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } /* Shimmer sweep */ .pulse-btn::before { content: “”; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100% ); animation: shimmer 2.4s ease-in-out infinite; } .pulse-btn:hover { transform: scale(1.07); filter: brightness(1.15); background: linear-gradient( 135deg, var(–accent-hover) 0%, var(–purple) 100% ) !important; color: #ffffff !important; border-color: rgba(255, 255, 255, 0.25) !important; box-shadow: 0 0 0 0 rgba(109, 40, 217, 0), 0 10px 36px rgba(109, 40, 217, 0.65), 0 4px 12px rgba(0, 0, 0, 0.35); } .pulse-btn:active { transform: scale(0.97); filter: brightness(0.95); background: linear-gradient( 135deg, var(–accent-active) 0%, var(–purple) 100% ) !important; border-color: rgba(255, 255, 255, 0.25) !important; color: #ffffff !important; } /* Override Bootstrap’s blue focus ring & background */ .pulse-btn:focus, .pulse-btn:focus-visible { outline: none !important; box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.5), 0 6px 24px rgba(109, 40, 217, 0.45) !important; background: linear-gradient( 135deg, var(–accent-primary) 0%, var(–purple) 100% ) !important; border-color: rgba(255, 255, 255, 0.25) !important; color: #ffffff !important; } @keyframes pulse-glow { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(109, 40, 217, 0.75), 0 6px 24px rgba(109, 40, 217, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } 50% { transform: scale(1.04); box-shadow: 0 0 0 14px rgba(109, 40, 217, 0), 0 8px 32px rgba(134, 25, 143, 0.6), 0 2px 8px rgba(0, 0, 0, 0.3); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(109, 40, 217, 0), 0 6px 24px rgba(109, 40, 217, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } } @media (max-width: 767px) { .pulse-btn { font-size: 13px; padding: 12px 24px; white-space: normal; text-align: center; max-width: 320px; line-height: 1.5; } } @keyframes shimmer { 0% { left: -75%; } 60% { left: 125%; } 100% { left: 125%; } } .pulse-btn-2 { /* Hot Pink Variation (Active) */ –accent-primary-2: #ec4899; /* Pink 500 */ –accent-hover-2: #db2777; /* Pink 600 */ –accent-active-2: #be185d; /* Pink 700 */ –purple-2: #9333ea; /* Deep Purple 600 */ –btn-shadow-rgb-2: 236, 72, 153; /* Pink 500 RGB */ –btn-glow-rgb-2: 147, 51, 234; /* Deep Purple 600 RGB */ /* Reset Elementor / WordPress default button styles */ -webkit-appearance: none !important; appearance: none !important; background-color: transparent !important; /* prevents default grey/blue flash */ -webkit-tap-highlight-color: transparent; /* removes mobile tap highlight */ /* Layout & Sizing */ position: relative; display: inline-block !important; width: auto !important; max-width: fit-content; margin: 0 auto; overflow: hidden; /* Styling */ padding: 14px 32px; color: #ffffff; background: linear-gradient(135deg, var(–accent-primary-2) 0%, var(–purple-2) 100%); border: 2px solid rgba(255, 255, 255, 0.25); border-radius: 50px; font-size: 15px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; text-decoration: none; /* Smooth transitions */ transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease; /* Animations */ animation: pulse-glow-2 1.8s ease-in-out infinite; box-shadow: 0 0 0 0 rgba(var(–btn-shadow-rgb-2), 0.7), 0 6px 24px rgba(var(–btn-shadow-rgb-2), 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } /* Shimmer sweep */ .pulse-btn-2::before { content: “”; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%); animation: shimmer-2 2.4s ease-in-out infinite; } .pulse-btn-2:hover { transform: scale(1.07); filter: brightness(1.15); background: linear-gradient(135deg, var(–accent-hover-2) 0%, var(–purple-2) 100%) !important; color: #ffffff !important; border-color: rgba(255, 255, 255, 0.25) !important; box-shadow: 0 0 0 0 rgba(var(–btn-shadow-rgb-2), 0), 0 10px 36px rgba(var(–btn-shadow-rgb-2), 0.65), 0 4px 12px rgba(0, 0, 0, 0.35); } .pulse-btn-2:active { transform: scale(0.97); filter: brightness(0.95); background: linear-gradient(135deg, var(–accent-active-2) 0%, var(–purple-2) 100%) !important; border-color: rgba(255, 255, 255, 0.25) !important; color: #ffffff !important; } /* Override Bootstrap’s blue focus ring & background */ .pulse-btn-2:focus, .pulse-btn-2:focus-visible { outline: none !important; box-shadow: 0 0 0 3px rgba(var(–btn-shadow-rgb-2), 0.5), 0 6px 24px rgba(var(–btn-shadow-rgb-2), 0.45) !important; background: linear-gradient(135deg, var(–accent-primary-2) 0%, var(–purple-2) 100%) !important; border-color: rgba(255, 255, 255, 0.25) !important; color: #ffffff !important; } @keyframes pulse-glow-2 { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(var(–btn-shadow-rgb-2), 0.75), 0 6px 24px rgba(var(–btn-shadow-rgb-2), 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } 50% { transform: scale(1.04); box-shadow: 0 0 0 14px rgba(var(–btn-shadow-rgb-2), 0), 0 8px 32px rgba(var(–btn-glow-rgb-2), 0.6), 0 2px 8px rgba(0, 0, 0, 0.3); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(var(–btn-shadow-rgb-2), 0), 0 6px 24px rgba(var(–btn-shadow-rgb-2), 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); } } @media (max-width: 767px) { .pulse-btn-2 { font-size: 13px; padding: 12px 24px; white-space: normal; text-align: center; max-width: 320px; line-height: 1.5; } } @keyframes shimmer-2 { 0% { left: -75%; } 60% { left: 125%; } 100% { left: 125%; } } Table Registration Table Registration
• Ticket Activation: Requires a valid email and phone number.
• Ticket Download: Tickets will be sent to the email provided during purchase.
• No cash redemption: Tickets cannot be exchanged for money.
Age Restriction
• Strictly 18+ only – No infants, toddlers, or underage attendees allowed.Outside Items Policy
• No outside food, beverages, or BYOB (Bring Your Own Bottle) allowed.Prohibited Substances
• Illegal substances are strictly forbidden – possession or use will result in immediate removal.
• Entry will be denied to anyone under the influence of drugs or other prohibited substances.Dress Code
• Men: No slippers or shorts. Shoes are mandatory.
• Ladies: Dress stylishly and in accordance with venue guidelines.
• Personal Belongings: The organizers are not responsible for lost, stolen, or damaged items.
• Harassment Policy:
• Any form of harassment will not be tolerated – violators will be removed immediately.
• If you feel unsafe, report to security or event staff immediately.
• Venue Property: Any damage to property, equipment, or assets will have serious consequences.
• Restricted Access:
• The DJ Booth, decks, and speaker areas are restricted to authorized personnel only.
• Inclusivity:
• The event welcomes all individuals, regardless of gender identity or sexual orientation.
• Attendees with special needs can request accommodations in advance.
• Smoking Policy:
• Smoking is only allowed in designated outdoor areas.
• Cleanliness:
• Please use trash and recycling bins to keep the venue clean.
• Timings: Doors open at 6:00 PM.
• Entry Verification:
• Bring a valid ID and QR Code Ticket for entry.
• Re-Entry Policy:
• Re-entry is not allowed unless you have a security seal from the event organizers.
• Bag Policy:
• Large bags and helmets are not allowed inside the venue.
• Respect staff, fellow guests, and the event environment.
• Organizers retain the right to deny entry or remove individuals at their discretion for:
• Disorderly conduct
• Failure to comply with security checks
• Violation of event policiesLet’s create an unforgettable night at JHUMKA NIGHTS 5.0
:root { –accent-primary: #6d28d9; } .sticky-booking { display: none; /* Hidden on desktop */ } @media (max-width: 768px) { /* Add bottom padding to body so sticky bar doesn’t overlap content */ body { padding-bottom: 56px; } .sticky-booking { position: fixed; bottom: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr 1fr; z-index: 9999; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4); } .sticky-btn { padding: 15px 4px; /* Reduced side padding */ text-align: center; text-decoration: none; font-weight: bold; font-size: 11.5px; /* Reduced font size to guarantee fit */ font-family: “Poppins”, sans-serif; display: flex; align-items: center; justify-content: center; gap: 5px; /* Tighter gap between icon and text */ transition: background 0.2s ease, border 0.3s ease; color: #fff; letter-spacing: -0.2px; /* Pull the text slightly together */ } .sticky-btn:hover { opacity: 0.9; } .sticky-btn svg { width: 16px; /* Slightly smaller icon to give text more horizontal room */ height: 16px; flex-shrink: 0; } /* Left button — Call Us (Outline Dark Variation) */ .btn-call { background: #fff; color: var(–accent-primary) !important; border-top: 2px solid var(–accent-primary); border-right: 2px solid var(–accent-primary); /* Add border between buttons */ transition: all 0.3s ease; } .btn-call:hover { background: var(–accent-primary); color: #ffffff !important; } /* Right button — Table Registration (Outline Dark Variation) */ .btn-wa { background: #000000; color: #ffffff !important; border-top: 2px solid var(–accent-primary); transition: all 0.3s ease; } .btn-wa:hover { background: var(–accent-primary); color: #ffffff !important; } }

