D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
salvation.incrediblebengal.com
/
Filename :
index.php
back
Copy
<?php include'config.php'; error_reporting(); ?> <!DOCTYPE html> <html lang="en"> <head> <?php include'style.php'; ?> <title> Encode Restro || Restaurent Management System </title> </head> <body> <?php include'header.php'; ?> <div class="cat-main-wrapper"> <!-- Home Banner Section --> <section class="cat-banner-wrapper" id="home" data-scroll-index="0"> <div class="cat-banner-social"> <ul> <li><a href="javascript:void(0);"><i class="fa fa-facebook"></i></a></li> <li><a href="javascript:void(0);"><i class="fa fa-twitter"></i></a></li> <li><a href="javascript:void(0);"><i class="fa fa-instagram"></i></a></li> <li><a href="javascript:void(0);"><i class="fa fa-youtube-play"></i></a></li> </ul> </div> <div class="container"> <div class="cat-banner-section"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="cat-banner-text"> <div class="cat-banner-text-inner"> <h4><span>Book Us for your Dream Event</span></h4> <h1 class="cat-banner-title"> Enhancing the Smart Restro</h1> <p>Discover thrilling outdoor activities, forge unforgettable memories, and reconnect with nature. Join us for an adventure of a lifetime!</p> </div> </div> </div> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="banner-img"> <img src="assets/images/main/story1.png" alt=""> </div> </div> </div> </div> </div> <a href="#scroll-down-section" class="scroll-down-section" data-scroll-index="1"> <span></span> </a> <a href="javascript:void(0);" class="cat-banner-contact"> <i class="fa fa-phone" aria-hidden="true"></i> <span> +91 97337 14747 </span> </a> </section> <!-- Top Dishes Section --> <section class="cat-top-dishes-wrapper cat-section-spacer relative" id="trending" data-scroll-index="1"> <div class="top-left-shap bouncing"> <img src="assets/images/main/shap/tomatto.png" alt=""> </div> <div class="top-right-shap bouncing"> <img src="assets/images/main/shap/leaf.png" alt=""> </div> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="cat-heading-wrapper"> <h4>Offer Zone</h4> <h2>Popular Dishes Of Our Caterers</h2> </div> </div> <div class="popular_dishes"> <div class="popularDish_slider owl-carousel owl-theme"> <div class="item"> <div class="popular_disheDiv"> <div class="popular_disheImg"> <img src="assets/images/main/dish/chickendryfry.jpg"> </div> <div class="popular_dishDetails"> <h4>Chicken Dry Fry <span><i class="fa fa-inr"></i>220</span> </h4> <p></p> </div> </div> </div> <div class="item"> <div class="popular_disheDiv"> <div class="popular_disheImg"> <img src="assets/images/main/dish/singapur-noodles-mix.jpg"> </div> <div class="popular_dishDetails"> <h4>Singapore Noodles Mix <span><i class="fa fa-inr"></i>280</span> </h4> <p></p> </div> </div> </div> <div class="item"> <div class="popular_disheDiv"> <div class="popular_disheImg"> <img src="assets/images/main/dish/american-chicken-chopsey.jpg"> </div> <div class="popular_dishDetails"> <h4>American Chicken Chopsey <span><i class="fa fa-inr"></i>260</span> </h4> <p></p> </div> </div> </div> <div class="item"> <div class="popular_disheDiv"> <div class="popular_disheImg"> <img src="assets/images/main/dish/Schezwan-Fried-Rice-Non-Veg.jpg"> </div> <div class="popular_dishDetails"> <h4>Schezwan Fried Rice Non Veg <span><i class="fa fa-inr"></i>200</span> </h4> <p></p> </div> </div> </div> <div class="item"> <div class="popular_disheDiv"> <div class="popular_disheImg"> <img src="assets/images/main/dish/dab-icecream.jpg"> </div> <div class="popular_dishDetails"> <h4>Daab Ice Cream <span><i class="fa fa-inr"></i>150</span> </h4> <p></p> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Menus --> <section class="cat-menu-wrapper cat-section-spacer has-bg" id="menu" data-scroll-index="2"> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="cat-heading-wrapper"> <h4>Our Menu</h4> <h2>Most Popular Food in the World</h2> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="cat-menu-item-section"> <div class="cat-menu-wrapper cat-nav-tabs"> <ul class="nav nav-pills" id="pills-tab" role="tablist"> <?php $recipe_category = ""; $show_items = "SELECT * FROM recipe_category"; $run_query = mysqli_query($conn, $show_items); if($run_query-> num_rows > 0){ while($row = mysqli_fetch_assoc($run_query)) { ?> <li class="nav-item" role="presentation"> <button class="nav-link" id="<?php echo $recipe_category; ?>-tab" data-bs-toggle="pill" data-bs-target="#<?php echo $row['recipe_category_name']; ?>" type="button" role="tab" aria-controls="<?php echo $row['recipe_category_name']; ?>" aria-selected="true"><?php echo $row['recipe_category_name']; ?></button> </li> <?php } } ?> </ul> <div class="tab-content" id="pills-tabContent"> <?php $view_recipe = "SELECT * FROM recipe_category"; $run_recipe = mysqli_query($conn, $view_recipe); if($run_recipe-> num_rows > 0){ while($row = mysqli_fetch_assoc($run_recipe)) { $recipe_category = $row['recipe_category_name']; ?> <div class="tab-pane fade " id="<?php echo $recipe_category;?>" role="tabpanel" aria-labelledby="pills-tab"> <div class="cat-menu-holder"> <div class="row"> <?php $show_data = "SELECT * FROM food_item where food_category = '$recipe_category'"; $run_data = mysqli_query($conn, $show_data); if($run_data-> num_rows > 0){ while($result = mysqli_fetch_assoc($run_data)) { ?> <div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12"> <div class="cat-menu-section"> <div class="cat-pricing-list"> <span class="cat-pri-icon"> <img src="admin/images/food-images/<?php echo $result['food_img']; ?>" alt=""> </span> <div class="cat-price-info"> <div class="cat-pricing-title"> <h4><?php echo $result['food_name']; ?></h4> <span class="cat-price"><i class="fa fa-inr"></i><?php echo $result['food_price']; ?></span> </div> <!--<p>Consectetur adipiscing elit sed dwso eiusmod tempor incididunt ut labore.</p>--> </div> </div> </div> </div> <?php } } ?> </div> </div> </div> <?php } } ?> </div> </div> </div> </div> </div> </div> </section> <!--Services Section Start--> <section class="cat_service_wrapper" id="services" data-scroll-index="3"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-12 col-sm-12 col-12"> <div class="cat_service_box wow slideleft"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/picnic.png" alt="service-img"> </span> </div> <h5>Picnic</h5> <p>Having a picnic at our Adventure Camp is a delightful escape into nature's tranquility.Salvation Adventure Camp promises a peaceful and memorable day filled with joy and relaxation.</p> </div> <div class="cat_service_box wow slideleft" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/dine-in.png" alt="service-img"> </span> <h5>Kitty party</h5> <p>Salvation Adventure Camp ensures a memorable and enjoyable kitty party experience for everyone to cherish. Gather your friends and make memories that will last a lifetime in this tranquil and adventurous setting</p> </div> </div> <div class="cat_service_box wow slideleft" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/happy-birthday.png" alt="service-img"> </span> <h5>Birthday party</h5> <p>Celebrate your birthday in the heart of nature.Create unforgettable memories, and enjoy a unique birthday celebration surrounded by the beauty of nature.</p> </div> </div> <div class="cat_service_box wow slideleft" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/talk.png" alt="service-img"> </span> <h5>Get together</h5> <p>Gather your loved ones for a memorable get-together.Salvation Adventure Camp provides the perfect blend of both, ensuring a wonderful and meaningful get-together with friends and family.</p> </div> </div> </div> <div class="col-lg-6 col-md-12 col-sm-12 col-12"> <div class="cat_service_outer wow zoom"> <div class="cat_service_chart"> <div class="cat_service_data"> <div class="cat_section_headings"> <span class="cat_subheading">Best One</span> <h4>About Salvation</h4> <div class="cat_border"></div> </div> <p class="text-white">Salvation Adventure Camp, Muktikhola, Dudhiya. 25 km from Siliguri. Its a kind of day out destination with a camping concept.</p> <p class="text-white">Special attraction:<br> 1. Titanic View point. 360° view with a selfee point.<br> 2. Open garden and place for camp fire. covered with fountain and a special couple seat covered by fountain.<br> 3. Open long hill facing hanging deck.<br> 4. Special seating arrangement in a bamboo hut for any group meeting and celebration.<br> 5. Unic Bamboo Hut with both side hill view for family.<br> 6. Open cafeteria for road side visit.<br> 7. One Igloo house with a clear roof top. Size 9x9 from center. Special attraction to sea clear sky and days of full moon.<br> 8. 3 luxury tent for family. <br>9. One "Gachbari" with 360° view.<br> 10. Modern western bath rooms: 4 unites. <br>11. We will conduct any group meet, family function, any small celebration. with a capacity of 100 pax.</p> <p class="text-white">12. Special attractions are a. 360 ° hill view. b. Mukti River c. Waterfall d. Tea Garden e. Jungle f. Shiva Temple g. Bird watching and fishing. h. And many more</p> </div> </div> </div> </div> <div class="col-lg-3 col-md-12 col-sm-12 col-12"> <div class="cat_service_box wow slideright"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/bachelor-party.png" alt="service-img"> </span> </div> <h5>Bachelor party</h5> <p>enjoy your bachelor party with an unforgettable adventure.Make lasting memories and toast to the groom-to-be amidst the beauty and excitement of this unique outdoor retreat.</p> </div> <div class="cat_service_box wow slideright" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/stay-at-home.png" alt="service-img"> </span> <h5>Stay</h5> <p>Enjoy quality time with loved ones, indulge in delicious meals prepared over open flames, and unwind in the peaceful ambiance of Salvation Adventure Camp. It's the ideal destination for a rejuvenating stay filled with adventure and tranquility.</p> </div> </div> <div class="cat_service_box wow slideright" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/dine-in.png" alt="service-img"> </span> <h5>Pre and post wedding shoot:</h5> <p>Capture the magic of your love story with a pre and post-wedding shoot at our Adventure Camp.Celebrate your journey together amidst the beauty of nature and treasure timeless memories captured in this enchanting setting.</p> </div> </div> <div class="cat_service_box wow slideright" data-wow-duration="2s"> <div class="cat_service_img"> <span class="cat_service_icon"> <img src="assets/images/main/service/meeting.png" alt="service-img"> </span> <h5>Open area meeting</h5> <p>Conduct your open area meeting amidst the inspiring surroundings of Adventure Camp!Combine business objectives with outdoor adventure for a memorable and impactful meeting experience at Salvation Adventure Camp.</p> </div> </div> </div> </div> </div> </section> <!--Latest News Section Start--> <section class="cat_news_wrapper" id="news" data-scroll-index="4"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="cat_section_headings wow zoom"> <span class="cat_subheading">Place Near Salvation</span> <!--<h4>Latest News</h4>--> <div class="cat_border"></div> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="cat_news_slider_wrapper"> <div class="owl-carousel-news owl-carousel owl-theme"> <div class="item"> <div class="cat_news_box m_b20 wow slideleft"> <div class="row m-0"> <div class="col-lg-4 col-md-12 col-sm-12 padding-left"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/darjeeling.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/darjeeling.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Darjeeling</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>Darjeeling is a town in the Indian state of West Bengal. It is famous for its tea gardens and scenic views of the Himalayas. It's located about 69 km (43 mi) from Siliguri, so depending on your mode of transportation, it could take 2-4 hours to get from Siliguri to Darjeeling. </p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> </div> </div> <!--second--> <div class="cat_news_box wow slideright"> <div class="row m-0"> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Mirik</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>Nestled in the hills of Darjeeling, Mirik is a charming hill station in West Bengal known for its pleasant climate and natural beauty. The centerpiece of Mirik is the scenic Sumendu Lake, surrounded by gardens and pine trees. Tourists enjoy boating on the lake, horse riding, and taking in the views of the Kanchenjunga mountain range. Mirik is also known for its tea gardens, monasteries, and viewpoints. It's a great destination for a relaxing getaway if you're in the Darjeeling area. It is located 49 kilometers from Darjeeling and 52 kilometers from Siliguri, where you are currently located. </p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12 padding-right"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/mirik-650.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/blog-big2.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> </div> </div> </div> <!--third items--> <div class="item"> <div class="cat_news_box m_b20 wow slideleft"> <div class="row"> <div class="col-lg-4 col-md-12 col-sm-12 padding-left"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/coronation.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/coronation.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Coronation Bridge</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>The Coronation Bridge, also known as Sevoke Roadway Bridge, is a historic landmark right here in Siliguri. It's a steel truss bridge that stretches over the Teesta River, connecting you to Darjeeling and Kalimpong. </p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> </div> </div> <!--second--> <div class="cat_news_box wow slideright"> <div class="row"> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Bengal Safari Park</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>The Bengal Safari Park, also known as the North Bengal Wild Animals Park, is a wildlife and safari park located in Siliguri, West Bengal, India. It's part of the Mahananda Wildlife Sanctuary and offers visitors a chance to see a variety of animals in their natural habitat.</p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12 padding-right"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/bengalsafari.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/bengalsafari.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> </div> </div> </div> <!--third item--> <div class="item"> <div class="cat_news_box m_b20 wow slideleft"> <div class="row"> <div class="col-lg-4 col-md-12 col-sm-12 padding-left"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/blog1.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/blog-big5.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Darjeeling</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>Darjeeling is a town in the Indian state of West Bengal. It is famous for its tea gardens and scenic views of the Himalayas. It's located about 69 km (43 mi) from Siliguri, so depending on your mode of transportation, it could take 2-4 hours to get from Siliguri to Darjeeling. </p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> </div> </div> <!--second--> <div class="cat_news_box wow slideright"> <div class="row"> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="cat_news_data"> <!--<div class="cat_news_date">--> <!-- <span class="nws_date">05</span>--> <!-- <span class="nws_month">jul 2018</span>--> <!--</div>--> <h5>Darjeeling</h5> <!--<ul class="cat_news_details">--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-comment"></i></span>0 Comments</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-heart"></i></span>Like This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-twitter"></i></span>Tweet This</a>--> <!-- </li>--> <!-- <li><a href="javascript:void(0);"><span class="cat_news_icon"><i class="fa fa-pencil"></i></span>Post a Comment</a>--> <!-- </li>--> <!--</ul>--> <p>Darjeeling is a town in the Indian state of West Bengal. It is famous for its tea gardens and scenic views of the Himalayas. It's located about 69 km (43 mi) from Siliguri, so depending on your mode of transportation, it could take 2-4 hours to get from Siliguri to Darjeeling. </p> <a href="blog.html" class="cat_view" data-hover="view menu"> read more ..<i class="flaticon-food-2"></i></a> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12 padding-right"> <div class="cat_news_img"> <div class="cat_news_img_box"> <img src="assets/images/news/blog2.jpg" alt="" class="img-responsive" /> <div class="cat_dish_img_caption"></div> </div> <a href="assets/images/news/blog-big6.jpg" class="news-popup-link cat_img_gallery" title="Delicious"> <i class="flaticon-tool-2"></i> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cat_dish_overlay"></div> </section> <!-- Story --> <section class="cat-about-wrapper cat-section-spacer" id="about" data-scroll-index="5"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="cat-story-img"> <img src="assets/images/main/story2.png" alt=""> </div> </div> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="cat-story-info"> <div class="cat-heading-wrapper"> <h4> Our Story </h4> <h2> Trusted By 10k + satisfied clients </h2> </div> <p class="mb-3"> Over 10k+ satisfied clients have experienced the thrill and beauty of Salvation Adventure Camp! Join our growing community of adventurers and discover why they keep coming back for more. </p> <ul class="cat-story-list"> <li> <span> <svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m271.176 121.396c-150.205 7.822-271 132.495-271 284.604v106l37.925-88.29c44.854-89.692 133.847-147.041 233.075-152.314v121.318l240.648-196.714-240.648-196z"/></g></svg> </span> Fresh and Fast food Delivery </li> <li> <span> <svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m271.176 121.396c-150.205 7.822-271 132.495-271 284.604v106l37.925-88.29c44.854-89.692 133.847-147.041 233.075-152.314v121.318l240.648-196.714-240.648-196z"/></g></svg> </span> 24/7 Customer Support </li> <li> <span> <svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m271.176 121.396c-150.205 7.822-271 132.495-271 284.604v106l37.925-88.29c44.854-89.692 133.847-147.041 233.075-152.314v121.318l240.648-196.714-240.648-196z"/></g></svg> </span> Easy Customization Options </li> <li> <span> <svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m271.176 121.396c-150.205 7.822-271 132.495-271 284.604v106l37.925-88.29c44.854-89.692 133.847-147.041 233.075-152.314v121.318l240.648-196.714-240.648-196z"/></g></svg> </span> Delicious Deals for Delicious Meals </li> </ul> </div> </div> </div> </div> </section> <!-- Events --> <section class="cat-event-wrapper cat-section-spacer has-bg" id="gallery" data-scroll-index="6"> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="cat-heading-wrapper"> <h4> Latest Photos </h4> <h2> Our Social & Professional Events Gallery </h2> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs"> <div class="cat-filter-menu"> <button class="filter" data-filter="all">All</button> <button class="filter" data-filter=".ourcamp">Our Camp</button> <button class="filter" data-filter=".food">Food</button> <button class="filter" data-filter=".event">Event</button> <button class="filter" data-filter=".hg">Happy Guests</button> </div> </div> </div> <div class="cat-filter"> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix ourcamp"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/ourcamp5.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/ourcamp5.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>our camp</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix ourcamp"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/ourcamp1.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/ourcamp1.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>our camp</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix ourcamp"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/ourcamp2.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/ourcamp2.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> < <h4>our camp</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix ourcamp"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/ourcamp3.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/ourcamp3.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>our camp</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix ourcamp"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/ourcamp4.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/ourcamp4.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>our camp</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix food"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/food1.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/food1.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Food</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix food"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/food2.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/food2.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Food</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix food"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/food3.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/food3.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Food</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix event"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/event1.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/event1.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Event</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix hg"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/hg1.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/hg1.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Happy Guests</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix hg"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/hg2.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/hg2.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Happy Guests</h4> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12 mix hg3"> <div class="cat-porfolio-section"> <img src="assets/images/main/event/hg3.jpeg" alt=""> <div class="cat-overlay"> <a class="popup-gallery" href="assets/images/main/event/hg3.jpeg" title=""><span class="fa fa-search-plus" aria-hidden="true"></span></a> <div class="cat-overlay-text"> <h4>Happy Guests</h4> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Testimonials --> <section class="cat-testimonials-wrapper cat-section-spacer" id="testimonials" data-scroll-index="7"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="cat-heading-wrapper"> <h4> Our Testimonials </h4> <h2> What Our Customers says! </h2> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="row"> <div class="testimonial-swiper-wrapper"> <div class="swiper-container testimonial-slider"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="mlf-testimonials-section"> <div class="mlf-testimonials-inner"> <div class="mlf-testimonials-info"> <div class="mlf-testimonials"> <img src="assets/images/main/team/testimonial.png" alt="" /> <div> <h4> Sudeshna Pradhan </h4> <!--<p>BPO Manager</p>--> </div> </div> <p style="overflow-y: scroll; height: 200px; border: 1px solid #ccc; padding: 10px;"> Highly recommended for group check in I loved this place. Too peaceful without any disturbance. The first thing is that the staffs were too cooperative and their hospitality were outstanding . I have requested earlier that the food should be less spicy and they did it. All the items including snacks and breakfast was tasty and served hot. Thanks to Mr. Abijeet and his friends for making our family get together wonderful and memorable. Vegetarian options: I ask them for veg items for one or two members of my family and got the same Dietary restrictions: I got what I have told them. Less spicy . Parking: It's a hills and the roads are quite rough so will find difficult some divers to park. </p> <div class="cat-rating"> </div> </div> </div> </div> </div> <div class="swiper-slide"> <div class="mlf-testimonials-section"> <div class="mlf-testimonials-inner"> <div class="mlf-testimonials-info"> <div class="mlf-testimonials"> <img src="assets/images/main/team/testimonial.png" alt="" /> <div> <h4> Bikiran Das </h4> <!--<p>BPO Manager</p>--> </div> </div> <p style="overflow-y: scroll; height: 200px; border: 1px solid #ccc; padding: 10px;"> Exquisite and picturesque place. Went multiple times as I liked the place. Wide range of dishes available. But the serving takes some time as they prepare it fresh. The wait is worth as the food quality is good. They host birthday parties too and been to one such party. The arrangement was splendid. They also provide stay in tents. Pros: 1. Cost is average. 2. Distance is within 30 kms from Siliguri, which the place an instant plan. 3. They could arrange for vehicles too for to and fro journey. 4. Wide range of dishes to choose from. 5. Family place. 6. You can take beautiful photos. 7. Washrooms are clean. Suggestions: 1. If you are going, inform them atleast a day early so as to avoid the preparation time. Also you get your desired food. 2. Those who will find the last two turns difficult, you may keep your vehicle down and take a walk. 3. Place looks more beautiful once the sun sets and the lights are on. Note: This is my personal experience. Others may differ. </p> <div class="cat-rating"> </div> </div> </div> </div> </div> <div class="swiper-slide"> <div class="mlf-testimonials-section"> <div class="mlf-testimonials-inner"> <div class="mlf-testimonials-info"> <div class="mlf-testimonials"> <img src="assets/images/main/team/testimonial.png" alt="" /> <div> <h4> pratik adhikary </h4> <!--<p>BPO Manager</p>--> </div> </div> <p style="overflow-y: scroll; height: 200px; border: 1px solid #ccc; padding: 10px;"> Fresh air with natural spring water resemblance the perfect beauty of nature along with the hospitality and warm vibe received from the staff was fabulous.The ambience and generosity was excellent.Come along and enjoy the moments with delicious food served at a minimal cost. </p> <div class="cat-rating"> </div> </div> </div> </div> </div> <div class="swiper-slide"> <div class="mlf-testimonials-section"> <div class="mlf-testimonials-inner"> <div class="mlf-testimonials-info"> <div class="mlf-testimonials"> <img src="assets/images/main/team/testimonial.png" alt="" /> <div> <h4> Goutam Tripathy </h4> <!--<p>BPO Manager</p>--> </div> </div> <p style="overflow-y: scroll; height: 200px; border: 1px solid #ccc; padding: 10px;"> Awesome place for weekend hangout with friends and family. Add to the location, ambience are the quality food and services, behavior and guest friendly attitude. Recommend to visit it 👍 </p> <div class="cat-rating"> </div> </div> </div> </div> </div> <div class="swiper-slide"> <div class="mlf-testimonials-section"> <div class="mlf-testimonials-inner"> <div class="mlf-testimonials-info"> <div class="mlf-testimonials"> <img src="assets/images/main/team/testimonial.png" alt="" /> <div> <h4> Keya Adhikary </h4> <!--<p>BPO Manager</p>--> </div> </div> <p style="overflow-y: scroll; height: 200px; border: 1px solid #ccc; padding: 10px;"> It is a very pleasant place..service and environment was highly appreciated within our family members </p> <div class="cat-rating"> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pagination pagination-testimonial-swiper"></div> </div> </div> </div> </div> </div> </section> </div> <?php include'footer.php'; ?> <script type="text/javascript"> $('.cat-nav-tabs > .nav-pills > li.nav-item:first-child > button.nav-link').addClass('active'); $('.cat-nav-tabs > .tab-content > .tab-pane:first-child').addClass('show active'); </script> </body> </html>