-
Notifications
You must be signed in to change notification settings - Fork 0
/
fourbed-room-details.html
506 lines (503 loc) · 30.2 KB
/
fourbed-room-details.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
<!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, maximum-scale=1" />
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" href="img/favicon.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed&family=Gilda+Display&display=swap">
<link rel="stylesheet" href="css/plugins.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Preloader -->
<div class="preloader-bg"></div>
<div id="preloader">
<div id="preloader-status">
<div class="preloader-position loader"> <span></span> </div>
</div>
</div>
<!-- Progress scroll totop -->
<div class="progress-wrap cursor-pointer">
<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>
<!-- Navbar -->
<nav class="navbar navbar-expand-md">
<div class="container">
<!-- Logo -->
<div class="logo-wrapper navbar-brand valign">
<a href="index.html">
<div class="logo">
<img src="img/logo.png" class="logo-img" alt="">
</div>
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"><i class="ti-menu"></i></span> </button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item"> <a class="nav-link active" href="index.html"> Home</a></li>
<li class="nav-item"> <a class="nav-link" href="rooms.html"> Rooms & Suites</a></li>
<li class="nav-item"><a class="nav-link" href="restaurant.html">Restaurant</a></li>
<li class="nav-item"> <a class="nav-link" href="sanjog-kota-attractions.html">Attractions</a></li>
<li class="nav-item"> <a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Room Page Slider -->
<header class="header slider">
<div class="owl-carousel owl-theme">
<!-- The opacity on the image is made with "data-overlay-dark="number". You can change it using the numbers 0-9. -->
<div class="text-center item bg-img" data-overlay-dark="3" data-background="image/Quadruple/310-2.jpg"></div>
<div class="text-center item bg-img" data-overlay-dark="3" data-background="image/Quadruple/310.jpg"></div>
<div class="text-center item bg-img" data-overlay-dark="3" data-background="image/Quadruple/310-1.jpg"></div>
</div>
<!-- arrow down -->
<div class="arrow bounce text-center">
<a href="#" data-scroll-nav="1" class=""> <i class="ti-arrow-down"></i> </a>
</div>
</header>
<!-- Room Content -->
<section class="rooms-page section-padding" data-scroll-index="1">
<div class="container">
<!-- project content -->
<div class="row">
<div class="col-md-12">
<span>
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
<i class="star-rating"></i>
</span>
<div class="section-subtitle">Luxury Resort</div>
<div class="section-title">Four bed family suite</div>
</div>
<div class="col-md-8">
<p class="mb-30">
Experience a unique combination of style, comfort, and ample space in our Four Bed Family
Suites at Sanjog Resort, Kota. Whether you're an educational traveller immersing yourself
in Rajasthan's rich history, a leisure traveller in search of a tranquil hideaway, a business
traveller needing top-notch connectivity, or a wedding guest looking for a cozy and memorable
stay, our Four Bed Family Suites are designed to cater to your every need.
</p>
<p class="mb-30">
Our luxurious four-bed family suites are perfect fit with two double beds and the option of an
extra bed if needed. Stay connected and entertained with complimentary Wi-Fi and an HD TV,
and stay cool with the air conditioning system that is a blessing in the warm Rajasthani
climate.
</p>
<p class="mb-30">
Essential in-room amenities like a telephone and a mini-refrigerator are available for your
professional and personal convenience. The attached bathrooms provide 24x7 hot-cold water
and are stocked with complimentary toiletries for a stay that feels like home but with the
added luxury of hotel convenience.
</p>
<p class="mb-30">
At Sanjog Resort, we combine traditional Indian hospitality with contemporary amenities,
ensuring a guest experience that is unparalleled. Book your stay in the vibrant heart of
Rajasthan with us, and immerse yourself in luxury, comfort, and unrivalled service at its best.
</p>
<div class="row">
<div class="col-md-6">
<h6>Check-in</h6>
<ul class="list-unstyled page-list mb-30">
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Check-in from 11:00 AM - Hotel guests</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Check-in from 10:00 AM - Wedding guests</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Early check-in subject to availability & extra chargeable</p>
</div>
</li>
</ul>
</div>
<div class="col-md-6">
<h6>Check-out</h6>
<ul class="list-unstyled page-list mb-30">
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Check-out before 10:00 AM - Hotel guests</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Check-out before 8:00 AM - Wedding guests</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>Late check-out subject to availability & extra chargeable</p>
</div>
</li>
</ul>
</div>
<div class="col-md-12">
<h6>Resort Policy</h6>
<ul class="list-unstyled page-list mb-30">
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
An extra bed is available for an additional charge of Rs. 300 per night,
providing flexibility for families, educational groups, and business travellers.
</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
Guests are solely responsible for their belongings. Please ensure you keep
your valuables safe, making your stay worry-free whether you're here for
leisure, business, or an educational trip.
</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
In the interest of maintaining a family-friendly environment, unmarried
couples are not allowed. We aim to provide a comfortable and serene environment
for all our guests.
</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
To ensure the comfort and safety of all our guests, pets are not permitted.
This helps keep our premises clean and comfortable for all.
</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
Admission to the resort is subject to management discretion. We reserve the
right to admission to ensure our high standards and the safety of our guests
are maintained.
</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="ti-check"></span> </div>
<div class="page-list-text">
<p>
All disputes arising out of or in connection with the resort shall be governed
by the jurisdiction of Kota only. We strive to make your stay pleasant, but
in the unlikely event of a dispute, rest assured we will resolve it in a fair
and just manner.
</p>
</div>
</li>
</ul>
</div>
<div class="col-md-12">
<div class="butn-dark mt-15 mb-30"> <a href="tel:+917023415753"><span>Click to Call Us</span></a> </div>
</div>
</div>
</div>
<div class="col-md-3 offset-md-1">
<h6>Amenities</h6>
<ul class="list-unstyled page-list mb-30">
<li>
<div class="page-list-icon"> <span class="flaticon-hotel"></span> </div>
<div class="page-list-text">
<p>AC room</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-wifi"></span> </div>
<div class="page-list-text">
<p>Free wifi</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-cocktail"></span> </div>
<div class="page-list-text">
<p>Mini refrigerator</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-kitchen"></span> </div>
<div class="page-list-text">
<p>In-house restaurant</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-bed"></span> </div>
<div class="page-list-text">
<p>Spacious room</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-group"></span> </div>
<div class="page-list-text">
<p>Max 3 guests</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-towel"></span> </div>
<div class="page-list-text">
<p>Free toiletries</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-headphones"></span> </div>
<div class="page-list-text">
<p>Hd tv</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-clock"></span> </div>
<div class="page-list-text">
<p>24x7 water & light backup</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-bath"></span> </div>
<div class="page-list-text">
<p>Private bathroom</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-serving-dish"></span> </div>
<div class="page-list-text">
<p>Room service</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-clock-1"></span> </div>
<div class="page-list-text">
<p>Daily housekeeping</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-shopping-cart"></span> </div>
<div class="page-list-text">
<p>Laundry service (extra charge)</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-shield"></span> </div>
<div class="page-list-text">
<p>Baggage storage (extra charge)</p>
</div>
</li>
<li>
<div class="page-list-icon"> <span class="flaticon-man"></span> </div>
<div class="page-list-text">
<p>Doctor on call</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Similiar Room -->
<section class="rooms1 section-padding bg-darkblack">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-subtitle"><span>Luxury Hotel</span></div>
<div class="section-title">Similar Rooms</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="position-re o-hidden"> <img src="img/rooms/1.jpg" alt=""> </div> <span class="category"><a href="https://asiatech.in/booking_engine/index3?token=NTY4MA==">Book</a></span>
<div class="con">
<h6><a href="deluxe-room-details.html">Rs2000 / Night</a></h6>
<h5><a href="deluxe-room-details.html">Deluxe Room</a> </h5>
<div class="line"></div>
<div class="row facilities">
<div class="col col-md-7">
<ul>
<li><i class="flaticon-bed"></i></li>
<li><i class="flaticon-bath"></i></li>
<li><i class="flaticon-breakfast"></i></li>
<li><i class="flaticon-towel"></i></li>
</ul>
</div>
<div class="col col-md-5 text-end">
<div class="permalink"><a href="deluxe-room-details.html">Details <i class="ti-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="position-re o-hidden"> <img src="img/rooms/2.jpg" alt=""> </div> <span class="category"><a href="https://asiatech.in/booking_engine/index3?token=NTY4MA==">Book</a></span>
<div class="con">
<h6><a href="triplebed-room-details.html">Rs2500 / Night</a></h6>
<h5><a href="triplebed-room-details.html">Triple Bed Family Suite</a></h5>
<div class="line"></div>
<div class="row facilities">
<div class="col col-md-7">
<ul>
<li><i class="flaticon-bed"></i></li>
<li><i class="flaticon-bath"></i></li>
<li><i class="flaticon-breakfast"></i></li>
<li><i class="flaticon-towel"></i></li>
</ul>
</div>
<div class="col col-md-5 text-end">
<div class="permalink"><a href="triplebed-room-details.html">Details <i class="ti-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="position-re o-hidden"> <img src="img/rooms/3.jpg" alt=""> </div> <span class="category"><a href="https://asiatech.in/booking_engine/index3?token=NTY4MA==">Book</a></span>
<div class="con">
<h6><a href="fourbed-room-details.html">Rs3000 / Night</a></h6>
<h5><a href="fourbed-room-details.html">Four Bed Family Room</a></h5>
<div class="line"></div>
<div class="row facilities">
<div class="col col-md-7">
<ul>
<li><i class="flaticon-bed"></i></li>
<li><i class="flaticon-bath"></i></li>
<li><i class="flaticon-breakfast"></i></li>
<li><i class="flaticon-towel"></i></li>
</ul>
</div>
<div class="col col-md-5 text-end">
<div class="permalink"><a href="fourbed-room-details.html">Details <i class="ti-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reservation & Booking Form -->
<section class="testimonials">
<div class="background bg-img bg-fixed section-padding pb-0" data-background="img/slider/2.jpg" data-overlay-dark="2">
<div class="container">
<div class="row">
<!-- Reservation -->
<div class="col-md-5 mb-30 mt-30">
<p><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></p>
<h5>Each of our guest rooms feature an ac, private bath, wi-fi, cable television and toiletries.</h5>
<div class="reservations mb-30">
<div class="icon color-1"><span class="flaticon-call"></span></div>
<div class="text">
<p class="color-1">Reservation</p> <a class="color-1" href="tel:7023415753">7023415753</a>
</div>
</div>
<p><i class="ti-check"></i><small>Call us for booking related enquiry.</small></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="footer-column footer-about">
<h3 class="footer-title">About Sanjog Resort</h3>
<p class="footer-about-text">Immerse yourself in a world of unmatched comfort at Sanjog Resort,
the jewel of Kota, India. Our three-star resort is the perfect destination for diverse
travellers: academic explorers, vacationing families, business professionals, and couples
planning dream weddings. Enjoy our top-notch room services, diverse catering options,
and stunning event spaces, all designed to provide you with an authentic Indian hospitality
experience, right here in the heart of Rajasthan.
</p>
</div>
</div>
<div class="col-md-3 offset-md-1">
<div class="footer-column footer-explore clearfix">
<h3 class="footer-title">Explore</h3>
<ul class="footer-explore-list list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="rooms.html">Rooms & Suites</a></li>
<li><a href="restaurant.html">Restaurant & Catering Services</a></li>
<li><a href="sanjog-kota-attractions.html">Nearby Attractions</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-column footer-contact">
<h3 class="footer-title">Contact Us</h3>
<p class="footer-contact-text">Nanta Road, Kunhari, Kota 324008 <br>Rajasthan, India</p>
<div class="footer-contact-info">
<p class="footer-contact-phone"><span class="flaticon-call"></span> 7023415753</p>
<p class="footer-contact-mail">[email protected]</p>
</div>
<div class="footer-about-social-list">
<a href="https://www.instagram.com/sanjogresort/"><i class="ti-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCmxULuKxRw8CUnTGm1fHzzw"><i class="ti-youtube"></i></a>
<a href="https://www.facebook.com/SanjogResort"><i class="ti-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-bottom-inner">
<p class="footer-bottom-copy-right">Crafted with love by the <a href="#">Sanjog Resort Team</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery-3.6.3.min.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.isotope.v3.0.2.js"></script>
<script src="js/pace.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/YouTubePopUp.js"></script>
<script src="js/select2.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>