-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshop.html
583 lines (533 loc) · 35.6 KB
/
shop.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
<html>
<head>
<title>ekka-Shop-top collection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" EKKA, your number one source for all outfits. We're dedicated to giving you the very best of product, with a focus on best quality, satisfy shopping;">
<meta name="keywords" content="online shopping, shopping cart, ecommerce platforms, digital marketing, sales, offer, top collection,">
<meta name="author" content="Anjani">
<link href="css/bootstrap 5.13.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/x-icon" href="images/logo-copy.png">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
</head>
<body>
<div class="social-media">
<div class="container">
<div class="row pt-2">
<div class="col-sm-4">
<a href="#"><i class="fab fa-facebook-f p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"> <i class="fab fa-twitter p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"> <i class="fab fa-instagram p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"><i class="fab fa-linkedin-in p-2 bg-light rounded-circle text-gray mr-1"></i></a>
</div>
<div class="col-sm-4 pt-2">
<p class="text-center text-muted">FREE SHIPING THIS WEEEKORDER OVER - $75</p>
</div>
<div class="col-sm-4">
<nav class="navbar navbar-expand-sm justify-content-end mr-auto">
<ul class="navbar-nav dropdown">
<li class="nav-item dropdown"><a class="nev-link dropdown-toggle text-decoration-none text-muted mx-3" href="#" id="navbardropdownmenulink" role="button" data-bs-toggle="dropdown" aria-expanded="false">CURRENCY</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">INR</a></li>
<li><a class="dropdown-item" href="#">USD</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nev-link dropdown-toggle text-decoration-none text-muted mx-3" href="#" id="navbardropdownmenulink" role="button" data-bs-toggle="dropdown" aria-expanded="false">LANGUAGE</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">Japanese</a></li>
<li><a class="dropdown-item" href="#">Russian</a></li>
<li><a class="dropdown-item" href="#">Italian</a></li>
<li><a class="dropdown-item" href="#">French</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-------------------navbar logo section-------------------------->
<nav class="navbar navbar-expand-sm p-0 border border-bottom bg-white py-2">
<div class="container">
<a class="navbar-brand col-sm-3" href="index.html"><img src="images/logo.png" alt="logo" class="img-fluid" width="90px"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse1">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse col-sm-9" id="navbarCollapse1">
<form class="d-flex w-100 justify-content-center">
<input class="form-control me-2 mt-2" type="search" placeholder="Enter your product name..." aria-label="Search">
<button class="btn btn-outline-success mt-2" type="submit">Search</button>
</form>
<ul class="navbar-nav text-uppercase justify-content-end mr-auto w-100">
<li><a class="nav-link text-muted" href="login.html"><i class="far fa-user fs-1"></i></a></li>
<li><a class="nav-link text-muted" href="#"><i class="far fa-heart fs-1"></i>
<span class="bg-secondary badge rounded-circle badge-notification ">1</span></a>
</li>
<li><a class="nav-link text-muted" href="CART.HTML"><i class="fas fa-cart-plus fs-1"></i></a></li>
</ul>
</div>
</div>
</nav>
<!-----------------menu bar section--------------------->
<nav class="navbar navbar-expand-sm NAVBAR-LIGHT">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar2">
<ul class="navbar-nav text-uppercase justify-content-center mr-auto w-100 ">
<li class="nav-item fw-bold"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="product.html">Product</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="compare.html">Categories</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="adver.html">others</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="blog.html">blog</a></li>
<li class="nav-item fw-bold"><a class="nav-link active" href="shop.html">Shop</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="faq.html">FAQs</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="--bs-breadcrumb-divider: '>>';">
<div class="container">
<div class="col-sm-3">
<a class="navbar-brand fs-6 fw-bold text-gray" href="#">Shop</a>
</div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb mb-0 py-2">
<li class="breadcrumb-item">
<a class="text-dark text-decoration-none" href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">
<a class="text-decoration-none" href="#">Shop</a>
</li>
</ol>
</nav>
</div>
</nav>
<!------------------------shop section------------------------------------->
<div class="shop">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h5 class="bg-light text-gray p-3 mt-5">Filter Products By</h5>
<div class="border p-4 mt-5">
<div class="border-bottom py-3 text-gray">
<h6> Category </h6>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckDefault" checked>
<label class="form-check-label" for="flexCheckDefault">
Clothes
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
Bags
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
Shoes
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
Cosmatics
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
Electrics
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
Phones
</label>
</div>
</div>
<div class="border-bottom py-3 text-gray">
<h6> Sizes </h6>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckDefault" checked>
<label class="form-check-label" for="flexCheckDefault">
S
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
M
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
L
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
XL
</label>
</div>
<div class="form-check">
<input class="form-check-input rounded-0" type="checkbox" value="" id="flexCheckChecked">
<label class="form-check-label" for="flexCheckChecked">
XXL
</label>
</div>
</div>
<div class="border-bottom py-3 text-gray row">
<h6>Colors</h6>
<input type="color" class="form-control form-control-color border-0" value="#351C75">
<input type="color" class="form-control form-control-color border-0" value="#ee846d">
<input type="color" class="form-control form-control-color border-0" value="#24454b">
<input type="color" class="form-control form-control-color border-0" value="#F44336">
<input type="color" class="form-control form-control-color border-0" value="#FFD966">
<input type="color" class="form-control form-control-color border-0" value="#38761D">
<input type="color" class="form-control form-control-color border-0" value="#ff0040">
<input type="color" class="form-control form-control-color border-0" value="#0D0D0E">
<input type="color" class="form-control form-control-color border-0" value="#4C1130">
<input type="color" class="form-control form-control-color border-0" value="#FFA40B">
</div>
<div class="py-3 text-gray row">
<h6>Price</h6>
<input type="range" class="form-range bg-secondary bg-opacity-50 p-4" id="customRange">
</div>
</div>
</div>
<div class="col-sm-9">
<div class="row">
<div class=" col-sm-6 bg-light text-gray p-2 mt-5">
<a class="text-white" href="#"><i class="fas fa-border-all fs-4 bg-primary p-2 rounded"></i></a>
<a class="text-gray" href="#"><i class="fas fa-list-ul fs-4 mx-2 bg-white p-2 rounded"></i></a>
</div>
<div class="col-sm-6 bg-light text-gray p-2 mt-5 text-end row">
<p class="p-2 mb-0 col-sm-6 col-form-label col-form-label-sm">Sort By</p>
<Div class="col-md-6">
<select class="form-select border-0 text-muted">
<option selected>Position</option>
<option value="1">Relevance</option>
<option value="2">Name A to Z</option>
<option value="3">Name Z to A</option>
<option value="3">Price, low to high</option>
<option value="3">Price, high to low</option>
</select>
</Div>
</div>
<!----------------right side------------>
<div class="row pb-3 border-bottom">
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/women-top.jpeg" class="img-fluid">
<p class=" position-absolute bg-danger px-3 py-1 text-light fw-bold mt-3 rounded-pill rounded-start">20%</p>
<div class="card-body p-0">
<div class="card-title"><h6>Rounded Neck T-shirt</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del> $70.00 </del><strong>$50.00</strong></a>
<div class="size">
<DIV class="ROW">
<h6 class="col-sm-4">
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
<ul class="list-inline COL-SM-8 ">
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">S</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">M</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">X</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XXL</a></li>
</ul>
</DIV>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/kid.jpg" class="img-fluid">
<div class="card-body p-0">
<div class="card-title"><h6>Kids Wear</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$30.00 </del><strong>$20.00</strong></a>
<div class="size">
<DIV class="ROW">
<h6 class="col-sm-4">
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
<ul class="list-inline COL-SM-8">
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">S</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">M</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XL</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XXL</a></li>
</ul>
</DIV>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/toy.jpeg" class="img-fluid">
<p class=" position-absolute fa-rotate-90 mt-5 bg-SUCCESS px-4 py-1 text-light fw-bold rounded-pill">SALE</p>
<div class="card-body p-0">
<div class="card-title"><h6>Teddy</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none "><del>$70.00</del><strong>$60.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
<a href="#"><i class="fas fa-circle text-success"></i></a>
</h6>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/men-wear.jpeg" class="img-fluid">
<p class=" position-absolute bg-primary px-3 py-1 text-light fw-bold mt-3 top-0 end-0 rounded-pill rounded-end">20%</p>
<div class="card-body p-0">
<div class="card-title"><h6>Men T-shirt</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$50.00 </del><strong>$30.00</strong></a>
<div class="size">
<DIV class="ROW">
<h6 class="col-sm-4">
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-dARK"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
<ul class="list-inline COL-SM-8">
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">S</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">M</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XL</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XXL</a></li>
</ul>
</DIV>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/shoes.jpeg" class="img-fluid">
<div class="card-body p-0">
<div class="card-title"><h6>Formal shoes</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$70.00 </del><strong>$50.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-secondary"></i></a>
<a href="#"><i class="fas fa-circle text-warning"></i></a>
<a href="#"> <i class="fas fa-circle text-danger"></i></a>
</h6>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/mug.jpeg" class="img-fluid">
<p class=" position-absolute m-3 bg-info px-4 py-1 text-light fw-bold rounded-pill top-0 end-0">SALE</p>
<div class="card-body p-0">
<div class="card-title"><h6>Printed Mug</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$30.00 </del><strong>$15.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/bag.jpeg" class="img-fluid">
<div class="card-body p-0">
<div class="card-title"><h6>Office Bag</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$60.00 </del><strong>$50.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
</div>
</div>
</div>
<div class="col-sm-4 mt-5">
<div class="card border-0">
<img src="images/bags.jpeg" class="img-fluid">
<p class=" position-absolute mt-3 bg-danger px-3 py-1 text-light fw-bold rounded-pill rounded-start">30%</p>
<div class="card-body p-0">
<div class="card-title"><h6>School bag</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$80.00 </del><strong>$50.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-warning"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
</div>
</div>
</div>
</div>
<div class="col-sm-6 mt-3">
<p class="fs-5 opacity-50">Showing 1-12 of 21 item(s)</p>
</div>
<div class="col-sm-6 mt-3">
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-end">
<li class="page-item active"><a class="page-link border-0" href="#">1</a></li>
<li class="page-item"><a class="page-link border-0 text-gray" href="#">2</a></li>
<li class="page-item"><a class="page-link border-0 text-gray" href="#">3</a></li>
<li class="page-item"><a class="page-link border-0 text-gray" href="#">4</a></li>
<li class="page-item"><a class="page-link border-0 text-gray" href="#">5</a></li>
<li class="page-item"><a class="page-link rounded-0 text-gray" href="#">Next</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!---------------contest------------------>
<div class="contest">
<div class="container">
<p class="text-center bg-gray text-light py-2 mt-5">Win a Contest! Get this limited edition <a class="text-light" href="#" >View Detail</a></p>
</div>
</div>
<!----------------------------footer section---------------------------->
<div>
<div class="container">
<div class="row mt-5 mr-0 border-bottom border-muted pb-5">
<div class="col-sm-3 pl-5">
<img src="images/logo.png" alt="ekka-logo">
<p class=" mt-3"><a href="#" class="text-capitalize text-secondary text-decoration-none">71 Pilgrim avenue chevy chase, east california.</a></p>
<p><a href="tel:+123 456 78" class="text-secondary text-decoration-none"><strong>Call Us:</strong> +123 456 789</a></p>
<p><a href="mailto:ekka@gmail.com" class="text-secondary text-decoration-none"><strong>Email:</strong> ekka@gmail.com</a></p>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Information</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> about us </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> FAQ </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none">delivery information </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> contact us </a></li>
</ul>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Account</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> my account </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> order history </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none">wish list </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> specials </a></li>
</ul>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Services</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> discount returns </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> policy & policy </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> customer service</a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> terms & conditions </a></li>
</ul>
</div>
<div class="col-sm-3 pr-5">
<h3><a href="#" class="text-gray text-decoration-none ">Newsletter</a></h3>
<p class=" mt-3 "><a href="#" class=" text-secondary text-decoration-none ">Get instant updates about our new products and special promos!</a></p>
<input type="text" placeholder="Enter your email here....." class="form-control">
</div>
</div>
</div>
</div>
<!-------------------------------------copyright section---------------------------->
<div class="footer-icon">
<div class="container">
<div class="row ml-4 mt-2 pb-1 mr-0">
<div class="col-sm-4">
<a href="#"><i class="fab fa-facebook-f p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"> <i class="fab fa-twitter p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"> <i class="fab fa-instagram p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"><i class="fab fa-linkedin-in p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
</div>
<div class="col-sm-4">
<a href="#" class="text-decoration-none"><p class="text-center text-muted ">Copyright 2021-2022 EKKA. All Rights Reserved</p></a>
</div>
<div class="col-sm-4 pr-5">
<ul class="list-inline text-right ">
<li class="list-inline-item border p-1" ><a href="#"> <img src="images/visa.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/master-card.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/phone-pay.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/maestro..png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/skrill.png" width="50px" height="25px"> </a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="js/javascript.5.13.min.js"></script>