-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
740 lines (707 loc) · 35.6 KB
/
Copy pathindex.html
File metadata and controls
740 lines (707 loc) · 35.6 KB
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
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!DOCTYPE html>
<html>
<head>
<title>Best Tour Plan</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Stephen Akinola">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<link rel="icon" href="img/favicon.png" sizes="32x32">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!--CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<div class="top-header">
<div class="container">
<div class="row justify-content-between align-items-center h-100 m-0 p-0 graytxt">
<div class="col-12 col-lg-4 text-center text-lg-left">
<p class="small"><strong>Questions? Need Help?</strong> Call us on (+123) 456 1500</p>
</div>
<div class="col-12 col-lg-4 row justify-content-between mt-3 mx-0 m-lg-0 p-0">
<div class="col-6 pl-0">
<p class="small"><span class="mr-2"><img src="img/gift.svg"></span> BTP Gift Card</p>
</div>
<div class="col-6 pr-0 text-right">
<p class="small"><span class="mr-2"><img src="img/star.svg"></span> Loyalty Program</p>
</div>
</div>
</div>
</div>
</div>
<div class="secondary-header">
<div class="container">
<div class="row justify-content-between align-items-center h-100 m-0 p-0">
<div class="col-12 col-lg-3 text-center text-lg-left mb-4 mb-lg-0">
<a href="#" class="brand-logo">
<img src="img/straight-logo.png">
<!-- BEST <span class="redtxt">TOUR</span> PLAN -->
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4 mb-md-0 horizon-form">
<form>
<div class="form-row align-items-center">
<div class="col-10 p-0">
<input type="text" class="form-control border-0" id="inlineFormInput" placeholder="Search Location">
</div>
<div class="col-2 p-0">
<button type="submit" class="btn w-100"><i class="fas fa-search"></i></button>
</div>
</div>
</form>
</div>
<div class="col-12 col-md-6 col-lg-4 row justify-content-end align-items-center m-0 mb-4 mb-md-0 p-0">
<div class="col-4">
<a href="#" class="position-relative">
<img src="img/cart.svg">
<span class="cart-content position-absolute">2</span>
</a>
</div>
<div class="col-6 p-0">
<div class="dropdown">
<a class="dropdown-toggle graytxt" href="#" role="button" id="dropdownMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="img/user-img.png" class="img-fluid mr-3">
Nathan
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="primary-header">
<div class="container">
<div class="toggle-menu">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
<ul class="primary-menu row justify-content-between align-items-center h-100 p-0 m-0">
<li class="menu-item"><a href="#">All Deals</a></li>
<li class="menu-item"><a href="#">Hotels</a></li>
<li class="menu-item"><a href="#">Activities</a></li>
<li class="menu-item"><a href="#">Hotel Day Packages</a></li>
<li class="menu-item"><a href="#">Restaurants</a></li>
<li class="menu-item"><a href="#">Events</a></li>
<li class="menu-item"><a href="#">Rodrigues</a></li>
</ul>
</div>
</div>
</header>
<main>
<section>
<div class="container">
<div class="row m-0 p-0">
<div class="col-12 col-12 mt-3 mb-5 pl-0">
<p class="small">Home / Flash Offers / Grand Hilton Hotel</p>
</div>
<div class="hotel-head col-12 row justify-items-center align-items-center m-0 p-0">
<div class="col-8 m-0 pl-0">
<div class="row justify-content-start align-items-center m-0 my-2 p-0">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
</div>
<h2 class="graytxt text-uppercase">GRAND HILTON HOTEL <span class="red-badge small text-capitalize">Flash Offer</span></h2>
<p class="mb-4">Half-Board/ All Inclusive + Complimentary Activities + Child Stays Free</p>
</div>
<div class="col-4 m-0 pr-0">
<div class="red-badge float-right text-right">
<span class="smaller whitetxt">User Rattings</span><br>
<span class="h4 whitetxt">4.5/5</span>
</div>
</div>
</div>
<div class="col-12 col-lg-8 row m-0 px-xs-0 pl-lg-0">
<div id="Grandcarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/grand-img.png" class="img-fluid with-hover d-block h-100" alt="First slide">
</div>
<div class="carousel-item">
<img src="img/grand-img.png" class="img-fluid with-hover d-block h-100" alt="Second slide">
</div>
<div class="carousel-item">
<img src="img/grand-img.png" class="img-fluid with-hover d-block h-100" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#Grandcarousel" 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="#Grandcarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-12 col-lg-4 m-0 px-xs-0 pr-lg-0 ">
<div class="blue-box col-12">
<div class="row m-0 p-0">
<div class="col-6 pl-0">
<p class="small whitetxt">price starts as</p>
<h2 class="nun-price whitetxt mb-0">$ 8,500</h2>
<p class="small whitetxt mb-3">per room / night</p>
<h3 class="whitetxt">Quick Booking</h3>
</div>
<div class="col-6 pr-0">
<p class="small whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="small whitetxt mb-4"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
<h3 class="whitetxt"><span class="det-icon"><img src="img/phone-call.svg" class="mr-1 whitetxt"></span> 12100</h3>
</div>
<div class="col-12 p-0">
<a href="#" class="big button btn w-100 mt-2">View Other Options</a>
</div>
</div>
</div>
<div class="col-12 mt-3">
<iframe src="" class="w-100"></iframe>
</div>
</div>
</div>
<div class="row my-5 mx-0 p-0">
<ul class="nav col-8 col-md-12 row justify-content-between mx-auto mx-md-0 p-0 nav-pills mb-5" id="pills-tab" role="tablist">
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link active" id="summary-tab" data-toggle="pill" href="#tab-summary" role="tab" aria-controls="tab-summary" aria-selected="true">Package Summary</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="information-tab" data-toggle="pill" href="#tab-information" role="tab" aria-controls="tab-information" aria-selected="false">Hotel Information</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="rooms-tab" data-toggle="pill" href="#tab-rooms" role="tab" aria-controls="tab-rooms" aria-selected="false">Rooms</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="activities-tab" data-toggle="pill" href="#tab-activities" role="tab" aria-controls="tab-activities" aria-selected="false">Facilities & Activities</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="dining-tab" data-toggle="pill" href="#tab-dining" role="tab" aria-controls="tab-dining" aria-selected="false">Dining & Entertainment</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="review-tab" data-toggle="pill" href="#tab-review" role="tab" aria-controls="tab-review" aria-selected="false">Reviews</a>
</li>
<li class="nav-item text-center text-md-left" role="presentation">
<a class="nav-link" id="questions-tab" data-toggle="pill" href="#tab-questions" role="tab" aria-controls="tab-questions" aria-selected="false">Questions & Answers</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="tab-summary" role="tabpanel" aria-labelledby="summary-tab">
<h2 class="graytxt text-uppercase mb-3">Package Summery</h2>
<div class="row m-0 p-0">
<div class="col-12 col-md-6 pl-md-0 mb-4">
<div class="detail-box h-100">
<h4 class="whitetxt">Package Highlights</h4>
<div class="box-content row m-0 p-3">
<ul class="det-list col-6 pl-0">
<li>Half Board/ All Inclusive</li>
<li>Child Under 11 Years Stay Free</li>
<li>LUX* Me Spa</li>
</ul>
<ul class="det-list col-6 pl-0">
<li>Luxurious 5-Star Hotel</li>
<li>Banyan An Adult Only Zone</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-md-6 pr-0 mb-4">
<div class="detail-box h-100">
<h4 class="whitetxt">Offer Details</h4>
<div class="box-content row m-0 p-3">
<ul class="det-list col-6 pl-0">
<li>Benefit from a special discounted CHILL’OUT OFFER at Grand Hilton Hotel. </li>
</ul>
<ul class="det-list col-6 pl-0">
<li class="time-icon">10th March - 30th April 2020</li>
</ul>
<p class="small graytxt">* Valid until 30 April 2020</p>
</div>
</div>
</div>
<div class="col-12 p-0">
<div class="detail-box">
<h4 class="whitetxt">Package Summery Details</h4>
<div class="box-content row m-0 p-3">
<div class="col-12 col-md-4 pl-md-0 mb-3 mb-md-0">
<h5 class="redtxt mb-3">Purchase Inclusions</h5>
<ul class="det-list pl-0">
<li>Room as per selection </li>
<li>Half Board or All Inclusive Meal Plan</li>
<li>Complimentary Land & Water activities</li>
<li>Child Under 11 years old stays free </li>
<li>Free Wi-Fi</li>
<li>Free Secure Parking </li>
</ul>
</div>
<div class="col-12 col-md-4 pl-md-0 mb-3 mb-md-0">
<h5 class="redtxt mb-3">Complimentary Land Based Activities</h5>
<ul class="det-list pl-0">
<li>Gym</li>
<li>Beach Volley </li>
<li>Table tennis</li>
<li>Soccer balls</li>
<li>Yoga</li>
<li>Unlimited access to driving range</li>
</ul>
</div>
<div class="col-12 col-md-4 pl-md-0 mb-0 mb-md-0">
<h5 class="redtxt mb-3">Complimentary Water Based Activities</h5>
<ul class="det-list pl-0">
<li>Water skiing</li>
<li>Windsurfing</li>
<li>Pedal boats</li>
<li>Kayaking</li>
<li>Aqua Gym</li>
<li>Glass bottom boat trips</li>
</ul>
</div>
<div class="divider col-12 mt-2 mb-4"></div>
<div class="col-12 col-md-4 pl-md-0 mb-3 mb-md-0">
<h5 class="redtxt mb-3">Meal Plan Available</h5>
<ul class="det-list pl-0">
<li>Half Board</li>
<li>All Inclusive</li>
</ul>
</div>
<div class="col-12 col-md-4 pl-md-0 mb-3 mb-md-0">
<h5 class="redtxt mb-3">Entertainment</h5>
<ul class="det-list pl-0">
<li>Live music</li>
<li>DJ & Mauritian Dance Show</li>
</ul>
</div>
<div class="col-12 col-md-4 pl-md-0 mb-3 mb-md-0">
<h5 class="redtxt mb-3">Check In & Check Out</h5>
<ul class="det-list pl-0">
<li>Check In Time 14:00</li>
<li>Check Out Time 11:00</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="tab-information" role="tabpanel" aria-labelledby="information-tab">
<h1>Information</h1>
</div>
<div class="tab-pane fade" id="tab-rooms" role="tabpanel" aria-labelledby="rooms-tab">
<h1>Rooms</h1>
</div>
<div class="tab-pane fade" id="tab-activities" role="tabpanel" aria-labelledby="activities-tab">
<h1>Activities</h1>
</div>
<div class="tab-pane fade" id="tab-dining" role="tabpanel" aria-labelledby="dining-tab">
<h1>Entertainment</h1>
</div>
<div class="tab-pane fade" id="tab-review" role="tabpanel" aria-labelledby="review-tab">
<h1>Reviews</h1>
</div>
<div class="tab-pane fade" id="tab-questions" role="tabpanel" aria-labelledby="questions-tab">
<h1>Questions</h1>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="sect-head w-100 pb-5 text-center">
<h1 class="graytxt text-uppercase">Other Packages</h1>
</div>
<div class="row m-0 p-0 packges">
<div class="col-12 col-lg-8 pl-lg-0 mb-4">
<div class="card h-100">
<div class="row no-gutters h-100">
<div class="col-12 col-md-6 bigcard-img">
<img src="img/hotel-blue.png" class="card-img h-100" alt="Hotel Blue">
<div class="red-badge position-absolute">Flash Offer</div>
</div>
<div class="col-12 col-md-6">
<div class="card-body row m-0 p-4 h-100 justify-content-between">
<div class="row justify-content-start align-items-center m-0 my-1 p-0">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
</div>
<h3 class="card-title w-100 whitetxt mb-3">Hotel Blue Haven</h3>
<p class="card-text big whitetxt mb-3">Aute quis duis excepteur excepteur ipsum cat eiusmod consectetur enim laborum magna llit. Ipsum est fugiat velit ea llamco do esse ut in veniam sun in onsequat. Aute quis duis epteur excepteur ipsum occaecat eiusmod nsectetur enim laborum magna mollit. Ipsum est fugiat velit ea ullamco do</p>
<div class="col-12 pl-0 my-5">
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/map-pin.svg" class="mr-1 whitetxt"></span> 1749 Wheeler Ridge Delaware</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
</div>
<div class="row w-100 m-0 p-0 align-items-end">
<div class="col-6 p-0">
<h4 class="slash-price whitetxt">$ 10,500</h4>
<h2 class="nun-price whitetxt mb-0">$ 8,500</h2>
</div>
<div class="col-6 p-0">
<a href="#" class="button btn float-right">Book Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="img/lux-belle.png" class="card-img-top" alt="LUX* Belle">
<div class="red-badge position-absolute">Flash Offer</div>
<div class="card-body row m-0 p-4 h-50 justify-content-between">
<h3 class="card-title whitetxt mb-3">LUX* Belle Mare</h3>
<div class="col-12 pl-0 my-4">
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/map-pin.svg" class="mr-1 whitetxt"></span> 1749 Wheeler Ridge Delaware</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
</div>
<div class="row w-100 m-0 p-0 align-items-end">
<div class="col-6 p-0">
<h4 class="slash-price whitetxt">$ 8,500</h4>
<h2 class="nun-price whitetxt mb-0">$ 3,000</h2>
</div>
<div class="col-6 p-0">
<a href="#" class="button btn float-right">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="ccol-12 col-md-6 col-lg-4 pl-lg-0 mb-4">
<div class="card h-100">
<img src="img/white-palace.png" class="card-img-top" alt="White Palace">
<div class="red-badge position-absolute">Flash Offer</div>
<div class="card-body row m-0 p-4 h-50 justify-content-between">
<h3 class="card-title whitetxt mb-3">White Palace</h3>
<div class="col-12 pl-0 my-4">
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/map-pin.svg" class="mr-1 whitetxt"></span> 1749 Wheeler Ridge Delaware</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
</div>
<div class="row w-100 m-0 p-0 align-items-end">
<div class="col-6 p-0">
<h4 class="slash-price whitetxt">$ 10,500</h4>
<h2 class="nun-price whitetxt mb-0">$ 9,500</h2>
</div>
<div class="col-6 p-0">
<a href="#" class="button btn float-right">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="img/luxury-place.png" class="card-img-top" alt="Luxury Place">
<div class="red-badge position-absolute">Flash Offer</div>
<div class="card-body row m-0 p-4 h-50 justify-content-between">
<h3 class="card-title whitetxt mb-3">Luxury Place</h3>
<div class="col-12 pl-0 my-4">
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/map-pin.svg" class="mr-1 whitetxt"></span> 1749 Wheeler Ridge Delaware</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
</div>
<div class="row w-100 m-0 p-0 align-items-end">
<div class="col-6 p-0">
<h4 class="slash-price whitetxt">$ 4,500</h4>
<h2 class="nun-price whitetxt mb-0">$ 2,500</h2>
</div>
<div class="col-6 p-0">
<a href="#" class="button btn float-right">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 pr-lg-0">
<div class="card h-100">
<img src="img/hotel-5.png" class="card-img-top" alt="Hotel Five Star">
<div class="red-badge position-absolute">Flash Offer</div>
<div class="card-body row m-0 p-4 h-50 justify-content-between">
<h3 class="card-title whitetxt mb-3">Hotel Five Star</h3>
<div class="col-12 pl-0 my-4">
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/map-pin.svg" class="mr-1 whitetxt"></span> 1749 Wheeler Ridge Delaware</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/user.svg" class="mr-1 whitetxt"></span> 2 x Guests</p>
<p class="whitetxt mb-2"><span class="det-icon"><img src="img/home.svg" class="mr-1 whitetxt"></span> 1 x Room</p>
</div>
<div class="row w-100 m-0 p-0 align-items-end">
<div class="col-6 p-0">
<h4 class="slash-price whitetxt">$ 6,500</h4>
<h2 class="nun-price whitetxt mb-0">$ 3,500</h2>
</div>
<div class="col-6 p-0">
<a href="#" class="button btn float-right">Book Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="sect-head w-100 pb-5 text-center">
<h1 class="graytxt text-uppercase">What people thinks about us</h1>
</div>
<div class="row m-0 p-0">
<div class="testimonial-slide">
<div id="testimonialCarousel" class="carousel slide pointer-event" data-ride="carousel">
<div class="carousel-inner col-10 col-lg-8 mx-auto">
<div class="carousel-item w-100 active">
<div class="row justify-content-between m-0 p-0">
<div class="overlap-text text-center col-12 px-0 mb-3">
<img src="img/test-person.png" class="img-fluid">
<h6 class="redtxt">Megan Fox</h6>
<p class="small">Stayed 18 Nov, 2019</p>
<div class="row justify-content-center align-items-center m-0 my-1 p-0">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
</div>
</div>
<div class="overlap-back col-12">
<p class="graytxt"> It was very nice hotel with cleanliness. Staff behavior was good and polite. They welcome us very well. Issue was only that Lift was not in working and we were allotted to 3rd floor and amenities articles were in corner of gallery which were giving bad feeling. Breakfast was good and support of the staff was also very nice. Location is not good as per atmosphere, it is very nearby most of the popular places but self location in a narrow street is not good. Overall it was a good experience and could recommend.</p>
</div>
</div>
</div>
<div class="carousel-item w-100 active">
<div class="row justify-content-between m-0 p-0">
<div class="overlap-text text-center col-12 px-0 mb-3">
<img src="img/test-person.png" class="img-fluid">
<h6 class="redtxt">Megan Fox</h6>
<p class="small">Stayed 18 Nov, 2019</p>
<div class="row justify-content-center align-items-center m-0 my-1 p-0">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
</div>
</div>
<div class="overlap-back col-12">
<p class="graytxt"> It was very nice hotel with cleanliness. Staff behavior was good and polite. They welcome us very well. Issue was only that Lift was not in working and we were allotted to 3rd floor and amenities articles were in corner of gallery which were giving bad feeling. Breakfast was good and support of the staff was also very nice. Location is not good as per atmosphere, it is very nearby most of the popular places but self location in a narrow street is not good. Overall it was a good experience and could recommend.</p>
</div>
</div>
</div>
<div class="carousel-item w-100 active">
<div class="row justify-content-between m-0 p-0">
<div class="overlap-text text-center col-12 px-0 mb-3">
<img src="img/test-person.png" class="img-fluid">
<h6 class="redtxt">Megan Fox</h6>
<p class="small">Stayed 18 Nov, 2019</p>
<div class="row justify-content-center align-items-center m-0 my-1 p-0">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
<img src="img/review-star.svg" class="mr-1 img-fluid">
</div>
</div>
<div class="overlap-back col-12">
<p class="graytxt"> It was very nice hotel with cleanliness. Staff behavior was good and polite. They welcome us very well. Issue was only that Lift was not in working and we were allotted to 3rd floor and amenities articles were in corner of gallery which were giving bad feeling. Breakfast was good and support of the staff was also very nice. Location is not good as per atmosphere, it is very nearby most of the popular places but self location in a narrow street is not good. Overall it was a good experience and could recommend.</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#testimonialCarousel" 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="#testimonialCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="news-back">
<div class="container">
<div class="w-75 mx-auto row align-items-center m-0 p-0">
<div class="col-12 col-lg-6 text-center text-lg-left ">
<h2 class="whitetxt">subscribe to our</h2>
<h1 class="text-uppercase whitetxt">Newsletter</h1>
</div>
<div class="col-12 col-lg-6 horizon-form">
<form>
<div class="form-row align-items-center">
<div class="col-10 p-0">
<input type="text" class="form-control border-0" id="inlineFormInput" placeholder="Your email address">
</div>
<div class="col-2 p-0">
<button type="submit" class="btn w-100">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2 class="graytxt text-uppercase">Other Activities</h2>
<div class="row m-0 mt-4 p-0 hover-boxes">
<div class="col-12 col-md-6 col-lg-3 py-2 py-lg-0 pl-lg-0">
<div class="card h-100 text-white">
<img src="img/corner.png" class="card-img h-100" alt="Corner img">
<div class="card-img-overlay row m-0 justify-content-start align-content-end">
<h4 class="card-title w-100 mb-3">The curious corner of chamarel </h4>
<a href="#" class="button btn">Book Now</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2 py-lg-0 pl-lg-0">
<div class="card h-100 text-white">
<img src="img/golf.png" class="card-img h-100" alt="Golfing img">
<div class="card-img-overlay row m-0 justify-content-start align-content-end">
<h4 class="card-title w-100 mb-3">Gymkhana club golf course </h4>
<a href="#" class="button btn">Book Now</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2 py-lg-0 pl-lg-0">
<div class="card h-100 text-white">
<img src="img/hiking.png" class="card-img h-100" alt="Hiking img">
<div class="card-img-overlay row m-0 justify-content-start align-content-end">
<h4 class="card-title w-100 mb-3">Tamarind falls hiking trip - full day</h4>
<a href="#" class="button btn">Book Now</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2 py-lg-0 px-lg-0">
<div class="card h-100 text-white">
<img src="img/discovery.png" class="card-img h-100" alt="Discovery img">
<div class="card-img-overlay row m-0 justify-content-start align-content-end">
<h4 class="card-title w-100 mb-3">The blue marine discovery quest</h4>
<a href="#" class="button btn">Book Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="prefooter row m-0 p-0">
<div class="col-12 col-md-6 col-lg-3 pl-lg-0">
<a href="#" class="brand-logo">
<img src="img/Best-big.png" class="img-fluid">
</a>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h3 class="whitetxt text-uppercase mb-4">ALL CATEGORIES</h3>
<ul class="footer-menu">
<li><a href="#">All Deals</a></li>
<li><a href="#">Hotels</a></li>
<li><a href="#">Activities</a></li>
<li><a href="#">Spa Packages</a></li>
<li><a href="#">Hotel Day Packages</a></li>
<li><a href="#">Restaurants</a></li>
<li><a href="#">Fitness Rodrigues</a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h3 class="whitetxt text-uppercase mb-4">ADDITIONAL INFORMATION</h3>
<ul class="footer-menu mb-3">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">How does it work?</a></li>
<li><a href="#">Frequently Asked Questions</a></li>
<li><a href="#">Deals.mu loyalty program</a></li>
<li><a href="#">Promote your Business on BTP</a></li>
</ul>
<h3 class="whitetxt text-uppercase vertical-middle">Social Network <a href="#" target="_blank" class="social-but ml-1"><img src="img/facebook-circle.svg"></a> <a href="#" target="_blank" class="social-but"><img src="img/youtube-with-circle.svg"></a> <a href="#" target="_blank" class="social-but"><img src="img/circleinstagram.svg"></a></h3>
</div>
<div class="col-12 col-md-6 col-lg-3 pr-lg-0">
<h3 class="whitetxt text-uppercase mb-4">LEGAL INFORMATION</h3>
<ul class="footer-menu">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Cancellation policy</a></li>
</ul>
</div>
</div>
<div class="contact-row row m-0 p-0">
<div class="col-12 col-md-6 pl-0">
<h3 class="whitetxt text-uppercase mb-4">Contact Details</h3>
<p class="big gray2">Feel free to contact us by phone, email or by our contact form </p>
<ul class="footer-icon">
<li class="marker-icon">9748 Blossom Hill Rd undefined Lansing, Idaho 68545 United States</li>
<li class="phone-icon">Tel (business hours) : 269 1500 <br>
Tel (hotline) Monday - Saturday: 52-56-61-38 (08:00 am – 20:00 pm) <br>Tel (hotline) Sunday: 52-56-61-38 (08:00 am – 14:00 pm)</li>
<li class="mail-icon">cherly.lawson@example.com</li>
</ul>
</div>
<div class="col-12 col-md-6 px-0">
<h3 class="whitetxt text-uppercase mb-4">Contact Details</h3>
<form>
<div class="form-row">
<div class="form-group col-6 pr-2">
<input type="text" class="form-control" id="inputFullName" placeholder="Your Full Name*">
</div>
<div class="form-group col-6 pl-2">
<input type="text" class="form-control" id="inputAddress" placeholder="Phone Number">
</div>
<div class="form-group col-12">
<textarea class="form-control" id="ControlTextarea" rows="4" placeholder="Message"></textarea>
</div>
</div>
<div class="form-row align-items-center">
<div class="form-group col-8">
<button type="submit" class="btn button">Send</button>
</div>
<div class="form-group col-4">
<p class="gray3 text-right">* Required Fields</p>
</div>
</div>
</form>
</div>
</div>
<div class="row w-100 justify-content-end align-items-center m-0 p-0">
<ul class="end-menu row m-0 p-0">
<li><a href="#" class="mr-2">Disclaimer</a></li>
<li><a href="#" class="mr-2">Conditions of use</a></li>
<li><a href="#" class="">Cancellation policy</a></li>
</ul>
<img src="img/footer-verify.png" class="img-fluid offset-3">
</div>
</div>
</footer>
<!-- Core JS Files -->
<script type="text/javascript" src="js/jquery-3.4.1.slim.min.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>
<script type="text/javascript">
const toggleButton = document.querySelector('.toggle-menu');
const navMenu = document.querySelector('.primary-header');
const navBar = document.querySelector('.primary-menu');
toggleButton.addEventListener('click', () => {
navMenu.classList.toggle('toggled');
});
toggleButton.addEventListener('click', () => {
navBar.classList.toggle('open');
});
</script>
</body>
</html>