-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroom-details-tiger.php
415 lines (377 loc) · 20.3 KB
/
room-details-tiger.php
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
<?php
include_once 'config.php';
$conn = connectToDatabase();
$prices=getRoomPrices($conn);
$leopardsLairPrice=$prices['leopards_lair'];
$tigerDenPrice=$prices['tiger_den'];
$presidentialSuitePrice=$prices['presidential_suite'];
$countryardSuitePrice=$prices['countryard_suite'];
$deerParkPrice=$prices['deer_park'];
// close db connection
closeDatabaseConnection($conn)
?>
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Deepak Sharma">
<title>Countryard - Tiger Den</title>
<!-- Favicons-->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114"
href="img/apple-touch-icon-114x114-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144"
href="img/apple-touch-icon-144x144-precomposed.webp">
<!-- GOOGLE WEB FONT-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- BASE CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/vendors.min.css" rel="stylesheet">
<!-- YOUR CUSTOM CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div data-loader="circle-side"></div>
</div><!-- /Page Preload -->
<div class="layer"></div><!-- Opacity Mask -->
<?php include_once 'navbar.php'; ?>
<!-- /nav_panel -->
<main>
<div class="hero medium-height jarallax" data-jarallax data-speed="0.2">
<img class="jarallax-img kenburns" src="img/rooms/1350-by-350tiger.webp" alt="">
<div class="wrapper opacity-mask d-flex align-items-center text-center animate_hero"
data-opacity-mask="rgba(0, 0, 0, 0.5)">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<small class="slide-animated one">Exotic Tiger Haven</small>
<h1 class="slide-animated two">Tiger Den </h1>
<p class="slide-animated three">Enter the 'Tiger Den' - Where Luxury Meets Nature.</p>
</div>
</div>
</div>
<div class="mouse_wp slide-animated four">
<a href="#first_section" class="btn_explore">
<div class="mouse"></div>
</a>
</div>
<!-- / mouse -->
</div>
</div>
<!-- /Background Img Parallax -->
<div class="bg_white margin_120_95">
<div class="container-fluid p-lg-0">
<div data-cues="zoomIn">
<div class="owl-carousel owl-theme carousel_item_centered kenburns rounded-img">
<div class="item" style="position: relative; height: 600px; overflow: hidden;">
<div id="videoContainer"
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<video autoplay muted loop>
<source src="video/tiger.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="item">
<img src="img/rooms/Tiger-den1.webp" alt="">
</div>
<div class="item">
<img src="img/rooms/Tiger-den2.webp" alt="">
</div>
<div class="item">
<img src="img/rooms/Tiger-den3.webp" alt="">
</div>
<div class="item">
<img src="img/rooms/Tiger-den4.webp" alt="">
</div>
</div>
</div>
<div class="text-center mt-5">
<a class="btn_1 outline" data-fslightbox="gallery_1" data-type="video"
href="video/tiger.mp4">FullScreen
Gallery</a>
<a data-fslightbox="gallery_1" data-type="image"
href="img/rooms/Tiger-den2.webp"></a>
<a data-fslightbox="gallery_1" data-type="image" href="img/rooms/Tiger-den3.webp"></a>
<a data-fslightbox="gallery_1" data-type="image" href="img/rooms/Tiger-den4.webp"></a>
<a data-fslightbox="gallery_1" data-type="image" href="img/rooms/Tiger-den1.webp"></a>
</div>
</div>
</div>
<!-- /bg_white -->
<div class="bg_white" id="first_section">
<div class="container add_bottom_120">
<div class="row justify-content-between">
<div class="col-lg-6">
<div class="title">
<small>Luxury Experience</small>
<h2>Tiger Den: Blend of Rustic Charm with Modern Elegance</h2>
</div>
<p style="text-align: justify;">Experience the allure of the "Tiger Den" at Countryard Resort.
This unique room boasts a wooden-roofed design that seamlessly blends rustic charm with
modern elegance. Enjoy panoramic views connecting you to nature's beauty, creating a serene
ambiance. Thoughtfully appointed with curated furnishings and en-suite facilities, this
sanctuary offers a harmonious balance of comfort and sophistication</p>
<p style="text-align: justify;">. Indulge in the tranquility of your private haven, where every
moment is enriched by the interplay between design and the breathtaking outdoor vista.
Discover an unparalleled retreat that redefines luxury through its natural allure and
refined accommodations.
</p>
</div>
<div class="col-lg-6" style="padding-left: 80px;">
<div class="room_facilities_list">
<ul data-cues="slideInLeft">
<li><i class="icon-hotel-double_bed_2"></i> King Size Bed</li>
<li><i class="icon-hotel-patio"></i>Private seat out area </li>
<li><i class="icon-hotel-tv"></i> 55 Inch TV</li>
<li><i class="icon-hotel-disable"></i> Wheelchair Access</li>
<li><i class="icon-hotel-dog"></i> Pet Allowed</li>
<li><i class="icon-hotel-wifi"></i> Wifi</li>
<li><i class="icon-hotel-hairdryer"></i> Hair Dryer</li>
<li><i class="icon-hotel-condition"></i> Air Condition</li>
<li><i><img src="img\svg_icons\mini-fridge.svg" style="height: 34px; width: 34px; "alt=""></i> Mini Freeze</li>
</ul>
</div>
</div>
<div style="justify-content: center; margin-top: 40px; text-align: center;">
<h6><?php echo 'From ₹ '.$tigerDenPrice.'/night'; ?></h6>
</div>
<div style="justify-content: center; text-align: center;">
<a href="https://hotels.eglobe-solutions.com/hotelcountryard/booking/detail"
class="btn_1 btn_scrollto">Book Now</a>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /bg_white -->
<div class="container margin_120_95" id="reviews">
<div class="row justify-content-between">
<div class="col-lg-4 order-lg-2 fixed_title reviews_sum_details">
<div class="title">
<small>Countryard </small>
<h2>Reviews</h2>
</div>
<p>Immerse your senses in the essence of Corbett National Park, where nature is at its peak. The
symphony of birdsong and the soothing rustle of winds and water create a serene ambiance that
envelops you in tranquility</p>
<h6>Comfort</h6>
<div class="row mb-2">
<div class="col-xl-10 col-lg-9 col-10">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-2"><strong>9.0</strong></div>
</div>
<!-- /row -->
<h6>Facilities</h6>
<div class="row mb-2">
<div class="col-xl-10 col-lg-9 col-10">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-2"><strong>9.5</strong></div>
</div>
<!-- /row -->
<h6>Location</h6>
<div class="row mb-2">
<div class="col-xl-10 col-lg-9 col-10">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-2"><strong>8.0</strong></div>
</div>
<!-- /row -->
<h6>Price</h6>
<div class="row mb-2">
<div class="col-xl-10 col-lg-9 col-10">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-2"><strong>8.0</strong></div>
</div>
<!-- /row -->
</div>
<div class="col-lg-7 order-lg-1">
<div class="review_card">
<div class="row">
<div class="col-md-2 user_info">
<figure><img src="img/client1.webp" alt=""></figure>
<h5>Shivani</h5>
</div>
<div class="col-md-10 review_content">
<div class="clearfix mb-3">
<span class="rating">8.5<small>/10</small> <strong>Rating average</strong></span>
<em>Published 54 minutes ago</em>
</div>
<h4>"Great Location!!"</h4>
<p>The 'Tiger Den' room was a sanctuary of refinement and authenticity. The surroundings
and the room's aesthetics blended seamlessly, and the level of service enhanced the
experience. A truly exceptional choice for a getaway.</p>
</div>
</div>
<!-- /row -->
</div>
<!-- /review_card -->
<div class="review_card">
<div class="row">
<div class="col-md-2 user_info">
<figure><img src="img/client2.webp" alt=""></figure>
<h5>Parth</h5>
</div>
<div class="col-md-10 review_content">
<div class="clearfix mb-3">
<span class="rating">8.5<small>/10</small> <strong>Rating average</strong></span>
<em>Published 2 Aug. 2023</em>
</div>
<h4>"Awesome Experience"</h4>
<p>I was enthralled by the 'Tiger Den' room's ambiance and attention to detail. It was a
harmonious fusion of luxurious living and the untamed beauty of nature. An
exceptional escape that I would highly recommend.</p>
</div>
</div>
<!-- /row -->
</div>
<!-- /review_card -->
<div class="review_card">
<div class="row">
<div class="col-md-2 user_info">
<figure><img src="img/client3.webp" alt=""></figure>
<h5>Shekhar</h5>
</div>
<div class="col-md-10 review_content">
<div class="clearfix mb-3">
<span class="rating">9.0<small>/10</small> <strong>Rating average</strong></span>
<em>Published 31 Aug. 2023</em>
</div>
<h4>"Really great dinner!!"</h4>
<p>Choosing the 'Tiger Den' room was an adventure in itself. The combination of lavish
comfort and the captivating ambiance truly made it a remarkable stay. An ideal
escape for nature enthusiasts and luxury seekers alike.</p>
</div>
</div>
<!-- /row -->
<!-- <div class="row reply">
<div class="col-md-2 user_info">
<figure><img src="img/avatar.jpg" alt=""></figure>
</div>
<div class="col-md-10">
<div class="review_content">
<strong>Reply from Admin</strong>
<em>Published 3 minutes ago</em>
<p><br>Hi Monika,<br><br>Eos tollit ancillae ea, lorem consulatu qui ne, eu eros eirmod scaevola sea. Et nec tantas accusamus salutatus, sit commodo veritus te, erat legere fabulas has ut. Rebum laudem cum ea, ius essent fuisset ut. Viderer petentium cu his. Tollit molestie suscipiantur his et.<br><br>Thanks</p>
</div>
</div>
</div> -->
<!-- /reply -->
</div>
<!-- /review_card -->
<!-- <p class="text-end"><a href="#0" class="btn_1">Leave a review</a></p> -->
</div>
</div>
</div>
<!-- /reviews -->
<div class="bg_white">
<div class="container margin_120_95">
<div data-cue="slideInUp">
<div class="title">
<small>Countryard </small>
<h2>Similar Rooms</h2>
</div>
<div class="row" data-cues="slideInUp" data-delay="800">
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<a href="room-details-countryard.php" class="box_cat_rooms">
<figure>
<div class="background-image" data-background="url(img/rooms/Countryard-suite.webp)">
</div>
<div class="info">
<small><?php echo 'From ₹ '.$countryardSuitePrice.'/night'; ?></small>
<h3>Countryard Suites</h3>
<span>Read more</span>
</div>
</figure>
</a>
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<a href="room-details-presidential.php" class="box_cat_rooms">
<figure>
<div class="background-image" data-background="url(img/rooms/president.webp)"></div>
<div class="info">
<small><?php echo 'From ₹ '.$presidentialSuitePrice.'/night'; ?></small>
<h3>Presidential Suite</h3>
<span>Read more</span>
</div>
</figure>
</a>
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<a href="room-details-leopard.php" class="box_cat_rooms">
<figure>
<div class="background-image" data-background="url(img/rooms/leopard-lair.webp)">
</div>
<div class="info">
<small><?php echo 'From ₹ '.$leopardsLairPrice.'/night'; ?></small>
<h3>Leopard’s Lair</h3>
<span>Read more</span>
</div>
</figure>
</a>
</div>
</div>
<!-- /row-->
</div>
</div>
</div>
<!-- /bg_white -->
<!-- /container -->
</main>
<?php include_once 'footer.php'; ?>
<!-- /footer -->
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- /back to top -->
<!-- COMMON SCRIPTS -->
<script src="js/common_scripts.js"></script>
<script src="js/common_functions.js"></script>
<script src="js/datepicker_inline.js"></script>
<script>
// Progress bars animation
$(function() {
"use strict";
var $section = $('#reviews');
$(window).on('scroll', function(ev) {
var scrollOffset = $(window).scrollTop();
var containerOffset = $section.offset().top - window.innerHeight;
if (scrollOffset > containerOffset) {
$(".progress-bar").each(function() {
var each_bar_width = $(this).attr('aria-valuenow');
$(this).width(each_bar_width + '%');
});
}
});
});
</script>
</body>
</html>