-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
602 lines (576 loc) · 31.2 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon"
href="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD52WGrU4Twqo083GyHnNTg-9ISWgmAALHDgACOm45VJXHifX41FQrMwQ" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.lineicons.com/4.0/lineicons.css" />
<script src="https://cdn.tailwindcss.com"></script>
<link href="/outputt/output.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<title>Ecobazar About</title>
</head>
<header>
<!-- Top Location and Login SignUp Section -->
<div class="location_login">
<div class="location">
<a href="https://maps.app.goo.gl/sXUpuHKUYU8vfPZD6" target="_blank" class="loc_ico" rel="noopener">
<i class="fa-solid fa-location-dot loc_i"></i>
<h5 class="loc_txt">Lincoln- 348w-48, Illinois, Chicago, USA</h5>
</a>
</div>
<!-- Login/Sign UP -->
<div class="sign_sec">
<select name="" id="" class="slct">
<option value="english">Eng</option>
<option value="bangla">BAN</option>
</select>
<select name="" id="" class="slct">
<option value="usd">USD</option>
<option value="tk">Taka</option>
</select>
<a href="#" class="login" id="button" onclick="login_div()">Login / Sign Up</a>
</div>
</div>
<hr />
<!-- Top Logo, Search Section -->
<div class="navbar_cont">
<a href="#">
<div class="logo">
<img
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD52WGrU4Twqo083GyHnNTg-9ISWgmAALHDgACOm45VJXHifX41FQrMwQ"
class="logo_img" alt="logo" />
<h1 class="logo_h">Ecobazar</h1>
</div>
</a>
<div class="search">
<input type="text" class="search_input" placeholder="Search" />
<button class="search_btn"><i class="fas fa-search"></i></button>
</div>
<div class="addto_cart">
<a href="#" class="heart_icon">
<i class="fa-regular fa-heart loved"></i></a>
<div class="line"></div>
<a href="#" class="heart_icon">
<div class="cart_count">
<i id="cart_show" class="fa-solid fa-basket-shopping cartico"></i>
<span class="count">2</span>
</div>
</a>
<div class="scart">
<p class="s_cart_h">Shooping cart:</p>
<h2 class="price">$57.00</h2>
</div>
</div>
</div>
<div id="cart_hid"
class="hidden flex-col justify-between items-start gap-3 font-bold py-10 w-4/5 md:w-1/4 h-screen p-2 text-gray-800 bg-white z-40 absolute top-0 -right-full transform duration-400 rounded-md shadow-lg">
<i id="cross_cart"
class="fa-solid fa-xmark text-gray-800 text-xl font-black cursor-pointer absolute top-3 left-6"></i>
<h2 class="text-lg text-center py-4 border-b-2 w-full">Shopping cart</h2>
<div class="flex flex-col justify-start items-center w-full h-full gap-2">
<!-- Items to Add -->
<div class="flex flex-row justify-between items-center w-full h-24 px-4 border-b-2 border-gray-200">
<img class="w-16 h-16 object-cover drop-shadow-md"
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD1GWGppZNzTPKQbXejS0LTA37TDPDAAKmDgACOm45VPo5xG0aiDhuMwQ"
alt="">
<div class="flex flex-col justify-center items-start ml-2 h-full w-3/5">
<h1 class="text-lg font-medium">Green Apple</h1>
<p class="text-base font-normal">$15.00</p>
</div>
<div class="flex flex-row justify-evenly items-center text-base h-full w-1/5">
<button class="p-2 cursor-pointer">-</button>
<p class="text-sm font-bold">x1</p>
<button class="p-2 cursor-pointer">+</button>
</div>
</div>
<!-- Items to Add -->
<!-- Items to Add -->
<div class="flex flex-row justify-between items-center w-full h-24 px-4 border-b-2 border-gray-200">
<img class="w-16 h-16 object-cover drop-shadow-md"
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD3GWGp0f-ziTMhHZl1mAdILJm0odeAAKuDgACOm45VLxDmcYGeZwLMwQ"
alt="">
<div class="flex flex-col justify-center items-start ml-2 h-full w-3/5">
<h1 class="text-lg font-medium">Green Capsicum</h1>
<p class="text-base font-normal">$9.00</p>
</div>
<div class="flex flex-row justify-evenly items-center text-base h-full w-1/5">
<button class="p-2 cursor-pointer">-</button>
<p class="text-sm font-bold">x1</p>
<button class="p-2 cursor-pointer">+</button>
</div>
</div>
<!-- Items to Add -->
</div>
<div class="flex flex-col w-full px-4 gap-2">
<div class="flex flex-row justify-between items-center">
<h2 class="text-base font-normal">2 Product</h2>
<h2>$24.00</h2>
</div>
<button class="w-full h-10 py-2 text-base font-normal px-4 bg-green-600 rounded-full text-white">Checkout</button>
<button class="w-full h-10 py-2 text-base font-medium px-4 bg-green-100 rounded-full text-green-600">Goto
Cart</button>
</div>
</div>
</header>
<body class="flex flex-col flex-wrap">
<div class="nav_cont">
<nav class="navbar">
<i id="nav_sm"
class="fa-solid fa-bars text-lg font-semibold block sm:block md:hidden lg:hidden text-green-600 cursor-pointer"></i>
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li class="btns_top">
<a href="#">Shop<i class="fa-solid fa-angle-down nav_arr"></i></a>
<div id="shop_hbr"
class="hidden text-lg flex-col w-44 h-[200px] bg-gray-900 absolute top-48 rounded-md justify-center items-center">
<a class="w-full flex justify-center items-center rounded-t-md h-1/3 py-2 hover:bg-slate-800" href="#">Fresh
Fish</a>
<a class="w-full flex justify-center items-center h-1/3 py-2 hover:bg-slate-800 text-center" href="#">Fresh
Meat</a>
<a class="w-full flex justify-center items-center rounded-b-md h-1/3 py-2 hover:bg-slate-800 text-center"
href="#">Fresh Vegitables</a>
</div>
</li>
<li class="btns_top">
<a href="#">Pages<i class="fa-solid fa-angle-down nav_arr"></i></a>
<div id="page_hbr"
class="hidden text-lg flex-col w-44 h-[200px] bg-gray-900 absolute top-48 rounded-md justify-center items-center">
<a class="w-full flex justify-center items-center rounded-t-md h-1/3 py-2 hover:bg-slate-800"
href="#">Produts</a>
<a class="w-full flex justify-center items-center h-1/3 py-2 hover:bg-slate-800 text-center"
href="#">Reviews</a>
<a class="w-full flex justify-center items-center rounded-b-md h-1/3 py-2 hover:bg-slate-800 text-center"
href="#">Hot Deals</a>
</div>
</li>
<li class="btns_top">
<a href="#">Blog</a>
</li>
<li><a href="./about.html" class="active_home">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
<div class="call_now_top">
<a href="tel:+(219) 555-0114"
class="call_now absolute right-5 sm:absolute sm:right-5 md:relative lg:relative"><i
class="fa-solid fa-phone call_ico"></i><span class="nmbr">(219) 555-0114</span></a>
</div>
</nav>
<div id="hidden_nav"
class="flex flex-col md:hidden lg:hidden justify-start items-start pl-40 text-4xl gap-3 font-bold py-10 w-4/5 h-screen text-white bg-gray-800 z-40 absolute -left-full transform duration-200">
<i id="cross_nav"
class="fa-solid fa-xmark text-white text-xl font-black cursor-pointer absolute top-3 left-6"></i>
<a href="#">Home</a>
<a href="#">Shop <i class="fa-solid fa-angle-down nav_arr"></i></a>
<a href="#">Pages <i class="fa-solid fa-angle-down nav_arr"></i></a>
<a href="#">Blog </a>
<a href="#">About Us</a>
<a href="./contact.html">Contact Us</a>
</div>
</div>
<!-- Newsletter Popup Section Starts -->
<div id="newsltr_bg" class="fixed w-full h-screen bg-gray-900 opacity-90 top-0 z-30 transform duration-1000"></div>
<div id="newsltr_main" class="fixed newsletter flex flex-col sm:flex-row">
<!-- Left Image -->
<img class="w-full sm:w-2/5 h-48 sm:h-full object-cover"
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD5mWGqsyGtaUyv5U7emuOnE7bMZRbAAK_DgACOm45VE6nwFUvdSBOMwQ"
alt="" />
<!-- Right Content -->
<form action="#" method="post"
class="flex flex-col justify-evenly items-center w-full sm:w-3/5 h-full px-1 py-1 sm:py-3 sm:px-2 lg:py-5 lg:px-3">
<i id="cross_newsltr"
class="fa-solid fa-xmark text-base sm:text-lg lg:text-xl font-black cursor-pointer absolute top-3 right-5"></i>
<h2 class="text-lg lg:text-3xl font-bold text-center text-gray-800">
Subscribe to Our <br />
Newsletter
</h2>
<p class="text-center text-sm sm:text-base lg:text-md">
Subscribe to our newsletter and Save your
<span class="text-orange-600 font-semibold">20%<br />
money</span>
with a discount code today.
</p>
<div class="w-full h-12 sm:h-16 lg:h-12 p-1 flex flex-row justify-center items-center">
<input type="email" name="email" id="newsltr_mail" placeholder="Enter your email"
class="required h-full w-4/5 sm:w-3/4 lg:w-full bg-gray-50 border border-gray-300 text-gray-900 text-xs lg:text-sm rounded-full focus:ring focus:ring-green-500 focus:border-green-500 p-3 sm:p-4 lg:p-4 transition-all duration-300 ease-in-out" />
<button type="submit"
class="text-white bg-green-600 hover:bg-green-700 focus:ring focus:ring-green-300 focus:border-green-300 focus:outline-none font-normal lg:font-medium rounded-full h-full text-xs lg:text-sm px-4 sm:px-6 lg:px-6 transition-all duration-300 -ml-9 lg:-ml-10 ease-in-out text-center">
Submit
</button>
</div>
<div class="flex flex-row items-center h-5">
<input id="remember" type="checkbox" name="remember" value=""
class="w-3 h-3 lg:w-4 lg:h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-blue-300"
required />
<label for="remember" class="ms-2 text-xs lg:text-sm font-medium text-gray-500">Do not show this
window</label>
</div>
</form>
</div>
<!-- Newsletter Popup Section Ends -->
<!-- ABS_1 Section Starts Here -->
<section
class="flex flex-col sm:flex-col md:flex-row lg:flex-row flex-wrap justify-between items-center w-full min-h-[65vh] bg-white mt-8 py-4 px-4 lg:px-0">
<div
class="center_d flex flex-col sm:flex-col md:flex-row lg:flex-row justify-between items-center w-full h-3/4 gap-10">
<!-- Main Div Card 1 Starts -->
<div class="flex flex-col justify-center items-start w-full sm:w-full md:w-1/2 lg:w-1/2 bg-white ">
<h1 class="text-gray-900 text-4xl mb-6 font-bold lg:text-4xl lg:mb-4">100% Trusted <br> Organic
Food Store</h1>
<p class="text-left text-sm text-gray-700 leading-relaxed">Morbi porttitor ligula in nunc varius sagittis.
Proin dui nisi, laoreet ut tempor ac,
cursus vitae eros. Cras
quis ultricies elit. Proin ac lectus arcu. Maecenas aliquet vel tellus at accumsan. Donec a eros non massa
vulputate ornare. Vivamus ornare commodo ante, at commodo felis congue vitae.
</p>
</div>
<!-- Main Div Card 1 Ends -->
<!-- Main Div Card 2 Starts -->
<div class="flex flex-col justify-center items-center w-full sm:w-full md:w-1/2 lg:w-1/2 bg-white">
<img class="w-full h-3/4 object-cover rounded-md"
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD-2XH0dhJo-NKBV1KnzSLth7sVxV9AAJbEAACipNBVshjFmQ0POAeNAQ"
alt="">
</div>
<!-- Main Div Card 2 Ends -->
</div>
</section>
<!-- ABS_1 Section Ends Here -->
<!-- ABS_2 Section Starts Here -->
<section
class="flex flex-col sm:flex-col md:flex-row lg:flex-row flex-wrap justify-between items-center w-full min-h-[65vh] bg-white mt-8 py-4 px-4 lg:px-0">
<div
class="flex flex-col-reverse sm:flex-col-reverse md:flex-row lg:flex-row justify-between items-center w-full h-3/4 gap-10">
<!-- Main Div Card 2 Starts -->
<div class="flex justify-center items-center w-full sm:w-full md:w-1/2 lg:w-1/2 bg-white">
<img class="w-full h-3/4 object-cover rounded-r-md"
src="https://tgihost.pages.dev/image?id=BQACAgUAAx0EfBziBwAD-2XH0dhJo-NKBV1KnzSLth7sVxV9AAJbEAACipNBVshjFmQ0POAeNAQ"
alt="">
</div>
<!-- Main Div Card 2 Ends -->
<!-- Main Div Card 1 Starts -->
<div class="flex flex-col justify-start items-center w-full sm:w-full md:w-1/2 lg:w-1/2 bg-white ">
<div class="w-full h-auto md:h-1/3 flex flex-col">
<h1 class="text-gray-900 text-4xl mb-6 font-bold lg:text-4xl lg:mb-4">100% Trusted <br> Organic Food Store
</h1>
<p class="text-left text-sm text-gray-700 leading-relaxed mb-5">Pellentesque a ante vulputate leo porttitor
luctus sed <br> eget eros.Nulla et rhoncus neque.Duis non diam eget <br> est luctus tincidunt a a mi. Nulla
eu eros consequat tortor tincidunt feugiat.</p>
</div>
<div class="w-full h-auto md:h-2/3 justify-center items-start flex flex-col gap-4 lg:gap-6">
<!-- Col-1 Starts -->
<div class="flex flex-row md:flex-row justify-between items-start gap-2 lg:gap-5">
<!-- Item 1 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-leaf bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">100% Organic food</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">100% healthy & Fresh food.</p>
</div>
</div>
<!-- Item 1 Ends -->
<!-- Item 2 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-headset bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">Great Support 24/7</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">Instant access to Contact</p>
</div>
</div>
<!-- Item 2 Ends -->
</div>
<!-- Col-1 Ends -->
<!-- Col-2 Starts -->
<div class="flex flex-row md:flex-row justify-between items-start gap-2 lg:gap-5">
<!-- Item 1 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-star bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">Customer Feedback</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">Our happy customer</p>
</div>
</div>
<!-- Item 1 Ends -->
<!-- Item 2 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-lock bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">100% Secure Payment</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">We ensure your money is safe</p>
</div>
</div>
<!-- Item 2 Ends -->
</div>
<!-- Col-2 Ends -->
<!-- Col-3 Starts -->
<div class="flex flex-row md:flex-row justify-between items-start gap-2 lg:gap-5">
<!-- Item 1 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-truck bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">Free shipping</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">Free shipping with discount</p>
</div>
</div>
<!-- Item 1 Ends -->
<!-- Item 2 Starts -->
<div class="flex flex-row justify-center items-center gap-3 lg:gap-5">
<i
class="fas fa-box-open bg-green-200 h-12 w-12 pt-2 text-lg lg:h-16 lg:w-16 text-center lg:pt-4 lg:text-2xl rounded-full text-green-600"></i>
<div class="flex flex-col justify-evenly items-start">
<h3 class="text-sm lg:text-base font-semibold text-gray-800">100% Organic Food</h3>
<p class="text-xs lg:text-sm font-light text-gray-500">100% healthy & Fresh food.</p>
</div>
</div>
<!-- Item 2 Ends -->
</div>
<!-- Col-3 Ends -->
</div>
</div>
<!-- Main Div Card 1 Ends -->
</div>
</section>
<!-- ABS_2 Section Ends Here -->
<!-- Client Review Section Starts Here -->
<section
class="flex flex-col sm:flex-col md:flex-row lg:flex-row flex-wrap justify-between items-center w-full min-h-[65vh] bg-gray-100 mt-8 py-4 px-4 lg:px-0">
<div
class="center_d flex flex-col sm:flex-col md:flex-row lg:flex-row justify-between items-center w-full h-1/4 mb-4 sm:mb-0 md:mb-0 lg:mb-0">
<h4 class="text-xl font-bold text-gray-800 mb-2 sm:mb-4 md:mb-4 lg:mb-4">
Client Testimonials
</h4>
<div class="flex flex-row gap-3 md:gap-2">
<i
class="fa-solid fa-arrow-left bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
<i
class="fa-solid fa-arrow-right bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
</div>
</div>
<div
class="center_d flex flex-col sm:flex-col md:flex-row lg:flex-row justify-between items-center w-full h-3/4 gap-4">
<!-- Main Div Card 1 Starts -->
<div
class="flex flex-col justify-center items-center w-full sm:w-full md:w-1/2 lg:w-1/3 bg-white rounded p-6 shadow-lg">
<div class="flex flex-col h-3/4 w-full pb-4">
<i class="fas fa-quote-right text-green-400 text-3xl mb-2"></i>
<p class="text-justify text-sm text-gray-700 leading-relaxed">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Rem
sapiente voluptatum minus atque quod, consequatur, qui sit
perferendis eligendi est illum saepe! Voluptatibus ex magni ipsam
dignissimos distinctio, odit expedita?
</p>
</div>
<div class="flex flex-row justify-between items-center w-full h-1/4 mt-4">
<div class="flex justify-between items-center">
<img class="w-16 h-16 md:w-14 md:h-14 rounded-full object-cover border-2 border-green-400 mb-4 md:mb-0"
src="https://images.pexels.com/photos/842567/pexels-photo-842567.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="Profile Image" />
<div class="flex flex-col ml-2 md:ml-4">
<span class="text-sm font-medium text-gray-800">John Doe</span>
<span class="text-xs text-gray-500">CEO</span>
</div>
</div>
<div class="flex flex-row justify-center items-start ml-2 md:ml-4">
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
</div>
</div>
</div>
<!-- Main Div Card 1 Ends -->
<!-- Main Div Card 2 Starts -->
<div
class="flex flex-col justify-center items-center w-full sm:w-full md:w-1/2 lg:w-1/3 bg-white rounded p-6 shadow-lg">
<div class="flex flex-col h-3/4 w-full pb-4">
<i class="fas fa-quote-right text-green-400 text-3xl mb-2"></i>
<p class="text-justify text-sm text-gray-700 leading-relaxed">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Rem
sapiente voluptatum minus atque quod, consequatur, qui sit
perferendis eligendi est illum saepe! Voluptatibus ex magni ipsam
dignissimos distinctio, odit expedita?
</p>
</div>
<div class="flex flex-row justify-between items-center w-full h-1/4 mt-4">
<div class="flex justify-between items-center">
<img class="w-16 h-16 md:w-14 md:h-14 rounded-full object-cover border-2 border-green-400 mb-4 md:mb-0"
src="https://images.pexels.com/photos/2381069/pexels-photo-2381069.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="Profile Image" />
<div class="flex flex-col ml-2 md:ml-4">
<span class="text-sm font-medium text-gray-800">Emma John</span>
<span class="text-xs text-gray-500">Director</span>
</div>
</div>
<div class="flex flex-row justify-center items-start ml-2 md:ml-4">
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
</div>
</div>
</div>
<!-- Main Div Card 2 Ends -->
<!-- Main Div Card 3 Starts -->
<div
class="flex flex-col justify-center items-center w-full sm:w-full md:w-1/2 lg:w-1/3 bg-white rounded p-6 shadow-lg">
<div class="flex flex-col h-3/4 w-full pb-4">
<i class="fas fa-quote-right text-green-400 text-3xl mb-2"></i>
<p class="text-justify text-sm text-gray-700 leading-relaxed">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Rem
sapiente voluptatum minus atque quod, consequatur, qui sit
perferendis eligendi est illum saepe! Voluptatibus ex magni ipsam
dignissimos distinctio, odit expedita?
</p>
</div>
<div class="flex flex-row justify-between items-center w-full h-1/4 mt-4">
<div class="flex justify-between items-center">
<img class="w-16 h-16 md:w-14 md:h-14 rounded-full object-cover border-2 border-green-400 mb-4 md:mb-0"
src="https://images.pexels.com/photos/3756681/pexels-photo-3756681.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="Profile Image" />
<div class="flex flex-col ml-2 md:ml-4">
<span class="text-sm font-medium text-gray-800">Anny Candy</span>
<span class="text-xs text-gray-500">Assistant CEO</span>
</div>
</div>
<div class="flex flex-row justify-center items-start ml-2 md:ml-4">
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
<i class="fa-solid fa-star" style="color: #fff700"></i>
</div>
</div>
</div>
<!-- Main Div Card 3 Ends -->
</div>
</section>
<!-- Client Review Section Ends Here -->
<!-- Brand Client Section Starts Here -->
<!-- Brand Client Section Starts Here -->
<section
class="center_d flex flex-wrap justify-around items-center h-max w-full my-10 py-5 px-4 lg:px-0 gap-10 md:gap-0">
<i class="fa-brands hover:text-green-600 fa-steam text-6xl text-gray-500"></i>
<i class="fa-brands hover:text-green-600 fa-wordpress text-6xl text-gray-500"></i>
<i class="fa-brands hover:text-green-600 fa-github text-6xl text-gray-500"></i>
<i class="fa-brands hover:text-green-600 fa-stripe text-6xl text-gray-500"></i>
<i class="fa-brands hover:text-green-600 fa-windows text-6xl text-gray-500"></i>
<i class="fa-brands hover:text-green-600 fa-wix text-6xl text-gray-500"></i>
</section>
<!-- Brand Client Section Ends Here -->
<!-- Newsletter Section Starts Here -->
<section
class="flex flex-col md:flex-row justify-around items-center h-auto md:h-[30vh] w-full mt-4 py-5 px-4 lg:px-8 gap-5 md:gap-0 bg-gray-50">
<div class="flex flex-col justify-center items-center w-full md:w-1/2 h-full">
<h4 class="text-3xl text-center font-bold text-gray-800 mb-4">
Subscribe to our Newsletter
</h4>
<p class="text-sm text-center text-gray-700 px-4 md:px-8 py-2">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
quos voluptatibus. Quisquam, quos voluptatibus.
</p>
</div>
<form class="flex flex-col md:flex-row justify-center items-center w-full md:w-1/2 gap-2">
<input type="email" id="email" placeholder="Enter your email"
class="bg-white border border-green-300 text-gray-900 md:w-64 mb-2 md:mb-0 md:me-4 text-sm rounded-lg focus:ring-green-500 focus:border-green-500 block w-full p-2.5"
required />
<button type="submit"
class="text-white bg-green-700 hover:bg-green-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full md:w-auto px-5 py-2.5">
Subscribe
</button>
<div class="flex flex-row justify-center items-center">
<i
class="fa-brands fa-facebook bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
<i
class="fa-brands fa-instagram bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
<i
class="fa-brands fa-twitter bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
<i
class="fa-brands fa-pinterest bg-white hover:bg-green-600 rounded-full p-3 cursor-pointer border-gray-200 text-gray-700 hover:text-white"></i>
</div>
</form>
</section>
<!-- Newsletter Section Endss Here -->
<!-- Footer Section Starts Here -->
<footer class="flex flex-col justify-between items-center bg-gray-900 w-full mb-0">
<div class="flex flex-col gap-4 lg:gap-0 lg:flex-row center_d h-auto lg:h-[52vh] px-2 pt-10 lg:pt-20">
<div
class="flex flex-col h-auto lg:h-[52vh] w-11/12 lg:w-2/5 justify-center lg:justify-start items-center lg:items-start gap-4">
<h1 class="text-white text-3xl">
<i class="fa-solid fa-leaf text-3xl text-green-600 mr-5"></i>Ecobazar
</h1>
<p class="text-gray-500 text-sm">
Morbi cursus porttitor enim lobortis molestie. <br />
Duis gravida turpis dui, eget bibendum magna <br />
congue nec.
</p>
<div class="flex flex-row text-gray-400 justify-start items-center gap-5 text-sm">
<h2 class="p-2 hover:border-b-[2px] transform duration-500 border-green-600">
(219) 555-0114
</h2>
<h2>or</h2>
<span class="p-2 hover:border-b-[2px] transform duration-500 border-green-600">[email protected]</span>
</div>
</div>
<div
class="flex flex-col lg:flex-row h-auto lg:h-[52vh] w-11/12 lg:w-3/5 justify-evenly items-start gap-4 my-5 sm:my-1 lg:my-0">
<div class="flex flex-col h-auto lg:h-[52vh] w-11/12 lg:w-3/5 justify-start gap-4">
<a class="text-white text-base font-medium">My Account</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">My Account</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Order History</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Shopping cart</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Wishlist</a>
</div>
<div class="flex flex-col h-full w-3/5 justify-start gap-4">
<a class="text-white text-base font-medium">Help</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Contacts</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">FAQs</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Terms & Condition</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Privacy Policy</a>
</div>
<div class="flex flex-col h-full w-3/5 justify-start gap-4">
<a class="text-white text-base font-medium">Proxy</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">About</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Shop</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Product</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Track Order</a>
</div>
<div class="flex flex-col h-full w-3/5 justify-start gap-4">
<a class="text-white text-base font-medium">Categories</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Fruit & Vegetables</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Meat & Fish</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Bread & Bakery</a>
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">Beauty & Health</a>
</div>
</div>
</div>
<!-- Copyright Section Starts Here -->
<div
class="flex flex-col lg:flex-row center_d h-auto lg:h-[10vh] px-2 py-10 border-t-2 border-gray-500 justify-around lg:justify-between items-center mt-4 sm:mt-4 lg:mt-0">
<div class="flex flex-row justify-center items-center gap-5">
<a class="text-gray-500 text-sm hover:text-white cursor-pointer">©2024 Ecobazar. All Rights Reserved.</a>
</div>
<div class="flex flex-row justify-center items-center gap-5 mt-4 sm:mt-4 lg:mt-0">
<i class="fa-brands fa-amazon-pay text-3xl text-white"></i>
<i class="fa-brands fa-cc-visa text-3xl text-white"></i>
<i class="fa-brands fa-cc-stripe text-3xl text-white"></i>
<i class="fa-brands fa-cc-jcb text-3xl text-white"></i>
<i class="fa-brands fa-cc-paypal text-3xl text-white"></i>
</div>
</div>
<!-- Copyright Section Ends Here -->
</footer>
<script src="script.js"></script>
</body>
</html>