-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
814 lines (790 loc) · 34 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paytm</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
</head>
<body>
<body class="bg-[#F5F7FA] font-[poppins]">
<!-- First Section -->
<div class="xl:h-screen">
<div class="navbar md:px-24 md:py-4 bg-base-100 font-[poppins]">
<div class="navbar-start">
<a class="">
<img src="images/paytm_logo.png" class="h-14" alt="" />
</a>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal text-center text-5xl sm:text-4xl lg:text-3xl ml-3 p-0 flex flex-row gap-x-20">
<li>
<a class="font-semibold text-base">Paytm for consumer</a>
</li>
<li>
<a class="font-semibold text-base">Paytm for Business</a>
</li>
<li>
<a class="font-semibold text-base">Investor Relations</a>
</li>
<li>
<a class="font-semibold text-base">Career</a>
</li>
<li>
<a
class="flex items-center font-semibold bg-sky-500 text-sm md:text-base p-1 text-white pl-4 border-none rounded-full hover:bg-blue-900"
>
<span >Sign In</span>
<img class="ml-1" src="./images/contact.svg" alt="" />
</a>
</li>
</ul>
</div>
</div>
<div class="text-center text-sm h-12 bg-gray-200 py-3 font-semibold">
No Wallet KYC Required 😊
<span class="font-normal hidden md:inline">
to pay using UPI on Paytm.
</span>
Learn more.
</div>
<!-- Hero Section -->
<section class="text-gray-600 mt-10 body-font">
<div
class="container mx-auto xl:pl-32 flex xl:px-5 p-5 pb-10 xl:py-24 md:flex-row flex-col items-center relative bottom-20"
>
<div
class="lg:flex-grow md:w-1/2 space-y-6 lg:pr-24 md:pr-10 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<img
src="./images/1654517453942.png"
class=" mt-9 md:h-20 h-16 mb-4 xl:mb-10 drop-shadow-2xl"
alt=""
/>
<h1
class="title-font sm:text-5xl sm:font-bold text-3xl mb-4 font-bold text-gray-900"
>
India's Most-loved <br />
Payments App
<br class="hidden lg:inline-block" />
</h1>
<p
class="mb-8 text-normal xl:font-semibold md:text-sm xl:text-lg px-5 md:p-0 xl:w-[30rem] leading-relaxed"
>
Recharge & pay bills, book flights & movie tickets, open a savings
account, invest in stocks & mutual funds, and do a lot more.
</p>
<div class="flex justify-center">
<button
class=" inline-flex text-white bg-black border-0 py-3 px-20 focus:outline-none hover:bg-white hover:text-black hover:border-solid border-2 border-black rounded-full"
>
Download Paytm App
<i class="fa-brands fa-google-play text-lg ml-2"></i>
<i class="fa-brands fa-apple text-lg ml-2"></i>
</button>
</div>
</div>
<div
class="lg:max-w-lg lg:w-full md:absolute items-end md:right-0 md:w-1/2 hidden md:inline"
>
<img
class="object-cover md:inline w-1/2 md:w-full object-center rounded"
alt="hero"
src="./images/mobile.webp"
/>
</div>
</div>
</section>
</div>
<!-- Second Section -->
<div class="bg-sky-500 mt-40 py-10 p-4 xl:px-33 2xl:px-56 mx-auto xl:py-14">
<h1
class="xl:text-4xl text-center mb-4 xl:text-left text-2xl text-white font-bold"
>
Recharge & Pay Bills on Paytm.
</h1>
<div
class="xl:mt-10 mt-2 text-white justify-between xl:flex-row xl:flex grid sm:grid-cols-4 gap-1 grid-cols-2"
>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626251017535.png" alt="" />
<p class="text-lg w-24">
Recharge
<span class="text-base leading-tight font-semibold">
Prepaid Mobile
<i class="fa-solid fa-angle-right relative top-[2px] ml-1"></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626778824903.png" alt="" />
<p class="text-lg w-24 ">
Pay <br />
<span class="text-base leading-tight font-semibold">
Rent Payment
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626251043534.png" alt="" />
<p class="text-lg w-24">
Pay
<span class="text-base leading-tight font-semibold">
Electricity <br> Bil
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pr-4 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626251101045.png" alt="" />
<p class="text-lg w-[120px]">
Recharge
<span class="text-base leading-tight font-semibold">
<br>
DTH <br> Connection
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626251127863.png" alt="" />
<p class="text-lg w-24">
Book <br />
<span class="text-base leading-tight font-semibold">
Gas <br> Cylinder
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1627454209116.png" alt="" />
<p class="text-lg w-24">
Pay <br />
<span class="text-base leading-tight font-semibold">
Credit Card Bill
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-5 md:pr-10 rounded-lg">
<img class="h-16 mb-3" src="./svg/1626268580682.png" alt="" />
<p class="text-lg w-24">
All
<span class="text-base leading-tight font-semibold">
Payment
<br>
Service
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
</div>
</div>
<!-- Third Section -->
<div class="bg-[#0F4A8A] py-10 p-4 xl:px-33 2xl:px-56 mx-auto xl:py-14">
<h1
class="xl:text-4xl text-center mb-4 xl:text-left text-2xl text-white font-bold"
>
Book & Buy on Paytm.
</h1>
<div
class="xl:mt-10 mt-2 text-white justify-between xl:flex-row xl:flex grid sm:grid-cols-4 gap-1 grid-cols-2"
>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626259710574.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Movie <br> Tickets
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626259884425.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Flight <br> Tickets
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626260477699.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Bus <br />
Tickets
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626260495975.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Train <br> Tickets
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626259953707.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Car & <br> bikes
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626259968563.png" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
International Flights
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</p>
</div>
<div class="hover:bg-gray-100/20 p-3 pl-6 rounded-lg">
<img class="h-16 relative right-3 mb-3" src="./svg/1626450848003.webp" alt="" />
<p class="text-lg w-24">
<span class="text-base leading-tight font-semibold">
Invest in <br> Stocks
<i class="fa-solid fa-angle-right relative top-[2px] ml-1 "></i>
</span>
</div>
</div>
</div>
<!-- Payment Instruments-->
<div class="2xl:mt-36 mt-8 xl:px-32 2xl:px-72">
<h1 class="text-center xl:text-left text-2xl xl:text-5xl font-bold">
Paytm Payment Instruments
</h1>
<div class="pt-10 xl:space-y-12">
<section
class="bg-white rounded-lg shadow-sm pt-7 p-3 md:pl-14 xl:p-14 text-gray-600 body-font"
>
<div
class="xl:container mx-auto flex md:flex-row flex-col items-center"
>
<div
class="lg:flex-grow xl:ml-10 lg:pl-10 md:w-1/2 space-y-6 2xl:pr-24 md:pr-4 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<div class="mb-7 flex items-center gap-3">
<img
src="./images/wallet.png"
class="xl:h-20 h-10 inline"
alt=""
/>
<p class="inline-block xl:w-20 font-bold">Paytm Wallet</p>
</div>
<h1
class="title-font sm:text-4xl sm:font-semibold text-3xl mb-4 font-medium text-gray-900"
>
The Fastest Way to <br />
Pay In-store & Online.
<br class="hidden lg:inline-block" />
</h1>
<p class="mb-8 max-w-lg font-bold text-black xl:w-[30rem]">
Load up your Paytm Wallet for free and make payments <br> in a jiffy
at over 21 million stores, websites and apps.
</p>
<div class="flex justify-center">
<button
class="inline-flex text-white bg-black border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Download Paytm App
</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img
class="object-cover object-center ml-5 rounded"
alt="hero"
src="./svg/1618577020961.webp"
/>
</div>
</div>
</section>
<section
class="bg-white pt-20 rounded-lg shadow-sm p-3 md:pl-14 xl:p-14 text-gray-600 body-font"
>
<div
class="xl:container mx-auto flex md:flex-row flex-col items-center"
>
<div
class="lg:flex-grow xl:ml-10 lg:pl-10 md:w-1/2 space-y-6 2xl:pr-24 md:pr-4 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<div class="mb-7 flex items-center gap-3">
<img
src="./svg/1615957674521.png"
class="h-10 xl:h-20 inline"
alt=""
/>
<p class="inline-block xl:w-32 font-bold">UPI Money Transfer</p>
</div>
<h1
class="title-font sm:text-4xl sm:font-semibold text-3xl mb-4 font-medium max-w-lg text-gray-900"
>
Pay anyone directly from your bank account.
<br class="hidden lg:inline-block" />
</h1>
<p class="mb-8 max-w-lg font-bold text-black xl:w-[30rem]">
Pay anyone, everywhere. Make contactless & secure payments
in-stores or online using Paytm Wallet or Directly from your
Bank Account. Plus, send & receive money from anyone.
</p>
<div class="flex justify-center">
<button
class="inline-flex text-white bg-black border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Download Paytm App
</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img
class="object-cover object-center ml-5 rounded"
alt="hero"
src="./images/1626342071104.webp"
/>
</div>
</div>
</section>
<section
class="bg-white pt-20 rounded-lg shadow-sm p-3 md:pl-14 xl:p-14 text-gray-600 body-font"
>
<div
class="xl:container mx-auto flex md:flex-row flex-col items-center"
>
<div
class="lg:flex-grow xl:ml-10 lg:pl-10 md:w-1/2 space-y-6 2xl:pr-24 md:pr-4 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<div class="mb-7 flex items-center gap-3">
<img
src="./images/postpaid.webp"
class="h-10 xl:h-20 inline"
alt=""
/>
</div>
<h1
class="title-font sm:text-4xl sm:font-bold text-black text-3xl mb-4 font-medium text-gray-900"
>
Want it? No more waiting for it.
<br class="hidden lg:inline-block" />
</h1>
<p class="mb-8 max-w-sm font-semibold w-[30rem]">
With Paytm Postpaid, your wishlist doesn't have to be on the
waitlist. Shop for the things you want today and pay for them
next month.
</p>
<div class="flex justify-center">
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-2 mb-[2px] "></i>
</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img
class="object-cover object-center ml-5 rounded"
alt="hero"
src="/svg/1626077030984.webp"
/>
</div>
</div>
</section>
<section class="flex xl:gap-12 gap-4 mt-4 flex-col md:flex-row">
<div
class="pb-0 space-y-6 bg-white rounded-lg shadow-sm px-14 text-gray-600 body-font"
>
<img class="h-20" src="./images/paytm.png" alt="" />
<h1
class="title-font sm:text-4xl sm:font-bold text-3xl mb-4 font-medium text-gray-900"
>
Unlimited Cashback Every times
</h1>
<p class="text-lg">
Paytm HDFC Bank Select Credit Card. A card with assured Cashback
and incredible offers.
</p>
<img src="./svg/1640241561388.webp" alt="" />
</div>
<div
class="pb-0 space-y-6 pt-14 bg-white rounded-lg shadow-sm px-14 text-gray-600 body-font"
>
<img class="h-5" src="./images/sbi.png" alt="" />
<h1
class="title-font sm:text-4xl sm:font-bold text-3xl mb-4 font-medium text-gray-900"
>
India’s Most Sincere Credit Card
</h1>
<p class="text-lg">
Paytm SBI Card SELECT - With Intelligent Features & Great Rewards
that Never Expire
</p>
<img class="pt-1" src="./images/card-2.webp" alt="" />
</div>
</section>
</div>
</div>
<div
class="2xl:mt-32 mt-4 bg-white xl:flex-row flex-col text-center xl:text-left flex px-4 xl:px-32 xl:py-20 2xl:px-64 2xl:py-32 mx-auto"
>
<div class="space-y-7 xl:space-y-12">
<h1 class="xl:text-5xl mt-8 text-3xl font-semibold">
Financial Services by Paytm
</h1>
<img
class="h-8 mx-auto xl:mx-0"
src="./images/paytm payment bank.png"
alt=""
/>
<h1 class="text-4xl font-bold">
India's most sincere <br />
bank.
</h1>
<p class="text-lg text-center xl:text-left mx-auto xl:mx-0 w-3/4">
Paytm Payments Bank offers secure, transparent and risk-free banking
at your fingertips. With instant account opening, virtual debit card
and zero balance requirements, experience the future of banking today.
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-6 px-[40px] font-semibold text-lg focus:outline-none hover:bg-black "
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-5 "></i>
</button>
</div>
<img
class="w-3/4 xl: h-[500px] mx-auto relative top-[100px] xl:mt-0"
src="./images/debitcard.webp"
alt=""
/>
</div>
<!-- Insurance -->
<div
class="xl:py-24 py-2 lg:text-left text-center px-4 flex flex-col xl:flex-row gap-20 bg-[url('./svg/69678bc5.png')] xl:px-64"
>
<img
class=" h-[500px] relative right-[250px] hidden mx-auto xl:inline"
src="./images/postpaid2.webp"
alt=""
/>
<div class="space-y-12 relative right-[150px] mt-12">
<img class="h-14" src="./images/paytm money.webp" alt="" />
<h1 class="text-4xl w-96 font-bold">
Build Long-term Wealth & Achieve your Goals.
</h1>
<p class="text-lg font-semibold">
Investing on Paytm Money is transparent, low-cost and commission-free.
Buy stocks & mutual funds that can help you create wealth & realise
your dreams.
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-4 px-6 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-4 mb-1 "></i>
</button>
</div>
</div>
<div class="py-24 flex gap-10 bg-white px-64 ">
<div class="space-y-12 mt-14">
<img class="h-14" src="./images/insurance.webp" alt="" />
<h1 class="text-4xl font-bold">Insurance made easy.</h1>
<p class="text-lg font-semibold">
Buying insurance does not have to be tedious, time-consuming &
confusing. Paytm Insurance removes the worry of getting insured by
making it simple, convenient & easy-to-understand.
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-2 px-7 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-5 mb-1 "></i>
</button>
</div>
<img class=" sm:h-[400px] relative left-[200px] top-[80px]" src="./images/insurance-2.webp" alt="" />
</div>
<!-- Personal Loan -->
<div class="py-24 flex gap-5 px-64">
<img class="h-[400px] mt-[140px] relative right-[150px]" src="./images/personalloan.webp" alt="" />
<div class="space-y-12 mt-14">
<img class="h-14" src="./assets/zip/asset 36.png" alt="" />
<h1 class="text-4xl w-96 font-bold">
Get a Personal Loan in 2 Minutes.
</h1>
<p class="text-lg font-semibold ">
Paytm offers India's quickest multi-purpose, hassle-free loan. It is
100% digital, transparent and paperless.
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-4 mb-1 "></i>
</button>
</div>
</div>
<!-- Buisness Service -->
<div class="py-24 bg-white px-65">
<h1 class="text-5xl font-bold mb-10">Business Services by Paytm</h1>
<div
class="bg-[#F5F7FA] gap-32 flex items-center rounded-lg pl-32 p-20 pr-0"
>
<div class="space-y-6">
<h1 class="text-4xl w-3/4 font-semibold">
Accept payments online with ease
</h1>
<p class="text-lg font-semibold">
Grow your business with the payment gateway that powers India’s
largest brands and even the Paytm App
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-4 mb-1 "></i>
</button>
</div>
<img class="w-[28rem] mr-[35px]" src="./images/cart.webp" alt="" />
</div>
<div
class="bg-[#F5F7FA] gap-32 mt-12 flex items-center rounded-lg pl-32 p-20 pr-0"
>
<div class="space-y-6">
<h1 class="text-4xl w-3/4 font-semibold">
In-shop payments powered by Paytm.
</h1>
<p class="text-lg font-semibold">
Millions of small & big businesses use Paytm to accept payments
anywhere any time with a wide range of solutions for all kind of
merchants
</p>
<button
class="inline-flex items-center text-white bg-[#002970] border-0 py-3 px-6 focus:outline-none hover:bg-black rounded-full"
>
Learn More
<i class="fa-solid fa-angle-right relative top-[2px] ml-4 mb-1 "></i>
</button>
</div>
<img class="w-[28rem] mr-10" src="./images/qrcode.webp" alt="" />
</div>
</div>
<!-- Buisness Tools -->
<div class="py-24 pb-32 bg-white px-64">
<h1 class="text-4xl w-[30rem] font-bold mb-10 relative right-20">
Business Tools to help your business grow
</h1>
<div class=" grid grid-cols-1 sm:flex gap-[190px] justify-center">
<div class="w-[15rem] rounded-md">
<img
src="./images/commissionwebp.webp"
alt=""
class="object-cover object-center w-full"
/>
<div class="mt-6 mb-2">
<h2 class="text-3xl mb-5 font-semibold tracking-wide">
POS Billing Software
</h2>
</div>
<p class="text-lg mb-3">
Say Hello to Smart Retail Business Management of Paytm
</p>
<p class="font-semibold">Learn More</p>
</div>
<div class="w-[15rem] rounded-md">
<img
src="./images/paytm-business.webp"
alt=""
class="object-cover object-center w-full"
/>
<div class="mt-6 mb-2">
<h2 class="text-3xl mb-5 font-semibold tracking-wide">
Paytm for Business App
</h2>
</div>
<p class="text-lg mb-3">
Everything you need to manage your business on your phone
</p>
<p class="font-semibold">Learn More</p>
</div>
<div class="w-[15rem] rounded-md">
<img
src="./images/advertise.webp"
alt=""
class="object-cover object-center w-full"
/>
<div class="mt-6 mb-2">
<h2 class="text-3xl mb-5 font-semibold tracking-wide">
Advertise on Paytm
</h2>
</div>
<p class="text-lg mb-3 mt-1">
Grow your business by advertising on India’s largest mobile business
</p>
<p class="font-semibold">Learn More</p>
</div>
<div class="w-[15rem] rounded-md">
<img
src="./images/businessapp.webp"
alt=""
class="object-cover object-center w-full"
/>
<div class="mt-6 mb-2">
<h2 class="text-3xl mb-5 font-semibold tracking-wide">
Business <br />
Khata
</h2>
</div>
<p class="text-lg mb-3">
Managing Khata made easy with the help of paytm khata dashboard
</p>
<p class="font-semibold">Learn More</p>
</div>
</div>
</div>
<div class="bg-[#F0FBFF] py-32 ">
<div class="bg-white rounded-lg gap-12 mt-12 flex mx-64">
<div class="mt-20 ml-16 w-[17rem]">
<img class="h-14 mb-7" src="./images/paytm money.webp" alt="" />
<p class="w-60">
Get started on wealth creation journey with Zero brokerage fee & no
hidden charges.
</p>
<button class="text-[#66D6FF] mt-4">Learn More</button>
</div>
<div class="p-1 my-14 pb-2 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-[120px]"
src="./images/stock-1.webp"
alt=""
/>
<p
class="text-white w-32 mx-auto leading-tight mt-2 text-center font-bold text-xl"
>
Invest in Stocks
</p>
</div>
<div class="p-1 my-14 pb-2 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-[10rem]"
src="./images/ipo.webp"
alt=""
/>
<p
class="text-white w-32 mx-auto leading-tight mt-2 text-center font-bold text-xl"
>
Apply for IPO
</p>
</div>
<div class="p-1 my-14 pb-2 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-[10rem]"
src="./images/efts.webp"
alt=""
/>
<p
class="text-white w-32 mx-auto leading-tight mt-2 text-center font-bold text-xl"
>
Invest in ETFs
</p>
</div>
<div class="p-1 my-14 pb-2 rounded-lg bg-[#66D6FF] ">
<img
class="rounded-md w-[10rem]"
src="./images/buy-gold.webp"
alt=""
/>
<p
class="text-white w-32 mx-auto leading-tight mt-2 text-center font-bold text-xl"
>
Buy Gold
</p>
</div>
</div>
<div class="bg-white rounded-lg gap-12 mt-12 flex mx-64">
<div class="mt-20 ml-16 w-[17rem]">
<img class="h-14 mb-7" src="./images/paytm-travelwebp.webp" alt="" />
<p class="w-60">
Best travel solutions with quick ticket bookings, great offers and
easy refunds
</p>
<button class="text-[#66D6FF] mt-4">Learn More</button>
</div>
<div class="p-4 pr-6 my-14 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-20"
src="./images/flight.webp"
alt=""
/>
<p class="text-white font-semibold w-28 mx-auto leading-tight mt-5">
Flat 14% Cashback
<span class="text-[12px] leading-tight font-semibold">
With Code WELCOMEFLIGHT
</span>
</p>
</div>
<div class="p-4 pr-6 my-14 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-20"
src="./images/refund.webp"
alt=""
/>
<p class="text-white font-semibold w-28 mx-auto leading-tight mt-5">
100% Refund
<span class="text-[12px] leading-tight font-semibold">
With Paytm's Cancellation Protect
</span>
</p>
</div>
<div class="p-4 pr-6 my-14 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-20"
src="./images/bus.webp"
alt=""
/>
<p class="text-white font-semibold w-28 mx-auto leading-tight mt-5">
Flat 10% Cashback
<span class="text-[12px] leading-tight font-semibold">
With Code HAPPYBUS
</span>
</p>
</div>
<div class="p-4 pr-6 my-14 rounded-lg bg-[#66D6FF]">
<img
class="rounded-md w-20"
src="./images/sanitised.webp"
alt=""
/>
<p class="text-white font-semibold w-28 mx-auto leading-tight mt-5">
Sanitised Bus Options With TravelSafe+
</p>
</div>
</div>
</div>
<div class="px-64 py-20 justify-between flex">
<div class="flex gap-3">
<p class="text-xl w-[15rem] font-semibold">
Download Paytm App to pay from anywhere
</p>
<img class="h-14" src="./images/playstore.svg" alt="" />
<img class="h-14" src="./images/apple.svg" alt="" />
</div>
<div class="flex py-5 gap-8">
<img src="./assets/zip/asset 60.svg" alt="" />
<img src="./assets/zip/asset 61.svg" alt="" />
<img src="./assets/zip/asset 62.svg" alt="" />
</div>
</div>
<div class="h-3 bg-[#66D6FF]"></div>
<div class="h-3 bg-[#66D6FF]"></div>
</body>
</html>