-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
907 lines (828 loc) · 46 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
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tour and Travels</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Google Fonts Link -->
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap"
rel="stylesheet"
/>
<!-- Line Awesome CDN Link -->
<link
rel="stylesheet"
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"
/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<!-- offer section -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" rel="stylesheet">
<!--
bot -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- contact us -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha256-2XFplPlrFClt0bIdPgpz8H7ojnk10H69xRqd9+uTShA=" crossorigin="anonymous" />
</head>
<body>
<!-- LOADER UNDER CONSTRUCTION -->
<!-- <div class="loader">
<div class="loader-centered" >
<div class="object square-one"></div>
<div class="object square-two"></div>
<div class="object square-three"></div>
</div>
</div>
<div class="container bootstrap snippets bootdeys">
<div class="jumbotron">
<h1 id="loading-text">Loading...</h1>
</div>
</div> -->
<header>
<a href="#" class="brand">TRAVELIO</a>
<div class="menu-btn"></div>
<div class="navigation">
<div class="navigation-items">
<a href="#">Home</a>
<a href="#">About</a>
<a href="/explore/index.html">Explore</a>
<a href="#">Gallery</a>
<a href="/LOGIN1/index.html">LOGIN</a>
</div>
</div>
</header>
<section class="home">
<!-- 62347 -->
<video class="video-slide active" src="videoassets/6.mp4" autoplay muted loop></video>
<video class="video-slide" src="videoassets/2.mp4" autoplay muted loop></video>
<video class="video-slide" src="videoassets/3.mp4" autoplay muted loop></video>
<video class="video-slide" src="videoassets/4.mp4" autoplay muted loop></video>
<video class="video-slide" src="videoassets/7.mp4" autoplay muted loop></video>
<div class="content active">
<h1>Never Stop<br><span>Exploring the world</span></h1>
<p>JOBS FILL YOUR POCKETS, BUT ADVENTURES FILL YOUR SOUL.</p>
<!-- <a href="./FLIGHT_SECTION2/index.html">FLIGHTS</a> -->
<a href="./Hotels_1/index.html">HOTELS</a>
<a href="/explore_more/index.html">HOLIDAY PACKAGES</a>
<!-- <a href="#">BUSES</a> -->
<a href="./Resort_1/index.html">RESORTS</a>
<a href="./FLIGHT_BOOKING/index.html">FLIGHTS</a>
</div>
<div class="content">
<h1>Camping.<br><span>Enjoy</span></h1>
<p>TRAVEL FAR ENOUGH, YOU MEET YOURSELF</p>
<a href="/explore/index.html">Explore</a>
</div>
<div class="content">
<h1>Adventures.<br><span>Off Road</span></h1>
<p>THE PURPOSE OF LIFE IS TO LIVE IT, TO TASTE IT, TO EXPERIENCE TO THE UTMOST, TO REACH OUT EAGERLY AND WITHOUT FEAR FOR NEWER AND RICHER EXPERIENCE</p>
<a href="/explore/index.html">Explore</a>
</div>
<div class="content">
<h1>Road Trip.<br><span>Together</span></h1>
<p>FILL YOUR LIFE WITH ADVENTURES, NOT THINGS. HAVE STORIES TO TELL NOT STUFF TO SHOW</p>
<a href="/explore/index.html">Read More</a>
</div>
<div class="content">
<h1>Feel Nature.<br><span>Relax</span></h1>
<p>IT IS A BIG AND BEAUTIFUL WORLD. MOST OF US LIVE AND DIE IN THE SAME CORNER WHERE WE WERE BORN AND NEVER GET TO SEE ANY OF IT. I DON’T WANT TO BE MOST OF US</p>
<a href="/explore/index.html">Explore</a>
</div>
<div class="slider-navigation">
<div class="nav-btn active"></div>
<div class="nav-btn"></div>
<div class="nav-btn"></div>
<div class="nav-btn"></div>
<div class="nav-btn"></div>
</div>
</section>
<!-- brands -->
<div class="col-md-10" style="margin: 100px auto">
<marquee behavior="scroll" direction="up" scrollamount="1">LOANS & OFFERS CO-SPONSORED BY TRIP MONEY 🥰</marquee>
<!-- <h5>LOANS & OFFERS CO-SPONSORED BY TRIP MONEY 🥰 </h5> -->
<div class="row " style="margin-top: 10px;">
<div class="col-xl-3 col-lg-6 ">
<div class="card l-bg-cherry">
<div class="card-statistic-3 p-4">
<div class="card-icon card-icon-large"><i class="fas fa-shopping-cart"></i></div>
<div class="mb-4">
<a href="https://www.tripmoney.com/partner/mmt/context/onboarding/otp?mobile=&linked=false&utm_source=carousel&utm_medium=mmtdesktop&utm_lender=IDFC&utm_login=loginPageShownMobileOtp">
<h5 class="card-title mb-0">Travel Loan</h5></a>
</div>
<div class="row align-items-center mb-2 d-flex">
<div class="col-8">
<h6 class="d-flex align-items-center mb-0">
Get upto ₹1 lakh for booking flights,hotels & more.
</h6>
</div>
<div class="col-4 text-right">
<span>12.5% <i class="fa fa-arrow-up"></i></span>
</div>
</div>
<div class="progress mt-1 " data-height="8" style="height: 8px;">
<div class="progress-bar l-bg-cyan" role="progressbar" data-width="25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;"></div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card l-bg-blue-dark">
<div class="card-statistic-3 p-4">
<div class="card-icon card-icon-large"><i class="fas fa-users"></i></div>
<div class="mb-4">
<a href="https://www.tripmoney.com/credit?card_clicked=CC&card_suggestion_id=844790bd-477f-4261-abd7-bddb8e9c97ae&utm_medium=mmtdesktop&utm_source=carousel">
<h5 class="card-title mb-0">Credit Cards</h5></a>
</div>
<div class="row align-items-center mb-2 d-flex">
<div class="col-8">
<h6 class="d-flex align-items-center mb-0">
Get instant approval & unmatched privileges.
</h6>
</div>
<div class="col-4 text-right">
<span>9.23% <i class="fa fa-arrow-up"></i></span>
</div>
</div>
<div class="progress mt-1 " data-height="8" style="height: 8px;">
<div class="progress-bar l-bg-green" role="progressbar" data-width="25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;"></div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card l-bg-green-dark">
<div class="card-statistic-3 p-4">
<div class="card-icon card-icon-large"><i class="fas fa-ticket-alt"></i></div>
<div class="mb-4">
<a href="https://www.tripmoney.com/personal-loans?card_clicked=PL&card_suggestion_id=844790bd-477f-4261-abd7-bddb8e9c97ae&utm_medium=mmtdesktop&utm_source=carousel">
<h5 class="card-title mb-0">Personal Loan</h5></a>
</div>
<div class="row align-items-center mb-2 d-flex">
<div class="col-8">
<h6 class="d-flex align-items-center mb-0">
Get instant approval for upto ₹30,00,000 at low interest rates.
</h6>
</div>
<div class="col-4 text-right">
<span>10% <i class="fa fa-arrow-up"></i></span>
</div>
</div>
<div class="progress mt-1 " data-height="8" style="height: 8px;">
<div class="progress-bar l-bg-orange" role="progressbar" data-width="25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;"></div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card l-bg-orange-dark">
<div class="card-statistic-3 p-4">
<div class="card-icon card-icon-large"><i class="fas fa-dollar-sign"></i></div>
<div class="mb-4">
<h5 class="card-title mb-0">Student Package</h5>
</div>
<div class="row align-items-center mb-2 d-flex">
<div class="col-8">
<h6 class="d-flex align-items-center mb-0">
Get suggestions on destinations and find the cheapest flights!
</h6>
</div>
<div class="col-4 text-right">
<span>2.5% <i class="fa fa-arrow-up"></i></span>
</div>
</div>
<div class="progress mt-1 " data-height="8" style="height: 8px;">
<div class="progress-bar l-bg-cyan" role="progressbar" data-width="25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end brands -->
<!-- carousel offer section -->
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators" style="padding-left: 80px; padding-right: 80px">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active fit-image">
<img alt="First slide" class="d-block w-100" src="/ALL_MAGE/T3.png">
<div class="carousel-caption d-none d-md-block">
<h5 class="animated bounceInRight" style="animation-delay: 1s">All Offers</h5>
<p class="animated bounceInLeft" style="animation-delay: 2s">Grab Up to 20% OFF* on International Hotels, with ‘Book Now Pay Later’ Feature and FREE* Cancellation.</p>
<p class="animated bounceInRight" style="animation-delay: 3s"><a href="#">More Info</a></p>
</div>
</div>
<div class="carousel-item">
<img alt="Second slide" class="d-block w-100" src="/ALL_MAGE/T2.png">
<div class="carousel-caption d-none d-md-block">
<h5 class="animated slideInDown" style="animation-delay: 1s">Holiday package Offers</h5>
<p class="animated fadeInUp" style="animation-delay: 2s">
Get amazing deals on holiday packages with an option to opt for Free Cancellation!
</br><Code: HDFCDOM</p>
<p class="animated zoomIn" style="animation-delay: 3s"><a href="/EXPLORE_MORE/index.html">More Info</a></p>
</div>
</div>
<div class="carousel-item">
<img alt="Third slide" class="d-block w-100" src="/ALL_MAGE/T1.png">
<div class="carousel-caption d-none d-md-block">
<h5 class="animated zoomIn" style="animation-delay: 1s">Bank Offers</h5>
<p class="animated fadeInLeft" style="animation-delay: 2s"> Enjoy 15% instant savings* on HDFC Bank Credit Cards.</p>
<p class="animated zoomIn" style="animation-delay: 3s"><a href="https://www.hdfcbank.com/">More Info</a></p>
</div>
</div>
</div><a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a> <a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<!-- card section -->
<!-- temporaily disable for some issuess
<div class="container bootstrap snippets bootdey" style="margin-top: 30px;">
<h2 class="heading-md">Gift Cards</h2>
<div class="row margin-bottom-10">
<div class="col-md-4 col-sm-6">
<div class="servive-block servive-block-grey">
<i class="icon-2x color-light fa fa-gift"></i>
<h2 class="heading-md">Grey Box</h2>
<p>Donec id elit non mi porta gravida at eget metus id elit mi egetine. Fusce dapibus</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="servive-block servive-block-yellow">
<i class="icon-2x color-light fa fa-gift"></i>
<h2 class="heading-md">Yellow Box</h2>
<p>Donec id elit non mi porta gravida at eget metus id elit mi egetine usce dapibus elit nondapibus</p>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="servive-block servive-block-dark-blue">
<i class="icon-2x color-light fa fa-gift"></i>
<h2 class="heading-md">Dark Blue Box</h2>
<p>Donec id elit non mi porta gravida at eget metus id elit mi egetine. Fusce dapibus</p>
</div>
</div>
</div>
<div class="row margin-bottom-10">
<div class="col-sm-6">
<div class="servive-block servive-block-purple">
<i class="icon-2x color-light fa fa-gift"></i>
<h2 class="heading-md">Purple Box</h2>
<p>Donec id elit non mi porta gravida at eget metus id elit mi egetine. Fusce dapibus. At vero eos et accusamus et iusto odio dignissimos ducimus qui.</p>
</div>
</div>
<div class="col-sm-6">
<div class="servive-block rounded servive-block-aqua">
<i class="icon-2x color-light fa fa-gift"></i>
<h2 class="heading-md">Aqua Box</h2>
<p>Donec id elit non mi porta gravida at eget metus id elit mi egetine. Fusce dapibus. At vero eos et accusamus et iusto odio dignissimos ducimus qui.</p>
</div>
</div>
</div>
</div> -->
<!-- end with card section -->
<!-- testing ofeer-->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<ul class="col container-filter portfolioFilte list-unstyled mb-0" id="filter">
<li><a class="categories active" data-filter="*">ALL</a></li>
<li><a class="categories" data-filter=".branding">OCCASIONS</a></li>
<li><a class="categories" data-filter=".design">FESTIVALS</a></li>
<li><a class="categories" data-filter=".photo">COPORATE</a></li>
<li><a class="categories" data-filter=".coffee">OTHERS</a></li>
</ul>
</div>
</div>
</div>
<div class="port portfolio-masonry mt-4">
<div class="portfolioContainer row photo">
<div class="col-lg-4 p-4 " style="position: absolute; left: 0px; top: 0px;">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard2.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Raksha Bandhan</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding coffee">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard1.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Anniversary</p>
<h6 class="text-dark mt-1 text-uppercase">
365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding photo">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard7.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Wedding</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding design photo">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE//giftcard4.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Congratulations</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 design photo">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard5.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Diwali</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding design coffee">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard6.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Corporate</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding design">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard7.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Thank You</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 p-4 branding design photo coffee">
<div class="item-box">
<a class="mfp-image" href="" title="Project Name">
<img class="item-container img-fluid" src="/ALL_MAGE/giftcard8.JPG" alt="work-img">
<div class="item-mask">
<div class="item-caption">
<p class="text-dark mb-0">Farwell</p>
<h6 class="text-dark mt-1 text-uppercase">365 days from date of issuance</h6>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end testing -->
<!-- timeline section events -->
<section class="timeline_area section_padding_130">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-sm-8 col-lg-6">
<!-- Section Heading-->
<div class="section_heading text-center">
<h6>SAVE MORE ON FLIGHTS HOTELS & MORE</h6>
<div class="line"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<!-- Timeline Area-->
<div class="apland-timeline-area">
<!-- Single Timeline Content-->
<div class="single-timeline-area">
<div class="timeline-date wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInLeft;">
<p>MODES</p>
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-train" aria-hidden="true"></i></div>
<div class="timeline-text">
<a href="https://www.irctc.co.in/nget/train-search "><h6>TRAINS</h6></a>
<p>Presenting TRIP GUARANTEE on Trains</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-bus" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>BUS</h6>
<p>Choose Smart, Save BIG!.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-taxi" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>CABS</h6>
<p>#SaveBIG on Outstation Cab Bookings!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single Timeline Content-->
<div class="single-timeline-area">
<div class="timeline-date wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInLeft;">
<p>FLIGHTS</p>
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-plane-departure" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>DOMESTIC </h6>
<p>BIGGEST Flight Offers in 1 Place, RIGHT HERE!</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-plane-departure" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>INTERNATIONAL </h6>
<p> Grab FLAT 8% OFF* on Virgin Atlantic Flights!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single Timeline Content-->
<div class="single-timeline-area">
<div class="timeline-date wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInLeft;">
<p>OTHERS</p>
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-person-booth" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>HOLIDAYS</h6>
<p>BEST-EVER Goa Holidays with FREE* Cancellation</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-hotel" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>HOTELS</h6>
<p>For Students: Up to 20% OFF* on Hotels in the USA!</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-timeline-content d-flex wow fadeInLeft" data-wow-delay="0.7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInLeft;">
<div class="timeline-icon"><i class="fas fa-radiation-alt" aria-hidden="true"></i></div>
<div class="timeline-text">
<h6>EXPERIENCES</h6>
<p>Grab Up to 20% OFF* on Adventurous Activities in R...</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end timeline section events -->
<!--
YOUTUBE -->
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>TRAVELIO</h5>
</div>
<div class="ibox-content">
<figure>
<iframe src="https://www.youtube.com/embed/35npVaFGHMY" frameborder="0" allowfullscreen="" data-aspectratio="0.8211764705882353" style="width: 523px; height: 429.475px;"></iframe>
</figure>
</div>
</div>
</div>
<div class="col-md-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>FEEL FREE TO TRAVEL WITH US</h5>
</div>
<div class="ibox-content profile-content">
<h4><strong>TRAVELIO : Welcome to India</strong></h4>
<p><i class="fa fa-clock-o"></i> Uploaded on April 28, 2020</p>
<h5>
Travel Vlog
</h5>
<p>
vanlifing through India was an impressive experience for me
<br>
<small>a country where magic and incredible landscapes are everywhere.</small>
<br>
<br>
This is a part of mindblowing scenes i saw during this trip from himalayan mountains , to extreme south of Kerala. </p>
<div class="row m-t-md">
<div class="col-md-3">
<h5><strong>253k</strong> Likes</h5>
</div>
<div class="col-md-9">
<h5><strong>10,783</strong> Comments</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FREQUENTLY ASKED QUESTIONS -->
<section class="ftco-section bg-light ftco-faqs">
<div class="container">
<div class="row">
<div class="col-lg-6 order-md-last">
<div class="img img-video d-flex align-self-stretch align-items-center justify-content-center justify-content-md-center mb-4 mb-sm-0"
style="background-image: url(https://images.pexels.com/photos/39811/pexels-photo-39811.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);">
<a href="https://vod-progressive.akamaized.net/exp=1631912729~acl=%2Fvimeo-prod-skyfire-std-us%2F01%2F1999%2F15%2F384996504%2F1619603436.mp4~hmac=7e3ae3e03bd1bce38aa24bdf5130f9634e59870fef821b3f94824a4231c03ddc/vimeo-prod-skyfire-std-us/01/1999/15/384996504/1619603436.mp4?filename=video.mp4" class="icon-video popup-vimeo d-flex justify-content-center align-items-center">
<span class="fa fa-play"></span>
</a>
</div>
<div class="d-flex mt-3">
<div class="img img-2 mr-md-2" style="background-image: url(https://images.unsplash.com/photo-1589394913966-620f6216b63e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80);"></div>
<div class="img img-2 ml-md-2" style="background-image: url(https://images.unsplash.com/photo-1541945876617-8026869043f2?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);"></div>
</div>
</div>
<div class="col-lg-6">
<div class="heading-section mb-5 mt-5 mt-lg-0">
<h2 class="mb-3">Frequently Asks Questions</h2>
<p>Our Customers Frequent Questions might help you with our solutions.</p>
</div>
<div id="accordion" class="myaccordion w-100" aria-multiselectable="true">
<div class="card">
<div class="card-header p-0" id="headingOne">
<h2 class="mb-0">
<button href="#collapseOne" class="d-flex py-3 px-4 align-items-center justify-content-between btn btn-link" data-parent="#accordion" data-toggle="collapse" aria-expanded="true" aria-controls="collapseOne">
<p class="mb-0">Why Travelio ?</p>
<i class="fa" aria-hidden="true"></i>
</button>
</h2>
</div>
<div class="collapse show" id="collapseOne" role="tabpanel" aria-labelledby="headingOne" style="">
<div class="card-body py-3 px-0">
<ol>
Established in 2000, Travelio has since positioned itself
as one of the leading companies, providing great offers,
competitive airfares, exclusive discounts, and a seamless
online booking experience to many of its customers.
The experience of booking your flight tickets, hotel stay
, and holiday package through our desktop site or mobile app
can be done with complete ease and no hassles at all. We also
deliver amazing offers, such as Instant Discounts, Fare Calendar,
MyRewardsProgram, MyWallet, and many more while updating them
from time to time to better suit our customers’ evolving needs
and demands.
</ol>
</div>
</div>
</div>
<div class="card">
<div class="card-header p-0" id="headingTwo" role="tab">
<h2 class="mb-0">
<button
href="#collapseTwo"
class="d-flex py-3 px-4 align-items-center justify-content-between btn btn-link collapsed"
data-parent="#accordion"
data-toggle="collapse"
aria-expanded="false"
aria-controls="collapseTwo"
>
<p class="mb-0">Booking Flights with Travelio</p>
<i class="fa" aria-hidden="true"></i>
</button>
</h2>
</div>
<div class="collapse" id="collapseTwo" role="tabpanel" aria-labelledby="headingTwo" style="">
<div class="card-body py-3 px-0">
<ol>
At Travelio, you can find the best of deals and
cheap air tickets to any place you want by booking
your tickets on our website or app. Being India’s
leading website for hotel, flight, and holiday bookings,
Travelio helps you book flight tickets that are affordable
and customized to your convenience. With customer satisfaction
being our ultimate goal, we also have a 24/7 dedicated helpline
to cater to our customer’s queries and concerns. Serving over 5
million happy customers, we at Travelio are glad to fulfill
the dreams of folks who need a quick and easy means to find air
tickets. You can get a hold of the cheapest flight of your
choice today while also enjoying the other available options
for your travel needs with us.
</ol>
</div>
</div>
</div>
<div class="card">
<div class="card-header p-0" id="headingThree" role="tab">
<h2 class="mb-0">
<button
href="#collapseThree"
class="d-flex py-3 px-4 align-items-center justify-content-between btn btn-link collapsed"
data-parent="#accordion"
data-toggle="collapse"
aria-expanded="false"
aria-controls="collapseThree"
>
<p class="mb-0">Domestic Flights with Travelio ?</p>
<i class="fa" aria-hidden="true"></i>
</button>
</h2>
</div>
<div class="collapse" id="collapseThree" role="tabpanel" aria-labelledby="headingTwo" style="">
<div class="card-body py-3 px-0">
<ol>
Travelio is India's leading player for flight
bookings, and have a dominant position in the
domestic flights sector. With the cheapest fare
guarantee, experience great value at the lowest price.
Instant notifications ensure current flight status, instant
fare drops, amazing discounts, instant refunds and rebook
options, price comparisons and many more interesting features.
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FREQUENTLY ASKED QUESTIONS -->
<!-- contact section -->
<section class="deneb_cta">
<div class="container">
<div class="cta_wrapper">
<div class="row align-items-center">
<div class="col-lg-7">
<div class="cta_content">
<h3>Have Issues with Travelio</h3>
<p>Free to feel to get in touch with us <br>24/7 customer support <br>Travel Hazzeless</p>
</div>
</div>
<div class="col-lg-5">
<div class="button_box">
<a href="./CONTACTUS/index.html" class="btn btn-warning">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="deneb_footer">
<div class="widget_wrapper" style="background-image: url(http://demo.tortoizthemes.com/deneb-html/deneb-ltr/assets/images/footer_bg.png);">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="widget widegt_about">
<div class="widget_title">
<img src="assets/images/logo_1.png" class="img-fluid" alt="">
</div>
<p>Nurtured from the seed of a single great idea - to empower the traveller - Travelio is a pioneer in India’s online travel industry.Travelio came to life to empower the Indian traveller with instant bookings and comprehensive choices.
</p>
<ul class="social">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="widget widget_link">
<div class="widget_title">
<h4>Links</h4>
</div>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="widget widget_contact">
<div class="widget_title">
<h4>Contact Us</h4>
</div>
<div class="contact_info">
<div class="single_info">
<div class="icon">
<i class="fas fa-phone-alt"></i>
</div>
<div class="info">
<p><a href="tel:+919246147999">1800-121-3637</a></p>
<p><a href="tel:+919246147999">+91 924-614-7999</a></p>
</div>
</div>
<div class="single_info">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<div class="info">
<p><a href="mailto:">Travelio.com</a></p>
<p><a href="mailto:">Travelio.com</a></p>
</div>
</div>
<div class="single_info">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="info">
<p>125, Park street aven, Brocklyn,<span>Mumbai.</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright_area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copyright_text">
<p>Copyright © 2020 All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end contact section
<!-- floating button -->
<!-- <a href="#" class="float" id="menu-share">
<i class="fas fa-robot my-float"></i>
</a>
<ul>
<li><a href="#" id="menu-google-plus">
<i class="fas fa-plane-departure my-float"></i>
</a></li>
<li><a href="#" id="menu-twitter">
<i class="fas fa-hotel my-float" ></i>
</a></li>
<li><a href="#" id="menu-twitter">
<i class="far fa-building my-float" ></i>
</a></li>
</ul> -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js">
</script>
<script src="js/jquery-3.6.0.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- /*javascipt start of home section*/ -->
<script src="javascript.js"></script>
<!-- /*javascipt end of home section*/ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"></script>
</body>
</html>