-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
523 lines (446 loc) · 40.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travelife</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/SKVhacks/4ch-Blynk-home-Automation/main/Black_and_Yellow_Simple_Travel_Agency_Logo_1_-removebg-preview(1).png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- font -->
<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=Lugrasimo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kodchasan&family=News+Cycle&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=News+Cycle&display=swap" rel="stylesheet">
<!-- Bootstrap.. -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<div id="skv-loader">
<div class="dh-red">
<!-- <div class="loader"></div> -->
<div class="wrapper">
<div class="circle" style="background-color: orangered;"></div>
<div class="circle"></div>
<div class="circle" style="background-color: blue;"></div>
<div class="shadow"></div>
<div class="shadow"></div>
<div class="shadow"></div>
</div>
<a href="https://www.instagram.com/gadget_vishwa/" target="_blank" style=" color: white;
font-size: 20px;
text-decoration: none;
margin-top: 74px;
margin-left: -212px;
text-align: center;"> <br>Designed by <span style="color: orangered;">Gadget_Vishwa</span></a>
</div>
</div>
<script>
var loader=document.getElementById("skv-loader");
window.addEventListener("load",function(){
loader.style.display="none";
});
</script>
<!-- NavBar -->
<div class="navbar-skv">
<div class="logo">
<img src="https://raw.githubusercontent.com/SKVhacks/4ch-Blynk-home-Automation/main/Black_and_Yellow_Simple_Travel_Agency_Logo_1_-removebg-preview(1).png" alt="logo">
</div>
<nav>
<a href="#">Home</a>
<a href="#">About Us</a >
<a href="#">Contact</a >
</nav>
</div>
<!-- new for total absolute -->
<div class="dharshini">
<!-- Slide -->
<div class="slide">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="2500">
<!-- <ol class="carousel-indicators" style="display: hidden;">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner">
<div class="carousel-item active" id="abcd">
<img class="d-block w-100" style=" height: 103vh; object-fit:fill ;" src="http://t2.gstatic.com/licensed-image?q=tbn:ANd9GcRYF0epX_fXePMiTq0fRFePb7yYVJCYy7BsDrlDde-bUrtJttSG061owsh-sSAIl74y" alt="First slide">
<!-- https://r4.wallpaperflare.com/wallpaper/249/678/415/unesco-world-heritage-site-asia-india-agra-wallpaper-88e67d08e0c01cf8903c819e4882d4fa.jpg -->
<div id="heading-carsol" class="carousel-caption d-none d-md-block">
<h5>Taj Mahal</h5>
<p>Discover the eternal symbol of love in Agra, India – the Taj Mahal. Marvel at its majestic architecture, intricate details, and serene gardens. A must-visit for cultural and romantic experiences.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" style=" height: 103vh; object-fit: fill;" src="china.jpg" alt="Third slide">
<!-- https://images8.alphacoders.com/738/738363.jpg -->
<div id="heading-carsol" class="carousel-caption d-none d-md-block" style="padding-bottom: 40px;">
<h5>Greatwall Of China</h5>
<p>Embark on a journey to China's Great Wall. Ancient wonder spanning landscapes, narrating history. Walk its fortified paths, grasp grandeur, and relive centuries of remarkable heritage. Unforgettable adventure awaits</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" style=" height: 103vh; object-fit: fill;" src="https://r4.wallpaperflare.com/wallpaper/1000/732/59/spring-8k-uhd-8k-asia-wallpaper-537b330d7da97bf5cf764237b8cbd888.jpg" alt="Third slide">
<div id="heading-carsol" class="carousel-caption d-none d-md-block">
<h5>Mount Fuji</h5>
<p>Explore Japan's iconic Mount Fuji. Majestic, snow-capped volcano and UNESCO treasure. Hike its trails, capture breathtaking vistas, and embrace the spiritual essence of this cultural and natural marvel</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" style=" height: 103vh; object-fit: fill;" src="https://r4.wallpaperflare.com/wallpaper/423/501/141/european-cities-eiffel-tower-and-river-seine-paris-france-4k-ultra-hd-wallpaper-for-desktop-laptop-tablet-mobile-phones-and-tv-5200х3250-wallpaper-b87e3f915c3a89a4ea426447d439ee54.jpg" alt="Second slide">
<div id="heading-carsol" class="carousel-caption d-none d-md-block">
<h5>Effil Tower</h5>
<p>Unveil the Parisian icon, the Eiffel Tower. Ascend its iron lattice for panoramic city views. An enduring emblem of elegance, culture, and romance. Experience Paris from new heights today</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" style=" height: 103vh; object-fit: fill;" src="https://r4.wallpaperflare.com/wallpaper/79/17/251/landscape-night-mountain-starry-night-wallpaper-49e0287d912a1d4b26d7d86f50b1067d.jpg" alt="Third slide">
<div id="heading-carsol" class="carousel-caption d-none d-md-block">
<h5>Bruny Island - Aurora Lights</h5>
<p>Escape to Bruny Island, a celestial haven. Witness mesmerizing Aurora Australis lights dance across the southern skies. Immerse in natural wonders and celestial enchantment on this unique island getaway.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" style=" height: 103vh; object-fit: fill;" src="https://planetofhotels.com/guide/sites/default/files/styles/paragraph__hero_banner__hb_image__1880bp/public/hero_banner/the-pyramid-of-cheops_optimized.jpg" alt="Third slide">
<div id="heading-carsol" class="carousel-caption d-none d-md-block">
<h5>Great Pyramid Of Giza</h5>
<p>Journey to Egypt's marvel, the Great Pyramid of Giza. Ancient wonder and tomb of pharaohs. Stand in awe of its monumental scale and timeless mysteries. Experience history firsthand</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev" >
<span class="carousel-control-prev-icon" aria-hidden="true" ></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Abuot Us -->
<div class="about-us">
<h1>About Us</h1>
<div class="about-us-image">
<img src="OIG.jpg" alt="bing-ai">
</div>
<div class="about-us-content">
<h3>Discover Your World with <span style="color: orangered;">Travelife</span></h3>
<p>At <span style="color: orangered;">Travelife</span>, we're not just another travel and tourism platform – we're your fellow explorers, your global companions, and your source of boundless inspiration. With a team of intrepid travelers from diverse backgrounds, we curate more than just itineraries; we craft immersive narratives that ignite wanderlust and kindle the desire for genuine experiences.Our mission is to guide you beyond the ordinary, offering comprehensive travel guides that encompass well-known landmarks and offbeat treasures. Our practical tips ensure your journey is seamless, while our personal stories bring you closer to the heartbeat of each destination.We're driven by authenticity, continually venturing forth to uncover hidden facets of the world. As you navigate through our platform, you'll find not just information but a community – a collective of adventurers sharing insights, connecting cultures, and fostering global understanding.Join us in redefining travel. Let's transcend boundaries, explore with an open heart, and create indelible memories. This is more than a website; this is your companion in crafting unforgettable journeys.</p>
</div>
</div>
<center><hr style="width: 60%; height: 1px; color: black;"></center>
<div class="popular1">
<h1><center>Popular Places</center></h1>
<div class="Popular-places">
<div class="places">
<img src="https://travel.usnews.com/dims4/USNEWS/e1ec2ad/2147483647/resize/445x280%5E%3E/crop/445x280/quality/85/?url=https%3A%2F%2Ftravel.usnews.com%2Fimages%2Fmain_cropped_tulum_getty_445x280_jP8y1ba.jpg" alt="place" style="height: 283.5px;">
<h3>Hawaii Beach</h3>
<p style="text-align: center;">Hawaii's paradise with iconic Waikiki urban vibes, Maui's luxurious Ka'anapali, Big Island's Hapuna relaxation, and Kauai's wild Polihale adventure. Your dream beach getaway awaits</p>
<div class="inline">
<div class="rating">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-o"></span>
<p>4.5 / 5 Rating</p>
</div>
<div class="days">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 465 465" xml:space="preserve" >
<path d="M279.591,423.714c-3.836,0.956-7.747,1.805-11.629,2.52c-10.148,1.887-16.857,11.647-14.98,21.804
c0.927,4.997,3.765,9.159,7.618,11.876c3.971,2.795,9.025,4.057,14.175,3.099c4.623-0.858,9.282-1.867,13.854-3.008
c10.021-2.494,16.126-12.646,13.626-22.662C299.761,427.318,289.618,421.218,279.591,423.714z"></path>
<path d="M417.887,173.047c1.31,3.948,3.811,7.171,6.97,9.398c4.684,3.299,10.813,4.409,16.662,2.475
c9.806-3.256,15.119-13.83,11.875-23.631c-1.478-4.468-3.118-8.95-4.865-13.314c-3.836-9.59-14.714-14.259-24.309-10.423
c-9.585,3.834-14.256,14.715-10.417,24.308C415.271,165.528,416.646,169.293,417.887,173.047z"></path>
<path d="M340.36,397.013c-3.299,2.178-6.704,4.286-10.134,6.261c-8.949,5.162-12.014,16.601-6.854,25.546
c1.401,2.433,3.267,4.422,5.416,5.942c5.769,4.059,13.604,4.667,20.127,0.909c4.078-2.352,8.133-4.854,12.062-7.452
c8.614-5.691,10.985-17.294,5.291-25.912C360.575,393.686,348.977,391.318,340.36,397.013z"></path>
<path d="M465.022,225.279c-0.407-10.322-9.101-18.356-19.426-17.953c-10.312,0.407-18.352,9.104-17.947,19.422
c0.155,3.945,0.195,7.949,0.104,11.89c-0.145,6.473,3.021,12.243,7.941,15.711c2.931,2.064,6.488,3.313,10.345,3.401
c10.322,0.229,18.876-7.958,19.105-18.285C465.247,234.756,465.208,229.985,465.022,225.279z"></path>
<path d="M414.835,347.816c-8.277-6.21-19.987-4.524-26.186,3.738c-2.374,3.164-4.874,6.289-7.434,9.298
c-6.69,7.86-5.745,19.666,2.115,26.361c0.448,0.38,0.901,0.729,1.371,1.057c7.814,5.509,18.674,4.243,24.992-3.171
c3.057-3.59,6.037-7.323,8.874-11.102C424.767,365.735,423.089,354.017,414.835,347.816z"></path>
<path d="M442.325,280.213c-9.855-3.09-20.35,2.396-23.438,12.251c-1.182,3.765-2.492,7.548-3.906,11.253
c-3.105,8.156-0.13,17.13,6.69,21.939c1.251,0.879,2.629,1.624,4.126,2.19c9.649,3.682,20.454-1.159,24.132-10.812
c1.679-4.405,3.237-8.906,4.646-13.382C457.66,293.795,452.178,283.303,442.325,280.213z"></path>
<path d="M197.999,426.402c-16.72-3.002-32.759-8.114-47.968-15.244c-0.18-0.094-0.341-0.201-0.53-0.287
c-3.584-1.687-7.162-3.494-10.63-5.382c-0.012-0.014-0.034-0.023-0.053-0.031c-6.363-3.504-12.573-7.381-18.606-11.628
C32.24,331.86,11.088,209.872,73.062,121.901c13.476-19.122,29.784-35.075,47.965-47.719c0.224-0.156,0.448-0.311,0.67-0.468
c64.067-44.144,151.06-47.119,219.089-1.757l-14.611,21.111c-4.062,5.876-1.563,10.158,5.548,9.518l63.467-5.682
c7.12-0.64,11.378-6.799,9.463-13.675L387.61,21.823c-1.908-6.884-6.793-7.708-10.859-1.833l-14.645,21.161
C312.182,7.638,252.303-5.141,192.87,5.165c-5.986,1.036-11.888,2.304-17.709,3.78c-0.045,0.008-0.081,0.013-0.117,0.021
c-0.225,0.055-0.453,0.128-0.672,0.189C123.122,22.316,78.407,52.207,46.5,94.855c-0.269,0.319-0.546,0.631-0.8,0.978
c-1.061,1.429-2.114,2.891-3.145,4.353c-1.686,2.396-3.348,4.852-4.938,7.308c-0.199,0.296-0.351,0.597-0.525,0.896
C10.762,149.191-1.938,196.361,0.24,244.383c0.005,0.158-0.004,0.317,0,0.479c0.211,4.691,0.583,9.447,1.088,14.129
c0.027,0.302,0.094,0.588,0.145,0.89c0.522,4.708,1.177,9.427,1.998,14.145c8.344,48.138,31.052,91.455,65.079,125.16
c0.079,0.079,0.161,0.165,0.241,0.247c0.028,0.031,0.059,0.047,0.086,0.076c9.142,9.017,19.086,17.357,29.793,24.898
c28.02,19.744,59.221,32.795,92.729,38.808c10.167,1.827,19.879-4.941,21.703-15.103
C214.925,437.943,208.163,428.223,197.999,426.402z"></path>
<path d="M221.124,83.198c-8.363,0-15.137,6.78-15.137,15.131v150.747l137.87,71.271c2.219,1.149,4.595,1.69,6.933,1.69
c5.476,0,10.765-2.982,13.454-8.185c3.835-7.426,0.933-16.549-6.493-20.384l-121.507-62.818V98.329
C236.243,89.978,229.477,83.198,221.124,83.198z"></path>
</svg>
<p>9 Days/ 8 Nights</p>
</div>
</div>
<div class="price">
<h4>From</h4>
<h2>$30</h2>
<h3>$65</h3>
</div>
</div>
<div class="places">
<img src="https://c4.wallpaperflare.com/wallpaper/147/771/642/falls-niagara-from-above-look-wallpaper-preview.jpg" alt="place" style="height: 281.5px;">
<h3>Niagara Falls</h3>
<p style="text-align: center;">Experience nature's grandeur at Niagara Falls. Marvel at the majestic cascade of water, feel the mist on your skin, and witness the awe-inspiring beauty of this iconic global wonder.</p>
<div class="inline">
<div class="rating">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>4.9 / 5 Rating</p>
</div>
<div class="days">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 465 465" xml:space="preserve" >
<path d="M279.591,423.714c-3.836,0.956-7.747,1.805-11.629,2.52c-10.148,1.887-16.857,11.647-14.98,21.804
c0.927,4.997,3.765,9.159,7.618,11.876c3.971,2.795,9.025,4.057,14.175,3.099c4.623-0.858,9.282-1.867,13.854-3.008
c10.021-2.494,16.126-12.646,13.626-22.662C299.761,427.318,289.618,421.218,279.591,423.714z"></path>
<path d="M417.887,173.047c1.31,3.948,3.811,7.171,6.97,9.398c4.684,3.299,10.813,4.409,16.662,2.475
c9.806-3.256,15.119-13.83,11.875-23.631c-1.478-4.468-3.118-8.95-4.865-13.314c-3.836-9.59-14.714-14.259-24.309-10.423
c-9.585,3.834-14.256,14.715-10.417,24.308C415.271,165.528,416.646,169.293,417.887,173.047z"></path>
<path d="M340.36,397.013c-3.299,2.178-6.704,4.286-10.134,6.261c-8.949,5.162-12.014,16.601-6.854,25.546
c1.401,2.433,3.267,4.422,5.416,5.942c5.769,4.059,13.604,4.667,20.127,0.909c4.078-2.352,8.133-4.854,12.062-7.452
c8.614-5.691,10.985-17.294,5.291-25.912C360.575,393.686,348.977,391.318,340.36,397.013z"></path>
<path d="M465.022,225.279c-0.407-10.322-9.101-18.356-19.426-17.953c-10.312,0.407-18.352,9.104-17.947,19.422
c0.155,3.945,0.195,7.949,0.104,11.89c-0.145,6.473,3.021,12.243,7.941,15.711c2.931,2.064,6.488,3.313,10.345,3.401
c10.322,0.229,18.876-7.958,19.105-18.285C465.247,234.756,465.208,229.985,465.022,225.279z"></path>
<path d="M414.835,347.816c-8.277-6.21-19.987-4.524-26.186,3.738c-2.374,3.164-4.874,6.289-7.434,9.298
c-6.69,7.86-5.745,19.666,2.115,26.361c0.448,0.38,0.901,0.729,1.371,1.057c7.814,5.509,18.674,4.243,24.992-3.171
c3.057-3.59,6.037-7.323,8.874-11.102C424.767,365.735,423.089,354.017,414.835,347.816z"></path>
<path d="M442.325,280.213c-9.855-3.09-20.35,2.396-23.438,12.251c-1.182,3.765-2.492,7.548-3.906,11.253
c-3.105,8.156-0.13,17.13,6.69,21.939c1.251,0.879,2.629,1.624,4.126,2.19c9.649,3.682,20.454-1.159,24.132-10.812
c1.679-4.405,3.237-8.906,4.646-13.382C457.66,293.795,452.178,283.303,442.325,280.213z"></path>
<path d="M197.999,426.402c-16.72-3.002-32.759-8.114-47.968-15.244c-0.18-0.094-0.341-0.201-0.53-0.287
c-3.584-1.687-7.162-3.494-10.63-5.382c-0.012-0.014-0.034-0.023-0.053-0.031c-6.363-3.504-12.573-7.381-18.606-11.628
C32.24,331.86,11.088,209.872,73.062,121.901c13.476-19.122,29.784-35.075,47.965-47.719c0.224-0.156,0.448-0.311,0.67-0.468
c64.067-44.144,151.06-47.119,219.089-1.757l-14.611,21.111c-4.062,5.876-1.563,10.158,5.548,9.518l63.467-5.682
c7.12-0.64,11.378-6.799,9.463-13.675L387.61,21.823c-1.908-6.884-6.793-7.708-10.859-1.833l-14.645,21.161
C312.182,7.638,252.303-5.141,192.87,5.165c-5.986,1.036-11.888,2.304-17.709,3.78c-0.045,0.008-0.081,0.013-0.117,0.021
c-0.225,0.055-0.453,0.128-0.672,0.189C123.122,22.316,78.407,52.207,46.5,94.855c-0.269,0.319-0.546,0.631-0.8,0.978
c-1.061,1.429-2.114,2.891-3.145,4.353c-1.686,2.396-3.348,4.852-4.938,7.308c-0.199,0.296-0.351,0.597-0.525,0.896
C10.762,149.191-1.938,196.361,0.24,244.383c0.005,0.158-0.004,0.317,0,0.479c0.211,4.691,0.583,9.447,1.088,14.129
c0.027,0.302,0.094,0.588,0.145,0.89c0.522,4.708,1.177,9.427,1.998,14.145c8.344,48.138,31.052,91.455,65.079,125.16
c0.079,0.079,0.161,0.165,0.241,0.247c0.028,0.031,0.059,0.047,0.086,0.076c9.142,9.017,19.086,17.357,29.793,24.898
c28.02,19.744,59.221,32.795,92.729,38.808c10.167,1.827,19.879-4.941,21.703-15.103
C214.925,437.943,208.163,428.223,197.999,426.402z"></path>
<path d="M221.124,83.198c-8.363,0-15.137,6.78-15.137,15.131v150.747l137.87,71.271c2.219,1.149,4.595,1.69,6.933,1.69
c5.476,0,10.765-2.982,13.454-8.185c3.835-7.426,0.933-16.549-6.493-20.384l-121.507-62.818V98.329
C236.243,89.978,229.477,83.198,221.124,83.198z"></path>
</svg>
<p>7 Days/ 6 Nights</p>
</div>
</div>
<div class="price">
<h4>From</h4>
<h2>$70</h2>
<h3 style="position: absolute; right: 100px;">$105</h3>
</div>
</div>
<!-- </div> -->
<div class="places">
<img src="https://c1.wallpaperflare.com/preview/717/857/296/church-santorini-d-greece.jpg" alt="place" style="height: 280px;width: 116%;">
<h3>Greek Islands</h3>
<p style="text-align: center;">Escape to Greece's enchanting islands. Bask in azure waters, white-washed charm, and history. Find tranquility, adventure, and culture in paradise.</p>
<div class="inline">
<div class="rating">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star "></span>
<p>4.9/ 5 Rating</p>
</div>
<div class="days">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 465 465" xml:space="preserve" >
<path d="M279.591,423.714c-3.836,0.956-7.747,1.805-11.629,2.52c-10.148,1.887-16.857,11.647-14.98,21.804
c0.927,4.997,3.765,9.159,7.618,11.876c3.971,2.795,9.025,4.057,14.175,3.099c4.623-0.858,9.282-1.867,13.854-3.008
c10.021-2.494,16.126-12.646,13.626-22.662C299.761,427.318,289.618,421.218,279.591,423.714z"></path>
<path d="M417.887,173.047c1.31,3.948,3.811,7.171,6.97,9.398c4.684,3.299,10.813,4.409,16.662,2.475
c9.806-3.256,15.119-13.83,11.875-23.631c-1.478-4.468-3.118-8.95-4.865-13.314c-3.836-9.59-14.714-14.259-24.309-10.423
c-9.585,3.834-14.256,14.715-10.417,24.308C415.271,165.528,416.646,169.293,417.887,173.047z"></path>
<path d="M340.36,397.013c-3.299,2.178-6.704,4.286-10.134,6.261c-8.949,5.162-12.014,16.601-6.854,25.546
c1.401,2.433,3.267,4.422,5.416,5.942c5.769,4.059,13.604,4.667,20.127,0.909c4.078-2.352,8.133-4.854,12.062-7.452
c8.614-5.691,10.985-17.294,5.291-25.912C360.575,393.686,348.977,391.318,340.36,397.013z"></path>
<path d="M465.022,225.279c-0.407-10.322-9.101-18.356-19.426-17.953c-10.312,0.407-18.352,9.104-17.947,19.422
c0.155,3.945,0.195,7.949,0.104,11.89c-0.145,6.473,3.021,12.243,7.941,15.711c2.931,2.064,6.488,3.313,10.345,3.401
c10.322,0.229,18.876-7.958,19.105-18.285C465.247,234.756,465.208,229.985,465.022,225.279z"></path>
<path d="M414.835,347.816c-8.277-6.21-19.987-4.524-26.186,3.738c-2.374,3.164-4.874,6.289-7.434,9.298
c-6.69,7.86-5.745,19.666,2.115,26.361c0.448,0.38,0.901,0.729,1.371,1.057c7.814,5.509,18.674,4.243,24.992-3.171
c3.057-3.59,6.037-7.323,8.874-11.102C424.767,365.735,423.089,354.017,414.835,347.816z"></path>
<path d="M442.325,280.213c-9.855-3.09-20.35,2.396-23.438,12.251c-1.182,3.765-2.492,7.548-3.906,11.253
c-3.105,8.156-0.13,17.13,6.69,21.939c1.251,0.879,2.629,1.624,4.126,2.19c9.649,3.682,20.454-1.159,24.132-10.812
c1.679-4.405,3.237-8.906,4.646-13.382C457.66,293.795,452.178,283.303,442.325,280.213z"></path>
<path d="M197.999,426.402c-16.72-3.002-32.759-8.114-47.968-15.244c-0.18-0.094-0.341-0.201-0.53-0.287
c-3.584-1.687-7.162-3.494-10.63-5.382c-0.012-0.014-0.034-0.023-0.053-0.031c-6.363-3.504-12.573-7.381-18.606-11.628
C32.24,331.86,11.088,209.872,73.062,121.901c13.476-19.122,29.784-35.075,47.965-47.719c0.224-0.156,0.448-0.311,0.67-0.468
c64.067-44.144,151.06-47.119,219.089-1.757l-14.611,21.111c-4.062,5.876-1.563,10.158,5.548,9.518l63.467-5.682
c7.12-0.64,11.378-6.799,9.463-13.675L387.61,21.823c-1.908-6.884-6.793-7.708-10.859-1.833l-14.645,21.161
C312.182,7.638,252.303-5.141,192.87,5.165c-5.986,1.036-11.888,2.304-17.709,3.78c-0.045,0.008-0.081,0.013-0.117,0.021
c-0.225,0.055-0.453,0.128-0.672,0.189C123.122,22.316,78.407,52.207,46.5,94.855c-0.269,0.319-0.546,0.631-0.8,0.978
c-1.061,1.429-2.114,2.891-3.145,4.353c-1.686,2.396-3.348,4.852-4.938,7.308c-0.199,0.296-0.351,0.597-0.525,0.896
C10.762,149.191-1.938,196.361,0.24,244.383c0.005,0.158-0.004,0.317,0,0.479c0.211,4.691,0.583,9.447,1.088,14.129
c0.027,0.302,0.094,0.588,0.145,0.89c0.522,4.708,1.177,9.427,1.998,14.145c8.344,48.138,31.052,91.455,65.079,125.16
c0.079,0.079,0.161,0.165,0.241,0.247c0.028,0.031,0.059,0.047,0.086,0.076c9.142,9.017,19.086,17.357,29.793,24.898
c28.02,19.744,59.221,32.795,92.729,38.808c10.167,1.827,19.879-4.941,21.703-15.103
C214.925,437.943,208.163,428.223,197.999,426.402z"></path>
<path d="M221.124,83.198c-8.363,0-15.137,6.78-15.137,15.131v150.747l137.87,71.271c2.219,1.149,4.595,1.69,6.933,1.69
c5.476,0,10.765-2.982,13.454-8.185c3.835-7.426,0.933-16.549-6.493-20.384l-121.507-62.818V98.329
C236.243,89.978,229.477,83.198,221.124,83.198z"></path>
</svg>
<p>5 Days/ 4 Nights</p>
</div>
</div>
<div class="price">
<h4>From</h4>
<h2>$45</h2>
<h3>$85</h3>
</div>
</div>
</div>
</div><!--popular-place-->
<!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<svg style="width: 100%; background-color:rgb(255, 255, 255); position:relative; bottom:-10px;" viewBox="0 0 5950 410" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.726 45.4514L0 0V409.063H140.486H851.18H1698.23H2549.41H3400.59H4251.77H5098.82H5950V189.243C5938.41 191.46 5926.82 193.683 5915.25 195.905C5642.01 248.332 5371.94 300.154 5098.82 265.271C4981.35 249.378 4863.23 216.296 4744.97 183.176C4580.38 137.076 4415.51 90.9028 4251.77 90.9028C4061.21 90.9028 3871.39 151.819 3682.05 212.577C3588.12 242.721 3494.31 272.826 3400.59 295.434C3115.49 363.611 2833.27 363.611 2549.41 318.16C2445.26 301.311 2340.53 278.217 2235.46 255.045C2057.07 215.705 1877.65 176.138 1698.23 166.517C1557.84 159.704 1416.73 170.738 1275.46 181.783C1134 192.843 992.382 203.916 851.18 197.094C567.058 181.858 285.398 91.5281 143.195 45.9227L141.726 45.4514Z" fill="rgb(132, 0, 255)"></path>
</svg>
<div class="skv-contact-us">
<h1>Contact Us</h1>
<div class="skv-support">
<h1><center>Here's Our Contact Info</center></h1>
<br>
<br>
<h2><center>Our Gmail</center></h2>
<p ><center style="font-size: 25px; color: #000000;">support@travelife.com</center></p>
<h2><center>Our Phone Number</center></h2>
<p><center style="font-size: 25px;">+91 7010724598</center></p>
<h2><center>Our Address</center></h2>
<p><center style="font-size: 25px;">5,Anna Nagar,Chennai-44</center></p>
</div>
<div class="skv-mail">
<div class="skv-mail-copy">
<form action="mailto:support@travelife.com" method="get" enctype="text/plain">
<div class="form-control">
<input type="text" required="" name="Name">
<label>
<span style="transition-delay:0ms">Y</span><span style="transition-delay:50ms">o</span><span style="transition-delay:100ms">u</span><span style="transition-delay:150ms">r</span><span style="transition-delay:200ms"> </span><span style="transition-delay:250ms">N</span><span style="transition-delay:300ms">a</span><span style="transition-delay:350ms">m</span><span style="transition-delay:400ms">e</span>
</label>
</div>
<div class="form-control">
<input type="email" required="" name="Mail">
<label>
<span style="transition-delay:0ms">Y</span><span style="transition-delay:50ms">o</span><span style="transition-delay:100ms">u</span><span style="transition-delay:150ms">r</span><span style="transition-delay:200ms"> </span><span style="transition-delay:250ms">G</span><span style="transition-delay:300ms">-</span><span style="transition-delay:350ms">M</span><span style="transition-delay:400ms">a</span><span style="transition-delay:450ms">i</span><span style="transition-delay:500ms">l</span>
</label>
</div>
<div class="form-control">
<input type="text" required="" name="Subject">
<label>
<span style="transition-delay:0ms">S</span><span style="transition-delay:50ms">u</span><span style="transition-delay:100ms">b</span><span style="transition-delay:150ms">j</span><span style="transition-delay:200ms">e</span><span style="transition-delay:250ms">c</span><span style="transition-delay:300ms">t</span>
</label>
</div>
<div class="form-control">
<input type="text" required="" name="Message">
<label>
<span style="transition-delay:0ms">Y</span><span style="transition-delay:50ms">o</span><span style="transition-delay:100ms">u</span><span style="transition-delay:150ms">r</span><span style="transition-delay:200ms"> </span><span style="transition-delay:250ms">M</span><span style="transition-delay:300ms">e</span><span style="transition-delay:350ms">s</span><span style="transition-delay:400ms">s</span><span style="transition-delay:450ms">a</span><span style="transition-delay:500ms">g</span><span style="transition-delay:550ms">e</span>
</label>
</div>
<div class="skv-submit">
<button type="submit" value="Send">
Submit
<div class="arrow-wrapper">
<div class="arrow"></div>
</div>
</button>
</div>
</form>
</div> <!--skv mail copy-->
</div>
</div>
<svg style="width: 100%; margin-bottom: -9px; background-color:rgb(132, 0, 255); position:relative; top:-3px" viewBox="0 0 5950 394" fill="none" xmlns="http://www.w3.org/2000/svg" >
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 293.923V393.09H330.556H1983.33H3966.67L5950 393.091L5950 203.02C5288.89 244.34 4627.78 194.756 3966.67 128.645C3878.52 119.83 3790.37 110.722 3702.22 101.613C3129.26 42.4069 2556.3 -16.7992 1983.33 4.6869C1322.22 29.4786 661.111 161.701 330.556 227.812L0 293.923Z" fill="black"></path>
</svg>
<div class="my-footer">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<footer>
<div class="container pt-5 border-bottom">
<div class="row">
<div class="col-md-3 col-sm-12 mb-3 text-center">
<img src="https://raw.githubusercontent.com/SKVhacks/4ch-Blynk-home-Automation/main/Black_and_Yellow_Simple_Travel_Agency_Logo_1_-removebg-preview(1).png" alt="" style="height: 200px;">
</div>
<div class="col-md-9 col-sm-12">
<div class="col-md-3 col-sm-6 col-6 p-0 float-left mb-3">
<h5 class="mb-4 font-weight-bold text-uppercase">Quick Links</h5>
<ul class="list-group">
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#">Top Destinations</a></li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#">Featured Tours</a></li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#">Travel Blog</a></li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#"> Customer Reviews</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-6 p-0 mb-3 float-left">
<h5 class="mb-4 font-weight-bold text-uppercase">Customer Support</h5>
<ul class="list-group">
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#">FAQs</a></li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#">Help Center</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-6 mb-3 p-0 float-left">
<h5 class="mb-4 font-weight-bold text-uppercase">Company</h5>
<ul class="list-group">
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#"></i>About</a></li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2"><a href="#"></i> Blog</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-6 mb-3 p-0 float-left">
<h5 class="mb-4 font-weight-bold text-uppercase">Connect</h5>
<ul class="list-group">
<li class="list-group-item bg-transparent border-0 p-0 mb-2">
<a href="https://www.linkedin.com/in/s-vishwa/" target="_blank"><i class="fa fa-linkedin mr-1"></i> LinkedIn</a>
</li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2">
<a href="https://twitter.com/Vishwa_UKT?s=09" target="_blank"><i class="fa fa-twitter mr-1"></i> Twitter</a>
</li class="list-group-item bg-transparent border-0 p-0 mb-2">
<li class="list-group-item bg-transparent border-0 p-0 mb-2">
<a href="https://www.instagram.com/gadget_vishwa/" target="_blank"><i class="fa fa-instagram mr-1"></i> Instagram</a>
</li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2">
<a href="https://github.com/SKVhacks" target="_blank"><i class="fa fa-github mr-1"></i> Github</a>
</li>
<li class="list-group-item bg-transparent border-0 p-0 mb-2">
<a href="#" target="_blank"><i class="fa fa-facebook mr-1"></i> Facebook</a>
</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="py-4 d-flex justify-content-center align-items-center">
<a class="mr-4" href="https://www.instagram.com/gadget_vishwa/"><span style="color: white;">Designed by </span>Gadget Vishwa</a>
</div>
</div>
</div>
</div>
</footer>
</div>
</div><!--popular1-->
<!--dharshini-->
</body>