-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathflight.html
607 lines (526 loc) · 25.1 KB
/
flight.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>flight.com</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.png">
<link rel="stylesheet" href="./styles/navbar.css">
<!-- <link rel="stylesheet" href="navbar.css"> -->
<link rel="stylesheet" href="./styles/homebody.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar_container">
<div id="navbar">
<div id="nav_left">
<img src="./images/Travel Logo.gif" alt= "flight" id="logo_img" style="width:100px; height:90px"/>
</div>
<div id="nav_right">
<div class="nav_icon tooltip"><img src="./images/get-money.png" alt=""><span class="tooltiptext">Choose Your Currency</span></div>
<div class="nav_icon tooltip"><img src="./images/india.png" alt=""><span class="tooltiptext">Select Your Language</span></div>
<div class="nav_icon tooltip"><img src="./images/customer-support.png" alt=""><span class="tooltiptext">Help and Support</span></div>
<button class="login_sign_btn" id="login_sign_btn1">List your Property</button>
<button class="login_sign_btn">Register</button>
<button class="login_sign_btn">Sign In</button>
</div>
</div>
</div>
<div id="navmenu">
<div id="navmenu_icon_container">
<div><span class="material-symbols-outlined stay">bed</span> <span id="title"> Stay</span> </div>
<div><span class="material-symbols-outlined stay">flight_takeoff</span> <span id="title"> Flights</span></div>
<div><span class="material-symbols-outlined stay">hotel</span><span id="title"> Hotels</span></div>
<div><span class="material-symbols-outlined stay">car_rental</span><span id="title">Car Rental</span></div>
<div><span class="material-symbols-outlined stay">attractions</span><span id="title">Attractions</span></div>
<div><span class="material-symbols-outlined stay">local_taxi</span><span id="title">Taxi</span></div>
</div>
</div>
<div id="container">
<div id="top-section">
<div id="corona">
<p style="font-size: medium;">Coronavirus (COVID-19) may affect your travel plans. <a href="https://www.booking.com/covid-19.html?lang=en-us&aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQHoAQH4AQuIAgGoAgO4Apro4ZwGwAIB0gIkM2ZlMDZmYTgtZGVmZi00MzJhLWE3ZjItN2FhYmYyNDBjZWRi2AIG4AIB">learn more</a> </p>
</div>
<div>
<h2>Compare and book flights with ease</h2>
<p>Discover your next dream destination</p>
</div>
<form class="radio-btn">
<input type="radio" class="btn" name="check" value="Round-trip"/><span>Round-trip</span>
<input type="radio" class="btn" name="check" value="One-way"><span>One-way</span>
<input type="radio" class="btn" name="check" value="Multi-city"><span>Multi-city</span>
<select name="reservations" id="economy">
<option value="economy">Economy</option>
<option value="premium-economy">Premium-economy</option>
<option value="business">Business</option>
<option value="first-class">First-class</option>
</select>
<select name="age" id="age">
<option value="Adult">Adult</option>
<option value="Child">Child</option>
</select>
</form>
<div id="location_search">
<span class="material-symbols-outlined flight">flight_takeoff </span>
<input class="from" type="text" placeholder="Where from?">
<span class="material-symbols-outlined arrow"> swap_horiz </span>
<input class="to" type="text" placeholder="Where to?">
<input type="date" value="Saterday-december-21">
<input type="date">
<button>Search</button>
</div>
<label class="container">
<input type="checkbox" checked="checked">
<span class="checkmark">Direct flights only</span>
</label>
</div>
</div>
</div>
<!-- mid-top section -->
<div id="mid-top">
<h4>Trending Cities</h4>
<p>Book flights to a destination popular with travelers from India</p>
<!-- owl crousal -->
<div id="explore_carousell">
<div id="explore_containerr">
<div class="explore_carousell_img_containerr"><img src="https://r-xx.bstatic.com/xdata/images/city/250x250/971346.jpg?k=40eeb583a755f2835f4dcb6900cdeba2a46dc9d50e64f2aa04206f5f6fce5671&o="><p class="explore_heading">Mumbai</p><p class="explore_descc">Dec 19 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://r-xx.bstatic.com/xdata/images/city/250x250/684657.jpg?k=66dc5035b43e9bb86b756e381e4fec2558064af4a63a8af17836725a854c03ee&o="><p class="explore_heading">Jaipur</p><p class="explore_descc">Dec 20 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://q-xx.bstatic.com/xdata/images/city/250x250/684534.jpg?k=d1fe86c22f2433f4e2dda14ddcbe80feb024b0fb30305e5684a1241fba5d4cff&o="><p class="explore_heading">Banglore</p><p class="explore_descc">Dec 22 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://q-xx.bstatic.com/xdata/images/city/250x250/684938.jpg?k=9d07ff707ce59768769b5e9a5381a4c705d921209dafd8fd0e2f1a6acdf0c68a&o="><p class="explore_heading">Udaipur</p><p class="explore_descc">Dec 24 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://r-xx.bstatic.com/xdata/images/city/250x250/684716.jpg?k=4c3f55236cffa6597afa0ef11a9f012636f535bf9cc6c0e2ed8142e01fa14766&o="><p class="explore_heading">Manali</p><p class="explore_descc">Dec 25 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://r-xx.bstatic.com/xdata/images/city/250x250/684769.jpg?k=146b18e42b9eb74078f2e80e07e573e8dbac879208b86bae451f99882f566a99&o="><p class="explore_heading">Pondicherry</p><p class="explore_descc">Dec 19 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr" id="gotonorthgoa"><img src="https://r-xx.bstatic.com/xdata/images/region/250x250/68606.jpg?k=4b43b9128b79beaab4ca2e8c038ddf5709b0b90608afbca222cfbe08fabda7d2&o="><p class="explore_heading">North Goa</p><p class="explore_descc">Dec 21 - Dec 26 <br> Round trip</p></div>
<div class="explore_carousell_img_containerr"><img src="https://r-xx.bstatic.com/xdata/images/city/250x250/684682.jpg?k=30cf9de93f2a0f87eed7d2d0d9b3e6eccd5dcf3a4b68b4e0151c0800ddc84af7&o="><p class="explore_heading">Lonavala</p><p class="explore_descc">Dec 19 - Dec 26 <br> Round trip</p></div>
</div>
<i class="fa-solid fa-angle-left" id="ltexarroww"></i>
<i class="fa-solid fa-angle-right" id="rtexarroww"></i>
</div>
</div>
<!-- banner -->
<div id="whole_width">
<div id="banner">
<div id="first_block">
<div>
<span class="material-symbols-outlined first">
manage_search
</span>
</div>
<div id="content">
<h6>Huge Selection</h6>
<p>Easily compare thousands of flights, all in one place</p>
</div>
</div>
<div id="second_block">
<div>
<span class="material-symbols-outlined">
search_check
</span>
</div>
<div>
<h6>No hidden fees</h6>
<p>Always know exactly what you’re paying for</p>
</div>
</div>
<div id="thrid_block">
<div>
<span class="material-symbols-outlined">
airplane_ticket
</span>
</div>
<div>
<h6>More flexibility</h6>
<p>Keep your travel dates open with flexible plane ticket options</p>
</div>
</div>
</div>
<!-- lower-mid section -->
<div id="lower-mid">
<h4>Fly worldwide with Voyage.com</h4>
<p>Flights from wherever you are to wherever you want to go</p>
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<button class="nav-link active" id="asia-tab" data-bs-toggle="tab" data-bs-target="#asia-home" type="button" role="tab" aria-controls="asia-home" aria-selected="true">Asia</button>
<button class="nav-link" id="northamerica-tab" data-bs-toggle="tab" data-bs-target="#northamerica-profile" type="button" role="tab" aria-controls="northamerica-profile" aria-selected="false">North america</button>
<button class="nav-link" id="europe-tab" data-bs-toggle="tab" data-bs-target="#europe-contact" type="button" role="tab" aria-controls="europe-contact" aria-selected="false">Europe</button>
<button class="nav-link" id="africa-tab" data-bs-toggle="tab" data-bs-target="#africa-profile" type="button" role="tab" aria-controls="africa-profile" aria-selected="false">Africa</button>
<button class="nav-link" id="oceania-tab" data-bs-toggle="tab" data-bs-target="#oceania-contact" type="button" role="tab" aria-controls="oceania-contact" aria-selected="false">Oceania</button>
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="asia-home" role="tabpanel" aria-labelledby="asia-home-tab">
<div id="flight-nearby">
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
</div>
</div>
<!-- noth-america-divs -->
<div class="tab-pane fade" id="northamerica-profile" role="tabpanel" aria-labelledby="northamerica-profile-tab">
<div id="flight-nearby">
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
</div>
</div>
<!-- europe-divs -->
<div class="tab-pane fade" id="europe-contact" role="tabpanel" aria-labelledby="europe-contact-tab">
<div id="flight-nearby">
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/684764.jpg?k=6c3c9e920a39ca4f9eddcdfaa916999ea5d2765844610dd59349f4271f7596b3&o=" alt="newdelhi" srcset="">
</div>
<div>
<h6>Bhubaneswar to New Delhi</h6>
<p>Shortest flight time: 2h 05m</p>
</div>
</div>
</div>
</div>
<!-- africa-divs -->
<div class="tab-pane fade" id="africa-profile" role="tabpanel" aria-labelledby="africa-profile-tab">
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/644363.jpg?k=d7dfbc64880d52cf00797f6a0e34568e4d25fc913a719a721a06832b5c5a9308&o=" alt="cairo" srcset="">
</div>
<div>
<h6>Bhubaneswar to Cairo</h6>
<p>Shortest flight time: 7h 25m</p>
</div>
</div>
</div>
<!-- oceania-divs -->
<div class="tab-pane fade" id="oceania-contact" role="tabpanel" aria-labelledby="oceania-contact-tab">
<div id="flight-nearby">
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/682129.jpg?k=128ff3f77991fbcc27e08579272e3142b26c0565e4ea5c5e9f52ceb3001f74c9&o=" alt="cairo" srcset="">
</div>
<div>
<h6>Bhubaneswar to Auckland</h6>
<p>Shortest flight time: 14h 25m</p>
</div>
</div>
<div id="flight-to">
<div>
<img src="https://q-xx.bstatic.com/xdata/images/city/square210/682535.jpg?k=5a668b67965282725185c1ae8ba566c1a5edb7b72ae7d1e203b00a36d7eb6b96&o=" alt="cairo" srcset="">
</div>
<div>
<h6>Bhubaneswar to Sydney</h6>
<p>Shortest flight time: 11h 25m</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- faq section -->
<div id="faq-heading"><h4>Frequently asked questions</h4></div>
<div id="faq">
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
<div id="faq-details">
<div>
<h6>
How do I find the cheapest flights on Booking.com?
</h6>
<p>
You can sort flights by price to see them from cheapest to most expensive. To find the cheapest flights, you also need to consider factors like when you're booking and want to travel.
</p>
</div>
</div>
</div>
<div id="Footer_part4"><p>Booking.com is part of Booking Holdings Inc., the world leader in online travel and related services.</p></div>
<div id="Footer_part_5">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_booking/27c8d1832de6a3123b6ee45b59ae2f81b0d9d0d0.png" alt="">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_priceline/f80e129541f2a952d470df2447373390f3dd4e44.png" alt="">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_kayak/83ef7122074473a6566094e957ff834badb58ce6.png" alt="">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_agoda/1c9191b6a3651bf030e41e99a153b64f449845ed.png" alt="">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_rentalcars/6bc5ec89d870111592a378bbe7a2086f0b01abc4.png" alt="">
<img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_opentable/a4b50503eda6c15773d6e61c238230eb42fb050d.png" alt="">
</div>
</div>
</body>
</html>
<script src="flight.js"></script>
<script src="./srcipt/index.js"></script>