•   Important: Tickets are valid only for the dates selected at the time of purchase.   •   Attention: Same-day "WATERPARK" bookings made after 10:00 AM may not be valid for entry. If you book after 10:00 AM, you will need to pay the difference at the counter.   •   For any assistance, feel free to call our customer support team at +91 9331555220 (available between 08:00 AM and 08:00 PM, all 7 days).
Marquee Announcement
ALERT | Same-day bookings for Water Park tickets are only valid if booked before 10 AM. Kindly ensure your booking is completed on time to avoid any inconvenience. Normal Water park ticket rates are not valid on 3rd and 4th March.
Marquee Announcement
1
CHECKOUT
Your cart is currently empty.
Subtotal 0.00
Total 0.00

Shipping Information

Order Summary

Product
Total
Subtotal 0.00
Total 0.00

Payment Information

All transactions are secure and encrypted.

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

Got a question? Don’t worry! We’re just a phone call away. Reach out to us at +91 98317 04022 or +91 93315 55220 for any queries or assistance you need!

Fun With Confidence

0Trusted by more than 50000+ visitors

50000+ Happy Visitors

Abhishek Ghosh
Rated 5 out of 5

“They have a restaurant that offers Indian, Chinese and Biryani in a good rate.”

Arijit Ghose
Rated 5 out of 5

“Highly recommended, we will definitely comeback again and again with my whole family ❤️,this is my 4th time here and every single visit we stay min 2days and yet if there’s a chance we always extend our stay here”

// Custom validation for Billing Phone checkout field add_action('woocommerce_checkout_process', 'custom_validate_billing_phone'); function custom_validate_billing_phone() { $is_correct = preg_match('/^[0-9]{6,20}$/', $_POST['billing_phone']); if ( $_POST['billing_phone'] && !$is_correct) { wc_add_notice( __( 'The Phone field should be between 6 and 20 digits.' ), 'error' ); } }