File size: 19,067 Bytes
ee93c11
 
 
 
 
 
 
 
c6a120a
ee93c11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0312a9d
 
 
ee93c11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gogaga Holidays</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>

    <!--<header class="header">
        <h1>Welcome to Gogaga Holidays</h1>
        <p>Your adventure starts here!</p>
      </header>-->
      
      <nav class="navbar navbar-expand-lg navbar-dark bg-light">
        <div class="container-fluid">
          <a class="navbar-brand" href="#">
            <img src="https://static.wixstatic.com/media/2d34e5_b534244efca647acba1d5e4aaeb2e613~mv2.png" alt="Gogaga Holidays" width="180" height="80">
          </a>
          <button class="navbar-toggler bg-secondary" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
          </button>
          <div class="collapse navbar-collapse" id="navbarNav">
            <ul class="navbar-nav ms-auto">
              <li class="nav-item">
                <a class="nav-link active text-dark fs-5" aria-current="page" href="#packages">Home</a>
              </li>
              <li class="nav-item">
                <a class="nav-link active text-dark fs-5" aria-current="page" href="#packages">Holiday Packages</a>
              </li>
              <li class="nav-item">
                <a class="nav-link text-dark fs-5" href="#flights">Flight Booking</a>
              </li>
              <li class="nav-item">
                <a class="nav-link text-dark fs-5" href="#hotels">Hotel Booking</a>
              </li>
              <li class="nav-item">
                <a class="nav-link text-dark fs-5" href="#collections">Package Collections</a>
              </li>
            </ul>
          </div>
        </div>
      </nav>
      
      

<div class="main">
    <!-- Hero Section -->
<section class="hero">
    <div class="hero-background" style="background-image: url('https://ux.intersmarthosting.in/Travelmomeries/assets/images/ba.jpg');">
      <div class="hero-content">
        <h1 class="hero-title">Discover Endless Horizons</h1>
        <p class="hero-description">Embark on unforgettable journeys and create lasting memories.</p>
        <a href="#destinations" class="hero-button">Start Your Adventure</a>
      </div>
    </div>
  </section>
      <!-- Featured Destinations Section -->
<section class="featured-destinations">
    <h2>Explore Our Featured Destinations</h2>
    <div class="destination-cards">
      <!-- Destination Card 1 -->
      <div class="card">
        <img src="https://upload.wikimedia.org/wikipedia/commons/f/f7/Eiffelturm%2C_Paris%2C_France.jpg" alt="Destination Image 1">
        <h3>Paris, France</h3>
        <p>The City of Lights awaits with its timeless charm and enchanting streets.</p>
      </div>
      <!-- Destination Card 2 -->
      <div class="card">
        <img src="https://th.bing.com/th/id/OIP.QvsjsuxdxkDjCJfShclwkwAAAA?rs=1&pid=ImgDetMain" alt="Destination Image 2">
        <h3>Kyoto, Japan</h3>
        <p>Experience the serene beauty of ancient temples and vibrant cherry blossoms.</p>
      </div>
      <!-- Destination Card 3 -->
      
      <div class="card">
        <img src="https://media.tripinvites.com/india/goa/goa-beach-featured.jpg" alt="Goa">
        <h3>Goa</h3>
        <p>Embrace the coastal paradise known for its vibrant beaches, Portuguese heritage, and dynamic nightlife.</p>
      </div>
  
      <!-- New Destination Card: Agra -->
      <div class="card">
        <img src="https://th.bing.com/th/id/OIP.D5faZPMTEupU0MM-q7fHVAHaE6?rs=1&pid=ImgDetMain" alt="Agra">
        <h3>Agra</h3>
        <p>Step into the city of the Taj Mahal and experience the grandeur of Mughal architecture and history.</p>
      </div>
    </div>
  </section>
  
      <!-- Special Offers Section -->
<!-- Special Offers Section -->
<div class="special-offers-container">
    <h2 class="special-offers-heading">Exclusive Travel Deals</h2>
    <div class="special-offers-cards">
      <!-- Offer Card 1 -->
      <div class="special-offers-card">
        <div class="special-offers-card-image" style="background-image: url('https://www.thevacationgateway.com/blog-data/uploads/2021/09/niyama_maldives_overwater_1920x1037-1160x627.jpg');"></div>
        <div class="special-offers-card-content">
          <h3 class="special-offers-card-title">Maldives Getaway</h3>
          <p class="special-offers-card-description">Indulge in a tropical paradise with 30% off on our luxury resort package.</p>
          <a href="#book-now" class="special-offers-book-now-btn">Book Now</a>
        </div>
      </div>
      <!-- Offer Card 2 -->
      <div class="special-offers-card">
        <div class="special-offers-card-image" style="background-image: url('https://www.theinfusionhub.com/wp-content/uploads/2022/09/Colosseum.jpg);"></div>
        <div class="special-offers-card-content">
          <h3 class="special-offers-card-title">Rome Adventure</h3>
          <p class="special-offers-card-description">Explore ancient history with a special 25% discount on our exclusive Rome tours.</p>
          <a href="#book-now" class="special-offers-book-now-btn">Book Now</a>
        </div>
      </div>
      <!-- Offer Card 3 -->
      <div class="special-offers-card">
        <div class="special-offers-card-image" style = "background-image: url('https://img2.storyblok.com/1920x0/filters:format(jpeg):quality(70)/f/51678/2000x1106/c0cf6c377b/elephants.jpg');"></div>
        <div class="special-offers-card-content">
          <h3 class="special-offers-card-title">African Safari</h3>
          <p class="special-offers-card-description">Experience the wild with a 20% early-bird offer on our safari expeditions.</p>
          <a href="#book-now" class="special-offers-book-now-btn">Book Now</a>
        </div>
      </div>
      <!-- Additional Offer Cards -->
      <!-- ... -->
    </div>
  </div>
  
  
    <!-- Holiday Packages Section -->
<section id="packages">
    <h2>Holiday Packages</h2>
    
    <!-- Beach Bliss Package -->
    <div class="package" id="beach-bliss">
      <h3 class="text-dark">Beach Bliss</h3>
      <p>Enjoy 7 nights in a tropical paradise with white sandy beaches and crystal clear waters.</p>
      <ul>
        <li>Location: Maldives</li>
        <li>Price: ₹1,20,000</li>
        <li>Rating: 5 stars</li>
      </ul>
      <button>Book Now</button>
    </div>
    
    <!-- Mountain Escape Package -->
    <div class="package" id="mountain-escape">
      <h3 class="text-dark">Mountain Escape</h3>
      <p>Escape to the mountains for a refreshing 5-day retreat among the serene peaks.</p>
      <ul>
        <li>Location: Swiss Alps</li>
        <li>Price: ₹1,50,000</li>
        <li>Rating: 4.5 stars</li>
      </ul>
      <button>Book Now</button>
    </div>
    
    <!-- Safari Adventure Package -->
    <div class="package" id="safari-adventure">
      <h3 class="text-dark">Safari Adventure</h3>
      <p>Experience the thrill of wildlife with our 6-day safari adventure package.</p>
      <ul>
        <li>Location: Kenya</li>
        <li>Price: ₹1,80,000</li>
        <li>Rating: 5 stars</li>
      </ul>
      <button>Book Now</button>
    </div>
    
    <!-- Placeholder for additional packages -->
    <!-- Add more packages as needed -->
  </section>
    
  
      <section id="flights">
        <h2>Flight Finder</h2>
        <p>Embark on your next journey with our easy-to-use flight booking service.</p>
        <form class="flight-search-form">
          <div class="form-group">
            <label for="departure">Departure:</label>
            <input type="text" id="departure" name="departure" placeholder="City or Airport">
          </div>
          <div class="form-group">
            <label for="arrival">Arrival:</label>
            <input type="text" id="arrival" name="arrival" placeholder="City or Airport">
          </div>
          <div class="form-group">
            <label for="departure-date">Departure Date:</label>
            <input type="date" id="departure-date" name="departure-date">
          </div>
          <div class="form-group">
            <label for="return-date">Return Date:</label>
            <input type="date" id="return-date" name="return-date">
          </div>
          <button type="submit">Search Flights</button>
        </form>
      </section>      
  
      <!-- Hotel Reservations Section -->
<section id="hotels">
    <h2 class="hotels-heading">Hotel Reservations</h2>
    <p class="hotels-subheading">Find the perfect stay for your next trip with our comprehensive hotel booking platform.</p>
    
    <!-- Hotel Search Form -->
    <form class="hotel-search-form">
      <!-- Existing form content -->
    </form>
    
    <!-- Hotel Filters -->
    <div class="hotel-filters">
      <h3>Filter by:</h3>
      <label><input type="checkbox" name="filter" value="free-wifi"> Free Wi-Fi</label>
      <label><input type="checkbox" name="filter" value="breakfast-included"> Breakfast Included</label>
      <label><input type="checkbox" name="filter" value="pool"> Pool</label>
      <label><input type="checkbox" name="filter" value="parking"> Parking</label>
      <label><input type="checkbox" name="filter" value="pet-friendly"> Pet-Friendly</label>
    </div>
    
    <!-- Featured Hotels -->
    <div class="featured-hotels">
      <h3>Featured Hotels</h3>
      <div class="hotel" id="hotel-luxury">
        <h4>Luxury Inn</h4>
        <p>Experience opulence and comfort in the heart of the city.</p>
        <button>View Details</button>
      </div>
      <div class="hotel" id="hotel-cozy">
        <h4>Cozy Stay</h4>
        <p>A home away from home, perfect for relaxation.</p>
        <button>View Details</button>
      </div>
      <div class="hotel" id="hotel-adventure">
        <h4>Adventure Resort</h4>
        <p>Stay adventurous with our resort's exclusive outdoor activities.</p>
        <button>View Details</button>
      </div>
      <!-- Placeholder for additional featured hotels -->
    </div>
  </section>
       
  
      <section id="collections" class="collections-section">
        <h2 class="collections-title">Our Exclusive Travel Collections</h2>
        <div class="collection-item" id="luxury-retreats">
          <h3>Luxury Retreats</h3>
          <p>Indulge in the epitome of luxury with our exclusive retreats around the globe.</p>
          <button class="btn-explore">Explore Luxury</button>
        </div>
        <div class="collection-item" id="wilderness-explorations">
          <h3>Wilderness Explorations</h3>
          <p>Connect with nature on a deeper level with our wilderness exploration packages.</p>
          <button class="btn-explore">Go Wild</button>
        </div>
        <div class="collection-item" id="cultural-journeys">
          <h3>Cultural Journeys</h3>
          <p>Immerse yourself in the rich tapestry of culture with journeys that tell a story.</p>
          <button class="btn-explore">Discover Culture</button>
        </div>
        <div class="collection-item" id="culinary-tours">
          <h3>Culinary Tours</h3>
          <p>Savor the flavors of the world with tours curated for the culinary adventurer.</p>
          <button class="btn-explore">Taste the World</button>
        </div>
        <!-- Add more collections as needed -->
      </section>
      <!-- Upcoming Events Section -->
<div class="upcoming-events">
    <h2>Upcoming Events</h2>
    <div class="event-list">
      <!-- Event Card 1 -->
      <div class="event-card">
        <h3>Hot Air Balloon Festival</h3>
        <p>Join us for a sky-high adventure at the annual Hot Air Balloon Festival.</p>
        <span class="event-date">April 15, 2024</span>
      </div>
      <!-- Event Card 2 -->
      <div class="event-card">
        <h3>Beachside Yoga Retreat</h3>
        <p>Relax and rejuvenate with our weekend yoga retreat by the serene coastline.</p>
        <span class="event-date">May 20, 2024</span>
      </div>
      <!-- Event Card 3 -->
      <div class="event-card">
        <h3>Mountain Hiking Expedition</h3>
        <p>Challenge yourself with our guided hiking expedition through the majestic mountains.</p>
        <span class="event-date">June 11, 2024</span>
      </div>
      <!-- Add more event cards as needed -->
    </div>
  </div>
  
      <!-- About Us Section -->
<section id="about" class="about-section">
    <div class="container">
      <h2>About Gogaga Holidays</h2>
      <p>With over a decade of experience, Gogaga Holidays is your trusted partner in crafting unforgettable travel experiences. Our team of dedicated travel experts specializes in creating tailor-made itineraries that cater to your unique travel desires.</p>
      <p>From exotic beach vacations to cultural city tours, we ensure every detail is perfect. Our commitment to quality and customer satisfaction has made us a leader in the travel industry.</p>
    </div>
  </section>
  
  <!-- Services Section -->
<section id="services" class="services-section">
    <h2>Our Services</h2>
    <div class="service">
      <h3>Personalized Itineraries</h3>
      <p>Embark on a journey tailored just for you. Our travel wizards craft each itinerary with a touch of personal flair, ensuring your interests and dreams lead the way.</p>
    </div>
    <div class="service">
      <h3>Group Tours</h3>
      <p>Join a caravan of fellow wanderers and explore the world's wonders together. Our group tours promise laughter, camaraderie, and shared memories.</p>
    </div>
    <div class="service">
      <h3>Travel Insurance</h3>
      <p>Sail smooth through your adventures with our comprehensive travel insurance. Because peace of mind should be your travel companion.</p>
    </div>
    <!-- Add more services as needed -->
  </section>
  
  <!-- Destinations Section -->
  <section id="destinations" class="destinations-section">
    <h2>Popular Destinations</h2>
    <div class="destination">
      <h3>Paris, France</h3>
      <p>Stroll through the cobblestone streets, bask in the art-drenched culture, and let the city of lights kindle the romance in your soul.</p>
    </div>
    <div class="destination">
      <h3>Tokyo, Japan</h3>
      <p>Step into the future in Tokyo, where neon lights meet ancient temples, and sushi is a form of art as much as a bite of delight.</p>
    </div>
    <div class="destination">
      <h3>New York, USA</h3>
      <p>From the heights of the Empire State to the buzz of Times Square, New York is the city that never sleeps on your dreams.</p>
    </div>
    <!-- Add more destinations as needed -->
  </section>
  
  <!-- FAQ Section -->
  <section id="faq" class="faq-section">
    <h2>Frequently Asked Questions</h2>
    <div class="faq-item">
      <h3>What is the best time to visit Europe?</h3>
      <p>Europe's charm blossoms in spring and rustles through the leaves in fall. Choose these seasons for a symphony of pleasant weather and vibrant festivals.</p>
    </div>
    <div class="faq-item">
      <h3>How do I change or cancel my booking?</h3>
      <p>Our customer care alchemists are on standby to transmute your plans. Contact us, and we'll weave the new threads of your travel tapestry.</p>
    </div>
    <!-- Add more FAQs as needed -->
  </section>
  
  
  <!-- Customer Testimonials Section -->
  <section id="testimonials" class="testimonials-section">
    <div class="container">
      <h2>Traveler Testimonials</h2>
      <div class="testimonial-item">
        <blockquote>"The safari adventure organized by Gogaga Holidays was a once-in-a-lifetime experience. Their attention to detail and expert guides made all the difference!"</blockquote>
        <cite>- Alex & Sam</cite>
      </div>
      <!-- Add more testimonials here -->
    </div>
  </section>
  
  <!-- Travel Blog Section -->
  <section id="blog" class="blog-section">
    <div class="container">
      <h2>Travel Blog</h2>
      <article class="blog-post">
        <h3>5 Must-Visit Destinations This Year</h3>
        <p>Our travel experts have curated a list of top destinations that should be on every traveler's bucket list this year. From the serene landscapes of New Zealand to the vibrant culture of Brazil, find out where you should be heading next!</p>
        <!-- Add blog excerpt here -->
      </article>
      <!-- Add more blog posts here -->
    </div>
  </section>
  
  <!-- Contact Us Section -->
  <section id="contact" class="contact-section">
    <div class="container">
      <h2>Contact Us</h2>
      <p>Our travel consultants are eager to help you plan your next journey. Reach out to us with your questions, and let's make your travel dreams a reality.</p>
      <form class="contact-form" action="submit-form-endpoint" method="POST">
        <div class="mb-3">
          <label for="name" class="form-label">Name</label>
          <input type="text" class="form-control" id="name" name="name" required>
        </div>
        <div class="mb-3">
          <label for="email" class="form-label">Email</label>
          <input type="email" class="form-control" id="email" name="email" required>
        </div>
        <div class="mb-3">
          <label for="subject" class="form-label">Subject</label>
          <input type="text" class="form-control" id="subject" name="subject" required>
        </div>
        <div class="mb-3">
          <label for="message" class="form-label">Message</label>
          <textarea class="form-control" id="message" name="message" rows="3" required></textarea>
        </div>
        <button type="submit" class="btn btn-primary">Submit</button>
      </form>      
    </div>
  </section>
             
</div>

<!-- Footer Section -->
<footer class="footer">
    <div class="footer-content">
      <div class="footer-brand">
        <img src="https://static.wixstatic.com/media/2d34e5_b534244efca647acba1d5e4aaeb2e613~mv2.png" alt="Gogaga Holidays" width="180" height="80">
        <p>Explore the world with us.</p>
      </div>
      <div class="footer-links">
        <a href="#about">About Us</a>
        <a href="#services">Services</a>
        <a href="#contact">Contact</a>
        <a href="#privacy">Privacy Policy</a>
      </div>
      <div class="footer-social">
        <a href="#" class="social-link">Facebook</a>
        <a href="#" class="social-link">Twitter</a>
        <a href="#" class="social-link">Instagram</a>
      </div>
      <p class="footer-copy">© 2024 Gogaga Holidays. All rights reserved.</p>
    </div>
  </footer>
  
</body>
</html>