File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelrc.in/index.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <title> RC Dream Palace | Home </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="assets/images/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Font Awesome link --> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <!-- StyleSheet link CSS --> <link rel="stylesheet" href="assets/css/animate.css"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="assets/bootstrap/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/superclasses.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.theme.default.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/custom.css" type="text/css"> <link rel="stylesheet" href="assets/css/responsive.css" type="text/css"> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> <style> #modalOverlay { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 99999; height: 100%; width: 100%; } .modalPopup { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); background: #fff; width: 40%; -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2); -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2); box-shadow: 0 2px 10px 3px rgba(0,0,0,.2); padding: 20px; } .buttonStyle { position:absolute; top:0; right:0; background:#ca9e4e; color:#fff; border:none; font-size: 18px; padding: 0px 10px; } .modalContent h2{ text-align:left; margin-bottom:20px; margin-left:10px; } .query-form input{ width: 100%; float: left; padding: 10px; margin-bottom: 20px; border: solid 1px #000; outline: none; color: #000; } .query-form button{ padding: 7px 25px; border: none; background: #ca9e4e; color: #fff; margin-top: 100px; } .query-form { padding:0; display: contents; } @media only screen and (max-width: 600px) { .modalPopup { top:50%; width:90%; } .query-form input{ width:100%; margin-left:0; } } </style> </head> <body> <div id="modalOverlay"> <div class="modalPopup"> <div class="modalContent"> <h2>Enquiry Now</h2> <div class="row query-form"> <form action="enquiry-mail.php" method="post"> <input type="text" name="name" placeholder="Your Name" pattern="^(?!\s*$).+" title="Name cannot be empty or contain only spaces" required> <input type="text" name="email" placeholder="Your Email" pattern="^(?!\s*$).+" title="Email cannot be empty or contain only spaces" required> <input type="text"name="phone" placeholder="Your Number" pattern="^(?!\s*$).+" title="Phone cannot be empty or contain only spaces" required> <div class="g-recaptcha codi" data-sitekey="6LfpPfQrAAAAAI8-_Zm6QQDOI916cv1dmkaDeuxL"></div> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <button type="submit">Submit</button> </form> </div> <button class="buttonStyle" id="button">X</button> </div> </div> </div> <script> window.onload = function() { document.getElementById('button').onclick = function() { document.getElementById('modalOverlay').style.display = 'none' }; }; </script> <!-- TOP BAR SECTION --> <?php include 'include/header.php';?> <!-- BANNER SECTION --> <div class="float-left w-100 position-relative banner-con"> <div class="container-fluid p-0"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img class="d-block w-100" src="assets/images/slider/1.jpg" alt="First slide"> <div class="carousel-caption d-block text-white w-100"> <span class="special-heading1 d-block">Welcome To <br> RC Dream Palace</span> <p>Where Comfort Meets Elegance – Welcome to RC Dream Palace</p> <div class="secondary-button d-inline-block"> <a href="about.php" class="d-inline-block">Read More <i class="fa-solid fa-arrow-right ml-2"></i></a> </div> </div> </div> <div class="carousel-item"> <img class="d-block w-100" src="assets/images/slider/2.jpg" alt="Second slide"> <div class="carousel-caption d-block text-white w-100"> <span class="special-heading1 d-block">Welcome To <br> RC Dream Palace</span> <p>Stay, Relax, and Feel at Home with Us.</p> <div class="secondary-button d-inline-block"> <a href="about.php" class="d-inline-block">Read More <i class="fa-solid fa-arrow-right ml-2"></i></a> </div> </div> </div> <div class="carousel-item"> <img class="d-block w-100" src="assets/images/slider/3.jpg" alt="Third slide"> <div class="carousel-caption d-block text-white w-100"> <span class="special-heading1 d-block">Welcome To <br> RC Dream Palace</span> <p>Luxury Redefined – Experience RC Dream Palace</p> <div class="secondary-button d-inline-block"> <a href="about.php" class="d-inline-block">Read More <i class="fa-solid fa-arrow-right ml-2"></i></a> </div> </div> </div> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> </a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> </a> </div> <!-- container fluid --> </div> <!-- banner con --> </div> <!-- RESERVATION FORM SECTION --> <div class="float-left w-100 position-relative main-box reservation-con"> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="white-box d-flex align-items-center"> <div class="reservation-inner"> <div class="checkin-con"> <label for="checkin">Check in</label> <input type="date" class="form-control" id="checkin" name="checkin" required=""> <!-- col --> </div> <div class="checkout-con"> <label for="checkout">Check Out</label> <input type="date" class="form-control" id="checkout" name="checkout" required=""> <!-- col --> </div> <div class="adults-con"> <label for="adults">Adults </label> <select class="form-select" id="adults" onchange="javascript: dynamicDropDown(this.options[this.selectedIndex].value);"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> </select> <!-- col --> </div> <div class="children-con"> <label for="children">Children </label> <select class="form-select" id="children"> <option value="0">0</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> </select> <!-- col --> </div> <!-- reservation inner --> </div> <div class="primary-button d-inline-block"> <a href="https://bookings.asiatech.in/?page=9471&type=website" target="_blank"class="d-inline-block">Check Availablility <i class="fa-solid fa-arrow-right mt-2 d-block"></i></a> </div> <!-- white-box --> </div> <!--container --> </div> <!-- reservation form con --> </div> <!-- ABOUT US SECTION --> <section class="float-left w-100 position-relative about-us-con padding-top padding-bottom main-box background-fcf6f4"> <div class="container wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="row"> <div class="col-lg-7 col-md-7"> <div class="about-left-con position-relative"> <div class="heading-title-con"> <span class="special-text beige-text text-uppercase font-archivo d-block">About Us</span> <h2 class="mb-0">Luxury Service & Unparalleled Comfort</h2> <!-- heading title con --> </div> <figure class=""><img src="assets/images/about-img1.jpg" alt="image" class="z-index-1 position-relative img-fluid"> </figure> <img src="assets/images/beige-elipse.png" alt="icon" class="position-absolute elipse"> <!-- about left content --> </div> <!-- col --> </div> <div class="col-lg-5 col-md-5"> <div class="about-right-con"> <p class="">Welcome to RC Dream Palace, a perfect blend of comfort, elegance, and heartfelt hospitality. Step inside and discover a serene escape designed to make every moment of your stay memorable.</p> <figure> <img src="assets/images/about-img2.jpg" alt="image" class="img-fluid"> </figure> <div class="statistics-con"> <h3>Luxury & Modern Touch</h3> <p>At RC Dream Palace, we invite you to experience a refined atmosphere where modern design meets classic warmth. Relax, unwind, and enjoy thoughtful amenities crafted for your ultimate comfort.</p> <!-- statistics con --> </div> <!-- about right con --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- about us con --> </section> <!-- SERVICES SECTION --> <section class="float-left w-100 position-relative padding-top services-con padding-bottom text-center main-box"> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con"> <span class="special-text beige-text text-uppercase font-archivo d-block">What We Provide</span> <h2 class="mb-0">Our Facilities </h2> </div> <div class="row"> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/1.gif" alt=""></figure> <h4>Free Wi-Fi</h4> <p>Stay connected anytime with our high-speed complimentary Wi-Fi.</p> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/2.gif" alt=""></figure> <h4>24×7 Service</h4> <p>Enjoy round-the-clock support and personalized assistance whenever you need.</p> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/3.gif" alt=""></figure> <h4>Dining</h4> <p>Savor delicious dishes with our carefully curated dining options.</p> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/4.gif" alt=""></figure> <h4>Banquet Hall</h4> <p>Host meetings or celebrations in our elegant, well-equipped banquet hall.</p> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/5.gif" alt=""></figure> <h4>Parking</h4> <p>Relax with the convenience of secure on-site parking facilities.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4 mb-20"> <div class="service-box position-relative icon"> <figure class="center-icon"><img src="assets/images/icon/6.gif" alt=""></figure> <h4>Airport Pick-up</h4> <p>Travel stress-free with our reliable airport pick-up service.</p> <!-- service box --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- services con --> </section> <!-- ROOMS AND SUITES SECTION --> <section class="float-left w-100 position-relative rooms-and-suites-con padding-top padding-bottom background-fcf6f4 main-box"> <div class="container wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con text-center"> <span class="special-text beige-text text-uppercase font-archivo d-block">Rooms & Suites</span> <h2 class="mb-0"> Accommodation</h2> <!-- heading title con --> </div> <!-- Carousel --> <div class="owl-carousel"> <div class="item"> <div class="room-box position-relative"> <figure><img src="assets/images/room/4.jpg" alt="image" class="img-fluid"></figure> <div class="white-box position-absolute d-flex align-items-center justify-content-between"> <div class="room-type-con"> <a href="deluxe-room.php"> <h4>Deluxe Room</h4></a> </div> <div class="arrow-con"> <a href="deluxe-room.php"> <i class="fa-solid fa-arrow-right"></i></a> </div> <!-- white box --> </div> <!-- room-box --> </div> <!-- item --> </div> <div class="item"> <div class="room-box position-relative"> <figure><img src="assets/images/room/3.jpg" alt="image" class="img-fluid"></figure> <div class="white-box position-absolute d-flex align-items-center justify-content-between"> <div class="room-type-con"> <a href="deluxe-twin-room.php"> <h4>Deluxe Twin Room</h4></a> </div> <div class="arrow-con"> <a href="deluxe-twin-room.php"><i class="fa-solid fa-arrow-right"></i></a> </div> <!-- white box --> </div> <!-- room-box --> </div> <!-- item --> </div> <div class="item"> <div class="room-box position-relative"> <figure><img src="assets/images/room/5.jpg" alt="image" class="img-fluid"></figure> <div class="white-box position-absolute d-flex align-items-center justify-content-between"> <div class="room-type-con"> <a href="superior.php"> <h4>Superior Room</h4></a> </div> <div class="arrow-con"> <a href="superior.php"><i class="fa-solid fa-arrow-right"></i></a> </div> </div> </div> </div> <div class="item"> <div class="room-box position-relative"> <figure><img src="assets/images/room/2.jpg" alt="image" class="img-fluid"></figure> <div class="white-box position-absolute d-flex align-items-center justify-content-between"> <div class="room-type-con"> <a href="superior-twin-room.php"> <h4>Superior Twin Room</h4></a> </div> <div class="arrow-con"> <a href="superior-twin-room.php"><i class="fa-solid fa-arrow-right"></i></a> </div> </div> </div> </div> <div class="item"> <div class="room-box position-relative"> <figure><img src="assets/images/room/1.jpg" alt="image" class="img-fluid"></figure> <div class="white-box position-absolute d-flex align-items-center justify-content-between"> <div class="room-type-con"> <a href="executive-suite-with-jacuzzi.php"><h4>Executive Suite Room With Jacuzzi</h4></a> </div> <div class="arrow-con"> <a href="executive-suite-with-jacuzzi.php"> <i class="fa-solid fa-arrow-right"></i></a> </div> <!-- white box --> </div> <!-- room-box --> </div> <!-- item --> </div> <!-- owl carousel --> </div> <!-- container --> </div> <!-- rooms and suites con --> </section> <!-- WHO WE ARE SECTION --> <section class="float-left w-100 position-relative who-we-are-con padding-top padding-bottom main-box background-cf7965"> <!-- <img src="assets/images/vector-icon.png" alt="vector-icon" class="img-fluid position-absolute vector-icon">--> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="row align-items-center"> <div class="col-lg-6 col-md-6"> <div class="who-we-are-content-con"> <div class="heading-title-con"> <span class="special-text text-white text-uppercase font-archivo d-block">Who we are</span> <h2 class="text-white">Book Your Stay</h2> <p class="text-white mb-0">Planning your perfect getaway has never been easier. At RC Dream Palace, we ensure a seamless booking experience so you can focus on relaxing and enjoying your time with us. From elegantly designed rooms to thoughtful amenities and warm hospitality, every detail is crafted to make your stay memorable. Let us take care of the rest while you unwind in comfort and style.</p> <!-- heading title con --> </div> <div class="primary-button d-inline-block"> <a href="https://bookings.asiatech.in/?page=9471&type=website" class="d-inline-block">Reservation <i class="fa-solid fa-arrow-right ml-2"></i></a> </div> <!-- who we are content --> </div> <!-- col --> </div> <div class="col-lg-6 col-md-6"> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- who we are con --> </section> <!-- GALLERY SECTION --> <section class="float-left w-100 position-relative gallery-con padding-top padding-bottom main-box text-center bg-sec" > <div class="container wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con"> <span class="special-text beige-text text-uppercase font-archivo d-block">Gallery Photos</span> <h2 class="mb-0">Explore Our Gallery </h2> <!-- heading title con --> </div> <div class="gallery-inner-con"> <div class="image-outer-con"> <div class="col-lg-12 p-0"> <div class="gallery-img-con"> <a href="#" class="zoom" data-toggle="modal" data-target="#lightbox"> <img src="assets/images/gallery/1.jpg" alt="image" class="img-fluid"> </a> <!-- gallery img con --> </div> <!-- col12 --> </div> <div class="col-lg-12 p-0"> <div class="gallery-img-con mb-xl-0 mb-lg-0 mb-md-0"> <a href="#" class="zoom" data-toggle="modal" data-target="#lightbox"> <img src="assets/images/gallery/2.jpg" alt="image" class="img-fluid"> </a> <!-- gallery img con --> </div> <!-- col12 --> </div> <!-- image outer con --> </div> <div class="image-outer-con"> <div class="gallery-img-con mb-xl-0 mb-lg-0 mb-md-0"> <a href="#" class="zoom" data-toggle="modal" data-target="#lightbox"> <img src="assets/images/gallery/7.jpg" alt="image" class="img-fluid"> </a> <!-- gallery img con --> </div> <!-- image outer con --> </div> <div class="image-outer-con"> <div class="col-lg-12 p-0"> <div class="gallery-img-con"> <a href="#" class="zoom" data-toggle="modal" data-target="#lightbox"> <img src="assets/images/gallery/3.jpg" alt="image" class="img-fluid"> </a> <!-- gallery img con --> </div> <!-- col12 --> </div> <div class="col-lg-12 p-0"> <div class="gallery-img-con mb-0"> <a href="#" class="zoom" data-toggle="modal" data-target="#lightbox"> <img src="assets/images/gallery/4.jpg" alt="image" class="img-fluid"> </a> <!-- gallery img con --> </div> <!-- col12 --> </div> <!-- image outer con --> </div> <!-- gallery inner con --> </div> <!-- container --> </div> <!-- gallery con --> </section> <section class="float-left w-100 position-relative gallery-con padding-top padding-bottom main-box text-center " > <div class="container"> <!-- Title --> <div class="explore"> <h2 >Explore Greater Noida</h2> <p style="font-size:16px; color:#555; line-height:1.8;"> Discover the vibrant charm of Greater Noida, where modern living meets exciting experiences. From sprawling shopping destinations and entertainment hubs to peaceful parks and cultural landmarks, there’s something for everyone. Whether you’re seeking family fun, culinary delights, or a relaxing day out, Greater Noida offers the perfect blend of adventure and leisure. </p> </div> <!-- Cards --> <div class="row"> <!-- Card 1 --> <div class="col-sm-4" style="padding:15px;"> <div style="background:#fff; border-radius:12px; padding:20px; box-shadow:0 6px 20px rgba(0,0,0,0.08); text-align:center; height:100%; transition:transform 0.3s;"> <img src="assets/images/a-1.jpg" alt="Shopping" style="width:100%; height:170px; object-fit:cover; border-radius:8px; margin-bottom:15px;"> <h4 style="font-size:20px; color:#295758; font-weight:600; margin-bottom:8px;">The Grand Venice Mall</h4> <p style="font-size:15px; color:#555;">The Grand Venice Mall in Greater Noida is a unique, Venetian-themed shopping and entertainment destination. Stroll through picturesque canals, enjoy a gondola ride, and explore an array of popular brands, cafés, and restaurants under one roof. </p> </div> </div> <!-- Card 2 --> <div class="col-sm-4" style="padding:15px;"> <div style="background:#fff; border-radius:12px; padding:20px; box-shadow:0 6px 20px rgba(0,0,0,0.08); text-align:center; height:100%; transition:transform 0.3s;"> <img src="assets/images/a-2.jpg" alt="Parks" style="width:100%; height:170px; object-fit:cover; border-radius:8px; margin-bottom:15px;"> <h4 style="font-size:20px; color:#295758; font-weight:600; margin-bottom:8px;">Buddh International Circuit</h4> <p style="font-size:15px; color:#555;">Buddh International Circuit, located in Greater Noida, is India’s premier motorsport venue and home to thrilling international racing events. Known for its world-class design and electrifying atmosphere.</p> </div> </div> <!-- Card 3 --> <div class="col-sm-4" style="padding:15px;"> <div style="background:#fff; border-radius:12px; padding:20px; box-shadow:0 6px 20px rgba(0,0,0,0.08); text-align:center; height:100%; transition:transform 0.3s;"> <img src="assets/images/a-4.jpg" alt="Cultural Sites" style="width:100%; height:170px; object-fit:cover; border-radius:8px; margin-bottom:15px;"> <h4 style="font-size:20px; color:#295758; font-weight:600; margin-bottom:8px;">ISKCON Noida</h4> <p style="font-size:15px; color:#555;">ISKCON Noida is a serene spiritual retreat in Greater Noida, offering visitors a peaceful escape from the city’s rush. With its beautifully designed temple, soothing kirtans, and cultural programs, it’s an inviting place to explore devotion, art, and heritage.</p> </div> </div> </div> </div> </section> <!-- TESTIMONIALS SECTION --> <section class="float-left w-100 position-relative testimonials-con padding-top padding-bottom main-box background-fcf6f4"> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con text-center"> <span class="special-text beige-text text-uppercase font-archivo d-block">Testimonials</span> <h2 class="mb-0">What Our Clients are <br> Saying</h2> <!-- heading title con --> </div> <!-- carousel --> <div class="owl-carousel"> <div class="item"> <div class="white-box"> <figure><img src="assets/images/quote-icon.png" alt="icon" class="img-fluid"></figure> <p>Beautiful hotel with an excellent banquet hall, extremely hygienic facilities, and luxurious rooms that ensure a comfortable stay.” Booking start now .</p> <div class="testimonial-detail d-flex align-items-center"> <img src="assets/images/test.png" alt="icon" class="img-fluid"> <div class="name-outer"> <img src="assets/images/stars-icon.png" alt="icon" class="img-fluid"> <h5>Vimal Saxena</h5> <span class="d-block font-archivo designation">Happy Client</span> <!-- name outer --> </div> <!-- testimonial detail --> </div> <!-- white box --> </div> <!-- item --> </div> <div class="item"> <div class="white-box"> <figure><img src="assets/images/quote-icon.png" alt="icon" class="img-fluid"></figure> <p>A beautiful hotel with an excellent banquet hall, extremely hygienic facilities, and luxurious rooms that ensure a comfortable stay.</p> <div class="testimonial-detail d-flex align-items-center"> <img src="assets/images/test.png" alt="icon" class="img-fluid"> <div class="name-outer"> <img src="assets/images/stars-icon.png" alt="icon" class="img-fluid"> <h5>Navdeep sandhu</h5> <span class="d-block font-archivo designation">Happy Client</span> <!-- name outer --> </div> <!-- testimonial detail --> </div> <!-- white box --> </div> <!-- item --> </div> <div class="item"> <div class="white-box"> <figure><img src="assets/images/quote-icon.png" alt="icon" class="img-fluid"></figure> <p>Absolutely beautiful hotel, the owners(Mr Prince and Mr Karan) are very down to earth and very helpful. It is managed by very good and capable team. The food is great. The hotel is very neat and clean. Ample parking space. The banquet is also very good. Rooms are very spacious,modern and tidy.</p> <div class="testimonial-detail d-flex align-items-center"> <img src="assets/images/test.png" alt="icon" class="img-fluid"> <div class="name-outer"> <img src="assets/images/stars-icon.png" alt="icon" class="img-fluid"> <h5> Dinesh Chauhan</h5> <span class="d-block font-archivo designation">Happy Client</span> <!-- name outer --> </div> <!-- testimonial detail --> </div> <!-- white box --> </div> <!-- item --> </div> <!-- owl carousel --> </div> <!-- container --> </div> <!-- testimonials con --> </section> <!-- HOTEL INFORMATION SECTION --> <section class="float-left w-100 position-relative padding-top105 padding-bottom105 hotel-information-con main-box"> <div class="container wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con text-center"> <h3 class="mb-0">Hotel Information</h3> <!-- heading title con --> </div> <div class="hotel-info-white-box d-flex align-items-center"> <div class="hotel-info-inner d-flex pl-0"> <i class="fa-solid fa-clock"></i> <div class="info-content"> <h6 class="">Check-in: <span class="d-inline-block font-archivo first-span">12:00 pm</span></h6> <h6 class="mb-0">Check-out: <span class="d-inline-block font-archivo">11:00 am</span></h6> <!-- info content --> </div> </div> <div class="hotel-info-inner d-flex"> <i class="fa-solid fa-paw"></i> <div class="info-content"> <h6 class="">Pet Policy: </h6> <span class="block font-archivo m-0">Pets are allowed</span> <!-- info content --> </div> </div> <div class="hotel-info-inner d-flex pr-0 border-right-0"> <i class="fa-solid fa-square-parking"></i> <div class="info-content"> <h6 class="">Parking: </h6> <span class="block font-archivo m-0">Complimentry On-site Parking </span> <!-- info content --> </div> </div> <!-- hotel info white box --> </div> <!-- container --> </div> <!-- hotel information con --> </section> <?php include 'include/footer.php';?> <!-- Modal --> <div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <div class="modal-body"> <img id="popupImage" src="assets/images/gallery-img7.jpg" alt="image"> </div> </div> </div> </div> <!-- BACK TO TOP BUTTON --> <button id="back-to-top-btn" title="Back to Top"></button> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/owl.carousel.js"></script> <script src="assets/js/contact-form.js"></script> <script src="assets/js/video-popup.js"></script> <script src="assets/js/video-section.js"></script> <script src="assets/js/jquery.validate.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/counter.js"></script> <script src="assets/js/custom.js"></script> <script src="assets/js/search.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings