-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
810 lines (764 loc) · 45.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="./images/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Buying House</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<style>
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: 25px;
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
color: #1E2453;
font-weight: 900
}
.swiper-pagination-bullet {
width: 10px;
height: 10px
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
cursor: pointer;
background: #1E2453;
border: 2px solid #fff;
}
</style>
</head>
<body>
<div class="capitalize bg-red-500 font-semibold text-white p-2 text-center">this website is under construction</div>
<!-- nav-bar start -->
<div class="h-full w-full sticky top-0 z-[990]">
<nav role="navigation" class="bg-primary text-white backdrop-blur-md shadow-md xl:block hidden top-0">
<div class="mx-auto max-w-7xl px-6">
<div class="flex items-center justify-between">
<a href="/" class="w-[180px]">
<img src="./images/white.png" alt="logo">
</a>
<ul class="hidden xl:flex">
<li>
<a href="/" class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8">Home</a>
</li>
<li class="relative group">
<a href="./pages/about.html"
class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8">About Us</a>
</li>
<li class="relative group">
<div class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8 cursor-pointer ">
<a class="">Products</a>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down" width="18"
height="18" viewBox="0 0 24 24" stroke-width="1.7" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M6 9l6 6l6 -6"></path>
</svg>
</div>
<ul
class="absolute bg-primary opacity-0 invisible group-hover:visible group-hover:opacity-100 mt-4 group-hover:mt-0 duration-200 shadow-[rgba(17,_17,_26,_0.1)_0px_0px_16px] whitespace-nowrap min-w-[200px]">
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/mens.html" class="p-4 block font-[400] text-[15px]">Mens</a>
</li>
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/womens.html" class="p-4 block font-[400] text-[15px]">Womens</a>
</li>
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/kids.html" class="p-4 block font-[400] text-[15px]">Kids</a>
</li>
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/jackets.html" class="p-4 block font-[400] text-[15px]">Jackets</a>
</li>
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/undergarments.html" class="p-4 block font-[400] text-[15px]">Undergarments</a>
</li>
<li class="hover:bg-[#272B56] focus:text-secondary hover:text-secondary ">
<a href="./pages/products/sweter.html" class="p-4 block font-[400] text-[15px]">Sweter</a>
</li>
</ul>
</li>
<li>
<a href="./pages/gallery.html"
class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8">Gallery</a>
</li>
<li>
<a href="./pages/career.html"
class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8">Career</a>
</li>
<li>
<a href="./pages/contact.html"
class="focus:text-secondary hover:text-secondary flex px-5 items-center py-8 whitespace-nowrap">Contact
Us</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<nav>
<div class="px-5 sm:px-10 py-1 w-full flex xl:hidden shadow justify-between items-center bg-primary z-40">
<a href="/">
<img class="md:w-[150px] w-[100px]" src="./images/white.png" alt="logo">
</a>
<button id="menu" aria-label="open menu" class="focus:outline-none focus:ring-2 focus:ring-gray-600 rounded-md"
onclick="sidebarHandler(true)">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2 w-8 md:w-10 h-8 md:h-10 text-white"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
</button>
</div>
</nav>
<!-- Code block ends -->
</div>
<div class="w-full h-full transform -translate-x-full xl:hidden fixed top-0 z-[991]" id="mobile-nav">
<div class="bg-gray-800 opacity-50 w-full h-full" onclick="sidebarHandler(false)"></div>
<div
class="w-[310px] z-40 fixed overflow-y-auto top-0 bg-white shadow h-full flex-col justify-between xl:hidden pb-4 transition duration-150 ease-in-out">
<div class="h-full">
<div class="flex flex-col justify-between h-full w-full">
<div>
<div class="flex w-full items-center justify-between border-b px-5 py-2 bg-slate-100">
<div class="flex items-center justify-between w-full py-4 sm:py-5">
<a href="/" class="w-[140px]">
<img src="./images/logo.png" alt="logo">
</a>
<button id="cross" aria-label="close menu" class="focus:outline-none focus:ring-2 rounded-md "
onclick="sidebarHandler(false)">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24"
height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"></path>
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
</div>
</div>
<ul class="f-m-m">
<li class="">
<a href="/" tabindex="0"
class="focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base py-1 my-1 md:py-1 md:my-2 cursor-pointer hover:bg-primary hover:text-white block px-3">
Home</a>
</li>
<li class="">
<a href="./pages/about.html" tabindex="0"
class="focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base py-1 my-1 md:py-1 md:my-2 cursor-pointer hover:bg-primary hover:text-white block px-3">
About Us</a>
</li>
<li class="">
<div
class="parent_menu focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base px-3 flex items-center justify-between hover:bg-primary hover:text-white py-1 my-1 md:py-1 md:my-2 cursor-pointer">
<span>Products</span>
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 md:w-6 md:h-6" width="18" height="18"
viewBox="0 0 24 24" stroke-width="1.7" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M6 9l6 6l6 -6"></path>
</svg>
</div>
<div class="child_menu">
<ul class="my-2 text-base md:text-lg">
<li><a href="./pages/products/mens.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Mens</a>
</li>
<li><a href="./pages/products/womens.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Womens</a>
</li>
<li><a href="./pages/products/kids.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Kids
Banks</a></li>
<li><a href="./pages/products/jackets.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Jackets
Strips</a></li>
<li><a href="./pages/products/undergarments.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Undergarments
Stations</a></li>
<li><a href="./pages/products/sweter.html"
class="py-1 px-2 m-1 hover:bg-primary hover:text-white block rounded">Sweter
Stations</a></li>
</ul>
</div>
</li>
<li class="">
<a href="./pages/gallery.html" tabindex="0"
class="focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base py-1 my-1 md:py-1 md:my-2 cursor-pointer hover:bg-primary hover:text-white block px-3">
Gallery</a>
</li>
<li class="">
<a href="./pages/career.html" tabindex="0"
class="focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base py-1 my-1 md:py-1 md:my-2 cursor-pointer hover:bg-primary hover:text-white block px-3">Career</a>
</li>
<li class="">
<a href="./pages/contact.html" tabindex="0"
class="focus:outline-none focus:text-secondary-600 xl:text-base md:text-lg text-base py-1 my-1 md:py-1 md:my-2 cursor-pointer hover:bg-primary hover:text-white block px-3 block">
Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- nav-bar end -->
<!-- slider -->
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide fade relative">
<div class="xl:h-screen lg:h-[600px] md:h-[500px] h-[300px] w-full relative flex items-center">
<img src="https://img1.wsimg.com/isteam/stock/4282/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m"
class="w-full h-full bg-cover" alt="Nature">
<div class="absolute inset-0 bg-black opacity-30"></div>
</div>
<div
class="md:max-w-7xl w-full mx-auto px-6 text-center absolute inset-0 flex flex-col items-center justify-center text-white">
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-semibold uppercase animate-left">
apparel Horizon</h1>
<p class="text-sm sm:text-lg md:text-xl md:w-2/3 lg:w-1/2 w-full py-5 animate-right">UK based sales &
customer service, specializing in all aspects of apparel sourcing & supply to UK-based brands & retailers.
</p>
<button
class="bg-primary hover:bg-secondary transition duration-700 ease-in-out text-white text-sm sm:text-md md:text-lg px-3 sm:px-4 py-2 md:px-6 md:py-2 mt-3 md:mt-4 animate-top">See
More</button>
</div>
</div>
<div class="swiper-slide fade relative">
<div class="xl:h-screen lg:h-[600px] md:h-[500px] h-[300px] w-full relative flex items-center">
<img src="./images/Bitmaddp-scaled-copy-2.webp" class="w-full h-full" alt="Nature">
<div class="absolute inset-0 bg-black opacity-30"></div>
</div>
<div
class="md:max-w-7xl w-full mx-auto px-6 text-center absolute inset-0 flex flex-col items-center justify-center text-white">
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-semibold uppercase animate-left">
apparel Horizon</h1>
<p class="text-sm sm:text-lg md:text-xl md:w-2/3 lg:w-1/2 w-full py-5 animate-right">UK based sales &
customer service, specializing in all aspects of apparel sourcing & supply to UK-based brands & retailers.
</p>
<button
class="bg-primary hover:bg-secondary transition duration-700 ease-in-out text-white text-sm sm:text-md md:text-lg px-3 sm:px-4 py-2 md:px-6 md:py-2 mt-3 md:mt-4 animate-top">See
More</button>
</div>
</div>
<div class="swiper-slide fade relative">
<div class="xl:h-screen lg:h-[600px] md:h-[500px] h-[300px] w-full relative flex items-center">
<img src="https://ananta-bd.com/wp-content/uploads/2021/06/anastase-maragos-ZUBNPRZsQvk-unsplash.jpg"
class="w-full h-full" alt="Nature">
<div class="absolute inset-0 bg-black opacity-30"></div>
</div>
<div
class="md:max-w-7xl w-full mx-auto px-6 text-center absolute inset-0 flex flex-col items-center justify-center text-white">
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-semibold uppercase animate-left">
apparel Horizon</h1>
<p class="text-sm sm:text-lg md:text-xl md:w-2/3 lg:w-1/2 w-full py-5 animate-right">UK based sales &
customer service, specializing in all aspects of apparel sourcing & supply to UK-based brands & retailers.
</p>
<button
class="bg-primary hover:bg-secondary transition duration-700 ease-in-out text-white text-sm sm:text-md md:text-lg px-3 sm:px-4 py-2 md:px-6 md:py-2 mt-3 md:mt-4 animate-top">See
More</button>
</div>
</div>
</div>
<div class="swiper-button-next bg-[#ffffff99] text-primary p-6 rounded-full slider-button"></div>
<div class="swiper-button-prev bg-[#ffffff99] text-primary p-6 rounded-full slider-button"></div>
<div class="swiper-pagination md:hidden block w-4 h-4"></div>
</div>
<!-- about us section -->
<div class="">
<div class="max-w-7xl mx-auto px-6 xl:mb-8 sm:py-10 lg:py-0 py-6">
<div class="grid md:grid-cols-3 sm:grid-cols-2 grid-cols-1 xl:gap-10 gap-5 relative xl:-mt-60 lg:-mt-44 z-10">
<div class="xl:p-5 p-3 lg:bg-[#00000099] bg-black hover:bg-black transition duration-700 ease-out hover:scale-110">
<img class="mx-auto xl:w-28 lg:w-20 md:w-16 w-14" src="./images/security.png" alt="">
<p class="text-center md:text-h2 text-h3 mt-5 text-white">Reliable</p>
</div>
<div class="xl:p-5 p-3 lg:bg-[#00000099] bg-black hover:bg-black transition duration-700 ease-out hover:scale-110">
<img class="mx-auto xl:w-28 lg:w-20 md:w-16 w-14" src="./images/handshake.png" alt="">
<p class="text-center md:text-h2 text-h3 mt-5 text-white">Ethical</p>
</div>
<div class="xl:p-5 p-3 lg:bg-[#00000099] bg-black hover:bg-black transition duration-700 ease-out hover:scale-110">
<img class="mx-auto xl:w-28 lg:w-20 md:w-16 w-14" src="./images/eco-light.png" alt="">
<p class="text-center md:text-h2 text-h3 mt-5 text-white">Sustainable</p>
</div>
</div>
</div>
</div>
<div class="bg-background">
<div class="max-w-7xl mx-auto px-6 sm:py-10 py-6">
<div class="grid md:grid-cols-2 md:gap-10 gap-5 items-center">
<div class="relative overflow-hidden">
<img class="rounded-md hover:scale-110 transition duration-700 ease-in-out object-cover w-full"
src="https://akij.net/img/Founder-image.jpg" alt="Nature" class="w-full">
<div class="absolute bottom-4 right-4 bg-white rounded-md sm:p-4 p-2">
<div class="flex sm:gap-3 gap-2 items-center">
<div>
<img class="sm:w-12 w-8 overflow-hidden" src="./images//logo.png" alt="">
</div>
<div>
<h4 class="sm:text-lg text-md font-semibold text-primary">SK. ATICK RAHMAN</h4>
<p class="text-sm text-secondary">Founder</p>
</div>
</div>
</div>
</div>
<div class=" text-center sm:text-left">
<h2 class="text-lg md:text-h3 lg:text-h2 font-semibold ">One of the biggest conglomerates in Bangladesh.
</h2>
<p class="py-4 text-sm lg:text-base lg:leading-8 leading-6 tracking-wide text-justify">The legacy of AKIJ
GROUP is over half a century old and over the years Akij has established itself as the full of confidence
and much revered industrial family of Bangladesh. It consists of 24 big concerns with diverse activities &
GROUP is over half a century old and over the years Akij has established itself as the full of confidence
and much revered industrial family of Bangladesh. It consists of 24 big concerns with diverse activities &
different products. <br class="hidden sm:block">
Akij Group launched its venture as a small jute trader more than 50 years ago.</p>
<a href="./pages/about.html">
<button
class="bg-primary hover:bg-secondary text-white px-6 py-2 mt-4 transition duration-700 ease-in-out">Learn
More</button>
</a>
</div>
</div>
</div>
</div>
<!-- why choose us section -->
<div>
<div class="max-w-7xl mx-auto px-6 sm:py-10 py-6">
<div class="md:w-1/2 mx-auto text-center">
<h1 class="text-2xl sm:text-2xl md:text-3xl xl:text-4xl font-semibold">Why Choose Us</h1>
<p class="my-3 text-sm lg:text-base leading-6 tracking-wide">Fashionplus International is a UK based sales
office offering an outstanding supply chain management service to clothing brands and retailers.</p>
</div>
<div class="grid lg:grid-cols-3 md:grid-cols-2 sm:gap-10 gap-5 pt-10">
<div class="group">
<div
class="bg-blue-50 group-hover:bg-primary transition duration-500 ease-in-out md:w-40 w-28 h-28 md:h-40 mx-auto rounded-full relative">
<svg
class="md:w-14 w-8 fill-primary group-hover:fill-secondary transition duration-500 ease-in-out mx-auto flex items-center justify-center h-full"
xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512">
<path
d="M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z" />
</svg>
<div
class="md:w-10 w-5 h-5 md:h-10 bg-primary group-hover:bg-white transition duration-500 ease-in-out rounded-full absolute left-4 bottom-0">
</div>
</div>
<div class="text-center">
<h2 class="text-lg md:text-h3 lg:text-h2 font-semibold mt-5 mb-2 lg:my-5">Cost Advantage</h2>
<p class="text-sm lg:text-base leading-6 tracking-wide px-5">We focus exceedingly on the the cost
advantage of our production.</p>
</div>
</div>
<div class="group">
<div
class="bg-blue-50 group-hover:bg-primary transition duration-500 ease-in-out md:w-40 w-28 h-28 md:h-40 mx-auto rounded-full relative">
<svg
class="md:w-14 w-8 fill-primary group-hover:fill-secondary transition duration-500 ease-in-out mx-auto flex items-center justify-center h-full"
xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512">
<path
d="M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V280h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H280V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H176V24zM160 128H352c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm192 32H160V352H352V160z" />
</svg>
<div
class="md:w-10 w-5 h-5 md:h-10 bg-primary group-hover:bg-white transition duration-500 ease-in-out rounded-full absolute left-4 bottom-0">
</div>
</div>
<div class="text-center">
<h2 class="text-lg md:text-h3 lg:text-h2 font-semibold mt-5 mb-2 lg:my-5">Technological Advantage</h2>
<p class="text-sm lg:text-base leading-6 tracking-wide px-5">We put great effort to ensure the efficiency
on the technological aspects.</p>
</div>
</div>
<div class="group">
<div
class="bg-blue-50 group-hover:bg-primary transition duration-500 ease-in-out md:w-40 w-28 h-28 md:h-40 mx-auto rounded-full relative">
<svg
class="md:w-14 w-8 fill-primary group-hover:fill-secondary transition duration-500 ease-in-out mx-auto flex items-center justify-center h-full"
xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512">
<path
d="M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z" />
</svg>
<div
class="md:w-10 w-5 h-5 md:h-10 bg-primary group-hover:bg-white transition duration-500 ease-in-out rounded-full absolute left-4 bottom-0">
</div>
</div>
<div class="text-center">
<h2 class="text-lg md:text-h3 lg:text-h2 font-semibold mt-5 mb-2 lg:my-5">Quality Advantage</h2>
<p class="text-sm lg:text-base leading-6 tracking-wide px-5">The quality you seek is the quality we great
effort to ensure
deliver.</p>
</div>
</div>
</div>
</div>
</div>
<!-- our products -->
<div class="bg-background">
<div class="max-w-7xl mx-auto px-7 sm:py-10 py-6">
<h1 class="text-2xl sm:text-2xl md:text-3xl xl:text-4xl font-semibold text-center sm:mb-10 mb-5">Our Products</h1>
<div class="grid xl:grid-cols-7 md:grid-cols-5 sm:grid-cols-4 grid-cols-3 sm:gap-5 gap-2">
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/mens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto" src="https://img.icons8.com/color/48/shirt.png"
alt="shirt" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/mens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto"
src="https://img.icons8.com/color/48/t-shirt.png" alt="t-shirt" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/mens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto" src="https://img.icons8.com/color/48/jeans.png"
alt="jeans" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/jackets.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto"
src="https://img.icons8.com/color/48/puffer-jacket.png" alt="puffer-jacket" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/womens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto"
src="https://img.icons8.com/external-microdots-premium-microdot-graphic/64/external-apparel-clothes-accessory-vol1-microdots-premium-microdot-graphic.png"
alt="external-apparel-clothes-accessory-vol1-microdots-premium-microdot-graphic" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/womens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto"
src="https://img.icons8.com/external-yogi-aprelliyanto-outline-color-yogi-aprelliyanto/32/external-chinese-dress-chinese-new-year-yogi-aprelliyanto-outline-color-yogi-aprelliyanto.png"
alt="external-chinese-dress-chinese-new-year-yogi-aprelliyanto-outline-color-yogi-aprelliyanto" />
</a>
</div>
<div
class="border-[#777] rounded-xl transition duration-700 ease-out hover:shadow-gray-400 hover:shadow-bottom-right hover:scale-110 border sm:p-5 p-2">
<a href="./pages/products/womens.html">
<img class="w-16 h-16 items-center object-cover justify-center mx-auto"
src="https://img.icons8.com/external-justicon-lineal-color-justicon/64/external-shirt-autumn-clothes-justicon-lineal-color-justicon.png"
alt="external-shirt-autumn-clothes-justicon-lineal-color-justicon" />
</a>
</div>
</div>
</div>
</div>
<div class="">
<div class="max-w-7xl mx-auto px-6 sm:py-10 py-6">
<div class="grid lg:grid-cols-5 gap-5 lg:gap-0 sm:grid-cols-2 sm:items-center">
<div class="lg:col-span-3 sm:col-span-1 overflow-hidden">
<img class="rounded-md hover:scale-110 transition duration-700 ease-in-out object-cover w-full"
src="https://www.standard-group.com/wp-content/uploads/2021/01/about.jpg" alt="">
<div class="bg-primary text-white text-center lg:w-3/5 xl:2/3 lg:mt-10 mt-5 rounded-md">
<p class="flex gap-5 sm:text-h1 text-h2 items-center justify-center p-10">
<span>
<svg class="fill-white" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512">
<path
d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" />
</svg>
</span>
<span>98903 +</span>
</p>
<hr>
<p class=" text-sm lg:text-base lg:leading-8 leading-6 tracking-wide p-3">Client success stories</p>
</div>
</div>
<div
class="lg:p-20 md:p-10 sm:p-7 lg:col-span-2 lg:-ml-52 bg-white lg:mt-32 rounded-md sm:col-span-1 z-10 sm:shadow-2xl">
<h1 class="text-lg md:text-h3 lg:text-h2 font-semibold ">International standards and compliances measures
</h1>
<p class="lg:mt-10 mt-5 text-sm lg:text-base lg:leading-8 leading-6 tracking-wide text-justify">New
international standards and compliances measures set by International Agencies and the valued customers
are something that Standard Group always looks forward to. We maintain a professional culture that abides
by ethics, employee standards, industry standards, and legal compliances. Our business growth is directly
transformed into reality within these compliances.</p>
</div>
</div>
</div>
</div>
<!-- our clients -->
<div class="bg-background">
<div class="max-w-7xl mx-auto px-6 sm:py-10 py-6">
<h1 class="text-2xl sm:text-2xl md:text-3xl xl:text-4xl font-semibold text-center">Our Clients</h1>
<div class="relative glide-08 overflow-hidden">
<!-- Slides -->
<div data-glide-el="track">
<ul
class="whitespace-no-wrap flex-no-wrap [backface-visibility: hidden] [transform-style: preserve-3d] [touch-action: pan-Y] [will-change: transform] relative flex md:py-4 overflow-hidden">
<li>
<div class="w-full h-full">
<!-- Start Testimonial -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/4.png" />
<!-- End Testimonial -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start PACKEGE -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/8.png" />
<!-- End packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/11.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/12.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/13.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/14.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/15.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/17.png" />
<!-- End Packege -->
</div>
</li>
<li>
<div class="w-full h-full">
<!-- Start Packege -->
<img class="w-full block"
src="https://www.epicgroup.global/corpinfo21v1/wp-content/uploads/2021/07/16.png" />
<!-- End Packege -->
</div>
</li>
</ul>
</div>
<!-- Indicators -->
<div class="flex items-center justify-center w-full gap-2" data-glide-el="controls[nav]">
<button class="md:p-4 p-2 group" data-glide-dir="=0" aria-label="goto slide 1"><span
class="block md:w-2 w-1 md:h-2 h-1 transition-colors duration-300 rounded-full opacity-70 ring-1 ring-primary focus:outline-none"></span></button>
<button class="md:p-4 p-2 group" data-glide-dir="=1" aria-label="goto slide 2"><span
class="block md:w-2 w-1 md:h-2 h-1 transition-colors duration-300 rounded-full opacity-70 ring-1 ring-primary focus:outline-none"></span></button>
<button class="md:p-4 p-2 group" data-glide-dir="=2" aria-label="goto slide 3"><span
class="block md:w-2 w-1 md:h-2 h-1 transition-colors duration-300 rounded-full opacity-70 ring-1 ring-primary focus:outline-none"></span></button>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="bg-primary text-white py-10">
<div class="mx-auto max-w-7xl px-6">
<div class="grid md:grid-cols-6 sm:grid-cols-3 grid-cols-1 md:gap-10 gap-8">
<div class="text-center sm:col-span-2">
<img class="w-1/2 mx-auto" src="./images/white.png" alt="">
<h1 class="text-lg md:text-h3 lg:text-h2 lg:mt-3 mt-2 mb-1 font-semibold">Apparel Horizon</h1>
<p class="text-sm lg:text-base lg:leading-8 leading-6 tracking-wide">House # 29 Rd No 17, Dhaka 1213</p>
<div class="mt-1">
<ul class="flex gap-3 justify-center">
<li>
<a href="https://www.facebook.com/tihanonline/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 512 512">
<path class="fill-white hover:fill-secondary"
d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" />
</svg>
</a>
</li>
<li>
<a href="https://twitter.com" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 512 512">
<path class="fill-white hover:fill-secondary"
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg>
</a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 448 512">
<path class="fill-white hover:fill-secondary"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="col-span-1 text-center md:text-left">
<h2 class="text-sm font-semibold text-white tracking-wider uppercase">quick links</h2>
<div class="sm:mt-5 mt-2">
<ul role="list" class="space-y-0 sm:space-y-4">
<li><a class="text-sm text-gray-200 hover:text-white"
href="https://www.facebook.com/tihanonline/" target="_blank">Join Group</a></li>
<li><a class="text-sm text-gray-200 hover:text-white"
href="https://www.facebook.com/tihanonline/" target="_blank">Like our Page</a></li>
</ul>
</div>
</div>
<div class="col-span-1 sm:mt-5 md:mt-0 sm:order-4 md:order-3 text-center md:text-left">
<h2 class="text-sm font-semibold text-white tracking-wider uppercase">legal</h2>
<div class="sm:mt-5 mt-2">
<ul role="list" class="space-y-0 sm:space-y-4">
<li><a class="text-sm text-gray-200 hover:text-white"
href="./pages/termandcondition.html">Terms & Conditions</a></li>
<li><a class="text-sm text-gray-200 hover:text-white"
href="./pages/privacy-policy.html">Privacy Policy</a></li>
<li><a class="text-sm text-gray-200 hover:text-white"
href="./pages/return-refund.html">Return & Refund</a></li>
</ul>
</div>
</div>
<div class="sm:col-span-2 sm:mt-5 md:mt-0 sm:order-3 md:order-4 text-center md:text-left">
<h2 class="text-sm font-semibold text-white tracking-wider uppercase">SUBSCRIBE TO OUR NEWSLETTER</h1>
<div class="sm:mt-5 mt-2">
<p class="text-sm text-gray-200 hover:text-white">The latest news, articles, and resources, sent to your
inbox weekly.</p>
<form class="sm:mt-5 mt-3 sm:flex md:block lg:flex w-full lg:gap-3 gap-2">
<div class="lg:w-[70%] w-full">
<label for="email-address" class="sr-only">Email address</label>
<input type="email" name="email-address" id="email-address" required
class="appearance-none min-w-0 w-full bg-white border border-transparent rounded-md py-2 px-4 text-sm text-gray-900 placeholder-gray-500 focus:border-0 focus:ring-2 focus:ring-primary focus:placeholder-white"
placeholder="Enter your email">
</div>
<div class="rounded-md lg:w-[30%] w-full mt-1 sm:mt-0 md:mt-1 lg:mt-0">
<button type="submit"
class="lg:px-5 md:px-2 py-[7px] w-full rounded-md bg-secondary hover:bg-third transition duration-700 ease-in-out text-white">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
<div class="sm:mt-10 mt-5">
<img src="./images/sslcommerz-foo.webp" alt="">
</div>
<div class="mt-5">
<p class="text-sm text-gray-200 hover:text-white text-center">© Copyright <span id="currentYear"></span>
Apparel Horizon. | All Rights Reserved | Powered by <a href="https://www.zealtechbd.com/" target="_blank"
class="hover:text-secondary font-semibold">ZealtechBD.</a></p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.0.2/glide.js"></script>
<script>
var glide07 = new Glide('.glide-08', {
type: 'carousel',
focusAt: 1,
animationDuration: 3000,
autoplay: 3500,
autoplay: true,
rewind: true,
perView: 8,
gap: 25,
classes: {
activeNav: '[&>*]:bg-primary',
},
breakpoints: {
1170: {
perView: 7,
gap: 30
},
900: {
perView: 6,
gap: 20
},
650: {
perView: 5,
gap: 10
},
560: {
perView: 3,
}
},
});
glide07.mount();
</script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 4500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
loop: true, // Enable looping
on: {
init: function () {
// Trigger animation for the first slide when Swiper is initialized
var activeSlide = this.slides[this.activeIndex];
var h1Element = activeSlide.querySelector('.animate-left');
var pElement = activeSlide.querySelector('.animate-right');
var buttonElement = activeSlide.querySelector('.animate-top');
// Add the animation classes to trigger the animations
h1Element.classList.add('slide-in-left');
pElement.classList.add('slide-in-right');
buttonElement.classList.add('slide-in-top');
},
slideChangeTransitionStart: function () {
// Remove the animation classes from all text elements
document.querySelectorAll('.animate-slide-in').forEach(function (element) {
element.classList.remove('slide-in-left', 'slide-in-right', 'slide-in-top');
});
// Get the active slide and its text elements
var activeSlide = this.slides[this.activeIndex];
var h1Element = activeSlide.querySelector('.animate-left');
var pElement = activeSlide.querySelector('.animate-right');
var buttonElement = activeSlide.querySelector('.animate-top');
// Add the animation classes to trigger the animations
h1Element.classList.add('slide-in-left');
pElement.classList.add('slide-in-right');
buttonElement.classList.add('slide-in-top');
}
}
});
</script>
<script src="./main.js"></script>
</body>
</html>