-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
580 lines (537 loc) · 28.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>P.H Paribahan</title>
<link rel="shortcut icon" href="img/bus-icon.png" type="image/x-icon">
<!-- css connect link -->
<link rel="stylesheet" href="Css/style.css" />
<!-- DaisyUI Cdn link -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css"
rel="stylesheet"
type="text/css"
/>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<header>
<div class="navbar bg-base-100">
<div class="navbar-start">
<div class="dropdown">
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h8m-8 6h16"
/>
</svg>
</div>
<ul
tabindex="0"
class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52"
>
<li class="font-Raleway text-lg font-medium"><a >Home</a></li>
<li>
<a>About</a>
</li class="font-Raleway text-lg font-medium">
<li class="font-Raleway text-lg font-medium"><a href="">Destination</a></li>
<li class="font-Raleway text-lg font-medium"><a>Search</a></li>
</ul>
</div>
<a class="btn btn-ghost font-Raleway text-2xl lg:text-4xl font-extrabold"
>P-Ticket</a
>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1">
<li class="font-Raleway text-lg font-medium"><a>Home</a></li>
<li class="font-Raleway text-lg font-medium">
<a href="">About</a>
</li>
<li class="font-Raleway text-lg font-medium"><a>Destination</a></li>
<li class="font-Raleway text-lg font-medium"><a>Search</a></li>
</ul>
</div>
<div class="navbar-end">
<a
class="btn bg-[#1DD10019] font-Raleway text-xl font-bold text-[#1DD100] hover:bg-orange-300"
>Bus <img src="img/bus-icon.png" alt=""
/></a>
</div>
</div>
</header>
<main>
<section class="mt-8">
<div class="conatiner">
<div class="banner">
<div
class="banner-img bg-[url('img/banner.png')] h-[550px] bg-center bg-cover rounded-[32px] text-center flex flex-col items-center justify-center"
>
<div class="banner-text space-y-4">
<h1 class="font-Raleway text-2xl lg:text-6xl text-white font-extrabold">
End-to-End Travel with <br />
<span class="text-[#1DD100]">P Paribahan</span>
</h1>
<div class="flex justify-center">
<p class="font-inter text-base lg:text-lg leading-7 text-white w-1/2">
Yes, you can run unit tests and view the results directly
within the app. The integrated testing features allow for a
streamlined.
</p>
</div>
<button
class="btn bg-[#1DD100] font-Raleway text-xl font-bold border-none"
>
<a href="#buyTicket">Buy Tickets</a>
</button>
</div>
</div>
<div
class="banner-card flex gap-5 justify-center mt-[-50px] flex-wrap"
>
<div
class="card w-[300px] flex flex-row gap-5 p-8 items-center justify-center rounded-3xl border-t-2 border-b-2 border-b-[#1DD100] bg-white"
>
<div class="card_img">
<img src="img/people.png" alt="" />
</div>
<div class="card-text">
<h3 class="text-4xl font-inter font-bold">500k+</h3>
<p class="text-lg text-gray-500">Registered users</p>
</div>
</div>
<div
class="card w-[300px] flex flex-row gap-5 p-8 items-center justify-center rounded-3xl border-t-2 border-b-2 border-b-[#1DD100] bg-white"
>
<div class="card_img">
<img src="img/ticket-cupon.png" alt="" />
</div>
<div class="card-text">
<h3 class="text-4xl font-inter font-bold">1.7 lacks</h3>
<p class="text-lg text-gray-500">Tickets Sold</p>
</div>
</div>
<div
class="card w-[300px] flex flex-row gap-5 p-8 items-center justify-center rounded-3xl border-t-2 border-b-2 border-b-[#1DD100] bg-white"
>
<div class="card_img">
<img src="img/stoppage.png" alt="" />
</div>
<div class="card-text">
<h3 class="text-4xl font-inter font-bold">80K+</h3>
<p class="text-lg text-gray-500">Rental partners</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-28">
<div class="conatiner">
<div
class="heading font-Raleway text-5xl font-bold text-center mb-12"
>
<h1>Best offers for you</h1>
</div>
<div class="offer flex gap-5 justify-center p-8 items-center flex-wrap">
<div
class="offer_New bg-[#FFBF0F] w-full lg:w-[45%] font-inter flex rounded-3xl px-2"
>
<div class="w-7/12 flex flex-col justify-center items-center">
<div>
<h1 class="lg:text-4xl text-2xl font-black">15% OFF</h1>
<p class="lg:text-xl font-semibold">on your next purchase</p>
<p class="lg:text-lg text-[#0307127F] font-medium">
use by January 2024
</p>
</div>
</div>
<div class="img">
<img src="img/cupon-devider.png" alt="" />
</div>
<div class="flex justify-center items-center flex-col w-5/12">
<div class="text-center">
<h1 class="font-Raleway lg:text-[32px] font-bold">
NEW<sub>15</sub>
</h1>
<p class="font-Raleway text-xl text-[#0307127F] font-medium">
Coupon Code
</p>
</div>
</div>
</div>
<div
class="offer_cupple bg-[#F78C9C] w-full lg:w-[45%] font-inter flex rounded-3xl px-2 "
>
<div class="w-7/12 flex flex-col justify-center items-center">
<div>
<h1 class="lg:text-4xl text-2xl font-black">20% OFF</h1>
<p class="lg:text-xl font-semibold">on your next purchase</p>
<p class="lg:text-lg text-[#0307127F] font-medium">
use by January 2024
</p>
</div>
</div>
<div class="img">
<img src="img/cupon-devider.png" alt="" />
</div>
<div class="flex justify-center items-center flex-col w-5/12">
<div class="text-center">
<h1 class="font-Raleway lg:text-[32px] font-bold">Couple 20</h1>
<p class="font-Raleway text-xl text-[#0307127F] font-medium">
Coupon Code
</p>
</div>
</div>
</div>
<button
class="btn btn-outline outline-[#1DD100] text-[#1DD100] font-Raleway text-[18px] hover:bg-[#FFBF0F] hover:border-none font-bold mt-12"
>
<a href="">See All Offer</a>
</button>
</div>
</div>
</section>
<section id="buyTicket" class="border-t-2 border-[#1DD100] rounded-t-3xl mt-28 bg-[#F7F8F8] pb-[120px]">
<div class="conatiner">
<div class="heading text-center mt-28">
<h1 class="font-Raleway text-4xl font-bold mb-6">P.H Paribahan</h1>
<p class="font-inter text-lg text-gray-400">
Yes, you can run unit tests and view the results directly within
the app. The integrated testing features allow for a streamlined .
</p>
</div>
<div class="bus-destination flex bg-white rounded-3xl mt-12 lg:flex-row flex-col py-5 lg:py-0 md:py-0">
<div class=" w-full lg:w-3/4 flex justify-center flex-col px-8">
<div class="flex justify-between items-center lg:flex-row flex-col">
<div class="flex gap-3 ">
<div class="pt-2">
<img src="img/bus-logo.png" alt="">
</div>
<div>
<h1 class="font-Raleway text-3xl font-bold ">Greenline Paribahan</h1>
<p class="font-inter text-lg text-[#03071299] mt-3">Coach-009-WEB ! AC_Business</p>
</div>
</div>
<div>
<button class="btn font-inter text-lg font-medium text-[#1DD100] bg-[#1DD10026]">
<img src="img/seat-green.png" alt="" srcset="">
<span id="available-seat">40</span> Seats left
</button>
</div>
</div>
<div class="p-5 bg-[#F7F8F8] rounded-3xl mt-6">
<div class="flex justify-between items-center py-4 border-b-2 border-dashed">
<h1 class="text-[#03071299] text-lg font-semibold font-Raleway">Route</h1>
<h1 class="font-Raleway text-lg font-semibold">Dhaka-Sylhet</h1>
</div>
<div class="flex justify-between items-center py-4 border-b-2 border-dashed">
<h1 class="text-[#03071299] text-lg font-semibold font-Raleway">Departure Time</h1>
<h1 class="font-Raleway text-lg font-semibold">9:00 PM</h1>
</div>
<div class="flex justify-between items-center py-4 lg:flex-row flex-col gap-3">
<button class="btn font-inter text-base font-medium">Boarding Point - Laxmipur</button>
<button class="btn font-inter text-base font-medium">Dropping Point - Bogura</button>
<button class="btn font-inter text-base font-medium">Est. Time - 11 Hour</button>
</div>
</div>
</div>
<div class="hidden lg:block">
<img src="img/info-devider.png" alt="" />
</div>
<div class="flex justify-center lg:mt-0 mt-5 lg:w-1/4">
<div class="flex flex-col gap-4 justify-center items-center ">
<img src="img/fare.png" alt="" />
<h1 class="font-Raleway text-3xl font-bold text-center">
550 Taka <br />
<span class="text-2xl font-semibold text-[#03071299]">Per Seat</span>
</h1>
</div>
</div>
</div>
<div class="p-5 bg-white flex gap-2 mt-14 rounded-3xl flex-col lg:flex-row">
<div class="w-full lg:w-[60%] lg:border-r-2 lg:border-dashed p-3">
<div class="seathead py-3 border-b-2 border-dashed">
<h1 class="font-Raleway text-2xl font-semibold">Select Your Seat</h1>
</div>
<div class="flex justify-between items-center py-4 border-b-2 border-dashed">
<div class="items-center flex gap-2">
<img src="img/seat-gray.png" alt="">
<h1 class="font-inter text-lg font-medium text-[#03071280]">Available</h1>
</div>
<div class="items-center flex gap-2">
<img src="img/seat-green-filled.png" alt="">
<h1 class="text-[#1DD100]
font-inter text-lg font-medium">Selected</h1>
</div>
</div>
<div>
<div class="p-4 flex justify-end items-center">
<button class="btn bg-[#0307121A] px-8">
<img src="img/tabler-icon-steering-wheel.png" alt=""></button>
</div>
</div>
<div class="text-lg font-inter font-semibold flex justify-between items-center gap-2 mt-5 mx-auto">
<button class=" lg:px-7 lg:py-4 rounded-xl flex justify-center items-center">A</button>
<button id="A1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>A1</span></button>
<button id="A2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>A2</span></button>
<button id="A3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>A3</span></button>
<button id="A4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>A4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>B</span></button>
<button id="B1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>B1</span></button>
<button id="B2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>B2</span></button>
<button id="B3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>B3</span></button>
<button id="B4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>B4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>C</span></button>
<button id="C1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>C1</span></button>
<button id="C2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>C2</span></button>
<button id="C3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>C3</span></button>
<button id="C4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>C4</span></button>
</div>
<div class="text-lg gap-2 font-inter font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>D</span></button>
<button id="D1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>D1</span></button>
<button id="D2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>D2</span></button>
<button id="D3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>D3</span></button>
<button id="D4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>D4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>E</span></button>
<button id="E1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>E1</span></button>
<button id="E2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>E2</span></button>
<button id="E3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>E3</span></button>
<button id="E4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>E4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>F</span></button>
<button id="F1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>F1</span></button>
<button id="F2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>F2</span></button>
<button id="F3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>F3</span></button>
<button id="F4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>F4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>G</span></button>
<button id="G1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>G1</span></button>
<button id="G2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>G2</span></button>
<button id="G3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>G3</span></button>
<button id="G4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>G4</span></button>
</div>
<div class="text-lg gap-2 font-inter font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>H</span></button>
<button id="H1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>H1</span></button>
<button id="H2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>H2</span></button>
<button id="H3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>H3</span></button>
<button id="H4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>H4</span></button>
</div>
<div class="text-lg gap-2 font-inter font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center"><span>I</span></button>
<button id="I1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>I1</span></button>
<button id="I2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>I2</span></button>
<button id="I3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>I3</span></button>
<button id="I4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>I4</span></button>
</div>
<div class="text-lg font-inter gap-2 font-semibold flex justify-between items-center mt-5">
<button class="lg:px-7 lg:py-4 rounded-xl flex justify-center items-center">J</button>
<button id="J1"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>J1</span></button>
<button id="J2"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>J2</span></button>
<button id="J3"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>J3</span></button>
<button id="J4"
class="seat px-2 py-2 lg:px-7 lg:py-4 rounded-xl bg-[#F7F8F8] flex justify-center items-center"><span>J4</span></button>
</div>
</div>
<div class="w-full">
<div class="seathead py-3 border-b-2 border-dashed">
<h1 class="font-Raleway text-2xl font-semibold">Select Your Seat</h1>
</div>
<div class="bg-[#F7F8F8] p-8 rounded-lg mt-6">
<div class="flex justify-between">
<div class="font-semibold">Seat <span id="seat-count"
class="text-white p-2 rounded-lg bg-[#1DD100]">0</span>
</div>
<div class="font-semibold">Class</div>
<div class="font-semibold">Price</div>
</div>
<!-- Hidden Part seat will added here -->
<div id="seat-added" class="">
</div>
<hr class="border-dashed my-4">
<!-- total price part -->
<div class="flex justify-between">
<div class="font-semibold">Total Price</div>
<div id="total-price" class="font-semibold">0</div>
</div>
<!-- Discount part hidden-->
<div id="discount-hidden" class="flex justify-between mt-2 hidden">
<div class="font-semibold">Total discount</div>
<div id="total-discount" class="font-semibold">0</div>
</div>
<!-- Coupon Input Field -->
<div id="coupon-container" class="w-full mt-4 gap-4 lg:gap-0 flex flex-col lg:flex-row">
<input id="coupon-input-field" class="px-2 py-5 rounded-2xl input-bordered bg-white w-full "
placeholder="Have any coupon?" disabled />
<button id="apply-button" class="px-2 py-5 rounded-md bg-[#1DD100] text-white font-bold " disabled>
Apply
</button>
</div>
<!-- Grand Total -->
<div class="flex justify-between mt-4">
<div class="font-semibold">Grand Total</div>
<div id="grand-total" class="font-semibold">0</div>
</div>
<div class="mt-4">
<h3 class="font-semibold">
Passenger Name*
</h3>
<input id="input-name" class="p-6 w-full rounded-2xl" type="text" placeholder="Enter your name">
</div>
<div class="mt-4">
<h3 class="font-semibold">
Phone Number*
</h3>
<input id="input-mobile" class="p-6 w-full rounded-2xl" type="number"
placeholder="Enter your phone number">
</div>
<div class="mt-4">
<h3 class="font-semibold">
Email ID
</h3>
<input id="input-name" class="p-6 w-full rounded-2xl" type="email" placeholder="Enter your email id">
</div>
<!-- button next -->
<div class="w-full">
<button onclick="purchesConfirm()" id="next-button"
class="py-4 mt-4 w-full bg-[#1DD100] rounded-2xl text-xl font-extrabold text-white"
disabled>Next</button>
</div>
<dialog id="my_modal_4" class="modal">
<div class="modal-box w-11/12 max-w-5xl border-2 border-blue-700 rounded-lg flex flex-col items-center">
<img class="w-40 h-40" src="img/success.png" alt="">
<h3 class="font-bold text-lg text-center">Thank you for Booking Our Bus Seats. <br>
We are working hard to find the best service and deals for you.</h3>
<p class="py-4 text-center"> Your purched has been placed.
Shortly you will find a confirmation in your email.</p>
<div class="modal-action">
<form method="dialog">
<!-- if there is a button, it will close the modal -->
<button onclick="allClose()" class="btn px-10 bg-[#27AE60]">Continue</button>
</form>
</div>
</div>
</dialog>
<div class="flex justify-around mt-4">
<p class="underline">
Terms and Conditions
</p>
<p class="underline">
Cancellation Policy
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-black">
<div class="conatiner">
<div class="footer_content py-[120px] lg:px-0 px-5">
<div
class="upperPart flex justify-between flex-wrap pb-12 border-b-2 border-[#FFFFFF4D] border-dashed"
>
<div class="details">
<h1 class="font-Raleway text-white text-4xl font-extrabold mb-4">
P-Ticket
</h1>
<p class="font-inter text-lg text-[#ffffffad]">
P-Ticket is a digital platform to make your daily commuting
better.
</p>
</div>
<div class="download_app">
<h4 class="font-Raleway text-xl font-semibold text-white mb-4">
Download our app
</h4>
<div class="w-60">
<img src="img/google-playlink.png" alt="" />
</div>
</div>
</div>
<div class="pt-8 flex justify-between flex-wrap">
<div>
<h3 class="font-inter text-base text-[#ffffff9d]">
@all rights reserved, P-Ticket services limited.2024
</h3>
</div>
<div>
<ul class="flex gap-5 flex-wrap">
<li class="text-base font-medium font-inter text-white">
<a href="">Terms & condition</a>
</li>
<li class="text-base font-medium font-inter text-white">
<a href="">Return & refund policy</a>
</li>
<li class="text-base font-medium font-inter text-white">
<a href="">Return & refund policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="Js/script.js"></script>
</body>
</html>