kohjhjhصثقصثقصثقgdfgdg
Ele57885fddfgdfgfghgقفغفغفقhfg555434536
/
home
/
u542670534
/
domains
/
heavensgatejourney.com
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from arid-html.vercel.app/main-file/dist/blog-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 24 Apr 2025 11:10:22 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack --> <head> <?php include("top.php"); ?> </head> <body> <?php include("header.php") ; ?> <!--========== HEADER STYLE ONE END ==========--> <?php include("admin/config.php"); $id = $_GET['id']; $sql = "SELECT * FROM `service` where id = $id"; $res = mysqli_query($db,$sql); $row = mysqli_fetch_array($res); ?> <!--========== BREADCRUMB STYLE START ==========--> <div class="paralax-container lg:py-36 py-20 relative overflow-hidden"> <div class="jarallax absolute inset-0 z-minus before:content-[''] before:absolute before:inset-0 before:bg-[#030610] before:bg-opacity-50 before:z-minus" data-jarallax> <img class="jarallax-img" src="assets/images/backgrounds/2149617660.jpg" alt="placeholder" /> </div> <img src="assets/images/illustration/breadcrunb__shape.png" alt="placeholder" class="absolute bottom-0 left-0 z-1 lg:w-[12.5%] w-[20%]"> <img src="assets/images/illustration/bird-illustration-w.png" alt="placeholder" class="absolute top-[10%] right-[4%] z-1 w-[7.5%]"> <div class="container relative z-2"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li class="active_page"> Service Details</li> </ol> </nav> <h2 class="xl:text-[54px] mt-2 lg:text-4xl md:text-2xl text-[30px] text-white leading-[1.3] font-medium max-w-[640px]">A <?php echo $row['name']; ?></h2> </div> </div> <!--========== BREADCRUMB STYLE END ==========--> <!--========== DESTINATION DETAILS WRAPPER START ==========--> <div class="bg-gradient-to-t to-[#FFF1EC] from-white lg:pt-[110px] pt-[86px] relative z-1"> <div class="absolute top-1/2 -translate-y-1/2 right-0 max-w-[14%] z-minus lg:inline-block hidden"> <img src="assets/images/illustration/tree-illustration.png" alt="leaf"> </div> <div class="absolute top-[5%] left-[1%] max-w-[9%] z-minus lg:inline-block hidden"> <img src="assets/images/illustration/bird-illustration.png" alt="leaf"> </div> <div class="container"> <div class="grid grid-cols-12 gap-base"> <div class="lg:col-span-8 col-span-12"> <div class="blog__details"> <div class="disc__header text-center lg:pb-7 pb-6 border-b border-stock-1 lg:mb-10 mb"> <div class="disc__thumb overflow-hidden"> <img src="admin/upload/<?php echo $row['image']; ?>" alt="bs" class="w-full"> </div> <h3 class="text-dark-1 font-medium leading-[1.43] lg:text-2xl md:text-xl text-[28px] mt-[14px]"> <?php echo $row['name']; ?></h3> </div> <div class="bg-[#f9fafb] p-6 md:p-8 rounded-xl shadow-md text-[16px] text-[#2c3e50] leading-[1.8] space-y-4"> <?php echo $row['desc']; ?> </div> </div> </div> <div class="lg:col-span-4 col-span-12"> <aside class="widget widget_search"> <form action="#"> <div class="flex"> <input type="text" class="w-full lg:h-[55px] h-[48px] border border-primary-1 bg-transparent grow outline-none px-5 py-2 placeholder:text-dark-3 text-dark-2 text-[15px] focus:border-secondary-1" placeholder="Search Here"> <button type="submit" class="shrink-0 lg:h-[55px] h-[48px] bg-primary-1 w-14 flex justify-center items-center duration-300 hover:bg-secondary-1"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path d="M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M21 21L16 16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> </form> </aside> <aside class="widget widget_blogs lg:mt-[50px] mt-10"> <h4 class="text-dark-1 lg:text-[25px] text-2md leading-[1.6] capitalize font-semibold mb-5"> Trending Stories</h4> <ul> <?php include("admin/config.php"); $sql2 = "SELECT * FROM `service` order by id desc limit 3 " ; $res2 = mysqli_query($db, $sql2); while ($row2 = mysqli_fetch_array($res2)) { ?> <li class="flex items-center group mt-6 first:mt-0"> <a href="service-details.php?id=<?php echo $row2['id'] ; ?>" class="shrink-0 w-20 mr-[15px] overflow-hidden"> <img src="admin/upload/<?php echo $row2['image']; ?>" alt="blogs" class="w-full group-hover:scale-105 duration-200" /> </a> <div class="grow"> <h5 class="lg:text-17px text-base font-semibold leading-[1.64] group-hover:text-primary-1 duration-200 fixed-title"> <a href="service-details.php?id=<?php echo $row2['id'] ; ?>"><?php echo $row2['name']; ?></a> </h5> <div class="text-dark-3 text-sm mt-1"> </div> </div> </li> <?php } ?> </ul> </aside> <aside class="widget widget_tags lg:mt-[50px] mt-10"> <h4 class="text-dark-1 lg:text-[25px] text-2md leading-[1.6] capitalize font-semibold mb-1"> Travel Tags</h4> <ul> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">School/College/Educational Tour</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">Adventure Tours & Camping</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">Domestic/International Tour</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">One Day Trip</a> </li> </ul> </aside> </div> </div> </div> </div> <!--========== DESTINATION DETAILS WRAPPER END ==========--> <!--========== FOOTER STYLE START ==========--> <?php include("footer.php"); ?> <!--========== FOOTER STYLE END ==========--> </body> <!-- additional JS file --> <script src="assets/js/jquery-3.6.3.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/select2.min.js"></script> <script src="assets/js/moment.min.js"></script> <script src="assets/js/daterangepicker.min.js"></script> <script src="assets/js/fancybox.min.js"></script> <script src="assets/js/leaflet.min.js"></script> <script src="assets/js/jarallax.min.js"></script> <script src="assets/js/wow.min.js"></script> <script src="assets/js/jquery-ui.js"> </script> <!-- custom js file --> <script src="assets/js/main.js"></script> </body> <!-- Mirrored from arid-html.vercel.app/main-file/dist/blog-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 24 Apr 2025 11:10:22 GMT --> </html>