-
Notifications
You must be signed in to change notification settings - Fork 61
/
index.html
858 lines (833 loc) · 42.7 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
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<title>FirstSpot - Your Dream Tours Await!</title>
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<!-- Open Graph Protocol Tags -->
<meta property="og:title" content="FirstSpot - Your Dream Tours Await!" />
<meta property="og:description" content="Our agency offers travelers various tours and excursions with destinations all over the world. Browse our website to find your dream tour!" />
<meta property="og:image" content="images/favicon.ico" />
<meta property="og:url" content="https://jaysomani.github.io/firstspot/" />
<meta property="og:type" content="website" />
<!-- Twitter Tags for social media sharing -->
<meta name="twitter:card" content="FirstSpot - Your Dream Tours Await!" />
<meta name="twitter:title" content="FirstSpot - Your Dream Tours Await!" />
<meta name="twitter:description" content="Our agency offers travelers various tours and excursions with destinations all over the world. Browse our website to find your dream tour!" />
<meta name="twitter:image" content="images/favicon.ico" />
<meta name="twitter:url" content="https://jaysomani.github.io/firstspot/" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script> -->
<!-- //////////////////////// -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7CPoppins:400%7CTeko:300,400" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/style.css" />
<style>
.ie-panel {
display: none;
background: #212121;
padding: 10px 0;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
clear: both;
text-align: center;
position: relative;
z-index: 1;
}
html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
display: block;
}
</style>
</head>
<body>
<div class="ie-panel">
<a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a>
</div>
<div class="preloader">
<div class="preloader-body">
<div class="cssload-container">
<div class="cssload-speeding-wheel"></div>
</div>
<p>Loading...</p>
</div>
</div>
<div class="page">
<!-- Page Header-->
<header class="section page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-corporate" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed"
data-xl-layout="rd-navbar-static" data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px" data-xxl-stick-up-offset="106px"
data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
<div class="rd-navbar-collapse-toggle rd-navbar-fixed-element-1" data-rd-navbar-toggle=".rd-navbar-collapse">
<span></span>
</div>
<div class="rd-navbar-aside-outer"></div>
<div class="rd-navbar-main-outer">
<div class="rd-navbar-main">
<div class="rd-navbar-nav-wrap">
<div class="dropdown">
<button id="user" class="userlink" type="button" data-toggle="dropdown">username<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="./pages/login/login.html">login / signup as Tourist</a></li>
<li><a href="./pages/Signup/guidelogin.html">login / signup as Tourist guide</a></li>
<li id="signOut" style="cursor:pointer"><a href="">SignOut</a></li>
</ul>
</div>
<!-- <li class="rd-nav-item">
<a id="signOut" class="signoutlink" href="#">Sign Out</a>
</li> -->
<!-- RD Navbar Nav -->
<ul class="rd-navbar-nav">
<li class="rd-nav-item active">
<a class="rd-nav-link" href="index.html">Home</a>
</li>
<li class="rd-nav-item">
<a class="rd-nav-link" href="https://stirring-tartufo-4f55fa.netlify.app/">Explore</a>
</li>
<li class="rd-nav-item">
<a class="rd-nav-link" href="./pages/Profile/profile.html">Guide</a>
</li>
<li class="rd-nav-item">
<a class="rd-nav-link" href="./pages/blogs/blog.html">Blogs</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<h3 id="hh"></h3>
</div>
<!-- /////////////////////////////////////////////////////////////// -->
<!-- ////////////////////////////////////////////////////////////// -->
</header>
<!-- Swiper-->
<div id="cursor"></div>
<div id="cursor-blur"></div>
<section class="section swiper-container swiper-slider swiper-slider-corporate swiper-pagination-style-2" data-loop="true" data-autoplay="5000" data-simulate-touch="true" data-nav="false" data-direction="vertical">
<div class="swiper-wrapper text-left">
<div class="swiper-slide context-dark" data-slide-bg="images/italy-517522957.jpg">
<div class="swiper-slide-caption section-md">
<div class="container">
<div class="row">
<div class="col-md-10">
<h6 style="color: black;" class="text-uppercase" data-caption-animate="fadeInRight" data-caption-delay="0">
Enjoy the Best Destinations with Our Travel Agency
</h6>
<h2 style="color: black;" class="oh font-weight-light" data-caption-animate="slideInUp" data-caption-delay="100">
<span>Explore</span
><span class="font-weight-bold"> The World</span>
</h2>
<div style="text-align: center;">
<a style="color: black; display: inline-block; margin:90px 0; border-radius: 10px;" class="button button-black-outline button-ujarak" href="./pages/contact/contact.html" data-caption-animate="fadeInLeft" data-caption-delay="0">Get in touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="swiper-slide context-dark"
data-slide-bg="images/359648.jpg"
>
<div class="swiper-slide-caption section-md">
<div class="container">
<div class="row">
<div class="col-md-10">
<h6
class="text-uppercase"
data-caption-animate="fadeInRight"
data-caption-delay="0"
>
A team of professional Travel Experts
</h6>
<h2
class="oh font-weight-light"
data-caption-animate="slideInUp"
data-caption-delay="100"
>
<span>Trust</span
><span class="font-weight-bold"> Our Experience</span>
</h2>
<div style="text-align: center;">
<a style="color: black; display: inline-block; margin:90px 0; border-radius: 10px;" class="button button-black-outline button-ujarak" href="./pages/contact/contact.html" data-caption-animate="fadeInLeft" data-caption-delay="0">Get in touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide context-dark" data-slide-bg="images/spain-1793466.jpg">
<div class="swiper-slide-caption section-md">
<div class="container">
<div class="row">
<div class="col-md-10">
<h6 class="text-uppercase" data-caption-animate="fadeInRight" data-caption-delay="0">
Build your Next Holiday Trip with Us
</h6>
<h2 class="oh font-weight-light" data-caption-animate="slideInUp" data-caption-delay="100">
<span>Create</span
><span class="font-weight-bold"> Your Tour </span>
</h2>
<div style="text-align: center;">
<a style="color: white; display: inline-block; margin:90px 0; border-radius: 10px;" class="button button-white-outline button-ujarak" href="./pages/contact/contact.html" data-caption-animate="fadeInLeft" data-caption-delay="0">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Swiper Pagination-->
<div class="swiper-pagination"></div>
</section>
<!-- Section Box Categories-->
<section class="section section-lg section-top-1 bg-gray-4">
<div class="container offset-negative-1">
<div class="box-categories cta-box-wrap">
<div class="box-categories-content">
<div class="row justify-content-center">
<div class="col-md-4 wow fadeInDown col-9" data-wow-delay=".2s">
<ul class="list-marked-2 box-categories-list">
<li>
<a href="#"
><img
src="images/ballon-wallpaper.jpg"
alt=""
width="368"
height="420"
/></a>
<h5 class="box-categories-title">Balloon Flights</h5>
</li>
</ul>
</div>
<div class="col-md-4 wow fadeInDown col-9" data-wow-delay=".2s">
<ul class="list-marked-2 box-categories-list">
<li>
<a href="#"><img src="images/mountains-wallpaper-240-x-320.jpg" alt="" width="368" height="420" /></a>
<h5 class="box-categories-title">Mountain Holiday</h5>
</li>
</ul>
</div>
<div class="col-md-4 wow fadeInDown col-9" data-wow-delay=".2s">
<ul class="list-marked-2 box-categories-list">
<li>
<a href="#"><img src="images/beach-1.jpg" alt="" width="368" height="420" /></a>
<h5 class="box-categories-title">Beach Holidays</h5>
</li>
</ul>
</div>
</div>
</div>
</div>
<a class="link-classic wow fadeInUp" href="./pages/Filter/filter.html">Other Tours<span></span
></a>
<!-- Owl Carousel-->
</div>
</section>
<!-- Discover New Horizons-->
<section class="section section-sm section-first bg-default text-md-left">
<div class="container">
<div class="row row-50 align-items-center justify-content-center justify-content-xl-between">
<div class="col-lg-6 text-center wow fadeInUp">
<img src="images/r0iSDF.jpg" alt="" width="556" height="382" />
</div>
<div class="col-lg-6 wow fadeInRight" data-wow-delay=".1s">
<div class="box-width-lg-470">
<h3>Discover New Horizons</h3>
<!-- Bootstrap tabs-->
<div class="tabs-custom tabs-horizontal tabs-line tabs-line-big tabs-line-style-2 text-center text-md-left" id="tabs-7">
<!-- Nav tabs-->
<ul class="nav nav-tabs">
<li class="nav-item" role="presentation">
<a class="nav-link active" href="#tabs-7-1" data-toggle="tab">About us</a
>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="#tabs-7-2" data-toggle="tab"
>Why choose us</a
>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="#tabs-7-3" data-toggle="tab"
>Our mission</a
>
</li>
</ul>
<!-- Tab panes-->
<div class="tab-content">
<div class="tab-pane fade show active" id="tabs-7-1">
<p style="color: rgb(39, 39, 63);">
Welcome to FirstSpot, your premier travel companion dedicated to crafting unforgettable journeys. At FirstSpot, we are driven by the passion for transforming each travel experience into a seamless blend of discovery and joy. Our commitment lies in being your comprehensive travel planning hub, offering a range of services that cater to every facet of your travel needs.
</p>
<div class="group-md group-middle">
<a
class="button button-secondary button-pipaluk"
href="./pages/contact/contact.html"
>Get in Touch</a
><a
class="button button-black-outline button-md"
href="about.html"
>Read More</a
>
</div>
</div>
<div class="tab-pane fade" id="tabs-7-2">
<p style="color: rgb(39, 39, 63)">
Choose FirstSpot for an unparalleled travel experience. Our innovative matching system ensures personalized tours tailored to your preferences. With a diverse selection of handpicked destinations, highly qualified tour managers, and 24/7 support, we guarantee a seamless and enjoyable journey. Enjoy premium accommodations and our commitment to the best price, promising value for your adventure. Trust FirstSpot as your go-to travel companion for a memorable and stress-free exploration of the world.
</p>
<div class="group-md group-middle">
<a
class="button button-secondary button-pipaluk"
href="./pages/contact/contact.html"
>Get in Touch</a
><a
class="button button-black-outline button-md"
href="about.html"
>Read More</a
>
</div>
</div>
<div class="tab-pane fade" id="tabs-7-3">
<p style="color: rgb(39,39,63)">
At FirstSpot, our mission is to be your premier travel facilitator, providing you with curated journeys that align seamlessly with your desires. From meticulously handpicked destinations to expertly crafted itineraries, we're dedicated to delivering more than just a service; we're your gateway to hassle-free, tailored adventures. FirstSpot is committed to providing a comprehensive suite of travel solutions, making every trip a fulfilling and enjoyable exploration. Join us as we pave the way for unforgettable travel experiences tailored to your needs.
</p>
<div class="group-md group-middle">
<a
class="button button-secondary button-pipaluk"
href="./pages/contact/contact.html"
>Get in Touch</a
><a
class="button button-black-outline button-md"
href="about.html"
>Read More</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Services-->
<section class="section section-sm">
<div class="container">
<h3>Our Services</h3>
<div class="row row-30">
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div
class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left"
>
<div class="unit-left">
<div
class="box-icon-classic-icon fl-bigmug-line-equalization3"
></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">Personalized Matching</a>
</h5>
<p class="box-icon-classic-text">
Our unique matching system lets you find just the tour you want for your next holiday.
</p>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left">
<div class="unit-left">
<div class="box-icon-classic-icon fl-bigmug-line-circular220"></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">Wide Variety of Tours</a>
</h5>
<p class="box-icon-classic-text">
We offer a wide variety of personally picked tours with destinations all over the globe.
</p>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left">
<div class="unit-left">
<div class="box-icon-classic-icon fl-bigmug-line-favourites5"></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">Highly Qualified Service</a>
</h5>
<p class="box-icon-classic-text">
Our tour managers are qualified, skilled, and friendly to bring you the best service.
</p>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left">
<div class="unit-left">
<div class="box-icon-classic-icon fl-bigmug-line-headphones32"></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">24/7 Support</a>
</h5>
<p class="box-icon-classic-text">
You can always get professional support from our staff 24/7 and ask any question you have.
</p>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left">
<div class="unit-left">
<div class="box-icon-classic-icon fl-bigmug-line-hot67"></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">Handpicked Hotels</a>
</h5>
<p class="box-icon-classic-text">
Our team offers only the best selection of affordable and luxury hotels to our clients.
</p>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="box-icon-classic">
<div class="unit box-icon-classic-body flex-column flex-md-row text-md-left flex-lg-column text-lg-center flex-xl-row text-xl-left">
<div class="unit-left">
<div class="box-icon-classic-icon fl-bigmug-line-wallet26"></div>
</div>
<div class="unit-body">
<h5 class="box-icon-classic-title">
<a href="#">Best Price Guarantee</a>
</h5>
<p class="box-icon-classic-text">
If you find tours that are cheaper than ours, we will compensate the difference.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Hot tours-->
<section class="section section-sm bg-default">
<div class="container">
<h3 class="oh-desktop">
<span class="d-inline-block wow slideInDown">Hot Tours</span>
</h3>
<div class="row row-sm row-40 row-md-50">
<div class="col-sm-6 col-md-12 wow fadeInRight">
<!-- Product Big-->
<article class="product-big">
<div class="unit flex-column flex-md-row align-items-md-stretch">
<div class="unit-left">
<a class="product-big-figure" href="#"><img src="images/benimdorm.jpg" alt="" width="600" height="366" /></a>
</div>
<div class="unit-body">
<div class="product-big-body">
<h5 class="product-big-title">
<a href="#">Benidorm, Spain</a>
</h5>
<div class="group-sm group-middle justify-content-start">
<div class="product-big-rating">
<span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star_half"></span>
</div>
<a class="product-big-reviews" href="#">4 customer reviews</a
>
</div>
<p class="product-big-text">
Benidorm is a buzzing resort with a big reputation for
beach holidays. Situated in sunny Costa Blanca, the town
is one of the original Spanish beach resorts...
</p>
<a
class="button button-black-outline button-ujarak"
href="#"
>Buy This Tour</a
>
<div class="product-big-price-wrap">
<span class="product-big-price">₹12,000</span>
</div>
</div>
</div>
</div>
</article>
</div>
<div class="col-sm-6 col-md-12 wow fadeInLeft">
<!-- Product Big-->
<article class="product-big">
<div
class="unit flex-column flex-md-row align-items-md-stretch"
>
<div class="unit-left">
<a class="product-big-figure" href="#"
><img
src="images/Mauritius-Under-water-waterfall.jpg"
alt=""
width="600"
height="366"
/></a>
</div>
<div class="unit-body">
<div class="product-big-body">
<h5 class="product-big-title">
<a href="#">Mauritius Island, Africa</a>
</h5>
<div class="group-sm group-middle justify-content-start">
<div class="product-big-rating">
<span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star"></span
><span class="icon material-icons-star_half"></span>
</div>
<a class="product-big-reviews" href="#">5 customer reviews</a
>
</div>
<p class="product-big-text">
The beautiful and inviting island nation of Mauritius is
an ideal ‘flop and drop’ at the conclusion of your
safari. Indulge in the delightful scents of the
fragrant...
</p>
<a
class="button button-black-outline button-ujarak"
href="#"
>Buy This Tour</a
>
<div class="product-big-price-wrap">
<span class="product-big-price">₹10,000</span>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Different People-->
<section class="section section-sm" id="ourTeam">
<div class="container">
<h3 class="title-block find-car oh">
<span class="d-inline-block wow slideInUp"
>Our Team</span
>
</h3>
<div class="row row-30 justify-content-center box-ordered">
<div class="col-sm-6 col-md-5 col-lg-3">
<!-- Team Modern-->
<article class="team-modern">
<div class="team-modern-header">
<a class="team-modern-figure" href="#"><img class="img-circles" src="images/jayeshUserPic" alt="" width="118" height="118" /></a>
<svg x="0px" y="0px" width="270px" height="70px" viewbox="0 0 270 70" enable-background="new 0 0 270 70" xml:space="preserve">
<g>
<path
fill="#161616"
d="M202.085,0C193.477,28.912,166.708,50,135,50S76.523,28.912,67.915,0H0v70h270V0H202.085z"
></path>
</g>
</svg>
</div>
<div class="team-modern-caption">
<h6 class="team-modern-name">
<a href="#">Jayesh Somani</a>
</h6>
<p class="team-modern-status">Team member</p>
<h6 class="team-modern-phone">
<a href="tel:#">+91 83081 36904</a>
</h6>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Section Subscribe-->
<section class="section bg-default text-center offset-top-50">
<div class="parallax-container" data-parallax-img="images/earth.jpg">
<div class="parallax-content section-xl section-inset-custom-1 context-dark bg-overlay-2-21">
<div class="container">
<h2 class="heading-2 oh font-weight-normal wow slideInDown">
<span class="d-block font-weight-semi-bold">FirstSpot</span
><span class="d-block font-weight-light"
>is Waiting for You!</span
>
</h2>
<p
class="text-width-medium text-spacing-75 wow fadeInLeft"
data-wow-delay=".1s" style="color: yellow;"
>
Our agency offers travelers various tours and excursions with
destinations all over the world. Browse our website to find your
dream tour!
</p>
<a class="button button-secondary button-pipaluk" href="#"
>Book a Tour Now</a
>
</div>
</div>
</div>
</section>
<!-- Instagrram wondertour-->
<section
class="section section-sm section-top-0 section-fluid section-relative bg-gray-4"
>
<div class="container-fluid" id="ourGallery">
<h6 class="gallery-title">Gallery</h6>
<!-- Owl Carousel-->
<div
class="owl-carousel owl-classic owl-dots-secondary"
data-items="1"
data-sm-items="2"
data-md-items="3"
data-lg-items="4"
data-xl-items="5"
data-xxl-items="6"
data-stage-padding="15"
data-xxl-stage-padding="0"
data-margin="30"
data-autoplay="true"
data-nav="true"
data-dots="true"
>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/paris tower.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/paris tower.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/rockyPlace.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/rockyPlace.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/india taj mahal.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/india taj mahal.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/dubai.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/dubai.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/lotus.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/lotus.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/italy-517522957.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/italy-517522957.jpg"
data-lightgallery="item"
></a>
</div>
</article>
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure">
<img
src="images/london.jpg"
alt=""
width="270"
height="195"
/>
</div>
<div class="thumbnail-mary-caption">
<a
class="icon fl-bigmug-line-zoom60"
href="images/london.jpg"
data-lightgallery="item"
></a>
</div>
</article>
</div>
</div>
</section>
<!-- Page Footer-->
<footer class="section footer-corporate context-dark">
<div class="footer-corporate-inset">
<div class="container">
<div class="row row-40 justify-content-lg-between">
<div class="col-sm-6 col-md-12 col-lg-3 col-xl-4">
<div class="oh-desktop">
<div class="wow slideInRight" data-wow-delay="0s">
<h6 class="text-spacing-100 text-uppercase">Contact us</h6>
<ul class="footer-contacts d-inline-block d-sm-block">
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-phone"></span>
</div>
<div class="unit-body">
<a class="link-phone" href="tel:#">+91 73XXXXXXXX</a
>
</div>
</div>
</li>
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-envelope"></span>
</div>
<div class="unit-body">
<a class="link-aemail" href="mailto:#"
>firstspotxofficial@gmail.com</a
>
</div>
</div>
</li>
<li>
<div class="unit">
<div class="unit-left">
<span class="icon fa fa-location-arrow"></span>
</div>
<div class="unit-body">
<a class="link-location" target="_blank" href="https://www.google.com/maps/place/VIT+Bhopal+University/@23.0774715,76.8487122,17z/data=!3m1!4b1!4m6!3m5!1s0x397ce9ceaaaaaaab:0xa224b6b82b421f83!8m2!3d23.0774715!4d76.8512871!16s%2Fg%2F11hbgkdndx?entry=ttu"
>VIT Bhopal, kothrikalan, Bhopal-Indore Highway.</a
>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-3 col-xl-4">
<div class="oh-desktop"></div>
</div>
<div class="col-sm-11 col-md-7 col-lg-5 col-xl-4">
<div class="oh-desktop">
<div class="wow slideInLeft" data-wow-delay="0s">
<h6 class="text-spacing-100 text-uppercase">Quick links</h6>
<ul
class="row-6 list-0 list-marked list-marked-md list-marked-secondary list-custom-2"
>
<li><a href="about.html">About us</a></li>
<li><a href="./pages/Filter/filter.html">Our Tours</a></li>
<li><a href="#ourTeam">Our Team</a></li>
<!-- <li><a href="#ourGallery">Gallery</a></li> -->
<li><a href="#">Blog</a></li>
<li><a href="./pages/FAQs/faq.html">FAQs</a></li>
</ul>
<div class="group-md group-middle justify-content-sm-start">
<a class="button button-lg button-primary button-ujarak" href="./pages/contact/contact.html">Get in touch</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Javascript-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
<script src="./home.js"></script>
</body>
</html>