PK

ADDRLIN : /home/questend/public_html/domains/amazingworldtravelsolutions.com/
FLL :
Current File : /home/questend/public_html/domains/amazingworldtravelsolutions.com/index.php

<?php
   ob_start();
   //error_reporting(E_ALL ^ E_NOTICE);
   @session_start();
   ini_set('allow_url_include',1);
   date_default_timezone_set("Asia/Kolkata");
   set_time_limit(600);
   ini_set('max_execution_time',600);   
   require_once 'tour-admin/includes/settings/PDODB.php';
   include 'tour-admin/includes/modules/functions.php';

   $function = new FUNCTIONS();

   $pdodb = PDODB::getInstance();
   $limit = 8;

   // Fetch the blog data for the current page
   $sqlQuery = "SELECT * FROM tb_blog WHERE isactive=1 ORDER BY id DESC LIMIT $limit";
   $blogdata = $pdodb->query($sqlQuery);

?>
<!doctype html>
<html class="no-js" lang="en-US">
   <head>
      <meta charset="utf-8">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <title>Amazing world travel solutions | Home </title>
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="robots" content="INDEX,FOLLOW">
      <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
      <meta name="msapplication-TileColor" content="#ffffff">
      <meta name="msapplication-TileImage" content="assets/img/favicons/ms-icon-144x144.png">
      <meta name="theme-color" content="#ffffff">
      <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=Inter:wght@100..900&amp;family=Manrope:wght@200..800&amp;family=Montez&amp;display=swap" rel="stylesheet">
      <link rel="stylesheet" href="assets/css/bootstrap.min.css">
      <link rel="stylesheet" href="assets/css/fontawesome.min.css">
      <link rel="stylesheet" href="assets/css/magnific-popup.min.css">
      <link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
      <link rel="stylesheet" href="assets/css/style.css">
   </head>
   <body>

      <div class="th-menu-wrapper onepage-nav">
         <div class="th-menu-area text-center">
            <button class="th-menu-toggle"><i class="fal fa-times"></i></button>
            <div class="mobile-logo"><a href="index"><img src="assets/img/amazing_world-logo.png" alt="Tourm"></a></div>
            <div class="th-mobile-menu">
               <ul>
                  <li><a class="active" href="index">Home</a> </li>
                  <li><a href="about">About Us</a></li>
                  <li class="menu-item-has-children">
                     <a href="#">Our Services</a>
                     <ul class="sub-menu">
                        <li><a href="outbound-and-inbound">Outbound and Inbound</a></li>
                        <li><a href="international-tour-package">International Tour Package</a></li>
                        <li><a href="domestic-tour-package">Domestic Tour Package</a></li>
                        <li><a href="international-ticketing">International Ticketing </a></li>
                        <li><a href="visa-assistance">Visa  Assistance( Any Country)</a></li>
                        <li><a href="Car-rental">Car Rental (Any Vehicle)</a></li>
                        <li><a href="bird-watching-&-photography">Bird Watching & Photography</a></li>
                        <li><a href="meeting-&-conference-organized-of-company">Meeting & Conference organized of Company</a></li>
                     </ul>
                  </li>
                  <li><a href="our-tours">Our Tours Package</a></li>
                  <li><a href="gallery">Our Gallery</a></li>
                  <!-- <li><a href="blog">Blog</a></li> -->
                  <li><a href="contact">Contact us</a></li>
               </ul>
            </div>
         </div>
      </div>

      <header class="th-header header-layout3 header-layout8 header-absolute">
         <div class="header-top" style="background-color: white;">
            <div class="container th-container d-none d-xl-inline-block">
               <div class="row justify-content-center justify-content-xl-between align-items-center">
                  <div class="col-auto d-none d-md-block">
                     <div class="header-links">
                        <ul>
                           <li class="d-none d-xl-inline-block"><i class="fa-sharp fa-regular fa-location-dot"></i> <span>Lechubagan, Hegrabari Guwahati, Kamrup(M), Assam</span></li>
                           <li class="d-none d-xl-inline-block"><i class="fa-regular fa-clock"></i> <span>Sun to Friday: 8.00 am - 7.00 pm</span></li>
                        </ul>
                     </div>
                  </div>
                  <div class="col-auto">
                     <div class="header-right">                  
                        <div class="header-links">
                           <ul>
                              <li class="d-none d-md-inline-block"><a target="_blank" href="instagram.com"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
                              <li class="d-none d-md-inline-block"><a target="_blank" href="facebook.com"><i class="fa-brands fa-facebook"></i> Facebook</a></li>
                           </ul>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
         <div class="sticky-wrapper">
            <div class="menu-area">
               <div class="container">
                  <div class="row align-items-center justify-content-between">
                     <div class="col-auto">
                        <div class="header-logo"><a href="index"><img style="width: 220px;"  src="assets/img/amazing_world-logo.png" alt="Tourm"></a></div>
                     </div>
                     <div class="col-auto d-xl-block">
                        <nav class="main-menu d-none d-xl-inline-block">
                           <ul>
                              <li><a class="active" href="index">Home</a> </li>
                              <li><a href="about">About Us</a></li>
                              <li class="menu-item-has-children">
                                 <a href="#">Our Services</a>
                                 <ul class="sub-menu">
                                    <li><a href="outbound-and-inbound">Outbound and Inbound</a></li>
                                    <li><a href="international-tour-package">International Tour Package</a></li>
                                    <li><a href="domestic-tour-package">Domestic Tour Package</a></li>
                                    <li><a href="international-ticketing">International Ticketing </a></li>
                                    <li><a href="visa-assistance">Visa  Assistance( Any Country)</a></li>
                                    <li><a href="Car-rental">Car Rental (Any Vehicle)</a></li>
                                    <li><a href="bird-watching-&-photography">Bird Watching & Photography</a></li>
                                    <li><a href="meeting-&-conference-organized-of-company">Meeting & Conference organized of Company</a></li>
                                 </ul>
                              </li>
                              <li><a href="our-tours">Our Tours Package</a></li>
                              <li><a href="gallery">Our Gallery</a></li>
                              <!-- <li><a href="blog">Blog</a></li> -->
                              <li><a href="contact">Contact us</a></li>
                           </ul>
                        </nav>
                        <button type="button" class="th-menu-toggle d-block d-xl-none"><i class="far fa-bars"></i></button>
                     </div>               
                  </div>
               </div>
            </div>
         </div>
      </header>

      <section>
         <div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
           <div class="carousel-inner">
             <div class="carousel-item">
               <img src="assets/img/banner/1.jpg" class="d-block w-100" alt="...">
             </div>
             <div class="carousel-item">
               <img src="assets/img/banner/2.jpg" class="d-block w-100" alt="...">
             </div>
             <div class="carousel-item">
               <img src="assets/img/banner/3.jpg" class="d-block w-100" alt="...">
             </div>
             <div class="carousel-item">
               <img src="assets/img/banner/4.jpg" class="d-block w-100" alt="...">
             </div>
             <div class="carousel-item active">
               <img src="assets/img/banner/5.jpg" class="d-block w-100" alt="...">
             </div>
           </div>
           <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
             <span class="carousel-control-prev-icon" aria-hidden="true"></span>
             <span class="visually-hidden">Previous</span>
           </button>
           <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
             <span class="carousel-control-next-icon" aria-hidden="true"></span>
             <span class="visually-hidden">Next</span>
           </button>
         </div>
      </section>

      <div class="about-area position-relative overflow-hidden space" id="about-sec">
         <div class="container">
            <div class="row">
               <div class="col-xl-6">
                  <div class="title-area mb-20">
                     <span class="sub-title style1 mb-20">Who We Are</span>
                     <!-- <h2 class="sec-title mb-20">Discover why Tourm is your ultimate forest escape</h2> -->
                     <p class="sec-text mb-50">Amazing World Travel Solutions is built on a passion for travel and a commitment to excellence. We specialize in curating personalized travel experiences tailored to individual preferences and group requirements. From stunning international destinations to the unexplored beauty of India, our travel experts ensure you experience the world like never before.</p>
                     <div class="mt-35"><a href="about" class="th-btn style3 th-icon">Learn More</a></div>
                  </div>                  
               </div>
               <div class="col-xl-6">
                  <div class="img-box8">
                     <div class="img3 global-img"><img src="assets/img/normal/about.jpg" alt="About"></div>
                  </div>
               </div>
            </div>
         </div>
      </div>

      <section class="position-relative bg-smoke overflow-hidden space" id="service-sec" data-bg-src="assets/img/bg/shape_bg_1.png">
         <div class="container">
            <div class="row">
               <div class="col-lg-7 offset-lg-3">
                  <div class="title-area text-center">
                     <span class="sub-title">Immerse Yourself in Nature</span>
                     <h2 class="sec-title">Your perfect forest adventure</h2>
                     <p class="sec-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
                  </div>
               </div>
            </div>
            <div class="slider-area tour-slider">
               <div class="swiper th-slider has-shadow slider-drag-wrap" data-slider-options='{"breakpoints":{"0":{"slidesPerView":1},"576":{"slidesPerView":"1"},"768":{"slidesPerView":"2"},"992":{"slidesPerView":"2"},"1200":{"slidesPerView":"3"},"1300":{"slidesPerView":"4"}}}'>
                  <div class="swiper-wrapper">
                     <?php for($i=0;$i<count($blogdata);$i++){
                        $urlTitle=str_replace(' ', '_',$blogdata[$i]['title']);?>
                        <div class="swiper-slide">
                           <div class="tour-box style4 th-ani gsap-cursor">
                              <div class="tour-box_img global-img"><img src="tour-admin/uploads/blog/<?=$blogdata[$i]['file'];?>" alt="<?=$blogdata[$i]['title'];?>"></div>
                              <div class="tour-content">
                                 <h3 class="box-title"><a href="tour-details/<?=$blogdata[$i]['id']?>/<?=$urlTitle;?>"><?=$blogdata[$i]['title'];?></a></h3>                                 
                                 <div class="tour-action">
                                     <!--<span><i class="fa-light fa-clock"></i>7 Days</span> -->
                                     <a href="tour-details/<?=$blogdata[$i]['id']?>/<?=$urlTitle;?>" class="th-btn style4 th-icon">Book Now</a></div>
                              </div>
                           </div>
                        </div>
                     <?php } ?> 
                  </div>
               </div>
            </div>
         </div>
      </section>

      <section class="position-relative overflow-hidden bg-top-center space-top" id="destination-sec" data-bg-src="assets/img/bg/destination_bg_1.png">
         <div class="container">
            <div class="title-area text-center">
               <span class="sub-title text-white">Top Spot</span>
               <h2 class="sec-title text-white">Discover Our Destinations</h2>
            </div>
            <div class="slider-area">
               <div class="swiper th-slider has-shadow" id="destinationSlider6" data-slider-options='{"breakpoints":{"0":{"slidesPerView":1},"576":{"slidesPerView":"1"},"768":{"slidesPerView":"2"},"992":{"slidesPerView":"2"},"1200":{"slidesPerView":"3"},"1300":{"slidesPerView":"3"}}}'>
                  <div class="swiper-wrapper">
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_1.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Costa Rica Forest</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_2.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Black Forest, Germany</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_3.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Amazon Jungle</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_1.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Costa Rica Forest</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_2.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Black Forest, Germany</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="destination-item2 th-ani">
                           <div class="box-img global-img"><img src="assets/img/destination/destination_7_3.jpg" alt="image"></div>
                           <div class="box-content">
                              <h3 class="box-title"><a href="destination-details.html">Amazon Jungle</a></h3>
                              <p class="box-text">25 Listing</p>
                           </div>
                        </div>
                     </div>
                  </div>
                  <button data-slider-prev="#destinationSlider6" class="slider-arrow slider-prev"><img src="assets/img/icon/right-arrow2.svg" alt=""></button> <button data-slider-next="#destinationSlider6" class="slider-arrow slider-next"><img src="assets/img/icon/left-arrow2.svg" alt=""></button>
               </div>
            </div>
         </div>
      </section>

      <section class="testi-area7 bg-smoke overflow-hidden space" id="testi-sec" data-bg-src="assets/img/bg/map.png">
         <div class="container">
            <div class="row justify-content-center">
               <div class="col-xl-6">
                  <div class="title-area mb-40">
                     <span class="sub-title">Testimonial</span>
                     <h2 class="sec-title">What Our Clients Think</h2>
                  </div>
                  <div class="swiper th-slider testiSlide5" id="testiSlide7" data-slider-options='{"effect":"slide","loop":false,"thumbs":{"swiper":".testi-grid2-thumb"}}'>
                     <div class="swiper-wrapper">

                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">Me, my sister and my niece together we planned to visit Srilanka.Intially we decided to do the ticket by own .But in foreign country we may problem so we didn't take rick .So we decided to take help who is known to us "Amazing World Travel Solutions" CEO Bismita Saikia .We told her about the planning to visit Sri Lanka.Earlier we also take service of her while visiting Dubai with our family members in the year 2023 on the month of April in very reasonable price she helps to visit Dubai. For Sri Lanka visit she arranged Flight tickets ,Hotel booking for sightseeing at Sri Lanka for 3 person of  6 seater good vechile provided to us .According to our selection in Air India tickets also done by her. On the date in the afternoon 3 pm we started our journey towards Colombo.But after reaching at the Guwahati Airport come to know for going to Colombo via Chennai our AI flight is cancelled due to cyclone at Chennai. In that flight those who are travelling for going treatment and other purpose the passenger become panic. We call Bismita from the Guwahati Airport, Bismita immediately contact AI people and asked to reschedule the flight.After sometime the airlines authority reschedule the flight via Delhi to Colombo. In the Colombo Airport for us car is awaiting for sightseeing at Sri Lanka .While seeing the road are not so wide .hilly area.Our driver is obedient and polite .whatever we asked to the driver ,he answered very politely. Even Bismita also taking news through driver about us .Hence without any tension very nicely we done the journey. Sri Lanka is naturally beauty with Indian Ocean ,rivers . waterfalls.hills surrounded by trees with zero pollution.Even in the hills beautiful tea garden it's very attractive. Hotel are good category and meals also very tasty and even more food can eat. Atlast " For ending our journey nicely we thankful to Bismita".</p>
                                 <h6 class="box-title">Shirin Asraf Choudhury, Tarun Nagar .Guwahati -5 </h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>
                        
                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">"I am writing on behalf of my wife Romilla,  friends and myself to express our sincere appreciation and heartfelt thanks for the successful and wonderfully conducted tour of North East India. We returned from our trip to Assam, Meghalaya and Arunachal Pradesh feeling incredibly satisfied and with memories that will last a lifetime. The entire itinerary planned by you & Dilip was perfectly planned and executed. We especially want to highlight a few key aspects that made the trip exceptional: Seamless Logistics : The transportation arrangements, from the Urbania to the inter-city transfers, were incredibly smooth and comfortable. Excellent Accommodation : The hotels/homestays in were excellent. They were clean, comfortable, and well-chosen for their quality, location, ambiance and hospitality. Wonderful Driver: All drivers were fantastic, polite, knowledgeable, and always punctual. Their insights truly enhanced our experience. Personalized Touches: We especially appreciate your efforts to make our experience enriching. It was evident that a lot of effort and attention to detail went into curating this itinerary to meet our group's interests. The trip ran like clockwork, allowing us to focus entirely on enjoying the stunning landscapes and rich culture of the North East. Thank you once again for your professionalism, excellent service, and for making our long-awaited trip with friends such a resounding success. We will certainly be recommending your services to anyone planning a trip to the region and also use your services for Hornbell Festival next year."</p>
                                 <h6 class="box-title">Wing commander Sunil Soni Veteran</h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>
                        
                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">“Bismita, the trip you planned for us was excellent and well-organized.  All details, including hotels and food, was excellent.  We had an amazing road trip from Varanasi to Lucknow from November 3rd to November 9th, 2025, including Allahabad and Ayodhya. Thank you for creating such a memorable journey. Your services are highly recommended!”</p>
                                 <h6 class="box-title">Ninjula Devee, Guwahati</h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>

                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">“This has been one of our best trips. Loved the services provided by Bismita. Food, transport and accommodation has been very convenient. We enjoyed a lot.”</p>
                                 <h6 class="box-title">Ranjana Hazarika, Tezpur</h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>

                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">“It was a very well planned very well organised trip and all thanks to Bismita.she managed everything so well, right from food to accommodation to travelling,everything was on point and very well delivered. Bismita congratulations to you.”</p>
                                 <h6 class="box-title">Indrani Dutta</h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>

                        <div class="swiper-slide">
                           <div class="testi-grid2">
                              <div class="box-content">
                                 <p class="box-text">“Thank you for the memories. I hope to return and again see the sites with your assistance. Happy holidays.”</p>
                                 <h6 class="box-title">Prof Robert Fox, California, USA</h6>
                                 <span class="box-desig">Traveller</span>
                                 <div class="box-review"><i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i></div>
                              </div>
                           </div>
                        </div>

                     </div>
                  </div>
                  <!-- <div class="swiper th-slider testi-grid2-thumb style2" data-slider-options='{"effect":"slide","slidesPerView":"6","spaceBetween":7,"loop":false}'>
                     <div class="icon-box"><button data-slider-prev="#testiSlide7" class="slider-arrow default"><img src="assets/img/icon/right-arrow2.svg" alt=""></button> <button data-slider-next="#testiSlide7" class="slider-arrow default"><img src="assets/img/icon/left-arrow2.svg" alt=""></button></div>
                     <div class="swiper-wrapper">
                        <div class="swiper-slide">
                           <div class="box-img"><img src="assets/img/testimonial/testi_4_1.png" alt="Image"></div>
                        </div>
                        <div class="swiper-slide">
                           <div class="box-img"><img src="assets/img/testimonial/testi_4_2.png" alt="Image"></div>
                        </div>
                        <div class="swiper-slide">
                           <div class="box-img"><img src="assets/img/testimonial/testi_4_3.png" alt="Image"></div>
                        </div>
                        <div class="swiper-slide">
                           <div class="box-img"><img src="assets/img/testimonial/testi_4_4.png" alt="Image"></div>
                        </div>
                     </div>
                  </div> -->
               </div>
               <div class="col-xl-6">
                  <div class="testi-image-wrapp2">
                     <div class="testi-img" data-mask-src="assets/img/testimonial/testi_shape_1.png">
                        <img src="assets/img/testimonial/testi-img1.jpg" alt="">
                     </div>
                     <div class="testi-shape2">
                        <img src="assets/img/testimonial/testi_shape_1.png" alt="">
                     </div>
                     <div class="testi-img2">
                        <img src="assets/img/testimonial/testi-img2.jpg" alt="">
                     </div>
                     <div class="testi-shape">
                        <img src="assets/img/testimonial/testi_shape_2.png" alt="">
                     </div>
                  </div>
               </div>
            </div>
         </div>
         <div class="shape-mockup z-index-3 d-none d-xl-block" data-bottom="0%" data-right="0%"><img src="assets/img/shape/shape_21.png" alt="shape"></div>
      </section>

      <!-- <section class="space">
         <div class="container z-index-common">
            <div class="title-area text-center">
               <span class="sub-title">Meet with Guide</span>
               <h2 class="sec-title">Our Experienced Guide</h2>
            </div>
            <div class="slider-area">
               <div class="swiper th-slider teamSlider5 has-shadow" id="teamSlider5" data-slider-options='{"breakpoints":{"0":{"slidesPerView":1},"576":{"slidesPerView":"1"},"768":{"slidesPerView":"2"},"992":{"slidesPerView":"3"},"1200":{"slidesPerView":"4"}}}'>
                  <div class="swiper-wrapper">
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_1.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jacob Jones</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_2.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jane Cooper</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_3.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Guy Hawkins</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_4.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jenny Wilson</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_1.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jacob Jones</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_2.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jane Cooper</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_3.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Guy Hawkins</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                     <div class="swiper-slide">
                        <div class="th-team team-box style2">
                           <div class="team-img"><img src="assets/img/team/team_1_4.jpg" alt="Team"></div>
                           <div class="team-content">
                              <div class="media-body">
                                 <h3 class="box-title"><a href="tour-guider-details.html">Jenny Wilson</a></h3>
                                 <span class="team-desig">Tourist Guide</span>
                                 <div class="th-social"><a target="_blank" href="https://facebook.com/"><i class="fab fa-facebook-f"></i></a> <a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a> <a target="_blank" href="https://instagram.com/"><i class="fab fa-instagram"></i></a> <a target="_blank" href="https://linkedin.com/"><i class="fab fa-linkedin-in"></i></a></div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
                  <div class="slider-pagination"></div>
               </div>
            </div>
         </div>
      </section> -->

      <div class="overflow-hidden space">
         <div class="container">
            <div class="row gy-4 align-items-center">
               <div class="col-lg-6">
                  <div class="title-area">
                     <span class="sub-title style1">Why Choose Us</span>
                     <h2 class="sec-title">Why Choose Us for Your Tour?</h2>
                  </div>
                  <ol class="sec-text" style="font-size: 20px;">
                     <li>Govt. Approved Leading DMC</li>
                     <li>Experienced and Certified Travel Experts</li>
                     <li>24/7 Customer Support</li>
                     <li>Wide Range of Vehicles and Travel Options</li>
                     <li>Customized Packages Tailored to Your Needs</li>
                     <li>Transparent Pricing and No Hidden Costs</li>   
                  </ol>                  
               </div>
               <div class="col-lg-6">
                  <div class="choose-wrapp">
                     <div class="img1 global-img"><img src="assets/img/normal/choose_1.jpg" alt="Choose"></div>
                     <div class="img1 global-img"><img src="assets/img/normal/choose_2.jpg" alt="Choose"></div>
                     <div class="img1 global-img"><img src="assets/img/normal/choose_3.jpg" alt="Choose"></div>
                     <div class="img1 global-img"><img src="assets/img/normal/choose_4.jpg" alt="Choose"></div>
                  </div>
               </div>
            </div>
            <div class="shape-mockup d-none d-xxl-block" data-top="5%" data-right="-20%"><img src="assets/img/shape/shape_19.png" alt=""></div>
            <div class="shape-mockup d-none d-xxl-block" data-bottom="-17%" data-left="-20%"><img src="assets/img/shape/shape_20.png" alt=""></div>
         </div>
      </div>
      
      <div class="bg-top-center position-relative overflow-hidden space-bottom" data-bg-src="assets/img/bg/contact_bg_7.jpg">
         <div class="container">
            <div class="row gy-4 justify-content-between align-items-center flex-row-reverse">
               <div class="col-lg-6">
                  
               </div>
               <div class="col-lg-6">
                  <div class="contact-form-area">
                     <form action="" method="POST" class="ajax-contact" id="contactForm">
                        <div class="row contact-form2">
                           <div class="col-12 form-group">
                              <input type="text" class="form-control" name="name" id="name" placeholder="First Name">
                              <img src="assets/img/icon/user.svg" alt="">
                           </div>
                           <div class="col-12 form-group">
                              <input type="email" class="form-control" name="email" id="email" placeholder="Your Mail">
                              <img src="assets/img/icon/mail.svg" alt="">
                           </div>
                           <div class="col-12 form-group">
                              <input type="mobile" class="form-control" name="mobile" id="mobile" placeholder="Your mobile no.">
                              <img src="assets/img/icon/phone.svg" alt="" style="filter: grayscale(100%);">
                           </div>                           
                           <div class="form-group col-12">
                              <textarea name="message" id="message" cols="30" rows="3" class="form-control" placeholder="Your Message"></textarea> 
                              <img src="assets/img/icon/chat.svg" alt="">
                           </div>
                           <div class="form-btn col-12">
                              <div style="margin: 0 0 10px;" class="g-recaptcha" data-sitekey="6LdQnR4sAAAAAAFlDmb2ZDn-ix8NC-UFQBNEBxbT"></div>                            
                           </div>
                        </div>
                        <div class="form-btn-wrapp">
                           <div class="form-btn"><button class="th-btn white-btn" type="submit" name="submit-form">Send Message <img src="assets/img/icon/plane3.svg" alt=""></button></div>
                           <div class="contact-info">
                              <p class="contact-info_link"><a href="tel:+919864669625">+91 98646 69625</a></p>
                              <div class="contact-info_icon"><a href="tel:+919864669625"><img src="assets/img/icon/call.svg" alt=""></a></div>
                           </div>
                        </div>
                     </form>
                  </div>
               </div>
            </div>
         </div>
      </div>

      <!-- <section class="overflow-hidden space">
         <div class="container">
            <div class="row justify-content-lg-between justify-content-center align-items-end">
               <div class="col-lg">
                  <div class="title-area text-center text-lg-start">
                     <span class="sub-title">Blog and Article</span>
                     <h2 class="sec-title">News & Update of Tourm</h2>
                  </div>
               </div>
               <div class="col-lg-auto d-none d-lg-block">
                  <div class="sec-btn"><a href="blog.html" class="th-btn style4 th-icon">See More Articles</a></div>
               </div>
            </div>
            <div class="row gx-24 gy-30">
               <div class="col-xl-5">
                  <div class="blog-grid th-ani">
                     <div class="blog-img global-img"><img src="assets/img/blog/blog_8_1.jpg" alt="blog image"></div>
                     <div class="blog-grid_content">
                        <div class="blog-meta"><a class="author" href="blog.html">July 05, 2024</a> <a href="blog.html">6 min read</a></div>
                        <h3 class="box-title"><a href="blog-details.html">10 Remarkable Wildlife Travel Experiences That Will Take You on Unforgettable Adventures.</a></h3>
                        <a href="blog-details.html" class="th-btn style4 th-icon">Read More</a>
                     </div>
                  </div>
               </div>
               <div class="col-xl-7">
                  <div class="blog-grid style2 th-ani">
                     <div class="blog-img global-img"><img src="assets/img/blog/blog_8_2.jpg" alt="blog image"></div>
                     <div class="blog-grid_content">
                        <div class="blog-meta"><a class="author" href="blog.html">July 07, 2024</a> <a href="blog.html">7 min read</a></div>
                        <h3 class="box-title"><a href="blog-details.html">Exploring the Wonders of the Wild: Forest Tour Highlights</a></h3>
                        <a href="blog-details.html" class="th-btn style4 th-icon">Read More</a>
                     </div>
                  </div>
                  <div class="blog-grid th-ani style2 mt-24">
                     <div class="blog-img global-img"><img src="assets/img/blog/blog_8_3.jpg" alt="blog image"></div>
                     <div class="blog-grid_content">
                        <div class="blog-meta"><a class="author" href="blog.html">July 10, 2024</a> <a href="blog.html">8 min read</a></div>
                        <h3 class="box-title"><a href="blog-details.html">The Forest Gazette: Recent Highlights and Future Tour Plans</a></h3>
                        <a href="blog-details.html" class="th-btn style4 th-icon">Read More</a>
                     </div>
                  </div>
               </div>
            </div>
            <div class="shape-mockup shape1 d-none d-xxl-block" data-top="14%" data-right="-9%"><img src="assets/img/shape/shape_1.png" alt="shape"></div>
            <div class="shape-mockup shape2 d-none d-xl-block" data-top="25%" data-right="-14%"><img src="assets/img/shape/shape_2.png" alt="shape"></div>
            <div class="shape-mockup shape3 d-none d-xxl-block" data-top="15%" data-right="-15%"><img src="assets/img/shape/shape_3.png" alt="shape"></div>
            <div class="shape-mockup movingX d-none d-xxl-block" data-bottom="-17%" data-right="-10%"><img src="assets/img/shape/shape_9.png" alt="shape"></div>
         </div>
      </section> -->

      <?php include_once'layout/footer.php';?>
      
      <script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
      <script src="assets/js/swiper-bundle.min.js"></script>
      <script src="assets/js/bootstrap.min.js"></script>
      <script src="assets/js/jquery.magnific-popup.min.js"></script>
      <script src="assets/js/jquery.counterup.min.js"></script>
      <script src="assets/js/jquery-ui.min.js"></script>
      <script src="assets/js/imagesloaded.pkgd.min.js"></script>
      <script src="assets/js/isotope.pkgd.min.js"></script>
      <script src="assets/js/gsap.min.js"></script>
      <script src="assets/js/circle-progress.js"></script>
      <script src="assets/js/matter.min.js"></script>
      <script src="assets/js/matterjs-custom.js"></script>
      <script src="assets/js/nice-select.min.js"></script>
      <script src="assets/js/main.js"></script>

      <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
      <!-- Google reCAPTCHA CDN -->
      <script type='text/javascript' src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.14.0/jquery.validate.js"></script>
      <script src="https://www.google.com/recaptcha/api.js" async defer></script>

      <script type="text/javascript">
        jQuery.noConflict()(function ($) {
          $('#contactForm').on('submit', function (e) {
            e.preventDefault(); // Prevent default form submission
            // Clear previous error messages
            $('.error').remove();
            // Validation
            let name = $('#name').val().trim();
            let email = $('#email').val().trim();
            let mobile = $('#mobile').val().trim();
            let message = $('#message').val().trim();
            let isValid = true;

            if (!name) {
              $('#name').after('<p class="error" style="color:red; font-size:14px; text-align: left;">Please enter your name</p>');
              isValid = false;
            }            
            if (!validateEmail(email)) {
              $('#email').after('<p class="error" style="color:red; font-size:14px; text-align: left;">Please enter a valid email address</p>');
              isValid = false;
            }
            if (!message) {
              $('#message').after('<p class="error" style="color:red; font-size:14px; text-align: left;">Please enter your message</p>');
              isValid = false;
            }

            if (mobile === "" || !validateMobile(mobile)) {
              $('#mobile').after('<p class="error" style="color:red; font-size:14px; text-align: left;">Please enter a valid 10-digit mobile number</p>');
              isValid = false;

            }

            let recaptchaResponse = grecaptcha.getResponse();
            if (!recaptchaResponse) {
              $('.g-recaptcha').after('<p class="error" style="color:red; font-size:14px; text-align: left;">Please complete the reCAPTCHA</p>');
              isValid = false;
            }

            if (isValid) {
              // Disable submit button and show 'Processing...'
              let submitBtn = $('.btn-two');
              submitBtn.prop('disabled', true).text('Processing...');

              // Prepare form data
              var formData = { name, email, mobile, message, 'g-recaptcha-response': recaptchaResponse };

              // AJAX request
              $.ajax({
                url: "contactform.php",
                type: "POST",
                data: formData,
                success: function (response) {
                  const res = JSON.parse(response);
                  submitBtn.prop('disabled', false).text('Submit'); // Reset button

                  if (res.success) {
                    $('#contactForm')[0].reset();
                    grecaptcha.reset(); // Reset reCAPTCHA
                    Swal.fire({
                      icon: 'success',
                      title: 'Thank you!',
                      text: 'Your request was successfully submitted!',
                      timer: 5000,
                      showConfirmButton: false
                    });
                  } else {
                    Swal.fire({
                      icon: 'error',
                      title: 'Submission Failed',
                      text: 'Please try again later.',
                    });
                  }
                },
                error: function () {
                  submitBtn.prop('disabled', false).text('Submit');
                  Swal.fire({
                    icon: 'error',
                    title: 'Error!',
                    text: 'An error occurred while submitting the form.',
                  });
                },
              });
            }

          });

          // Email validation function
          function validateEmail(email) {
            const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
            return emailRegex.test(email);
          }

          function validateMobile(mobile) {

           const mobileRegex = /^[0-9]{10}$/;

           return mobileRegex.test(mobile);

           }
        });
      </script>
   </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home