-
Notifications
You must be signed in to change notification settings - Fork 0
/
bms.html
871 lines (640 loc) · 40.7 KB
/
bms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="bms.css" />
<!--this title can be generate dynamically using JavaScript ..based on the location.-->
<title>Movie Tickets, Plays, Sports, Events & Cinemas near Kochi - BookMyShow Kochi.</title>
<link
rel="shortcut icon"
href="https://assets-in.bmscdn.com/webin/common/favicon.ico"
type="image/x-icon"
/>
</head>
<body>
<div class="book">
<header>
<div class="logo">
<!-- not able to copy the logo...since it is a svg format ...therefore take it from the footer logo or use Internet -->
<img src="https://in.bmscdn.com/webin/common/icons/logo.svg" alt="" />
</div>
<div class="search">
<img
src="https://w7.pngwing.com/pngs/608/913/png-transparent-computer-icons-google-search-symbol-mobile-search-search-for-miscellaneous-logo-mobile-phones-thumbnail.png"
alt=""
/>
<input
type="text"
placeholder="Search for Movies, Events, Plays, Sports and Activities"
/>
</div>
<div class="account">
<select name="" id="">
<option value="">Bengaluru</option>
</select>
<button>Sign in</button>
</div>
</header>
<nav>
<div class="nav1">
<a href="">Movies</a>
<a href="">Stream</a>
<a href="">Events</a>
<a href="">Plays</a>
<a href="">Sports</a>
<a href="">Activities</a>
</div>
<div class="nav2">
<a href="">ListYourShow</a>
<a href="">Corporates</a>
<a href="">Offers</a>
<a href="">Gift Cards</a>
</div>
</nav>
<marquee behavior="" direction="" scrollamount="30">
<img
src="https://assets-in.bmscdn.com/promotions/cms/creatives/1730272110398_maroon5webshowcase1240x300.jpg"
alt=""
/>
<img
src="https://assets-in.bmscdn.com/promotions/cms/creatives/1730268279632_1240x300pkbengaluru.png"
alt=""
/>
<img
src="https://assets-in.bmscdn.com/promotions/cms/creatives/1726036566435_playcardnewweb.jpg"
alt=""
/>
<img
src="https://assets-in.bmscdn.com/promotions/cms/creatives/1729857813701_rahulduawebr.jpg"
alt=""
/>
<img
src="https://assets-in.bmscdn.com/promotions/cms/creatives/1726036566435_playcardnewweb.jpg"
alt=""
/>
</marquee>
<div class="section1">
<h2>Recommended Movies</h2>
<a href="">See All ></a>
</div>
<article>
<div class="section2">
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-image,i-discovery-catalog@@icons@@like_202006280402.png,lx-24,ly-617,w-29,l-end:l-text,ie-Njg2SyBMaWtlcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-70,pa-8_0_0_0,l-end/et00353996-qhqgafrfxu-portrait.jpg"
alt=""
/>
<h4>Bhool Bhulaiyaa 3</h4>
<span>Comedy/Horror</span>
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-image,i-discovery-catalog@@icons@@like_202006280402.png,lx-24,ly-617,w-29,l-end:l-text,ie-NjIySyBMaWtlcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-70,pa-8_0_0_0,l-end/et00354858-ayxrjajhcy-portrait.jpg"
alt=""
/>
<h4>Singham Again</h4>
<span>Action/Drama</span>
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-image,i-discovery-catalog@@icons@@star-icon-202203010609.png,lx-24,ly-615,w-29,l-end:l-text,ie-OC43LzEwICA5LjdLIFZvdGVz,fs-29,co-FFFFFF,ly-612,lx-70,pa-8_0_0_0,l-end/et00404167-yytjflejum-portrait.jpg"
alt=""
/>
<h4>Pani</h4>
<span>Action/Crime/Drama</span>
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-image,i-discovery-catalog@@icons@@like_202006280402.png,lx-24,ly-617,w-29,l-end:l-text,ie-NjAuNksgTGlrZXM%3D,fs-29,co-FFFFFF,ly-612,lx-70,pa-8_0_0_0,l-end/et00386123-tasxvalcdv-portrait.jpg"
alt=""
/>
<h4>Lucky Baskhar</h4>
<span>Crime/Drama/Thriller</span>
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-image,i-discovery-catalog@@icons@@star-icon-202203010609.png,lx-24,ly-615,w-29,l-end:l-text,ie-Ny44LzEwICAxOS45SyBWb3Rlcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-70,pa-8_0_0_0,l-end/et00413069-efelznfzeq-portrait.jpg"
alt=""
/>
<h4>Bougainvillea</h4>
<span>Crime/Thriller</span>
</div>
</div>
</article>
<!-- <br /><br /><br /><br /><br /><br /><br /><br /> -->
<div class="section3">
<img src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-1440,h-120/stream-leadin-web-collection-202210241242.png" alt="">
</div>
<div class="section4">
<h2>The Best of Live Events</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section5">
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-800,h-800:l-text,ie-MyBFdmVudHM%3D,co-FFFFFF,ff-Roboto,fs-64,lx-48,ly-320,tg-b,pa-8_0_0_0,l-end:w-300/bmshp-desktop-amusement-park-collection-202404190106.png"
alt=""
/>
<!-- <h4>Bhool Bhulaiyaa 3</h4> -->
<!-- <span>Comedy/Horror</span> -->
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-800,h-800:l-text,ie-NiBFdmVudHM%3D,co-FFFFFF,ff-Roboto,fs-64,lx-48,ly-320,tg-b,pa-8_0_0_0,l-end:w-300/workshop-and-more-web-collection-202211140440.png"
alt=""
/>
<!-- <h4>Singham Again</h4> -->
<!-- <span>Action/Drama</span> -->
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-800,h-800:l-text,ie-NSBFdmVudHM%3D,co-FFFFFF,ff-Roboto,fs-64,lx-48,ly-320,tg-b,pa-8_0_0_0,l-end:w-300/bmshp-desktop-kids-collection-202404190106.png"
alt=""
/>
<!-- <h4>Pani</h4> -->
<!-- <span>Action/Crime/Drama</span> -->
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-800,h-800:l-text,ie-MTArIEV2ZW50cw%3D%3D,co-FFFFFF,ff-Roboto,fs-64,lx-48,ly-320,tg-b,pa-8_0_0_0,l-end:w-300/comedy-shows-collection-202211140440.png"
alt=""
/>
<!-- <h4>Lucky Baskhar</h4> -->
<!-- <span>Crime/Drama/Thriller</span> -->
</div>
<div class="card1">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-800,h-800:l-text,ie-NiBFdmVudHM%3D,co-FFFFFF,ff-Roboto,fs-64,lx-48,ly-320,tg-b,pa-8_0_0_0,l-end:w-300/music-shows-collection-202211140440.png"
alt=""
/>
<!-- <h4>Bougainvillea</h4> -->
<!-- <span>Crime/Thriller</span> -->
</div>
</div>
</article>
<div class="section6">
<img class="imgsection6" src="https://assets-in.bmscdn.com/discovery-catalog/collections/tr:w-1440,h-120/premiere-banner-web-collection-202208191200.png" alt="">
<div class="section7">
<h2>Premieres</h2>
<h3>Brand new releases every Friday</h3>
</div>
<div class="section8">
<div class="card2">
<img src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:l-image,i-discovery-catalog@@icons@@bms_premiere_v1.png,t-false,lfo-bottom_left,l-end/et00415444-klhuekkdpp-portrait.jpg" alt="">
<h2>Speak No Evil (Preview)</h2>
<span>English</span>
</div>
<div class="card2">
<img src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:l-image,i-discovery-catalog@@icons@@bms_premiere_v1.png,t-false,lfo-bottom_left,l-end/et00389476-byhhdpjbpk-portrait.jpg" alt="">
<h2>Yolo</h2>
<span>Mandarin</span>
</div>
<div class="card2">
<img src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:l-image,i-discovery-catalog@@icons@@bms_premiere_v1.png,t-false,lfo-bottom_left,l-end/et00413603-rxxwzlhjgt-portrait.jpg" alt="">
<h2>Jackdaw</h2>
<span>English</span>
</div>
<div class="card2">
<img src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:l-image,i-discovery-catalog@@icons@@bms_premiere_v1.png,t-false,lfo-bottom_left,l-end/et00393440-lsdgmrkzfg-portrait.jpg" alt="">
<h2>The Riot</h2>
<span>Norwegian</span>
</div>
<div class="card2">
<img src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:l-image,i-discovery-catalog@@icons@@bms_premiere_v1.png,t-false,lfo-bottom_left,l-end/et00398661-qvhefzbeuc-portrait.jpg" alt="">
<h2>Speak No Evil</h2>
<span>English</span>
</div>
</div>
</div>
<div class="section9">
<div class="section10">
<h2>Your Music Studio</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-RnJpLCAxNSBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00412611-leylksyfsc-portrait.jpg"
alt=""
/>
<h4>Open Air Kochi</h4> <br>
<span>Crowne Plaza :Kochi</span> <br>
<span>Concerts</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-RnJpLCAxNSBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00410180-lrrgfhpnkz-portrait.jpg"
alt=""
/>
<h4>Shillong Cherry Blossom Festival 2024</h4> <br>
<span>RBDSA Sports Complex: Shillong</span> <br>
<span>Concerts</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAyMyBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00406791-fplshpmazx-portrait.jpg"
alt=""
/>
<h4>Bandland 2024 ft. A7X, Extreme, Bloodywood & more!</h4> <br>
<span>Nice Grounds, BIEC: Bengaluru</span> <br>
<span>Concerts</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAzMCBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00412000-smltzsyama-portrait.jpg"
alt=""
/>
<h4>The Under 25 Summit</h4> <br>
<span>Royal Palms: Pune</span> <br>
<span>Food</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCA4IE1hciBvbndhcmRz,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00409511-tlsbwzbnhl-portrait.jpg"
alt=""
/>
<h4>Lollapalooza India 2025</h4> <br>
<span>Mumbai</span> <br>
<span>Concerts</span>
</div>
</div>
</article>
</div>
<div class="section12">
<div class="section10">
<h2>Outdoor Events</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAxMCBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00414184-mwmrvdywsw-portrait.jpg"
alt=""
/>
<h4>Do You Know Who I Am? ft. Daniel Fernandes</h4> <br>
<span>Spotlight Socials: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAxNiBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00395116-gbhupbetna-portrait.jpg"
/>
<h4>Saikiran Checks In</h4> <br>
<span>Hotel Cochin Palace: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VGh1LCAzMSBPY3Qgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00063784-mfepbaukjx-portrait.jpg"
alt=""
/>
<h4>Wonderla Amusement Park Kochi</h4> <br>
<span>Wonderla: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-RnJpLCAzMSBKYW4%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00373705-ysnuqjkgcb-portrait.jpg"
alt=""
/>
<h4>Abhishek Upmanyu LIVE 2025 - Kochi</h4> <br>
<span>JT Performing Arts Centre: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAyMyBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00401434-wccpjvhnfc-portrait.jpg"
alt=""
/>
<h4>First Move by Abishek and Nirmal - Kochi</h4> <br>
<span>JT Performing Arts Centre: Kochi</span>
</div>
</div>
</article>
</div>
<br><br>
<div class="section13">
<div class="section10">
<h2>Laughter Therapy</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAxNiBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00405644-rpbpbvkyck-portrait.jpg"
alt=""
/>
<h4>Read Between The Lines by Naveen Richard</h4> <br>
<span>On Stage, Ernakulam: Kerala</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAxMSBKYW4%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00355125-kjfzzlbvvn-portrait.jpg"
/>
<h4>Kisi Ko Batana Mat Ft. Anubhav Singh Bassi </h4> <br>
<span>Prestige Centre for Performing Arts: Bengaluru</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-RnJpLCAxNSBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00131954-kfsqvpncqw-portrait.jpg"
alt=""
/>
<h4>Banker OP in the House ft. Piyush Sharma</h4> <br>
<span>House Of Lords: Navi Mumbai</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAyIE5vdiBvbndhcmRz,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00325331-gqavturjah-portrait.jpg"
alt=""
/>
<h4>Just Married by Navin Kumar(English Stand Up Solo)</h4> <br>
<span>The Mad Bunker, Indiranagar: Bengaluru</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAzMCBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00398649-fybbbbvplw-portrait.jpg"
alt=""
/>
<h4>A for Aneez - an Adult Standup Comedy Show</h4> <br>
<span>Commons: Kochi</span>
</div>
</div>
</article>
</div>
<br><br>
<div class="section13">
<div class="section10">
<h2>Popular Events</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VHVlLCA1IE5vdiBvbndhcmRz,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00131524-rdxrjfzglw-portrait.jpg"
alt=""
/>
<h4>Magic Beans - The Wonderful World of Jolly Phonics</h4> <br>
<span>Online Streaming</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAxNiBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00417515-mazhlmhqqd-portrait.jpg"
/>
<h4>Kids Chess Championship </h4> <br>
<span>Your Place and Your Time: India</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-V2VkLCAyMCBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00417392-zlgcurkawy-portrait.jpg"
alt=""
/>
<h4>International Film Festival of India (IFFI)</h4> <br>
<span>Your Place and Your Time: India</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VHVlLCAxOSBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00410107-xnkgnktqmp-portrait.jpg"
alt=""
/>
<h4>IDPs UK and Ireland Education Fair</h4> <br>
<span>IDP Education: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAxNiBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00405644-rpbpbvkyck-portrait.jpg"
alt=""
/>
<h4>Read Between The Lines by Naveen Richard</h4> <br>
<span>On Stage, Ernakulam: Kerala</span>
</div>
</div>
</article>
</div>
<br><br>
<div class="section13">
<div class="section10">
<h2>Popular Events</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAzIE5vdg%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00417453-waujvggsug-portrait.jpg"
alt=""
/>
<h4>Grand Online Chess Tournament for All Ages</h4> <br>
<span>Your Place and Your Time: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAxIERlYyBvbndhcmRz,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00323819-gfyucrjbge-portrait.jpg"
/>
<h4>Spartan 10 KM Marathon - Get Unique Design Medal by Courier </h4> <br>
<span>Your Place and Your Time: India</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAyNCBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00342542-kjefhywnut-portrait.jpg"
alt=""
/>
<h4>Run for Fitness Marathon - Get India's Biggest Medal by Courier</h4> <br>
<span>Your Place and Your Time: India</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAxNyBOb3Y%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00415966-lxjjzlzwse-portrait.jpg"
alt=""
/>
<h4>Chess Championship (Online) For All Age</h4> <br>
<span>Your Place and Your Time: India</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U3VuLCAyMiBEZWMgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00400167-hwsahhygka-portrait.jpg"
alt=""
/>
<h4>Run for the Ocean - Get Medal by Courier</h4> <br>
<span>Your Place and Your Time: India</span>
</div>
</div>
</article>
</div>
<br><br>
<div class="section13">
<div class="section10">
<h2>Explore Fun Activities</h2>
<!-- <a href="">See All ></a> -->
</div>
<article>
<div class="section11">
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VGh1LCAzMSBPY3Qgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00406401-qkprgufbrg-portrait.jpg"
alt=""
/>
<h4>Day Outing @Nihara Resort & Spa Kadamakudy Island </h4> <br>
<span>Nihara Resort & Spa, Kadamakudy Island: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-U2F0LCAzMCBOb3Ygb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00415574-zpgnadmrrm-portrait.jpg"
/>
<h4>ALT EFF 2024 x Kerala Museum </h4> <br>
<span>Kerala Museum</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VGh1LCAzMSBPY3Qgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00404430-qsyjxrhvbc-portrait.jpg"
alt=""
/>
<h4>Kochi Island Tour</h4> <br>
<span>The Living Islands of Kadamakudy: Kochi</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VGh1LCAzMSBPY3Qgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end/et00088164-elfmvcajph-portrait.jpg"
alt=""
/>
<h4>Indian Music Experience Museum </h4> <br>
<span>Indian Music Experience: Bengaluru</span>
</div>
<div class="card4">
<img
src="https://assets-in.bmscdn.com/discovery-catalog/events/tr:w-400,h-600,bg-CCCCCC:w-400.0,h-660.0,cm-pad_resize,bg-000000,fo-top:l-text,ie-VGh1LCAzMSBPY3Qgb253YXJkcw%3D%3D,fs-29,co-FFFFFF,ly-612,lx-24,pa-8_0_0_0,l-end:l-image,i-discovery-catalog@@icons@@bundle-icon-shadow-4x.png,lx-15,ly-15,w-50,l-end/et00305876-zvbzeqpgml-portrait.jpg"
alt=""
/>
<h4>Wonderla Amusement Park</h4> <br>
<span>Multiple Venues</span>
</div>
</div>
</article>
</div>
<div class="section14">
<h2>Trending Searches Right Now</h2>
<div class="fullbox">
<div class="box1">
<div class="red">Amaran</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Pani</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Kanguva</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Venom: The Last Dance</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Pallotty 90s Kids</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">A.R.M</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Lucky Bashkar</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Singham Again</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Bougainvillea</div>
<div>Movies</div>
</div>
<div class="box1">
<div class="red">Bhool Bhulaiyaa 3</div>
<div>Movies</div>
</div>
</div>
</div>
<div class="section15">
<div class="section16">
<div class="inner">
<img src="https://in.bmscdn.com/webin/common/icons/hut.svg" alt="">
<h3>
List your Show
</h3>
<div>
<span> Got a show, event, activity or a great experience? Partner with us & get listed on BookMyShow</span>
</div>
</div>
<button>Connect today!</button>
</div>
<div class="section17">
<div class="banner_logo1">
<svg class="logo1" xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102" id="icon-callcenter" width="100%" height="100%"><path d="M68.8 29.4c0-10.4-8.4-18.8-18.8-18.8S31.2 19 31.2 29.4 39.6 48.2 50 48.2s18.8-8.4 18.8-18.8zm-35.8 0c0-9.3 7.6-17 17-17 9.3 0 17 7.6 17 17 0 9.3-7.6 17-17 17-9.3 0-17-7.6-17-17z"></path><path d="M24 30.3c.5 0 .9-.4.9-.9C24.9 15.6 36.2 4.3 50 4.3s25.1 11.3 25.1 25.1c0 13.1-10.5 28.3-24.2 29v-3.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v8.6c0 .5.4.9.9.9s.9-.4.9-.9v-2.9c14.7-.7 26-16.8 26-30.8C76.9 14.6 64.8 2.5 50 2.5S23.1 14.6 23.1 29.4c0 .5.4.9.9.9z"></path><path d="M68.1 63c-.6-.2-1.2-.3-1.9-.3-.9 0-2.3.7-4.9 2.1-3.2 1.7-7.7 4-10.6 4-3.2 0-8-2.3-11.5-4-2.8-1.3-4.3-2-5.3-2-.7 0-1.3.1-1.9.3C16.7 68.2 11.2 86 11.2 96.7c0 .5.4.9.9.9H88c.5 0 .9-.4.9-.9 0-10.8-5.6-28.6-20.8-33.7zM13 95.7c.3-12.1 7.2-26.8 19.6-30.9.4-.1.8-.2 1.3-.2.6 0 2.7 1 4.5 1.9 3.9 1.9 8.7 4.2 12.3 4.2 3.3 0 7.8-2.3 11.4-4.2 1.6-.8 3.6-1.9 4.1-1.9s.9.1 1.3.2C79.9 68.9 86.7 83.6 87 95.7H13zm3.6-55.3c.5 0 .9-.4.9-.9V26.3c0-.5-.4-.9-.9-.9s-.9.4-.9.9v13.2c0 .5.4.9.9.9zm66.8 0c.5 0 .9-.4.9-.9V26.3c0-.5-.4-.9-.9-.9s-.9.4-.9.9v13.2c-.1.5.4.9.9.9z"></path></svg>
<div>24/7 CUSTOMER CARE</div>
</div>
<div class="banner_logo2">
<svg class="logo1" xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102" id="icon-resend" width="100%" height="100%"><path d="M92.1 69l-5.6-13.9a1 1 0 0 0-1.1-.5c-1.9.8-4.1-.2-4.8-2.1-.4-.9-.4-1.9 0-2.8.4-.9 1.1-1.6 2-2 .2-.1.4-.2.5-.4s.1-.4 0-.6l-5.6-13.9a1 1 0 0 0-1.1-.5L61 38.5l9-20.9c.2-.4 0-.9-.4-1.1L57 11.1c-.4-.2-.9 0-1.1.4a3.3 3.3 0 0 1-4.3 1.8c-.8-.3-1.4-1-1.8-1.8-.3-.8-.3-1.7 0-2.5.1-.2.1-.4 0-.6-.1-.2-.2-.4-.4-.5L36.8 2.6c-.4-.2-.9 0-1.1.4L12.3 58.2l-3.9 1.5c-.2.2-.4.3-.4.5-.1.2-.1.4 0 .6l5.6 13.9c.2.4.7.6 1.1.5 1.9-.7 4.1.2 4.8 2 .4.9.4 1.9 0 2.8s-1.1 1.6-2 2c-.2.1-.4.2-.5.4-.1.2-.1.4 0 .6l5.4 14c.1.2.2.4.4.5.1 0 .2.1.3.1.1 0 .2 0 .3-.1l68.1-27.3c.5-.2.7-.7.6-1.2zM36.9 4.4L48 9.1c-.2 1-.2 2 .2 3 .5 1.2 1.4 2.2 2.7 2.7 2.3 1 4.8.1 6.1-1.9l11.1 4.7-9.3 21.8-4.7 1.9L59 30.2l2.5-5.8c.1-.2.1-.4 0-.6s-.2-.4-.4-.5L38 13.5c-.2-.1-.4-.1-.6 0-.2.1-.4.2-.5.4L19.1 55.5l-4.7 1.9 22.5-53zm-1.4 16.7l.8.3c.1 0 .2.1.3.1.3 0 .6-.2.8-.5.2-.4 0-.9-.4-1.1l-.8-.3 1.8-4.3 21.6 9.2-1.8 4.3-.8-.4c-.4-.2-.9 0-1.1.4-.2.4 0 .9.4 1.1l.8.3-5.1 12-30.7 12.4 14.2-33.5zM23.7 95.6l-5-12.4c1-.6 1.7-1.4 2.2-2.5.6-1.3.6-2.8 0-4.1-.8-2-2.8-3.4-5-3.4-.4 0-.8 0-1.2.1L9.8 61l66.5-26.7 5 12.4c-1 .6-1.7 1.4-2.2 2.5a4.9 4.9 0 0 0 0 4.1c.8 2 2.8 3.4 5 3.4.4 0 .8 0 1.2-.1l5 12.4-66.6 26.6z"></path><path d="M70 42.1c-.1-.2-.2-.4-.4-.5-.2-.1-.4-.1-.6 0L20.2 61.2a1 1 0 0 0-.5 1.1L30 87.8c.1.2.2.4.4.5.1 0 .2.1.3.1.1 0 .2 0 .3-.1l42.3-17 6.4-2.6c.4-.2.6-.7.5-1.1L70 42.1zm3.5 27.3l-.3-.8a1 1 0 0 0-1.1-.5 1 1 0 0 0-.5 1.1l.4.8-34.2 13.7-.3-.7a1 1 0 0 0-1.1-.5 1 1 0 0 0-.5 1.1l.3.8-5.1 2-9.6-23.9 5.1-2 .3.8c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1l-.3-.8 34.1-13.7.3.8c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1l-.3-.8 4.9-2 9.6 23.9-4.9 2.1z"></path><path d="M30.6 65.7c-.2-.4-.7-.6-1.1-.5s-.6.7-.5 1.1l1.4 3.4c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1l-1.4-3.3zm3.5 8.6a1 1 0 0 0-1.1-.5 1 1 0 0 0-.5 1.1l1.4 3.4c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1l-1.4-3.3zm32.2-22.9a1 1 0 0 0-1.1-.5 1 1 0 0 0-.5 1.1l1.4 3.4c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1l-1.4-3.3zm1.9 9.3l1.4 3.4c.1.3.4.5.8.5.1 0 .2 0 .3-.1.4-.2.6-.7.5-1.1L69.7 60a1 1 0 0 0-1.1-.5c-.4.2-.6.7-.4 1.2zm-19.5-34l3.1 1.3c.1 0 .2.1.3.1.3 0 .6-.2.8-.5.2-.4 0-.9-.4-1.1l-3.1-1.3c-.4-.2-.9 0-1.1.4-.3.4-.1.9.4 1.1zm-7.8-3.3l3.1 1.3c.1 0 .2.1.3.1.3 0 .6-.2.8-.5.2-.4 0-.9-.4-1.1l-3.1-1.3c-.4-.2-.9 0-1.1.4-.2.4 0 .9.4 1.1zm13.4 41.4c-.5 0-.8.4-.8.8 0 2.4-2 4.4-4.4 4.4s-4.4-2-4.4-4.4c0-2.3 1.9-4.2 4.2-4.3l-1.6 2.3c-.3.4-.2.9.2 1.2.1.1.3.1.5.1.3 0 .5-.1.7-.4l2.6-3.7c.3-.4.2-.9-.2-1.1L47.5 57c-.4-.3-.9-.2-1.2.2s-.2.9.2 1.2l1.9 1.4c-3 .3-5.4 2.9-5.4 5.9 0 3.3 2.7 6 6 6s6-2.7 6-6c.1-.5-.3-.9-.7-.9z"></path></svg>
<div>RESEND BOOKING CONFIRMATION</div>
</div>
<div class="banner_logo3">
<svg class="logo1" xmlns="http://www.w3.org/2000/svg" id="icon-newsletter" viewBox="-1 -1 102 102" width="100%" height="100%"><g id="elnewsletter"><path class="elst0" d="M97.5 90.3V33.6c0-.5-.4-1-1-1H82.9V9.8c0-.5-.4-1-1-1H18.1a1 1 0 0 0-1 1v22.8H3.5a1 1 0 0 0-1 1v56.9c0 .1.1.1.1.2v.1c0 .1.1.1.2.1.1.1.2.1.2.1.1 0 .1 0 .2.1h93.4c.1 0 .3 0 .4-.1 0 0 .1 0 .1-.1.1-.1.2-.1.2-.2v-.1c0-.1.1-.1.1-.2.1 0 .1 0 .1-.1zm-1.9-55.7v53.6L63.9 64.1l18.6-17.7 7.7-7.4c.3-.3.4-.7.2-1.1-.1-.4-.5-.6-.9-.6h-6.8v-2.7h12.9zM50.2 56.1l43.4 33.1H6.4l43.8-33.1zm32.7-16.8h4.4l-4.4 4.1v-4.1zM19.1 10.8h61.8v34.5L62.4 62.9l-11.6-8.8c-.3-.3-.8-.3-1.2 0L37.8 63 19.1 45.3V10.8zm-2 32.6l-4.4-4.1h4.4v4.1zm0-8.8v2.7h-6.8c-.4 0-.8.2-.9.6-.1.4-.1.8.2 1.1l26.5 25.2-31.8 24V34.6h12.8z"></path><path class="elst0" d="M28.9 22.5h42.7a1 1 0 0 0 0-2H28.9c-.5 0-1 .4-1 1s.4 1 1 1zm0 10h42.7a1 1 0 0 0 0-2H28.9a1 1 0 0 0 0 2zm0 9.9h42.7a1 1 0 0 0 0-2H28.9c-.5 0-1 .4-1 1s.4 1 1 1z"></path></g></svg>
<div>SUBSCRIBE TO THE NEWSLETTER</div>
</div>
</div>
<br><br><br><br><br>
<div class="links">
<h4>Movies Now Showing in Kochi</h4>
<span> Pani | Lucky Baskhar | Amaran | Singham Again | Brother | Bhool Bhulaiyaa 3 | Bougainvillea | Pallotty 90s Kids | Bloody Beggar</span>
<br><br><br>
<h4>Upcoming Movies in Kochi</h4>
<span> Ugravathara | Bhag Romeo Bhag | Hal Bheru Gamde | I am Kathalan | Kale Lagan Chhe !?! | Iravinil Aatam Par | Mushak Aakhyan | Sri Sri Sri Raajavaru | Anpodu Kanmani | Jithender Reddy</span>
<br><br><br>
<h4>Movies By Genre</h4>
<span> Drama Movies | Action Movies | Thriller Movies | Comedy Movies | Crime Movies | Adventure Movies | Mystery Movies | Horror Movies | Period Movies | Screening Movies</span>
<br><br><br>
<h4>Movies By Language</h4>
<span> Movies in Malayalam | Movies in English | Movies in Tamil | Movies in Hindi | Movies in Chattisgarhi | Movies in Portuguese | Movies in English 7D | Movies in Urdu | Movies in Japanese | Movies in Gujarati</span>
<br><br><br>
<h4>Sports Events in Kochi</h4>
<span> Running | Kabaddi | Football | Chess | Athletics | Motorsports | Card Games | Hockey | Rugby | Badminton</span>
<br><br><br>
<h4>Events in Top Cities</h4>
<span> Events in Mumbai | Events in Delhi-NCR | Events in Chennai | Events in Hyderabad | Events in Pune | Events in Ahmedabad | Events in Kolkata | Events in Kochi </span>
<br><br><br>
<h4>Cinemas in Top Cities</h4>
<span> Cinemas in Mumbai | Cinemas in Delhi-NCR | Cinemas in Chennai | Cinemas in Bengaluru | Cinemas in Hyderabad | Cinemas in Pune | Cinemas in Ahmedabad | Cinemas in Kolkata | Cinemas in Kochi </span>
<br><br><br>
<h4>Movies Now Showing in Kochi</h4>
<span> Pani | Lucky Baskhar | Amaran | Singham Again | Brother | Bhool Bhulaiyaa 3 | Bougainvillea | Pallotty 90s Kids | Bloody Beggar</span>
<br><br><br>
<h4>Plays in Top Cities</h4>
<span> Plays in Mumbai | Plays in Delhi-NCR | Plays in Chennai | Plays in Bengaluru | Plays in Hyderabad | Plays in Pune | Plays in Ahmedabad | Plays in Kolkata | Plays in Kochi</span>
<br><br><br>
<h4>Activities in Top Cities</h4>
<span> Activities in Mumbai | Activities in Delhi-NCR | Activities in Chennai | Activities in Bengaluru | Activities in Hyderabad | Activities in Pune | Activities in Ahmedabad | Activities in Kolkata | Activities in Kochi</span>
<br><br><br>
<footer>
<div class="bmslogo">
<span><sup><sup><sup><sup>_______________________________________________________________________________________________________________________________________________ </sup></sup></sup></sup> <img src="https://in.bmscdn.com/webin/common/icons/logo.svg" alt=""><sup><sup><sup><sup> _______________________________________________________________________________________________________________________________________________ </sup></sup></sup></sup></span>
</div>
<div class="social">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 98 98"><path d="M48 .5C21.8.5.5 21.8.5 48S21.8 95.5 48 95.5 95.5 74.2 95.5 48 74.2.5 48 .5zm11.8 49.2h-7.7v27.5H40.6V49.7h-5.4V40h5.4v-6.3c0-4.5 2.1-11.6 11.6-11.6h8.5v9.4h-6.2c-1 0-2.4.5-2.4 2.7v5.7h8.7l-1 9.8z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 98 98"><path d="M58.7145 66.4634L48.4787 52.2823L51.9131 48.6281L64.7865 66.4634H58.7145Z"></path><path d="M39.4752 31.396L49.0656 44.6831L45.6362 48.3442L33.4032 31.396H39.4752Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M49 96.5C75.2335 96.5 96.5 75.2335 96.5 49C96.5 22.7665 75.2335 1.5 49 1.5C22.7665 1.5 1.5 22.7665 1.5 49C1.5 75.2335 22.7665 96.5 49 96.5ZM56.2341 71.3042L45.1181 55.8582L30.601 71.3046H24.1289L42.2851 51.9217L24.1297 26.6943L41.9755 26.6948L52.3388 41.1888L65.9154 26.695L72.5268 26.6948L55.1758 45.1565L73.8715 71.3042H56.2341Z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102"><path d="M50 59a8.96 8.96 0 0 0 7.3-14.2 8.9 8.9 0 0 0-14.6 0A8.96 8.96 0 0 0 50 59zm19.7-20v-8.7H61V39z"></path><path d="M50 5C25.2 5 5 25.2 5 50s20.2 45 45 45 45-20.2 45-45S74.8 5 50 5zm25.6 39.8v20.9c0 5.4-4.4 9.9-9.9 9.9H34.3c-5.4 0-9.9-4.4-9.9-9.9V34.3c0-5.4 4.4-9.9 9.9-9.9h31.4c5.4 0 9.9 4.4 9.9 9.9v10.5z"></path><path d="M64.1 50c0 7.7-6.2 14-14 14a13.98 13.98 0 0 1-13-19.2h-7.6v20.9c0 2.7 2.2 4.9 4.9 4.9h31.4c2.7 0 4.9-2.2 4.9-4.9V44.8H63c.7 1.5 1.1 3.4 1.1 5.2z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102"><path d="M43.6 57.7c5.3-2.7 10.5-5.4 15.7-8.2-5.3-2.8-10.5-5.5-15.7-8.2v16.4z"></path><path d="M50 2.5C23.8 2.5 2.5 23.8 2.5 50S23.8 97.5 50 97.5 97.5 76.2 97.5 50 76.2 2.5 50 2.5zm23.9 59.2c-.6 2.6-2.8 4.6-5.4 4.9-6.1.7-12.4.7-18.5.7-6.2 0-12.4 0-18.5-.7-2.6-.3-4.7-2.2-5.4-4.9-.9-3.8-.9-7.8-.9-11.7s0-8 .9-11.7c.6-2.6 2.8-4.6 5.4-4.9 6.1-.7 12.4-.7 18.5-.7 6.2 0 12.4 0 18.5.7 2.6.3 4.7 2.2 5.4 4.9.9 3.8.9 7.8.9 11.7s0 8-.9 11.7z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102"><path d="M50 2.5C23.8 2.5 2.5 23.8 2.5 50S23.8 97.5 50 97.5 97.5 76.2 97.5 50 76.2 2.5 50 2.5zm4.9 58.1c-2.9 0-5.7-1.6-6.7-3.4l-1.9 7.5c-1.2 4.3-4.7 8.6-4.9 8.9-.2.2-.6.2-.7-.2-.1-.6-1-6 .1-10.4.5-2.2 3.5-14.9 3.5-14.9s-.9-1.7-.9-4.3c0-4 2.3-7.1 5.3-7.1 2.5 0 3.7 1.9 3.7 4.1 0 2.5-1.6 6.2-2.4 9.7-.7 2.9 1.4 5.3 4.3 5.3 5.2 0 8.6-6.6 8.6-14.5 0-6-4-10.5-11.3-10.5-8.3 0-13.4 6.2-13.4 13.1 0 2.4.7 4.1 1.8 5.3.5.6.6.8.4 1.5-.1.5-.4 1.7-.6 2.2-.2.7-.7.9-1.4.7-3.8-1.5-5.6-5.7-5.6-10.4 0-7.7 6.5-17 19.5-17 10.4 0 17.3 7.5 17.3 15.6 0 10.8-5.9 18.8-14.7 18.8z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 102 102"><path d="M50 2.5C23.8 2.5 2.5 23.8 2.5 50S23.8 97.5 50 97.5 97.5 76.2 97.5 50 76.2 2.5 50 2.5zm-7.8 63.9h-8.6V36.3h8.6v30.1zm-4-32c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm34.1 32h-8.6V47.8c0-2.2-.6-3.7-3.3-3.7-4.4 0-5.3 3.7-5.3 3.7v18.6h-8.6V36.3h8.6v2.9c1.2-.9 4.3-2.9 8.6-2.9 2.8 0 8.6 1.7 8.6 11.7v18.4z"></path></svg>
</div>
<div class="copyright">
<p>Copyright © Bigtree Entertainment Pvt. Ltd. All Rights Reserved.</p>
</div>
</footer>
</div>
</div>
<!-- <br><br><br><br><br><br><br><br> -->
</div>
</body>
</html>