-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
691 lines (665 loc) · 38.5 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
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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!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" />
<link rel="stylesheet" href="./index.css">
<title>Trivago</title>
<link rel="icon" type="image/x-icon"
href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdeXTVDu67JZDJNNRO9MhA7OBpUHYgEC54aw&usqp=CAU">
</head>
<body onload="onloadHomePage()">
<header>
<nav>
<div class="parent_nav">
<div class="nav_favourites">
<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">
<path
d="M20.42 4.82A5.23 5.23 0 0 0 16.5 3 5.37 5.37 0 0 0 12 5.58 5.37 5.37 0 0 0 7.5 3a5.23 5.23 0 0 0-3.92 1.82A6.35 6.35 0 0 0 2 9.07v.28c0 5.42 7.25 10.18 9.47 11.51a1 1 0 0 0 1 0C14.74 19.53 22 14.77 22 9.35v-.28a6.35 6.35 0 0 0-1.58-4.25zM21 9.18v.17c0 4.94-7.07 9.5-9 10.65-1.92-1.15-9-5.71-9-10.65v-.17a.41.41 0 0 0 0-.11A4.81 4.81 0 0 1 7.5 4a4.39 4.39 0 0 1 3.66 2.12L12 7.44l.84-1.32A4.39 4.39 0 0 1 16.5 4 4.81 4.81 0 0 1 21 9.07a.41.41 0 0 0 0 .11z"
fill="currentColor" />
</svg>
</div>
<div class="myFav_text">
<p class="myFav">My favourites</p>
</div>
</div>
<div class="nav_login">
<p class="userName">Log in</p>
</div>
<div class="nav_menu">
<div class="menu">
<p>Menu</p>
<div class="menu_options">
<p class="account_settings">Account Settings</p>
<p class="recently_viewed">Recently Viewed</p>
<p class="help_support">Help and Support</p>
</div>
</div>
<span class="rotate">
<svg width="24" height="24" viewBox="0 0 24 24" class="pointer-events-none max-h-full max-w-full"
xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="#0A1121" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2px">
<path vector-effect="non-scaling-stroke" d="M10 17l5-5M10 7l5 5" stroke="#0A1121" fill="none"
stroke-width="2px"></path>
</g>
</svg>
</span>
</div>
<div class="nav_currency">
<div>
<p>INR</p>
<div class="currency_options">
<p>INR - Indian Rupee</p>
<p>USD - US Dollar</p>
<p>EUR - Euro</p>
</div>
</div>
<span class="rotate">
<svg width="24" height="24" viewBox="0 0 24 24" class="pointer-events-none max-h-full max-w-full"
xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="#0A1121" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2px">
<path vector-effect="non-scaling-stroke" d="M10 17l5-5M10 7l5 5" stroke="#0A1121" fill="none"
stroke-width="2px"></path>
</g>
</svg>
</span>
</div>
</div>
</nav>
</header>
<main>
<div class="welcome_div">
<div>
<svg width="180" height="56.5" viewBox="0 0 102 32">
<path d="M33.706 6.989h5.441l4.133 11.149h.066l3.83-11.149h5.071L45.8 23.377h-5.34" fill="#FC9E15" />
<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="#1391D2" />
<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="#E3403D" />
<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="#1391D2" />
<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="#FC9E15" />
</svg>
</div>
<div class="welcome_messages">
<p class="welcome_div_first">
Deals from your favourite booking sites
</p>
<p class="welcome_div_second">
Try searching for a city, a specific hotel, or even a landmark!
</p>
</div>
</div>
<!-- <div class="reveal"> -->
<div class="functional_div">
<div>
<div class="typeOfHotel_buttons">
<button>All Stays</button>
<button>Hotel</button>
<button>House / Apartment</button>
</div>
<div class="complex_div">
<!-- 4 parts 1->logo,input,button 2->two calenders 3-> rooms for guest 4-> search button -->
<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 type="text" placeholder="Enter Location here ..." class="search searchQuerry" />
<button class="clearInput">
<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;">
<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;">
<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;">
<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 class="imageOfCompanies">
<p style="
font-size: 16px;
font-family: Proxima Vara, Arial, Helvetica, Sans, Sans-Serif;
font-weight: 700;
">
We compare multiple booking sites at once
</p>
<div class="screenShotImg">
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/395.png" alt="Agoda"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 40px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/452.png" alt="Hotels.com"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 90px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/626.png" alt="Booking.com"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 120px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/2192.png" alt="MakeMyTrip"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 80px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/14.png" alt="Accor"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 70px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/634.png" alt="Trip.com"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 20px; width: 100px" />
<img data-testid="advertiser-image"
src="https://imgcy.trivago.com/image/upload/hardcodedimages/mpm-localised-logos/2452.png" alt="OYO"
class="flex-grow-0 flex-shrink-0 AdvertiserImage_image__bArcZ" style="height: 23px; width: 70px" />
<p class="text_100">+100 more</p>
</div>
</div>
</div>
</div>
<div class="reveal">
<div class="recent_activity">
<div>
<p>Your recent activity</p>
</div>
<div class="parentOfImage_activity">
<div class="parentOfAcitvities">
<div class="recent1">
<div class="recentDataB">
<div>
<p style="font-size: 14px; font-weight: 700;" class="_ctyname2">Pune</p>
<div style="display: flex; gap: 10px; align-items: center;">
<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>
<p class="checkIn_out" id="_date2">Wed, 15-4-2023</p>
</div>
<div style="display: flex; gap: 10px; align-items: center;">
<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>
<p><span>2</span >rooms,<span>4</span>guests</p>
</div>
</div>
<div>
<!-- <img src="https://plus.unsplash.com/premium_photo-1676573201641-beb5276a8943?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80"> -->
<img src="https://imgcy.trivago.com/c_limit,d_dummy.jpeg,f_auto,h_600,q_auto,w_600//itemimages/37/57/3757080_v5.jpeg" alt="Recent Hotel" width="150" height="95" style="border-radius: 10%;">
</div>
</div>
<!-- _____________________x+++++++++++++++++++______________________ -->
<div class="recentDataB">
<div>
<p style="font-size: 14px; font-weight: 700;" class="_ctyname2">Mumbai</p>
<div style="display: flex; gap: 10px; align-items: center;">
<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>
<p class="checkIn_out" id="_date2">Fri, 10-3-2023</p>
</div>
<div style="display: flex; gap: 10px; align-items: center;">
<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>
<p><span>1</span >rooms,<span>1</span>guests</p>
</div>
</div>
<div>
<!-- <img src="https://plus.unsplash.com/premium_photo-1676573201641-beb5276a8943?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80"> -->
<img src="https://upload.wikimedia.org/wikipedia/commons/0/09/Mumbai_Aug_2018_%2843397784544%29.jpg" alt="Recent Hotel" width="150" height="95" style="border-radius: 10%;">
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="top_results">
<div>
<p>These top destinations are just a click away</p>
</div>
<div>
<div>
<button class="top_city">Top Cities</button>
<div class="reveal">
<div class="containerForTopCities">
<div id="mum">
<img src="https://blogs.revv.co.in/blogs/wp-content/uploads/2020/01/Nandi-Hills.jpg" alt="" />
<p class="titleOfEachHotel">Hotels in Mumbai</p>
<p>10,111 Hotels <strong>Avg. ₹3,589</strong></p>
</div>
<div id="ben">
<img src="https://t3.ftcdn.net/jpg/03/41/95/04/360_F_341950409_Gq1sN2OqYgRZrUTvPohSmgQVubaqzlA5.jpg"
alt="" />
<p class="titleOfEachHotel">Hotels in Bengaluru</p>
<p>10,111 Hotels <strong>Avg. ₹3,589</strong></p>
</div>
<div id="goa">
<img
src="https://images.unsplash.com/photo-1512343879784-a960bf40e7f2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8Z29hfGVufDB8fDB8fA%3D%3D&w=1000&q=80"
alt="" />
<p class="titleOfEachHotel">Hotels in Goa</p>
<p>10,111 Hotels <strong>Avg. ₹3,589</strong></p>
</div>
<div id="jai">
<img
src="https://media.istockphoto.com/id/1135820309/photo/amber-fort-and-maota-lake-jaipur-rajasthan-india.jpg?s=612x612&w=0&k=20&c=raUKDB1Mris9Z7SjvuuTieZRzF2-CaKukGvTC8t1kuo="
alt="" />
<p class="titleOfEachHotel">Hotels in Jaipur</p>
<p>10,111 Hotels <strong>Avg. ₹3,589</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="reveal">
<div class="info">
<div>
<p>trivago's global hotel search</p>
<p>
trivago's hotel search allows users to compare hotel prices in just
a few clicks from more than 300 booking sites for more than 5.0
million hotels and other types of accommodation in over 190
countries. We help millions of travelers each year compare deals for
hotels and accommodations. Get information for weekend trips to
cities like Mumbai or Bengaluru and you can find the right hotel on
trivago quickly and easily. Delhi and its surrounding area are great
for trips that are a week or longer with the numerous hotels
available.
</p>
</div>
<div>
<p>Find cheap hotels on trivago</p>
<p>
With trivago you can easily <span style="color: black;font-weight: 600;">find your ideal hotel and compare
prices
from different websites.</span> Simply enter where you want to go and your
desired travel dates, and let our hotel search engine compare
accommodation prices for you. To refine your search results, simply
filter by price, distance (e.g. from the beach), star category,
facilities and more. From budget hostels to luxury suites, trivago
makes it easy to book online. You can search from a large variety of
rooms and locations across India, like Shimla and Jaipur to popular
cities and holiday destinations abroad!
</p>
</div>
<div>
<p>Hotel reviews help you find your ideal hotel</p>
<p>
Over <span style="color: black;font-weight: 600;">175 million aggregated hotel ratings</span> and more than 19
million
images allow you to find out more about where you're travelling. To
get an extended overview of a hotel property, trivago shows the
average rating and extensive reviews from other booking sites, e.g.
Hotels.com, Expedia, Agoda, leading hotels, etc. trivago makes it
easy for you to find information about your trip to Dubai, including
the ideal hotel for you.
</p>
</div>
<div>
<p>How to book</p>
<p>
trivago is a hotel search with an extensive price comparison. The
prices shown come from numerous hotels and booking websites. This
means that while users decide on trivago which hotel best suits
their needs, the booking process itself is completed through the
booking sites (which are linked to our website). By clicking on the
"view deal" button, you will be forwarded onto a booking site where
you can complete the reservation for the hotel deal found on
trivago.
<p>
Let trivago help you to find the right price from over 300
booking sites!
</p>
</p>
</div>
</div>
</div>
<div class="reveal">
<div class="more">
<div class="more1">
<div class="more_title1">More Top Cities</div>
<div class="more_body1">
<div class="more_common">
<a href="">Hotels in Mumbai</a>
<a href="">Hotels in Bangaluru</a>
<a href="">Hotels in Pune</a>
<a href="">Hotels in Delhi</a>
<a href="">Hotels in Hydrabad</a>
<a href="">Hotels in Kolkata</a>
</div>
<div class="more_common">
<a href="">Hotels in Amritsar</a>
<a href="">Hotels in Ludhiana</a>
<a href="">Hotels in Chandigarh</a>
<a href="">Hotels in Jalandhar</a>
<a href="">Hotels in Bathinda</a>
<a href="">Hotels in Patiala</a>
</div>
<div class="more_common">
<a href="">Hotels in Faridkot</a>
<a href="">Hotels in Firozpur</a>
<a href="">Hotels in Varanasi</a>
<a href="">Hotels in Coochbehar</a>
<a href="">Hotels in Shirdi</a>
<a href="">Hotels in Goa</a>
</div>
</div>
</div>
<div class="more2">
<div class="more_title2">trivago International</div>
<div class="more_body2">
<div class="more_common">
<a href="">trivago UAE</a>
<a href="">trivago Australia</a>
<a href="">trivago Brasil</a>
<a href="">trivago</a>
<a href=""> trivago Malaysia</a>
<a href=""> trivago Pero</a>
</div>
<div class="more_common">
<a href="">trivago Chile</a>
<a href="">trivago Deutschland</a>
<a href="">trivago Argentina</a>
<a href=""> trivago New Zealand</a>
<a href=""> trivago Nederland</a>
<a href=""> trivago Norge</a>
</div>
<div class="more_common">
<a href="">trivago Belgié</a>
<a href="">trivago Canada</a>
<a href="">trivago Colombia</a>
<a href=""> trivago Pero</a>
<a href=""> trivago Pilipinas</a>
<a href=""> trivago México</a>
</div>
</div>
</div>
</div>
</div>
</main>
<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 id="subscribe">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://upload.wikimedia.org/wikipedia/en/thumb/4/41/Flag_of_India.svg/1200px-Flag_of_India.svg.png" style="height: 20px; width: 25px" />
<select name="India" id="country">
<option value="India">India</option>
<option value="USA">United States</option>
<option value="Singapore">Singapore</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>
</html>
<script src="./index.js"></script>
<script src="date.js"></script>