-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
675 lines (514 loc) · 27.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./css/navigation.css">
<link rel="stylesheet" type="text/css" href="./css/option_nav.css">
<link rel="stylesheet" type="text/css" href="./css/navigation_option.css">
<link rel="stylesheet" type="text/css" href="./css/main_slide.css">
<link rel="stylesheet" type="text/css" href="./css/booking_section.css">
<link rel="stylesheet" type="text/css" href="./css/intro_resort.css">
<link rel="stylesheet" type="text/css" href="./css/intro_hotel.css">
<link rel="stylesheet" type="text/css" href="./css/discovery.css">
<title>Copy A Booking Theme</title>
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- navigation -->
<div class="navigation bg-white container d-none d-xl-flex justify-content-between">
<div class="menu-wrapper menu-wrapper-1 d-flex">
<div class="nav-item nav-item-1 mr-3">
<a href="#no">
<img src="./image/icon_payment.png" class="icon-1rem">
</a>
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">Payment Options</a>
</div>
<div class="nav-item nav-item-2 mr-3">
<a href="#no">
<img src="./image/icon_terms_condition.png" class="icon-1rem">
</a>
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">Term Conditions</a>
</div>
<div class="nav-item nav-item-3 mr-3">
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">US</a>
</div>
<div class="nav-item nav-item-4 mr-3">
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">IT</a>
</div>
<div class="nav-item nav-item-5 mr-3">
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">ES</a>
</div>
</div>
<div class="menu-wrapper menu-wrapper-2 d-flex">
<div class="nav-item nav-item-6 mr-3">
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">My Bookings</a>
</div>
<div class="nav-item nav-item-7 mr-3 position-relative">
<a href="#no">
<img src="./image/icon_message.svg" class="icon-1rem">
<span class="badge badge-warning badge-sm icon-sm-notification">4</span>
</a>
<div class="triangle-up"></div>
<div class="submenu bg-white">
<div class="submenu-item d-flex align-items-center mb-3">
<a href="#no">
<img src="./image/image_room.jpg" class="image-50px mr-3">
</a>
<div class="submenu-item-infor pr-2">
<a href="#no">
<div class="text-dark font-weight-light font-084rem">Best Hotel Plugin</div>
</a>
<a href="#no">
<div class="text-black-50 font-065rem">CHECK UPDATES</div>
</a>
</div>
</div>
<div class="submenu-item d-flex align-items-center mb-3">
<a href="#no">
<img src="./image/image_room.jpg" class="image-50px mr-3">
</a>
<div class="submenu-item-infor pr-2">
<a href="#no">
<div class="text-dark font-weight-light font-084rem">Best Hotel Plugin</div>
</a>
<a href="#no">
<div class="text-black-50 font-065rem">CHECK UPDATES</div>
</a>
</div>
</div>
<div class="submenu-item d-flex align-items-center">
<a href="#no">
<img src="./image/image_room.jpg" class="image-50px mr-3">
</a>
<div class="submenu-item-infor pr-2">
<a href="#no">
<div class="text-dark font-weight-light font-084rem">Best Hotel Plugin</div>
</a>
<a href="#no">
<div class="text-black-50 font-065rem">CHECK UPDATES</div>
</a>
</div>
</div>
</div>
</div>
<div class="nav-item nav-item-8 mr-3">
<a href="#no" class="text-black-50 font-weight-light font-084rem ml-1">Add Your Review</a>
</div>
<div class="nav-item nav-item-9 d-flex m-0 float-right">
<a href="#no" class="mr-2">
<img src="./image/icon_avatar.jpg" class="icon-30px rounded-circle">
</a>
<div class="nav-item-infor">
<a href="#no">
<div href="#no" class="text-light font-weight-light font-065rem">My Account</div>
</a>
<a href="#no">
<div href="#no" class="text-light font-weight-light font-8px">LOG IN</div>
</a>
</div>
</div>
</div>
</div>
<!-- option-nav 0 -> 1200px -->
<div class="option-nav container-fluid text-center d-xl-none">
<a href="#no" class="pt-4">
<img src="./image/image_hotel_booking.png" class="image-hotel-booking">
</a>
<div class='option-menu mt-3 pb-4'>
<div onclick="showMenuBar()">
<a href="#no">
<img src="./image/icon_menu.svg" class="icon-menu">
</a>
</div>
<div class="option-menu-bar col" id="menu_bar">
<div onclick="hideMenuBar()" style="height:25px">
<a href="#no" class="close pt-1">
<img src="./image/icon_close_white.svg" class="icon-close">
</a>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Home</a>
<ul class="option-list pl-3">
<a href="#no" class="h6 font-weight-light text-light text-left">Home 1</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 2</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 3</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 4</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 5</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 6</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Home 7</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Multilingual</a>
</ul>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Rooms</a>
<ul class="option-list pl-3">
<a href="#no" class="h6 font-weight-light text-light text-left">Room gallery</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Room video</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Room default</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Single branch</a>
</ul>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Abous us</a>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Pages</a>
<ul class="option-list pl-3">
<a href="#no" class="h6 font-weight-light text-light text-left">Around us</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Terms & Conditions</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Contact</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Contact 1</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Contact 2</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Coming soon</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Restaurant</a>
<a href="#no" class="h6 font-weight-light text-light text-left">About us</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">About us 1</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">About us 2</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Promotions</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Testimonials</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Gallery</a>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">News</a>
<ul class="option-list pl-3">
<a href="#no" class="h6 font-weight-light text-light text-left">Archieve</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Full width</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Right sidebar</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Left sidebar</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Single post</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Full width</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Right sidebar</a>
<a href="#no" class="pl-20px h6 font-weight-light text-light text-left">Left sidebar</a>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Contact</a>
<ul class="option-list pl-3">
<a href="#no" class="h6 font-weight-light text-light text-left">Contact 1</a>
<a href="#no" class="h6 font-weight-light text-light text-left">Contact 2</a>
</ul>
</div>
<div class="option-box text-left">
<a href="#no" class="h4 font-weight-light text-light mb-3">Book now</a>
</div>
</div>
</div>
</div>
<!-- navigation option 1200px -> -->
<div class="navigation-option container-fluid d-none d-xl-flex align-items-center">
<div class="container position-relative">
<a href="#no" class="float-left">
<img src="./image/image_hotel_booking.png" class="image-hotel-booking">
</a>
<ul class="menu d-flex m-0 align-bottom float-right">
<li class="menu-item menu-item-1 menu-item-active">
<a href="#no">Home</a>
<ul class="hidden-menu hidden-menu-home pl-0">
<a class="page-link border-bottom" href="#">Home 1</a>
<a class="page-link border-bottom" href="#">Home 2</a>
<a class="page-link border-bottom" href="#">Home 3</a>
<a class="page-link border-bottom" href="#">Home 4</a>
<a class="page-link border-bottom" href="#">Home 5</a>
<a class="page-link border-bottom" href="#">Home 6</a>
<a class="new-badge page-link border-bottom" href="#">Home 7</a>
<a class="demo-badge page-link border-bottom" href="#">Multilingual</a>
</ul>
</li>
<li class="menu-item menu-item-2">
<a href="#no">Rooms</a>
<ul class="hidden-menu hidden-menu-rooms pl-0">
<a class="page-link border-bottom" href="#">Room Gallery</a>
<a class="page-link border-bottom" href="#">Room Video</a>
<a class="page-link border-bottom" href="#">Room Default</a>
<a class="page-link border-bottom" href="#">Single Branch</a>
</ul>
</li>
<li class="menu-item menu-item-3">
<a href="#no">About us</a>
</li>
<li class="menu-item menu-item-4">
<a href="#no">Pages</a>
<ul class="hidden-menu hidden-menu-pages pl-0">
<a class="page-link border-bottom" href="#">Around Us</a>
<a class="page-link border-bottom" href="#">Terms & Conditions</a>
<a class="page-link border-bottom" href="#">Services</a>
<div class="page-link-contact border-bottom">
<a href="#no" class="page-link add-right-arrow">Contact</a>
<div class="hidden-menu hidden-menu-contact">
<a class="page-link border-bottom" href="#">Contact 1</a>
<a class="page-link border-bottom" href="#">Contact 2</a>
</div>
</div>
<a class="page-link border-bottom" href="#">Comming Soon</a>
<a class="page-link border-bottom" href="#">Restaurant</a>
<div class="page-link-about border-bottom">
<a href="#no" class="page-link add-right-arrow">About Us</a>
<div class="hidden-menu hidden-menu-about">
<a class="page-link border-bottom" href="#">About Us 1</a>
<a class="page-link border-bottom" href="#">About Us 2</a>
</div>
</div>
<a class="page-link border-bottom" href="#">Promotions</a>
<a class="page-link border-bottom" href="#">Testimonials</a>
<a class="page-link border-bottom" href="#">Gallery</a>
</ul>
</li>
<li class="menu-item menu-item-5">
<a href="#no">News</a>
<ul class="hidden-menu hidden-menu-news pl-0">
<div class="page-link-archieve border-bottom">
<a href="#no" class="page-link add-right-arrow">Archieve</a>
<div class="hidden-menu hidden-menu-archieve">
<a class="page-link border-bottom" href="#">Full With</a>
<a class="page-link border-bottom" href="#">Right Sidebar</a>
<a class="page-link border-bottom" href="#">Left Sidebar</a>
</div>
</div>
<div class="page-link-single-post border-bottom">
<a href="#no" class="page-link add-right-arrow">Single Post</a>
<div class="hidden-menu hidden-menu-single-post">
<a class="page-link border-bottom" href="#">Right Sidebar</a>
<a class="page-link border-bottom" href="#">Left Sidebar</a>
<a class="page-link border-bottom" href="#">Full With</a>
</div>
</div>
</ul>
</li>
<li class="menu-item menu-item-6">
<a href="#no">Contact</a>
<ul class="hidden-menu hidden-menu-main-contact pl-0">
<a class="page-link border-bottom" href="#">Contact 1</a>
<a class="page-link border-bottom" href="#">Contact 2</a>
</ul>
</li>
<li class="menu-item menu-item-7 mr-0">
<button type="button" class="btn btn-light rounded-0 btn-book">BOOK NOW</button>
</li>
</ul>
</div>
</div>
<!-- main silde -->
<div class="main-slide container-fluid p-0 position-relative">
<img src="./image/image_parallax_4.jpg" class="main-picture show" id="parallax4">
<img src="./image/image_parallax_5.jpg" class="main-picture" id="parallax5">
<div class="bg-overlay"></div>
<p class="small-title" id="small_title">luxury hotel & best resort</p>
<div class="small-underline" id="small_underline"></div>
<p class="big-title" id="big_title">enjoy a luxury experience</p>
<a href="#no" class="suites-box" id="suites_box">room e suites</a>
<div class="btn-change-picture d-flex">
<div class="parallax-4 mr-4" onmouseover="parallax4();"></div>
<div class="parallax-5" onmouseover="parallax5();"></div>
</div>
</div>
<!-- booking section -->
<div class="booking-section container position-relative d-flex">
<div class="booking-info-box d-md-flex">
<div class="check-box">
<a href="#no" class="font-13px text-black-50">CHECK-IN</a>
<div class="check-display d-flex">
<div class="check-change-btn">
<img src="./image/icon_down.svg" class="square-12px icon-up" onclick="increaseDate('check-in-date','check-in-month')">
<div style="height:10px;"></div>
<img src="./image/icon_down.svg" class="square-12px" onclick="decreaseDate('check-in-date','check-in-month')">
</div>
<span class="check-date mr-2 p-0" id="check-in-date">02</span>
<div class="check-month-box">
<img src="./image/icon_down.svg" class="square-12px icon-up" onclick="increaseMonth('check-in-date','check-in-month');">
<div style="height:2px;"></div>
<p class="check-month" id="check-in-month">Jun</p>
</div>
</div>
</div>
<div class="check-box">
<a href="#no" class="font-13px text-black-50">CHECK-OUT</a>
<div class="check-display d-flex">
<div class="check-change-btn">
<img src="./image/icon_down.svg" class="square-12px icon-up" onclick="increaseDate('check-out-date','check-out-month')">
<div style="height:10px;"></div>
<img src="./image/icon_down.svg" class="square-12px" onclick="decreaseDate('check-out-date','check-out-month')">
</div>
<span class="check-date mr-2 p-0" id="check-out-date">03</span>
<div class="check-month-box">
<img src="./image/icon_down.svg" class="square-12px icon-up" onclick="increaseMonth('check-out-date','check-out-month');">
<div style="height:2px;"></div>
<p class="check-month" id="check-out-month">Jun</p>
</div>
</div>
</div>
<div class="check-box">
<a href="#no" class="font-13px text-black-50">GUESTS</a>
<div class="check-display d-flex">
<span class="check-date mr-3 p-0" id="number_guests">1</span>
<div class="check-change-btn">
<img src="./image/icon_down.svg" class="square-12px icon-up" onclick="increaseGuest()">
<div style="height:10px;"></div>
<img src="./image/icon_down.svg" class="square-12px" onclick="decreaseGuest()">
</div>
</div>
</div>
<div class="check-ava-box">
<a href="#no" class="text-light" onclick="checkAvai();">
<p class="check-ava-content">CHECK AVAILABILITY</p>
</a>
</div>
</div>
</div>
<!-- introduction resort -->
<div class="intro-resort container">
<div class="intro-resort-content-box">
<p class="hotel-bayview m-0">HOTEL BAYVIEW</p>
<p class="intro-resort-title m-0">Relax in our Resort</p>
<p class="intro-resort-content m-0">Vivamus volutpat eros pulvinar velit laoreet, sit amet egestas erat dignissim. Sed quis rutrum tellus, sit amet viverra felis. Cras sagittis sem sit amet urna feugiat rutrum. Nam nulla ipsum, venenatis malesuada felis.</p>
<div class="button-about-us m-0"><a href="#no">ABOUT US</a></div>
</div>
<div class="intro-resort-image">
<img src="./image/image_resort.jpg" class="image-resort">
</div>
</div>
<!-- introduction hotels -->
<!-- reuse 'intro-resort' -->
<div class="intro-hotel-container container intro-resort">
<div class="intro-hotel-box">
<!-- reuse 'hotel-bayview' -->
<p class="hotel-bayview m-0 text-center">LUXURY HOTEL</p>
<div class="blank-border"></div>
<p class="best-rooms">BEST ROOMS</p>
<div class="intro-hotel-main-box">
<div class="intro-hotel intro-hotel-1">
<div class="intro-hotel-image-box mb-0 position-relative">
<img src="./image/image_hotel_1.jpg" class="image-hotel image-hotel-1">
<div class="intro-hotel-1-overlay"></div>
<div class="intro-hotel-star">
<span>HOTEL ROME</span>
<img src="./image/icon_star_full_white.svg" class="icon-star">
<img src="./image/icon_star_full_white.svg" class="icon-star">
<img src="./image/icon_star_full_white.svg" class="icon-star">
</div>
</div>
<div class="intro-hotel-content-box">
<h1 class="intro-hotel-1-title">Small Room</h1>
<div class="intro-hotel-room-info">
<img src="./image/icon_user.svg" class="icon_user">
<span>1 GUEST</span>
<img src="./image/icon_plan.svg" class="icon_plan">
<span>15 Ft²</span>
<p class="mt-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel molestie nisl. Duis ac mi leo.</p>
<div class="booking-button">
<a href="#no">BOOKING FROM 30 $</a>
</div>
</div>
</div>
</div>
<div class="intro-hotel intro-hotel-others">
<!-- hotel 2 and 3 box -->
<div class="intro-hotel-2-3-box">
<a href="#no">
<!-- hotel-2 -->
<div class="intro-hotel-image-box position-relative">
<img src="./image/image_hotel_2.jpg" class="image-hotel image-hotel-1">
<div class="intro-hotel-1-overlay"></div>
<div class="intro-hotel-star">
<span>HOTEL ROME</span>
<span class="price-box">FROM 30 $</span>
</div>
</div>
</a>
<!-- hotel-3 -->
<a href="#no">
<div class="intro-hotel-image-box position-relative">
<img src="./image/image_hotel_3.jpg" class="image-hotel image-hotel-1">
<div class="intro-hotel-1-overlay"></div>
<div class="intro-hotel-star">
<span>HOTEL ROME</span>
<span class="price-box">FROM 25 $</span>
</div>
</div>
</a>
</div>
<!-- hotel 4 andd 5 box -->
<div class="intro-hotel-4-5-box">
<a href="#no">
<!-- hotel-4 -->
<div class="intro-hotel-image-box position-relative">
<img src="./image/image_hotel_4.jpg" class="image-hotel image-hotel-1">
<div class="intro-hotel-1-overlay"></div>
<div class="intro-hotel-star">
<span>HOTEL ROME</span>
<span class="price-box">FROM 100 $</span>
</div>
</div>
</a>
<!-- hotel-5 -->
<a href="#no">
<div class="intro-hotel-image-box position-relative">
<img src="./image/image_hotel_5.jpg" class="image-hotel image-hotel-1">
<div class="intro-hotel-1-overlay"></div>
<div class="intro-hotel-star">
<span>HOTEL ROME</span>
<span class="price-box">FROM 80 $</span>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- discovery component in larger 1200px screen -->
<div class="discovery container-fluid d-none d-xl-flex p-0 position-relative">
<img src="./image/image_discovery.png" class="image-discovery">
<div class="discovery-content">
<p class="luxury-hotel-resort">LUXURY HOTEL & BEST RESORT</p>
<p class="discovery-content-title discover-out-title">Discover our</p>
<p class="discovery-content-title locations-title">Locations</p>
<div style="height: 50px;"></div>
<div class="discovery-content-words d-flex flex-row ">
<p class="mr-3">Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis. Blandit vel sapien vitae, condimentum ultricies magna et orci ut et lobortis, Phasellus enim</p>
<p class="ml-3">
Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis. Blandit vel sapien vitae, condimentum ultricies magna et orci ut et lobortis, Phasellus enim
</p>
</div>
<div style="height: 50px;"></div>
<!-- reuse booking-button -->
<div class="booking-button check-all-button">
<a href="#no">CHECK ALL PACKAGES</a>
</div>
</div>
</div>
<!-- discovery component in smaller 1200px screen -->
<div class="discovery container-fluid p-0 d-block d-xl-none">
<div class="discovery-content">
<p class="luxury-hotel-resort">LUXURY HOTEL & BEST RESORT</p>
<p class="discovery-content-title discover-out-title">Discover our</p>
<p class="discovery-content-title locations-title">Locations</p>
<div style="height: 50px;"></div>
<div class="discovery-content-words d-flex ">
<p class="">Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis. Blandit vel sapien vitae, condimentum ultricies magna et orci ut et lobortis, Phasellus enim</p>
<p class="">
Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis. Blandit vel sapien vitae, condimentum ultricies magna et orci ut et lobortis, Phasellus enim
</p>
</div>
<div style="height: 50px;"></div>
<!-- reuse booking-button -->
<div class="booking-button check-all-button">
<a href="#no">CHECK ALL PACKAGES</a>
</div>
</div>
</div>
</body>
<!-- option-nav 0 -> 1200px -->
<script src="./js/option_nav.js"></script>
<!-- main silde -->
<script src="./js/main_slide.js">
</script>
<!-- booking-section -->
<script src="./js/booking_section.js"></script>
</html>