-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
822 lines (767 loc) · 36.6 KB
/
index.html
File metadata and controls
822 lines (767 loc) · 36.6 KB
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
817
818
819
820
821
822
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6345949850114046"
crossorigin="anonymous">
</script>
<title>Palmera</title>
<meta charset="utf-8">
<meta name="description"
content="Palmera is a premium brand from Treasure Tower General Trading LLC, proudly based in Dubai, UAE. We specialize in high-quality shawls, shemaghs, and thobes">
<link href="images/favi.webp" rel="icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="author" content="MUHAMMED FAISAN">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://md-aqil.github.io/images/swiper.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Marcellus&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="homepage">
<!-- ? Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative d-flex align-items-center justify-content-center">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="images/logohd.webp" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start-->
<!-- NAV -->
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="images/logohd.webp" class="palogH" alt="" title="" style="margin-left: 21px;" />
</a>
<button class="navbar-toggler collapsible" type="button">
<!-- <span class="oi oi-menu"></span> Menu -->
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="Black" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5" />
</svg>
</button>
<div class="collapse navbar-collapse ftco-nav content" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown04" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Catalog</a>
<div class="dropdown-menu" aria-labelledby="dropdown04">
<a class="dropdown-item" href="shop.html">Shop</a>
<a class="dropdown-item" href="product-single.html">Single Product</a>
<a class="dropdown-item" href="cart.html">Cart</a>
<a class="dropdown-item" href="checkout.html">Checkout</a>
</div>
</li> -->
<li class="nav-item"><a class="nav-link" href="#about">About Us</a></li>
<li class="nav-item "><a href="shop.html" class="nav-link">Products</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
<li class="nav-item"><a class="nav-link">
<div id='google_translate_element'></div>
</a></li>
<!-- <li class="nav-item cta cta-colored"><a href="cart.html" class="nav-link"><span class="icon-shopping_cart"></span></a></li> -->
</ul>
</div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
autoDisplay: 'true',
includedLanguages: 'en,ar', // <- remove this line to show all language
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
}, 'google_translate_element');
}
</script>
</div>
</nav>
<!-- NAV END -->
<section class="hero-bg-section">
<!-- VIDEO -->
<video autoplay muted loop playsinline class="hero-bg-video">
<source src="images/app/palmera promo.mp4" type="video/mp4">
</video>
<!-- CONTENT -->
<div class="hero-bg-content">
<button class="shop-btn">
<a href="shop.html">Shop Now</a>
</button>
</div>
</section>
<section class="ftco-section categories overflow-hidden prt" style="background: #fff2e2;">
<div class="container">
<div class="open-up" data-aos="zoom-out">
<div class="row d-flex justify-content-center">
<div class="col-12 pb-1" style="margin-top: -35px;">
<h3 class="underline">Categories</h3>
</div>
<div class="col-md-4">
<div class="cat-item ">
<div class="second-card">
<div class="box py-3 text-center">
<img src="images/main-page_41.webp" alt="" style="width:342px; height: 320px;">
<button class="probut mt-3"><a href="shop.html#thobe" style="color: #003626;">See More</a></button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cat-item ">
<div class="second-card">
<div class="box py-3 text-center">
<img src="images/main-page_38.webp" alt="" style="width:342px; height: 320px;">
<button class="probut mt-3"><a href="shop.html#shemagh" style="color: #003626;">See More</a></button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cat-item ">
<div class="second-card text-center">
<div class="box py-3">
<img src="images/main-page_44.webp" alt="" style="width:342px; height: 320px;">
<button class="probut mt-3"><a href="shop.html#shawl" style="color: #003626;">See More</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section fact" style="border-bottom: 1px solid;">
<div class="container">
<div class="row no-gutters ftco-services">
<div class="col-lg-4 text-center d-flex align-self-stretch ftco-animate">
<div class="media block-6 services">
<div class="icon d-flex justify-content-center align-items-center mb-4">
<span><img src="images/excellent material.webp" alt="" style="height:100px;width: auto;" /></span>
</div>
<div class="media-body">
<h3 class="font26 ">Excellent Material</h3>
<p class="font16 ">Crafted from carefully selected, high-quality materials, each Palmera piece offers
superior comfort,
durability, and a refined finish that reflects our commitment to premium quality.</p>
</div>
</div>
</div>
<div class="col-lg-4 text-center d-flex align-self-stretch ftco-animate">
<div class="media block-6 services">
<div class="icon d-flex justify-content-center align-items-center mb-4">
<span><span><img src="images/quality product.webp" alt=""
style="height:100px;width: auto;" /></span></span>
</div>
<div class="media-body">
<h3 class="font26 ">Quality Product</h3>
<p class="font16 ">
Each Palmera product is made with precision and care, delivering exceptional quality,
lasting durability, and timeless elegance in every detail.
</p>
</div>
</div>
</div>
<div class="col-lg-4 text-center d-flex align-self-stretch ftco-animate">
<div class="media block-6 services">
<div class="icon d-flex justify-content-center align-items-center mb-4">
<span><span><img src="images/trusted client.webp" alt=""
style="height:100px;width: auto;" /></span></span>
</div>
<div class="media-body">
<h3 class="font26 ">Trusted by Clients</h3>
<p class="font16 ">Palmera is trusted by clients for its consistent quality, refined craftsmanship, and
commitment to
delivering premium traditional wear with confidence and reliability.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" style="border-bottom: 1px solid;">
<div class="wow fadeInUp pb-5">
<h3 class="underline pb-4">About Us</h3>
<div class="row container-fluid">
<div class="col-lg-6 about-img wow zoomIn" style="animation-duration: 2s;">
<img src="images/main-page_93.webp" alt="" style="border-radius: 0px 50px 50px 5px;" class="aboutimage">
</div>
<div class=" col-lg-6 wow fadeInUpBig " style="animation-duration: 2s;">
<img src="images/logoab.webp" class="filter" alt=""
style="height:62px;width: auto;margin-left: -2px;margin-top: 42px;" />
<p class="textcol mt-md-5" data-aos="slide-up">
Palmera is a premium brand from Treasure Tower General Trading LLC, proudly based in Dubai, UAE. We
specialize in high-quality shawls, shemaghs, and thobes, crafted with a perfect blend of tradition, luxury,
and modern style.
</p>
<p class="textcol mt-md-5" data-aos="slide-up">
At Palmera, quality is our identity. Each product is made from carefully selected materials to ensure
exceptional comfort, elegance, and durability. Our designs reflect the rich Arabian heritage while embracing
a contemporary touch, making them ideal for those who value sophistication and authenticity.
</p>
<p class="textcol" data-aos="slide-up">
With a strong commitment to excellence, Treasure Tower General Trading LLC continues to bring premium
fashion and cultural wear to customers across the region and beyond. Palmera stands as a symbol of refined
taste, timeless style, and uncompromising quality.
</p>
<p class="textcol" data-aos="slide-up" style="color: #305c2c;">
<b><q>Palmera – Where Tradition Meets Elegance.</q></b>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid">
<div class="row text-center">
<div class=" flex-wrap justify-content-center align-items-center mt-5 mb-3">
<h3 class="underline">Our Products</h3>
<p class="pt-4" style="color:#808080 ;font-size:14px;">
A stylish and elegant Arabic wear, designed for comfort and cultural flair, perfect for any occasion.
</p>
</div>
</div>
</div>
</section>
<section class="carousel">
<!-- list item -->
<div class="list">
<div class="item">
<img src="images/banner-2.webp" alt="">
<!-- <div class="content">
<div class="title">Tradition That Brings Us Together</div>
<div class="buttons">
<button><a href="shop.html" style="color: #F7EF8A;text-transform: none !important;">Shop Now</a></button>
</div>
</div> -->
</div>
<div class="item">
<img src="images/banner.webp" alt="">
<!-- <div class="content">
<div class="title">Elevate Every Moment</div>
<div class="buttons">
<button><a href="shop.html" style="color: #F7EF8A;text-transform: none !important;">Shop Now</a></button>
</div>
</div> -->
</div>
<div class="item">
<img src="images/banner-3.webp" alt="">
<!-- <div class="content">
<div class="title">Strength. Legacy. Innovation.</div>
<div class="buttons">
<button><a href="shop.html" style="color: #F7EF8A;text-transform: none !important;">Shop Now</a></button>
</div>
</div> -->
</div>
<div class="item">
<img src="images/banner-4.webp" alt="">
<!-- <div class="content">
<div class="title">Moments Rooted in Heritage</div>
<div class="buttons">
<button><a href="shop.html" style="color: #F7EF8A;">Shop Now</a></button>
</div>
</div> -->
</div>
</div>
<!-- list thumnail -->
<!-- next prev -->
<div class="arrows d-none">
<button id="prev">
< </button>
<button id="next">></button>
</div>
</section>
<section id="ghatra" class="prod ghatra product-carousel pt-5 pb-3 position-relative overflow-hidden">
<div class="container-fluid">
<div class="row">
<div class="col-3 align-content-center bodercolor text-center">
<div class="product-category align-items-center text-center mb-4" data-aos="fade-right">
<h5 class="text-uppercase fonticonn ">THOBE</h5>
</div>
<p class="propara">
A stylish and elegant Arabic wear, designed for comfort and cultural flair, perfect for any occasion.
</p>
<div class="product-category align-items-center text-center mb-4" data-aos="fade-right">
<img src="images/thobe.webp" alt="" class="proimge">
</div>
</div>
<div class="col-9">
<div class="swiper product-swiper open-up" data-aos="zoom-out">
<div class="swiper-wrapper d-flex">
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#thobe">
<img src="images/thob-1.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#thobe">
<img src="images/thob-2.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#thobe">
<img src="images/thob-3.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#thobe">
<img src="images/thob-4.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
</div>
<!-- <div class="swiper-pagination"></div -->
</div>
<div class="icon-arrow icon-arrow-left">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-left-fill"
viewBox="0 0 16 16">
<path
d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-left"></use>
</svg>
</div>
<div class="icon-arrow icon-arrow-right">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-right-fill"
viewBox="0 0 16 16">
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-right"></use>
</svg>
</div>
</div>
</div>
</div>
</section>
<section id="thobe" class="prod1 thobe product-carousel py-3 position-relative overflow-hidden">
<div class="container-fluid">
<div class="row">
<div class="col-9">
<div class="swiper product-swiper open-up" data-aos="zoom-out">
<div class="swiper-wrapper d-flex">
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder">
<a href="shop.html#shawl">
<img src="images/shawl-1.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder">
<a href="shop.html#shawl">
<img src="images/shawl-2.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder">
<a href="shop.html#shawl">
<img src="images/shawl-3.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder">
<a href="shop.html#shawl">
<img src="images/shawl-1.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
</div>
<!-- <div class="swiper-pagination"></div> -->
</div>
<div class="icon-arrow2 icon-arrow-left">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-left-fill"
viewBox="0 0 16 16">
<path
d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-left"></use>
</svg>
</div>
<div class="icon-arrow2 icon-arrow-right">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-right-fill"
viewBox="0 0 16 16">
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-right"></use>
</svg>
</div>
</div>
<div class="col-3 align-content-center bodercolor1 text-center">
<div class="product-category align-items-center text-center mb-4" data-aos="fade-left">
<h5 class="text-uppercase fonticonn">Shawls</h5>
</div>
<p class="propara">
A stylish and elegant Arabic wear, designed for comfort and cultural flair, perfect for any occasion.
</p>
<div class="product-category align-items-center text-center mb-4" data-aos="fade-right">
<img src="images/shawls.webp" alt="" class="proimges">
</div>
</div>
</div>
</div>
</section>
<section id="shawl" class="prod shawl product-carousel py-5 position-relative overflow-hidden"
style="border-bottom: 1px solid;">
<div class="container-fluid">
<div class="row">
<div class="col-3 align-content-center bodercolor text-center">
<div class="product-category align-items-center text-center mb-4" data-aos="fade-right">
<h5 class="text-uppercase fonticonn">SHAMAGH</h5>
</div>
<p class="propara">
A stylish and elegant Arabic wear, designed for comfort and cultural flair, perfect for any occasion.
</p>
<div class="product-category align-items-center text-center mb-4" data-aos="fade-right">
<img src="images/shemagh.webp" alt="" class="proimge">
</div>
</div>
<div class="col-9">
<div class="swiper product-swiper open-up" data-aos="zoom-out">
<div class="swiper-wrapper d-flex">
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#shemagh">
<img src="images/shemagh-1.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#shemagh">
<img src="images/shemagh-2.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#shemagh">
<img src="images/shemagh-1-1.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="product-item image-zoom-effect link-effect">
<div class="image-holder position-relative">
<a href="shop.html#shemagh">
<img src="images/shemagh-3.webp" alt="categories" class="product-image img-fluid">
</a>
</div>
</div>
</div>
</div>
<!-- <div class="swiper-pagination"></div> -->
</div>
<div class="icon-arrow1 icon-arrow-left">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-left-fill"
viewBox="0 0 16 16">
<path
d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-left"></use>
</svg>
</div>
<div class="icon-arrow1 icon-arrow-right">
<span style="margin-left: 12px;margin-top: -5px;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="black" class="bi bi-caret-right-fill"
viewBox="0 0 16 16">
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" />
</svg>
</span>
<svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-right"></use>
</svg>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-deal custom">
<div class="container">
<div class="row text-center">
<div class=" flex-wrap justify-content-center align-items-center mb-3">
<h3 class="underline">Palmera Custom</h3>
<p class="pt-4" style="color:#808080 ;font-size:14px;">
Bring your vision tp life with our made-to-order designs, crasted to your exact specifications
</div>
</div>
<div class="row">
<div class="col-md-6">
<img src="images/main-page_187.webp" class="img-fluid" alt="">
</div>
<div class="col-md-6">
<div class="heading-section heading-section-white ">
<h2 class="prodes" style="margin-top: 38px;">Make It Uniquely Yours,<br>Customize Now!</h2>
</div>
<div class="d-flex">
<div class="text-p text-center">Let's Talk</div>
<a class="cta-btn" href="https://wa.me/+971507135589" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#25D366" class="bi bi-whatsapp"
viewBox="0 0 16 16">
<path
d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232" />
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section2 newsletter bg-light" style="background: url(images/instbg.webp) no-repeat;">
<h3 class="underline">Get In Touch</h3>
<div class="container text-center py-5">
<a class=" instabtn" href="https://www.instagram.com/palmera.gcc/">Follow us on Instagram</a>
</div>
</section>
<section class="instagram position-relative">
<div class="row g-0">
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/thob-1.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/thob-3.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/shemagh-1-1.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/thob-2.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/shemagh-2.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div class="insta-item">
<a href="" target="_blank">
<img src="images/thob-4.webp" alt="instagram" class="insta-image img-fluid">
</a>
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<a href="#intro"><img src="images/logohd.webp" alt="" title="" style="height:100px;width: auto;" /></a>
<p class="pt-2">With experience in garment trading for more than a decade, Palmera Garments are comfortable
clothing that becomes your second skin.</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="shop.html">Products</a></li>
<!-- <li><i class="bi bi-chevron-right"></i> <a href="#">Terms of service</a></li> -->
<!-- <li><i class="bi bi-chevron-right"></i> <a href="#">Privacy policy</a></li> -->
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact ">
<h4>Contact Us</h4>
<p><img src="images/app/address.webp" alt="" style="height: 18px;width: auto; padding-right: 5px;" />
Murshid Bazar, Near Gold Souq <br>Gate No.1 Opp Belhoul Masjid,<br>Deira, Dubai - UAE
<br>
<strong><img src="images/app/call.webp" alt=""
style="height: 18px;width: auto; padding-right: 5px;" /></strong>+971507135589<br>
<strong><img src="images/app/email.webp" alt=""
style="height: 18px;width: auto; padding-right: 5px;" /></strong>admin@ttgulf.ae<br>
</p>
<div class="social-links">
<!-- <a class="twitter"><i class="f fa-twitter"></i></a> -->
<a href=" https://www.facebook.com/palmera.gcc/" class="facebook" target="_blank"><i
class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/palmera.gcc/" class="instagram" target="_blank"><i
class="fa fa-instagram"></i></a>
<!-- <a href="" class="instagram"><i class="bi bi-instagram"></i></a> -->
<a href="https://www.tiktok.com/@palmera.gcc/" class="linkedin" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tiktok"
viewBox="0 0 16 16">
<path
d="M9 0h1.98c.144.715.54 1.617 1.235 2.512C12.895 3.389 13.797 4 15 4v2c-1.753 0-3.07-.814-4-1.829V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3z" />
</svg></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Location</h4>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3583.877185657216!2d55.43551827525452!3d25.29201812785377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f5f9a8f55012b%3A0xd96ee2009a178f30!2sTreasure%20Tower%20General%20Trading!5e1!3m2!1sen!2sin!4v1765609875878!5m2!1sen!2sin"
style="border:0; width: 100%; height: 200px;border-radius: 30px" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>Palmera</strong>. All Rights Reserved
</div>
<div class="credits" style="color: white;">
Developed by <a class="instagram" href="https://faisan333.github.io/Faisan.github.io/" target="_blank">
<!-- <i class="bi bi-instagram" style="width:16px;height:16px;color:#C13584;"></i> -->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#D4AF37" class="bi bi-code-square"
viewBox="0 0 16 16">
<path
d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" />
<path
d="M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0m2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0" />
</svg>
</a>
</div>
</div>
</footer>
<!-- #footer -->
<div class="wa__btn_popup back-to-top">
<div class="wa__btn_popup_txt">Need help? <span><strong>Contact us!</strong></span></div>
<div class="wa__btn_popup_icon"></div>
</div>
<div class="wa__popup_chat_box">
<div class="wa__popup_heading">
<div class="wa__popup_title"><strong>Questions? Doubts?</strong></div>
<div class="wa__popup_intro">Chat with us via <strong>WhatsApp</strong>
<div id="\"eJOY__extension_root\""></div>
</div>
</div>
<div class="wa__popup_content wa__popup_content_left">
<div class="wa__popup_notice">We will respond as soon as possible.</div>
<div class="wa__popup_content_list">
<div class="wa__popup_content_item "><a target="_blank" href="https://wa.me/+971507135589"
class="wa__stt wa__stt_online">
<div class="wa__popup_avatar">
<div class="wa__cs_img_wrap"
style="background: url(images/favi.webp) center center no-repeat; background-size: cover;"></div>
</div>
<div class="wa__popup_txt">
<div class="wa__member_name">Palmera</div>
<div class="wa__member_duty">Support Team</div>
</div>
</a></div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="https://md-aqil.github.io/images/swiper.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/script.min.js"></script>
<script src="js/custom.js"></script>
<script src='https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script>
<script src="https://cdn.jsdelivr.net/gh/EasyCookies/EasyCookies@0.0.2/easyCookies.min.js"></script>
<script>
window.easyCookiesBanner = new EasyCookies.Banner({
scripts: {
gtag: 'AW-XXXXXXXXX'
},
data: {
title: "This website uses cookies 🍪🍪🍪",
text: "We use cookies to improve your experience.",
acceptBtnText: 'Accept cookies',
rejectBtnText: 'Reject'
},
styles: {
banner: {
fontFamily: "'Poppins', sans-serif",
color: "black",
maxWidth: "400px",
boxShadow: "rgba(144, 164, 174, 0.3) 0px 6px 12px 0px"
},
rejectBtn: {
display: 'block'
}
}
});
window.easyCookiesBanner.init();
</script>
</body>
</html>