-
Notifications
You must be signed in to change notification settings - Fork 2
/
signup.html
495 lines (479 loc) · 38.4 KB
/
signup.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sign Up / Login</title>
<link rel="stylesheet" href="Styles/nav.css">
<link rel="stylesheet" href="Styles/utilities.css">
</head>
<body>
<!-- NavBar Section: Start -->
<nav id="desktop-nav">
<div class="container">
<div class="d-flex justify-content-between align-items-center w-100 g-10 my-8">
<a href="./index.html" class="d-flex align-items-center">
<img width="92px" src="./Images/Navbar/Desktop/bigbasket_logo.png" alt="">
</a>
<div class="d-flex justify-content-start align-items-center navbar-search flex-1">
<input type="text" placeholder="Search for Products" name="" id=""
class="outline-transparent border-0 w-100">
</div>
<div>
<button class="delivery-button d-flex flex-column w-100 p-5" type="button">
<span>
<svg width="15" height="10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="m13.733 3.434.817 1.049s.093.113.122.2c.042.124 0 .335 0 .335l-.252 2.536c0 .229-.372.608-.601.608h-1.215C12.414 9.207 11.516 10 10.441 10c-1.077 0-1.975-.795-2.164-1.842H6.769C6.579 9.205 5.68 10 4.605 10 3.528 10 2.63 9.205 2.44 8.158H1.252c-.277 0-.566-.289-.566-.645 0-.357.289-.646.566-.646H2.58a2.204 2.204 0 0 1 2.026-1.373c.909 0 1.69.566 2.026 1.373h1.784a2.204 2.204 0 0 1 2.026-1.373c.914 0 1.7.573 2.032 1.388l.573-.015.119-1.85-.462-.553H8.926c-.23 0-.504-.316-.504-.65l.848-2.44H2.34c-.23 0-.624-.344-.624-.687 0-.344.394-.687.623-.687H10.3c.344 0 .687 0 .686.343l-.098.344h1.018c.157 0 .42.287.49.441l1.338 2.306Zm-1.428-.113-.631-1.26h-1.181l-.363 1.26h2.175ZM4.697 2.007H1.832c-.457 0-.827.29-.827.646 0 .356.37.645.827.645h2.865c.456 0 .826-.289.826-.645 0-.357-.37-.646-.826-.646ZM3.692 4.014H.827c-.457 0-.827.29-.827.646 0 .356.37.645.827.645h2.865c.456 0 .826-.289.826-.645 0-.357-.37-.646-.826-.646Zm-.03 3.733c0-.533.423-.966.943-.966s.943.433.943.966a.956.956 0 0 1-.943.965.956.956 0 0 1-.944-.965Zm5.836 0c0-.533.423-.966.943-.966s.943.433.943.966a.956.956 0 0 1-.943.965.956.956 0 0 1-.943-.965Z"
fill="#606060">
</path>
</svg>
<span>Get it in 11hrs</span>
</span>
<span>
<span class="font-bold">Home: </span>
<span>Ulhasnagar-4, Mumbai</span>
</span>
</button>
</div>
<div class="d-flex g-10">
<div>
<button type="button"
class="d-flex justify-content-center align-items-center border-0 p-5 br-4 wh-36">
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#202020"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.635 8.857a2.86 2.86 0 0 1-2.857 2.857 2.86 2.86 0 0 1-2.857-2.857A2.86 2.86 0 0 1 11.778 6a2.86 2.86 0 0 1 2.857 2.857Zm2.147 9.287c0 .394-.32.714-.714.714H7.497a.714.714 0 0 1-.715-.714c0-2.758 2.244-5 5-5 2.757 0 5 2.242 5 5Z"
fill="#fff"></path>
<mask id="AvatarIcon_svg__a" maskUnits="userSpaceOnUse" x="6" y="6" width="11"
height="13" style="mask-type: alpha;">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.635 8.857a2.86 2.86 0 0 1-2.857 2.857 2.86 2.86 0 0 1-2.857-2.857A2.86 2.86 0 0 1 11.778 6a2.86 2.86 0 0 1 2.857 2.857Zm2.147 9.287c0 .394-.32.714-.714.714H7.497a.714.714 0 0 1-.715-.714c0-2.758 2.244-5 5-5 2.757 0 5 2.242 5 5Z"
fill="#fff"></path>
</mask>
<g mask="url(#AvatarIcon_svg__a)">
<path fill="#fff" d="M0 0h24v24H0z"></path>
</g>
</svg>
</button>
</div>
<a href="cart.html"
class="d-flex justify-content-center align-items-center bg-light-red br-4 wh-36 position-relative">
<div>
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#D63333"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.795 10.2H18.3c.385 0 .7.315.7.7 0 .385-.315.7-.7.7H5.7a.702.702 0 0 1-.7-.7c0-.385.315-.7.7-.7h1.505l.998-3.01A1.75 1.75 0 0 1 9.864 6h4.27c.752 0 1.435.473 1.662 1.19l.998 3.01ZM8.867 7.418 7.94 10.2h8.12l-.91-2.782a1.035 1.035 0 0 0-.998-.718H9.866c-.455 0-.857.28-.998.718ZM6.05 16.85V12.3h11.9v4.55c0 .962-.787 1.75-1.75 1.75H7.8c-.962 0-1.75-.788-1.75-1.75Zm3.465.367c.157 0 .297-.14.297-.314v-2.888c0-.175-.122-.315-.297-.315a.314.314 0 0 0-.315.315v2.887c0 .175.14.316.315.316Zm2.485 0c.175 0 .315-.14.315-.314v-2.888A.314.314 0 0 0 12 13.7a.314.314 0 0 0-.315.315v2.887c0 .175.14.316.315.316Zm2.485 0c.175 0 .315-.14.315-.314v-2.888a.314.314 0 0 0-.315-.315c-.157 0-.297.14-.297.315v2.887c0 .175.122.316.297.316Z"
fill="#fff"></path>
<mask id="basket_svg__a" maskUnits="userSpaceOnUse" x="5" y="6" width="14" height="13"
style="mask-type: alpha;">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.795 10.2H18.3c.385 0 .7.315.7.7 0 .385-.315.7-.7.7H5.7a.702.702 0 0 1-.7-.7c0-.385.315-.7.7-.7h1.505l.998-3.01A1.75 1.75 0 0 1 9.864 6h4.27c.752 0 1.435.473 1.662 1.19l.998 3.01ZM8.867 7.418 7.94 10.2h8.12l-.91-2.782a1.035 1.035 0 0 0-.998-.718H9.866c-.455 0-.857.28-.998.718ZM6.05 16.85V12.3h11.9v4.55c0 .962-.787 1.75-1.75 1.75H7.8c-.962 0-1.75-.788-1.75-1.75Zm3.465.367c.157 0 .297-.14.297-.314v-2.888c0-.175-.122-.315-.297-.315a.314.314 0 0 0-.315.315v2.887c0 .175.14.316.315.316Zm2.485 0c.175 0 .315-.14.315-.314v-2.888A.314.314 0 0 0 12 13.7a.314.314 0 0 0-.315.315v2.887c0 .175.14.316.315.316Zm2.485 0c.175 0 .315-.14.315-.314v-2.888a.314.314 0 0 0-.315-.315c-.157 0-.297.14-.297.315v2.887c0 .175.122.316.297.316Z"
fill="#606060"></path>
</mask>
<g mask="url(#basket_svg__a)">
<path fill="#fff" d="M0 0h24v24H0z"></path>
</g>
</svg>
<span
class="position-absolute right-0 bottom-0 border-white bg-black color-white fs-12 p-2">5</span>
</div>
</a>
</div>
</div>
<div class="d-flex justify-content-between align-items-center g-10 my-8">
<div class="d-flex justify-content-between align-items-center br-4 g-10 p-5 bg-apple-green color-white">
<div class="d-flex flex-column">
<span class="fs-10 font-bold">Shop by</span>
<span class="fs-14 font-bold">Category</span>
</div>
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8 11.333c-.338 0-.66-.155-.884-.428l-2.81-3.398a1.39 1.39 0 0 1-.172-1.474c.204-.432.608-.7 1.057-.7h5.617c.449 0 .854.268 1.057.7a1.39 1.39 0 0 1-.172 1.473l-2.81 3.4a1.146 1.146 0 0 1-.883.427Z"
fill="#fff"></path>
</svg>
</div>
<div class="d-flex justify-content-around align-items-center flex-1">
<div class="navbar-dropdowns mw-8">
<span class="fs-14 font-bold">Exotic Fruits & Veggies</span>
</div>
<div class="navbar-dropdowns mw-8">
<span class="fs-14 font-bold">Tea</span>
</div>
<div class="navbar-dropdowns mw-8">
<span class="fs-14 font-bold">Ghee</span>
</div>
<div class="navbar-dropdowns mw-8">
<span class="fs-14 font-bold">Nandini</span>
</div>
<div>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" fill="false"
class="cursor-pointer">
<path fill-rule="evenodd" clip-rule="evenodd"
d="m9.3 3.582 3.22 4c.199.247.196.6-.008.845l-3.333 4a.666.666 0 1 1-1.024-.854l2.984-3.58-2.877-3.575A.666.666 0 1 1 9.3 3.582ZM3.698 3.48a.667.667 0 0 1 .937.101l3.219 4c.198.247.196.6-.008.845l-3.333 4a.666.666 0 1 1-1.024-.854l2.983-3.58-2.876-3.575a.667.667 0 0 1 .102-.937Z">
</path>
</svg>
</div>
</div>
<a href="">
<img src="./Images/Navbar/Desktop/offers.png" alt="">
</a>
</div>
</div>
</nav>
<nav id="mobile-nav">
<div>
<a href="" onclick="openSidebar(event)">
<svg viewBox="0 0 26.35944 22" width="26.359" height="22" x="365" y="313">
<defs>
<style>
.arcls-1 {
fill: #fff
}
</style>
</defs>
<title>Icons - All.outline.4-Finalpp</title>
<path class="arcls-1"
d="M1.204 0h23.95a1.204 1.204 0 0 1 1.205 1.204 1.204 1.204 0 0 1-1.205 1.205H1.205A1.204 1.204 0 0 1 0 1.203 1.204 1.204 0 0 1 1.204 0zm0 9.796h23.95A1.204 1.204 0 0 1 26.36 11a1.204 1.204 0 0 1-1.205 1.204H1.205A1.204 1.204 0 0 1 0 11a1.204 1.204 0 0 1 1.204-1.204zm0 9.795h23.95a1.204 1.204 0 0 1 1.205 1.206A1.204 1.204 0 0 1 25.154 22H1.205A1.204 1.204 0 0 1 0 20.796a1.204 1.204 0 0 1 1.204-1.205z"
id="arLayer_25"></path>
</svg>
</a>
<a href="./signup.html">
<svg viewBox="0 0 25.7893 23.10056" width="25.789" height="23.101" x="699" y="597">
<defs>
<style>
.bhcls-1 {
fill: #fff
}
</style>
</defs>
<title>Icons - All.outline.4-Finalpp</title>
<g id="bhLayer_14">
<path class="bhcls-1"
d="M12.922 13.076h-.058a4.57 4.57 0 0 1-3.515-1.49c-2.022-2.27-1.58-6.362-1.575-6.403C7.95 1.373 10.47 0 12.772 0c2.53 0 5.048 1.367 5.236 5.192.026.224.43 4.133-1.574 6.39a4.557 4.557 0 0 1-3.505 1.494zm.086-11.103c-1.31 0-3.135.433-3.267 3.344-.102 1.008-.088 3.645 1.08 4.96a2.606 2.606 0 0 0 2.058.826l.036.986-.014-.987a2.595 2.595 0 0 0 2.06-.828c1.11-1.25 1.18-3.666 1.106-4.69l-.022-.04-.004-.274c-.13-2.864-1.956-3.297-3.032-3.297zM1.084 23.09c-.505 0-.936.118-.98-.395-.58-6.387 1.334-7.13 4.317-7.915 1.596-.42 3.24-.73 4.818-2.82a.974.974 0 0 1 1.38-.13 1.026 1.026 0 0 1 .193 1.414 9.638 9.638 0 0 1-5.886 3.677c-2.216.586-3.33.386-2.858 5.59.048.543-.35.58-.893.58zm23.62 0h-.088c-.54 0-.94-.03-.893-.57.472-5.207-.642-5.25-2.858-5.834a9.32 9.32 0 0 1-5.89-3.536.914.914 0 0 1 .193-1.318.99.99 0 0 1 1.38.224 7.63 7.63 0 0 0 4.82 2.96c2.983.787 4.896 1.284 4.32 7.672-.047.512-.478.4-.983.4z">
</path>
</g>
</svg>
</a>
<a href="./index.html">
<svg viewBox="0 0 25.07045 25" width="25.07" height="25" x="88" y="65">
<defs>
<style>
.aecls-1 {
fill: #a5cd39
}
.aecls-1,
.aecls-2,
.aecls-3 {
fill-rule: evenodd
}
.aecls-2 {
fill: #231f20
}
.aecls-3 {
fill: #ec1c24
}
</style>
</defs>
<title>Icons - All.outline.4-Finalq</title>
<g id="ae_Group_">
<path id="ae_Path_" class="aecls-1"
d="M3.747 0H21.29a3.774 3.774 0 0 1 3.78 3.71v17.544A3.78 3.78 0 0 1 21.29 25H3.747A3.75 3.75 0 0 1 0 21.254V3.71A3.743 3.743 0 0 1 3.747 0z">
</path>
<g id="ae_Group_2">
<path id="ae_Path_2" class="aecls-2"
d="M13.11 3.134h-1.996v5.39a3.626 3.626 0 0 1 1.996.61z"></path>
<path id="ae_Compound_Path_" class="aecls-3"
d="M11.64 18.26a2.173 2.173 0 0 1-2.032 1.12 2.542 2.542 0 0 1-1.61-.525 3.375 3.375 0 0 1-1.016-1.47 5.66 5.66 0 0 1-.35-1.89 5.866 5.866 0 0 1 .35-1.927 3.08 3.08 0 0 1 1.016-1.436 2.38 2.38 0 0 1 1.61-.56 2.348 2.348 0 0 1 1.54.525 3.494 3.494 0 0 1 .91 1.436 6.796 6.796 0 0 1 .28 1.96 5.143 5.143 0 0 1-.7 2.767zm3.536-5.883a5.505 5.505 0 0 0-1.75-2.38 4.38 4.38 0 0 0-2.767-.91 5.03 5.03 0 0 0-2.172.454 3.838 3.838 0 0 0-1.61 1.367h-.036V3.134h-3.29V21.83s3.01.35 3.115-1.575v-.316l.035.14a4.237 4.237 0 0 0 .35.56 3.677 3.677 0 0 0 1.226.84 5.847 5.847 0 0 0 2.38.385 4.356 4.356 0 0 0 2.767-.875 5.72 5.72 0 0 0 1.75-2.38 8.788 8.788 0 0 0 .596-3.117 8.644 8.644 0 0 0-.594-3.117z">
</path>
<path id="ae_Path_3" class="aecls-2"
d="M20.924 12.377a4.93 4.93 0 0 0-6.688-2.836q-.178.086-.346.184a6.655 6.655 0 0 1 1.062 1.218 3.183 3.183 0 0 1 1.066-.17c2.537 0 3.29 2.678 3.29 4.725 0 2.07-.804 4.684-3.29 4.684a3.29 3.29 0 0 1-1.15-.193 6.536 6.536 0 0 1-1.22 1.3c.116.065.24.13.378.194a5.846 5.846 0 0 0 2.38.386 4.356 4.356 0 0 0 2.767-.875 5.72 5.72 0 0 0 1.75-2.38 8.788 8.788 0 0 0 .596-3.116 8.644 8.644 0 0 0-.596-3.117z">
</path>
</g>
</g>
</svg>
</a>
<a href="">
<svg viewBox="0 0 18.89919 25" width="18.899" height="25" x="327" y="263">
<defs>
<style>
.apcls-1 {
fill: #fff
}
</style>
</defs>
<title>Icons - All.outline.4-Finalq</title>
<path class="apcls-1"
d="M9.45 25a1.276 1.276 0 0 1-.97-.448C7.605 23.51 0 14.282 0 9.448a9.45 9.45 0 0 1 18.9 0c0 4.84-7.603 14.062-8.47 15.098a1.3 1.3 0 0 1-.98.454zm0-23.146a7.605 7.605 0 0 0-7.596 7.594c0 3.23 4.737 9.867 7.6 13.373 2.843-3.485 7.592-10.132 7.592-13.372A7.603 7.603 0 0 0 9.45 1.854zm0 12.484a4.887 4.887 0 1 1 4.885-4.89 4.895 4.895 0 0 1-4.884 4.89zm0-7.92a3.033 3.033 0 1 0 3.032 3.03 3.035 3.035 0 0 0-3.03-3.03z"
id="apLayer_15"></path>
</svg>
</a>
<a href="/cart.html">
<svg viewBox="0 0 27.54524 25" width="27.545" height="25" x="60" y="40">
<defs>
<style>
.adcls-1 {
fill: #fff
}
</style>
</defs>
<title>Icons - All.outline.4-Finalq</title>
<path class="adcls-1"
d="M1.02 2.038h2.92L8.1 17.086a1.02 1.02 0 0 0 .986.747h12.79a1.02 1.02 0 0 0 .933-.612l4.653-10.7a1.03 1.03 0 0 0-.085-.966 1.012 1.012 0 0 0-.85-.46h-14.13a1.02 1.02 0 0 0 0 2.04h12.568l-3.77 8.66H9.85L5.69.748A1.02 1.02 0 0 0 4.705 0H1.02a1.02 1.02 0 1 0 0 2.038zM8.118 25a2.31 2.31 0 1 0-2.31-2.31A2.312 2.312 0 0 0 8.118 25zm14.436 0h.17a2.39 2.39 0 1 0-.17 0z"
id="adLayer_3"></path>
</svg>
<span id="cart-value">0</span>
</a>
</div>
<div>
<div class="search-bar-mobile">
<input type="search" name="" placeholder="Search for Products..." id="" />
<svg viewBox="0 0 20 20" width="20" height="20" x="460" y="395">
<defs>
<style>
.awcls-1 {
fill: #000
}
</style>
</defs>
<title>Icons - All.outline.4-Finall</title>
<path class="awcls-1"
d="M19.755 18.58l-4.808-4.808a8.423 8.423 0 1 0-1.18 1.18l4.808 4.803a.833.833 0 1 0 1.18-1.175zM8.43 15.18a6.753 6.753 0 1 1 6.754-6.752A6.76 6.76 0 0 1 8.43 15.18zm0 0"
id="awLayer_18">
</path>
</svg>
</div>
</div>
</nav>
<section id="sidebar-mobile">
<div>
<h2>HOME</h2>
<button onclick="closeSidebar(event)">
<svg viewBox="0 0 15.00009 15" width="15" height="15" x="171" y="135">
<defs>
<style>
.aicls-1 {
fill: #84c225
}
</style>
</defs>
<title>Artboard 122</title>
<path class="aicls-1"
d="M9.21 7.5l5.436-5.434a1.21 1.21 0 0 0-1.71-1.712L7.5 5.79 2.065.354a1.21 1.21 0 0 0-1.71 1.712L5.788 7.5.354 12.934a1.21 1.21 0 0 0 1.71 1.712L7.5 9.21l5.435 5.435a1.21 1.21 0 0 0 1.71-1.712z"
id="aiLayer_24"></path>
</svg>
</button>
</div>
<div>
<h3>Shop by Category</h3>
<div id="sidebar-menu">
<div>
OFFERS
<span onclick="showPlusMinus(event)">
<img src="./Images/Navbar/Mobile/plus_icon.svg" alt="" class="plus_icon">
</span>
</div>
</div>
<div id="sidebar-menu">
<div>
MORE SHOPS
<span onclick="showPlusMinus(event)">
<img src="./Images/Navbar/Mobile/plus_icon.svg" alt="" class="plus_icon">
</span>
</div>
</div>
</div>
</section>
<section id="cover-section"></section>
<!-- NavBar Section: End -->
<img class="only-mobile" src="./Images/1904223_gourmet-snacks_460_1st.webp" width="100%" alt="">
<!-- SignupLogin Modal Start -->
<div id="sign-up-login" class="signup-page">
<div>
<div id="login-signup-view-container">
<div id="login-signup">
<h3>LOGIN/SIGNUP</h3>
<div>
<input type="text" placeholder="Enter Mobile Number (10-digit)" id="mobile-number-input" />
<input type="email" placeholder="Enter Email Address" id="email-input" style="display: none;" />
</div>
<div>
<button id="switch-login-method-button" class="cursor-pointer"
onclick="switchEmailAndMobileInput()">
Login using Email Address
</button>
<button onclick="signUp()" class="cursor-pointer" id="continue-button" disabled>
Continue
</button>
<p class="fs-10">
By continuing, I accept TCP-bigbasket’s
<a href="/terms-and-conditions/" target="_blank">
Terms and Conditions
</a>
and
<a href="/privacy-policy/" target="_blank">
Privacy Policy.
</a>
</p>
</div>
</div>
</div>
<div id="otp-view-container">
<div id="otp">
<div class="px-20">
<div class="w-100">
<svg class="cursor-pointer" onclick="showLoginSignupView()"
xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" x="101"
y="30">
<path fill="#4A4A4A" fill-rule="evenodd"
d="M20.266 5.115l.163.163a.392.392 0 0 1 0 .555L11.4 14.86a.196.196 0 0 0 0 .28l9.03 9.027a.392.392 0 0 1 0 .555l-.164.163a.392.392 0 0 1-.555 0l-9.595-9.62a.392.392 0 0 1 0-.554l9.596-9.595a.392.392 0 0 1 .556 0" />
</svg>
<h3>Verify Mobile Number</h3>
</div>
<p id="check-otp-text" class="color-979797 text-center fs-14">Please check the OTP sent to your mobile number</p>
<div class="d-flex justify-content-center align-items-center g-10">
<p id="current-user-number" class="color-333 text-center">9049963060</p>
<button id="change-number-button" class="btn-outline-small fs-12 cursor-pointer" onclick="showLoginSignupView()">change</button>
</div>
<div class="d-flex flex-column justify-content-center align-items-center mt-30 g-10">
<p class="m-0 color-979797 fs-12">Enter OTP</p>
<input id="otp-input" type="text" oninput="validateOtp(event)">
<button class="btn-outline-small fs-12">Resend OTP</button>
</div>
</div>
<button onclick="logIn()" class="cursor-pointer mx-20" id="verify-continue-button" disabled>
Verify & Continue
</button>
</div>
</div>
</div>
<div>
<div id="login-signup-side">
<div style="flex:3;" class="d-flex justify-content-center align-items-center flex-column">
<div class="d-flex flex-column justify-content-start align-items-start border-bottom-solid">
<div class="d-flex justify-content-start align-items-center g-20 w-100">
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20"
x="352" y="204">
<title>quality icon</title>
<g fill="none">
<path
d="M9.18 12.71c-.684-.978-1.54-1.183-2.14-1.183-.224 0-.51.03-.848.13a.197.197 0 0 1-.25-.216c.05-.405.138-.905.29-1.414a.402.402 0 0 0-.236-.49L5.85 9.48a.387.387 0 0 0-.51.258c-.165.55-.284 1.365-.336 1.766a.194.194 0 0 1-.248.165 3.002 3.002 0 0 0-.886-.143c-.6 0-1.457.205-2.14 1.182-.534.763-.74 1.724-.594 2.776.13.94.51 1.747.725 2.145.3.557 1.41 2.37 3.067 2.37.178 0 .354-.02.528-.063.173.042.35.063.527.063 1.657 0 2.765-1.813 3.066-2.37.215-.397.595-1.204.725-2.144.145-1.052-.06-2.013-.594-2.777"
fill="#666" />
<path
d="M8.23 17.165c-.307.57-1.4 2.27-2.713 1.79a.183.183 0 0 0-.125 0c-1.313.48-2.406-1.22-2.713-1.79-.5-.923-1.084-2.616-.19-3.896.99-1.415 2.452-.533 2.86-.26a.19.19 0 0 0 .21 0c.407-.273 1.87-1.155 2.86.26.894 1.28.31 2.972-.19 3.895"
fill="#FFF" />
<path
d="M15.598 8.34l-1.8-4.073a.202.202 0 0 1-.012-.066V3h.143c.214 0 .39-.18.39-.398V.417a.394.394 0 0 0-.39-.397H9.34a.394.394 0 0 0-.39.397v2.185c0 .22.173.397.39.397h.142v1.2a.2.2 0 0 1-.012.067L7.67 8.34a.403.403 0 0 0-.023.13v2.23c0 .198.142.365.333.394l.136.024a.393.393 0 0 0 .468-.39V8.66c0-.023.004-.045.01-.066l1.813-4.105a.2.2 0 0 0 .01-.067V3.198c0-.11.088-.2.196-.2h2.04c.11 0 .196.09.196.2v1.225c0 .023.003.045.01.066l1.812 4.104a.202.202 0 0 1 .01.066v10.13c0 .11-.086.197-.194.197H9.24a.387.387 0 0 0-.29.135 6.11 6.11 0 0 1-.134.148c-.235.254-.06.67.283.67h6.13c.215 0 .39-.177.39-.397V8.47a.404.404 0 0 0-.022-.13z"
fill="#606060" />
<path
d="M13.344 1.808c0 .11-.088.198-.196.198h-3.03a.197.197 0 0 1-.194-.198v-.596c0-.11.087-.2.195-.2h3.03c.106 0 .194.09.194.2v.596z"
fill="#FFF" />
<path fill="#666"
d="M6.263 3.918l1.373.627-1.373.628-.627 1.372-.627-1.372-1.374-.628 1.373-.627.626-1.373zm-4.61 3.878l.865.395-.865.395-.394.865-.396-.865L0 8.19l.864-.394.395-.864zm-.095-3.9l.624.286-.624.285-.285.624-.285-.623-.624-.285.624-.285.285-.624zM17.92 6.443l.625.285-.624.285-.284.624-.285-.624-.623-.285.624-.285.286-.624zm.25-6.068l.375.17-.374.172-.17.375-.17-.374-.375-.17.374-.172L18 0zM3.74.624l.624.285-.624.284-.285.624-.286-.624L2.544.91 3.17.624 3.455 0zm12.84 2.43l.875.4-.874.4-.4.873-.397-.873-.874-.4.873-.4.4-.872z" />
</g>
</svg>
</span>
<div class="border-bottom-dash flex-1">
<h3 class="signup-modal-side-text">Quality</h3>
<p class="signup-modal-side-text">You can trust</p>
</div>
</div>
<div class="d-flex justify-content-start align-items-center g-20 w-100">
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20"
x="387" y="239">
<title>11</title>
<g fill="none">
<path
d="M3.494 1.205l-1.63 3.88c-.12.285.095.6.385.568l3.965-.435c.29-.032.44-.387.268-.64L4.148 1.134a.368.368 0 0 0-.654.072"
fill="#666" transform="translate(0 -1)" />
<path
d="M4.14 2.78l.874 1.29c.086.125.01.303-.134.32l-1.482.16c-.145.017-.252-.14-.193-.283l.61-1.45a.184.184 0 0 1 .326-.036"
fill="#FFF" transform="translate(0 -1)" />
<path
d="M9.494 1.302c-1.51 0-2.966.35-4.275 1.012l.57.79a8.5 8.5 0 0 1 3.62-.845 8.516 8.516 0 0 1 8.622 8.523 8.537 8.537 0 1 1-17.075-.066.398.398 0 0 0-.398-.403H.4a.4.4 0 0 0-.4.396v.087c0 2.536.988 4.92 2.78 6.714a9.483 9.483 0 0 0 6.714 2.78c2.536 0 4.92-.986 6.714-2.78a9.432 9.432 0 0 0 2.78-6.713c0-2.536-.987-4.92-2.78-6.713a9.432 9.432 0 0 0-6.714-2.78z"
fill="#666" transform="translate(0 -1)" />
<path
d="M12.348 8.454a.395.395 0 0 1-.393-.325c-.164-.973-1.04-1.717-2.095-1.717-1.054 0-1.93.744-2.095 1.716a.395.395 0 0 1-.393.324H4.78a.39.39 0 0 0-.395.43l.717 4.65c.152 1.148 1.166 2.01 2.368 2.01h4.78c1.202 0 2.216-.86 2.368-2.01l.717-4.65a.39.39 0 0 0-.395-.43h-2.592z"
fill="#606060" transform="translate(0 -1)" />
<path
d="M12.11 14.623h-4.5c-.8 0-1.477-.574-1.58-1.34L5.44 9.59a.194.194 0 0 1 .2-.217h8.44c.12 0 .214.102.2.216l-.59 3.694c-.103.765-.78 1.34-1.58 1.34zm-2.25-7.29c.56 0 1.03.382 1.142.89.026.12-.07.23-.195.23H8.913c-.126 0-.22-.11-.195-.23a1.16 1.16 0 0 1 1.142-.89z"
fill="#FFF" transform="translate(0 -1)" />
<path
d="M9.77 12.352h-.184c-.252 0-.456-.184-.456-.412V9.842c0-.227.204-.412.456-.412h.183c.25 0 .455.185.455.412v2.098c0 .228-.204.412-.456.412m1.825 0h-.183c-.252 0-.456-.184-.456-.412V9.842c0-.227.204-.412.456-.412h.183c.252 0 .456.185.456.412v2.098c0 .228-.203.412-.455.412m-3.287 0h-.183c-.252 0-.456-.184-.456-.412V9.842c0-.227.203-.412.455-.412h.183c.252 0 .456.185.456.412v2.098c0 .228-.204.412-.456.412"
fill="#606060" />
</g>
</svg>
</span>
<div class="border-bottom-dash flex-1">
<h3 class="signup-modal-side-text">Return policy</h3>
<p class="signup-modal-side-text">No questions asked</p>
</div>
</div>
</div>
</div>
<div style="flex:1;">
<p class="text-center color-444 fs-12">Shopping at fingertips!! Download our app</p>
<div class="download-buttons">
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="101" height="30" viewBox="0 0 101 30" x="186"
y="114">
<title>google paly</title>
<g fill="none">
<path
d="M30.54 15.004c0-2.484 1.836-4.14 4.116-4.14 1.416 0 2.4.624 3.108 1.5l-.792.492c-.504-.648-1.356-1.104-2.316-1.104-1.752 0-3.084 1.344-3.084 3.252 0 1.896 1.332 3.264 3.084 3.264.96 0 1.752-.468 2.148-.864v-1.632h-2.748v-.888H37.8v2.892c-.744.828-1.836 1.38-3.144 1.38-2.28 0-4.116-1.668-4.116-4.152zm11.376 4.14c-1.764 0-2.868-1.368-2.868-3.048s1.104-3.036 2.868-3.036c1.764 0 2.868 1.356 2.868 3.036s-1.104 3.048-2.868 3.048zm0-.804c1.236 0 1.92-1.056 1.92-2.244 0-1.176-.684-2.232-1.92-2.232-1.236 0-1.932 1.056-1.932 2.232 0 1.188.696 2.244 1.932 2.244zm6.864.804c-1.764 0-2.868-1.368-2.868-3.048s1.104-3.036 2.868-3.036c1.764 0 2.868 1.356 2.868 3.036s-1.104 3.048-2.868 3.048zm0-.804c1.236 0 1.92-1.056 1.92-2.244 0-1.176-.684-2.232-1.92-2.232-1.236 0-1.932 1.056-1.932 2.232 0 1.188.696 2.244 1.932 2.244zm4.32 2.148l.456-.672c.48.576 1.056.792 1.884.792.96 0 1.86-.468 1.86-1.74v-.828c-.42.588-1.128 1.032-1.944 1.032-1.512 0-2.58-1.128-2.58-3 0-1.86 1.056-3.012 2.58-3.012.78 0 1.476.384 1.944 1.02v-.876h.9v5.628c0 1.92-1.344 2.52-2.76 2.52-.984 0-1.656-.192-2.34-.864zm4.2-3.156V14.8c-.312-.504-1.008-.936-1.728-.936-1.164 0-1.86.924-1.86 2.208 0 1.272.696 2.208 1.86 2.208.72 0 1.416-.444 1.728-.948zM60 19v-8.004h.9V19H60zm2.364-2.904c0-1.68 1.2-3.036 2.856-3.036 1.752 0 2.784 1.368 2.784 3.108v.228h-4.692c.072 1.092.84 2.004 2.088 2.004.66 0 1.332-.264 1.788-.732l.432.588c-.576.576-1.356.888-2.304.888-1.716 0-2.952-1.236-2.952-3.048zm2.844-2.292c-1.236 0-1.848 1.044-1.896 1.932h3.804c-.012-.864-.588-1.932-1.908-1.932zM72.588 19v-8.004h3.216c1.608 0 2.508 1.104 2.508 2.412 0 1.308-.924 2.412-2.508 2.412h-2.22V19h-.996zm4.692-5.592c0-.9-.648-1.524-1.596-1.524h-2.1v3.048h2.1c.948 0 1.596-.624 1.596-1.524zM79.596 19v-8.004h.9V19h-.9zm6.324 0v-.66c-.48.528-1.14.804-1.92.804-.984 0-2.028-.66-2.028-1.92 0-1.296 1.044-1.908 2.028-1.908.792 0 1.452.252 1.92.792v-1.044c0-.78-.624-1.224-1.464-1.224-.696 0-1.26.252-1.776.804l-.42-.624c.624-.648 1.368-.96 2.316-.96 1.224 0 2.244.552 2.244 1.956V19h-.9zm0-1.224v-1.092c-.348-.48-.96-.72-1.596-.72-.84 0-1.428.528-1.428 1.272 0 .732.588 1.26 1.428 1.26.636 0 1.248-.24 1.596-.72zm2.52 2.676c.132.06.348.096.492.096.396 0 .66-.132.864-.612l.384-.876-2.424-5.856h.972l1.932 4.752 1.92-4.752h.984l-2.904 6.972c-.348.84-.936 1.164-1.704 1.176-.192 0-.492-.036-.66-.084l.144-.816z"
fill="#979797" />
<rect stroke="#979797" x=".5" y=".5" width="99.148" height="29" rx="3" />
<path d="M9.062 5.315a1.95 1.95 0 0 0-1.512-.263l8.994 9.02 2.915-2.922L9.06 5.315z"
fill="#3DB39E" fill-rule="nonzero" />
<path
d="M6.434 5.786c-.25.334-.395.745-.395 1.18v16.068c0 .435.143.845.394 1.18L15.62 15 6.434 5.786z"
fill="#349886" fill-rule="nonzero" />
<path
d="M23.263 13.285l-2.62-1.47L17.468 15l3.176 3.185 2.62-1.47A1.944 1.944 0 0 0 24.266 15c0-.722-.375-1.363-1.003-1.715z"
fill="#F4B459" fill-rule="nonzero" />
<path
d="M16.544 15.926l-8.993 9.02a1.954 1.954 0 0 0 1.512-.262L19.46 18.85l-2.916-2.924z"
fill="#E2574C" fill-rule="nonzero" />
</g>
</svg>
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="101" height="30" viewBox="0 0 101 30">
<title>apple</title>
<g fill="none">
<rect stroke="#979797" x=".5" y=".5" width="99.148" height="29" rx="3" />
<path
d="M29.56 15.627c-.024-2.533 2.06-3.748 2.154-3.808-1.172-1.72-2.996-1.956-3.647-1.983-1.552-.158-3.03.917-3.818.917-.787 0-2.003-.894-3.29-.87-1.693.025-3.254.987-4.125 2.507-1.76 3.06-.45 7.596 1.263 10.078.838 1.215 1.837 2.58 3.148 2.53 1.262-.05 1.74-.82 3.266-.82 1.527 0 1.956.82 3.292.796 1.36-.026 2.22-1.24 3.052-2.457.96-1.41 1.357-2.775 1.38-2.845-.03-.013-2.65-1.02-2.675-4.045zm-2.51-7.433c.696-.847 1.166-2.022 1.038-3.194-1.003.04-2.218.67-2.937 1.515-.644.75-1.21 1.945-1.058 3.094 1.12.087 2.262-.57 2.958-1.416z"
fill="#222" fill-rule="nonzero" />
<path
d="M44.582 19l-.708-1.776H39.89L39.182 19h-1.14l3.216-8.004h1.236L45.722 19h-1.14zm-2.7-6.972l-1.704 4.308h3.396l-1.692-4.308zm5.748 9.18h-.9v-8.004h.9v.864a2.423 2.423 0 0 1 1.956-1.008c1.524 0 2.58 1.152 2.58 3.036 0 1.872-1.056 3.048-2.58 3.048-.792 0-1.488-.372-1.956-1.02v3.084zm3.588-5.112c0-1.284-.696-2.232-1.86-2.232-.708 0-1.416.42-1.728.924v2.616c.312.504 1.02.936 1.728.936 1.164 0 1.86-.96 1.86-2.244zm3.3 5.112h-.9v-8.004h.9v.864a2.423 2.423 0 0 1 1.956-1.008c1.524 0 2.58 1.152 2.58 3.036 0 1.872-1.056 3.048-2.58 3.048-.792 0-1.488-.372-1.956-1.02v3.084zm3.588-5.112c0-1.284-.696-2.232-1.86-2.232-.708 0-1.416.42-1.728.924v2.616c.312.504 1.02.936 1.728.936 1.164 0 1.86-.96 1.86-2.244zm5.052 1.776l.588-.756a3.383 3.383 0 0 0 2.52 1.14c1.428 0 1.884-.768 1.884-1.38 0-.96-.972-1.224-2.028-1.512-1.284-.336-2.712-.696-2.712-2.268 0-1.32 1.176-2.22 2.748-2.22 1.224 0 2.172.408 2.844 1.116l-.6.732c-.6-.66-1.44-.96-2.316-.96-.96 0-1.644.516-1.644 1.272 0 .804.924 1.044 1.944 1.32 1.308.348 2.796.756 2.796 2.436 0 1.164-.792 2.352-2.952 2.352-1.392 0-2.412-.528-3.072-1.272zm8.736 1.272c-.852 0-1.284-.492-1.284-1.356v-3.792h-.96v-.792h.96V11.62h.9v1.584h1.176v.792H71.51v3.6c0 .432.192.744.588.744.252 0 .492-.108.612-.24l.264.672c-.228.216-.552.372-1.08.372zm4.596 0c-1.764 0-2.868-1.368-2.868-3.048s1.104-3.036 2.868-3.036c1.764 0 2.868 1.356 2.868 3.036s-1.104 3.048-2.868 3.048zm0-.804c1.236 0 1.92-1.056 1.92-2.244 0-1.176-.684-2.232-1.92-2.232-1.236 0-1.932 1.056-1.932 2.232 0 1.188.696 2.244 1.932 2.244zm4.332.66v-5.796h.9v.936c.468-.612 1.14-1.056 1.932-1.056v.924a1.586 1.586 0 0 0-.36-.036c-.552 0-1.308.456-1.572.924V19h-.9zm3.624-2.904c0-1.68 1.2-3.036 2.856-3.036 1.752 0 2.784 1.368 2.784 3.108v.228h-4.692c.072 1.092.84 2.004 2.088 2.004.66 0 1.332-.264 1.788-.732l.432.588c-.576.576-1.356.888-2.304.888-1.716 0-2.952-1.236-2.952-3.048zm2.844-2.292c-1.236 0-1.848 1.044-1.896 1.932h3.804c-.012-.864-.588-1.932-1.908-1.932z"
fill="#979797" />
</g>
</svg>
</span>
</div>
</div>
</div>
<button>
<svg viewBox="0 0 15.00009 15" width="15" height="15" x="171" y="135">
<defs>
<style>
.aicls-1 {
fill: #FDFDFD
}
</style>
</defs>
<title>Close</title>
<path class="aicls-1"
d="M9.21 7.5l5.436-5.434a1.21 1.21 0 0 0-1.71-1.712L7.5 5.79 2.065.354a1.21 1.21 0 0 0-1.71 1.712L5.788 7.5.354 12.934a1.21 1.21 0 0 0 1.71 1.712L7.5 9.21l5.435 5.435a1.21 1.21 0 0 0 1.71-1.712z"
id="aiLayer_24"></path>
</svg>
</button>
</div>
</div>
<!-- SignupLogin Modal End -->
<script src="./JavaScript/enums.js"></script>
<script src="./JavaScript/loginSignup.js"></script>
<script src="./JavaScript/nav.js"></script>
</body>
</html>