-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
795 lines (648 loc) · 34.5 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
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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopify clone</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
screens:{
'sm':'360px',
'md':'768px',
'lg':'930px',
'xl': '1260px',
}
,
fontFamily:{
},
extend: {
colors: {
}
}
}
}
</script>
</head>
<body class="font-[Poppins]">
<!-- *__________Header__________* -->
<header class="bg-[#fbf7ed] top-0 px-[25px] sm:px-[35px] md:px-[60px] lg:px-[90px] py-[15px] lg:py-[18px]">
<nav class="mt-[1.6rem] flex">
<img src="Images\logo.png" alt="logo"
class="h-[2rem]">
<ul class=" hidden xl:flex mt-[0.6rem] font-medium text-[#8a8b8a] ">
<li class="ml-[2rem] hover:text-[#100F0F] "><a href="">Start</a> <i class="fa-solid fa-angle-down"></i></li>
<li class="ml-[2rem] hover:text-[#100F0F] "><a href="">Sell</a> <i class="fa-solid fa-angle-down"></i></li>
<li class="ml-[2rem] hover:text-[#100F0F] "><a href="">Market</a> <i class="fa-solid fa-angle-down"></i> </li>
<li class="ml-[2rem] hover:text-[#100F0F] "><a href="">Manage</a> <i class="fa-solid fa-angle-down"></i> </li>
</ul>
<ul class="hidden xl:flex mt-[0.6rem] font-medium text-[#8a8b8a] ml-[26rem]">
<li class="ml-[2rem] hover:text-[#100F0F]"><a href="">Pricing</a></li>
<li class="ml-[2rem] hover:text-[#100F0F]"><a href="">Learn</a> <i class="fa-solid fa-angle-down"></i></li>
<li class="ml-[2rem] hover:text-[#100F0F]"><a href="">Log in</a></li>
</ul>
<button class="bg-[#008060] hover:bg-[#004c3f] text-white font-[600] px-4 py-2 rounded ml-[9rem] md:ml-[2rem] gap-2">
Try for free
</button>
</nav>
<div class="flex ">
<div class="mt-[3rem] lg:mt-[6rem]">
<h1 class="text-[#004c3f] font-[700] mt-[3rem] text-[2rem] lg:text-[2.9rem]">The easiest way to sell online in India</h1>
<p class="text-[18px] lg:text-[20px] mt-[3rem] mb-6 pr-[30px] md:pr-[60px] lg:pr-[100px] text-[#707e8e]">Try one of the most powerful platforms on the market for free. No technical knowledge needed.</p>
<form action="" class="flex mt-[2.3rem]">
<input type="text" placeholder="Enter your email address"
class="border-[1px] border-black pl-6 md:pt-3 md:pb-3 md:pl-3 md:pr-48 rounded-[4px]">
<button class=" bg-[#008060] mx-auto w-[98%] sm:w-max text-white py-[15px] sm:py-[11px] px-7 rounded-md font-[500] md:ml-[2rem] gap-2">
Try for free
</button>
</form>
<p class=" text-[#4f5357] mt-[2rem] text-[12px] md:text-[13px] pr-[50px] sm:pr-[30px] md:pr-[50px] lg:pr-[60px]">
Try Shopify free for 14 days, no credit card required. By entering your email, you agree to receive marketing emails from Shopify.
</p>
</div>
<div>
<img src="Images\hero-img.png" alt=""
class="hidden lg:flex mt-[6rem] ml-[4rem]">
</div>
</div>
</header>
<!-- *__________Header End__________* -->
<!-- *____________Online____________* -->
<div class="bg-[#004c3f] px-[27.5px] sm:px-[35px] md:px-[60px] lg:px-[90px] py-[60px] sm:py-[90px] text-[#edf3ef] pb-[100px] md:pb-[125px]">
<h1 class="text-[1.7rem] lg:text-[2.3rem] mb-2">
Bring your business online
</h1>
<div class="flex flex-col gap-5 lg:flex-row lg:justify-between text-[16px] mb-10 md:mb-20">
<p class="pr-5 md:pr-0">
Create an ecommerce website backed by powerful tools that help you find customers, drive sales, and manage your day-to-day.
</p>
<a class="flex items-center group font-[600]" href="">
Explore more examples
<div class="relative w-[15px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[15px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
<div class="flex flex-wrap justify-between ">
<div class="p-[8px] w-[50%] sm:w-[1/6] md:w-1/4 lg:w-1/5 sm:mb-0 mb-6">
<div class=" overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="Images/sec-1-img-1.webp">
</div>
<a href="" class=" text-[14px] md:text-[15px] font-medium title-font text-white group">
<h4 class="mt-3">
<span class="mb-1 flex w-fit flex-col group-hover after:content-[''] after:w-full after:opacity-0 after:bg-white after:h-[1px] after:mt-[-5px] group-hover:after:opacity-100">
FOOD & DRINK
</span>
Blue Tokai
</h4>
</a>
</div>
<div class="p-[8px] w-[50%] sm:w-[1/6] md:w-1/4 lg:w-1/5 sm:mb-0 mb-6">
<div class=" overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="Images/sec-1-img-2.webp">
</div>
<a href="" class=" text-[14px] md:text-[15px] font-medium title-font text-white group">
<h4 class="mt-3">
<span class="mb-1 flex w-fit flex-col group-hover after:content-[''] after:w-full after:opacity-0 after:bg-white after:h-[1px] after:mt-[-5px] group-hover:after:opacity-100">
JEWELRY
</span>
Quirksmith
</h4>
</a>
</div>
<div class="p-[8px] w-[50%] sm:w-[1/6] md:w-1/4 lg:w-1/5 sm:mb-0 mb-6">
<div class=" overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="Images/sec-1-img3.webp">
</div>
<a href="" class=" text-[14px] md:text-[15px] font-medium title-font text-white group">
<h4 class="mt-3">
<span class="flex mb-1 w-fit flex-col group-hover after:content-[''] after:w-full after:opacity-0 after:bg-white after:h-[1px] after:mt-[-5px] group-hover:after:opacity-100">
ELECTRONICS
</span>
Crossbeats
</h4>
</a>
</div>
<div class="p-[8px] w-[50%] sm:w-[1/6] md:w-1/4 lg:w-1/5 sm:mb-0 mb-6">
<div class=" overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="Images/sec-1-img4.webp">
</div>
<a href="" class=" text-[14px] md:text-[15px] font-medium title-font text-white group">
<h4 class="mt-3">
<span class="flex mb-1 w-fit flex-col group-hover after:content-[''] after:w-full after:opacity-0 after:bg-white after:h-[1px] after:mt-[-5px] group-hover:after:opacity-100">
BEAUTY
</span>
Mcaffeine
</h4>
</a>
</div>
<div class="p-[8px] hidden lg:block w-1/4 lg:w-1/5 sm:mb-0 mb-6">
<div class=" overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="Images/sec-1-img5.webp">
</div>
<a href="" class="text-[15px] font-medium title-font text-white group">
<h4 class="mt-3">
<span class="flex mb-1 w-fit flex-col group-hover after:content-[''] after:w-full after:opacity-0 after:bg-white after:h-[1px] after:mt-[-5px] group-hover:after:opacity-100">
FASHION
</span>
Bunaai
</h4>
</a>
</div>
</div>
<!-- *_________Ecommerce_________* -->
<div class="text-[#edf3ef] mt-[3rem]">
<h1 class="text-[1.7rem] lg:text-[1.9rem] mb-2">Take the best path forward</h1>
</div>
<div class="flex mt-[3rem] lg:justify-between flex-wrap gap-5 md:gap-[6px]">
<div class="p-[10px] flex flex-col flex-wrap gap-3 sm:w-[70%] md:w-[48%] lg:w-1/5">
<img class="w-[32px] mb-1" src="Images/icon1.jpg" alt="">
<h4 class="text-[16px] md:text-[18px] tracking-wider font-[500]">
Start an online business
</h4>
<p class="tracking-wider font-[300] text-[15px]">
Create a business, whether you've got a fresh idea or are looking for a new way to make money.
</p>
</div>
<div class="p-[10px] flex flex-col flex-wrap gap-3 sm:w-[70%] md:w-[48%] lg:w-1/5">
<img class="w-[32px] mb-1" src="Images/icon2.jpg" alt="">
<h4 class="text-[16px] md:text-[18px] tracking-wider font-[500]">
Start an online business
</h4>
<p class="tracking-wider font-[300] text-[15px]">
Create a business, whether you've got a fresh idea or are looking for a new way to make money.
</p>
</div>
<div class="p-[10px] flex flex-col flex-wrap gap-3 sm:w-[70%] md:w-[48%] lg:w-1/5">
<img class="w-[32px] mb-1" src="Images/icon3.jpg" alt="">
<h4 class="text-[16px] md:text-[18px] tracking-wider font-[500]">
Start an online business
</h4>
<p class="tracking-wider font-[300] text-[15px]">
Create a business, whether you've got a fresh idea or are looking for a new way to make money.
</p>
</div>
<div class="p-[10px] flex flex-col flex-wrap gap-3 sm:w-[70%] md:w-[48%] lg:w-1/5">
<img class="w-[32px] mb-1" src="Images/icon4.jpg" alt="">
<h4 class="text-[16px] md:text-[18px] tracking-wider font-[500]">
Start an online business
</h4>
<p class="tracking-wider font-[300] text-[15px]">
Create a business, whether you've got a fresh idea or are looking for a new way to make money.
</p>
</div>
</div>
<!-- *_________Ecommerce End_________* -->
</div>
<!-- *____________Online End____________* -->
<!-- *___________SellingOnline___________* -->
<div class="px-[25px] sm:px-[35px] md:px-[60px] lg:px-[90px] my-[80px] sm:my-[100px]">
<div class=" flex flex-col md:items-center">
<h1 class="text-center text-[1.75rem] lg:text-[2.3rem] text-gray-800">
With you wherever you're going
</h1>
<p class="text-center text-gray-500 text-[18.5px] lg:text-[20px] w-[90%] mx-auto sm:mx-0 sm:w-[550px] lg:w-[580px] mt-2">
One platform with all the ecommerce and point of sale features you need to start, run, and grow your business.
</p>
<div class="flex flex-col-reverse lg:flex-row justify-center items-center md:px-[40px] gap-[60px] mt-20">
<div class="flex-[.5]">
<video class="lg:w-[560px]" autoplay loop muted src="Videos\video.1.mp4"></video>
</div>
<div class="flex-[.5]">
<div class="flex flex-col gap-4 md:w-[550px] lg:w-[550px] lg:pr-[90px] mt-[20px] sm:mt-[70px] lg:mt-0 ">
<h4 class="text-[1.5rem] lg:text-[1.9rem] text-gray-800">
Sell everywhere
</h4>
<p class="text-gray-500 text-[16px] lg:text-base">
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 class="text-[#018061] w-fit text-[18px] font-[500] flex items-center group" href="">
Explore ways to sell
<div class="relative w-[18px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[18px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
</div>
<div class="flex flex-col lg:flex-row justify-center items-center md:px-[40px] gap-[60px] mt-20">
<div class="flex-[.5]">
<div class="flex flex-col gap-4 md:w-[550px] lg:w-[550px] lg:pr-[90px] mt-[20px] sm:mt-[70px] lg:mt-0 ">
<h4 class="text-[1.5rem] lg:text-[1.9rem] text-gray-800">
Market your business
</h4>
<p class="text-gray-500 text-[16px] lg:text-base">
Take the guesswork out of marketing with built-in tools that help you create, execute, and analyze digital marketing campaigns.
</p>
<a class="text-[#018061] w-fit text-[18px] font-[500] flex items-center group" href="">
Explore how to market your business
<div class="relative w-[18px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[18px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
<div class="flex-[.5]">
<img src="Images\sec-2-img.webp" alt=""
class="w-[100%]">
</div>
</div>
<div class="flex flex-col-reverse lg:flex-row justify-center items-center md:px-[40px] gap-[60px] mt-20">
<div class="flex-[.5]">
<img src="Images/sec2img2.png" alt=""
class="w-[100%]">
</div>
<div class="flex-[.5]">
<div class="flex flex-col gap-4 md:w-[550px] lg:w-[550px] lg:pr-[90px] mt-[20px] sm:mt-[70px] lg:mt-0 ">
<h4 class="text-[1.5rem] lg:text-[1.9rem] text-gray-800">
Manage everything
</h4>
<p class="text-gray-500 text-[16px] lg:text-base">
Gain the insights you need to grow—use a single dashboard to manage orders, shipping, and payments anywhere you go.
</p>
<a class="text-[#018061] w-fit text-[18px] font-[500] flex items-center group" href="">
Explore how to manage your business
<div class="relative w-[18px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[18px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- *___________SellingOnline End___________* -->
<!-- *____________________Explore____________________* -->
<div class="bg-[#f3fcf4] py-[100px] px-[25px] sm:px-[35px] md:px-[60px] lg:px-[90px]">
<h1 class="text-[#0f5c55] text-[1.5rem] lg:text-[1.8rem] mb-10">
Explore more from Shopify in India
</h1>
<div class="flex md:flex-row flex-col-reverse items-center md:h-[270px] lg:h-[333px]">
<div class="flex flex-col gap-3 flex-[.5] bg-[#fffefe] h-[100%] ">
<div class="m-8">
<h3 class="text-[14px] lg:text-[14.5px] font-[700] mb-3">
START
</h3>
<h4 class="text-[1.25rem] lg:text-[1.5rem] text-gray-700 lg:mr-[120px]">
Launch your store with the help of a Shopify Expert
</h4>
<p class="text-black text-[16px] lg:text-[17px] pr-[30px]
lg:pr-[130px] font-[300]">
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 class="text-[#018061] w-fit text-[16px] font-[500] flex items-center group mt-7" href="">
Browse Experts in India
<div class="relative w-[16px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[16px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
<div class="md:flex-[.5] overflow-hidden h-[400px] md:h-[270px] ">
<img class="h-[400px] md:w-[100%] md:h-[270px] lg:h-[333px] object-cover" src="Images/sec3img.webp" alt="">
</div>
</div>
</div>
<div class=" px-[25px] sm:px-[35px] md:px-[60px] lg:px-[150px] py-10">
<div class="flex flex-col gap-8">
<h1 class="text-[1.5rem] lg:text-[1.9rem] text-gray-800">
Empowering independent business<br>owners everywhere
</h1>
<p class="text-[1.25rem] lg:text-[1.5rem] text-gray-700 pr-10 md:pr-0 md:w-[700px]">
Millions of businesses in <span class="font-[700]">175 countries</span> around the world have made over <span class="font-[700]">$496</span> <span class="font-[700]">billion USD</span> in sales using Shopify.
</p>
<a class="text-[#018061] w-fit text-[16px] font-[500] flex items-center group " href="">
Learn more about Shopify
<div class="relative w-[16px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[16px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
<div>
<img class="mx-auto w-[250px] sm:w-[420px] md:w-[630px] lg:w-[800px] mt-10 " src="Images/sec4globe.png" alt="">
</div>
</div>
<!-- *____________________Explore End____________________* -->
<!-- *___________Review___________* -->
<div class="px-[25px] sm:px-[35px] md:px-[60px] lg:px-[90px] py-[70px] sm:py-[100px] bg-[#002e25]">
<div class="flex md:flex-row flex-col md:h-[550px] lg:h-[658px]">
<div class="h-[300px] md:flex-[.5] md:h-full md:h-full overflow-hidden">
<img class=" md:h-[100%] w-full object-center h-[400px] object-cover " src="Images/lady.jpg" alt="">
</div>
<div class="md:flex-[.5] bg-shopidark text-white pt-[40px] pb-[70px] md:pt-[80px] ">
<h1 class="text-center text-[1.25rem] lg:text-[1.9rem] w-[80%] sm:w-[380px] lg:w-[442px] mx-auto">
“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.”
</h1>
<img class="mx-auto mt-[50px]" src="Images/alicia-img.png" alt="">
<h3 class="text-center text-[15px] lg:text-[21px] mt-9">
Alicia | Alicia Souza
</h3>
</div>
</div>
</div>
<div class="flex justify-around mt-[50px] flex-wrap gap-5 sm:gap-20 lg:gap-0">
<img src="Images/l1.png" alt="">
<img src="Images/l2.png" alt="">
<img src="Images/l3.png" alt="">
<img src="Images/l4.webp" alt="">
<img src="Images/l5.webp" alt="">
<img src="Images/l6.png" alt="">
<img src="Images/l7.png" alt="">
</div>
<!-- *___________Review End___________* -->
<!-- *_____________Help_____________* -->
<div class="px-0 md:px-[60px] pr-0 lg:pl-[90px] mr-0 bg-[#faf6ed] mt-[6rem] ">
<div class="flex flex-col md:flex-row md:h-[640px] lg:h-[658px] ">
<div class="flex-[1] lg:flex-[.5] text-gray-700 px-[25px] sm:px-[35px] md:px-0">
<h1 class="text-[1.75rem] lg:text-[2.4rem] mb-[50px] mt-20">
Get the help you need,<br> every step of the way
</h1>
<div class="flex gap-10 flex-wrap md:flex-nowrap ">
<div class="md:w-1/2 pr-8 flex flex-col gap-5">
<h4 class="text-[1rem] lg:text-[1.1rem] font-[500]">
Shopify support
</h4>
<p class="text-gray-500 font-[300]">
Contact support 24/7, whether you're troubleshooting issues or looking for business advice.
</p>
<a class="text-[#018061] w-fit text-[16px] font-[500] flex items-center group " href="">
Contact support
<div class="relative w-[16px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[16px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
<div class="md:w-1/2 pr-8 flex flex-col gap-5">
<h4 class="text-[1rem] lg:text-[1.1rem] font-[500]">
Shopify App Store
</h4>
<p class="text-gray-500 font-[300]">
Add features and functionality to your business with 6,000+ apps that integrate directly with Shopify.ice.
</p>
<a class="text-[#018061] w-fit text-[16px] font-[500] flex items-center group " href="">
Visit the Shopify App Store
<div class="relative w-[16px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[16px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
<div class="md:w-1/2 pr-8 mt-10 flex flex-col gap-5">
<h4 class="text-[1rem] lg:text-[1.1rem] font-[500]">
Shopify Experts Marketplace
</h4>
<p class="text-gray-500 font-[300]">
Hire a Shopify expert to help you with everything from store setup to SEO..
</p>
<a class="text-[#018061] w-fit text-[16px] font-[500] flex items-center group " href="">
Explore the Shopify Experts Marketplace
<div class="relative w-[16px] h-[15px]">
<i class="fa-solid fa-arrow-right text-[16px] ease-in duration-300 absolute left-[5px] group-hover:left-[10px]"></i>
</div>
</a>
</div>
</div>
<div class="mt-10 md:mt-0 h-[350px] lg:w-full
lg:flex-[.6] md:h-[640px] lg:h-[658px] overflow-hidden">
<img class=" ml-[3rem] h-[460px] w-[100%] object-cover object-center md:h-[645px] lg:h-[730px] " src="Images/lastimg.webp" alt="">
</div>
</div>
</div>
<!-- *_____________Help End_____________* -->
<!-- *_____Wherever your going_____* -->
<div class="flex flex-col md:items-center mt-[2rem] sm:items-center">
<h1 class="text-center text-[1.75rem] lg:text-[2.3rem] text-gray-800">
Start your business journey with Shopify
</h1>
<p class="text-center text-gray-500 text-[12px] lg:text-[19px] w-[90%] mx-auto sm:mx-0 sm:w-[550px] lg:w-[580px] mt-2">
Try Shopify for free, and explore all the tools and services you need to start, run, and grow your business.
</p>
<button class=" mt-[2rem] text-[16px] font-[500] bg-[#008060] text-white py-[13px] px-9 rounded-md w-fit hover:bg-shopidark">
Start free trial
</button>
</div>
<!-- *_____Wherever your going End_____* -->
<!-- *___Footer___* -->
<footer class="bg-[#002e25]">
<div class="px-[25px] sm:px-[60px] lg:px-[90px]">
<div class="mt-[2rem] lg:mr[9rem] pt-[2rem] flex flex-wrap sm:flex-nowrap justify-start pb-2 sm:pb-0 text-[#fffefe] border-b-[2px] border-[#0e3b32] gap-4 sm:gap-5 w-full text-[12px] md:text-base font-[600] tracking-wider ">
<a class="sm:pb-6 border-b-[2px] border-transparent hover:border-[#fffefe] ease-in-out duration-300 " href="">
<h4>About</h4>
</a>
<a class="sm:pb-6 hover:border-b-[2px] hover:border-[#fffefe] ease-in-out duration-300" href="">
<h4> Careers</h4>
</a>
<a class="sm:pb-6 hover:border-b-[2px] hover:border-[#fffefe] ease-in-out duration-300" href="">
<h4> Press and Media</h4>
</a>
<a class="sm:pb-6 hover:border-b-[2px] hover:border-[#fffefe] ease-in-out duration-300" href="">
<h4> Shopify Plus</h4>
</a>
<a class="sm:pb-6 hover:border-b-[2px] hover:border-[#fffefe] ease-in-out duration-300" href="">
<h4> Sitemap</h4>
</a>
</div>
<div class="flex justify-between mt-6 pb-7 lg:gap-[30px] ">
<div class="flex flex-col gap-3 lg:w-full ">
<h4 class="text-white font-[600] text-[14px]">
ONLINE STORE
</h4>
<div class="flex flex-wrap lg:flex-nowrap">
<div class="flex lg:w-fit flex-col gap-2 text-[#b6babf] font-[300] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
Sell online
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Features
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Examples
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Website builder
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Online retail
</a>
</div>
<div class="flex lg:w-fit flex-col gap-2 text-[#b6babf] font-[300] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
Ecommerce website
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Domain names
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Themes
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Shopping cart
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Ecommerce hosting
</a>
</div>
<div class="flex lg:w-fit flex-col gap-2 text-[#b6babf] font-[300] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
Mobile commerce
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Ecommerce software
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Online store builder
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Dropshipping Business
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Store themes
</a>
</div>
</div>
</div>
<div class="flex flex-wrap md:flex-nowrap gap-5">
<div class="flex flex-col gap-3">
<h4 class="text-white font-[600] text-[14px]">
POINT OF SALE
</h4>
<div class="flex flex-wrap flex-col lg:gap-2 text-[#b6babf] font-[300] lg:w-[200px] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
Point of sale
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Features
</a>
</div>
</div>
<div class="flex flex-col gap-3">
<h4 class="text-white font-[600] text-[14px]">
SUPPORT
</h4>
<div class="flex flex-wrap flex-col gap-2 text-[#b6babf] font-[300] lg:w-[200px] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
24/7 support
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Shopify Help Center
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Shopify Community
</a>
<a class="w-[150px] lg:w-[200px]" href="">
API documentation
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Free tools
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Free stock photos
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Websites for sale
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Logo Maker
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Business name generator
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Research
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Legal
</a>
</div>
</div>
<div class="flex flex-col gap-3">
<h4 class="text-white font-[600] text-[14px]">
SHOPIFY
</h4>
<div class="flex flex-wrap flex-col gap-2 text-[#b6babf] font-[300] lg:w-[200px] text-[15px]">
<a class="w-[150px] lg:w-[200px]" href="">
Point of sale
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Contact
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Partner program
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Affiliate program
</a>
<a class="w-[150px] lg:w-[200px]" href="">
App developers
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Investors
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Blog topics
</a>
<a class="w-[150px] lg:w-[200px]" href="">
Community Events
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between border-t-2 border-[#0e3b32] p-10 pb-2 px-[60px] lg:px-[90px] md:items-start items-center">
<div class="flex gap-6 ">
<a href="">
<div class="bg-white p-1 rounded-full">
<img class=" w-[16px]" src="Images/fb.png" alt="">
</div>
</a>
<a href="">
<div class="bg-white p-1 rounded-full">
<img class="] w-[16px]" src="Images/twitter.png" alt="">
</div>
</a>
<a href="">
<div class="bg-white p-1 rounded-full">
<img class="invert-[100%] w-[16px]" src="Images/ytlogo.png" alt="">
</div>
</a>
<a href="">
<div class="bg-white p-1 rounded-full">
<img class=" w-[16px]" src="Images/insta.png" alt="">
</div>
</a>
<a href="">
<div class="bg-white p-1 rounded-full">
<img class=" w-[16px]" src="Images/link.png" alt="">
</div>
</a>
<a href="">
<div class="bg-white p-[2px] rounded-full">
<img class=" w-[20px]" src="Images/pint.png" alt="">
</div>
</a>
</div>
<h4 class="text-[#b6babf] flex gap-1 md:mt-0 mt-5">
<span class="cursor-pointer">
Terms of Service
</span>
<span class="ml-2 cursor-pointer">Privacy Policy</span>
<span class="flex gap-1 text-white cursor-pointer">
<img class="invert-[100%] w-[15px] h-[15px] my-auto" src="Images/world.png" alt="">
India
<img class="w-[13px] h-[8px] my-auto" src="Images/drop.png" alt="">
</span>
</h4>
</div>
</div>
</footer>
<!-- *___Footer End___* -->
</body>
</html>