-
Notifications
You must be signed in to change notification settings - Fork 1
/
hotels.html
525 lines (483 loc) · 32.1 KB
/
hotels.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
<!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>HotelsPage</title>
<script src="https://kit.fontawesome.com/5fc882c95a.js" crossorigin="anonymous"> </script>
<link rel="stylesheet" href="hotels.css">
<link rel="icon" type="image/x-icon"
href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdeXTVDu67JZDJNNRO9MhA7OBpUHYgEC54aw&usqp=CAU">
</head>
<body onload="dis()">
<div id="navbar">
<div>
<img src="https://logos-world.net/wp-content/uploads/2022/05/Trivago-Logo-700x394.png" alt=""
onclick="window.location.href='./index.html'">
</div>
<!---------------------Navbar section start-------------------------------------------------------------->
<div id="navlist">
<a href="./favourites.html"> <i class="fa-regular fa-heart" style="font-size: 23px; opacity: 80%;"> </i> My favourites
</a>
<a href="./login.html"> Log in </a>
<a> Menu <i class="fa-solid fa-chevron-down"></i> </a>
<a> INR <i class="fa-solid fa-chevron-down"></i> </a>
</div>
</div>
<!-------------------------Navbar section end------------------------------------------------------>
<!------------------------------Search bar functionalaty start ---------------------------------------->
<div id="search_bar">
<div class="functional_div">
<div>
<div class="complex_div">
<div class="part1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<path d="M10 3a7 7 0 1 0 7 7 7 7 0 0 0-7-7zm11 18-6-6" vector-effect="non-scaling-stroke"
fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" color="grey" />
</svg>
<input class="search searchQuerry" type="text" placeholder="Enter Location here ..." />
<button>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full x_inSearch">
<path vector-effect="non-scaling-stroke" d="m7 7 10 10m0-10L7 17" fill="none"
stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"
color="grey" />
</svg>
</button>
</div>
<div class="part2" style="display: flex; justify-content: space-evenly;align-items: center;">
<div class="part2_1 hov1" style="display: flex;align-items: center; gap: 10px;">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<g fill="currentColor">
<path
d="M19 5h-1a1 1 0 0 0-2 0H8a1 1 0 0 0-2 0H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9h16zm0-10H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z" />
<circle cx="7.5" cy="12.5" r="1.5" />
<path
d="M19 5h-1a1 1 0 0 0-2 0H8a1 1 0 0 0-2 0H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9h16zm0-10H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z" />
<circle cx="7.5" cy="12.5" r="1.5" />
</g>
</svg>
</div>
<div style="display: flex;flex-direction: column;" class="checkInTextDIv">
<p style=" font-size: 12px;">Check in</p>
<p style="margin-top: -12px;font-weight: 700; font-size: 12px;" class="checkIn">currDate
</p>
</div>
<div style="display: flex;">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full left_arrow">
<path vector-effect="non-scaling-stroke" d="m10 17 5-5m-5-5 5 5" fill="none"
stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full right_arrow">
<path vector-effect="non-scaling-stroke" d="m10 17 5-5m-5-5 5 5" fill="none"
stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" />
</svg>
</div>
</div>
<input type="date" style="height: 20px;" class="calen1">
<div class="part2_2 hov2" style="display: flex;align-items: center; gap: 10px;">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<g fill="currentColor">
<path
d="M19 5h-1a1 1 0 0 0-2 0H8a1 1 0 0 0-2 0H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9h16zm0-10H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z" />
<circle cx="7.5" cy="12.5" r="1.5" />
<path
d="M19 5h-1a1 1 0 0 0-2 0H8a1 1 0 0 0-2 0H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9h16zm0-10H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z" />
<circle cx="7.5" cy="12.5" r="1.5" />
</g>
</svg>
</div>
<div style="display: flex;flex-direction: column;" class="checkOutTextDiv">
<p style=" font-size: 12px;">Check out</p>
<p style="margin-top: -12px;font-weight: 700; font-size: 12px;" class="chekOut">
--/--/----</p>
</div>
<div style="display: flex;">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full left_arrow">
<path vector-effect="non-scaling-stroke" d="m10 17 5-5m-5-5 5 5" fill="none"
stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full right_arrow">
<path vector-effect="non-scaling-stroke" d="m10 17 5-5m-5-5 5 5" fill="none"
stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" />
</svg>
</div>
</div>
<input type="date" style="height: 20px;" class="calen2">
</div>
<div class="part3">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<g fill="currentColor">
<path
d="M13.13 12.14a4.5 4.5 0 1 0-7.26 0A5 5 0 0 0 2 17a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3 5 5 0 0 0-3.87-4.86zM9.5 6a3.49 3.49 0 0 1 2.44 6A3.5 3.5 0 0 1 6 9.5 3.5 3.5 0 0 1 9.5 6zM14 19H5a2 2 0 0 1-2-2 4 4 0 0 1 3.74-4 4.41 4.41 0 0 0 5.52 0A4 4 0 0 1 16 17a2 2 0 0 1-2 2z" />
<path
d="M19.31 10.24A3.93 3.93 0 0 0 20 8a4 4 0 0 0-6.94-2.69 5.87 5.87 0 0 1 .7.71A3 3 0 1 1 16 11a2.91 2.91 0 0 1-1.15-.23v.11a4.5 4.5 0 0 1-.28.83A4 4 0 0 0 16 12a3.94 3.94 0 0 0 2.55-.94A3 3 0 0 1 21 14a1 1 0 0 1-1 1h-2.35a6.67 6.67 0 0 1 .26 1H20a2 2 0 0 0 2-2 4 4 0 0 0-2.69-3.76z" />
</g>
</svg>
</div>
<div class="info_guests_rooms">
<p class="guest_">Guests <span class="guests">1</span> </p>
<p class="room_">Rooms <span class="rooms">1</span></p>
</div>
</div>
<div class="guestInfoDiv">
<div style="display: flex; justify-content: space-between;">
<p>Adults</p>
<div style="display: flex; justify-content:flex-end; gap:10px; width:100%;">
<button class="dec_adults">-</button>
<input type="number" value="1" class="input_adults">
<button class="inc_adults" id="inc">+</button>
</div>
</div>
<div style="display: flex; justify-content: space-between;">
<p>Childrens</p>
<div style="display: flex;justify-content: flex-end;gap: 10px; width:100%;">
<button class="dec_childrens">-</button>
<input type="number" value="0" class="input_childrens">
<button class="inc_childrens">+</button>
</div>
</div>
<div style="display: flex; justify-content: space-between;">
<p>Rooms</p>
<div style="display: flex;justify-content: flex-end;gap: 10px; width:100%;">
<button class="dec_rooms">-</button>
<input type="number" value="1" class="input_rooms">
<button class="inc_rooms">+</button>
</div>
</div>
<hr
style="border:1px solid grey; border:none; border-bottom:1px solid rgb(237,238,240);width:100%; margin: auto;">
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<p>Pet Friendly</p>
<p>Only show stays that allow pets</p>
</div>
<div>
<input type="checkbox">
</div>
</div>
<hr
style="border:1px solid grey; border:none; border-bottom:1px solid rgb(237,238,240);width:100%; margin: auto;">
<div style="display: flex; justify-content: space-between;">
<button class="resetBtn">Reset</button>
<button class="applyBtn">Apply</button>
</div>
</div>
<div class="part4">
<button class="part4_submit">Submit</button>
</div>
</div>
</div>
</div>
<input id="search" style="display: none;" type="text" placeholder="Enter a hotel name or destination">
<button style="display: none;" id="btn">click</button>
</div>
<div id="sorting">
<div class="range_container">
<div class="form_control">
<!-- <div class="form_control_container">
<div class="form_control_container__time">Min</div>
<input class="form_control_container__time__input" type="number" id="fromInput" value="0" min="0" max="46000"/>
</div> -->
<p class="pn">Price/night</p>
<div>
<p class="time_input"></p>
<p class="time_inpu"></p>
</div>
<!-- <div class="form_control_container">
<div class="form_control_container__time">Max</div>
<input class="form_control_container__time__input" type="number" id="toInput" value="3000" min="0" max="46000"/>
</div> -->
</div>
<div class="sliders_control">
<input id="fromSlider" type="range" value="0" min="0" max="46000" onchange="fun()" />
<input id="toSlider" type="range" value="46000" min="0" max="46000" onchange="fun()" />
</div>
</div>
<div id="property_main">
<div>Property type</div>
<div id="property_child">
<div id="all">All</div>
<div id="hotel">Hotel</div>
<div id="house">House/Apartment</div>
</div>
</div>
<div id="guest">
<!-- ---------------------------------------- -->
<div class="guest_ghost">
<div id="exc">
<span class="rating_1">8.5</span>
<span class="text_1">Excellent</span>
</div>
<div id="vg">
<span class="rating_2">8.0</span>
<span class="text_2">Very Good</span>
</div>
<div id="g">
<span class="rating_3">7.5</span>
<span class="text_3">Good</span>
</div>
<div id="f">
<span class="rating_4">7.0</span>
<span class="text_4">Fair</span>
</div>
</div>
<!-- ---------------------------------------- -->
<div class="r">Guest rating</div>
<div class="rate">
<div>All</div>
<div class="log"><svg fill="#000000" height="10px" width="10px" version="1.1" id="Layer_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 330 330" xml: space="preserve">
<path id="XMLID_225_"
d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z" />
</svg></div>
</div>
</div>
<div id="location">
<div class="r">Location</div>
<div class="rate">
<div>City center</div>
<div class="log"><svg fill="#000000" height="12px" width="12px" version="1.1" id="Layer_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 330 330" xml: space="preserve">
<path id="XMLID_225_"
d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z" />
</svg></div>
</div>
</div>
<div id="more">
<div class="r">More filters</div>
<div class="rate">
<div>Select</div>
<div class="log"><svg fill="#000000" height="12px" width="12px" version="1.1" id="Layer_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 330 330" xml: space="preserve">
<path id="XMLID_225_"
d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z" />
</svg></div>
</div>
</div>
</div>
<!-- <div id="map">
</div> -->
<div id="main_data">
<div id="left">
<div id="left_top">
<p style="font-weight: bold;">Sort by</p>
<div id="select">
<select id="sb">
<option value="OR">Our recommendations</option>
<option value="RR">Rating & Recommended</option>
<option value="PR">Price & Recommended</option>
<option value="DR">Distance & Recommended</option>
<option value="Rating only">Rating only</option>
<option value="PO">Price only</option>
<option value="DO">Distance only</option>
</select>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<circle cx="12" cy="12" r="9.5" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-miterlimit="10" />
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="2" d="M12 11v6" vector-effect="non-scaling-stroke" />
<circle cx="12" cy="7" r="1" fill="currentColor" />
</svg>
</div>
<div id="stay">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<path
d="M21.5 7H14V3.62a.51.51 0 10-1 0V5h-2V3.62a.57.57 0 00-.5-.62.57.57 0 00-.5.62V7H2.5a.46.46 0 00-.5.43v2.14a.46.46 0 00.5.43H5v10H3.47a.5.5 0 000 1h17.06a.5.5 0 000-1H19V10h2.5a.46.46 0 00.5-.43V7.43a.46.46 0 00-.5-.43zM3 9V8h18v1zm8-3h2v1h-2zm-1 14v-5h4v5zm8 0h-3v-5a1 1 0 00-1-1h-4a1 1 0 00-1 1v5H6V10h12z"
fill="currentColor" />
</svg>
<p>Stays found: <span id="staycount">0</span></p>
</div>
<div id="sitecount">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full">
<g fill="currentColor">
<path
d="M3 8V6a1 1 0 011-1h16a1 1 0 011 1v2zm18 10a1 1 0 01-1 1H4a1 1 0 01-1-1V9h18zM20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2z" />
<path d="M13.5 7h-8a.5.5 0 010-1h8a.5.5 0 010 1z" />
</g>
</svg>
<p>Booking sites searched: <span id="bs">162</span></p>
</div>
</div>
<div id="items">
</div>
</div>
<div id="right">
<div class="mapouter">
<div class="gmap_canvas"><iframe width="100%" height="100%" id="gmap_canvas"
src="https://maps.google.com/maps?q=london&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"></iframe><a
href="https://123movies-to.org"></a><br>
<style>
.mapouter {
position: relative;
text-align: right;
height: 100%;
width: 100%;
}
</style><a href="https://www.embedgooglemap.net">embedding maps in website</a>
<style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 100%;
width: 100%;
}
</style>
</div>
</div>
</div>
</div>
<footer>
<div class="parent_footer">
<div class="above_hr">
<div>
<p>
Want to receive exclusive hotel offers? Subscribe to our
newsletter!
</p>
</div>
<div class="mail_info">
<input type="text" class="footer_input" placeholder="Email address" />
<button>Subscribe</button>
</div>
</div>
<hr class="hr" />
<div class="below_hr">
<div>
<div style="display: flex; flex-direction: column">
<p><b>trivago N.V.</b> , Kesselstraße 5 - 7, 40221 Düsseldorf,</p>
<p style="margin-top: -10px">Germany</p>
</div>
<div class="footer_logos">
<a href="https://www.facebook.com/trivago" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full h-full w-full">
<path
d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm3 5.62h-1.52a.65.65 0 0 0-.61.54v1.56H15c-.09 1.19-.26 2.28-.26 2.28h-1.88v6.75h-2.8V12H8.7V9.72h1.36V7.86c0-.33-.07-2.61 2.87-2.61H15z" />
</svg>
</a>
<a href="https://twitter.com/trivago" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full h-full w-full">
<path
d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm5.62 7.86v.44a7.91 7.91 0 0 1-8 7.87A8 8 0 0 1 5.41 17h.44a6.3 6.3 0 0 0 3.78-1.3h-.2a2.68 2.68 0 0 1-2.56-1.92 2.32 2.32 0 0 0 .53.05 2.9 2.9 0 0 0 .79-.11 2.58 2.58 0 0 1-1.43-.67 2.66 2.66 0 0 1-.88-2 .57.57 0 0 1 0-.13 2.58 2.58 0 0 0 1.27.32 2.68 2.68 0 0 1-1.06-1.15h-.07a2.63 2.63 0 0 1-.22-1 2.53 2.53 0 0 1 .41-1.41 6.72 6.72 0 0 0 .9 1 1 1 0 0 0 .19.17 7.7 7.7 0 0 0 2.18 1.07l.33.12a9 9 0 0 0 1 .28h.27a7.6 7.6 0 0 0 1 .09 2.59 2.59 0 0 1-.08-.58 2.66 2.66 0 0 1 .24-1.13 2.47 2.47 0 0 1 .52-.79 1.54 1.54 0 0 1 .24-.26A2.76 2.76 0 0 1 14.82 7a2.74 2.74 0 0 1 2.05.92l.35-.09a7.06 7.06 0 0 0 1.42-.58.88.88 0 0 1-.07.23 2.29 2.29 0 0 1-1.11 1.26v.09A6 6 0 0 0 19 8.37a8.87 8.87 0 0 1-1.38 1.49z" />
</svg>
</a>
<a href="https://www.instagram.com/trivago/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full h-full w-full">
<g>
<circle cx="12" cy="12" r="2.25" />
<path
d="M17.49 9.27A3.85 3.85 0 0 0 17.26 8a2 2 0 0 0-.51-.77 2 2 0 0 0-.75-.49 3.85 3.85 0 0 0-1.25-.23H9.29A3.85 3.85 0 0 0 8 6.74a2 2 0 0 0-.77.51 2 2 0 0 0-.49.75 3.85 3.85 0 0 0-.23 1.25v5.46A3.85 3.85 0 0 0 6.74 16a2 2 0 0 0 .51.77 2 2 0 0 0 .77.51 3.85 3.85 0 0 0 1.25.23h5.46a3.85 3.85 0 0 0 1.27-.25A2.32 2.32 0 0 0 17.26 16a3.85 3.85 0 0 0 .23-1.25v-2.73c0-1.8.03-2.02 0-2.75zM12 15.46A3.46 3.46 0 1 1 15.46 12 3.46 3.46 0 0 1 12 15.46zm3.6-6.25a.81.81 0 1 1 .81-.81.81.81 0 0 1-.81.81z" />
<path
d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6.7 12.78a4.82 4.82 0 0 1-.31 1.64 3.49 3.49 0 0 1-2 2 4.82 4.82 0 0 1-1.64.31c-.72 0-.95.05-2.78.05s-2.06 0-2.78-.05a4.82 4.82 0 0 1-1.64-.31 3.19 3.19 0 0 1-1.19-.78 3.19 3.19 0 0 1-.78-1.19 4.82 4.82 0 0 1-.31-1.64V9.25a4.82 4.82 0 0 1 .31-1.64 3.19 3.19 0 0 1 .78-1.19 3.19 3.19 0 0 1 1.19-.78 5 5 0 0 1 1.64-.32h5.56a5 5 0 0 1 1.64.32 3.19 3.19 0 0 1 1.19.78 3.19 3.19 0 0 1 .78 1.19 4.82 4.82 0 0 1 .31 1.64c0 .72.05.95.05 2.78s.02 2.03-.02 2.75z" />
</g>
</svg>
</a>
<a href="https://www.youtube.com/user/trivago" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full h-full w-full">
<g>
<path d="m10 9 5 3-5 3V9z" />
<path
d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7 12.59A2.36 2.36 0 0 1 16.59 17H7.41A2.36 2.36 0 0 1 5 14.59V9.41A2.36 2.36 0 0 1 7.41 7h9.18A2.36 2.36 0 0 1 19 9.41z" />
</g>
</svg>
</a>
<a href="https://www.linkedin.com/company/trivagonv/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
class="pointer-events-none max-h-full max-w-full h-full w-full">
<path
d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zM8.73 17.4H6.15V9.71h2.58zM7.44 8.66A1.33 1.33 0 1 1 7.46 6a1.33 1.33 0 1 1 0 2.66zM18 17.4h-2.57v-4.12c0-1-.37-1.74-1.31-1.74a1.39 1.39 0 0 0-1.31.94 1.66 1.66 0 0 0-.09.62v4.3h-2.57V9.71h2.57v1.09A2.54 2.54 0 0 1 15 9.53c1.69 0 3 1.09 3 3.46z" />
</svg>
</a>
</div>
</div>
<div class="country_parent">
<div style="width: 40%">
<img src="https://raw.githubusercontent.com/s17200/TRIVAGO-CLONE/main/india.png" style="height: 20px; width: 25px" />
<select name="India" id="country">
<option value="India">India</option>
<option value="China">China</option>
<option value="USA">United States</option>
<option value="Pakistan">Pakistan</option>
<option value="Singapore">Singapore</option>
<option value="Chili">Chili</option>
</select>
</div>
</div>
</div>
<div class="below_logos">
<div class="list_1">
<a href="">Company</a>
<a href="">Jobs</a>
<a href="">Press</a>
<a href="">Investor relations</a>
</div>
<div class="list_2">
<a href="">Mobile apps - searching on the go</a>
<a href="">trivago Business Studio</a>
</div>
<div class="list_3">
<a href="">Help</a>
<a href="">Learn how trivago works</a>
<a href="">Terms and conditions</a>
<a href="">Legal information</a>
<a href="">Do Not Sell My Personal Information</a>
<a href="">Privacy notice</a>
<a href="">Cyber Security</a>
<a href="">Coronavirus (COVID-19) travel advice</a>
</div>
</div>
<div class="footer_last_div">
<svg width="102" height="32" viewBox="0 0 102 32" class="mx-auto"
style="filter: brightness(0) invert(1)">
<path d="M33.706 6.989h5.441l4.133 11.149h.066l3.83-11.149h5.071L45.8 23.377h-5.34"
fill="white" />
<path
d="M13.971 11.018H9V16.5c0 .93.082 2.119.959 2.655a4.649 4.649 0 0 0 2.9.283 2.242 2.242 0 0 0 1.107-.386v4.2a10.114 10.114 0 0 1-1.938.4c-3.556.359-8.54-.253-8.54-4.838v-7.8H0V6.988h3.492V2.153H9v4.836h4.97v4.03zm14.1-4.03h4.97v16.389h-4.97V6.989zm-.2-4.311a2.676 2.676 0 1 1 5.351 0 2.677 2.677 0 0 1-5.353 0"
fill="white" />
<path
d="M90.124 15.195c0 2.215 1.289 4.13 3.648 4.13s3.647-1.915 3.647-4.131-1.287-4.133-3.647-4.133-3.647 1.917-3.648 4.134m-4.556 0a8.224 8.224 0 0 1 14.711-5.43 9.491 9.491 0 0 1 .687 9.766 8.214 8.214 0 0 1-15.4-4.336M80.24 6.973v2.2h-.076a3.041 3.041 0 0 0-.574-.613c-3.254-2.8-8.812-2.238-10.915 1.679a11.506 11.506 0 0 0-.924 6.812c.283 2.077 1.05 4.275 2.879 5.478a7.739 7.739 0 0 0 6.936.71 4.8 4.8 0 0 0 2.075-1.572h.059v1.588a3.9 3.9 0 0 1-.984 2.881c-1.449 1.493-4.218 1.4-6.079.894a9.223 9.223 0 0 1-2.914-1.307l-2.451 3.6a11.307 11.307 0 0 0 3.906 1.9c3.583.949 8.543.928 11.312-1.921 1.561-1.606 2.2-3.96 2.2-7.06V6.971h-4.448zM78.984 18.2a3.707 3.707 0 0 1-5.4 0 5.013 5.013 0 0 1 0-6 3.707 3.707 0 0 1 5.4 0 5.011 5.011 0 0 1 0 6c-.639.763.641-.763 0 0z"
fill="white" />
<path
d="M15.314 6.989h5.105v2.686h.051A5.715 5.715 0 0 1 22.384 7.4a6.338 6.338 0 0 1 4.482-.6v4.6c-1.029-.278-3.2-.715-4.717.211-.96.586-1.731 1.288-1.731 4.929v6.839h-5.105V6.989z"
fill="white" />
<path
d="M56.992 16.844c-1 .62-1.683 1.829-.763 2.775.9.922 2.522.829 3.632.441a2.98 2.98 0 0 0 2.2-2.784v-1.018c.017 0-3.794-.208-5.069.585zm5.07 4.518h-.093a5.079 5.079 0 0 1-2.232 1.852c-3.563 1.464-8.748-.019-8.75-4.492 0-4.655 5.07-5.606 8.784-5.712a89.25 89.25 0 0 1 2.267-.034 2.62 2.62 0 0 0-.957-2.132 4.243 4.243 0 0 0-4.535-.268A6.2 6.2 0 0 0 54.716 12l-2.688-2.752a9.255 9.255 0 0 1 3.292-1.966 11.844 11.844 0 0 1 7.044-.27 5.625 5.625 0 0 1 3.952 4.437 17.479 17.479 0 0 1 .314 3.61v8.317h-4.567v-2.014z"
fill="white" />
</svg>
<p class="copyRightText">
Copyright 2023 trivago | All rights reserved.
</p>
</div>
</div>
</footer>
</body>
<script src="./hotels.js"></script>
</html>