File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/iraretreat.com/deluxe.php
Back
<!DOCTYPE html> <html lang="en"> <head> <!--====== Required meta tags ======--> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!--====== Title ======--> <title>Deluxe Room | Ira Retreat Varanasi </title> <!--====== Favicon Icon ======--> <link rel="shortcut icon" href="assets/img/logo1.png" type="img/png" /> <!--====== Animate Css ======--> <link rel="stylesheet" href="assets/css/animate.min.css"> <!--====== Bootstrap css ======--> <link rel="stylesheet" href="assets/css/bootstrap.min.css" /> <!--====== Fontawesome css ======--> <link rel="stylesheet" href="assets/css/font-awesome.min.css" /> <!--====== Flaticon css ======--> <link rel="stylesheet" href="assets/css/flaticon.css" /> <!--====== Magnific Popup css ======--> <link rel="stylesheet" href="assets/css/magnific-popup.css" /> <!--====== Owl Carousel css ======--> <link rel="stylesheet" href="assets/css/slick.css" /> <!--====== Nice Select ======--> <link rel="stylesheet" href="assets/css/nice-select.css" /> <!--====== Bootstrap Datepicker ======--> <link rel="stylesheet" href="assets/css/bootstrap-datepicker.css" /> <!--====== Default css ======--> <link rel="stylesheet" href="assets/css/default.css" /> <!--====== Style css ======--> <link rel="stylesheet" href="assets/css/style.css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <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=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> </head> <body> <!-- <div class="preloader d-flex align-items-center justify-content-center"> <div class="cssload-container"> <div class="cssload-loading"><i></i><i></i><i></i><i></i></div> </div> </div> --> <?php include 'include/header.php'?> <section class="breadcrumb-area" style="background-image: url(assets/img/bg/04.jpg);"> <div class="container"> <div class="breadcrumb-text"> <span>The ultimate luxury palace</span> <h2 class="page-title">Deluxe Room</h2> <ul class="breadcrumb-nav"> <li><a href="index.php">Home</a></li> <li class="active">Deluxe Room</li> </ul> </div> </div> </section> <section class="room-details pt-20 pb-20"> <div class="container"> <div class="row"> <!-- details --> <div class="col-lg-8"> <div class="deatils-box"> <div class="title-wrap"> <div class="title"> <h2>Deluxe Room</h2> </div> <div class="price"> Rs. 3000<span>/Night</span> </div> </div> <div class="thumb"> <div class="room-details-slider"> <img src="assets/img/room/deluxe-slide1.jpg" alt="images"> <img src="assets/img/room/deluxe-slide2.jpg" alt="images"> <img src="assets/img/room/deluxe-slide3.jpg" alt="images"> <img src="assets/img/room/deluxe-slide4.jpg" alt="images"> <!--<img src="assets/img/room/deluxe-slide5.jpg" alt="images"> --> </div> <div class="room-details-slider-nav"> <img src="assets/img/room/deluxe-slide1.jpg" alt="images"> <img src="assets/img/room/deluxe-slide2.jpg" alt="images"> <img src="assets/img/room/deluxe-slide3.jpg" alt="images"> <img src="assets/img/room/deluxe-slide4.jpg" alt="images"> <!-- <img src="assets/img/room/deluxe-slide5.jpg" alt="images"> --> </div> </div> <p> The Deluxe Room at Ira Retreat Varanasi offers a thoughtfully curated space where traditional charm meets modern luxury. Designed with soft, earthy tones and subtle nods to the spiritual and cultural essence of Varanasi, the room invites immediate calm and relaxation. Handcrafted wooden furniture, local artwork, and natural textures create an ambiance that is both grounded and elegant. Large windows allow ample natural light to flood the space, while offering calming views of either the retreat’s lush courtyards or the distant shimmer of the Ganges. The king-sized bed, adorned with crisp linens and plush pillows, ensures restful sleep, while the quiet, ambient lighting adds to the sense of serenity. </p> <p>Beyond aesthetics, the Deluxe Room is equipped with all the modern comforts needed for a rejuvenating stay. Guests can enjoy high-speed Wi-Fi, a well-stocked tea and coffee station with locally sourced blends, a smart television, and climate control for personalized comfort. The en-suite bathroom is spacious and thoughtfully designed, featuring a walk-in shower, premium toiletries, and soft cotton towels. Whether you're unwinding after a day of spiritual exploration or simply enjoying a quiet afternoon indoors, the Deluxe Room at Ira Retreat offers a private sanctuary where every detail is intended to enhance your comfort, peace, and connection to the timeless energy of Varanasi.</p> <div class="room-fearures clearfix mt-60 mb-60"> <h3 class="subtitle">Amenities</h3> <ul class="room-fearures-list"> <li><i class="fal fa-check"></i> Air Conditioning </li> <li><i class="fal fa-check"></i> TV </li> <li><i class="fal fa-check"></i> Geyser </li> <li><i class="fal fa-check"></i> Room Kettal </li> <li><i class="fal fa-check"></i> Water Bottle </li> </ul> </div> </div> </div> <!-- form --> <div class="col-lg-4"> <div class="room-booking-form"> <h5 class="title">Check Availability</h5> <form action="mail1.php" method="post" > <div class="input-group input-group-two left-icon mb-20"> <label for="phone">Your Name</label> <input type="text" placeholder="Name" name="name" id="name" required=""> </div> <div class="input-group input-group-two left-icon mb-20"> <label for="phone">Your Phone</label> <input type="text" placeholder="Phone" name="phone" id="phone" required=""> </div> <div class="input-group input-group-two left-icon mb-20"> <label for="arrival-date">Check In</label> <div class="icon"><i class="fal fa-calendar-alt"></i></div> <input type="text" placeholder="Check In" name="check_in" id="arrival-date" required=""> </div> <div class="input-group input-group-two left-icon mb-20"> <label for="departure-date">Check Out</label> <div class="icon"><i class="fal fa-calendar-alt"></i></div> <input type="text" placeholder="Check Out" name="check_out" id="departure-date" required=""> </div> <div class="input-group input-group-two left-icon mb-20"> <label for="room">Rooms</label> <select name="room" id="room" required=""> <option selected="" disabled="">Select Your Room</option> <option value="Non Deluxe Room">Non Deluxe Room</option> <option value="Deluxe Room">Deluxe Room</option> </select> </div> <div class="input-group input-group-two left-icon mb-20"> <label for="departure-date">Guest</label> <select name="guest" id="guest" required=""> <option value="1" selected>1</option> <option value="2" >2</option> <option value="3">3</option> <option value="4">4</option> </select> </div> <div class="input-group"> <button class="main-btn btn-filled">Book Now</button> </div> </form> </div> </div> </div> </div> </section> <?php include 'include/footer.php'?> <!--====== FOOTER END ======--> <!--====== jquery js ======--> <script src="assets/js/vendor/modernizr-3.6.0.min.js"></script> <script src="assets/js/vendor/jquery-1.12.4.min.js"></script> <!--====== Bootstrap js ======--> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/popper.min.js"></script> <!--====== Slick js ======--> <script src="assets/js/slick.min.js"></script> <!--====== Isotope js ======--> <script src="assets/js/isotope.pkgd.min.js"></script> <!--====== Magnific Popup js ======--> <script src="assets/js/jquery.magnific-popup.min.js"></script> <!--====== inview js ======--> <script src="assets/js/jquery.inview.min.js"></script> <!--====== counterup js ======--> <script src="assets/js/jquery.countTo.js"></script> <!--====== Nice Select ======--> <script src="assets/js/jquery.nice-select.min.js"></script> <!--====== Bootstrap datepicker ======--> <script src="assets/js/bootstrap-datepicker.js"></script> <!--====== Wow JS ======--> <script src="assets/js/wow.min.js"></script> <!--====== Main js ======--> <script src="assets/js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings