-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
462 lines (443 loc) · 24.3 KB
/
Copy pathindex.html
File metadata and controls
462 lines (443 loc) · 24.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Triptastic Edventures - Your Premium Travel Partner</title>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;800&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Intro Animation -->
<div id="intro-screen">
<img src="logo.jpg" alt="Triptastic Logo" id="intro-logo">
<h1 class="intro-text">Let's Make Journeys Beautiful</h1>
<p class="intro-subtext">Premium Tour Packages for Kannur & Kasaragod</p>
</div>
<!-- Video Sound Controls -->
<div class="music-controls" id="sound-btn" title="Toggle Sound">
<i class="fas fa-volume-mute"></i>
</div>
<nav>
<div class="logo">
<img src="logo.jpg" alt="Triptastic Edventures">
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#packages">Packages</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="hamburger">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Hero Section -->
<header id="home">
<!-- Audio is muted by default -->
<video autoplay muted loop playsinline webkit-playsinline id="bg-video" poster="images/696527936_18123226594568167_2955683151938389249_n.webp">
<source src="videos/rajasthan.mp4" type="video/mp4">
</video>
<div class="hero-overlay"></div>
<div class="hero-content">
<img src="logo.jpg" alt="Triptastic Logo" class="hero-mobile-logo fade-up">
<h1 class="fade-up hero-title" data-text="Triptastic Edventures">Triptastic Edventures</h1>
<p class="fade-up delay-1 hero-subtitle desktop-text">Your Companion for Dream Journeys</p>
<p class="fade-up delay-2 desktop-text">Curating bespoke itineraries and premium travel packages for your perfect getaway.</p>
<p class="fade-up delay-2 mobile-text">Escape the Ordinary. Discover the Extraordinary.</p>
<div style="position: relative; display: inline-block;" class="fade-up delay-3">
<a href="#packages" class="btn" style="margin-top: 0;">Explore Packages</a>
<svg class="scribble-hero-arrow" viewBox="0 0 80 50">
<path d="M 10 10 Q 40 45 70 25" />
<path d="M 55 28 L 70 25 L 68 40" />
</svg>
</div>
</div>
</header>
<!-- Exclusive Deals Section -->
<section id="exclusive-deals">
<div class="container">
<h2 class="section-title fade-up">
Exclusive Flash Deals
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="deals-grid">
<div class="deal-card fade-up delay-1" style="background-image: linear-gradient(to bottom, rgba(7, 6, 6, 0.4), rgba(7, 6, 6, 0.95)), url('images/696224756_18123226597568167_4855909260866105205_n.webp'); background-size: cover; background-position: center;">
<div class="deal-price">₹2,999</div>
<h3>Munnar Magic</h3>
<p>4 Days / 3 Nights</p>
<a href="munnar.html" class="btn-deal">View Itinerary</a>
</div>
<div class="deal-card fade-up delay-2" style="background-image: linear-gradient(to bottom, rgba(7, 6, 6, 0.4), rgba(7, 6, 6, 0.95)), url('images/701173544_18123226519568167_6070306836594168980_n.webp'); background-size: cover; background-position: center;">
<div class="deal-price">₹10,000</div>
<h3>Manali Snow</h3>
<p>5 Days / 4 Nights</p>
<a href="#contact" class="btn-deal">Enquire Now</a>
</div>
<div class="deal-card fade-up delay-3" style="background-image: linear-gradient(to bottom, rgba(7, 6, 6, 0.4), rgba(7, 6, 6, 0.95)), url('images/696527936_18123226594568167_2955683151938389249_n.webp'); background-size: cover; background-position: center;">
<div class="deal-price">₹15,000</div>
<h3>Rajasthan Royals</h3>
<p>6 Days / 5 Nights</p>
<a href="rajasthan.html" class="btn-deal">View Itinerary</a>
</div>
<div class="deal-card fade-up delay-3" style="background-image: linear-gradient(to bottom, rgba(7, 6, 6, 0.4), rgba(7, 6, 6, 0.95)), url('images/696701876_18123226195568167_8193814965823745373_n.webp'); background-size: cover; background-position: center;">
<div class="deal-price">₹12,000</div>
<h3>Delhi Heritage</h3>
<p>5 Days / 4 Nights</p>
<a href="delhi.html" class="btn-deal">View Itinerary</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<h2 class="section-title">
Why Choose Us?
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="about-content">
<div class="about-illustration">
<img src="images/balloons.png" alt="Hot Air Balloons">
</div>
<div class="about-points">
<div class="about-point">
<h3>Elevated Experiences</h3>
<p>Soar above the ordinary. We craft breathtaking, premium travel experiences that you will cherish forever.</p>
</div>
<div class="about-point">
<h3>Curated Itineraries</h3>
<p>From the misty hills of Munnar to the sweeping deserts of Rajasthan, your perfect journey is planned to the last detail.</p>
</div>
<div class="about-point">
<h3>Trusted Partners</h3>
<p>The right travel package partner to elevate your vacation into an unforgettable, magical memory.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Travel Stats Section -->
<section id="travel-stats" class="fade-up">
<div class="container">
<div class="stats-grid">
<div class="stat-card">
<div class="stat-icon"><i class="fas fa-users"></i></div>
<div class="stat-number">
5,000+
<svg class="scribble-circle" viewBox="0 0 120 60" preserveAspectRatio="none">
<path d="M 60 5 C 90 5, 115 15, 115 30 C 115 45, 90 55, 60 55 C 30 55, 5 45, 5 30 C 5 15, 30 5, 58 6 C 75 7, 105 15, 100 28" />
</svg>
</div>
<div class="stat-label">Happy Explorers</div>
</div>
<div class="stat-card">
<div class="stat-icon"><i class="fas fa-map-marked-alt"></i></div>
<div class="stat-number">150+</div>
<div class="stat-label">Curated Routes</div>
</div>
<div class="stat-card">
<div class="stat-icon"><i class="fas fa-award"></i></div>
<div class="stat-number">10+</div>
<div class="stat-label">Years of Adventures</div>
</div>
<div class="stat-card">
<div class="stat-icon"><i class="fas fa-star"></i></div>
<div class="stat-number">
4.9★
<svg class="scribble-circle" viewBox="0 0 120 60" preserveAspectRatio="none">
<path d="M 60 5 C 90 5, 115 15, 115 30 C 115 45, 90 55, 60 55 C 30 55, 5 45, 5 30 C 5 15, 30 5, 58 6 C 75 7, 105 15, 100 28" />
</svg>
</div>
<div class="stat-label">Google Rating</div>
</div>
</div>
</div>
</section>
<!-- Packages Section -->
<section id="packages">
<div class="container">
<h2 class="section-title">
Our Premium Packages
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="package-list">
<!-- Package 1 -->
<div class="package-item">
<img src="images/696224756_18123226597568167_4855909260866105205_n.webp" alt="Munnar" class="package-image">
<div class="package-text">
<h3>Munnar & Ooty Escape</h3>
<p>Experience the chill of the hills with our 4-day, 3-night package. Tea gardens, waterfalls, and mist.</p>
<a href="munnar.html" class="btn-outline">View Itinerary</a>
</div>
</div>
<!-- Package 2 -->
<div class="package-item reverse">
<img src="images/696527936_18123226594568167_2955683151938389249_n.webp" alt="Rajasthan" class="package-image">
<div class="package-text">
<h3>Rajasthan Royals</h3>
<p>Explore the majestic forts, deserts, and palaces of Rajasthan. A true royal experience.</p>
<a href="rajasthan.html" class="btn-outline">View Itinerary</a>
</div>
</div>
<!-- Package 3 -->
<div class="package-item">
<img src="images/696701876_18123226195568167_8193814965823745373_n.webp" alt="Delhi Taj Mahal" class="package-image">
<div class="package-text">
<h3>Delhi & Taj Mahal</h3>
<p>Witness the wonder of the world and the bustling capital city in this amazing heritage tour.</p>
<a href="delhi.html" class="btn-outline">View Itinerary</a>
</div>
</div>
</div>
</div>
</section>
<!-- Full Screen Taj Mahal Section -->
<section id="taj-experience" style="height: 100vh; padding: 0; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;">
<video autoplay muted loop playsinline webkit-playsinline poster="images/696701876_18123226195568167_8193814965823745373_n.webp" style="position: absolute; min-width: 100%; min-height: 100%; z-index: -2; object-fit: cover;">
<source src="videos/tajmahal.mp4" type="video/mp4">
</video>
<div style="position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.4); z-index: -1;"></div>
<div style="text-align: center; z-index: 1;">
<h2 style="font-size: 3.5rem; color: white; letter-spacing: 2px;" class="fade-up">Witness the Wonder</h2>
<p style="font-size: 1.2rem; color: #eee; margin-top: 10px;" class="fade-up delay-1">Explore heritage like never before.</p>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="fade-up">
<div class="container">
<h2 class="section-title">
What Our Travelers Say
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="testimonial-text">"Our family trip to Munnar was absolutely magical! Triptastic Edventures took care of everything from premium stays to perfect local transport. Highly recommended!"</p>
<div class="user-info">
<div class="user-details">
<h4>Ramesh Nair</h4>
<span>Kannur, Kerala</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="testimonial-text">"The Rajasthan heritage tour was spectacular. The desert camp experience and forts are things we will never forget. Extremely professional staff and top-tier guides."</p>
<div class="user-info">
<div class="user-details">
<h4>Sneha K.</h4>
<span>Kasaragod, Kerala</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="testimonial-text">"Outstanding service! From customized planning to on-road support, everything was smooth. Booking with them is a must if you want a beautiful journey."</p>
<div class="user-info">
<div class="user-details">
<h4>Abhijith M.</h4>
<span>Nileshwaram, Kerala</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section id="gallery">
<div class="container">
<h2 class="section-title">
Memories With Us
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<p style="text-align:center; color: #5c6e71; margin-bottom: 30px;">Some of our beautiful moments with Komban Bus and awesome travelers!</p>
<div class="gallery-grid">
<img src="images/697128239_18123226327568167_317044945462427038_n.webp" alt="Gallery Image 1" class="gallery-img">
<img src="images/701173544_18123226519568167_6070306836594168980_n.webp" alt="Gallery Image 2" class="gallery-img">
<img src="images/705411580_18124621465568167_9097941752663133145_n.webp" alt="Gallery Image 3" class="gallery-img">
<img src="images/ഉല്ലാസ യാത്ര 😍🤍with @chillll_clique.jpg" alt="Gallery Image 4" class="gallery-img">
<!-- Video in gallery -->
<div class="gallery-video-wrapper">
<video autoplay muted loop playsinline webkit-playsinline poster="images/705411580_18124621465568167_9097941752663133145_n.webp" class="gallery-video">
<source src="videos/dance.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<!-- Social Connect Section -->
<section id="social-connect" class="fade-up">
<div class="container">
<h2 class="section-title">
Connect With Us
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="social-card">
<div class="social-header">
<img src="logo.jpg" alt="Triptastic Profile" class="profile-pic">
<div class="profile-meta">
<div class="username-row">
<h3>triptasticedventures</h3>
<span class="verified-badge"><i class="fas fa-check-circle"></i></span>
</div>
<p class="profile-fullname">TRIPTASTIC EDVENTURES</p>
</div>
</div>
<div class="profile-stats">
<div class="stat">
<span class="stat-val">902</span>
<span class="stat-lbl">posts</span>
</div>
<div class="stat">
<span class="stat-val">7,130</span>
<span class="stat-lbl">followers</span>
</div>
<div class="stat">
<span class="stat-val">779</span>
<span class="stat-lbl">following</span>
</div>
</div>
<div class="profile-bio">
<p class="bio-line">ᴇxᴘʟ🧭ʀᴇ ᴛʜᴇ ᴡ🌐ʀʟᴅ ᴡɪᴛʜ ᴇAꜱᴇ!</p>
<p class="bio-line">ᴘʀᴇᴍɪᴜᴍ ᴛᴏᴜʀ ᴘᴀᴄᴋᴀɢᴇꜱ ᴅᴇꜱɪɢɴᴇᴅ ꜰᴏʀ ʏᴏᴜʀ ᴜʟᴛɪᴍᴀᴛᴇ ɢʟᴏʙᴀʟ ᴀᴅᴠᴇɴᴛᴜʀᴇ. 🏂</p>
<p class="bio-line">2000+ Happy Customers.</p>
<p class="bio-followers"><i class="fas fa-user-friends"></i> Followed by anusree.radhakrishnan, __devu_h_ + 2 more</p>
</div>
<div class="social-actions">
<a href="https://www.instagram.com/triptasticedventures/" target="_blank" class="btn btn-insta"><i class="fab fa-instagram"></i> Follow on Instagram</a>
<a href="https://whatsapp.com/channel/0029VbBJQzJKLaHo8zah5Q1H" target="_blank" class="btn btn-wa"><i class="fab fa-whatsapp"></i> Join WhatsApp Channel</a>
<a href="https://youtube.com/@triptasticedventures?si=PFKNxPvZQ_1MTpnR" target="_blank" class="btn btn-yt"><i class="fab fa-youtube"></i> Subscribe on YouTube</a>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faqs" class="fade-up">
<div class="container">
<h2 class="section-title">
Frequently Asked Questions
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="faq-accordion">
<div class="faq-item">
<button class="faq-question">
<span>What locations do you specialize in?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>We specialize in premium packages from Kannur & Kasaragod to scenic destinations like Munnar, Ooty, Rajasthan, Delhi, Taj Mahal, Manali, and beyond. We design tailored tours to fit your preferences.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span>Can I customize the tour itinerary?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>Yes, absolutely! We focus on curating bespoke travel packages. Our team will work closely with you to adjust the stays, tour duration, destinations, and activities to match your schedule and requirements.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span>What is included in the package price?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>Typically, our premium packages include luxury/boutique accommodation, executive transport, breakfast, select entrance tickets, and a dedicated travel coordinator. Details vary based on custom choices.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span>How do we make a booking?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>You can fill out the contact form below or reach us directly on WhatsApp/Phone. We will schedule a quick call to understand your needs and share a curated itinerary with quotes immediately.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="section-title">
Let's Plan Your Journey
<svg class="scribble-underline" viewBox="0 0 300 20" preserveAspectRatio="none">
<path d="M 10 12 C 80 5, 180 18, 290 10" />
<path d="M 20 15 C 90 12, 190 20, 280 15" />
</svg>
</h2>
<div class="contact-box">
<form>
<input type="text" placeholder="Your Name" required>
<input type="tel" placeholder="Your Phone (Kannur/Kasaragod)" required>
<select required>
<option value="" disabled selected>Select Package</option>
<option value="munnar">Munnar & Ooty</option>
<option value="rajasthan">Rajasthan</option>
<option value="delhi">Delhi & Taj Mahal</option>
</select>
<button type="submit" class="btn">Send Enquiry</button>
</form>
</div>
</div>
</section>
<footer>
<div class="container">
<img src="logo.jpg" alt="Triptastic" class="footer-logo">
<p>Triptastic Edventures - Your Trusted Travel Partner in Kerala.</p>
<p>A Golden Opportunity for Kannur & Kasaragod!</p>
<div class="socials">
<a href="https://www.instagram.com/triptasticedventures/" target="_blank" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/triptasticedventures" target="_blank" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="https://whatsapp.com/channel/0029VbBJQzJKLaHo8zah5Q1H" target="_blank" title="WhatsApp Channel"><i class="fab fa-whatsapp"></i></a>
<a href="https://youtube.com/@triptasticedventures?si=PFKNxPvZQ_1MTpnR" target="_blank" title="YouTube"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>