-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
701 lines (638 loc) · 39.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cutplix</title>
<link rel="icon" type="image/png" href="assets/images/Cutplix Logo Icon png.png">
<!-- Include Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<section>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<div class="left">
<a class="navbar-brand d-block" href="#"><img src="assets/images/logo-01-01.png" alt=""></a>
</div>
<div class="middle">
<div class="collapse navbar-collapse" id="navbarScroll">
<ul class="navbar-nav me-auto my-2 my-lg-0 navbar-nav-scroll">
<li class="nav-item me-4">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item me-4">
<a class="nav-link" href="#service">Service</a>
</li>
<li class="nav-item me-4">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="carrer.html">Career</a>
</li>
</ul>
</div>
</div>
<div class="right">
<a href="learn.html" class="primary_btn me-3">Learn</a>
<a href="#contact" class="secondary_btn">Get in Touch</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarScroll"
aria-controls="navbarScroll" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</nav>
</section>
<!-- ==============================
banner section starts from here
================================= -->
<div id="banner" class="banner">
<div class="video-container">
<iframe class="banner_video"
src="https://www.youtube.com/embed/7T3DKRf6Poc?autoplay=1&playlist=arnG_xBcmLs&loop=1&mute=1&controls=0"
frameborder="0" allowfullscreen></iframe>
<div class="overlay">
<div class="overlay-text">
<h2>Crafting Visual Stories, Shaping<br> Digital Futures</h2>
<span class="d-block">Unlock Your Potential with Cutplix</span>
<a href="#" class="primary_btn">Get Creative</a>
</div>
</div>
</div>
</div>
<!-- ==============================
evolution section starts from here
================================= -->
<div id="evolution" class="evolution section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="top_heading text-center">
<h2 class="common-heading">Our Evolution</h2>
<span class="common-paragraph pt-4">From Vision to Innovation - Our Transformative
Journey</span>
</div>
</div>
<div class="main">
<div class="row">
<div class="col-lg-6">
<div class="video">
<iframe class="evolution_video"
src="https://www.youtube.com/embed/SwhNWQFbeI0?autoplay=0&mute=0&controls=1"></iframe>
</div>
</div>
<div class="col-lg-6">
<h6>Digital Wizard</h6>
<h2 class="fw-bold pt-4">Empowering Your Online<br> Presence with Diverse Services.</h2>
<p class="common-paragraph pt-2">Cutplix's journey is a story of innovation and
adaptability. We
lead in media production, redefine visual storytelling, and empower your online presence
with diverse services. Join us in shaping the future of media.</p>
<h5 class="text-center pt-4 pb-4">OUR ACHIVEMENT</h5>
<div class="count d-flex justify-content-between">
<div class="one text-center">
<span>104+</span>
<p>total project</p>
</div>
<div class="one text-center">
<span>04+</span>
<p>Country</p>
</div>
<div class="one text-center">
<span>301+</span>
<p>User</p>
</div>
<div class="one text-center">
<span>23+</span>
<p>tEmployee</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ==============================
services section starts from here
================================= -->
<div id="service" class="service section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="top_heading text-center">
<h2 class="common-heading fw-bold pt-4">Services</h2>
<span class="common-paragraph pt-4">Our Commitment to Exceptional Solutions</span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="service_slider">
<div class="topbar">
<button id="btn1" class="active-button" onclick="showDiv(1)">Media</button>
<button id="btn2" onclick="showDiv(2)">Creative</button>
<button id="btn3" onclick="showDiv(3)">Application</button>
<button id="btn4" onclick="showDiv(4)">Button 4</button>
</div>
<!-- main content part starts from here -->
<div class="inner_part mt-5">
<!-- media button contents fully here -->
<div id="div1" class="active">
<div class="row">
<div class="col-lg-6">
<h2 class=" fw-bold pt-4">Discover and Experience Our Media Expertise</h2>
<p class="common-paragraph pt-2">Elevate Your Brand Through Visual Excellence.
Explore Our Media Expertise, Unleash the Power of Compelling Storytelling,
Achieve Success, Leave a Lasting Impact, and Redefine Your Digital Presence
with Cutplix.</p>
<div class="buttons mt-5">
<button id="btn5" class="active-button d-block"
onclick="NestedshowDiv(5)"><span>1</span>Social Media Content</button>
<button class="d-block" id="btn6"
onclick="NestedshowDiv(6)"><span>2</span>AI Video Art</button>
<button class="d-block" id="btn7"
onclick="NestedshowDiv(7)"><span>3</span>Music Videos</button>
<button class="d-block" id="btn8"
onclick="NestedshowDiv(8)"><span>4</span>Advertising &
Commercials</button>
</div>
</div>
<div class="col-lg-6">
<div id="div5" class="active">
<picture>
<img class="w-100" src="assets/images/service/Rectangle 15.png" alt="">
</picture>
<div class="service_progress">
<div class="card">
<div class="card-body">
<h5 class="card-title">Estimate cost for sender</h5>
<div class="progress" role="progressbar"
aria-label="Danger example" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-danger" style="width: 80%">
</div>
</div>
<div
class="bottom_amount mt-3 d-flex justify-content-between text-end">
<h4>290$</h5>
<h4>460$<br><span class="fs-6">total amount</span></h5>
</div>
</div>
</div>
</div>
</div>
<div id="div6" class="hidden">Div 6 is hidden</div>
<div id="div7" class="hidden">Div 7 is hidden</div>
<div id="div8" class="hidden">Div 8 is hidden</div>
</div>
</div>
</div>
<!-- creative buttons full content here -->
<div id="div2" class="hidden">
<div class="row">
<div class="col-lg-6">
<h2 class=" fw-bold pt-4">Unleash Your Creative Potential Here and Begin
Exploring</h2>
<p class="common-paragraph pt-2">Immerse Yourself in a World of Creative
Exploration: Ignite Your Imagination, Inspire Innovation, and Transform
Ideas into Extraordinary Realities with Cutplix's Expertise in Design and
Conceptualization.</p>
<div class="buttons mt-5">
<button id="btn9" class="active-button d-block"
onclick="NestedshowDiv(9)"><span>1</span>Social Media Content</button>
<button class="d-block" id="btn10"
onclick="NestedshowDiv(10)"><span>2</span>AI Video Art</button>
<button class="d-block" id="btn11"
onclick="NestedshowDiv(11)"><span>3</span>Music Videos</button>
<button class="d-block" id="btn12"
onclick="NestedshowDiv(12)"><span>4</span>Advertising &
Commercials</button>
</div>
</div>
<div class="col-lg-6">
<div id="div9" class="active">
<picture>
<img class="w-100" src="assets/images/service/Rectangle 15.png" alt="">
</picture>
<div class="service_progress">
<div class="card">
<div class="card-body">
<h5 class="card-title">Estimate cost for sender</h5>
<div class="progress" role="progressbar"
aria-label="Danger example" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-danger" style="width: 80%">
</div>
</div>
<div
class="bottom_amount mt-3 d-flex justify-content-between text-end">
<h4>290$</h5>
<h4>460$<br><span class="fs-6">total amount</span></h5>
</div>
</div>
</div>
</div>
</div>
<div id="div10" class="hidden">Div 10 is hidden</div>
<div id="div11" class="hidden">Div 11 is hidden</div>
<div id="div12" class="hidden">Div 12 is hidden</div>
</div>
</div>
</div>
<!-- Application buttons full content here -->
<div id="div3" class="hidden">
<div class="row">
<div class="col-lg-6">
<h2 class=" fw-bold pt-4">Empower Your Business with Innovative Applications
</h2>
<p class="common-paragraph pt-2">Optimize Efficiency and User Experience:
Tailored Application Solutions to Boost Your Business Operations. Explore
Our Expertise Today, Embrace Innovation, Transform Your Future, and Achieve
Success.</p>
<div class="buttons mt-5">
<button id="btn13" class="active-button d-block"
onclick="NestedshowDiv(13)"><span>1</span>Social Media Content</button>
<button class="d-block" id="btn14"
onclick="NestedshowDiv(14)"><span>2</span>AI Video Art</button>
<button class="d-block" id="btn15"
onclick="NestedshowDiv(15)"><span>3</span>Music Videos</button>
<button class="d-block" id="btn16"
onclick="NestedshowDiv(16)"><span>4</span>Advertising &
Commercials</button>
</div>
</div>
<div class="col-lg-6">
<div id="div13" class="active">
<picture>
<img class="w-100" src="assets/images/service/Rectangle 15.png" alt="">
</picture>
<div class="service_progress">
<div class="card">
<div class="card-body">
<h5 class="card-title">Estimate cost for sender</h5>
<div class="progress" role="progressbar"
aria-label="Danger example" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-danger" style="width: 80%">
</div>
</div>
<div
class="bottom_amount mt-3 d-flex justify-content-between text-end">
<h4>290$</h5>
<h4>460$<br><span class="fs-6">total amount</span></h5>
</div>
</div>
</div>
</div>
</div>
<div id="div14" class="hidden">Div 14 is hidden</div>
<div id="div15" class="hidden">Div 15 is hidden</div>
<div id="div16" class="hidden">Div 16 is hidden</div>
</div>
</div>
</div>
<div id="div4" class="hidden">Div 4 is hidden</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ==============================
clients section starts from here
================================= -->
<div id="clients" class="clients section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12 col-12 order-xs-2">
<div class="row clients_logo">
<div class="col-lg-6 col-6"><img class="w-100"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
<div class="col-lg-6 col-6"><img class="w-100"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
<div class="col-lg-6 col-6"><img class="w-100 pt-5"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
<div class="col-lg-6 col-6"><img class="w-100 pt-5"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
<div class="col-lg-6 col-6"><img class="w-100 pt-5"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
<div class="col-lg-6 col-6"><img class="w-100 pt-5"
src="assets/images/clients/Screenshot at Oct 25 04-13-48.png" alt="" srcset=""></div>
</div>
</div>
<div class="col-lg-6 col-sm-6 d-flex align-items-center order-sm-1">
<div class="content">
<h2 class="common-heading">Clients Who Trust Us</h2>
<p class="clients_p pe-5 pt-4">Discover how our valued clients' experiences exemplify our
unwavering com mitment and unmatched expertise in the industry.</p>
</div>
</div>
</div>
</div>
</div>
<!-- ===================================
satisfaction section starts from here
======================================== -->
<div id="satisfaction" class="satisfaction section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="top_heading text-center">
<h2 class="common-heading">Voices of Satisfaction</h2>
<span class="common-paragraph pt-4">Words of Appreciation from Our Clients</span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12 col-12">
<div class="main">
<div id="slider-container">
<div id="slider-content">
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="slider-item d-flex">
<div class="img">
<img src="assets/images/satisfaction/satisfaction.png" alt="">
</div>
<div class="content d-flex align-items-center">
<div class="flx">
<span>Woah</span>
<p class="pe-5 pt-2">The service was absolutely impeccible. I see
myself and
my family visiting to a here much more frequently. Also they
provide so
much respect. The service was amazing. I never had to wait that
long for
my food.</p>
<p class="pt-4"><b>Emma Macstone</b><br>SomeCompany LLC.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="slider-item d-flex">
<div class="img">
<img src="assets/images/satisfaction/satisfaction.png" alt="">
</div>
<div class="content d-flex align-items-center">
<div class="flx">
<span>Woah</span>
<p class="pe-5 pt-2">The service was absolutely impeccible. I see
myself and
my family visiting to a here much more frequently. Also they
provide so
much respect. The service was amazing. I never had to wait that
long for
my food.</p>
<p class="pt-4"><b>Emma Macstone</b><br>SomeCompany LLC.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="slider-item d-flex">
<div class="img">
<img src="assets/images/satisfaction/satisfaction.png" alt="">
</div>
<div class="content d-flex align-items-center">
<div class="flx">
<span>Woah</span>
<p class="pe-5 pt-2">The service was absolutely impeccible. I see
myself and
my family visiting to a here much more frequently. Also they
provide so
much respect. The service was amazing. I never had to wait that
long for
my food.</p>
<p class="pt-4"><b>Emma Macstone</b><br>SomeCompany LLC.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Add more slides as needed -->
</div>
</div>
<div class="config d-flex justify-content-center mt-5 align-items-center">
<div class="me-5"><button id="prevBtn">
< </button>
</div>
<div class="dot-container">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<!-- Add more dots as needed -->
</div>
<div class="ms-5"><button id="nextBtn">></button></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ===============================
contact section starts from here
================================== -->
<div id="contact" class="contact section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="top_heading text-center">
<h2 class="common-heading">Say Hello!</h2>
<span class="common-paragraph pt-4">Drop Us a Line, We'd Love to Hear from</span>
</div>
</div>
<div class="main">
<div class="row">
<div class="col-lg-4 col-sm-12 col-12">
<div class="content">
<div class="left">
<div class="top">
<h3 class="pt-5 ps-5 ps-xs-0">How to Reach Us</h3>
<p class="pb-5 pb-xs-0 ps-5">Contacting Cutplix: Easy and Convenient</p>
</div>
<div class="middle">
<ul class="ps-5">
<li><i class="fa-solid fa-phone-volume pe-3"></i>+1012 3456 789</li>
<li class="py-4"><i
class="fa-regular fa-envelope pe-3"></i>hello@cutplix.com</li>
<li><i class="fa-solid fa-location-dot pe-3"></i>1230, Dakkhinkhan, Azampur,
Uttara,<br> <span class="ms-4">Dhaka, Bangladesh</span></li>
</ul>
</div>
<div class="bottom py-5 ps-5">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram mx-4"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-8 col-sm-12 col-12">
<div class="right">
<div class="form">
<form action="">
<div class="row">
<div class="col">
<label for="exampleFormControlTextarea1" class="form-label"><b>Name
*</b></label>
<input type="text" class="form-control form-control2"
placeholder="Enter Your Name" aria-label="First name">
</div>
<div class="col">
<label for="exampleFormControlTextarea1" class="form-label"><b>Email
*</b></label>
<input type="email" class="form-control form-control2"
placeholder="Enter Your Email" aria-label="Last name">
</div>
<div class="new">
<span><b>Select Subject?</b></span>
</div>
<div class="checkbox d-flex justify-content-between">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1"
value="option1">
<label class="form-check-label" for="inlineCheckbox1">Video</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox2"
value="option2">
<label class="form-check-label" for="inlineCheckbox2">Graphic
Design</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox2"
value="option3">
<label class="form-check-label"
for="inlineCheckbox3">Development</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox2"
value="option4">
<label class="form-check-label" for="inlineCheckbox4">Digital
Marketing</label>
</div>
</div>
<div class="new">
<span><b>Message*</b></span>
</div>
<div class="mb-3">
<textarea class="form-control color-g" placeholder="Write A Message.."
id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<div class="text-end">
<input class="contact_btn" type="submit" value="Submit Here">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ===============================
footer section starts from here
================================== -->
<div id="footer" class="footer">
<div class="container">
<div class="main">
<div class="row">
<div class="col-lg-3 col-12">
<ul>
<li class="pb-4"><b>Reach Us</b></li>
<li><i class="fa-solid fa-phone-volume pe-3"></i>+1012 3456 789</li>
<li class="py-4"><i class="fa-regular fa-envelope pe-3"></i>hello@cutplix.com</li>
<li><i class="fa-solid fa-location-dot pe-3"></i>1230, Dakkhinkhan, Azampur,<br> <span
class="ms-4"> Uttara,Dhaka, Bangladesh</span></li>
</ul>
</div>
<div class="col-lg-3 col-6">
<ul class="mt-5 mt-md-0">
<li class="pb-4"><b>Company</b></li>
<li class="pb-3">Services</li>
<li class="pb-3">Portfolio</li>
<li class="pb-3">Carrer</li>
<li class="pb-3">Learn</li>
</ul>
</div>
<div class="col-lg-3 col-6">
<ul class="mt-5 mt-md-0">
<li class="pb-4"><b>Legal</b></li>
<li class="pb-3">Privacy Policy</li>
<li class="pb-3">Terms and Services</li>
<li class="pb-3">Terms of Use</li>
<li class="pb-3">Refund Policy</li>
</ul>
</div>
<div class="col-lg-3 col-12">
<div class="content">
<h3 class="pb-2">Join Our Newsletter</h3>
<form action="">
<div class="d-flex">
<div class="col-auto">
<label for="inputPassword2" class="visually-hidden">Email</label>
<input type="password" class="form-control footer_frm" id="inputPassword2"
placeholder="Enter Your Email">
</div>
<div class="col-auto">
<button type="submit" class="footer_btn mb-3">Subscribe</button>
</div>
</div>
</form>
<p class="pt-2">* Will send you weekly updates for your better tool management.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 copyright">
<p class="text-center common-paragraph">Copyright © <a
href="https://sohanthink.com/">Sohanthink</a> 2024. All right reserved</p>
</div>
</div>
</div>
</div>
</div>
<script>
// Wait for the iframe to load
document.getElementById('youtubeVideo').onload = function () {
// Access the contentWindow of the iframe
var iframe = document.getElementById('youtubeVideo');
var iframeWindow = iframe.contentWindow;
// Execute the loop function in the context of the iframe
iframeWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*');
iframeWindow.postMessage('{"event":"command","func":"mute","args":""}', '*');
// Listen for the end of the video and restart it
iframeWindow.addEventListener('onStateChange', function (e) {
if (e.data === 0) {
iframeWindow.postMessage('{"event":"command","func":"seekTo","args":0}', '*');
iframeWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*');
}
});
};
</script>
<!-- Include Bootstrap JavaScript at the end of the body tag to ensure proper functionality -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<!-- Bootstrap JavaScript (Popper.js is required for dropdowns) -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/index.js"></script>
</body>
</html>