-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
538 lines (529 loc) · 30.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!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">
<!-- ---- custom css here --- -->
<style>
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;600&family=Montserrat:wght@300&family=Open+Sans&display=swap');
* {
font-family: 'League Spartan', sans-serif;
font-family: 'Open Sans', sans-serif;
transition: all 0.3s ease-in-out;
}
</style>
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<!-- ---- tailwind css here ---- -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
screens: {
'sm': '400px',
'md': '600px',
'lg': '800px',
'xl': '1080px',
'2xl': '1536px',
}
}
}
</script>
<title>Shopify</title>
</head>
<body class="">
<!-- ---- navder ---- -->
<navbar class="fixed inset-x-0">
<nav class="flex items-center justify-between py-5 px-4 lg:px-16 xl:px-28 bg-[#fbf7ed]">
<div class="flex items-center gap-6">
<div class="logo flex items-center text-[20px] cursor-pointer">
<i class='bx bxl-shopify text-4xl text-[#5c7c1f]'></i>
<span class="font-bold">Shopify</span>
</div>
<ul class="hidden items-center gap-3 md:flex">
<li><a href="#"
class="flex items-center text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-700"><span>Start</span><i
class='bx bx-chevron-down text-[#727980] text-[20px]'></i></a></li>
<li><a href="#"
class="flex items-center text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-700"><span>Sell</span><i
class='bx bx-chevron-down text-[#727980] text-[20px]'></i></a></li>
<li><a href="#"
class="flex items-center text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-700"><span>Market</span><i
class='bx bx-chevron-down text-[#727980] text-[20px]'></i></a></li>
<li><a href="#"
class="flex items-center text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-700"><span>Manage</span><i
class='bx bx-chevron-down text-[#727980] text-[20px]'></i></a></li>
</ul>
</div>
<!-- -->
<div class="hidden items-center gap-6 xl:flex">
<ul class="flex items-center gap-5">
<li><a href="#"
class="text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-600">Pricing</a>
</li>
<li><a href="#"
class="flex items-center text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-600"><span>Learn</span><i
class='bx bx-chevron-down text-[#727980] text-[20px]'></i></a>
</li>
<li><a href="#" class="text-[#46494d] text-[17px] font-[500] gap-1 hover:text-green-600">Login</a>
</li>
</ul>
<!-- Button -->
<button class="bg-[#008060]
px-6 py-[.5em] text-white hover:text-green-200 font-[700] rounded-[4px] ml-[12px]">
Try for free
</button>
</div>
<!-- Hamburgar -->
<div class="flex items-center gap-2 xl:hidden">
<a href="" class="text-[1.1rem] text-[#324632]">Login</a>
<i class='bx bx-menu text-[3rem] text-[#324632] cursor-pointer'></i>
</div>
</nav>
</navbar>
<!-- ---- main ---- -->
<main>
<section class="bg-[#fbf7ed] pt-[7rem] px-[1rem] xl:pl-[7rem] lg:px-[4.2rem] h-[100%] pb-[75px]">
<div class="flex xl:flex-row xl:items-center gap-10 items-start flex-col-reverse w-[100%]">
<div class="md:w-[60%] xl:w-[50%] ">
<h1 class="mb-[32px] text-[2.5rem] md:text-[3rem] font-bold text-[black]">The easiest way to sell
online in India</h1>
<p class="text-[#6b7177] font-[400] text-[1.2rem] mb-[32px]">Try one of the most powerful platforms
on the market for free. No technical knowledge needed.</p>
<div class="flex flex-col gap-5 lg:items-center lg:flex-row">
<input type="gmail" placeholder="Enter your email address"
class="flex-auto py-[1rem] px-[1rem] border-[2px] border-[#ccc] rounded-[5px] focus:border-[#203b34] focus:border-[2px] ">
<button
class="px-[2rem] py-[1rem] bg-[#008060] text-white font-[700] rounded-[4px] cursor-pointer hover:bg-[#004c3f] transition-all">Try
for free
</button>
</div>
<span class="block text-[13px] text-[#42474c] mt-[30px] mb-[10px]">Try Shopify free for 14 days, no
credit card required. By entering your email, you agree to receive marketing emails from
Shopify.
</span>
</div>
<div class="w-[100%] xl:w-[50%]">
<img src="Assets/home-img.webp" class="w-[100%]">
</div>
</div>
</section>
<!-- business Online -->
<section class="bg-[#004c3f] py-[5.5rem] ">
<main class=" max-w-[71rem] mx-auto">
<div class=" xl:mx-0 sm:mx-[23px]">
<h1 class=" text-[#fff] font-[500] lg:text-[3rem] md:text-[2.5rem] text-[2rem] mb-[15px]">
Bring your business online
</h1>
<p class="text-[20px] leading-6 text-[#fff] mb-4">
Create an ecommerce website backed by powerful tools
that help you find customers, drive sales, and manage your day-to-day.
</p>
<a href="#" class="flex text-[#fff] text-[17px] font-[400] mb-[15px]">
<span>Explore more examples</span><i class='bx bx-right-arrow-alt text-[25px]'></i>
</a>
</div>
<div
class="grid gap-5 mt-[2.5rem] pb-9 grid-cols-2 md:grid-cols-4 lg:grid-cols-5 lg:mx-0 sm:mx-[22px] ">
<!-- card img -->
<div class="flex flex-col items-start">
<div>
<img src="./Assets/business-online-1.webp" alt="_img">
</div>
<div>
<b class="cursor-pointer text-white text-[20px]">FOOD & DRINK</b>
<span class="cursor-pointer block text-white">Blue Tokai</span>
</div>
</div>
<!-- card-2 -->
<div class="flex flex-col items-start">
<div>
<img src="./Assets/business-online-2.webp" alt="_img">
</div>
<div class=" mt-[10px]">
<b class=" cursor-pointer text-white text-[20px] ">FOOD & DRINK</b>
<span class="cursor-pointer text-white block">Blue Tokai</span>
</div>
</div>
<!-- card 3 -->
<div class="flex flex-col items-start">
<div>
<img src="./Assets/business-online-3.webp" alt="_img">
</div>
<div class=" mt-[10px]">
<b class=" cursor-pointer text-white text-[20px] ">FOOD & DRINK</b>
<span class="cursor-pointer text-white block">Blue Tokai</span>
</div>
</div>
<!-- card-4 -->
<div class="flex flex-col items-start">
<div>
<img src="./Assets/business-online-4.webp" alt="_img">
</div>
<div class=" mt-[10px]">
<b class=" cursor-pointer text-white text-[20px] ">FOOD & DRINK</b>
<span class="cursor-pointer text-white block">Blue Tokai</span>
</div>
</div>
<!-- card 5 -->
<div class="flex flex-col items-start">
<div>
<img src="./Assets/business-online-5.webp" alt="_img">
</div>
<div class=" mt-[10px]">
<b class=" cursor-pointer text-white text-[20px] ">FOOD & DRINK</b>
<span class="cursor-pointer text-white block">Blue Tokai</span>
</div>
</div>
</main>
<!-- path -->
<main class="max-w-[71rem] mx-auto pt-[3.6rem]">
<div class="xl:mx-0 sm:mx-[23px]">
<h1 class="font-[400] text-[#fff] text-[2.4rem] lg:text-[2.8rem] pb-4">
Take the best <br> path forward
</h1>
<div class="grid mt-[3.5rem] mb-[0.5rem] gap-11 grid-cols-1 md:grid-cols-2 xl:grid-cols-4">
<!--content-1-->
<div class="flex items-start flex-col">
<i class='bx bx-store text-[3.4rem] text-[#c1f0d0] mb-[15px]'></i>
<h2 class="text-[1.3rem] mb-[15px] text-white">Start an online business</h2>
<p class="text-[16px] text-white leading-8">Create a business, whether you’ve got a
fresh
idea or are looking for a new way to make money.</p>
</div>
<!--content-2-->
<div class="flex items-start flex-col">
<i class='bx bx-store text-[3.4rem] text-[#c1f0d0] mb-[15px]'></i>
<h2 class="text-[1.3rem] mb-[15px] text-white">Move your business online</h2>
<p class="text-[16px] text-white leading-8">Turn your retail store into an online
store and
keep serving customers without missing a beat.</p>
</div>
<!--content-3-->
<div class="flex items-start flex-col">
<i class='bx bx-store text-[3.4rem] text-[#c1f0d0] mb-[15px]'></i>
<h2 class="text-[1.3rem] mb-[15px] text-white">Switch to Shopify</h2>
<p class="text-[16px] text-white leading-8">Bring your business to Shopify, no
matter which
ecommerce platform you’re currently using.</p>
</div>
<!--content-4-->
<div class="flex items-start flex-col">
<i class='bx bxs-user-account text-[3.4rem] text-[#c1f0d0] mb-[15px]'></i>
<h2 class="text-[1.3rem] mb-[15px] text-white">Hire a Shopify expert</h2>
<p class="text-[16px] text-white leading-8">Get set up with the help of a trusted
freelancer
or agency from the Shopify Experts Marketplace.</p>
</div>
</div>
</div>
</main>
</section>
<!-- selling Part -->
<main class="max-w-[71rem] mx-auto">
<h1 class="lg:text-[2.9rem] text-[1.5rem] font-[500] text-center mb-[1rem] mt-8">With you wherever you’re
going
</h1>
<p class="text-[16px] lg:text-[20px] text-[#6b7177] text-center leading-6">One platform with all the
ecommerce and point of
sale features <br /> you need to start, run, and grow your business.</p>
<div class="grid xl:grid-cols-2 gap-8 my-[3rem]">
<div>
<video src="./video/video_sell everywhere.webm" autoplay="true" loop="true" muted
playsinline="playsinline" class="w-[100%]">
</video>
</div>
<!--section -->
<div class="flex items-start flex-col justify-center">
<div class="lg:mx-0 sm:mx-[23px]">
<h4 class="text-[1.5rem] font-[500] mb-[10px] lg:text-[2.2rem]">Sell everywhere</h4>
<p class="text-[17px] text-[#6b7177] mb-[10px] leading-7">Use one platform to sell products to
anyone, anywhere—in person with Point of Sale and online through your website, social media,
and
online marketplaces.</p>
<a href="#"
class=" flex items-center gap-1 text-[#008060] text-[1.2rem] font-[400]"><span>Explore
ways to sell</span><i class='bx bx-right-arrow-alt text-[1.6rem]'></i></a>
</div>
</div>
</div>
<!--section -->
<div class="mt-[3rem] flex lg:flex-row flex-col-reverse">
<div class="flex flex-col justify-center items-start">
<div class="lg:mx-0 sm:mx-[23px]">
<h4 class="text-[1.5rem] font-[500] mb-[10px] lg:text-[2.2rem]">Market your business</h4>
<p class="text-[17px] text-[#6b7177] mb-[10px] leading-7">Take the guesswork out of marketing
built-in tools that help you create, execute, and analyze digital marketing campaigns.</p>
<a href="#"
class="flex items-center gap-1 text-[#008060] text-[1.2rem] font-[400]"><span>Explore
how
to market your business
</span><i class='bx bx-right-arrow-alt text-[1.6rem]'></i></a>
</div>
</div>
<div>
<img src="Assets/mobile.webp" alt="">
</div>
</div>
<!-- section -->
<div class="flex gap-10 lg:flex-row flex-col my-[2.4rem]">
<div class="">
<img src="./Assets/shopify-dashboard.svg" alt="svg_img" srcset=""
class="block w-[100%] lg:pr-[8.2rem]">
</div>
<div class="flex flex-col justify-center">
<div class="lg:mx-0 mx-[23px]">
<h3 class="font-[500] text-[2rem] lg:text-[2.1rem]">
Manage everything
</h3>
<p class="text-[grey] text-[17px] mb-[1.1rem] leading-5">
Gain the insights you need to grow—use
a single dashboard to manage orders,
shipping, and payments anywhere you go.
</p>
<a href="#"
class=" flex items-center gap-1 text-[#008060] text-[1.2rem] font-[400]"><span>Explore
how to manage your business</span><i
class='bx bx-right-arrow-alt text-[1.6rem]'></i></a>
</div>
</div>
</div>
</main>
<!-- Explore more -->
<section class="py-[5rem] px-[18px] lg:px-[4.1rem] xl:px-[7.1rem] bg-[#f3fcf4]">
<h1 class=" lg:text-[2.1rem] text-[1.7rem] text-[#004c3f]">Explore more from Shopify in India</h1>
<div class="grid mt-[3rem] lg:grid-cols-2 ">
<div class="img">
<img src="Assets/man.webp" class="h-[100%] w-[100%]">
</div>
<div class="content bg-white p-[1.6rem]">
<span class="text-[#212326] block mb-[20px] font-[900]">START</span>
<h2 class="text-[1.5rem] font-[400] mb-[20px]">Launch your store with the help of a Shopify Expert
</h2>
<p class="text-[#42474c] mb-[20px] text-[15px] ">
Find hundreds of experts from India ready to help
you get your store up and running, from choosing a theme to building a fully customized site.
</p>
<a href="#" class="flex items-center gap-1 text-[#008060] text-[1.1rem] font-[400]"><span>
Browse Experts in India
</span><i class='bx bx-right-arrow-alt text-[1.6rem]'></i></a>
</div>
</div>
</section>
<!-- Empowring -->
<section class=" bg-[#ffff] py-[3.5rem] px-[1rem] lg:px-[4.1rem] xl:px-[7.1rem]">
<div class="flex flex-col-reverse gap-5 items-center lg:flex-row">
<div class="w-[100%] xl:w-[70%]">
<h1 class="text-[#212326] mb-[21px] lg:mb-[33px] text-[1.1rem] font-[400] lg:text-[2rem]">
Empowering independent
business owners everywhere</h1>
<p class="mb-[21px] lg:mb-[3px] text-[#212326] leading-7">Millions of businesses in <b> 175
countries</b> around
the world have made over <b> $496 billion USD</b> in sales using Shopify.</p>
<a href="#" class="flex items-center gap-1 text-[#008060] text-[1rem] font-[400]"><span>
Learn more about Shopify
</span><i class='bx bx-right-arrow-alt text-[1.5rem]'></i></a>
</div>
<div>
<img src="Assets/earth.png" alt="">
</div>
</div>
</section>
<!-- review-Part -->
<section class="py-[4rem] px-[1rem] lg:px-[4rem] xl:px-[7rem] bg-[#ffff]">
<div class="grid grid-cols-1 lg:grid-cols-2">
<div>
<img src="Assets/girl.jpg" class="w-[100%] h-[100%]">
</div>
<div class="grid place-items-center text-center p-[2.1rem] bg-[#002e25] ">
<article class="text-white leading-9 text-[1.1rem] font-[500]">“Shopify was my knight in shining
armor
when I exhausted every other possibility of getting my online store up and running. It was
stunningly easy to use, with more features and plug-ins that I didn’t even know I wanted.”
</article>
<div class="mt-10">
<img src="Assets/girl-log.png" alt="">
<span class="b text-white text-[1rem] font-[400]">
Alicia | Alicia Souza</span>
</div>
</div>
</div>
<div class="flex gap-10 my-[1.9rem] flex-wrap justify-between items-center">
<img src="Assets/icon-1.png" alt="_icon_img">
<img src="Assets/icon-2.png" alt="_icon_img">
<img src="Assets/icon-3.png" alt="_icon_img">
<img src="Assets/icon-4.png" alt="_icon_img">
<img src="Assets/icon-5.png" alt="_icon_img">
<img src="Assets/icon-7.png" alt="_icon_img">
</div>
</section>
<!--support-Staff-->
<section class="bg-[#fbf7ed] lg:pl-[3.9rem] xl:pl-[5.5rem] lg:pr-0">
<div class="grid lg:grid-cols-2 gap-8">
<div class="py-[2rem] pr-[1rem] px-[1rem] lg:py-[4rem]">
<h2 class="text-[#212326] text-[1.6rem] font-[400] mb-[20px] lg:text-[2rem]">Get the help you need,
every step of the way</h2>
<div class="grid xl:grid-cols-2 gap-10 mt-[30px]">
<div>
<h3 class="text-[1.2rem] lg:text-[1.4rem] mb-4 font-[400]">Shopify
support</h3>
<p class="text-[16px] mb-[10px] text-[#6b7177]">Contact support 24/7, whether you’re
troubleshooting issues or looking for business advice.</p>
<a href="#" class="flex items-center gap-1 text-[#008060] text-[1rem] font-[400]"><span>
Contact support
</span><i class='bx bx-right-arrow-alt text-[1.5rem]'></i></a>
</div>
<div>
<h3 class="text-[1.2rem] lg:text-[1.4rem] mb-4 font-[400]">Shopify App
Store</h3>
<p class="text-[16px] mb-[10px] text-[#6b7177]">Add features and functionality to your
business with 6,000+ apps that integrate directly with Shopify.</p>
<a href="#" class="flex items-center gap-1 text-[#008060] text-[1rem] font-[400]"><span>
Visit the Shopify App Store
</span><i class='bx bx-right-arrow-alt text-[1.5rem]'></i></a>
</div>
<div>
<h3 class="text-[1.2rem] lg:text-[1.4rem] mb-4 font-[400]">Shopify
Experts Marketplace</h3>
<p class="text-[16px] mb-[10px] text-[#6b7177]">Hire a Shopify expert to help you with
everything from store setup to SEO.</p>
<a href="#"
class="flex items-center gap-1 w-[10rem] text-[#008060] text-[1rem] font-[400]"><span>
Explore the Shopify Experts Marketplace
</span><i class='bx bx-right-arrow-alt text-[1.5rem]'></i></a>
</div>
</div>
</div>
<!-- Image-Section-->
<div>
<img src="Assets/footer-img-2.webp" class="w-[100%] h-[100%] ">
</div>
</div>
</section>
<!-- free Trial -->
<section class="bg-[#ffff] py-[4.2rem] px-[1rem] lg:px-[4.1rem] xl:px-[7.1rem]">
<div class="flex flex-col items-center">
<h1 class="text-[#000] text-[1.6rem] mb-[21px] font-[500] text-center md:text-[2rem]">Start your
business journey with Shopify</h1>
<p class="text-[#6b7177] mb-[21px] text-[21px] text-center leading-8">Try Shopify for free, and explore
all the tools and services you need to start, run, and grow <br /> your business.</p>
<button
class="text-white px-[2rem] py-[1rem] bg-[#008060] font-[700] rounded-[8px] cursor-pointer hover:bg-[#004c3f] transition-all">Start
free trial</button>
</div>
<i class='bx bx-up-arrow-alt text-[green] text-[5rem] float-right mt-[-5rem]'></i>
</section>
</main>
<!-- ---- footer --- -->
<footer class="bg-[#0a3028] pb-[33px] px-[1.5rem] xl:px-[7.1rem]">
<div class="">
<div class="border-b-[1px] border-b-[#868383] py-[20px] flex flex-wrap gap-5 items-center text-white">
<a href="#" class=" font-[500] text-[17.7px]">About</a>
<a href="#" class=" font-[500] text-[17.7px]">Careers</a>
<a href="#" class=" font-[500] text-[17.7px]">Press and Media</a>
<a href="#" class=" font-[500] text-[17.7px]">Shopify Plus</a>
<a href="#" class=" font-[500] text-[17.7px]">Sitemap</a>
</div>
</div>
<div class="grid xl:grid-cols-6 lg:grid-cols-4 md:grid-cols-3 sm:grid-cols-2">
<div class=" mt-[25px]">
<b class="text-white block">ONLINE STORE</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Sell online</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Features</li>
<li class="text-[16px] text-[#bcc8d6] cursor-pointer mt-[12px] hover:text-white ">Examples</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Website builder
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Online retail</li>
</ul>
</div>
<div class="mt-[25px] text-center sm:text-start">
<b class="text-white block">FIX ISSUE</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Ecommerce website
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Domain names</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Themes</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Shopping cart</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Ecommerce hosting
</li>
</ul>
</div>
<div class="mt-[25px] text-center sm:text-start">
<b class="text-white block">EXPLORE</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Mobile commerce
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Ecommerce S/W</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Online store
builder</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Dropshipping
Business
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Store themes</li>
</ul>
</div>
<div class="mt-[25px] text-center sm:text-start">
<b class="text-white block">POINT OF SALE</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Point of sale</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Features</li>
</ul>
</div>
<div class="mt-[25px] text-center sm:text-start">
<b class="text-white block">SUPPORT</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">24/7 support</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Shopify Help
Center</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Shopify Community
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">API documentation
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">free stock photos
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Websites for sale
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white "> Logo Maker</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Business name
generator</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Research</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Legal</li>
</ul>
</div>
<div class="mt-[25px] text-center sm:text-start">
<b class="text-white block">SHOPIFY</b>
<ul class="flex flex-col">
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Contact</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Partner program
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Affiliate program
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">App developers
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Investors
</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Blog topics</li>
<li class="text-[16px] text-[#cfd7e1] cursor-pointer mt-[12px] hover:text-white ">Community Events
</li>
</ul>
</div>
</div>
</footer>
<div class="bg-[#0b1a0b]">
<div class="flex justify-between flex-row-reverse items-center max-w-[71rem] mx-auto p-5 ">
<div class="">
<p class="text-center text-[15] text-white lg:text-[1.1rem] text-[0.9rem]">Terms of Service
Privacy Policy
<span>-India-</span>
</p>
</div>
<div>
<span><i class='bx bxl-youtube text-white lg:text-[2.5rem] text-[1.1rem]'></i></span>
<span><i class='bx bxl-facebook-square text-white lg:text-[2.5rem] text-[1.1rem]'></i></span>
<span><i class='bx bxl-twitter text-white lg:text-[2.5rem] text-[1.1rem]'></i></span>
</div>
</div>
</div>
</body>
</html>