Skip to content

BookEventos

Jhumka Nights 5.0 – Bank Transfers

Jhumka Nights 5.0 - square Image

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

Rules & Regulations @import url(‘https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap’); /*Thalapathy heading*/ .thalapathy-heading-wrap{ text-align:center; } /* ===== NORMAL (BOLD EVENT TITLE) ==== */ .thalapathy-heading{ display:inline-block; font-family:’Poppins’, sans-serif; font-size: clamp(46px, 6vw, 95px); font-weight:800; letter-spacing:2px; color:#3e0a5c; /*text-shadow:*/ /* 2px 2px 0 #b77adf,*/ /* 6px 6px 18px rgba(75,13,107,0.45);*/ transition: all 0.6s ease; cursor: default; } /* ===== HOVER (EMOTIONAL TRIBUTE LOOK) ===== */ /*.thalapathy-heading-wrap:hover .thalapathy-heading{*/ /* font-family:’Great Vibes’, cursive;*/ /* letter-spacing:1.5px;*/ /* color:#7916A7;*/ /* text-shadow:*/ /* 0 0 10px rgba(121,22,167,0.45),*/ /* 3px 3px 0 #d2a9f3,*/ /* 10px 10px 28px rgba(60,0,120,0.55);*/ /* transform: translateY(-3px) scale(1.03);*/ /*}*/ /*one last dance*/ .thala-wrap{ max-width: 950px; margin: auto; text-align: center; padding: 40px 25px; background: linear-gradient(180deg, #ffffff, #f7edff); border-radius: 20px; box-shadow: 0 20px 50px rgba(121,22,167,0.25); } /* Event Tagline */ .thala-sub{ font-family: ‘Poppins’, sans-serif; font-size: clamp(26px, 5vw, 36px); color: #7916A7; font-weight: 800; /* Bold */ font-style: oblique; /* Slanted */ letter-spacing: 2px; /*text-shadow: 0 0 12px rgba(121,22,167,0.4);*/ } /* Paragraph Text */ .thala-text{ font-family: ‘Poppins’, sans-serif; font-size: clamp(15px, 2vw, 18px); line-height: 1.9; color: #2b2b2b; margin-bottom: 22px; } /* Highlight */ .thala-highlight{ color: #7916A7; font-weight: 700; } /* Party Statement */ .thala-strong{ margin-top: 35px; font-family: ‘Poppins’, sans-serif; font-size: clamp(18px, 2.5vw, 22px); font-weight: 800; color: #4b0d6b; text-transform: uppercase; letter-spacing: 1px; /*text-shadow: 0 0 10px rgba(121,22,167,0.35);*/ } /* Small Glow Line */ .thala-divider{ width: 300px; height: 4px; background: linear-gradient(90deg, transparent, #7916A7, transparent); margin: 5px auto 25px auto; /* top | right | bottom | left */ border-radius: 10px; display: block; } /*Event Info*/ .event-info-bar { max-width: 1000px; margin: 25px auto; display: flex; flex-wrap: nowrap; /* force all items into one line */ justify-content: center; /* align items horizontally */ gap: 35px; font-family: ‘Poppins’, sans-serif; font-size: 15px; color: #4b0d6b; = } .event-item{ display: flex; align-items: center; gap: 8px; white-space: nowrap; } .event-item i{ color: #5C0186; font-size: 14px; } /* Normal text */ .event-item span{ color: #4b0d6b; } /* Links only */ .event-item a{ color: #7916A7; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } /* Hover only for links */ .event-item a:hover{ color: #5f138a; border-bottom: 2px solid rgba(121,22,167,0.9); } /* Mobile: break into rows */ @media(max-width: 768px) { .event-info-bar { flex-direction: column; /* 👈 This is what makes them stack */ align-items: center; /* 👈 Centers them. Change to ‘flex-start’ for left align */ gap: 15px; margin: 20px 10px; /* Add padding on sides for mobile */ } /* Optional: Allow text to wrap if it’s too long for phone screens */ .event-item { white-space: normal; text-align: center; } } /* ===== Rules and Regulations ===== */ .rules-heading{ text-align: center; font-family: ‘Poppins’, sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 700; color: #4b0d6b; letter-spacing: 1.5px; margin-bottom: 22px; position: relative; } .rules-heading::after{ content:””; display:block; width:80px; height:4px; background:#7916A7; margin:10px auto 0; border-radius:10px; } /* ===== TOGGLE WRAPPER ===== */ .elementor-toggle-item{ background:#ffffff; border-radius:12px; margin-bottom:14px; border:1px solid #e6d6f0; transition: all .3s ease; } .elementor-toggle-item:hover{ border-color:#7916A7; box-shadow:0 8px 22px rgba(121,22,167,0.12); } /* ===== TITLE BAR ===== */ .elementor-tab-title{ padding:16px 20px !important; background:#faf7fd !important; } /* Title Text */ .elementor-toggle-title{ font-family:’Poppins’, sans-serif; color:#3a0b52 !important; font-weight:600; transition:.3s ease; } /* Hover title */ .elementor-toggle-item:hover .elementor-toggle-title{ color:#7916A7 !important; letter-spacing:.5px; } /* ===== ICON ===== */ .elementor-toggle-icon svg{ fill:#7916A7 !important; } /* ===== CONTENT ===== */ .elementor-tab-content{ background:#ffffff; color:#444 !important; padding:18px 22px !important; line-height:1.75; border-top:1px dashed #e3c9f2; font-family:’Poppins’, sans-serif; } /* spacing */ .elementor-tab-content p, .elementor-tab-content div, .elementor-tab-content li{ margin-bottom:10px; } /* highlight lines */ .elementor-tab-content strong, .elementor-tab-content em{ color:#7916A7; } Ticket Guidelines

• 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.

General Guidelines

  • 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.

Safety and Security

• 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.

Community Policies

• 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.

Entrance Details

• 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.

Enjoy Responsibly!

  • • 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 policies

    Let’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; } }

CALL US

TABLE REGISTRATION

  • Venue : TASHAN HOOKAH & NIGHT CLUB
WhatsApp