-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
816 lines (810 loc) · 31.7 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
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zone.</title>
<link rel="icon" href="./files/imgs/site-fav.png" />
<link rel="stylesheet" href="./styles/app.css" />
<script src="./scripts/app.js" defer></script>
</head>
<body class="bg-gray-900 relative min-h-screen">
<svg class="hidden">
<symbol
id="bars3"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
/>
</symbol>
<symbol
id="x-mark"
xmlns="http://www.w3.org/2000/svg"
fill=""
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
/>
</symbol>
<symbol
id="question-mark-circle"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"
/>
</symbol>
<symbol
id="send"
width="16"
height="16"
viewBox="0 0 16 16"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<g id="Frame">
<g id="Group">
<path
id="Vector"
d="M10 14.6667C9.74867 14.6667 9.51667 14.5247 9.40333 14.298L7.42467 10.3407C7.316 10.1233 7.33467 9.86334 7.47267 9.66268L10.6667 5.33334L6.33667 8.52668C6.136 8.66534 5.876 8.68268 5.65867 8.57468L1.702 6.59668C1.46467 6.47734 1.32 6.22868 1.33467 5.96334C1.34867 5.69801 1.52 5.46601 1.76933 5.37468L14.436 0.708009C14.6793 0.619342 14.9533 0.677342 15.138 0.862009C15.322 1.04534 15.382 1.32001 15.292 1.56401L10.6253 14.2307C10.5333 14.48 10.302 14.6513 10.0367 14.6653C10.0247 14.666 10.012 14.6667 10 14.6667Z"
fill="white"
/>
</g>
</g>
</symbol>
<symbol
id="location"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M14.5 10.5005C14.5 9.11924 13.3808 8 12.0005 8C10.6192 8 9.5 9.11924 9.5 10.5005C9.5 11.8808 10.6192 13 12.0005 13C13.3808 13 14.5 11.8808 14.5 10.5005Z"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.9995 21C10.801 21 4.5 15.8984 4.5 10.5633C4.5 6.38664 7.8571 3 11.9995 3C16.1419 3 19.5 6.38664 19.5 10.5633C19.5 15.8984 13.198 21 11.9995 21Z"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="phone"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.353 2.5C18.054 2.911 20.978 5.831 21.393 9.532"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M14.353 6.04297C16.124 6.38697 17.508 7.77197 17.853 9.54297"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.0315 12.4724C15.0205 16.4604 15.9254 11.8467 18.4653 14.3848C20.9138 16.8328 22.3222 17.3232 19.2188 20.4247C18.8302 20.737 16.3613 24.4943 7.68447 15.8197C-0.993406 7.144 2.76157 4.67244 3.07394 4.28395C6.18377 1.17385 6.66682 2.58938 9.11539 5.03733C11.6541 7.5765 7.04254 8.48441 11.0315 12.4724Z"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="email"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M17.9026 8.85107L13.4593 12.4641C12.6198 13.1301 11.4387 13.1301 10.5992 12.4641L6.11841 8.85107"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M16.9089 21C19.9502 21.0084 22 18.5095 22 15.4384V8.57001C22 5.49883 19.9502 3 16.9089 3H7.09114C4.04979 3 2 5.49883 2 8.57001V15.4384C2 18.5095 4.04979 21.0084 7.09114 21H16.9089Z"
stroke="white"
stroke-opacity="0.8"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
</svg>
<header class="py-10">
<div class="container">
<div class="flex items-center justify-between text-gray-50">
<div
class="flex items-center gap-1 lg:gap-2 text-xl font-Rubik-Medium"
>
<div>
<img src="./files/imgs/site-fav.png" alt="img" />
</div>
Zone.
</div>
<div
class="hidden md:flex items-center gap-5 lg:gap-[60px] font-DMSans-Medium"
>
<nav>
<ul class="flex items-center gap-5 lg:gap-[60px] text-base">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Blog</a></li>
</ul>
</nav>
<div>
<a
href="#"
class="bg-gradient-to-r from-blue-600 from-[0.36%] to-fuchsia-500 to-[201.02%] py-3 px-6 rounded-[5px]"
>Contact Us</a
>
</div>
</div>
<div class="md:hidden">
<div>
<svg id="hamburger-menu-open-btn" class="w-8 h-8 cursor-pointer">
<use href="#bars3"></use>
</svg>
</div>
<div
id="hamburger-menu"
class="absolute top-0 bottom-0 -right-[300px] h-screen w-[300px] p-5 bg-gradient-to-r from-blue-900 from-[77%] to-fuchsia-800 to-[201.02%] rounded-l-lg transition-all z-50"
>
<div class="flex justify-between items-center text-gray-50">
<svg id="hamburger-menu-close-btn" class="w-10 h-10">
<use href="#x-mark"></use>
</svg>
<svg class="w-10 h-10">
<use href="#question-mark-circle"></use>
</svg>
</div>
<hr class="my-4 bg-gray-50" />
<ul
class="flex flex-col gap-4 items-start child:font-DMSans-Medium child:before:content-[''] child:before:w-0 child:before:h-1 child:before:bg-yellow-500 child:before:top-0 child:before:bottom-0 child:before:left-0 child:before:my-auto child:before:rounded-sm child:before:absolute child:relative child-hover:before:w-2 child-hover:pl-2.5 child:transition-all"
>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<main>
<section>
<div class="container">
<div class="flex justify-center items-center flex-wrap">
<div class="w-full lg:w-1/3 xl:w-1/2">
<h1
class="font-DMSans-Bold bg-gradient-to-r from-blue-600 from-[0.11%] to-fuchsia-500 to-[58.65%] bg-clip-text text-transparent text-4xl leading-normal xl:text-[58px] lg:w-[350px] xl:w-[540px] text-center lg:text-start"
>
Virtual Reality Business Solutions
</h1>
<p
class="text-[15px] text-gray-200 font-DMSans-Medium lg:w-[350px] xl:w-[540px] my-[30px] text-center lg:text-start"
>
We have over 15 year experience in business consulting arena. We
have over 15 year experience in business consulting arena and
artificial intelligence.
</p>
<div
class="text-gray-50 flex items-center justify-center lg:justify-start gap-[30px] font-DMSans-Medium"
>
<a
href="#"
class="sm:py-5 sm:px-10 py-2.5 px-5 bg-gradient-to-r from-blue-600 from-[0.36%] to-fuchsia-500 to-[201.02%] rounded-md"
>Join Us</a
>
<a href="#">Watch video</a>
</div>
</div>
<div class="w-full lg:w-2/3 xl:w-1/2 flex justify-center">
<img src="./files/imgs/main-top-section-img.png" alt="img" />
</div>
</div>
</div>
</section>
<section class="py-5 xl:py-10">
<div class="container">
<div>
<h2 class="text-center font-DMSans-Bold text-[42px] text-white">
Our Service
</h2>
<p
class="text-center font-DMSans-Regular text-base text-white w-[300px] md:w-[580px] mx-auto mt-[30px] mb-10"
>
We turn information into actionable insights We work to understand
your issues and are driven to ask better questions in the pursuit
of making work.
</p>
<div class="flex items-center justify-center flex-wrap gap-[30px]">
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-1 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-1.png"
alt="img"
/>
</div>
<h3
class="text-2xl font-DMSans-Medium line-clamp-1 line-clamp-1"
>
Order Management
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-2 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-2.png"
alt="img"
/>
</div>
<h3 class="text-2xl font-DMSans-Medium line-clamp-1">
Social Assistant
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-3 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-3.png"
alt="img"
/>
</div>
<h3 class="text-2xl font-DMSans-Medium line-clamp-1">
Crypto Platform
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-4 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-4.png"
alt="img"
/>
</div>
<h3 class="text-2xl font-DMSans-Medium line-clamp-1">
Smart Trading Modules
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-5 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-5.png"
alt="img"
/>
</div>
<h3 class="text-2xl font-DMSans-Medium line-clamp-1">
Analyzer of the News
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
<div
class="our-services-items text-white text-center font-DMSans-Medium"
>
<div
class="our-services-items-imgs-wrapper our-services-items-imgs-wrapper-6 flex justify-center items-center"
>
<img
class="w-[38px] h-[38px]"
src="./files/imgs/our-services-6.png"
alt="img"
/>
</div>
<h3 class="text-2xl font-DMSans-Medium line-clamp-1">
Module of Price Notification
</h3>
<p class="font-DMSans-Regular py-5 line-clamp-4">
Lorem ipsum dolor sit amet, consectetur the adipiscing elit.
Sed quis accumsan nisi Ut ut felis congue nisl hendrerit
commodo.
</p>
<a href="#" class="font-DMSans-Medium">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 xl:py-10">
<div class="container">
<div
class="flex flex-col lg:flex-row justify-center items-center gap-5"
>
<div class="w-full lg:w-1/2 flex justify-center">
<img src="./files/imgs/main-second-section-img.png" alt="img" />
</div>
<div
class="w-full lg:w-1/2 text-white flex flex-col items-center justify-start lg:items-start"
>
<h2
class="lg:text-[42px] text-3xl font-DMSans-Bold lg:text-start text-center leading-normal xl:w-[590px]"
>
We complete every projects extra care as customer need
</h2>
<p
class="font-DMSans-Regular my-[30px] lg:text-start text-center xl:w-[590px]"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis at
dictum risus, non suscipit arcu. Quisque aliquam posuere tortor,
sit amet convallis nuncoe scelerisque in. orem ipsum dolor sit
amet, consectetur adipisicing elit. Labore eius molestiae
facere, natus reprehenderit eaque eum, autem ipsam. Magfini,
error. Tempora odit laborum iure inventore possimus laboriosam
qui nam.
</p>
<a
href="#"
class="inline-block bg-gradient-to-r from-blue-600 from-[0.36%] to-fuchsia-500 to-[201.02%] rounded-md py-[7px] px-[14px]"
>Read more</a
>
</div>
</div>
</div>
</section>
<section class="py-5 xl:py-10">
<div class="container">
<div
class="flex flex-col lg:flex-row justify-center items-center gap-5"
>
<div
class="w-full lg:w-1/2 text-white flex flex-col justify-end items-center lg:items-start order-2 lg:order-first"
>
<h2
class="lg:text-[42px] text-3xl font-DMSans-Bold lg:text-start text-center leading-normal xl:w-[590px]"
>
We complete every projects extra care as customer need
</h2>
<p
class="font-DMSans-Regular my-[30px] lg:text-start text-center xl:w-[590px]"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis at
dictum risus, non suscipit arcu. Quisque aliquam posuere tortor,
sit amet convallis nuncoe scelerisque in. orem ipsum dolor sit
amet, consectetur adipisicing elit. Labore eius molestiae
facere, natus reprehenderit eaque eum, autem ipsam. Magfini,
error. Tempora odit laborum iure inventore possimus laboriosam
qui nam.
</p>
<a
href="#"
class="inline-block bg-gradient-to-r from-blue-600 from-[0.36%] to-fuchsia-500 to-[201.02%] rounded-md py-[7px] px-[14px]"
>Read more</a
>
</div>
<div
class="w-full lg:w-1/2 flex justify-center order-1 lg:order-last"
>
<img src="./files/imgs/main-third-section-img.png" alt="img" />
</div>
</div>
</div>
</section>
<section class="py-5 xl:py-10">
<div class="container">
<div class="text-white">
<h2 class="text-[42px] font-DMSans-Bold text-center">
Met Our Team
</h2>
<p
class="font-DMSans-Regular text-center md:w-[480px] mx-auto my-[30px]"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis
accumsan nisi Ut ut felis congue nisl hendrerit commodo.
</p>
<div class="meet-our-team-items-wrapper">
<div class="flex flex-col justify-between">
<div>
<div
class="overflow-hidden w-[90px] h-[90px] mx-auto rounded-full flex justify-center"
>
<img
src="./files/imgs/team-p1.png"
alt="img"
class="w-full h-full"
/>
</div>
<span
class="block text-white text-lg font-DMSans-Medium line-clamp-1 text-center"
>Sunny Khan</span
>
<span
class="block text-white text-sm font-DMSans-Regular line-clamp-1 text-center"
>Executive officer
</span>
</div>
<div class="flex items-center justify-center gap-2.5">
<a href="#">
<img src="./files/imgs/skype-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/linkedin-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/twitter-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/facebook-icon.png" alt="img"
/></a>
</div>
</div>
<div class="flex flex-col justify-between">
<div>
<div
class="overflow-hidden w-[90px] h-[90px] mx-auto rounded-full flex justify-center"
>
<img
src="./files/imgs/team-p2.png"
alt="img"
class="w-full h-full"
/>
</div>
<span
class="block text-white text-lg font-DMSans-Medium line-clamp-1 text-center"
>Alina Jesia</span
>
<span
class="block text-white text-sm font-DMSans-Regular line-clamp-1 text-center"
>UX/UI DESIGNER</span
>
</div>
<div class="flex items-center justify-center gap-2.5">
<a href="#">
<img src="./files/imgs/skype-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/linkedin-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/twitter-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/facebook-icon.png" alt="img"
/></a>
</div>
</div>
<div class="flex flex-col justify-between">
<div>
<div
class="overflow-hidden w-[90px] h-[90px] mx-auto rounded-full flex justify-center"
>
<img
src="./files/imgs/team-p3.png"
alt="img"
class="w-full h-full"
/>
</div>
<span
class="block text-white text-lg font-DMSans-Medium line-clamp-1 text-center"
>Alex Sohag</span
>
<span
class="block text-white text-sm font-DMSans-Regular line-clamp-1 text-center"
>BUSINESS DEVELOPMENT
</span>
</div>
<div class="flex items-center justify-center gap-2.5">
<a href="#">
<img src="./files/imgs/skype-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/linkedin-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/twitter-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/facebook-icon.png" alt="img"
/></a>
</div>
</div>
<div class="flex flex-col justify-between">
<div>
<div
class="overflow-hidden w-[90px] h-[90px] mx-auto rounded-full flex justify-center"
>
<img
src="./files/imgs/team-p4.png"
alt="img"
class="w-full h-full"
/>
</div>
<span
class="block text-white text-lg font-DMSans-Medium line-clamp-1 text-center"
>Afroza Mou</span
>
<span
class="block text-white text-sm font-DMSans-Regular line-clamp-1 text-center"
>Head of marketing</span
>
</div>
<div class="flex items-center justify-center gap-2.5">
<a href="#">
<img src="./files/imgs/skype-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/linkedin-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/twitter-icon.png" alt="img"
/></a>
<a href="#">
<img src="./files/imgs/facebook-icon.png" alt="img"
/></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 xl:py-10">
<div class="container">
<div class="email-subscribe-section">
<h2
class="text-white font-DMSans-Bold text-2xl md:text-3xl lg:text-[42px] text-center"
>
Subscribe to get the Latest News
</h2>
<p
class="text-white font-Roboto-Regular mt-[14px] mb-[30px] text-center sm:text-base text-sm"
>
We recommended you to subscribe to our newspaper,drop your email
below to get daily update about us
</p>
<form class="email-subscribe-input-wrapper">
<input
type="text"
class="text-white font-Rubik-Medium text-base md:text-lg bg-transparent outline-none border-none flex-grow pr-3 w-full pl-6 sm:pl-0 sm:w-auto"
placeholder="Enter your email addres"
/>
<div
class="flex items-center justify-between gap-3 bg-gradient-to-r from-blue-600 from-[0.36%] to-fuchsia-500 to-[201.02%] px-[15px] sm:pl-[14px] sm:pr-[30px] py-[15px] rounded-[15px] text-white font-Rubik-Medium cursor-pointer w-full sm:mt-0 sm:w-[150px]"
>
<svg class="w-4 h-4 hidden sm:block">
<use href="#send"></use>
</svg>
<input
type="submit"
value="Subscribe"
class="cursor-pointer w-max mx-auto sm:mx-0"
/>
</div>
</form>
</div>
</div>
</section>
</main>
<footer class="mt-[100px]">
<div class="mb-[50px]">
<div class="container">
<div class="flex items-start justify-between flex-wrap">
<ul
class="w-full lg:w-[180px] flex justify-center flex-wrap lg:flex-nowrap lg:justify-start lg:flex-col text-white/80 gap-3 lg:gap-0"
>
<li class="w-max lg:w-auto flex items-center gap-2 lg:ml-2 lg:mb-5">
<div>
<img src="./files/imgs/site-fav.png" alt="img" />
</div>
<span>Zone.</span>
</li>
<li class="w-max lg:w-auto flex items-center gap-2 font-DMSans-Regula">
<svg class="w-6 h-6"><use href="#location"></use></svg>
Dhaka, Bangladesh
</li>
<li class="w-max lg:w-auto flex items-center gap-2 font-DMSans-Regular lg:mt-2.5">
<svg class="w-6 h-6"><use href="#phone"></use></svg>
0943833399
</li>
<li class="w-max lg:w-auto flex items-center gap-2 font-DMSans-Regular lg:mt-2.5">
<svg class="w-6 h-6"><use href="#email"></use></svg>
support@zone.com
</li>
</ul>
<ul class="hidden lg:flex w-[180px] flex-col text-white/80">
<li>
<a href="#">Service</a>
</li>
<li class="mt-2.5">
<a href="#">Order Management</a>
</li>
<li class="mt-2.5">
<a href="#">Social Assistant</a>
</li>
<li class="mt-2.5">
<a href="#">Crypto Platform</a>
</li>
<li class="mt-2.5">
<a href="#">Analyzer of the News</a>
</li>
</ul>
<ul class="hidden lg:flex w-[180px] flex-col text-white/80">
<li>
<a href="#">Company</a>
</li>
<li class="mt-2.5">
<a href="#">About Us</a>
</li>
<li class="mt-2.5">
<a href="#">News</a>
</li>
<li class="mt-2.5">
<a href="#">Our trusted partner</a>
</li>
<li class="mt-2.5">
<a href="#">New users FAQ</a>
</li>
</ul>
<ul class="hidden lg:flex w-[180px] flex-col text-white/80">
<li>
<a href="#">Supports</a>
</li>
<li class="mt-2.5">
<a href="#">Help center</a>
</li>
<li class="mt-2.5">
<a href="#">Feedbcak</a>
</li>
<li class="mt-2.5">
<a href="#">Contact us</a>
</li>
<li class="mt-2.5">
<a href="#">Terms conditins</a>
</li>
</ul>
<ul class="hidden lg:flex w-[180px] flex-col text-white/80">
<li>
<a href="#">Resources</a>
</li>
<li class="mt-2.5">
<a href="#">Download app</a>
</li>
<li class="mt-2.5">
<a href="#">Blog</a>
</li>
<li class="mt-2.5">
<a href="#">What’s new</a>
</li>
<li class="mt-2.5">
<a href="#">Sitemap</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="bg-[#969696]" />
<div class="py-6 sm:py-[35px]">
<div class="container">
<div
class="flex items-center justify-between flex-col sm:flex-row sm:gap-0 gap-3 text-white"
>
<div>
<p class="font-Rubik-Medium text-sm">
© 2021 Zone. - All rights reserved.
</p>
</div>
<div
class="flex items-center gap-[54px] text-sm font-DMSans-Regular"
>
<a href="#">Privacy</a>
<a href="#">Security</a>
<a href="#">Terms</a>
</div>
</div>
</div>
</div>
</footer>
<div
id="overlay"
class="hidden fixed top-0 left-0 bottom-0 right-0 z-40 w-full h-screen bg-slate-800/90"
></div>
</body>
</html>