-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
888 lines (642 loc) · 31.9 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
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S79Y2FRX1H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S79Y2FRX1H');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta Tags Start ------------------------------------------------------>
<meta http-equiv='content-language' content='en-US'>
<meta name="title" content="Home - Visit Sri Lanka">
<meta name="description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta name="keywords" content="">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://visitsrilanka.live">
<meta property="og:title" content="Home - Visit Sri Lanka">
<meta property="og:description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta property="og:image" content="/images/preview.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://visitsrilanka.live">
<meta property="twitter:title" content="Home - Visit Sri Lanka">
<meta property="twitter:description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta property="twitter:image" content="/images/preview.jpg">
<!-------------------------------------------------------- Meta Tags End -->
<title>Visit Sri Lanka</title>
<!-- tab logo -->
<link rel="icon" type="image/x-icon" href="/images/tablogo.png">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- swiper js cdn link -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!-- home page event section's icon cdn link -->
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css'>
<!-- product section links -->
<!-- <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/css/swiper.min.css'> -->
<!-- bootstrap file link
link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> -->
<!-- Home section google font link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="top"></div>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"> <i class="fas fa-hiking"></i> travel. </a>
<nav class="navbar">
<div id="nav-close" class="fas fa-times"></div>
<a href="index.html">home</a>
<a href="adventure.html">Adventure</a>
<a href="map.html">map</a>
<a href="blogs.html">blogs</a>
<a href="events.html">Events</a>
<a href="products.html">Products</a>
<a href="about.html">about us</a>
<!-- <a href="#shop">shop</a> -->
<!-- <a href="#packages">packages</a> -->
<!-- <a href="#reviews">reviews</a> -->
</nav>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<!--<a href="#" class="fas fa-shopping-cart"></a>-->
<div id="search-btn" class="fas fa-search"></div>
</div>
</header>
<!-- header section ends -->
<!-- search form -->
<div class="search-form">
<div id="close-search" class="fas fa-times"></div>
<form action="">
<input type="search" name="" placeholder="search here..." id="search-box">
<label for="search-box" class="fas fa-search"></label>
</form>
</div>
<!-- home section starts -->
<section class="home" id="home">
<div class="swiper home-slider">
<div class="swiper-wrapper">
<!-- (#ffffff00, #000000a0) -->
<div class="swiper-slide">
<div class="box second" style="background: linear-gradient(45deg, rgba(0, 0, 0, 0.615), rgba(255, 255, 0, 0)), url(/images/sigiriya12.webp) center/cover no-repeat;"">
<div class="content">
<span style="color:white;">#Visit</span>
<h3>Sri Lanka</h3>
<p style="color:white;">Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India. It is known for its beautiful beaches, ancient temples and palaces, and stunning natural landscapes, including forests, mountains, and wildlife reserves.</p>
<a href="#" class="hbtn">get started</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box second" style="background: linear-gradient(45deg, rgba(0, 0, 0, 0.615), rgba(255, 255, 0, 0)), url(images/9arch2.jpg) no-repeat ;">
<div class="content">
<span style="color:white;">Welcome to</span>
<h3>Paradise</h3>
<p style="color:white;">Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India. It is known for its beautiful beaches, ancient temples and palaces, and stunning natural landscapes, including forests, mountains, and wildlife reserves.</p>
<a href="#" class="hbtn">get started</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box second" style="background: linear-gradient(#ffffff00, #000000a0), url(/images/colombo.jpg) center/cover no-repeat;">
<div class="content">
<span style="color: white;">Explore the</span>
<h3>Island</h3>
<p style="color: white;">Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India. It is known for its beautiful beaches, ancient temples and palaces, and stunning natural landscapes, including forests, mountains, and wildlife reserves.</p>
<a href="#" class="hbtn">get started</a>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box second" style="background: linear-gradient(45deg, rgba(0, 0, 0, 0.615), rgba(255, 255, 0, 0)), url(/images/beach.jpg) center/cover no-repeat;">
<div class="content">
<span style="color: white;">Wonder of</span>
<h3>Asia</h3>
<p style="color: white;">Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India. It is known for its beautiful beaches, ancient temples and palaces, and stunning natural landscapes, including forests, mountains, and wildlife reserves.</p>
<a href="#" class="hbtn">get started</a>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section>
<!-- home section ends -->
<!-- category/adventure section starts -->
<section class="category adventure" id="adventure">
<h1 class="heading">adventure Activities</h1>
<div class="box-container">
<div class="box">
<img src="images/paragliding.jpg" alt="">
<h3>Paragliding</h3>
<p>Recently introduced to Sri Lanka, this adventure sport is an ideal way to indulge yourself...</p>
<a href="adventure.html#para" class="btn">read more</a>
</div>
<div class="box">
<img src="images/helicopter.jpg" alt="">
<h3>Helicopter Tours</h3>
<p>Whether you in a packed schedule or hate wasting time on the road or simply like to indulge...</p>
<a href="adventure.html#heli" class="btn">read more</a>
</div>
<div class="box">
<img src="images/balloon.jpg" alt="">
<h3>Hot Air Ballooning</h3>
<p>Why Not Enjoy This Beautiful Paradise In The Bird’s Eye View Floating Over The Thick Dense Forests...</p>
<a href="adventure.html#balloon" class="btn">read more</a>
</div>
<div class="box">
<img src="images/safa2.jpg" alt="">
<h3>Wild life Safari</h3>
<p>With a wildlife abundance rich in diversity and quantity, Sri Lanka promises you...</p>
<a href="adventure.html#safa" class="btn">read more</a>
</div>
</div>
</section>
<!-- category/adventure section ends -->
<!-- map section starts -->
<section class="map" id="map">
<div class="image">
<img src="/images/map2.2.jpg" class="center" alt="">
</div>
<div class="content">
<h3>Explore the island</h3>
<p>Full of romantic landscapes, stirring mountains, lush green tea gardens and golden beaches, the island nation of Sri Lanka is nothing short of magnificent. The country has no shortage of beautiful awe-inspiring spots, natural, historic and cultural, each more picture-perfect than the next. From soulful Buddhist monasteries and temples to exotic and impeccable spots rarely explored, Sri Lanka offers everything that makes your escape a memorable one!.</p>
<p> Whether traveling with your significant other or planning a vacay with your family, Sri Lanka won’t disappoint you!</p>
<a href="map.html" class="btn">read more</a>
</div>
</section>
<!-- map section ends -->
<!-- blogs section starts -->
<section class="blogs" id="blogs">
<h1 class="heading"> our daily posts </h1>
<div class="swiper blogs-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<img src="images/lotustower.jpg" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Lotus Tower</h3>
<p>Lotus Tower also referred to as Colombo Lotus Tower, is a 350 m (1,150 ft) tall tower...</p>
<a href="blogs.html#lotus" class="btn">read more</a>
</div>
<div class="swiper-slide slide">
<img src="images/gallefort.webp" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Galle Fort</h3>
<p>The Galle Fort, or Dutch Fort as it is also known, is a fortification first built by...</p>
<a href="#" class="btn">read more</a>
</div>
<div class="swiper-slide slide">
<img src="images/dalada.webp" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Temple Of Tooth</h3>
<p>The Temple of the Sacred Tooth Relic or Sri Dalada Maligawa, is a Buddhist temple in Kandy, Sri Lanka.</p>
<a href="#" class="btn">read more</a>
</div>
<div class="swiper-slide slide">
<img src="images/unawatuna.webp" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Unawatuna Beach</h3>
<p>Unawatuna is one of the biggest tourist destinations in Sri Lanka and is the most “famous” beach in the country..</p>
<a href="#" class="btn">read more</a>
</div>
<div class="swiper-slide slide">
<img src="images/peradeniya.webp" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Peradeniya Botanical Garden</h3>
<p>Royal Botanic Gardens, Peradeniya are about 5.5 km to the west of the city of Kandy in the Central Province of Sri Lanka. </p>
<a href="#" class="btn">read more</a>
</div>
<div class="swiper-slide slide">
<img src="images/gangarama.jpg" alt="">
<div class="icons">
<a href="#"> <i class="fas fa-calendar"></i> 25th Dec, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by admin </a>
</div>
<h3>Gangaramaya Temple</h3>
<p>Gangaramaya Temple is one of the most well-known Buddhist temples in Colombo...</p>
<a href="#" class="btn">read more</a>
</div>
</div>
</div>
</section>
<!-- blogs section ends -->
<!-- event home page section starts -->
<section class="event">
<h1 class="heading1">Upcoming Events</h1>
<div class="eventrow">
<div class="example-2 card">
<div class="wrapper">
<div class="head">
<div class="date">
<span class="day">05</span>
<span class="month">Dec</span>
<span class="year">2022</span>
</div>
<ul class="menu-content">
<li>
<a href="#" class="fa fa-bookmark-o"></a>
</li>
<li><a href="#" class="fa fa-heart-o" id="heart"><span>18</span></a></li>
<li><a href="#" class="fa fa-comment-o"><span>3</span></a></li>
</ul>
</div>
<div class="data">
<div class="Econtent">
<span class="author">Damitha Jayatharaka</span>
<h1 class="title"><a href="#">Sri Pada Pilgrimage Season</a></h1>
<p class="text1">Though not the highest mountain of Sri Lanka, the striking pyramid of Adam's Peak (7,360 ft) is certainly the... </p>
<a href="events.html#sripada" class="Ebutton">Read more</a>
</div>
</div>
</div>
</div>
<div class="example-2 card">
<div class="wrapper" style="background: linear-gradient(#ffffff00, #00000082), url(/images/awurudu.jpg) center/cover no-repeat;" >
<div class="head">
<div class="date">
<span class="day">05</span>
<span class="month">Dec</span>
<span class="year">2022</span>
</div>
<ul class="menu-content">
<li>
<a href="#" class="fa fa-bookmark-o"></a>
</li>
<li><a href="#" class="fa fa-heart-o"><span>18</span></a></li>
<li><a href="#" class="fa fa-comment-o"><span>3</span></a></li>
</ul>
</div>
<div class="data">
<div class="Econtent">
<span class="author">Damitha Jayatharaka</span>
<h1 class="title"><a href="#">Sinhala & Hindu New Year - 2023</a></h1>
<p class="text1">Sinhalese New Year, generally known as Aluth Avurudda in Sri Lanka, is a Sri Lankan holiday that celebrates the...</p>
<a href="events.html#awurudu" class="Ebutton">Read more</a>
</div>
</div>
</div>
</div>
<!-- -->
<div class="example-2 card">
<div class="wrapper" style="background: linear-gradient(#ffffff00, #00000082), url(/images/perahera.jpg) center/cover no-repeat;">
<div class="head">
<div class="date">
<span class="day">05</span>
<span class="month">Dec</span>
<span class="year">2022</span>
</div>
<ul class="menu-content">
<li>
<a href="#" class="fa fa-bookmark-o"></a>
</li>
<li><a href="#" class="fa fa-heart-o"><span>18</span></a></li>
<li><a href="#" class="fa fa-comment-o"><span>3</span></a></li>
</ul>
</div>
<div class="data">
<div class="Econtent">
<span class="author">Damitha Jayatharaka</span>
<h1 class="title"><a href="#">Asala Perahera - 2023</a></h1>
<p class="text1">The Kandy Esala Perahera (the Sri Dalada Perahara procession of Kandy) also known as The... </p>
<a href="events.html#asala" class="Ebutton">Read more</a>
</div>
</div>
</div>
</div>
<div class="example-2 card">
<div class="wrapper" style="background: url(/images/vesak.jpg) center/cover no-repeat;">
<div class="head">
<div class="date">
<span class="day">05</span>
<span class="month">Dec</span>
<span class="year">2022</span>
</div>
<ul class="menu-content">
<li>
<a href="#" class="fa fa-bookmark-o"></a>
</li>
<li><a href="#" class="fa fa-heart-o"><span>18</span></a></li>
<li><a href="#" class="fa fa-comment-o"><span>3</span></a></li>
</ul>
</div>
<div class="data">
<div class="Econtent">
<span class="author">Damitha Jayatharaka</span>
<h1 class="title"><a href="#">Vesak Festival</a></h1>
<p class="text1">Vesak is a religious and cultural festival in Sri Lanka. It is celebrated on the day of the full moon in the month of May...</p>
<a href="events.html#vesak" class="Ebutton">Read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- event home page section ends -->
<!-- Tradional Products section start -->
<section class="products">
<h1 class="heading1">Tradional Products</h1>
<div class="wrapper">
<!-- <div class="background"> -->
<!-- <img src="bg.jpg" alt=""> -->
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132206/news-slider/background.webp" alt=""> -->
<!-- </div> -->
<div class="item-bg"></div>
<div class="news-slider">
<div class="news-slider__wrp swiper-wrapper">
<div class="news-slider__item swiper-slide">
<a href="products.html#mask" class="news__item">
<!-- <div class="news-date">
<span class="news-date__title">24</span>
<span class="news-date__txt">May</span>
</div> -->
<div class="news__title">
Traditional Mask
</div>
<p class="news__txt">
At a time when the people worshipped trees and animals, masks were an indispensable part of Sri Lankan rituals and ceremonies.
</p>
<div class="news__img">
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132205/news-slider/item-2.webp" alt="news"> -->
<img src="images/mask.jpg" alt="">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="products.html#spices" class="news__item">
<!-- <div class="news-date">
<span class="news-date__title">25</span>
<span class="news-date__txt">May</span>
</div> -->
<div class="news__title">
Tradional Spices
</div>
<p class="news__txt">
Herbs and spices have been a major influence on Eastern cuisine since times immemorial. Spices heighten the flavour and aroma of a dish.
</p>
<div class="news__img">
<img src="/images/spices.jpg" alt="">
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132205/news-slider/item-3.webp" alt="news"> -->
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="products.html#food" class="news__item">
<!-- <div class="news-date">
<span class="news-date__title">26</span>
<span class="news-date__txt">May</span>
</div> -->
<div class="news__title">
Traditional Foods
</div>
<p class="news__txt">
Rice and curry is the Sri Lankan staple, though various kinds of bread, both roti style flatbreads and even loaves of...
</p>
<div class="news__img">
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132205/news-slider/item-4.webp" alt="news"> -->
<img src="/images/food.jpg" alt="">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="products.html#goods" class="news__item">
<!-- <div class="news-date">
<span class="news-date__title">27</span>
<span class="news-date__txt">May</span>
</div> -->
<div class="news__title">
Industrial Goods
</div>
<p class="news__txt">
The land is home to a lot of resourceful industries that manufacture a wide range of product varieties...
</p>
<div class="news__img">
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132205/news-slider/item-2.webp" alt="news"> -->
<img src="/images/clothes.jpg" alt="">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="products.html#art" class="news__item">
<!-- <div class="news-date">
<span class="news-date__title">28</span>
<span class="news-date__txt">May</span>
</div> -->
<div class="news__title">
Arts And Crafts
</div>
<p class="news__txt">
Colour, creativity and commerce abound when it comes to arts and crafts in Sri Lanka. And Pottery is of Sri Lanka's oldest crafts.
</p>
<div class="news__img">
<!-- <img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1537132205/news-slider/item-5.webp" alt="news"> -->
<img src="/images/art.jpg" alt="">
</div>
</a>
</div>
</div>
<div class="news-slider__ctr">
<div class="news-slider__arrows">
<button class="news-slider__arrow news-slider-prev">
<span class="icon-font">
<svg class="picon icon-arrow-left"><use xlink:href="#icon-arrow-left"></use></svg>
</span>
</button>
<button class="news-slider__arrow news-slider-next">
<span class="icon-font">
<svg class="picon icon-arrow-right"><use xlink:href="#icon-arrow-right"></use></svg>
</span>
</button>
</div>
<div class="news-slider__pagination"></div>
</div>
</div>
</div>
<svg hidden="hidden">
<defs>
<symbol id="icon-arrow-left" viewBox="0 0 32 32">
<title>arrow-left</title>
<path d="M0.704 17.696l9.856 9.856c0.896 0.896 2.432 0.896 3.328 0s0.896-2.432 0-3.328l-5.792-5.856h21.568c1.312 0 2.368-1.056 2.368-2.368s-1.056-2.368-2.368-2.368h-21.568l5.824-5.824c0.896-0.896 0.896-2.432 0-3.328-0.48-0.48-1.088-0.704-1.696-0.704s-1.216 0.224-1.696 0.704l-9.824 9.824c-0.448 0.448-0.704 1.056-0.704 1.696s0.224 1.248 0.704 1.696z"></path>
</symbol>
<symbol id="icon-arrow-right" viewBox="0 0 32 32">
<title>arrow-right</title>
<path d="M31.296 14.336l-9.888-9.888c-0.896-0.896-2.432-0.896-3.328 0s-0.896 2.432 0 3.328l5.824 5.856h-21.536c-1.312 0-2.368 1.056-2.368 2.368s1.056 2.368 2.368 2.368h21.568l-5.856 5.824c-0.896 0.896-0.896 2.432 0 3.328 0.48 0.48 1.088 0.704 1.696 0.704s1.216-0.224 1.696-0.704l9.824-9.824c0.448-0.448 0.704-1.056 0.704-1.696s-0.224-1.248-0.704-1.664z"></path>
</symbol>
</defs>
</svg>
<!-- partial -->
</section>
<!-- Tradional Products section end -->
<!-- reviews section starts -->
<section class="reviews" id="reviews">
<h1 class="heading">Tourist's reviews</h1>
<div class="swiper review-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<p class="text">Fantastic! Really great country with hospitable people who are excited to show you around. The places we went to were really varied...Sri Lanka has everything...coasts, wildlife, mountains, culture, food....and so much more.</p>
<div class="user">
<img src="images/pic-1.png" alt="">
<div class="info">
<h3>David Thomsan</h3>
<span>United Kingdom</span>
</div>
</div>
</div>
<div class="swiper-slide slide">
<p class="text">I have been to Sri Lanka for 2 times now and I really love the country and the people there. We help some poor people there who are now close family! We travelled around the country with a great guide named Wicky.</p>
<div class="user">
<img src="images/pic-2.png" alt="">
<div class="info">
<h3>Simona Alixa</h3>
<span>New Zealand</span>
</div>
</div>
</div>
<div class="swiper-slide slide">
<p class="text">If you want to explore the must-see sights of Sri Lanka, but also enjoy your well-earned vacation from work, here are our suggestions on how to make the most of your days in the land of serendipity.</p>
<div class="user">
<img src="images/pic-3.png" alt="">
<div class="info">
<h3>Petra Marick</h3>
<span>London</span>
</div>
</div>
</div>
<div class="swiper-slide slide">
<p class="text">Sri Lanka is known for its rich culture and history, with fascinating temples and tea plantations to explore. The country is home to amazing wildlife and exotic flora and fauna, and visitors can experience all of this in the beautiful national parks.</p>
<div class="user">
<img src="images/pic-4.png" alt="">
<div class="info">
<h3>Chloe Loues</h3>
<span>Korea</span>
</div>
</div>
</div>
<div class="swiper-slide slide">
<p class="text">Sri Lanka (historically known as Ceylon) has been called “the gem of the Indian ocean” because of its shape and location. Sri Jayewardenepura Kotte is its legislative capital, and Colombo is its largest city and centre of commerce.</p>
<div class="user">
<img src="images/pic-5.png" alt="">
<div class="info">
<h3>john deo</h3>
<span>USA</span>
</div>
</div>
</div>
<div class="swiper-slide slide">
<p class="text">Sri Lanka is a popular backpacker destination and known to be really cheap. We gathered a few tips for all the travelers who are really on a budget. </p>
<div class="user">
<img src="images/pic-6.png" alt="">
<div class="info">
<h3>Jing lee</h3>
<span>China</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- reviews section ends -->
<!-- newsletter section -->
<section class="newsletter">
<div class="content">
<h1 class="heading">subscirbe now</h1>
<p>Subscribe for our travel newsletter to receive exclusive deals, destination inspiration, and helpful tips for your next vacation. Stay informed and get the most out of your travels by subscribing to our email list today.</p>
<form action="">
<input type="email" name="" placeholder="enter your email" id="" class="email">
<input type="submit" value="subscirbe" class="btn">
</form>
</div>
</section>
<section class="clients">
<div class="swiper clients-slider">
<div class="swiper-wrapper">
<div class="swiper-slide silde"><img src="images/client-logo-1.png" alt=""></div>
<div class="swiper-slide silde"><img src="images/client-logo-2.png" alt=""></div>
<div class="swiper-slide silde"><img src="images/client-logo-3.png" alt=""></div>
<div class="swiper-slide silde"><img src="images/client-logo-4.png" alt=""></div>
</div>
</div>
</section>
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="index.html">home</a>
<a href="adventure.html">adventure</a>
<a href="map.html">map</a>
<a href="blogs.html">blog</a>
<a href="events.html">events</a>
<a href="products.html">products</a>
<a href="about.php">about</a>
</div>
<div class="box">
<h3>extra links</h3>
<a href="#">my account</a>
<a href="#">my order</a>
<a href="#">my wishlist</a>
<a href="#">ask questions</a>
<a href="#">terms of use</a>
<a href="#">privacy policy</a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"> <i class="fas fa-phone"></i> +123-456-7890 </a>
<a href="#"> <i class="fas fa-phone"></i> +111-222-3333 </a>
<a href="#"> <i class="fas fa-envelope"></i> [email protected] </a>
<a href="#"> <i class="fas fa-map"></i> Colombo, Sri Lanka</a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="https://www.facebook.com/hashtag/visitsrilanka" target="_blank"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="https://twitter.com/search?q=%23visitsrilanka&src=typed_query" target="_blank"> <i class="fab fa-twitter"></i> twitter </a>
<a href="https://www.instagram.com/explore/tags/visitsrilanka/" target="_blank"> <i class="fab fa-instagram"></i> instagram </a>
<a href="https://www.linkedin.com/feed/hashtag/visitsrilanka/" target="_blank"> <i class="fab fa-linkedin"></i> linkedin </a>
<!-- <a href="#"><i class="fab fa-github"></i> github </a> -->
<a href="https://www.pinterest.com/search/pins/?q=visitsrilanka&rs=typed" target="_blank"><i class="fa fa-pinterest"></i> pinterest </a>
</div>
</div>
<div class="credit">Made with 🤍 in<span> Sri Lanka</span> <br> Copyright ©️ 2023 - all rights reserved!</div>
</section>
<!-- footer section ends -->
<!-- ------scroller to top -->
<a href="#top" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
<!-- product section links -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/js/swiper.min.js'></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
<!-- <div class="scroll-container">
<a href="#top">To Top</a>
</div> -->
</body>
</html>