-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
381 lines (353 loc) · 27.1 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
<!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 Cloned</title>
<link
href="https://api.fontshare.com/v2/css?f[]=clash-display@1&display=swap"
rel="stylesheet"
/>
<link
href="https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@1&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css">
</head>
<body class="font-cabinet">
<nav class="bg-white shadow-sm drop-shadow-sm lg:block">
<div class="max-w-7xl mx-auto">
<div class="flex justify-between items-center">
<div class="logo">
<img class="max-w-[180px]" src="./img/paytm_logo.png" alt="paytm_logo">
</div>
<div class="hidden lg:flex items-center space-x-6 font-bold text-lg">
<a class="py-5" href="#">Paytm for Consumer</a>
<a class="py-5" href="#">Paytm for Business</a>
<a class="py-5" href="#">Investor Relation</a>
<a class="py-5" href="#">Company</a>
<a class="py-5" href="#">Career</a>
</div>
<div class="hidden lg:flex items-center">
<div class=" flex items-center shadow-sm drop-shadow-sm rounded-full bg-[#0f4a8a]">
<a class=" py-1.5 px-3 font-medium font-clash text-lg text-white" href="#">Sign In</a>
<svg class="h-10 w-10 text-gray-200" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
<path fill-rule="evenodd" d="M18.685 19.097A9.723 9.723 0 0021.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 003.065 7.097A9.716 9.716 0 0012 21.75a9.716 9.716 0 006.685-2.653zm-12.54-1.285A7.486 7.486 0 0112 15a7.486 7.486 0 015.855 2.812A8.224 8.224 0 0112 20.25a8.224 8.224 0 01-5.855-2.438zM15.75 9a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" clip-rule="evenodd" />
</svg>
</div>
</div>
<div class="lg:hidden flex items-center" >
<button class="-ml-12 h-6 w-6 text-black mobile-menu-button ">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
</div>
<div class="mobile-menu hidden lg:hidden">
<a class="py-3 px-3 font-semibold block hover:bg-gray-200" href="#">Paytm for Consumer</a>
<a class="py-3 px-3 block font-semibold hover:bg-gray-200" href="#">Paytm for Business</a>
<a class="py-3 px-3 block font-semibold hover:bg-gray-200" href="#">Investor Relation</a>
<a class="py-3 px-3 block font-semibold hover:bg-gray-200" href="#">Company</a>
<a class="py-3 px-3 block font-semibold hover:bg-gray-200" href="#">Career</a>
</div>
</div>
</nav>
<section class=" bg-gray-100">
<h5 class="text-center py-3 px-2 text-sm lg:text-base"><b>No Wallet KYC Required</b> 😊 to pay using UPI on Paytm. <b>Learn More</b></h5>
</section>
<main>
<div class="herocontainer py-10 px-10">
<div class="max-w-screen-xl mx-auto flex flex-col-reverse lg:flex lg:flex-row items-center">
<div class="leftpart max-w-4xl text-center lg:text-left mt-10 lg:mt-0">
<img class="mb-5 hidden lg:block lg:h-20 lg:w-20 rounded-xl lg:rounded-2xl shadow-md drop-shadow-md" src="./img/paytmbrand.png" alt="paytm brand">
<h2 class=" text-3xl lg:text-7xl font-extrabold">India's Most-loved Payments App</h2>
<p class="lg:mr-20 mt-5 text-base lg:text-xl font-medium">Recharge & pay bills, book flights & movie tickets, open a savings account, invest in stocks & mutual funds, and do a lot More.</p>
<button class=" bg-black rounded-full py-2.5 px-6 mt-5 shadow-sm drop-shadow-sm">
<a class=" text-white font-medium text-xl" href="#">Download Paytm App</a>
</button>
</div>
<div class="rightpart">
<img class="mt-4 drop-shadow-md w-96 lg:w-auto" src="./img/paytmhero.png" alt="paytm hero image">
</div>
</div>
</div>
<>
<section class=" bg-[#00baf2]">
<div class="secondcontainer ">
<div class="max-w-screen-xl mx-auto text-left py-10 px-2">
<h2 class="text-white text-[28px] text-center lg:text-4xl font-extrabold px-2" >Recharge & Pay Bills on Paytm</h2>
<div class="max-w-screen-xl mx-auto">
<div class=" grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 justify-items-center xl:grid-flow-col items-center mt-8">
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Recharge</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Prepaid Mobile →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48 " >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Pay</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Electricity Bill →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Recharge</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">DTH Connection →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Book</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Gas Cylinder →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Pay</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Credit Card Bill →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#00afe3] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">All</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Payment Services →</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=" bg-[#0f4a8a]">
<div class="thirdcontainer ">
<div class="max-w-screen-xl mx-auto text-left py-10 px-2">
<h2 class="text-white text-[28px] text-center lg:text-4xl font-extrabold px-2" >Recharge & Pay Bills on Paytm</h2>
<div class="max-w-screen-xl mx-auto">
<div class=" grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 justify-items-center xl:grid-flow-col items-center mt-8">
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Recharge</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Prepaid Mobile →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48 " >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Pay</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Electricity Bill →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Recharge</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">DTH Connection →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Book</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Gas Cylinder →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">Pay</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Credit Card Bill →</p>
</div>
</div>
<div class="flex flex-col items-center hover:bg-[#0d3e80] py-5 rounded-xl cursor-pointer hover:drop-shadow-sm w-48" >
<svg class="h-16 w-16 px-3 py-3 rounded-full bg-white text-blue-600 mb-2 drop-shadow-md" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
</svg>
<p class="text-white font-bold text-lg">All</p>
<div class="flex space-x-1 items-center">
<p class="text-white font-bold text-lg">Payment Services →</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="fourthcontainer bg-[#f5f7fa]">
<div class="max-w-screen-xl mx-auto py-10 lg:py-20">
<div>
<h2 class="text-black font-extrabold text-[30px] md:text-5xl lg:m-0 mx-5" >Paytm Payment Instruments</h2>
</div>
<div class="card hover:shadow-sm rounded-xl p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white">
<div class="flex flex-col-reverse items-center lg:flex-row" >
<div class="max-w-4xl p-7" >
<div class="flex items-center space-x-3 mt-5 mb-5">
<img class="h-12 w-12" src="./img/paytm4th.png" alt="wallet">
<p class="text-black font-bold" >Paytm Wallet</p>
</div>
<div>
<h2 class="text-4xl font-extrabold">The Fastest Way to Pay In-store & Online.</h2>
<p class=" mt-5 text-xl font-medium">Load up your Paytm Wallet for free and make payments in a jiffy at over 21 million stores, websites and apps.</p>
<button class=" w-full md:w-fit bg-black rounded-full py-2.5 px-6 mt-5 shadow-sm drop-shadow-sm">
<a class=" text-white font-medium text-xl" href="#">Download Paytm App</a>
</button>
</div>
</div>
<div class="wallet-rightimage pt-8">
<div>
<img class="walletimg drop-shadow-md" src="./img/4thimage.png" alt="">
</div>
</div>
</div>
</div>
<div class="card hover:shadow-sm rounded-xl p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white">
<div class="flex flex-col-reverse items-center lg:flex-row" >
<div class="max-w-4xl p-7" >
<div class="flex items-center space-x-3 mt-5 mb-5">
<img class="h-12 w-12" src="./img/paytm4th.png" alt="wallet">
<p class="text-black font-bold" >Paytm Wallet</p>
</div>
<div>
<h2 class="text-4xl font-extrabold">Pay anyone directly from your bank account.</h2>
<p class=" mt-5 text-xl font-medium">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>
<button class="w-full md:w-fit bg-black rounded-full py-2.5 px-6 mt-5 shadow-sm drop-shadow-sm">
<a class=" text-white font-medium text-xl" href="#">Download Paytm App</a>
</button>
</div>
</div>
<div class="rightimage pt-8">
<div>
<img class="drop-shadow-md" src="./img/moneytransfer.png" alt="">
</div>
</div>
</div>
</div>
<div class="card hover:shadow-sm rounded-xl p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white">
<div class="flex flex-col-reverse items-center lg:flex-row" >
<div class="max-w-4xl p-7" >
<div class="flex items-center space-x-5 mt-5 mb-5">
<img class="h-auto w-28" src="./img/paytmpostpaid.png" alt="wallet">
</div>
<div>
<h2 class="text-4xl font-extrabold">Want it? <br> No more waiting for it.</h2>
<p class=" mt-5 text-xl font-medium">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>
<button class="w-full md:w-fit bg-[#0f4a8a] hover:bg-[#00baf2] rounded-full py-2.5 px-6 mt-5 shadow-sm drop-shadow-sm">
<a class=" text-white font-medium text-xl" href="#">Learn More →</a>
</button>
</div>
</div>
<div class="rightimage pt-8">
<div>
<img class="drop-shadow-md w-[433px]" src="./img/postpaid.png" alt="">
</div>
</div>
</div>
</div>
<div class="twocards">
<div class="grid lg:grid-flow-col lg:space-x-6">
<div class="hover:shadow-sm rounded-xl p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white">
<div class="flex flex-col" >
<div class="p-10 lg:p-16" >
<div class="flex items-center space-x-5 mt-5 mb-5">
<img class="h-auto w-40 -mt-10" src="./img/paytmhdfc.png" alt="wallet">
</div>
<div>
<h2 class="text-3xl font-extrabold">Unlimited Cashback Everytime.</h2>
<p class=" mt-5 text-lg font-medium">Paytm HDFC Bank Select Credit Card. A card with assured Cashback and incredible offers.</p>
</div>
</div>
<div class="rightimage">
<div>
<img class="drop-shadow-md px-10" src="./img/debit card.png" alt="">
</div>
</div>
</div>
</div>
<div class="hover:shadow-sm rounded-xl p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white">
<div class="flex flex-col" >
<div class="p-10 lg:p-16" >
<div class="flex items-center space-x-5 mt-5 mb-5">
<img class="h-auto w-40 -mt-10" src="./img/paytmsbi.png" alt="wallet">
</div>
<div>
<h2 class="text-3xl font-extrabold">India's Most Sincere Credit Card
<p class=" mt-5 text-base font-medium">Paytm SBI Card SELECT - With intelligent Features & Great Rewards that Never Expire.</p>
</div>
</div>
<div class="rightimage">
<div>
<img class="drop-shadow-md px-10" src="./img/creditcard.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="fifthcontainer bg-white">
<div class="max-w-screen-xl mx-auto py-14">
<div>
<h2 class="text-black font-extrabold text-[30px] md:text-5xl lg:m-0 mx-5" >Financial Services by Paytm</h2>
</div>
<div class="card p-1 md:p-10 mt-10 m-5 md:m-10 min-[1350px]:m-0 min-[1350px]:mt-10 bg-white"">
<div class="flex flex-col-reverse items-center lg:flex-row" >
<div class="w-full" >
<div class="flex items-center space-x-3 mt-5 mb-5">
<img class="w-36 mb-10" src="./img/financialservice.png" alt="wallet">
</div>
<div>
<h2 class="text-4xl font-extrabold -mt-10">India's Most Sincere Bank.</h2>
<p class=" mt-7 text-xl font-medium">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="w-full md:w-fit bg-black rounded-full py-2.5 px-6 mt-7 shadow-sm drop-shadow-sm">
<a class=" text-white font-medium text-xl" href="#">Learn More →</a>
</button>
</div>
</div>
<div class="rightimage">
<div>
<img class="drop-shadow-md w-[250px]" src="./img/paytmhero.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="/index.js"></script>
</body>
</html>