-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (330 loc) · 27.4 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
<!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, shrink-to-fit=no">
<title>Air India</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="https://resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet" href="./css/airline.css">
<script src="./script/airline.js"></script>
</head>
<body style="background-color: #ffffff;"onload="myFunction()">
<div id="loading" style="position: fixed;width: 90%;height: 90vh;background: #fff url("./images/inf.gif") no-repeat center; z-index: 9999"></div>
<nav class="navbar navbar-light navbar-expand-md sticky-top shadow navigation-clean" style="background: rgba(255,255,255,0.85);">
<div class="container"><img class="float-left" src="./images/Air.png" width="90px" height="30px" loading="lazy" style="margin-top: -14px;margin-left: 2px;margin-right: 22px;" /><a class="navbar-brand" href="./index.html">Air india</a><button data-toggle="collapse" data-target="#navcol-1"
class="navbar-toggler"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link active" href="./views/locations.html">Discover</a></li>
<li class="nav-item"><a class="nav-link" href="./views/ticket.html">Book </a></li>
<li class="nav-item"><a class="nav-link" href="./views/bookings.html">Journey</a></li>
<li class="nav-item"><a class="nav-link" href="./views/boarding.html">Boarding Pass</a></li>
<li class="nav-item dropdown"><a data-toggle="dropdown" aria-expanded="false" class="dropdown-toggle nav-link" href="#">Account</a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">Profile</a><a class="dropdown-item" href="#">Transactions</a><a class="dropdown-item" href="#">Third Item</a></div>
</li>
</ul>
</div>
</div>
</nav>
<!-- image slider -->
<div class="bd-example" style="margin-top: 1vh;">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/the-taj-mahal-agra.jpg" class="d-block w-90" alt="image3" height="500px" width="100%">
<div class="carousel-caption d-none d-md-block">
<h5>The most beautiful</h5>
<p>The Taj Mahal is an ivory-white marble mausoleum on the southern bank of the river Yamuna in the Indian city of Agra.</p>
</div>
</div>
<div class="carousel-item ">
<img src="./images/landmarks-worldwide-t.jpg" class="d-block w-90" alt="image1" height="500px" width="100%">
<div class="carousel-caption d-none d-md-block">
<h5>Christ the Redeemer</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="./images/milan-cathedral-z.jpg" class="d-block w-90" alt="image2" height="500px" width="100%">
<div class="carousel-caption d-none d-md-block">
<h5>Milan Cathedral </h5>
<p>The cathedral church of Milan, Lombardy, Italy. Dedicated to the Nativity of St Mary, it is the seat of the Archbishop of Milan.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- booking -->
<div class="container shadow" style="margin-top: 40px;padding-bottom: 2%;width: 68%;">
<h1>Book flight</h1>
<form>
<div class="d-flex flex-grow-1 justify-content-center align-items-center align-content-around flex-wrap m-auto justify-content-xl-center align-items-xl-start">
<div class="form-check">
<input type="radio" class="form-check-input" id="formCheck-1" style="font-size: 15px;border-style: solid;" checked />
<label class="form-check-label" for="formCheck-1">Round trip</label></div>
<div class="form-check" style="margin-left: 3%;">
<input type="radio" class="form-check-input" id="formCheck-2" />
<label class="form-check-label" for="formCheck-1">One way</label></div>
<div class="form-check" style="margin-left: 3%;">
<input type="radio" class="form-check-input" id="formCheck-3" />
<label class="form-check-label" for="formCheck-1">Multi-city</label></div>
</div>
<div class="d-inline-flex flex-row flex-grow-1 align-content-around align-self-center flex-wrap justify-content-xl-start align-items-xl-end" style="width: 126%;">
<input type="text" id="from" class="border rounded-0 form-control" style="width: 25%;padding: 6px;margin: 8px;" name="form" value="" placeholder="From" />
<input type="text" id="to" class="border rounded-0 form-control" style="width: 25%;margin: 8px;" name="to"value="" placeholder="to" />
<input class="border rounded-0 form-control" style="width: 25%;margin: 8px;" placeholder="Depart" name="Depart" value="" type="date" />
<input class="border rounded-0 form-control" style="width: 25%;margin: 8px;"type="date" name="depart" />
<input type="text" class="border rounded-0 form-control" style="width: 25%;margin: 8px;" name="paa" placeholder="Passenger" value="1" />
<a class="btn btn-info border rounded-0 shadow-sm" role="button" style="width: 25%;margin-bottom: 8px;margin-left: 1%;"href="/flights">Show Flight</a>
</div>
</form>
</div>
<!-- Complement your journey -->
<div class="container" style="margin-top: 2%;margin-left: 100px;">
<h1>Complement your Journey</h1>
<h6 style="height: 1%;font-size: 14px;margin-top: -14px;margin-bottom: 7px;margin-left: 3px;color: rgb(111,115,119);"><br />Explore the additional services we offer to make your journey even more memorable.<br /><br /><br /></h6>
<div class="d-flex" style="background: rgba(233,181,181,0);">
<div style="background: rgba(255,255,255,0.69);margin-left: 0%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-th-list" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Manage </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Bookings </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-shopping-bag" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Excess </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Baggeage </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-hotel" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;"> Lounge </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Access </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-home" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Airport </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Hotel </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-road" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Air Maga </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Service </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-tags" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Hotel </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Bookings </p>
</div>
<div style="background: rgba(255,255,255,0.69);margin-left: 7%;">
<div class="icon-hover" style="padding: 13px;border-width: 7.4px;border-style: solid;border-radius: 130px;height: 114px;padding-left: 2px;color: rgba(255, 255, 255, 0);">
<i class="fa fa-car" style="font-size: 61px;color: rgb(144,148,151);margin: 0px;margin-right: 0px;margin-left: 15px;margin-top: 10px;padding-bottom: 12px;border-radius: 26px;border-width: 7.4px;border-style: none;padding-left: 4px;padding-right: 5px;"></i></div>
<p style="margin-bottom: 0px;margin-left: 20px;font-size: 19px;padding-left: 5px;">Cars/Bike </p>
<p class="text-center" style="margin-bottom: 0px;font-size: 20px;padding-left: 2px;margin-left: 12px;">Rental </p>
</div>
</div>
</div>
<!-- top location international -->
<div class="container shadow" style="margin-left: 13%;margin-top: 3%;width: 1140px;">
<h1>Our Latest Flight Deals</h1>
<div class="d-flex " style="background: #ffffff00;width: 100%; margin-bottom: 0.5%;">
<div class=" main1 d-flex align-items-xl-end" style="background: url('./images/Taj-Mahal-Delhi-India-1024x679.webp');width:272px;height: 400px;margin-left: 5px;background-size: 100% 400px;">
<div class="out1" style="background: #e0dddd81;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Taj Mahal</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong> 69746</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div>
</div>
<div class=" main2 d-flex align-items-xl-end" style="background: url('./images/amritsar.jpg');width:272px;height: 400px;margin-left: 5px;background-size: 100% 400px;">
<div class="out2" style="background: #bdb1119a;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Amritsar</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong>56261</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class=" main3 d-flex align-items-xl-end" style="background: url('./images/photo-1549991299-312b1a3276d9.jpg');width:272px;height: 400px;margin-left: 5px;;background-size: 100% 400px;">
<div class="out3" style="background: #88848493;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Kasachastan Astana</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong>326498</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class=" main4 d-flex align-items-xl-end" style="background: url('./images/photo-1513415564515-763d91423bdd.jpg');width:272px;height: 400px;margin-left: 5px;;background-size: 100% 400px;">
<div class="out4" style="background: #448d088a;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Buddha Great</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong>897466</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
</div>
<div class="d-flex" style="background: #f3f0f000;width: 100%;margin-bottom: 0.5%;">
<div class=" main5 d-flex align-items-xl-end" style="background: url('./images/photo-1599895049867-bf329e4f8b54.jpg');width:272px;height: 400px;margin-left: 5px;;background-size: 100% 400px;">
<div class="out5" style="background: #1d1c1c75;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Ruben Dario en managua</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong>125649</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class=" main6 d-flex align-items-xl-end" style="background: url('./images/photo-1570556979571-aa4c0c3fab40.jpg');width:272px;height: 400px;margin-left: 5px;;background-size: 100% 400px;">
<div class="out6" style="background: #86868675;width: 100%;height: 40%;padding: 5px;">
<h3 style="margin-bottom: 1px;color: rgb(255,255,255);">Padrao dos Descobrimentos</h3>
<p style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</p>
<p style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong> 69746</p>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class="d-table-row" style="background: rgba(255, 255, 255, 0);width: 549px;height: 400px;margin-left: 5px;">
<div class=" main7 d-flex align-items-xl-end" style="background: url('./images/xparis_eiffeltower_ssk500.jpeg.pagespeed.ic.03Zne2dW2F.jpg');height: 195px;;background-size: 100% 195px;">
<div class="out7" style="background: #2189cf75;width: 100%;height: 40%;padding: 5px;">
<h5 style="margin-bottom: 1px;color: rgb(255,255,255);">Eiffel tower</h5>
<span style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</span>
<span style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong> 59416</span>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class=" main8 d-flex align-items-xl-end" style="background: url('./images/photo-1512495039889-52a3b799c9bc.jpg');height: 199px;margin-top: 0.5%;;background-size: 100% 195px;">
<div class="out8" style="background: #05040475;width: 100%;height: 40%;padding: 5px;">
<h5 style="margin-bottom: 1px;color: rgb(255,255,255);">Great pisa</h5>
<span style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</span>
<span style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong> 69746</span>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
</div>
</div>
<div class="d-flex" style="background: #f3f0f000;width: 100%; height: 195px;">
<div class=" main9 d-flex align-items-xl-end" style="background: url('./images/photo-1576138443223-d18e8c18fdb3.jpg');width: 50%;height: 195px;margin-left: 5px;;background-size: 100% 195px;">
<div class="out9" style="background: #92929275;width: 100%;height: 40%;padding: 5px;">
<h5 style="margin-bottom: 1px;color: rgb(255,255,255);">Running Status</h5>
<span style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</span>
<span style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong> 69746</span>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
<div class=" main10 d-flex align-items-xl-end" style="background: url('./images/download.jpg');width: 50%;height: 195px;margin-left: 5px;background-size: 100% 195px;">
<div class="out10" style="background: #c7840875;width: 100%;height: 40%;padding: 5px;">
<h5 style="margin-bottom: 1px;color: rgb(255,255,255);">Santorini</h5>
<span style="margin-bottom: 5px;color: rgb(255,255,255);">Economy form</span>
<span style="margin-left: 0px;margin-bottom: 2px;color: rgb(255,255,255);"><strong>INR</strong>561598</span>
<button class="btn btn-light float-right rounded-0" type="button" style="background: rgba(56,105,126,0.05);padding: 0px;font-size: 22px;margin-top: 7px;padding-top: 0px;padding-right: 10px;padding-left: 10px;padding-bottom: 2px;color: rgb(252,252,252);">Book now</button>
</div></div>
</div>
</div>
<a id="but1" class="btn btn-primary" role="button" href="./views/locations.html">Show More</a>
<div class="container" style="margin-left: 13%;margin-top: 3%;width: 1140px;">
<h1>Great reasons to book at AirIndia.in</h1>
<div class="d-flex">
<div class="main11 d-xl-flex align-items-xl-end" style="height: 250px;background: url('./images/pic1.png'), #d04040;width: 33.33%;margin: 4px;background-size: 100% 100%;">
<div class="out11" style="width: 100%;height: 30%;background: rgba(105, 8, 8, 0.637);">
<p style="margin-bottom: 3px;margin-left: 5px;color: #ffffff;">Book anytime, anywhere</p>
<button id="but">Learn more</button>
</div>
</div>
<div class="main12 d-xl-flex align-items-xl-end" style="height: 250px;background: url('./images/pic2.png'), #d04040;width: 33.33%;margin: 4px;background-size: 100% 100%">
<div class="out12" style="width: 100%;height: 30%;background: rgba(105, 8, 8, 0.637);">
<p style="margin-bottom: 3px;margin-left: 5px;color: #ffffff;">Book anytime, anywhere</p>
<button id="but">Learn more</button>
</div>
</div>
<div class="main13 d-xl-flex align-items-xl-end" style="height: 250px;background: url('./images/pic3.png'), #d04040;width: 33.33%;margin: 4px;background-size: 100% 100%">
<div class="out13"style="width: 100%;height: 30%;background: rgba(105, 8, 8, 0.637);">
<p style="margin-bottom: 3px;margin-left: 5px;color: #ffffff;">Book anytime, anywhere</p>
<button id="but">Learn more</button>
</div>
</div>
<div class="main14 d-xl-flex align-items-xl-end" style="height: 250px;background: url('./images/pic4.png'), #d04040;width: 33.33%;margin: 4px;background-size: 100% 100%">
<div class="out14" style="width: 100%;height: 30%;background: rgba(105, 8, 8, 0.637);">
<p style="margin-bottom: 3px;margin-left: 5px;color: #ffffff;">Book anytime, anywhere</p><button id="but">Learn more</button>
</div>
</div>
</div>
</div>
<!-- prometion -->
<div class="container d-flex" style="margin-left: 13%;margin-top: 3%;">
<div style="width: 50%;height: 230px;background: #5B2637;padding: 11px;color: rgb(255,255,255);">
<p style="margin-bottom: 13px;font-size: 26px;">Together we, go further</p>
<p>Explore more of the world through seamless connections with our partners and travel further within our extended network.<br /></p>
<button id="but">Book Now</button>
</div>
<div style="width: 50%;height: 228px;background: url('./images/landmarks-worldwide-t.jpg'), #861818;padding: 11px;color: rgb(255,255,255);background-size: 100% 100%">
</div>
</div>
<!-- newsletter -->
<div id="newsletter">
</div>
<!-- footer -->
<footer class="footer" style="background-color: aliceblue;">
<div class="container" >
<div class="row">
<div class="col-5 offset-1 col-sm-2">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="./aboutus.html">About</a></li>
<li><a href="./contactus.html">Contact</a></li>
</ul>
</div>
<div class="col-6 col-sm-5">
<h5>Our Address</h5>
<address>
Air India Corporate Office<br>
Phagwara, Punjab<br>
India<br>
<i class="fa fa-phone fa-lg"></i>: +91 45678913<br>
<i class="fa fa-fax fa-lg"></i>: +91 445577521<br>
<i class="fa fa-envelope fa-lg"></i>:
<a href="mailto:renting.system@gmail.com">airIndia@help</a>
</address>
</div>
<div class="col col-sm-4 align-self-center">
<div style="text-align:center">
<a class="btn btn-social-icon btn-google-plus" href="http://google.com/+"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-youtube" href="http://youtube.com/"><i class="fa fa-youtube"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p>© Copyright 2020 Air India</p>
</div>
</div>
</div>
</footer>
<script>
var preloder=document.getElementById("loading");
console.log(document.documentURI)
function myFunction() {
preloder.style.display="none";
}
</script>
</body>
</html>