diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fd5205 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +🏛️ **Indian Museum 3D Viewer 🌐🖼️** + +Welcome to the Indian Museum 3D Viewer, a captivating web experience that brings the beauty of Indian heritage to life! 🇮🇳✨ + +**🖌️ Wall of Art:** +Immerse yourself in a 3D-rendered museum environment, where the walls are adorned with stunning Indian paintings. Click on any painting to reveal the rich history and culture it represents. + +**🖼️ Interactive Popups:** +Clicking on a painting triggers an interactive popup, unveiling a treasure trove of information. Explore detailed photos and informative YouTube videos showcasing the heritage of the country depicted in the chosen artwork. + +**🔍 Image Zoom:** +Delve deeper into the story by clicking on images within the popups. A second popup will elegantly display high-resolution images, allowing you to marvel at the intricate details of the selected heritage. + +**📜 Descriptive Insights:** +Each popup includes descriptive content, providing users with a comprehensive understanding of the historical significance and cultural context behind the showcased heritage. + +**🛠️ Technologies Used:** +- HTML, CSS, and JavaScript for the web structure and styling. +- Three.js for the immersive 3D environment. +- Popups and interactive elements crafted with JavaScript for a seamless user experience. + +**🚀 How to Explore:** +1. Open the web application. +2. Navigate through the 3D museum environment using mouse or touch controls. +3. Click on a painting to trigger an interactive popup. +4. Explore heritage through images, videos, and detailed descriptions. +5. Dive deeper by clicking on images within the popup for an enlarged view. + +**🙌 Contributions:** +Contributions are welcome! Feel free to enhance the museum experience, add more artworks, or improve existing features. Let's collaborate to make this project an even more immersive journey into the heart of Indian culture. + +**📌 Credits:** +Special thanks to the open-source community, Three.js contributors, and all those who inspired and supported the creation of this project. + +Ready to embark on a virtual journey through the beauty and history of India? Let the Indian Museum 3D Viewer be your guide! 🎨🌏💻 diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..f90d45c --- /dev/null +++ b/css/style.css @@ -0,0 +1,43 @@ +body { + margin: 0; + overflow: hidden; +} + +#panorama-container { + position: relative; + width: 1440px; + height: 900px; + margin: 0 auto; + overflow: hidden; + cursor: move; + /* fallback if grab cursor is unsupported */ + cursor: grab; + cursor: -moz-grab; + cursor: -webkit-grab; +} + +#panorama-container:active { + cursor: grabbing; + cursor: -moz-grabbing; + cursor: -webkit-grabbing; +} + +/* Add this CSS to your stylesheet or inline style */ +/* .description-container { + max-height: 50px; + overflow-y: auto; +} */ + +/* Style the scrolling description */ +.description-scroll { + max-height: 350px; + /* Adjust the maximum height as needed */ + overflow: auto; + padding: 10px; + /* Add padding for better appearance */ +} + +.image-scroll { + overflow-x: auto; + white-space: nowrap; +} \ No newline at end of file diff --git a/img/big_indian_mesuem_hall.png b/img/big_indian_mesuem_hall.png new file mode 100644 index 0000000..724551d Binary files /dev/null and b/img/big_indian_mesuem_hall.png differ diff --git a/img/indian_mesuem_hall.png b/img/indian_mesuem_hall.png new file mode 100644 index 0000000..1d37a24 Binary files /dev/null and b/img/indian_mesuem_hall.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..057b510 Binary files /dev/null and b/img/logo.png differ diff --git a/img/mroom.png b/img/mroom.png new file mode 100644 index 0000000..0d31742 Binary files /dev/null and b/img/mroom.png differ diff --git a/img/museum1.jpg b/img/museum1.jpg new file mode 100644 index 0000000..daeb129 Binary files /dev/null and b/img/museum1.jpg differ diff --git a/img/museum2.jpg b/img/museum2.jpg new file mode 100644 index 0000000..2be31a8 Binary files /dev/null and b/img/museum2.jpg differ diff --git a/img/museum3.jpg b/img/museum3.jpg new file mode 100644 index 0000000..8e49218 Binary files /dev/null and b/img/museum3.jpg differ diff --git a/img/testMuseum.jpeg b/img/testMuseum.jpeg new file mode 100644 index 0000000..7544cc4 Binary files /dev/null and b/img/testMuseum.jpeg differ diff --git a/img/testobj.png b/img/testobj.png new file mode 100644 index 0000000..ce7afa7 Binary files /dev/null and b/img/testobj.png differ diff --git a/img/tour-old/__MACOSX/tour/._.DS_Store b/img/tour-old/__MACOSX/tour/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/1.ladakh/._GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg b/img/tour-old/__MACOSX/tour/1.ladakh/._GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg new file mode 100644 index 0000000..45df3fb Binary files /dev/null and b/img/tour-old/__MACOSX/tour/1.ladakh/._GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg differ diff --git a/img/tour-old/__MACOSX/tour/1.ladakh/._image-70.jpg b/img/tour-old/__MACOSX/tour/1.ladakh/._image-70.jpg new file mode 100644 index 0000000..2ce7b76 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/1.ladakh/._image-70.jpg differ diff --git a/img/tour-old/__MACOSX/tour/1.ladakh/._ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg b/img/tour-old/__MACOSX/tour/1.ladakh/._ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg new file mode 100644 index 0000000..5fecff4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/1.ladakh/._ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg differ diff --git a/img/tour-old/__MACOSX/tour/1.ladakh/._leh-to-pangong-lake-1.jpg b/img/tour-old/__MACOSX/tour/1.ladakh/._leh-to-pangong-lake-1.jpg new file mode 100644 index 0000000..76ebeaa Binary files /dev/null and b/img/tour-old/__MACOSX/tour/1.ladakh/._leh-to-pangong-lake-1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._.DS_Store b/img/tour-old/__MACOSX/tour/10.karnataka/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._Hampi-virupaksha-temple.jpg b/img/tour-old/__MACOSX/tour/10.karnataka/._Hampi-virupaksha-temple.jpg new file mode 100644 index 0000000..be672f4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._Hampi-virupaksha-temple.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._MYSORE.jpg b/img/tour-old/__MACOSX/tour/10.karnataka/._MYSORE.jpg new file mode 100644 index 0000000..82dffa2 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._MYSORE.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._istockphoto-1205482399-612x612.jpg b/img/tour-old/__MACOSX/tour/10.karnataka/._istockphoto-1205482399-612x612.jpg new file mode 100644 index 0000000..2eaf398 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._istockphoto-1205482399-612x612.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._shutterstock_1153818421_LR.jpg b/img/tour-old/__MACOSX/tour/10.karnataka/._shutterstock_1153818421_LR.jpg new file mode 100644 index 0000000..4967bb4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._shutterstock_1153818421_LR.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._temple-big-shiva.jpg b/img/tour-old/__MACOSX/tour/10.karnataka/._temple-big-shiva.jpg new file mode 100644 index 0000000..9867bd0 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._temple-big-shiva.jpg differ diff --git a/img/tour-old/__MACOSX/tour/10.karnataka/._tourist-places-in-karnataka5.png b/img/tour-old/__MACOSX/tour/10.karnataka/._tourist-places-in-karnataka5.png new file mode 100644 index 0000000..049c9cd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/10.karnataka/._tourist-places-in-karnataka5.png differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._40161.jpg b/img/tour-old/__MACOSX/tour/11.goa/._40161.jpg new file mode 100644 index 0000000..f37e31d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._40161.jpg differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._Credit_Shores-Threesixtyfive-res.jpg b/img/tour-old/__MACOSX/tour/11.goa/._Credit_Shores-Threesixtyfive-res.jpg new file mode 100644 index 0000000..b0b1fe6 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._Credit_Shores-Threesixtyfive-res.jpg differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._ZNA2019_AmirSara_03.jpg b/img/tour-old/__MACOSX/tour/11.goa/._ZNA2019_AmirSara_03.jpg new file mode 100644 index 0000000..44b5431 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._ZNA2019_AmirSara_03.jpg differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._ci _5866.webp b/img/tour-old/__MACOSX/tour/11.goa/._ci _5866.webp new file mode 100644 index 0000000..30622cf Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._ci _5866.webp differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._festivals-goa.jpg b/img/tour-old/__MACOSX/tour/11.goa/._festivals-goa.jpg new file mode 100644 index 0000000..3f23aee Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._festivals-goa.jpg differ diff --git a/img/tour-old/__MACOSX/tour/11.goa/._festivals-in-goa.webp b/img/tour-old/__MACOSX/tour/11.goa/._festivals-in-goa.webp new file mode 100644 index 0000000..715bccd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/11.goa/._festivals-in-goa.webp differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._5eb01bd892fe1.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._5eb01bd892fe1.jpg new file mode 100644 index 0000000..d93b585 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._5eb01bd892fe1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._6713747025_6f4fabe0b3_b_20191219132359.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._6713747025_6f4fabe0b3_b_20191219132359.jpg new file mode 100644 index 0000000..ef07e3e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._6713747025_6f4fabe0b3_b_20191219132359.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Pongal+festival.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Pongal+festival.jpg new file mode 100644 index 0000000..a0cc421 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Pongal+festival.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Poombarai%20village%20lead%20image.webp b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Poombarai%20village%20lead%20image.webp new file mode 100644 index 0000000..f1155ed Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Poombarai%20village%20lead%20image.webp differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._SI.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._SI.jpg new file mode 100644 index 0000000..33fe9cd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._SI.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg new file mode 100644 index 0000000..aea8f64 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._beaches-in-tn.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._beaches-in-tn.jpg new file mode 100644 index 0000000..f386f8b Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._beaches-in-tn.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._download.jpeg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._download.jpeg new file mode 100644 index 0000000..3f18f42 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._download.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._jallikattu-bull-festival.jpg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._jallikattu-bull-festival.jpg new file mode 100644 index 0000000..8549776 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._jallikattu-bull-festival.jpg differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._lI1Ubcq0-Tamil-Nadu.avif b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._lI1Ubcq0-Tamil-Nadu.avif new file mode 100644 index 0000000..a494f72 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._lI1Ubcq0-Tamil-Nadu.avif differ diff --git a/img/tour-old/__MACOSX/tour/12.Tamilnadu/._main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg new file mode 100644 index 0000000..715832a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/12.Tamilnadu/._main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._.DS_Store b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._13047.jpg b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._13047.jpg new file mode 100644 index 0000000..ddd0daa Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._13047.jpg differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Andhra-Pradesh-5.png b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Andhra-Pradesh-5.png new file mode 100644 index 0000000..988ad56 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Andhra-Pradesh-5.png differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Food-of-Andhra-Pradesh.webp b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Food-of-Andhra-Pradesh.webp new file mode 100644 index 0000000..8e2ff0d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._Food-of-Andhra-Pradesh.webp differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._RDESController.jpeg b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._RDESController.jpeg new file mode 100644 index 0000000..a7a6f85 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._RDESController.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._andhra-pradesh-tourism.jpg b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._andhra-pradesh-tourism.jpg new file mode 100644 index 0000000..66f1c6f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._andhra-pradesh-tourism.jpg differ diff --git a/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._istockphoto-904650758-612x612.jpg b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._istockphoto-904650758-612x612.jpg new file mode 100644 index 0000000..8a5ad2f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/13.Andhra Pradesh/._istockphoto-904650758-612x612.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._01610k7o_bansilalpet_625x300_05_December_22.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._01610k7o_bansilalpet_625x300_05_December_22.jpg new file mode 100644 index 0000000..c650d32 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._01610k7o_bansilalpet_625x300_05_December_22.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._1600x960_180674-telangana-food-festival.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._1600x960_180674-telangana-food-festival.jpg new file mode 100644 index 0000000..f469824 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._1600x960_180674-telangana-food-festival.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._197.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._197.jpg new file mode 100644 index 0000000..b54ec6f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._197.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._637028540609824089P6wRxZ.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._637028540609824089P6wRxZ.jpg new file mode 100644 index 0000000..033f5bb Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._637028540609824089P6wRxZ.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._Ramappa-Temple.webp b/img/tour-old/__MACOSX/tour/14.telangana/._Ramappa-Temple.webp new file mode 100644 index 0000000..55d760f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._Ramappa-Temple.webp differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._Six-places-to-visit-in-Warangal-in-Telangana.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._Six-places-to-visit-in-Warangal-in-Telangana.jpg new file mode 100644 index 0000000..b26fa1f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._Six-places-to-visit-in-Warangal-in-Telangana.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._Surendrapuri-Temple.webp b/img/tour-old/__MACOSX/tour/14.telangana/._Surendrapuri-Temple.webp new file mode 100644 index 0000000..4eafd71 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._Surendrapuri-Temple.webp differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp b/img/tour-old/__MACOSX/tour/14.telangana/._Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp new file mode 100644 index 0000000..e9d072e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg new file mode 100644 index 0000000..cf8d090 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg differ diff --git a/img/tour-old/__MACOSX/tour/14.telangana/._Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg b/img/tour-old/__MACOSX/tour/14.telangana/._Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg new file mode 100644 index 0000000..fde7946 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/14.telangana/._Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._.DS_Store b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Ganesh-Chaturthi-mumbai.webp b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Ganesh-Chaturthi-mumbai.webp new file mode 100644 index 0000000..02aab5f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Ganesh-Chaturthi-mumbai.webp differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Gwalior-Fort-Madhya-Pradesh.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Gwalior-Fort-Madhya-Pradesh.jpg new file mode 100644 index 0000000..d04c20e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Gwalior-Fort-Madhya-Pradesh.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._IMAGE_1662543108.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._IMAGE_1662543108.jpg new file mode 100644 index 0000000..02dbb6e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._IMAGE_1662543108.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp new file mode 100644 index 0000000..cd94368 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg new file mode 100644 index 0000000..71abaf7 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._images.jpeg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._images.jpeg new file mode 100644 index 0000000..db02285 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._images.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._istockphoto-1195731546-612x612.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._istockphoto-1195731546-612x612.jpg new file mode 100644 index 0000000..0bb9eb3 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._istockphoto-1195731546-612x612.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jalebi-food-poha_620x330_71513151863.webp b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jalebi-food-poha_620x330_71513151863.webp new file mode 100644 index 0000000..0e2715a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jalebi-food-poha_620x330_71513151863.webp differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jpg.webp b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jpg.webp new file mode 100644 index 0000000..fc04f29 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._jpg.webp differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp new file mode 100644 index 0000000..87cde13 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._mpfamousfood1.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._mpfamousfood1.jpg new file mode 100644 index 0000000..e37e2c0 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._mpfamousfood1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._traditional-food-of-madhya-pradesh.jpg b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._traditional-food-of-madhya-pradesh.jpg new file mode 100644 index 0000000..3199ae2 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/15.Madhya Pradesh/._traditional-food-of-madhya-pradesh.jpg differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._20210221_170849_Original.jpeg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._20210221_170849_Original.jpeg new file mode 100644 index 0000000..6fa33d9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._20210221_170849_Original.jpeg differ diff --git "a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" "b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" new file mode 100644 index 0000000..ca93f7e Binary files /dev/null and "b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh15.jpg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh15.jpg new file mode 100644 index 0000000..8b528b9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Chhattisgarh15.jpg differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._DSC_0080-2.jpg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._DSC_0080-2.jpg new file mode 100644 index 0000000..8086757 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._DSC_0080-2.jpg differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Faraa-chhattisgarh.jpg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Faraa-chhattisgarh.jpg new file mode 100644 index 0000000..cd99145 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._Faraa-chhattisgarh.jpg differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._fgfd.jpg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._fgfd.jpg new file mode 100644 index 0000000..5a73741 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._fgfd.jpg differ diff --git a/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._surang-tila-sirpur-1.jpg b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._surang-tila-sirpur-1.jpg new file mode 100644 index 0000000..3fe8dc3 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/16.Chhattisgarh/._surang-tila-sirpur-1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._36daa18bb8af386a50bf8e2b914ecae7.jpg b/img/tour-old/__MACOSX/tour/17.UP/._36daa18bb8af386a50bf8e2b914ecae7.jpg new file mode 100644 index 0000000..401b014 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._36daa18bb8af386a50bf8e2b914ecae7.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._76393836Agra_Main.jpg b/img/tour-old/__MACOSX/tour/17.UP/._76393836Agra_Main.jpg new file mode 100644 index 0000000..9c6f830 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._76393836Agra_Main.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._9thinkstk_643d37f134d39.jpg b/img/tour-old/__MACOSX/tour/17.UP/._9thinkstk_643d37f134d39.jpg new file mode 100644 index 0000000..6c4b5a4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._9thinkstk_643d37f134d39.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._Festivals-of-Uttar-Pradesh.jpg b/img/tour-old/__MACOSX/tour/17.UP/._Festivals-of-Uttar-Pradesh.jpg new file mode 100644 index 0000000..0837a23 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._Festivals-of-Uttar-Pradesh.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._IMAGE_1677819363.webp b/img/tour-old/__MACOSX/tour/17.UP/._IMAGE_1677819363.webp new file mode 100644 index 0000000..cb7ac70 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._IMAGE_1677819363.webp differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._UTTAR-PRADESH-FEATURE-compressed.jpg b/img/tour-old/__MACOSX/tour/17.UP/._UTTAR-PRADESH-FEATURE-compressed.jpg new file mode 100644 index 0000000..eada58b Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._UTTAR-PRADESH-FEATURE-compressed.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._india-uttar-pradesh-148915547451o.avif b/img/tour-old/__MACOSX/tour/17.UP/._india-uttar-pradesh-148915547451o.avif new file mode 100644 index 0000000..cb901f7 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._india-uttar-pradesh-148915547451o.avif differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._ntcko96_uttar-pradesh_625x300_27_December_22.jpg b/img/tour-old/__MACOSX/tour/17.UP/._ntcko96_uttar-pradesh_625x300_27_December_22.jpg new file mode 100644 index 0000000..157b870 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._ntcko96_uttar-pradesh_625x300_27_December_22.jpg differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._taj-mahal-taj-nature-walk.webp b/img/tour-old/__MACOSX/tour/17.UP/._taj-mahal-taj-nature-walk.webp new file mode 100644 index 0000000..eb45ada Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._taj-mahal-taj-nature-walk.webp differ diff --git a/img/tour-old/__MACOSX/tour/17.UP/._uttar-pradesh_hh_main.jpg b/img/tour-old/__MACOSX/tour/17.UP/._uttar-pradesh_hh_main.jpg new file mode 100644 index 0000000..184826d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/17.UP/._uttar-pradesh_hh_main.jpg differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg b/img/tour-old/__MACOSX/tour/18.Shikim/._1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg new file mode 100644 index 0000000..3650e05 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._Nepalese_Thuppa_20200714125009.jpg b/img/tour-old/__MACOSX/tour/18.Shikim/._Nepalese_Thuppa_20200714125009.jpg new file mode 100644 index 0000000..899b05a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._Nepalese_Thuppa_20200714125009.jpg differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp b/img/tour-old/__MACOSX/tour/18.Shikim/._View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp new file mode 100644 index 0000000..c25d2b8 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._cover580x580.webp b/img/tour-old/__MACOSX/tour/18.Shikim/._cover580x580.webp new file mode 100644 index 0000000..e3ca6a4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._cover580x580.webp differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._heritage-tourism1.webp b/img/tour-old/__MACOSX/tour/18.Shikim/._heritage-tourism1.webp new file mode 100644 index 0000000..f4ea98e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._heritage-tourism1.webp differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._images.jpeg b/img/tour-old/__MACOSX/tour/18.Shikim/._images.jpeg new file mode 100644 index 0000000..9c3f61d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._images.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._lingdum-monestry-sikkim.jpg b/img/tour-old/__MACOSX/tour/18.Shikim/._lingdum-monestry-sikkim.jpg new file mode 100644 index 0000000..d73bd19 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._lingdum-monestry-sikkim.jpg differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._pelling-buddha.webp b/img/tour-old/__MACOSX/tour/18.Shikim/._pelling-buddha.webp new file mode 100644 index 0000000..b1827ea Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._pelling-buddha.webp differ diff --git a/img/tour-old/__MACOSX/tour/18.Shikim/._sikkim_1_0-sixteen_nine.avif b/img/tour-old/__MACOSX/tour/18.Shikim/._sikkim_1_0-sixteen_nine.avif new file mode 100644 index 0000000..441af36 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/18.Shikim/._sikkim_1_0-sixteen_nine.avif differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._028874969Konark_Main.jpg b/img/tour-old/__MACOSX/tour/19.odisha/._028874969Konark_Main.jpg new file mode 100644 index 0000000..e8d7bcf Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._028874969Konark_Main.jpg differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._20-1505897011-2-cover.jpg b/img/tour-old/__MACOSX/tour/19.odisha/._20-1505897011-2-cover.jpg new file mode 100644 index 0000000..f6457dc Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._20-1505897011-2-cover.jpg differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._47585421.cms b/img/tour-old/__MACOSX/tour/19.odisha/._47585421.cms new file mode 100644 index 0000000..fee1b8a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._47585421.cms differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._78p8qwzo3hx.webp b/img/tour-old/__MACOSX/tour/19.odisha/._78p8qwzo3hx.webp new file mode 100644 index 0000000..c00d607 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._78p8qwzo3hx.webp differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._Durga-Puja-Festival.webp b/img/tour-old/__MACOSX/tour/19.odisha/._Durga-Puja-Festival.webp new file mode 100644 index 0000000..2126624 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._Durga-Puja-Festival.webp differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg b/img/tour-old/__MACOSX/tour/19.odisha/._Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg new file mode 100644 index 0000000..3ec140a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._Pakhala-dibasa.jpeg b/img/tour-old/__MACOSX/tour/19.odisha/._Pakhala-dibasa.jpeg new file mode 100644 index 0000000..6825d13 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._Pakhala-dibasa.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._bhubneshwar.jpg b/img/tour-old/__MACOSX/tour/19.odisha/._bhubneshwar.jpg new file mode 100644 index 0000000..c5249d8 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._bhubneshwar.jpg differ diff --git a/img/tour-old/__MACOSX/tour/19.odisha/._images.jpeg b/img/tour-old/__MACOSX/tour/19.odisha/._images.jpeg new file mode 100644 index 0000000..87670bd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/19.odisha/._images.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._636952609423208629L3kpYe.jpg b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._636952609423208629L3kpYe.jpg new file mode 100644 index 0000000..50ab534 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._636952609423208629L3kpYe.jpg differ diff --git a/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._Hemis_20170810133632.jpg b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._Hemis_20170810133632.jpg new file mode 100644 index 0000000..039ffd5 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._Hemis_20170810133632.jpg differ diff --git a/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._shutterstock_1993117301-1.jpg.webp b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._shutterstock_1993117301-1.jpg.webp new file mode 100644 index 0000000..fde7791 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/2.jammu& kashmir/._shutterstock_1993117301-1.jpg.webp differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._166115539381102155.jpg b/img/tour-old/__MACOSX/tour/20.Bihar/._166115539381102155.jpg new file mode 100644 index 0000000..e510430 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._166115539381102155.jpg differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._Folk-Dances-of-Bihar-Karma-Dance.jpg b/img/tour-old/__MACOSX/tour/20.Bihar/._Folk-Dances-of-Bihar-Karma-Dance.jpg new file mode 100644 index 0000000..cd59d58 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._Folk-Dances-of-Bihar-Karma-Dance.jpg differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._History1.jpg b/img/tour-old/__MACOSX/tour/20.Bihar/._History1.jpg new file mode 100644 index 0000000..a7f54cc Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._History1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._Jharkhand-Heritage.jpg b/img/tour-old/__MACOSX/tour/20.Bihar/._Jharkhand-Heritage.jpg new file mode 100644 index 0000000..376e23e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._Jharkhand-Heritage.jpg differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._Screenshot-2021-09-06-182833-1024x627.png b/img/tour-old/__MACOSX/tour/20.Bihar/._Screenshot-2021-09-06-182833-1024x627.png new file mode 100644 index 0000000..5d5b880 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._Screenshot-2021-09-06-182833-1024x627.png differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._Sher-Shah-Suri-Sasaram-Tomb.webp b/img/tour-old/__MACOSX/tour/20.Bihar/._Sher-Shah-Suri-Sasaram-Tomb.webp new file mode 100644 index 0000000..729f6b3 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._Sher-Shah-Suri-Sasaram-Tomb.webp differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._Tagore-Hill-Jharkhand.webp b/img/tour-old/__MACOSX/tour/20.Bihar/._Tagore-Hill-Jharkhand.webp new file mode 100644 index 0000000..dc4c655 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._Tagore-Hill-Jharkhand.webp differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._chhat-puja-1-1024x683-1.jpg b/img/tour-old/__MACOSX/tour/20.Bihar/._chhat-puja-1-1024x683-1.jpg new file mode 100644 index 0000000..db74a83 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._chhat-puja-1-1024x683-1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._jharkhand-food-e1507467932347.webp b/img/tour-old/__MACOSX/tour/20.Bihar/._jharkhand-food-e1507467932347.webp new file mode 100644 index 0000000..275f540 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._jharkhand-food-e1507467932347.webp differ diff --git a/img/tour-old/__MACOSX/tour/20.Bihar/._temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp b/img/tour-old/__MACOSX/tour/20.Bihar/._temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp new file mode 100644 index 0000000..f2323ee Binary files /dev/null and b/img/tour-old/__MACOSX/tour/20.Bihar/._temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._1634522497_batasia_loop.jpg.webp b/img/tour-old/__MACOSX/tour/21.WestBengal/._1634522497_batasia_loop.jpg.webp new file mode 100644 index 0000000..47f19f7 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._1634522497_batasia_loop.jpg.webp differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._1659608853.jpg b/img/tour-old/__MACOSX/tour/21.WestBengal/._1659608853.jpg new file mode 100644 index 0000000..8a1a3c4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._1659608853.jpg differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._Festivals-in-Kolkata.webp b/img/tour-old/__MACOSX/tour/21.WestBengal/._Festivals-in-Kolkata.webp new file mode 100644 index 0000000..54c9b1c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._Festivals-in-Kolkata.webp differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._WEST-BENGAL.jpg b/img/tour-old/__MACOSX/tour/21.WestBengal/._WEST-BENGAL.jpg new file mode 100644 index 0000000..38bd033 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._WEST-BENGAL.jpg differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._heritage-sites-in-west-bengal.jpg b/img/tour-old/__MACOSX/tour/21.WestBengal/._heritage-sites-in-west-bengal.jpg new file mode 100644 index 0000000..a58ebf9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._heritage-sites-in-west-bengal.jpg differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png b/img/tour-old/__MACOSX/tour/21.WestBengal/._iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png new file mode 100644 index 0000000..b6b7227 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._jpg.webp b/img/tour-old/__MACOSX/tour/21.WestBengal/._jpg.webp new file mode 100644 index 0000000..7a03c46 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._jpg.webp differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._shorsheilish1.jpg b/img/tour-old/__MACOSX/tour/21.WestBengal/._shorsheilish1.jpg new file mode 100644 index 0000000..9acbd93 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._shorsheilish1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/21.WestBengal/._unnamed.jpg b/img/tour-old/__MACOSX/tour/21.WestBengal/._unnamed.jpg new file mode 100644 index 0000000..a360ae6 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/21.WestBengal/._unnamed.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._Khajuraho_Main.jpeg b/img/tour-old/__MACOSX/tour/22.Assam/._Khajuraho_Main.jpeg new file mode 100644 index 0000000..a37125a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._Khajuraho_Main.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._Rang-Ghar.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._Rang-Ghar.jpg new file mode 100644 index 0000000..79d1320 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._Rang-Ghar.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._assam-destinations.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._assam-destinations.jpg new file mode 100644 index 0000000..ee284d1 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._assam-destinations.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._bihu-festival-1.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._bihu-festival-1.jpg new file mode 100644 index 0000000..075b665 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._bihu-festival-1.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._cc658021b653d9c612d379aaf325ce39.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._cc658021b653d9c612d379aaf325ce39.jpg new file mode 100644 index 0000000..37a004c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._cc658021b653d9c612d379aaf325ce39.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._img_20201206_142428-01-012961935735460003989.jpeg b/img/tour-old/__MACOSX/tour/22.Assam/._img_20201206_142428-01-012961935735460003989.jpeg new file mode 100644 index 0000000..59ff864 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._img_20201206_142428-01-012961935735460003989.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._khajuraho_650x400_61524021948.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._khajuraho_650x400_61524021948.jpg new file mode 100644 index 0000000..921dcfd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._khajuraho_650x400_61524021948.jpg differ diff --git a/img/tour-old/__MACOSX/tour/22.Assam/._sivadol-sivasagar-assam-featured-image.jpg b/img/tour-old/__MACOSX/tour/22.Assam/._sivadol-sivasagar-assam-featured-image.jpg new file mode 100644 index 0000000..7fd5011 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/22.Assam/._sivadol-sivasagar-assam-featured-image.jpg differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._51795518.webp b/img/tour-old/__MACOSX/tour/23.Meghalaya/._51795518.webp new file mode 100644 index 0000000..b29ae26 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._51795518.webp differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._Cathedral-Catholic-Church.jpg b/img/tour-old/__MACOSX/tour/23.Meghalaya/._Cathedral-Catholic-Church.jpg new file mode 100644 index 0000000..db2bd6e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._Cathedral-Catholic-Church.jpg differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._Kiang-Nongbah-Monument.jpg b/img/tour-old/__MACOSX/tour/23.Meghalaya/._Kiang-Nongbah-Monument.jpg new file mode 100644 index 0000000..6a0ff10 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._Kiang-Nongbah-Monument.jpg differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._assam-destinations.jpg b/img/tour-old/__MACOSX/tour/23.Meghalaya/._assam-destinations.jpg new file mode 100644 index 0000000..4511a19 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._assam-destinations.jpg differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._behdeinkhlam-festival.jpg b/img/tour-old/__MACOSX/tour/23.Meghalaya/._behdeinkhlam-festival.jpg new file mode 100644 index 0000000..5d761a1 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._behdeinkhlam-festival.jpg differ diff --git a/img/tour-old/__MACOSX/tour/23.Meghalaya/._caribbean-dishes-barbados-food.jpg b/img/tour-old/__MACOSX/tour/23.Meghalaya/._caribbean-dishes-barbados-food.jpg new file mode 100644 index 0000000..e6f45b4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/23.Meghalaya/._caribbean-dishes-barbados-food.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._.DS_Store b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._48556039886_172c28b852_b.jpg b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._48556039886_172c28b852_b.jpg new file mode 100644 index 0000000..57e45c1 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._48556039886_172c28b852_b.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg new file mode 100644 index 0000000..0ecbeca Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg new file mode 100644 index 0000000..dfd116c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Hornbill-4.jpg b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Hornbill-4.jpg new file mode 100644 index 0000000..a661732 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Hornbill-4.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Losar-Festival-Arunachal.jpg b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Losar-Festival-Arunachal.jpg new file mode 100644 index 0000000..ffa457a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._Losar-Festival-Arunachal.jpg differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._North-East-India-Food.webp b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._North-East-India-Food.webp new file mode 100644 index 0000000..3c5f142 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._North-East-India-Food.webp differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-625-ians_625x350_71444819317.webp b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-625-ians_625x350_71444819317.webp new file mode 100644 index 0000000..fc862ba Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-625-ians_625x350_71444819317.webp differ diff --git a/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-governor-greets-people-on-solung-festival.webp b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-governor-greets-people-on-solung-festival.webp new file mode 100644 index 0000000..d8ad9c3 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/24.arunachal pradesh/._arunachal-pradesh-governor-greets-people-on-solung-festival.webp differ diff --git a/img/tour-old/__MACOSX/tour/25.Nagaland/._.DS_Store b/img/tour-old/__MACOSX/tour/25.Nagaland/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/25.Nagaland/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/25.Nagaland/._NPIC-202212174548-1.webp b/img/tour-old/__MACOSX/tour/25.Nagaland/._NPIC-202212174548-1.webp new file mode 100644 index 0000000..16db149 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/25.Nagaland/._NPIC-202212174548-1.webp differ diff --git a/img/tour-old/__MACOSX/tour/25.Nagaland/._Tawang-Festival.jpg b/img/tour-old/__MACOSX/tour/25.Nagaland/._Tawang-Festival.jpg new file mode 100644 index 0000000..acaeb14 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/25.Nagaland/._Tawang-Festival.jpg differ diff --git a/img/tour-old/__MACOSX/tour/25.Nagaland/._eastern-morungs-750x379.jpg b/img/tour-old/__MACOSX/tour/25.Nagaland/._eastern-morungs-750x379.jpg new file mode 100644 index 0000000..41a9bb9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/25.Nagaland/._eastern-morungs-750x379.jpg differ diff --git a/img/tour-old/__MACOSX/tour/25.Nagaland/._hornbill_1511353900t.jpg b/img/tour-old/__MACOSX/tour/25.Nagaland/._hornbill_1511353900t.jpg new file mode 100644 index 0000000..c5bf375 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/25.Nagaland/._hornbill_1511353900t.jpg differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._2022_11$largeimg_262341042.jpg b/img/tour-old/__MACOSX/tour/26.manipur/._2022_11$largeimg_262341042.jpg new file mode 100644 index 0000000..5c3455d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._2022_11$largeimg_262341042.jpg differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._KANGLA-500x300.png b/img/tour-old/__MACOSX/tour/26.manipur/._KANGLA-500x300.png new file mode 100644 index 0000000..af3935b Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._KANGLA-500x300.png differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._Sanamahi-Temple-Manipur.jpg b/img/tour-old/__MACOSX/tour/26.manipur/._Sanamahi-Temple-Manipur.jpg new file mode 100644 index 0000000..0d07663 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._Sanamahi-Temple-Manipur.jpg differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._festiv.jpeg b/img/tour-old/__MACOSX/tour/26.manipur/._festiv.jpeg new file mode 100644 index 0000000..ae2117f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._festiv.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._kugfk8nptkh.webp b/img/tour-old/__MACOSX/tour/26.manipur/._kugfk8nptkh.webp new file mode 100644 index 0000000..001f90f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._kugfk8nptkh.webp differ diff --git a/img/tour-old/__MACOSX/tour/26.manipur/._vm7emg4tvzk.webp b/img/tour-old/__MACOSX/tour/26.manipur/._vm7emg4tvzk.webp new file mode 100644 index 0000000..a4eb62f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/26.manipur/._vm7emg4tvzk.webp differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._266.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._266.jpg new file mode 100644 index 0000000..a286a40 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._266.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._267.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._267.jpg new file mode 100644 index 0000000..9bf2ecd Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._267.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._Kirateshwar-Mahadev-Temple-Sikkim.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._Kirateshwar-Mahadev-Temple-Sikkim.jpg new file mode 100644 index 0000000..82d0c82 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._Kirateshwar-Mahadev-Temple-Sikkim.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._Mizoram.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._Mizoram.jpg new file mode 100644 index 0000000..f51ee43 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._Mizoram.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp b/img/tour-old/__MACOSX/tour/27.mizoram/._blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp new file mode 100644 index 0000000..4c04061 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._festivals-tourism-mizoram.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._festivals-tourism-mizoram.jpg new file mode 100644 index 0000000..c6fffce Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._festivals-tourism-mizoram.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif b/img/tour-old/__MACOSX/tour/27.mizoram/._hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif new file mode 100644 index 0000000..786a19e Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._majestic.jpg b/img/tour-old/__MACOSX/tour/27.mizoram/._majestic.jpg new file mode 100644 index 0000000..41532a5 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._majestic.jpg differ diff --git a/img/tour-old/__MACOSX/tour/27.mizoram/._solomon-temple-aizawl-mizoram.webp b/img/tour-old/__MACOSX/tour/27.mizoram/._solomon-temple-aizawl-mizoram.webp new file mode 100644 index 0000000..870f1a6 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/27.mizoram/._solomon-temple-aizawl-mizoram.webp differ diff --git a/img/tour-old/__MACOSX/tour/3. himachal/._Himachal-feature-image-e1638421748290.jpg b/img/tour-old/__MACOSX/tour/3. himachal/._Himachal-feature-image-e1638421748290.jpg new file mode 100644 index 0000000..8ed353a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/3. himachal/._Himachal-feature-image-e1638421748290.jpg differ diff --git a/img/tour-old/__MACOSX/tour/3. himachal/._IMAGE_1651143259.webp b/img/tour-old/__MACOSX/tour/3. himachal/._IMAGE_1651143259.webp new file mode 100644 index 0000000..1f74639 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/3. himachal/._IMAGE_1651143259.webp differ diff --git a/img/tour-old/__MACOSX/tour/3. himachal/._Image-1-Sumit-Mahar.jpg b/img/tour-old/__MACOSX/tour/3. himachal/._Image-1-Sumit-Mahar.jpg new file mode 100644 index 0000000..872a684 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/3. himachal/._Image-1-Sumit-Mahar.jpg differ diff --git a/img/tour-old/__MACOSX/tour/3. himachal/._Lohri.jpg b/img/tour-old/__MACOSX/tour/3. himachal/._Lohri.jpg new file mode 100644 index 0000000..6a03cea Binary files /dev/null and b/img/tour-old/__MACOSX/tour/3. himachal/._Lohri.jpg differ diff --git a/img/tour-old/__MACOSX/tour/3. himachal/._kullu-dussehra-celebrated.jpg b/img/tour-old/__MACOSX/tour/3. himachal/._kullu-dussehra-celebrated.jpg new file mode 100644 index 0000000..706bb2d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/3. himachal/._kullu-dussehra-celebrated.jpg differ diff --git a/img/tour-old/__MACOSX/tour/4.punjab/._2022_7$largeimg_1471622636.jpg b/img/tour-old/__MACOSX/tour/4.punjab/._2022_7$largeimg_1471622636.jpg new file mode 100644 index 0000000..39c70c0 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/4.punjab/._2022_7$largeimg_1471622636.jpg differ diff --git a/img/tour-old/__MACOSX/tour/4.punjab/._360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg b/img/tour-old/__MACOSX/tour/4.punjab/._360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg new file mode 100644 index 0000000..9e4f901 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/4.punjab/._360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg differ diff --git a/img/tour-old/__MACOSX/tour/4.punjab/._PUNJAB.jpg b/img/tour-old/__MACOSX/tour/4.punjab/._PUNJAB.jpg new file mode 100644 index 0000000..7cc527d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/4.punjab/._PUNJAB.jpg differ diff --git a/img/tour-old/__MACOSX/tour/4.punjab/._sos_punjab.avif b/img/tour-old/__MACOSX/tour/4.punjab/._sos_punjab.avif new file mode 100644 index 0000000..88d1c11 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/4.punjab/._sos_punjab.avif differ diff --git a/img/tour-old/__MACOSX/tour/5.UK/._Banner.jpeg b/img/tour-old/__MACOSX/tour/5.UK/._Banner.jpeg new file mode 100644 index 0000000..6c93740 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/5.UK/._Banner.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/5.UK/._Char-Dham-Yatra-in-Uttarakhand.webp b/img/tour-old/__MACOSX/tour/5.UK/._Char-Dham-Yatra-in-Uttarakhand.webp new file mode 100644 index 0000000..261b70d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/5.UK/._Char-Dham-Yatra-in-Uttarakhand.webp differ diff --git a/img/tour-old/__MACOSX/tour/5.UK/._GettyRF_956963154.avif b/img/tour-old/__MACOSX/tour/5.UK/._GettyRF_956963154.avif new file mode 100644 index 0000000..d4e7f98 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/5.UK/._GettyRF_956963154.avif differ diff --git a/img/tour-old/__MACOSX/tour/5.UK/._Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg b/img/tour-old/__MACOSX/tour/5.UK/._Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg new file mode 100644 index 0000000..ba9b3dc Binary files /dev/null and b/img/tour-old/__MACOSX/tour/5.UK/._Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg differ diff --git a/img/tour-old/__MACOSX/tour/5.UK/._about-us.webp b/img/tour-old/__MACOSX/tour/5.UK/._about-us.webp new file mode 100644 index 0000000..b050f61 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/5.UK/._about-us.webp differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg b/img/tour-old/__MACOSX/tour/6.delhi/._181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg new file mode 100644 index 0000000..303e718 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._New-Delhi-India-War-Memorial-arch-Sir.webp b/img/tour-old/__MACOSX/tour/6.delhi/._New-Delhi-India-War-Memorial-arch-Sir.webp new file mode 100644 index 0000000..794a327 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._New-Delhi-India-War-Memorial-arch-Sir.webp differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg b/img/tour-old/__MACOSX/tour/6.delhi/._Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg new file mode 100644 index 0000000..1ff24e4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._images (1).jpeg b/img/tour-old/__MACOSX/tour/6.delhi/._images (1).jpeg new file mode 100644 index 0000000..07027b4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._images (1).jpeg differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._images.jpeg b/img/tour-old/__MACOSX/tour/6.delhi/._images.jpeg new file mode 100644 index 0000000..6fad57c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._images.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/6.delhi/._kumar-pao-bhaji-krishna-nagar.webp b/img/tour-old/__MACOSX/tour/6.delhi/._kumar-pao-bhaji-krishna-nagar.webp new file mode 100644 index 0000000..3d5a43d Binary files /dev/null and b/img/tour-old/__MACOSX/tour/6.delhi/._kumar-pao-bhaji-krishna-nagar.webp differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._2.jpeg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._2.jpeg new file mode 100644 index 0000000..8a9456a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._2.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._DAL-BAATI-CHURMA.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._DAL-BAATI-CHURMA.jpg new file mode 100644 index 0000000..7e8f1b2 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._DAL-BAATI-CHURMA.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._Header.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._Header.jpg new file mode 100644 index 0000000..4e06a5f Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._Header.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp b/img/tour-old/__MACOSX/tour/7.Rajasthan/._Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp new file mode 100644 index 0000000..5ac6251 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._beautiful-rajasthan-travel-places-main.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._beautiful-rajasthan-travel-places-main.jpg new file mode 100644 index 0000000..fcde01c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._beautiful-rajasthan-travel-places-main.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._bhu naksha rajasthan.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._bhu naksha rajasthan.jpg new file mode 100644 index 0000000..d7af3f0 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._bhu naksha rajasthan.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._braj-holi-festival-rajasthan.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._braj-holi-festival-rajasthan.jpg new file mode 100644 index 0000000..d95c51c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._braj-holi-festival-rajasthan.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._ckhd4ozxj1xr0l7p0aqw.jpg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._ckhd4ozxj1xr0l7p0aqw.jpg new file mode 100644 index 0000000..457b73a Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._ckhd4ozxj1xr0l7p0aqw.jpg differ diff --git a/img/tour-old/__MACOSX/tour/7.Rajasthan/._download.jpeg b/img/tour-old/__MACOSX/tour/7.Rajasthan/._download.jpeg new file mode 100644 index 0000000..35bd845 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/7.Rajasthan/._download.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._.DS_Store b/img/tour-old/__MACOSX/tour/8.gujrat/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._DP1.webp b/img/tour-old/__MACOSX/tour/8.gujrat/._DP1.webp new file mode 100644 index 0000000..24c218c Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._DP1.webp differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._Feature-Akshardham-Temple.jpg b/img/tour-old/__MACOSX/tour/8.gujrat/._Feature-Akshardham-Temple.jpg new file mode 100644 index 0000000..aad6ae5 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._Feature-Akshardham-Temple.jpg differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._Festivals-in-Gujarat-cover.webp b/img/tour-old/__MACOSX/tour/8.gujrat/._Festivals-in-Gujarat-cover.webp new file mode 100644 index 0000000..22c3e81 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._Festivals-in-Gujarat-cover.webp differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._Gujarat-Tourism-Statue-of-Unity.jpg b/img/tour-old/__MACOSX/tour/8.gujrat/._Gujarat-Tourism-Statue-of-Unity.jpg new file mode 100644 index 0000000..10e7e92 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._Gujarat-Tourism-Statue-of-Unity.jpg differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._Somnath-Temple.jpg b/img/tour-old/__MACOSX/tour/8.gujrat/._Somnath-Temple.jpg new file mode 100644 index 0000000..717d8d8 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._Somnath-Temple.jpg differ diff --git a/img/tour-old/__MACOSX/tour/8.gujrat/._images.jpeg b/img/tour-old/__MACOSX/tour/8.gujrat/._images.jpeg new file mode 100644 index 0000000..5bfe6e9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/8.gujrat/._images.jpeg differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._.DS_Store b/img/tour-old/__MACOSX/tour/9.mumbai/._.DS_Store new file mode 100644 index 0000000..a5b28df Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._.DS_Store differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._79127080.webp b/img/tour-old/__MACOSX/tour/9.mumbai/._79127080.webp new file mode 100644 index 0000000..b22ecf4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._79127080.webp differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._9597a76e591600cfdb3064e1de907d0be0bfb.avif b/img/tour-old/__MACOSX/tour/9.mumbai/._9597a76e591600cfdb3064e1de907d0be0bfb.avif new file mode 100644 index 0000000..ebe52a2 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._9597a76e591600cfdb3064e1de907d0be0bfb.avif differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg b/img/tour-old/__MACOSX/tour/9.mumbai/._CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg new file mode 100644 index 0000000..ab129e4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._Mumbai.webp b/img/tour-old/__MACOSX/tour/9.mumbai/._Mumbai.webp new file mode 100644 index 0000000..c810977 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._Mumbai.webp differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._blog_header-07-scaled.jpg b/img/tour-old/__MACOSX/tour/9.mumbai/._blog_header-07-scaled.jpg new file mode 100644 index 0000000..56c87ce Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._blog_header-07-scaled.jpg differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._fun-and-unusual-things-to-do-in-Mumbai.jpg b/img/tour-old/__MACOSX/tour/9.mumbai/._fun-and-unusual-things-to-do-in-Mumbai.jpg new file mode 100644 index 0000000..e4aeea4 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._fun-and-unusual-things-to-do-in-Mumbai.jpg differ diff --git a/img/tour-old/__MACOSX/tour/9.mumbai/._shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg b/img/tour-old/__MACOSX/tour/9.mumbai/._shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg new file mode 100644 index 0000000..5fba6d9 Binary files /dev/null and b/img/tour-old/__MACOSX/tour/9.mumbai/._shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg differ diff --git a/img/tour-old/tour/.DS_Store b/img/tour-old/tour/.DS_Store new file mode 100644 index 0000000..c562b0e Binary files /dev/null and b/img/tour-old/tour/.DS_Store differ diff --git a/img/tour-old/tour/1.ladakh/GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg b/img/tour-old/tour/1.ladakh/GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg new file mode 100644 index 0000000..e0a2d1f Binary files /dev/null and b/img/tour-old/tour/1.ladakh/GettyImages-1024237862-21e9fd7adafc4b8880ba650499432b31.jpg differ diff --git a/img/tour-old/tour/1.ladakh/image-70.jpg b/img/tour-old/tour/1.ladakh/image-70.jpg new file mode 100644 index 0000000..a445f60 Binary files /dev/null and b/img/tour-old/tour/1.ladakh/image-70.jpg differ diff --git a/img/tour-old/tour/1.ladakh/ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg b/img/tour-old/tour/1.ladakh/ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg new file mode 100644 index 0000000..5a4c916 Binary files /dev/null and b/img/tour-old/tour/1.ladakh/ladakh-india-main-bazaar-in-leh-ladakh-jammu-and-kashmir-india-2CAM6E9.jpg differ diff --git a/img/tour-old/tour/1.ladakh/leh-to-pangong-lake-1.jpg b/img/tour-old/tour/1.ladakh/leh-to-pangong-lake-1.jpg new file mode 100644 index 0000000..7c9aab1 Binary files /dev/null and b/img/tour-old/tour/1.ladakh/leh-to-pangong-lake-1.jpg differ diff --git a/img/tour-old/tour/10.karnataka/.DS_Store b/img/tour-old/tour/10.karnataka/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/10.karnataka/.DS_Store differ diff --git a/img/tour-old/tour/10.karnataka/Hampi-virupaksha-temple.jpg b/img/tour-old/tour/10.karnataka/Hampi-virupaksha-temple.jpg new file mode 100644 index 0000000..e0cc716 Binary files /dev/null and b/img/tour-old/tour/10.karnataka/Hampi-virupaksha-temple.jpg differ diff --git a/img/tour-old/tour/10.karnataka/MYSORE.jpg b/img/tour-old/tour/10.karnataka/MYSORE.jpg new file mode 100644 index 0000000..f6c3a9e Binary files /dev/null and b/img/tour-old/tour/10.karnataka/MYSORE.jpg differ diff --git a/img/tour-old/tour/10.karnataka/istockphoto-1205482399-612x612.jpg b/img/tour-old/tour/10.karnataka/istockphoto-1205482399-612x612.jpg new file mode 100644 index 0000000..0c8aabd Binary files /dev/null and b/img/tour-old/tour/10.karnataka/istockphoto-1205482399-612x612.jpg differ diff --git a/img/tour-old/tour/10.karnataka/shutterstock_1153818421_LR.jpg b/img/tour-old/tour/10.karnataka/shutterstock_1153818421_LR.jpg new file mode 100644 index 0000000..44c83f7 Binary files /dev/null and b/img/tour-old/tour/10.karnataka/shutterstock_1153818421_LR.jpg differ diff --git a/img/tour-old/tour/10.karnataka/temple-big-shiva.jpg b/img/tour-old/tour/10.karnataka/temple-big-shiva.jpg new file mode 100644 index 0000000..4c269a5 Binary files /dev/null and b/img/tour-old/tour/10.karnataka/temple-big-shiva.jpg differ diff --git a/img/tour-old/tour/10.karnataka/tourist-places-in-karnataka5.png b/img/tour-old/tour/10.karnataka/tourist-places-in-karnataka5.png new file mode 100644 index 0000000..711d318 Binary files /dev/null and b/img/tour-old/tour/10.karnataka/tourist-places-in-karnataka5.png differ diff --git a/img/tour-old/tour/11.goa/40161.jpg b/img/tour-old/tour/11.goa/40161.jpg new file mode 100644 index 0000000..0c2d770 Binary files /dev/null and b/img/tour-old/tour/11.goa/40161.jpg differ diff --git a/img/tour-old/tour/11.goa/Credit_Shores-Threesixtyfive-res.jpg b/img/tour-old/tour/11.goa/Credit_Shores-Threesixtyfive-res.jpg new file mode 100644 index 0000000..67e9a0e Binary files /dev/null and b/img/tour-old/tour/11.goa/Credit_Shores-Threesixtyfive-res.jpg differ diff --git a/img/tour-old/tour/11.goa/ZNA2019_AmirSara_03.jpg b/img/tour-old/tour/11.goa/ZNA2019_AmirSara_03.jpg new file mode 100644 index 0000000..6542f22 Binary files /dev/null and b/img/tour-old/tour/11.goa/ZNA2019_AmirSara_03.jpg differ diff --git a/img/tour-old/tour/11.goa/ci _5866.webp b/img/tour-old/tour/11.goa/ci _5866.webp new file mode 100644 index 0000000..a5e557b Binary files /dev/null and b/img/tour-old/tour/11.goa/ci _5866.webp differ diff --git a/img/tour-old/tour/11.goa/festivals-goa.jpg b/img/tour-old/tour/11.goa/festivals-goa.jpg new file mode 100644 index 0000000..727ae59 Binary files /dev/null and b/img/tour-old/tour/11.goa/festivals-goa.jpg differ diff --git a/img/tour-old/tour/11.goa/festivals-in-goa.webp b/img/tour-old/tour/11.goa/festivals-in-goa.webp new file mode 100644 index 0000000..5762e63 Binary files /dev/null and b/img/tour-old/tour/11.goa/festivals-in-goa.webp differ diff --git a/img/tour-old/tour/12.Tamilnadu/5eb01bd892fe1.jpg b/img/tour-old/tour/12.Tamilnadu/5eb01bd892fe1.jpg new file mode 100644 index 0000000..9c15b39 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/5eb01bd892fe1.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/6713747025_6f4fabe0b3_b_20191219132359.jpg b/img/tour-old/tour/12.Tamilnadu/6713747025_6f4fabe0b3_b_20191219132359.jpg new file mode 100644 index 0000000..5e46273 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/6713747025_6f4fabe0b3_b_20191219132359.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/Pongal+festival.jpg b/img/tour-old/tour/12.Tamilnadu/Pongal+festival.jpg new file mode 100644 index 0000000..4b5e8a5 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/Pongal+festival.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/Poombarai%20village%20lead%20image.webp b/img/tour-old/tour/12.Tamilnadu/Poombarai%20village%20lead%20image.webp new file mode 100644 index 0000000..8416a9b Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/Poombarai%20village%20lead%20image.webp differ diff --git a/img/tour-old/tour/12.Tamilnadu/SI.jpg b/img/tour-old/tour/12.Tamilnadu/SI.jpg new file mode 100644 index 0000000..90f21cd Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/SI.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg b/img/tour-old/tour/12.Tamilnadu/Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg new file mode 100644 index 0000000..629d442 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/Tamilians-Across-The-World-Celebrate-Pongal-With-Full-Zeal-10.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/beaches-in-tn.jpg b/img/tour-old/tour/12.Tamilnadu/beaches-in-tn.jpg new file mode 100644 index 0000000..116b8af Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/beaches-in-tn.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/download.jpeg b/img/tour-old/tour/12.Tamilnadu/download.jpeg new file mode 100644 index 0000000..07219e7 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/download.jpeg differ diff --git a/img/tour-old/tour/12.Tamilnadu/jallikattu-bull-festival.jpg b/img/tour-old/tour/12.Tamilnadu/jallikattu-bull-festival.jpg new file mode 100644 index 0000000..2bf4791 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/jallikattu-bull-festival.jpg differ diff --git a/img/tour-old/tour/12.Tamilnadu/lI1Ubcq0-Tamil-Nadu.avif b/img/tour-old/tour/12.Tamilnadu/lI1Ubcq0-Tamil-Nadu.avif new file mode 100644 index 0000000..1ff5151 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/lI1Ubcq0-Tamil-Nadu.avif differ diff --git a/img/tour-old/tour/12.Tamilnadu/main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg b/img/tour-old/tour/12.Tamilnadu/main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg new file mode 100644 index 0000000..4f0cac8 Binary files /dev/null and b/img/tour-old/tour/12.Tamilnadu/main-qimg-9c1fb46515b7083afd4d19b153738097-lq.jpeg differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/.DS_Store b/img/tour-old/tour/13.Andhra Pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/.DS_Store differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/13047.jpg b/img/tour-old/tour/13.Andhra Pradesh/13047.jpg new file mode 100644 index 0000000..f32133d Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/13047.jpg differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/Andhra-Pradesh-5.png b/img/tour-old/tour/13.Andhra Pradesh/Andhra-Pradesh-5.png new file mode 100644 index 0000000..2dfddef Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/Andhra-Pradesh-5.png differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/Food-of-Andhra-Pradesh.webp b/img/tour-old/tour/13.Andhra Pradesh/Food-of-Andhra-Pradesh.webp new file mode 100644 index 0000000..1f56471 Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/Food-of-Andhra-Pradesh.webp differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/RDESController.jpeg b/img/tour-old/tour/13.Andhra Pradesh/RDESController.jpeg new file mode 100644 index 0000000..f482857 Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/RDESController.jpeg differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/andhra-pradesh-tourism.jpg b/img/tour-old/tour/13.Andhra Pradesh/andhra-pradesh-tourism.jpg new file mode 100644 index 0000000..943c58f Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/andhra-pradesh-tourism.jpg differ diff --git a/img/tour-old/tour/13.Andhra Pradesh/istockphoto-904650758-612x612.jpg b/img/tour-old/tour/13.Andhra Pradesh/istockphoto-904650758-612x612.jpg new file mode 100644 index 0000000..45c9a10 Binary files /dev/null and b/img/tour-old/tour/13.Andhra Pradesh/istockphoto-904650758-612x612.jpg differ diff --git a/img/tour-old/tour/14.telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg b/img/tour-old/tour/14.telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg new file mode 100644 index 0000000..8f283d1 Binary files /dev/null and b/img/tour-old/tour/14.telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg differ diff --git a/img/tour-old/tour/14.telangana/1600x960_180674-telangana-food-festival.jpg b/img/tour-old/tour/14.telangana/1600x960_180674-telangana-food-festival.jpg new file mode 100644 index 0000000..d5dc0bf Binary files /dev/null and b/img/tour-old/tour/14.telangana/1600x960_180674-telangana-food-festival.jpg differ diff --git a/img/tour-old/tour/14.telangana/197.jpg b/img/tour-old/tour/14.telangana/197.jpg new file mode 100644 index 0000000..2828040 Binary files /dev/null and b/img/tour-old/tour/14.telangana/197.jpg differ diff --git a/img/tour-old/tour/14.telangana/637028540609824089P6wRxZ.jpg b/img/tour-old/tour/14.telangana/637028540609824089P6wRxZ.jpg new file mode 100644 index 0000000..e34bef6 Binary files /dev/null and b/img/tour-old/tour/14.telangana/637028540609824089P6wRxZ.jpg differ diff --git a/img/tour-old/tour/14.telangana/Ramappa-Temple.webp b/img/tour-old/tour/14.telangana/Ramappa-Temple.webp new file mode 100644 index 0000000..d0593bc Binary files /dev/null and b/img/tour-old/tour/14.telangana/Ramappa-Temple.webp differ diff --git a/img/tour-old/tour/14.telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg b/img/tour-old/tour/14.telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg new file mode 100644 index 0000000..f59f15f Binary files /dev/null and b/img/tour-old/tour/14.telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg differ diff --git a/img/tour-old/tour/14.telangana/Surendrapuri-Temple.webp b/img/tour-old/tour/14.telangana/Surendrapuri-Temple.webp new file mode 100644 index 0000000..ad9b968 Binary files /dev/null and b/img/tour-old/tour/14.telangana/Surendrapuri-Temple.webp differ diff --git a/img/tour-old/tour/14.telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp b/img/tour-old/tour/14.telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp new file mode 100644 index 0000000..6243188 Binary files /dev/null and b/img/tour-old/tour/14.telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp differ diff --git a/img/tour-old/tour/14.telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg b/img/tour-old/tour/14.telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg new file mode 100644 index 0000000..820b88a Binary files /dev/null and b/img/tour-old/tour/14.telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg differ diff --git a/img/tour-old/tour/14.telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg b/img/tour-old/tour/14.telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg new file mode 100644 index 0000000..6c552be Binary files /dev/null and b/img/tour-old/tour/14.telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/.DS_Store b/img/tour-old/tour/15.Madhya Pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/.DS_Store differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/Ganesh-Chaturthi-mumbai.webp b/img/tour-old/tour/15.Madhya Pradesh/Ganesh-Chaturthi-mumbai.webp new file mode 100644 index 0000000..6793443 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/Ganesh-Chaturthi-mumbai.webp differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg b/img/tour-old/tour/15.Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg new file mode 100644 index 0000000..70d47f1 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/IMAGE_1662543108.jpg b/img/tour-old/tour/15.Madhya Pradesh/IMAGE_1662543108.jpg new file mode 100644 index 0000000..7d44913 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/IMAGE_1662543108.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp b/img/tour-old/tour/15.Madhya Pradesh/Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp new file mode 100644 index 0000000..7e1110d Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/Places-to-visit-in-Madhya-Pradesh-in-June_20th-jan.webp differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg b/img/tour-old/tour/15.Madhya Pradesh/chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg new file mode 100644 index 0000000..6b44a4c Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/chhattisgarh-tourist-places-FEATURE-compressed-686x400.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/images.jpeg b/img/tour-old/tour/15.Madhya Pradesh/images.jpeg new file mode 100644 index 0000000..7075f55 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/images.jpeg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/istockphoto-1195731546-612x612.jpg b/img/tour-old/tour/15.Madhya Pradesh/istockphoto-1195731546-612x612.jpg new file mode 100644 index 0000000..2fc40ac Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/istockphoto-1195731546-612x612.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/jalebi-food-poha_620x330_71513151863.webp b/img/tour-old/tour/15.Madhya Pradesh/jalebi-food-poha_620x330_71513151863.webp new file mode 100644 index 0000000..cca1e72 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/jalebi-food-poha_620x330_71513151863.webp differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/jpg.webp b/img/tour-old/tour/15.Madhya Pradesh/jpg.webp new file mode 100644 index 0000000..aa0ab71 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/jpg.webp differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp b/img/tour-old/tour/15.Madhya Pradesh/madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp new file mode 100644 index 0000000..d6ebf80 Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/madhya-pradesh-top-destinations-places-to-visit-shutterstock_1351065545-1200x700-compressed.webp differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/mpfamousfood1.jpg b/img/tour-old/tour/15.Madhya Pradesh/mpfamousfood1.jpg new file mode 100644 index 0000000..459940a Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/mpfamousfood1.jpg differ diff --git a/img/tour-old/tour/15.Madhya Pradesh/traditional-food-of-madhya-pradesh.jpg b/img/tour-old/tour/15.Madhya Pradesh/traditional-food-of-madhya-pradesh.jpg new file mode 100644 index 0000000..af56d8c Binary files /dev/null and b/img/tour-old/tour/15.Madhya Pradesh/traditional-food-of-madhya-pradesh.jpg differ diff --git a/img/tour-old/tour/16.Chhattisgarh/20210221_170849_Original.jpeg b/img/tour-old/tour/16.Chhattisgarh/20210221_170849_Original.jpeg new file mode 100644 index 0000000..d550d41 Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/20210221_170849_Original.jpeg differ diff --git "a/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" "b/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" new file mode 100644 index 0000000..57b16fc Binary files /dev/null and "b/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh-Traditional-Food-\342\200\223-10-Iconic-Dishes.jpg" differ diff --git a/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh15.jpg b/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh15.jpg new file mode 100644 index 0000000..b5f9658 Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/Chhattisgarh15.jpg differ diff --git a/img/tour-old/tour/16.Chhattisgarh/DSC_0080-2.jpg b/img/tour-old/tour/16.Chhattisgarh/DSC_0080-2.jpg new file mode 100644 index 0000000..04fb271 Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/DSC_0080-2.jpg differ diff --git a/img/tour-old/tour/16.Chhattisgarh/Faraa-chhattisgarh.jpg b/img/tour-old/tour/16.Chhattisgarh/Faraa-chhattisgarh.jpg new file mode 100644 index 0000000..b561c09 Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/Faraa-chhattisgarh.jpg differ diff --git a/img/tour-old/tour/16.Chhattisgarh/fgfd.jpg b/img/tour-old/tour/16.Chhattisgarh/fgfd.jpg new file mode 100644 index 0000000..9a6012a Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/fgfd.jpg differ diff --git a/img/tour-old/tour/16.Chhattisgarh/surang-tila-sirpur-1.jpg b/img/tour-old/tour/16.Chhattisgarh/surang-tila-sirpur-1.jpg new file mode 100644 index 0000000..a2a90a0 Binary files /dev/null and b/img/tour-old/tour/16.Chhattisgarh/surang-tila-sirpur-1.jpg differ diff --git a/img/tour-old/tour/17.UP/36daa18bb8af386a50bf8e2b914ecae7.jpg b/img/tour-old/tour/17.UP/36daa18bb8af386a50bf8e2b914ecae7.jpg new file mode 100644 index 0000000..5d6a7b7 Binary files /dev/null and b/img/tour-old/tour/17.UP/36daa18bb8af386a50bf8e2b914ecae7.jpg differ diff --git a/img/tour-old/tour/17.UP/76393836Agra_Main.jpg b/img/tour-old/tour/17.UP/76393836Agra_Main.jpg new file mode 100644 index 0000000..b40faf6 Binary files /dev/null and b/img/tour-old/tour/17.UP/76393836Agra_Main.jpg differ diff --git a/img/tour-old/tour/17.UP/9thinkstk_643d37f134d39.jpg b/img/tour-old/tour/17.UP/9thinkstk_643d37f134d39.jpg new file mode 100644 index 0000000..ebb138f Binary files /dev/null and b/img/tour-old/tour/17.UP/9thinkstk_643d37f134d39.jpg differ diff --git a/img/tour-old/tour/17.UP/Festivals-of-Uttar-Pradesh.jpg b/img/tour-old/tour/17.UP/Festivals-of-Uttar-Pradesh.jpg new file mode 100644 index 0000000..1af3373 Binary files /dev/null and b/img/tour-old/tour/17.UP/Festivals-of-Uttar-Pradesh.jpg differ diff --git a/img/tour-old/tour/17.UP/IMAGE_1677819363.webp b/img/tour-old/tour/17.UP/IMAGE_1677819363.webp new file mode 100644 index 0000000..45d4c62 Binary files /dev/null and b/img/tour-old/tour/17.UP/IMAGE_1677819363.webp differ diff --git a/img/tour-old/tour/17.UP/UTTAR-PRADESH-FEATURE-compressed.jpg b/img/tour-old/tour/17.UP/UTTAR-PRADESH-FEATURE-compressed.jpg new file mode 100644 index 0000000..eae6c4a Binary files /dev/null and b/img/tour-old/tour/17.UP/UTTAR-PRADESH-FEATURE-compressed.jpg differ diff --git a/img/tour-old/tour/17.UP/india-uttar-pradesh-148915547451o.avif b/img/tour-old/tour/17.UP/india-uttar-pradesh-148915547451o.avif new file mode 100644 index 0000000..1b7905f Binary files /dev/null and b/img/tour-old/tour/17.UP/india-uttar-pradesh-148915547451o.avif differ diff --git a/img/tour-old/tour/17.UP/ntcko96_uttar-pradesh_625x300_27_December_22.jpg b/img/tour-old/tour/17.UP/ntcko96_uttar-pradesh_625x300_27_December_22.jpg new file mode 100644 index 0000000..17eafe4 Binary files /dev/null and b/img/tour-old/tour/17.UP/ntcko96_uttar-pradesh_625x300_27_December_22.jpg differ diff --git a/img/tour-old/tour/17.UP/taj-mahal-taj-nature-walk.webp b/img/tour-old/tour/17.UP/taj-mahal-taj-nature-walk.webp new file mode 100644 index 0000000..bec100c Binary files /dev/null and b/img/tour-old/tour/17.UP/taj-mahal-taj-nature-walk.webp differ diff --git a/img/tour-old/tour/17.UP/uttar-pradesh_hh_main.jpg b/img/tour-old/tour/17.UP/uttar-pradesh_hh_main.jpg new file mode 100644 index 0000000..8992246 Binary files /dev/null and b/img/tour-old/tour/17.UP/uttar-pradesh_hh_main.jpg differ diff --git a/img/tour-old/tour/18.Shikim/1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg b/img/tour-old/tour/18.Shikim/1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg new file mode 100644 index 0000000..c29fd0f Binary files /dev/null and b/img/tour-old/tour/18.Shikim/1c5c1f3f-baaa-4742-b8df-4e82a8d8c425.jpeg differ diff --git a/img/tour-old/tour/18.Shikim/Nepalese_Thuppa_20200714125009.jpg b/img/tour-old/tour/18.Shikim/Nepalese_Thuppa_20200714125009.jpg new file mode 100644 index 0000000..d23699c Binary files /dev/null and b/img/tour-old/tour/18.Shikim/Nepalese_Thuppa_20200714125009.jpg differ diff --git a/img/tour-old/tour/18.Shikim/View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp b/img/tour-old/tour/18.Shikim/View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp new file mode 100644 index 0000000..806845a Binary files /dev/null and b/img/tour-old/tour/18.Shikim/View-of-a-monastery-in-Sikkim-surrounded-by-lush-greenery-and-fog-ss28112016.webp differ diff --git a/img/tour-old/tour/18.Shikim/cover580x580.webp b/img/tour-old/tour/18.Shikim/cover580x580.webp new file mode 100644 index 0000000..e6d16b1 Binary files /dev/null and b/img/tour-old/tour/18.Shikim/cover580x580.webp differ diff --git a/img/tour-old/tour/18.Shikim/heritage-tourism1.webp b/img/tour-old/tour/18.Shikim/heritage-tourism1.webp new file mode 100644 index 0000000..6966dbf Binary files /dev/null and b/img/tour-old/tour/18.Shikim/heritage-tourism1.webp differ diff --git a/img/tour-old/tour/18.Shikim/images.jpeg b/img/tour-old/tour/18.Shikim/images.jpeg new file mode 100644 index 0000000..48f9e3d Binary files /dev/null and b/img/tour-old/tour/18.Shikim/images.jpeg differ diff --git a/img/tour-old/tour/18.Shikim/lingdum-monestry-sikkim.jpg b/img/tour-old/tour/18.Shikim/lingdum-monestry-sikkim.jpg new file mode 100644 index 0000000..38d1fa3 Binary files /dev/null and b/img/tour-old/tour/18.Shikim/lingdum-monestry-sikkim.jpg differ diff --git a/img/tour-old/tour/18.Shikim/pelling-buddha.webp b/img/tour-old/tour/18.Shikim/pelling-buddha.webp new file mode 100644 index 0000000..02080af Binary files /dev/null and b/img/tour-old/tour/18.Shikim/pelling-buddha.webp differ diff --git a/img/tour-old/tour/18.Shikim/sikkim_1_0-sixteen_nine.avif b/img/tour-old/tour/18.Shikim/sikkim_1_0-sixteen_nine.avif new file mode 100644 index 0000000..c9b2fc0 Binary files /dev/null and b/img/tour-old/tour/18.Shikim/sikkim_1_0-sixteen_nine.avif differ diff --git a/img/tour-old/tour/19.odisha/028874969Konark_Main.jpg b/img/tour-old/tour/19.odisha/028874969Konark_Main.jpg new file mode 100644 index 0000000..f3d9724 Binary files /dev/null and b/img/tour-old/tour/19.odisha/028874969Konark_Main.jpg differ diff --git a/img/tour-old/tour/19.odisha/20-1505897011-2-cover.jpg b/img/tour-old/tour/19.odisha/20-1505897011-2-cover.jpg new file mode 100644 index 0000000..8e1e250 Binary files /dev/null and b/img/tour-old/tour/19.odisha/20-1505897011-2-cover.jpg differ diff --git a/img/tour-old/tour/19.odisha/47585421.cms b/img/tour-old/tour/19.odisha/47585421.cms new file mode 100644 index 0000000..626e64a Binary files /dev/null and b/img/tour-old/tour/19.odisha/47585421.cms differ diff --git a/img/tour-old/tour/19.odisha/78p8qwzo3hx.webp b/img/tour-old/tour/19.odisha/78p8qwzo3hx.webp new file mode 100644 index 0000000..e0141b5 Binary files /dev/null and b/img/tour-old/tour/19.odisha/78p8qwzo3hx.webp differ diff --git a/img/tour-old/tour/19.odisha/Durga-Puja-Festival.webp b/img/tour-old/tour/19.odisha/Durga-Puja-Festival.webp new file mode 100644 index 0000000..1136a1e Binary files /dev/null and b/img/tour-old/tour/19.odisha/Durga-Puja-Festival.webp differ diff --git a/img/tour-old/tour/19.odisha/Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg b/img/tour-old/tour/19.odisha/Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg new file mode 100644 index 0000000..b707d8c Binary files /dev/null and b/img/tour-old/tour/19.odisha/Festivals-of-OdishaFestivals-of-Odisha-1024x575.jpg differ diff --git a/img/tour-old/tour/19.odisha/Pakhala-dibasa.jpeg b/img/tour-old/tour/19.odisha/Pakhala-dibasa.jpeg new file mode 100644 index 0000000..aa73f02 Binary files /dev/null and b/img/tour-old/tour/19.odisha/Pakhala-dibasa.jpeg differ diff --git a/img/tour-old/tour/19.odisha/bhubneshwar.jpg b/img/tour-old/tour/19.odisha/bhubneshwar.jpg new file mode 100644 index 0000000..b6e290c Binary files /dev/null and b/img/tour-old/tour/19.odisha/bhubneshwar.jpg differ diff --git a/img/tour-old/tour/19.odisha/images.jpeg b/img/tour-old/tour/19.odisha/images.jpeg new file mode 100644 index 0000000..4ee690c Binary files /dev/null and b/img/tour-old/tour/19.odisha/images.jpeg differ diff --git a/img/tour-old/tour/2.jammu& kashmir/636952609423208629L3kpYe.jpg b/img/tour-old/tour/2.jammu& kashmir/636952609423208629L3kpYe.jpg new file mode 100644 index 0000000..b59cc8e Binary files /dev/null and b/img/tour-old/tour/2.jammu& kashmir/636952609423208629L3kpYe.jpg differ diff --git a/img/tour-old/tour/2.jammu& kashmir/Hemis_20170810133632.jpg b/img/tour-old/tour/2.jammu& kashmir/Hemis_20170810133632.jpg new file mode 100644 index 0000000..a55d250 Binary files /dev/null and b/img/tour-old/tour/2.jammu& kashmir/Hemis_20170810133632.jpg differ diff --git a/img/tour-old/tour/2.jammu& kashmir/shutterstock_1993117301-1.jpg.webp b/img/tour-old/tour/2.jammu& kashmir/shutterstock_1993117301-1.jpg.webp new file mode 100644 index 0000000..da3fb95 Binary files /dev/null and b/img/tour-old/tour/2.jammu& kashmir/shutterstock_1993117301-1.jpg.webp differ diff --git a/img/tour-old/tour/20.Bihar/166115539381102155.jpg b/img/tour-old/tour/20.Bihar/166115539381102155.jpg new file mode 100644 index 0000000..d433b15 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/166115539381102155.jpg differ diff --git a/img/tour-old/tour/20.Bihar/Folk-Dances-of-Bihar-Karma-Dance.jpg b/img/tour-old/tour/20.Bihar/Folk-Dances-of-Bihar-Karma-Dance.jpg new file mode 100644 index 0000000..64b0768 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/Folk-Dances-of-Bihar-Karma-Dance.jpg differ diff --git a/img/tour-old/tour/20.Bihar/History1.jpg b/img/tour-old/tour/20.Bihar/History1.jpg new file mode 100644 index 0000000..4578994 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/History1.jpg differ diff --git a/img/tour-old/tour/20.Bihar/Jharkhand-Heritage.jpg b/img/tour-old/tour/20.Bihar/Jharkhand-Heritage.jpg new file mode 100644 index 0000000..0cd9006 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/Jharkhand-Heritage.jpg differ diff --git a/img/tour-old/tour/20.Bihar/Screenshot-2021-09-06-182833-1024x627.png b/img/tour-old/tour/20.Bihar/Screenshot-2021-09-06-182833-1024x627.png new file mode 100644 index 0000000..5213e7b Binary files /dev/null and b/img/tour-old/tour/20.Bihar/Screenshot-2021-09-06-182833-1024x627.png differ diff --git a/img/tour-old/tour/20.Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp b/img/tour-old/tour/20.Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp new file mode 100644 index 0000000..9d85f30 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp differ diff --git a/img/tour-old/tour/20.Bihar/Tagore-Hill-Jharkhand.webp b/img/tour-old/tour/20.Bihar/Tagore-Hill-Jharkhand.webp new file mode 100644 index 0000000..eb886c1 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/Tagore-Hill-Jharkhand.webp differ diff --git a/img/tour-old/tour/20.Bihar/chhat-puja-1-1024x683-1.jpg b/img/tour-old/tour/20.Bihar/chhat-puja-1-1024x683-1.jpg new file mode 100644 index 0000000..f3dd84c Binary files /dev/null and b/img/tour-old/tour/20.Bihar/chhat-puja-1-1024x683-1.jpg differ diff --git a/img/tour-old/tour/20.Bihar/jharkhand-food-e1507467932347.webp b/img/tour-old/tour/20.Bihar/jharkhand-food-e1507467932347.webp new file mode 100644 index 0000000..23f6fb8 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/jharkhand-food-e1507467932347.webp differ diff --git a/img/tour-old/tour/20.Bihar/temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp b/img/tour-old/tour/20.Bihar/temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp new file mode 100644 index 0000000..fad16c8 Binary files /dev/null and b/img/tour-old/tour/20.Bihar/temple-Buddhist-Mahabodhi-Bihar-India-Bodh-Gaya.webp differ diff --git a/img/tour-old/tour/21.WestBengal/1634522497_batasia_loop.jpg.webp b/img/tour-old/tour/21.WestBengal/1634522497_batasia_loop.jpg.webp new file mode 100644 index 0000000..3f8423c Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/1634522497_batasia_loop.jpg.webp differ diff --git a/img/tour-old/tour/21.WestBengal/1659608853.jpg b/img/tour-old/tour/21.WestBengal/1659608853.jpg new file mode 100644 index 0000000..f3ca88d Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/1659608853.jpg differ diff --git a/img/tour-old/tour/21.WestBengal/Festivals-in-Kolkata.webp b/img/tour-old/tour/21.WestBengal/Festivals-in-Kolkata.webp new file mode 100644 index 0000000..fdc245d Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/Festivals-in-Kolkata.webp differ diff --git a/img/tour-old/tour/21.WestBengal/WEST-BENGAL.jpg b/img/tour-old/tour/21.WestBengal/WEST-BENGAL.jpg new file mode 100644 index 0000000..ffe6d21 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/WEST-BENGAL.jpg differ diff --git a/img/tour-old/tour/21.WestBengal/heritage-sites-in-west-bengal.jpg b/img/tour-old/tour/21.WestBengal/heritage-sites-in-west-bengal.jpg new file mode 100644 index 0000000..28fdb95 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/heritage-sites-in-west-bengal.jpg differ diff --git a/img/tour-old/tour/21.WestBengal/iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png b/img/tour-old/tour/21.WestBengal/iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png new file mode 100644 index 0000000..ae601c4 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/iDiva_AtoZ_Bengali_Food_social_5cee1b91898e9.png differ diff --git a/img/tour-old/tour/21.WestBengal/jpg.webp b/img/tour-old/tour/21.WestBengal/jpg.webp new file mode 100644 index 0000000..54d0730 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/jpg.webp differ diff --git a/img/tour-old/tour/21.WestBengal/shorsheilish1.jpg b/img/tour-old/tour/21.WestBengal/shorsheilish1.jpg new file mode 100644 index 0000000..cec8497 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/shorsheilish1.jpg differ diff --git a/img/tour-old/tour/21.WestBengal/unnamed.jpg b/img/tour-old/tour/21.WestBengal/unnamed.jpg new file mode 100644 index 0000000..8cb1147 Binary files /dev/null and b/img/tour-old/tour/21.WestBengal/unnamed.jpg differ diff --git a/img/tour-old/tour/22.Assam/Khajuraho_Main.jpeg b/img/tour-old/tour/22.Assam/Khajuraho_Main.jpeg new file mode 100644 index 0000000..9149624 Binary files /dev/null and b/img/tour-old/tour/22.Assam/Khajuraho_Main.jpeg differ diff --git a/img/tour-old/tour/22.Assam/Rang-Ghar.jpg b/img/tour-old/tour/22.Assam/Rang-Ghar.jpg new file mode 100644 index 0000000..444b06d Binary files /dev/null and b/img/tour-old/tour/22.Assam/Rang-Ghar.jpg differ diff --git a/img/tour-old/tour/22.Assam/assam-destinations.jpg b/img/tour-old/tour/22.Assam/assam-destinations.jpg new file mode 100644 index 0000000..69e329d Binary files /dev/null and b/img/tour-old/tour/22.Assam/assam-destinations.jpg differ diff --git a/img/tour-old/tour/22.Assam/bihu-festival-1.jpg b/img/tour-old/tour/22.Assam/bihu-festival-1.jpg new file mode 100644 index 0000000..3358842 Binary files /dev/null and b/img/tour-old/tour/22.Assam/bihu-festival-1.jpg differ diff --git a/img/tour-old/tour/22.Assam/cc658021b653d9c612d379aaf325ce39.jpg b/img/tour-old/tour/22.Assam/cc658021b653d9c612d379aaf325ce39.jpg new file mode 100644 index 0000000..f2d924d Binary files /dev/null and b/img/tour-old/tour/22.Assam/cc658021b653d9c612d379aaf325ce39.jpg differ diff --git a/img/tour-old/tour/22.Assam/img_20201206_142428-01-012961935735460003989.jpeg b/img/tour-old/tour/22.Assam/img_20201206_142428-01-012961935735460003989.jpeg new file mode 100644 index 0000000..0d675af Binary files /dev/null and b/img/tour-old/tour/22.Assam/img_20201206_142428-01-012961935735460003989.jpeg differ diff --git a/img/tour-old/tour/22.Assam/khajuraho_650x400_61524021948.jpg b/img/tour-old/tour/22.Assam/khajuraho_650x400_61524021948.jpg new file mode 100644 index 0000000..4bebcc1 Binary files /dev/null and b/img/tour-old/tour/22.Assam/khajuraho_650x400_61524021948.jpg differ diff --git a/img/tour-old/tour/22.Assam/sivadol-sivasagar-assam-featured-image.jpg b/img/tour-old/tour/22.Assam/sivadol-sivasagar-assam-featured-image.jpg new file mode 100644 index 0000000..cb42374 Binary files /dev/null and b/img/tour-old/tour/22.Assam/sivadol-sivasagar-assam-featured-image.jpg differ diff --git a/img/tour-old/tour/23.Meghalaya/51795518.webp b/img/tour-old/tour/23.Meghalaya/51795518.webp new file mode 100644 index 0000000..bef7c8b Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/51795518.webp differ diff --git a/img/tour-old/tour/23.Meghalaya/Cathedral-Catholic-Church.jpg b/img/tour-old/tour/23.Meghalaya/Cathedral-Catholic-Church.jpg new file mode 100644 index 0000000..62f9240 Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/Cathedral-Catholic-Church.jpg differ diff --git a/img/tour-old/tour/23.Meghalaya/Kiang-Nongbah-Monument.jpg b/img/tour-old/tour/23.Meghalaya/Kiang-Nongbah-Monument.jpg new file mode 100644 index 0000000..bc809c4 Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/Kiang-Nongbah-Monument.jpg differ diff --git a/img/tour-old/tour/23.Meghalaya/assam-destinations.jpg b/img/tour-old/tour/23.Meghalaya/assam-destinations.jpg new file mode 100644 index 0000000..e301182 Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/assam-destinations.jpg differ diff --git a/img/tour-old/tour/23.Meghalaya/behdeinkhlam-festival.jpg b/img/tour-old/tour/23.Meghalaya/behdeinkhlam-festival.jpg new file mode 100644 index 0000000..01284ec Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/behdeinkhlam-festival.jpg differ diff --git a/img/tour-old/tour/23.Meghalaya/caribbean-dishes-barbados-food.jpg b/img/tour-old/tour/23.Meghalaya/caribbean-dishes-barbados-food.jpg new file mode 100644 index 0000000..cb7291d Binary files /dev/null and b/img/tour-old/tour/23.Meghalaya/caribbean-dishes-barbados-food.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/.DS_Store b/img/tour-old/tour/24.arunachal pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/.DS_Store differ diff --git a/img/tour-old/tour/24.arunachal pradesh/48556039886_172c28b852_b.jpg b/img/tour-old/tour/24.arunachal pradesh/48556039886_172c28b852_b.jpg new file mode 100644 index 0000000..5d308fc Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/48556039886_172c28b852_b.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg b/img/tour-old/tour/24.arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg new file mode 100644 index 0000000..40f121d Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg b/img/tour-old/tour/24.arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg new file mode 100644 index 0000000..2250469 Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/Hornbill-4.jpg b/img/tour-old/tour/24.arunachal pradesh/Hornbill-4.jpg new file mode 100644 index 0000000..7d27528 Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/Hornbill-4.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/Losar-Festival-Arunachal.jpg b/img/tour-old/tour/24.arunachal pradesh/Losar-Festival-Arunachal.jpg new file mode 100644 index 0000000..1d01b2d Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/Losar-Festival-Arunachal.jpg differ diff --git a/img/tour-old/tour/24.arunachal pradesh/North-East-India-Food.webp b/img/tour-old/tour/24.arunachal pradesh/North-East-India-Food.webp new file mode 100644 index 0000000..9aed2f8 Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/North-East-India-Food.webp differ diff --git a/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp b/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp new file mode 100644 index 0000000..3bb5c7d Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp differ diff --git a/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp b/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp new file mode 100644 index 0000000..289865a Binary files /dev/null and b/img/tour-old/tour/24.arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp differ diff --git a/img/tour-old/tour/25.Nagaland/.DS_Store b/img/tour-old/tour/25.Nagaland/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/25.Nagaland/.DS_Store differ diff --git a/img/tour-old/tour/25.Nagaland/NPIC-202212174548-1.webp b/img/tour-old/tour/25.Nagaland/NPIC-202212174548-1.webp new file mode 100644 index 0000000..650ed58 Binary files /dev/null and b/img/tour-old/tour/25.Nagaland/NPIC-202212174548-1.webp differ diff --git a/img/tour-old/tour/25.Nagaland/Tawang-Festival.jpg b/img/tour-old/tour/25.Nagaland/Tawang-Festival.jpg new file mode 100644 index 0000000..1ee9abb Binary files /dev/null and b/img/tour-old/tour/25.Nagaland/Tawang-Festival.jpg differ diff --git a/img/tour-old/tour/25.Nagaland/eastern-morungs-750x379.jpg b/img/tour-old/tour/25.Nagaland/eastern-morungs-750x379.jpg new file mode 100644 index 0000000..8952cd3 Binary files /dev/null and b/img/tour-old/tour/25.Nagaland/eastern-morungs-750x379.jpg differ diff --git a/img/tour-old/tour/25.Nagaland/hornbill_1511353900t.jpg b/img/tour-old/tour/25.Nagaland/hornbill_1511353900t.jpg new file mode 100644 index 0000000..ef46116 Binary files /dev/null and b/img/tour-old/tour/25.Nagaland/hornbill_1511353900t.jpg differ diff --git a/img/tour-old/tour/26.manipur/2022_11$largeimg_262341042.jpg b/img/tour-old/tour/26.manipur/2022_11$largeimg_262341042.jpg new file mode 100644 index 0000000..58f3da9 Binary files /dev/null and b/img/tour-old/tour/26.manipur/2022_11$largeimg_262341042.jpg differ diff --git a/img/tour-old/tour/26.manipur/KANGLA-500x300.png b/img/tour-old/tour/26.manipur/KANGLA-500x300.png new file mode 100644 index 0000000..ff47259 Binary files /dev/null and b/img/tour-old/tour/26.manipur/KANGLA-500x300.png differ diff --git a/img/tour-old/tour/26.manipur/Sanamahi-Temple-Manipur.jpg b/img/tour-old/tour/26.manipur/Sanamahi-Temple-Manipur.jpg new file mode 100644 index 0000000..6deeaec Binary files /dev/null and b/img/tour-old/tour/26.manipur/Sanamahi-Temple-Manipur.jpg differ diff --git a/img/tour-old/tour/26.manipur/festiv.jpeg b/img/tour-old/tour/26.manipur/festiv.jpeg new file mode 100644 index 0000000..5fef195 Binary files /dev/null and b/img/tour-old/tour/26.manipur/festiv.jpeg differ diff --git a/img/tour-old/tour/26.manipur/kugfk8nptkh.webp b/img/tour-old/tour/26.manipur/kugfk8nptkh.webp new file mode 100644 index 0000000..f1f8739 Binary files /dev/null and b/img/tour-old/tour/26.manipur/kugfk8nptkh.webp differ diff --git a/img/tour-old/tour/26.manipur/vm7emg4tvzk.webp b/img/tour-old/tour/26.manipur/vm7emg4tvzk.webp new file mode 100644 index 0000000..ca35566 Binary files /dev/null and b/img/tour-old/tour/26.manipur/vm7emg4tvzk.webp differ diff --git a/img/tour-old/tour/27.mizoram/266.jpg b/img/tour-old/tour/27.mizoram/266.jpg new file mode 100644 index 0000000..2f216f5 Binary files /dev/null and b/img/tour-old/tour/27.mizoram/266.jpg differ diff --git a/img/tour-old/tour/27.mizoram/267.jpg b/img/tour-old/tour/27.mizoram/267.jpg new file mode 100644 index 0000000..cb30ad4 Binary files /dev/null and b/img/tour-old/tour/27.mizoram/267.jpg differ diff --git a/img/tour-old/tour/27.mizoram/Kirateshwar-Mahadev-Temple-Sikkim.jpg b/img/tour-old/tour/27.mizoram/Kirateshwar-Mahadev-Temple-Sikkim.jpg new file mode 100644 index 0000000..3933510 Binary files /dev/null and b/img/tour-old/tour/27.mizoram/Kirateshwar-Mahadev-Temple-Sikkim.jpg differ diff --git a/img/tour-old/tour/27.mizoram/Mizoram.jpg b/img/tour-old/tour/27.mizoram/Mizoram.jpg new file mode 100644 index 0000000..3c415de Binary files /dev/null and b/img/tour-old/tour/27.mizoram/Mizoram.jpg differ diff --git a/img/tour-old/tour/27.mizoram/blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp b/img/tour-old/tour/27.mizoram/blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp new file mode 100644 index 0000000..ac0fb19 Binary files /dev/null and b/img/tour-old/tour/27.mizoram/blogimg_24_96e58767d42c0fab1a1960cd5bb0c2d2.webp differ diff --git a/img/tour-old/tour/27.mizoram/festivals-tourism-mizoram.jpg b/img/tour-old/tour/27.mizoram/festivals-tourism-mizoram.jpg new file mode 100644 index 0000000..7a3d776 Binary files /dev/null and b/img/tour-old/tour/27.mizoram/festivals-tourism-mizoram.jpg differ diff --git a/img/tour-old/tour/27.mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif b/img/tour-old/tour/27.mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif new file mode 100644 index 0000000..e47657d Binary files /dev/null and b/img/tour-old/tour/27.mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif differ diff --git a/img/tour-old/tour/27.mizoram/majestic.jpg b/img/tour-old/tour/27.mizoram/majestic.jpg new file mode 100644 index 0000000..67c539b Binary files /dev/null and b/img/tour-old/tour/27.mizoram/majestic.jpg differ diff --git a/img/tour-old/tour/27.mizoram/solomon-temple-aizawl-mizoram.webp b/img/tour-old/tour/27.mizoram/solomon-temple-aizawl-mizoram.webp new file mode 100644 index 0000000..bdbf23c Binary files /dev/null and b/img/tour-old/tour/27.mizoram/solomon-temple-aizawl-mizoram.webp differ diff --git a/img/tour-old/tour/3. himachal/Himachal-feature-image-e1638421748290.jpg b/img/tour-old/tour/3. himachal/Himachal-feature-image-e1638421748290.jpg new file mode 100644 index 0000000..b02a07f Binary files /dev/null and b/img/tour-old/tour/3. himachal/Himachal-feature-image-e1638421748290.jpg differ diff --git a/img/tour-old/tour/3. himachal/IMAGE_1651143259.webp b/img/tour-old/tour/3. himachal/IMAGE_1651143259.webp new file mode 100644 index 0000000..86be6af Binary files /dev/null and b/img/tour-old/tour/3. himachal/IMAGE_1651143259.webp differ diff --git a/img/tour-old/tour/3. himachal/Image-1-Sumit-Mahar.jpg b/img/tour-old/tour/3. himachal/Image-1-Sumit-Mahar.jpg new file mode 100644 index 0000000..58de740 Binary files /dev/null and b/img/tour-old/tour/3. himachal/Image-1-Sumit-Mahar.jpg differ diff --git a/img/tour-old/tour/3. himachal/Lohri.jpg b/img/tour-old/tour/3. himachal/Lohri.jpg new file mode 100644 index 0000000..d8dcdcc Binary files /dev/null and b/img/tour-old/tour/3. himachal/Lohri.jpg differ diff --git a/img/tour-old/tour/3. himachal/kullu-dussehra-celebrated.jpg b/img/tour-old/tour/3. himachal/kullu-dussehra-celebrated.jpg new file mode 100644 index 0000000..17e326b Binary files /dev/null and b/img/tour-old/tour/3. himachal/kullu-dussehra-celebrated.jpg differ diff --git a/img/tour-old/tour/4.punjab/2022_7$largeimg_1471622636.jpg b/img/tour-old/tour/4.punjab/2022_7$largeimg_1471622636.jpg new file mode 100644 index 0000000..5d9db5c Binary files /dev/null and b/img/tour-old/tour/4.punjab/2022_7$largeimg_1471622636.jpg differ diff --git a/img/tour-old/tour/4.punjab/360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg b/img/tour-old/tour/4.punjab/360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg new file mode 100644 index 0000000..35f143d Binary files /dev/null and b/img/tour-old/tour/4.punjab/360_F_345642976_fzD1FcOY69LghUbXNmyCRZPRSwRVDNlj.jpg differ diff --git a/img/tour-old/tour/4.punjab/PUNJAB.jpg b/img/tour-old/tour/4.punjab/PUNJAB.jpg new file mode 100644 index 0000000..56e3e74 Binary files /dev/null and b/img/tour-old/tour/4.punjab/PUNJAB.jpg differ diff --git a/img/tour-old/tour/4.punjab/sos_punjab.avif b/img/tour-old/tour/4.punjab/sos_punjab.avif new file mode 100644 index 0000000..488240d Binary files /dev/null and b/img/tour-old/tour/4.punjab/sos_punjab.avif differ diff --git a/img/tour-old/tour/5.UK/Banner.jpeg b/img/tour-old/tour/5.UK/Banner.jpeg new file mode 100644 index 0000000..211ea8d Binary files /dev/null and b/img/tour-old/tour/5.UK/Banner.jpeg differ diff --git a/img/tour-old/tour/5.UK/Char-Dham-Yatra-in-Uttarakhand.webp b/img/tour-old/tour/5.UK/Char-Dham-Yatra-in-Uttarakhand.webp new file mode 100644 index 0000000..62e436d Binary files /dev/null and b/img/tour-old/tour/5.UK/Char-Dham-Yatra-in-Uttarakhand.webp differ diff --git a/img/tour-old/tour/5.UK/GettyRF_956963154.avif b/img/tour-old/tour/5.UK/GettyRF_956963154.avif new file mode 100644 index 0000000..72b973c Binary files /dev/null and b/img/tour-old/tour/5.UK/GettyRF_956963154.avif differ diff --git a/img/tour-old/tour/5.UK/Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg b/img/tour-old/tour/5.UK/Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg new file mode 100644 index 0000000..d6f8b81 Binary files /dev/null and b/img/tour-old/tour/5.UK/Swargarohini-trek-uttarakhand-blooming-valley-this-chakratirth-india-flowers-shutterstock_1687487230.jpg_2308a61b17.jpg differ diff --git a/img/tour-old/tour/5.UK/about-us.webp b/img/tour-old/tour/5.UK/about-us.webp new file mode 100644 index 0000000..5a1807d Binary files /dev/null and b/img/tour-old/tour/5.UK/about-us.webp differ diff --git a/img/tour-old/tour/6.delhi/181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg b/img/tour-old/tour/6.delhi/181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg new file mode 100644 index 0000000..ecad410 Binary files /dev/null and b/img/tour-old/tour/6.delhi/181105110628-02-delhi-india-what-to-see-photos-jama-masjid.jpg differ diff --git a/img/tour-old/tour/6.delhi/New-Delhi-India-War-Memorial-arch-Sir.webp b/img/tour-old/tour/6.delhi/New-Delhi-India-War-Memorial-arch-Sir.webp new file mode 100644 index 0000000..d05473a Binary files /dev/null and b/img/tour-old/tour/6.delhi/New-Delhi-India-War-Memorial-arch-Sir.webp differ diff --git a/img/tour-old/tour/6.delhi/Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg b/img/tour-old/tour/6.delhi/Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg new file mode 100644 index 0000000..d30df2d Binary files /dev/null and b/img/tour-old/tour/6.delhi/Top-5-markets-to-go-for-in-Delhi-I-MiStay.jpeg differ diff --git a/img/tour-old/tour/6.delhi/images (1).jpeg b/img/tour-old/tour/6.delhi/images (1).jpeg new file mode 100644 index 0000000..70f2ebe Binary files /dev/null and b/img/tour-old/tour/6.delhi/images (1).jpeg differ diff --git a/img/tour-old/tour/6.delhi/images.jpeg b/img/tour-old/tour/6.delhi/images.jpeg new file mode 100644 index 0000000..4f2d0dd Binary files /dev/null and b/img/tour-old/tour/6.delhi/images.jpeg differ diff --git a/img/tour-old/tour/6.delhi/kumar-pao-bhaji-krishna-nagar.webp b/img/tour-old/tour/6.delhi/kumar-pao-bhaji-krishna-nagar.webp new file mode 100644 index 0000000..61b4019 Binary files /dev/null and b/img/tour-old/tour/6.delhi/kumar-pao-bhaji-krishna-nagar.webp differ diff --git a/img/tour-old/tour/7.Rajasthan/2.jpeg b/img/tour-old/tour/7.Rajasthan/2.jpeg new file mode 100644 index 0000000..74fa66b Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/2.jpeg differ diff --git a/img/tour-old/tour/7.Rajasthan/DAL-BAATI-CHURMA.jpg b/img/tour-old/tour/7.Rajasthan/DAL-BAATI-CHURMA.jpg new file mode 100644 index 0000000..36da72f Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/DAL-BAATI-CHURMA.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/Header.jpg b/img/tour-old/tour/7.Rajasthan/Header.jpg new file mode 100644 index 0000000..5457e69 Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/Header.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp b/img/tour-old/tour/7.Rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp new file mode 100644 index 0000000..80b140f Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp differ diff --git a/img/tour-old/tour/7.Rajasthan/beautiful-rajasthan-travel-places-main.jpg b/img/tour-old/tour/7.Rajasthan/beautiful-rajasthan-travel-places-main.jpg new file mode 100644 index 0000000..67eef05 Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/beautiful-rajasthan-travel-places-main.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/bhu naksha rajasthan.jpg b/img/tour-old/tour/7.Rajasthan/bhu naksha rajasthan.jpg new file mode 100644 index 0000000..d91c290 Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/bhu naksha rajasthan.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/braj-holi-festival-rajasthan.jpg b/img/tour-old/tour/7.Rajasthan/braj-holi-festival-rajasthan.jpg new file mode 100644 index 0000000..e187d4a Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/braj-holi-festival-rajasthan.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg b/img/tour-old/tour/7.Rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg new file mode 100644 index 0000000..ff475b4 Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg differ diff --git a/img/tour-old/tour/7.Rajasthan/download.jpeg b/img/tour-old/tour/7.Rajasthan/download.jpeg new file mode 100644 index 0000000..7c2b31d Binary files /dev/null and b/img/tour-old/tour/7.Rajasthan/download.jpeg differ diff --git a/img/tour-old/tour/8.gujrat/.DS_Store b/img/tour-old/tour/8.gujrat/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/8.gujrat/.DS_Store differ diff --git a/img/tour-old/tour/8.gujrat/DP1.webp b/img/tour-old/tour/8.gujrat/DP1.webp new file mode 100644 index 0000000..4aa5c7a Binary files /dev/null and b/img/tour-old/tour/8.gujrat/DP1.webp differ diff --git a/img/tour-old/tour/8.gujrat/Feature-Akshardham-Temple.jpg b/img/tour-old/tour/8.gujrat/Feature-Akshardham-Temple.jpg new file mode 100644 index 0000000..26127fa Binary files /dev/null and b/img/tour-old/tour/8.gujrat/Feature-Akshardham-Temple.jpg differ diff --git a/img/tour-old/tour/8.gujrat/Festivals-in-Gujarat-cover.webp b/img/tour-old/tour/8.gujrat/Festivals-in-Gujarat-cover.webp new file mode 100644 index 0000000..891bc8c Binary files /dev/null and b/img/tour-old/tour/8.gujrat/Festivals-in-Gujarat-cover.webp differ diff --git a/img/tour-old/tour/8.gujrat/Gujarat-Tourism-Statue-of-Unity.jpg b/img/tour-old/tour/8.gujrat/Gujarat-Tourism-Statue-of-Unity.jpg new file mode 100644 index 0000000..a465202 Binary files /dev/null and b/img/tour-old/tour/8.gujrat/Gujarat-Tourism-Statue-of-Unity.jpg differ diff --git a/img/tour-old/tour/8.gujrat/Somnath-Temple.jpg b/img/tour-old/tour/8.gujrat/Somnath-Temple.jpg new file mode 100644 index 0000000..e1bc303 Binary files /dev/null and b/img/tour-old/tour/8.gujrat/Somnath-Temple.jpg differ diff --git a/img/tour-old/tour/8.gujrat/images.jpeg b/img/tour-old/tour/8.gujrat/images.jpeg new file mode 100644 index 0000000..f793ebb Binary files /dev/null and b/img/tour-old/tour/8.gujrat/images.jpeg differ diff --git a/img/tour-old/tour/9.mumbai/.DS_Store b/img/tour-old/tour/9.mumbai/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour-old/tour/9.mumbai/.DS_Store differ diff --git a/img/tour-old/tour/9.mumbai/79127080.webp b/img/tour-old/tour/9.mumbai/79127080.webp new file mode 100644 index 0000000..e17dac9 Binary files /dev/null and b/img/tour-old/tour/9.mumbai/79127080.webp differ diff --git a/img/tour-old/tour/9.mumbai/9597a76e591600cfdb3064e1de907d0be0bfb.avif b/img/tour-old/tour/9.mumbai/9597a76e591600cfdb3064e1de907d0be0bfb.avif new file mode 100644 index 0000000..0e43b93 Binary files /dev/null and b/img/tour-old/tour/9.mumbai/9597a76e591600cfdb3064e1de907d0be0bfb.avif differ diff --git a/img/tour-old/tour/9.mumbai/CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg b/img/tour-old/tour/9.mumbai/CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg new file mode 100644 index 0000000..71e064c Binary files /dev/null and b/img/tour-old/tour/9.mumbai/CIVAS making infrastructure projects bankable urban planning strategies 1536x1024.jpg differ diff --git a/img/tour-old/tour/9.mumbai/Mumbai.webp b/img/tour-old/tour/9.mumbai/Mumbai.webp new file mode 100644 index 0000000..88e9042 Binary files /dev/null and b/img/tour-old/tour/9.mumbai/Mumbai.webp differ diff --git a/img/tour-old/tour/9.mumbai/blog_header-07-scaled.jpg b/img/tour-old/tour/9.mumbai/blog_header-07-scaled.jpg new file mode 100644 index 0000000..dcfaba1 Binary files /dev/null and b/img/tour-old/tour/9.mumbai/blog_header-07-scaled.jpg differ diff --git a/img/tour-old/tour/9.mumbai/fun-and-unusual-things-to-do-in-Mumbai.jpg b/img/tour-old/tour/9.mumbai/fun-and-unusual-things-to-do-in-Mumbai.jpg new file mode 100644 index 0000000..cb0083f Binary files /dev/null and b/img/tour-old/tour/9.mumbai/fun-and-unusual-things-to-do-in-Mumbai.jpg differ diff --git a/img/tour-old/tour/9.mumbai/shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg b/img/tour-old/tour/9.mumbai/shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg new file mode 100644 index 0000000..e0950f3 Binary files /dev/null and b/img/tour-old/tour/9.mumbai/shu-Food-to-try-in-Mumbai-796385446-1440x823.jpg differ diff --git a/img/tour.zip b/img/tour.zip new file mode 100644 index 0000000..7b3f136 Binary files /dev/null and b/img/tour.zip differ diff --git a/img/tour/.DS_Store b/img/tour/.DS_Store new file mode 100644 index 0000000..c562b0e Binary files /dev/null and b/img/tour/.DS_Store differ diff --git a/img/tour/Assam/Khajuraho_Main.jpeg b/img/tour/Assam/Khajuraho_Main.jpeg new file mode 100644 index 0000000..9149624 Binary files /dev/null and b/img/tour/Assam/Khajuraho_Main.jpeg differ diff --git a/img/tour/Assam/Rang-Ghar.jpg b/img/tour/Assam/Rang-Ghar.jpg new file mode 100644 index 0000000..444b06d Binary files /dev/null and b/img/tour/Assam/Rang-Ghar.jpg differ diff --git a/img/tour/Assam/bihu-festival-1.jpg b/img/tour/Assam/bihu-festival-1.jpg new file mode 100644 index 0000000..3358842 Binary files /dev/null and b/img/tour/Assam/bihu-festival-1.jpg differ diff --git a/img/tour/Assam/food.jpeg b/img/tour/Assam/food.jpeg new file mode 100644 index 0000000..0d675af Binary files /dev/null and b/img/tour/Assam/food.jpeg differ diff --git a/img/tour/Assam/sivadol-sivasagar.jpg b/img/tour/Assam/sivadol-sivasagar.jpg new file mode 100644 index 0000000..cb42374 Binary files /dev/null and b/img/tour/Assam/sivadol-sivasagar.jpg differ diff --git a/img/tour/Bihar/1.jpg b/img/tour/Bihar/1.jpg new file mode 100644 index 0000000..d433b15 Binary files /dev/null and b/img/tour/Bihar/1.jpg differ diff --git a/img/tour/Bihar/Buddhist-Mahabodhi.webp b/img/tour/Bihar/Buddhist-Mahabodhi.webp new file mode 100644 index 0000000..fad16c8 Binary files /dev/null and b/img/tour/Bihar/Buddhist-Mahabodhi.webp differ diff --git a/img/tour/Bihar/History1.jpg b/img/tour/Bihar/History1.jpg new file mode 100644 index 0000000..4578994 Binary files /dev/null and b/img/tour/Bihar/History1.jpg differ diff --git a/img/tour/Bihar/Jharkhand-Heritage.jpg b/img/tour/Bihar/Jharkhand-Heritage.jpg new file mode 100644 index 0000000..0cd9006 Binary files /dev/null and b/img/tour/Bihar/Jharkhand-Heritage.jpg differ diff --git a/img/tour/Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp b/img/tour/Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp new file mode 100644 index 0000000..9d85f30 Binary files /dev/null and b/img/tour/Bihar/Sher-Shah-Suri-Sasaram-Tomb.webp differ diff --git a/img/tour/Bihar/Tagore-Hill-Jharkhand.webp b/img/tour/Bihar/Tagore-Hill-Jharkhand.webp new file mode 100644 index 0000000..eb886c1 Binary files /dev/null and b/img/tour/Bihar/Tagore-Hill-Jharkhand.webp differ diff --git a/img/tour/Bihar/chhat-puja.jpg b/img/tour/Bihar/chhat-puja.jpg new file mode 100644 index 0000000..f3dd84c Binary files /dev/null and b/img/tour/Bihar/chhat-puja.jpg differ diff --git a/img/tour/Bihar/folk.jpg b/img/tour/Bihar/folk.jpg new file mode 100644 index 0000000..64b0768 Binary files /dev/null and b/img/tour/Bihar/folk.jpg differ diff --git a/img/tour/Bihar/food.webp b/img/tour/Bihar/food.webp new file mode 100644 index 0000000..23f6fb8 Binary files /dev/null and b/img/tour/Bihar/food.webp differ diff --git a/img/tour/Bihar/src.png b/img/tour/Bihar/src.png new file mode 100644 index 0000000..5213e7b Binary files /dev/null and b/img/tour/Bihar/src.png differ diff --git a/img/tour/Chhattisgarh/34.jpeg b/img/tour/Chhattisgarh/34.jpeg new file mode 100644 index 0000000..d550d41 Binary files /dev/null and b/img/tour/Chhattisgarh/34.jpeg differ diff --git a/img/tour/Chhattisgarh/Chhattisgarh15.jpg b/img/tour/Chhattisgarh/Chhattisgarh15.jpg new file mode 100644 index 0000000..b5f9658 Binary files /dev/null and b/img/tour/Chhattisgarh/Chhattisgarh15.jpg differ diff --git a/img/tour/Chhattisgarh/DSC_0080-2.jpg b/img/tour/Chhattisgarh/DSC_0080-2.jpg new file mode 100644 index 0000000..04fb271 Binary files /dev/null and b/img/tour/Chhattisgarh/DSC_0080-2.jpg differ diff --git a/img/tour/Chhattisgarh/Faraa-chhattisgarh.jpg b/img/tour/Chhattisgarh/Faraa-chhattisgarh.jpg new file mode 100644 index 0000000..b561c09 Binary files /dev/null and b/img/tour/Chhattisgarh/Faraa-chhattisgarh.jpg differ diff --git a/img/tour/Chhattisgarh/fgfd.jpg b/img/tour/Chhattisgarh/fgfd.jpg new file mode 100644 index 0000000..9a6012a Binary files /dev/null and b/img/tour/Chhattisgarh/fgfd.jpg differ diff --git a/img/tour/Chhattisgarh/food.jpg b/img/tour/Chhattisgarh/food.jpg new file mode 100644 index 0000000..57b16fc Binary files /dev/null and b/img/tour/Chhattisgarh/food.jpg differ diff --git a/img/tour/Chhattisgarh/surang-tila-sirpur-1.jpg b/img/tour/Chhattisgarh/surang-tila-sirpur-1.jpg new file mode 100644 index 0000000..a2a90a0 Binary files /dev/null and b/img/tour/Chhattisgarh/surang-tila-sirpur-1.jpg differ diff --git a/img/tour/Madhya Pradesh/.DS_Store b/img/tour/Madhya Pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/Madhya Pradesh/.DS_Store differ diff --git a/img/tour/Madhya Pradesh/Ganesh-Chaturthi.webp b/img/tour/Madhya Pradesh/Ganesh-Chaturthi.webp new file mode 100644 index 0000000..6793443 Binary files /dev/null and b/img/tour/Madhya Pradesh/Ganesh-Chaturthi.webp differ diff --git a/img/tour/Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg b/img/tour/Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg new file mode 100644 index 0000000..70d47f1 Binary files /dev/null and b/img/tour/Madhya Pradesh/Gwalior-Fort-Madhya-Pradesh.jpg differ diff --git a/img/tour/Madhya Pradesh/IMAGE_1662543108.jpg b/img/tour/Madhya Pradesh/IMAGE_1662543108.jpg new file mode 100644 index 0000000..7d44913 Binary files /dev/null and b/img/tour/Madhya Pradesh/IMAGE_1662543108.jpg differ diff --git a/img/tour/Madhya Pradesh/food.jpg b/img/tour/Madhya Pradesh/food.jpg new file mode 100644 index 0000000..af56d8c Binary files /dev/null and b/img/tour/Madhya Pradesh/food.jpg differ diff --git a/img/tour/Madhya Pradesh/food1.jpg b/img/tour/Madhya Pradesh/food1.jpg new file mode 100644 index 0000000..459940a Binary files /dev/null and b/img/tour/Madhya Pradesh/food1.jpg differ diff --git a/img/tour/Madhya Pradesh/images.jpeg b/img/tour/Madhya Pradesh/images.jpeg new file mode 100644 index 0000000..7075f55 Binary files /dev/null and b/img/tour/Madhya Pradesh/images.jpeg differ diff --git a/img/tour/Madhya Pradesh/img.jpg b/img/tour/Madhya Pradesh/img.jpg new file mode 100644 index 0000000..2fc40ac Binary files /dev/null and b/img/tour/Madhya Pradesh/img.jpg differ diff --git a/img/tour/Madhya Pradesh/jalebi-food-poha.webp b/img/tour/Madhya Pradesh/jalebi-food-poha.webp new file mode 100644 index 0000000..cca1e72 Binary files /dev/null and b/img/tour/Madhya Pradesh/jalebi-food-poha.webp differ diff --git a/img/tour/Madhya Pradesh/jpg.webp b/img/tour/Madhya Pradesh/jpg.webp new file mode 100644 index 0000000..aa0ab71 Binary files /dev/null and b/img/tour/Madhya Pradesh/jpg.webp differ diff --git a/img/tour/Madhya Pradesh/pl.webp b/img/tour/Madhya Pradesh/pl.webp new file mode 100644 index 0000000..d6ebf80 Binary files /dev/null and b/img/tour/Madhya Pradesh/pl.webp differ diff --git a/img/tour/Madhya Pradesh/to.jpg b/img/tour/Madhya Pradesh/to.jpg new file mode 100644 index 0000000..6b44a4c Binary files /dev/null and b/img/tour/Madhya Pradesh/to.jpg differ diff --git a/img/tour/Maharashtra/.DS_Store b/img/tour/Maharashtra/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/Maharashtra/.DS_Store differ diff --git a/img/tour/Maharashtra/79127080.webp b/img/tour/Maharashtra/79127080.webp new file mode 100644 index 0000000..e17dac9 Binary files /dev/null and b/img/tour/Maharashtra/79127080.webp differ diff --git a/img/tour/Maharashtra/9597a76e591600cfdb3064e1de907d0be0bfb.avif b/img/tour/Maharashtra/9597a76e591600cfdb3064e1de907d0be0bfb.avif new file mode 100644 index 0000000..0e43b93 Binary files /dev/null and b/img/tour/Maharashtra/9597a76e591600cfdb3064e1de907d0be0bfb.avif differ diff --git a/img/tour/Maharashtra/Mumbai.webp b/img/tour/Maharashtra/Mumbai.webp new file mode 100644 index 0000000..88e9042 Binary files /dev/null and b/img/tour/Maharashtra/Mumbai.webp differ diff --git a/img/tour/Maharashtra/food.jpg b/img/tour/Maharashtra/food.jpg new file mode 100644 index 0000000..e0950f3 Binary files /dev/null and b/img/tour/Maharashtra/food.jpg differ diff --git a/img/tour/Maharashtra/night.jpg b/img/tour/Maharashtra/night.jpg new file mode 100644 index 0000000..71e064c Binary files /dev/null and b/img/tour/Maharashtra/night.jpg differ diff --git a/img/tour/Maharashtra/thing5.jpg b/img/tour/Maharashtra/thing5.jpg new file mode 100644 index 0000000..cb0083f Binary files /dev/null and b/img/tour/Maharashtra/thing5.jpg differ diff --git a/img/tour/Maharashtra/timelapse.jpg b/img/tour/Maharashtra/timelapse.jpg new file mode 100644 index 0000000..dcfaba1 Binary files /dev/null and b/img/tour/Maharashtra/timelapse.jpg differ diff --git a/img/tour/Meghalaya/51795518.webp b/img/tour/Meghalaya/51795518.webp new file mode 100644 index 0000000..bef7c8b Binary files /dev/null and b/img/tour/Meghalaya/51795518.webp differ diff --git a/img/tour/Meghalaya/Cathedral-Catholic-Church.jpg b/img/tour/Meghalaya/Cathedral-Catholic-Church.jpg new file mode 100644 index 0000000..62f9240 Binary files /dev/null and b/img/tour/Meghalaya/Cathedral-Catholic-Church.jpg differ diff --git a/img/tour/Meghalaya/Kiang-Nongbah-Monument.jpg b/img/tour/Meghalaya/Kiang-Nongbah-Monument.jpg new file mode 100644 index 0000000..bc809c4 Binary files /dev/null and b/img/tour/Meghalaya/Kiang-Nongbah-Monument.jpg differ diff --git a/img/tour/Meghalaya/assam-destinations.jpg b/img/tour/Meghalaya/assam-destinations.jpg new file mode 100644 index 0000000..e301182 Binary files /dev/null and b/img/tour/Meghalaya/assam-destinations.jpg differ diff --git a/img/tour/Meghalaya/behdeinkhlam-festival.jpg b/img/tour/Meghalaya/behdeinkhlam-festival.jpg new file mode 100644 index 0000000..01284ec Binary files /dev/null and b/img/tour/Meghalaya/behdeinkhlam-festival.jpg differ diff --git a/img/tour/Meghalaya/caribbean-dishes-barbados-food.jpg b/img/tour/Meghalaya/caribbean-dishes-barbados-food.jpg new file mode 100644 index 0000000..cb7291d Binary files /dev/null and b/img/tour/Meghalaya/caribbean-dishes-barbados-food.jpg differ diff --git a/img/tour/Mizoram/266.jpg b/img/tour/Mizoram/266.jpg new file mode 100644 index 0000000..2f216f5 Binary files /dev/null and b/img/tour/Mizoram/266.jpg differ diff --git a/img/tour/Mizoram/267.jpg b/img/tour/Mizoram/267.jpg new file mode 100644 index 0000000..cb30ad4 Binary files /dev/null and b/img/tour/Mizoram/267.jpg differ diff --git a/img/tour/Mizoram/Kirateshwar-Mahadev.jpg b/img/tour/Mizoram/Kirateshwar-Mahadev.jpg new file mode 100644 index 0000000..3933510 Binary files /dev/null and b/img/tour/Mizoram/Kirateshwar-Mahadev.jpg differ diff --git a/img/tour/Mizoram/Mizoram.jpg b/img/tour/Mizoram/Mizoram.jpg new file mode 100644 index 0000000..3c415de Binary files /dev/null and b/img/tour/Mizoram/Mizoram.jpg differ diff --git a/img/tour/Mizoram/TV.webp b/img/tour/Mizoram/TV.webp new file mode 100644 index 0000000..ac0fb19 Binary files /dev/null and b/img/tour/Mizoram/TV.webp differ diff --git a/img/tour/Mizoram/festivals-tourism-mizoram.jpg b/img/tour/Mizoram/festivals-tourism-mizoram.jpg new file mode 100644 index 0000000..7a3d776 Binary files /dev/null and b/img/tour/Mizoram/festivals-tourism-mizoram.jpg differ diff --git a/img/tour/Mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif b/img/tour/Mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif new file mode 100644 index 0000000..e47657d Binary files /dev/null and b/img/tour/Mizoram/hitoshi-namura-nzEZBYpQmeg-unsplash-scaled.avif differ diff --git a/img/tour/Mizoram/majestic.jpg b/img/tour/Mizoram/majestic.jpg new file mode 100644 index 0000000..67c539b Binary files /dev/null and b/img/tour/Mizoram/majestic.jpg differ diff --git a/img/tour/Mizoram/solomon-temple.webp b/img/tour/Mizoram/solomon-temple.webp new file mode 100644 index 0000000..bdbf23c Binary files /dev/null and b/img/tour/Mizoram/solomon-temple.webp differ diff --git a/img/tour/Nagaland/.DS_Store b/img/tour/Nagaland/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/Nagaland/.DS_Store differ diff --git a/img/tour/Nagaland/NPIC-202212174548-1.webp b/img/tour/Nagaland/NPIC-202212174548-1.webp new file mode 100644 index 0000000..650ed58 Binary files /dev/null and b/img/tour/Nagaland/NPIC-202212174548-1.webp differ diff --git a/img/tour/Nagaland/Tawang-Festival.jpg b/img/tour/Nagaland/Tawang-Festival.jpg new file mode 100644 index 0000000..1ee9abb Binary files /dev/null and b/img/tour/Nagaland/Tawang-Festival.jpg differ diff --git a/img/tour/Nagaland/eastern-morungs-750x379.jpg b/img/tour/Nagaland/eastern-morungs-750x379.jpg new file mode 100644 index 0000000..8952cd3 Binary files /dev/null and b/img/tour/Nagaland/eastern-morungs-750x379.jpg differ diff --git a/img/tour/Nagaland/hornbill_1511353900t.jpg b/img/tour/Nagaland/hornbill_1511353900t.jpg new file mode 100644 index 0000000..ef46116 Binary files /dev/null and b/img/tour/Nagaland/hornbill_1511353900t.jpg differ diff --git a/img/tour/Shikim/Nepalese_Thuppa_20200714125009.jpg b/img/tour/Shikim/Nepalese_Thuppa_20200714125009.jpg new file mode 100644 index 0000000..d23699c Binary files /dev/null and b/img/tour/Shikim/Nepalese_Thuppa_20200714125009.jpg differ diff --git a/img/tour/Shikim/f.jpeg b/img/tour/Shikim/f.jpeg new file mode 100644 index 0000000..c29fd0f Binary files /dev/null and b/img/tour/Shikim/f.jpeg differ diff --git a/img/tour/Shikim/f2.webp b/img/tour/Shikim/f2.webp new file mode 100644 index 0000000..e6d16b1 Binary files /dev/null and b/img/tour/Shikim/f2.webp differ diff --git a/img/tour/Shikim/heritage-tourism1.webp b/img/tour/Shikim/heritage-tourism1.webp new file mode 100644 index 0000000..6966dbf Binary files /dev/null and b/img/tour/Shikim/heritage-tourism1.webp differ diff --git a/img/tour/Shikim/images.jpeg b/img/tour/Shikim/images.jpeg new file mode 100644 index 0000000..48f9e3d Binary files /dev/null and b/img/tour/Shikim/images.jpeg differ diff --git a/img/tour/Shikim/lingdum-monestry-sikkim.jpg b/img/tour/Shikim/lingdum-monestry-sikkim.jpg new file mode 100644 index 0000000..38d1fa3 Binary files /dev/null and b/img/tour/Shikim/lingdum-monestry-sikkim.jpg differ diff --git a/img/tour/Shikim/pelling-buddha.webp b/img/tour/Shikim/pelling-buddha.webp new file mode 100644 index 0000000..02080af Binary files /dev/null and b/img/tour/Shikim/pelling-buddha.webp differ diff --git a/img/tour/Shikim/sikkim_1_0-sixteen_nine.avif b/img/tour/Shikim/sikkim_1_0-sixteen_nine.avif new file mode 100644 index 0000000..c9b2fc0 Binary files /dev/null and b/img/tour/Shikim/sikkim_1_0-sixteen_nine.avif differ diff --git a/img/tour/UK/Banner.jpeg b/img/tour/UK/Banner.jpeg new file mode 100644 index 0000000..211ea8d Binary files /dev/null and b/img/tour/UK/Banner.jpeg differ diff --git a/img/tour/UK/Char-Dham-Yatra-in-Uttarakhand.webp b/img/tour/UK/Char-Dham-Yatra-in-Uttarakhand.webp new file mode 100644 index 0000000..62e436d Binary files /dev/null and b/img/tour/UK/Char-Dham-Yatra-in-Uttarakhand.webp differ diff --git a/img/tour/UK/GettyRF_956963154.avif b/img/tour/UK/GettyRF_956963154.avif new file mode 100644 index 0000000..72b973c Binary files /dev/null and b/img/tour/UK/GettyRF_956963154.avif differ diff --git a/img/tour/UK/Swargarohini.jpg b/img/tour/UK/Swargarohini.jpg new file mode 100644 index 0000000..d6f8b81 Binary files /dev/null and b/img/tour/UK/Swargarohini.jpg differ diff --git a/img/tour/UK/about-us.webp b/img/tour/UK/about-us.webp new file mode 100644 index 0000000..5a1807d Binary files /dev/null and b/img/tour/UK/about-us.webp differ diff --git a/img/tour/UP/9thinkstk_643d37f134d39.jpg b/img/tour/UP/9thinkstk_643d37f134d39.jpg new file mode 100644 index 0000000..ebb138f Binary files /dev/null and b/img/tour/UP/9thinkstk_643d37f134d39.jpg differ diff --git a/img/tour/UP/Festivals-of-Uttar-Pradesh.jpg b/img/tour/UP/Festivals-of-Uttar-Pradesh.jpg new file mode 100644 index 0000000..1af3373 Binary files /dev/null and b/img/tour/UP/Festivals-of-Uttar-Pradesh.jpg differ diff --git a/img/tour/UP/Taj Mahal.webp b/img/tour/UP/Taj Mahal.webp new file mode 100644 index 0000000..bec100c Binary files /dev/null and b/img/tour/UP/Taj Mahal.webp differ diff --git a/img/tour/UP/UTTAR-PRADESH-.jpg b/img/tour/UP/UTTAR-PRADESH-.jpg new file mode 100644 index 0000000..eae6c4a Binary files /dev/null and b/img/tour/UP/UTTAR-PRADESH-.jpg differ diff --git a/img/tour/UP/agra.jpg b/img/tour/UP/agra.jpg new file mode 100644 index 0000000..b40faf6 Binary files /dev/null and b/img/tour/UP/agra.jpg differ diff --git a/img/tour/UP/fd.jpg b/img/tour/UP/fd.jpg new file mode 100644 index 0000000..17eafe4 Binary files /dev/null and b/img/tour/UP/fd.jpg differ diff --git a/img/tour/UP/festival.jpg b/img/tour/UP/festival.jpg new file mode 100644 index 0000000..5d6a7b7 Binary files /dev/null and b/img/tour/UP/festival.jpg differ diff --git a/img/tour/UP/img.webp b/img/tour/UP/img.webp new file mode 100644 index 0000000..45d4c62 Binary files /dev/null and b/img/tour/UP/img.webp differ diff --git a/img/tour/UP/india-uttar-pradesh-148915547451o.avif b/img/tour/UP/india-uttar-pradesh-148915547451o.avif new file mode 100644 index 0000000..1b7905f Binary files /dev/null and b/img/tour/UP/india-uttar-pradesh-148915547451o.avif differ diff --git a/img/tour/UP/uttar-pradesh_hh_main.jpg b/img/tour/UP/uttar-pradesh_hh_main.jpg new file mode 100644 index 0000000..8992246 Binary files /dev/null and b/img/tour/UP/uttar-pradesh_hh_main.jpg differ diff --git a/img/tour/WestBengal/1659608853.jpg b/img/tour/WestBengal/1659608853.jpg new file mode 100644 index 0000000..f3ca88d Binary files /dev/null and b/img/tour/WestBengal/1659608853.jpg differ diff --git a/img/tour/WestBengal/Festivals-in-Kolkata.webp b/img/tour/WestBengal/Festivals-in-Kolkata.webp new file mode 100644 index 0000000..fdc245d Binary files /dev/null and b/img/tour/WestBengal/Festivals-in-Kolkata.webp differ diff --git a/img/tour/WestBengal/WEST-BENGAL.jpg b/img/tour/WestBengal/WEST-BENGAL.jpg new file mode 100644 index 0000000..ffe6d21 Binary files /dev/null and b/img/tour/WestBengal/WEST-BENGAL.jpg differ diff --git a/img/tour/WestBengal/batasia_loop.jpg.webp b/img/tour/WestBengal/batasia_loop.jpg.webp new file mode 100644 index 0000000..3f8423c Binary files /dev/null and b/img/tour/WestBengal/batasia_loop.jpg.webp differ diff --git a/img/tour/WestBengal/food.png b/img/tour/WestBengal/food.png new file mode 100644 index 0000000..ae601c4 Binary files /dev/null and b/img/tour/WestBengal/food.png differ diff --git a/img/tour/WestBengal/heritage-sites-in-west-bengal.jpg b/img/tour/WestBengal/heritage-sites-in-west-bengal.jpg new file mode 100644 index 0000000..28fdb95 Binary files /dev/null and b/img/tour/WestBengal/heritage-sites-in-west-bengal.jpg differ diff --git a/img/tour/WestBengal/jpg.webp b/img/tour/WestBengal/jpg.webp new file mode 100644 index 0000000..54d0730 Binary files /dev/null and b/img/tour/WestBengal/jpg.webp differ diff --git a/img/tour/WestBengal/shorsheilish1.jpg b/img/tour/WestBengal/shorsheilish1.jpg new file mode 100644 index 0000000..cec8497 Binary files /dev/null and b/img/tour/WestBengal/shorsheilish1.jpg differ diff --git a/img/tour/WestBengal/unnamed.jpg b/img/tour/WestBengal/unnamed.jpg new file mode 100644 index 0000000..8cb1147 Binary files /dev/null and b/img/tour/WestBengal/unnamed.jpg differ diff --git a/img/tour/andhra pradesh/.DS_Store b/img/tour/andhra pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/andhra pradesh/.DS_Store differ diff --git a/img/tour/andhra pradesh/1.jpg b/img/tour/andhra pradesh/1.jpg new file mode 100644 index 0000000..45c9a10 Binary files /dev/null and b/img/tour/andhra pradesh/1.jpg differ diff --git a/img/tour/andhra pradesh/2.jpg b/img/tour/andhra pradesh/2.jpg new file mode 100644 index 0000000..f32133d Binary files /dev/null and b/img/tour/andhra pradesh/2.jpg differ diff --git a/img/tour/andhra pradesh/3.jpg b/img/tour/andhra pradesh/3.jpg new file mode 100644 index 0000000..f482857 Binary files /dev/null and b/img/tour/andhra pradesh/3.jpg differ diff --git a/img/tour/andhra pradesh/4.jpg b/img/tour/andhra pradesh/4.jpg new file mode 100644 index 0000000..943c58f Binary files /dev/null and b/img/tour/andhra pradesh/4.jpg differ diff --git a/img/tour/andhra pradesh/5.webp b/img/tour/andhra pradesh/5.webp new file mode 100644 index 0000000..1f56471 Binary files /dev/null and b/img/tour/andhra pradesh/5.webp differ diff --git a/img/tour/andhra pradesh/tr.png b/img/tour/andhra pradesh/tr.png new file mode 100644 index 0000000..2dfddef Binary files /dev/null and b/img/tour/andhra pradesh/tr.png differ diff --git a/img/tour/arunachal pradesh/.DS_Store b/img/tour/arunachal pradesh/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/arunachal pradesh/.DS_Store differ diff --git a/img/tour/arunachal pradesh/48556039886_172c28b852_b.jpg b/img/tour/arunachal pradesh/48556039886_172c28b852_b.jpg new file mode 100644 index 0000000..5d308fc Binary files /dev/null and b/img/tour/arunachal pradesh/48556039886_172c28b852_b.jpg differ diff --git a/img/tour/arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg b/img/tour/arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg new file mode 100644 index 0000000..40f121d Binary files /dev/null and b/img/tour/arunachal pradesh/5f182ee9538dc-Arunachal_Pradesh_Attractions.jpg differ diff --git a/img/tour/arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg b/img/tour/arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg new file mode 100644 index 0000000..2250469 Binary files /dev/null and b/img/tour/arunachal pradesh/Golden_Pagoda_Namsai_Arunachal_Pradesh.jpg differ diff --git a/img/tour/arunachal pradesh/Hornbill-4.jpg b/img/tour/arunachal pradesh/Hornbill-4.jpg new file mode 100644 index 0000000..7d27528 Binary files /dev/null and b/img/tour/arunachal pradesh/Hornbill-4.jpg differ diff --git a/img/tour/arunachal pradesh/Losar-Festival-Arunachal.jpg b/img/tour/arunachal pradesh/Losar-Festival-Arunachal.jpg new file mode 100644 index 0000000..1d01b2d Binary files /dev/null and b/img/tour/arunachal pradesh/Losar-Festival-Arunachal.jpg differ diff --git a/img/tour/arunachal pradesh/North-East-India-Food.webp b/img/tour/arunachal pradesh/North-East-India-Food.webp new file mode 100644 index 0000000..9aed2f8 Binary files /dev/null and b/img/tour/arunachal pradesh/North-East-India-Food.webp differ diff --git a/img/tour/arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp b/img/tour/arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp new file mode 100644 index 0000000..3bb5c7d Binary files /dev/null and b/img/tour/arunachal pradesh/arunachal-pradesh-625-ians_625x350_71444819317.webp differ diff --git a/img/tour/arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp b/img/tour/arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp new file mode 100644 index 0000000..289865a Binary files /dev/null and b/img/tour/arunachal pradesh/arunachal-pradesh-governor-greets-people-on-solung-festival.webp differ diff --git a/img/tour/delhi/1.jpg b/img/tour/delhi/1.jpg new file mode 100644 index 0000000..4f2d0dd Binary files /dev/null and b/img/tour/delhi/1.jpg differ diff --git a/img/tour/delhi/2.jpg b/img/tour/delhi/2.jpg new file mode 100644 index 0000000..70f2ebe Binary files /dev/null and b/img/tour/delhi/2.jpg differ diff --git a/img/tour/delhi/3.jpg b/img/tour/delhi/3.jpg new file mode 100644 index 0000000..ecad410 Binary files /dev/null and b/img/tour/delhi/3.jpg differ diff --git a/img/tour/delhi/4.jpg b/img/tour/delhi/4.jpg new file mode 100644 index 0000000..d30df2d Binary files /dev/null and b/img/tour/delhi/4.jpg differ diff --git a/img/tour/delhi/India-War-Memorial-arch.webp b/img/tour/delhi/India-War-Memorial-arch.webp new file mode 100644 index 0000000..d05473a Binary files /dev/null and b/img/tour/delhi/India-War-Memorial-arch.webp differ diff --git a/img/tour/delhi/food.webp b/img/tour/delhi/food.webp new file mode 100644 index 0000000..61b4019 Binary files /dev/null and b/img/tour/delhi/food.webp differ diff --git a/img/tour/goa/40161.jpg b/img/tour/goa/40161.jpg new file mode 100644 index 0000000..0c2d770 Binary files /dev/null and b/img/tour/goa/40161.jpg differ diff --git a/img/tour/goa/Credit_Shores-Threesixtyfive-res.jpg b/img/tour/goa/Credit_Shores-Threesixtyfive-res.jpg new file mode 100644 index 0000000..67e9a0e Binary files /dev/null and b/img/tour/goa/Credit_Shores-Threesixtyfive-res.jpg differ diff --git a/img/tour/goa/ZNA2019_AmirSara_03.jpg b/img/tour/goa/ZNA2019_AmirSara_03.jpg new file mode 100644 index 0000000..6542f22 Binary files /dev/null and b/img/tour/goa/ZNA2019_AmirSara_03.jpg differ diff --git a/img/tour/goa/ci _5866.webp b/img/tour/goa/ci _5866.webp new file mode 100644 index 0000000..a5e557b Binary files /dev/null and b/img/tour/goa/ci _5866.webp differ diff --git a/img/tour/goa/festivals-goa.jpg b/img/tour/goa/festivals-goa.jpg new file mode 100644 index 0000000..727ae59 Binary files /dev/null and b/img/tour/goa/festivals-goa.jpg differ diff --git a/img/tour/goa/festivals-in-goa.webp b/img/tour/goa/festivals-in-goa.webp new file mode 100644 index 0000000..5762e63 Binary files /dev/null and b/img/tour/goa/festivals-in-goa.webp differ diff --git a/img/tour/gujrat/.DS_Store b/img/tour/gujrat/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/gujrat/.DS_Store differ diff --git a/img/tour/gujrat/1.jpg b/img/tour/gujrat/1.jpg new file mode 100644 index 0000000..26127fa Binary files /dev/null and b/img/tour/gujrat/1.jpg differ diff --git a/img/tour/gujrat/2.jpg b/img/tour/gujrat/2.jpg new file mode 100644 index 0000000..f793ebb Binary files /dev/null and b/img/tour/gujrat/2.jpg differ diff --git a/img/tour/gujrat/3.jpg b/img/tour/gujrat/3.jpg new file mode 100644 index 0000000..e1bc303 Binary files /dev/null and b/img/tour/gujrat/3.jpg differ diff --git a/img/tour/gujrat/4.jpg b/img/tour/gujrat/4.jpg new file mode 100644 index 0000000..a465202 Binary files /dev/null and b/img/tour/gujrat/4.jpg differ diff --git a/img/tour/gujrat/DP1.webp b/img/tour/gujrat/DP1.webp new file mode 100644 index 0000000..4aa5c7a Binary files /dev/null and b/img/tour/gujrat/DP1.webp differ diff --git a/img/tour/gujrat/Festivals.webp b/img/tour/gujrat/Festivals.webp new file mode 100644 index 0000000..891bc8c Binary files /dev/null and b/img/tour/gujrat/Festivals.webp differ diff --git a/img/tour/himachal/1.jpg b/img/tour/himachal/1.jpg new file mode 100644 index 0000000..b02a07f Binary files /dev/null and b/img/tour/himachal/1.jpg differ diff --git a/img/tour/himachal/2.jpg b/img/tour/himachal/2.jpg new file mode 100644 index 0000000..58de740 Binary files /dev/null and b/img/tour/himachal/2.jpg differ diff --git a/img/tour/himachal/3.jpg b/img/tour/himachal/3.jpg new file mode 100644 index 0000000..17e326b Binary files /dev/null and b/img/tour/himachal/3.jpg differ diff --git a/img/tour/himachal/4.jpg b/img/tour/himachal/4.jpg new file mode 100644 index 0000000..d8dcdcc Binary files /dev/null and b/img/tour/himachal/4.jpg differ diff --git a/img/tour/himachal/IMAGE_1651143259.webp b/img/tour/himachal/IMAGE_1651143259.webp new file mode 100644 index 0000000..86be6af Binary files /dev/null and b/img/tour/himachal/IMAGE_1651143259.webp differ diff --git a/img/tour/jammu& kashmir/1.jpg b/img/tour/jammu& kashmir/1.jpg new file mode 100644 index 0000000..a55d250 Binary files /dev/null and b/img/tour/jammu& kashmir/1.jpg differ diff --git a/img/tour/jammu& kashmir/2.jpg b/img/tour/jammu& kashmir/2.jpg new file mode 100644 index 0000000..b59cc8e Binary files /dev/null and b/img/tour/jammu& kashmir/2.jpg differ diff --git a/img/tour/jammu& kashmir/gh.webp b/img/tour/jammu& kashmir/gh.webp new file mode 100644 index 0000000..da3fb95 Binary files /dev/null and b/img/tour/jammu& kashmir/gh.webp differ diff --git a/img/tour/karnataka/.DS_Store b/img/tour/karnataka/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/tour/karnataka/.DS_Store differ diff --git a/img/tour/karnataka/Hampi-virupaksha-temple.jpg b/img/tour/karnataka/Hampi-virupaksha-temple.jpg new file mode 100644 index 0000000..e0cc716 Binary files /dev/null and b/img/tour/karnataka/Hampi-virupaksha-temple.jpg differ diff --git a/img/tour/karnataka/MYSORE.jpg b/img/tour/karnataka/MYSORE.jpg new file mode 100644 index 0000000..f6c3a9e Binary files /dev/null and b/img/tour/karnataka/MYSORE.jpg differ diff --git a/img/tour/karnataka/food.jpg b/img/tour/karnataka/food.jpg new file mode 100644 index 0000000..0c8aabd Binary files /dev/null and b/img/tour/karnataka/food.jpg differ diff --git a/img/tour/karnataka/lr.jpg b/img/tour/karnataka/lr.jpg new file mode 100644 index 0000000..44c83f7 Binary files /dev/null and b/img/tour/karnataka/lr.jpg differ diff --git a/img/tour/karnataka/temple-big-shiva.jpg b/img/tour/karnataka/temple-big-shiva.jpg new file mode 100644 index 0000000..4c269a5 Binary files /dev/null and b/img/tour/karnataka/temple-big-shiva.jpg differ diff --git a/img/tour/karnataka/tourist-places.png b/img/tour/karnataka/tourist-places.png new file mode 100644 index 0000000..711d318 Binary files /dev/null and b/img/tour/karnataka/tourist-places.png differ diff --git a/img/tour/ladakh/1.jpg b/img/tour/ladakh/1.jpg new file mode 100644 index 0000000..5a4c916 Binary files /dev/null and b/img/tour/ladakh/1.jpg differ diff --git a/img/tour/ladakh/2.jpg b/img/tour/ladakh/2.jpg new file mode 100644 index 0000000..e0a2d1f Binary files /dev/null and b/img/tour/ladakh/2.jpg differ diff --git a/img/tour/ladakh/3.jpg b/img/tour/ladakh/3.jpg new file mode 100644 index 0000000..a445f60 Binary files /dev/null and b/img/tour/ladakh/3.jpg differ diff --git a/img/tour/ladakh/4.jpg b/img/tour/ladakh/4.jpg new file mode 100644 index 0000000..7c9aab1 Binary files /dev/null and b/img/tour/ladakh/4.jpg differ diff --git a/img/tour/manipur/2022_11$largeimg_262341042.jpg b/img/tour/manipur/2022_11$largeimg_262341042.jpg new file mode 100644 index 0000000..58f3da9 Binary files /dev/null and b/img/tour/manipur/2022_11$largeimg_262341042.jpg differ diff --git a/img/tour/manipur/KANGLA-500x300.png b/img/tour/manipur/KANGLA-500x300.png new file mode 100644 index 0000000..ff47259 Binary files /dev/null and b/img/tour/manipur/KANGLA-500x300.png differ diff --git a/img/tour/manipur/Sanamahi-Temple-Manipur.jpg b/img/tour/manipur/Sanamahi-Temple-Manipur.jpg new file mode 100644 index 0000000..6deeaec Binary files /dev/null and b/img/tour/manipur/Sanamahi-Temple-Manipur.jpg differ diff --git a/img/tour/manipur/festiv.jpeg b/img/tour/manipur/festiv.jpeg new file mode 100644 index 0000000..5fef195 Binary files /dev/null and b/img/tour/manipur/festiv.jpeg differ diff --git a/img/tour/manipur/kugfk8nptkh.webp b/img/tour/manipur/kugfk8nptkh.webp new file mode 100644 index 0000000..f1f8739 Binary files /dev/null and b/img/tour/manipur/kugfk8nptkh.webp differ diff --git a/img/tour/manipur/vm7emg4tvzk.webp b/img/tour/manipur/vm7emg4tvzk.webp new file mode 100644 index 0000000..ca35566 Binary files /dev/null and b/img/tour/manipur/vm7emg4tvzk.webp differ diff --git a/img/tour/odisha/1.jpg b/img/tour/odisha/1.jpg new file mode 100644 index 0000000..b707d8c Binary files /dev/null and b/img/tour/odisha/1.jpg differ diff --git a/img/tour/odisha/2.jpg b/img/tour/odisha/2.jpg new file mode 100644 index 0000000..8e1e250 Binary files /dev/null and b/img/tour/odisha/2.jpg differ diff --git a/img/tour/odisha/3.jpg b/img/tour/odisha/3.jpg new file mode 100644 index 0000000..b6e290c Binary files /dev/null and b/img/tour/odisha/3.jpg differ diff --git a/img/tour/odisha/4.jpg b/img/tour/odisha/4.jpg new file mode 100644 index 0000000..4ee690c Binary files /dev/null and b/img/tour/odisha/4.jpg differ diff --git a/img/tour/odisha/47585421.cms b/img/tour/odisha/47585421.cms new file mode 100644 index 0000000..626e64a Binary files /dev/null and b/img/tour/odisha/47585421.cms differ diff --git a/img/tour/odisha/Durga-Puja-Festival.webp b/img/tour/odisha/Durga-Puja-Festival.webp new file mode 100644 index 0000000..1136a1e Binary files /dev/null and b/img/tour/odisha/Durga-Puja-Festival.webp differ diff --git a/img/tour/odisha/Konark_Main.jpg b/img/tour/odisha/Konark_Main.jpg new file mode 100644 index 0000000..f3d9724 Binary files /dev/null and b/img/tour/odisha/Konark_Main.jpg differ diff --git a/img/tour/odisha/Pakhala-dibasa.jpeg b/img/tour/odisha/Pakhala-dibasa.jpeg new file mode 100644 index 0000000..aa73f02 Binary files /dev/null and b/img/tour/odisha/Pakhala-dibasa.jpeg differ diff --git a/img/tour/odisha/food.webp b/img/tour/odisha/food.webp new file mode 100644 index 0000000..e0141b5 Binary files /dev/null and b/img/tour/odisha/food.webp differ diff --git a/img/tour/punjab/1.jpg b/img/tour/punjab/1.jpg new file mode 100644 index 0000000..35f143d Binary files /dev/null and b/img/tour/punjab/1.jpg differ diff --git a/img/tour/punjab/2.jpg b/img/tour/punjab/2.jpg new file mode 100644 index 0000000..5d9db5c Binary files /dev/null and b/img/tour/punjab/2.jpg differ diff --git a/img/tour/punjab/3.jpg b/img/tour/punjab/3.jpg new file mode 100644 index 0000000..56e3e74 Binary files /dev/null and b/img/tour/punjab/3.jpg differ diff --git a/img/tour/punjab/sos_punjab.avif b/img/tour/punjab/sos_punjab.avif new file mode 100644 index 0000000..488240d Binary files /dev/null and b/img/tour/punjab/sos_punjab.avif differ diff --git a/img/tour/rajasthan/1.jpg b/img/tour/rajasthan/1.jpg new file mode 100644 index 0000000..67eef05 Binary files /dev/null and b/img/tour/rajasthan/1.jpg differ diff --git a/img/tour/rajasthan/2.jpg b/img/tour/rajasthan/2.jpg new file mode 100644 index 0000000..74fa66b Binary files /dev/null and b/img/tour/rajasthan/2.jpg differ diff --git a/img/tour/rajasthan/3.jpg b/img/tour/rajasthan/3.jpg new file mode 100644 index 0000000..d91c290 Binary files /dev/null and b/img/tour/rajasthan/3.jpg differ diff --git a/img/tour/rajasthan/4.jpg b/img/tour/rajasthan/4.jpg new file mode 100644 index 0000000..e187d4a Binary files /dev/null and b/img/tour/rajasthan/4.jpg differ diff --git a/img/tour/rajasthan/DAL-BAATI-CHURMA.jpg b/img/tour/rajasthan/DAL-BAATI-CHURMA.jpg new file mode 100644 index 0000000..36da72f Binary files /dev/null and b/img/tour/rajasthan/DAL-BAATI-CHURMA.jpg differ diff --git a/img/tour/rajasthan/Header.jpg b/img/tour/rajasthan/Header.jpg new file mode 100644 index 0000000..5457e69 Binary files /dev/null and b/img/tour/rajasthan/Header.jpg differ diff --git a/img/tour/rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp b/img/tour/rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp new file mode 100644 index 0000000..80b140f Binary files /dev/null and b/img/tour/rajasthan/Top-festivals-and-fairs-of-Rajasthan-for-you-to-explore-Image-4-1280x720.webp differ diff --git a/img/tour/rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg b/img/tour/rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg new file mode 100644 index 0000000..ff475b4 Binary files /dev/null and b/img/tour/rajasthan/ckhd4ozxj1xr0l7p0aqw.jpg differ diff --git a/img/tour/rajasthan/download.jpeg b/img/tour/rajasthan/download.jpeg new file mode 100644 index 0000000..7c2b31d Binary files /dev/null and b/img/tour/rajasthan/download.jpeg differ diff --git a/img/tour/tamilnadu/1.jpg b/img/tour/tamilnadu/1.jpg new file mode 100644 index 0000000..116b8af Binary files /dev/null and b/img/tour/tamilnadu/1.jpg differ diff --git a/img/tour/tamilnadu/2.jpg b/img/tour/tamilnadu/2.jpg new file mode 100644 index 0000000..07219e7 Binary files /dev/null and b/img/tour/tamilnadu/2.jpg differ diff --git a/img/tour/tamilnadu/3.jpg b/img/tour/tamilnadu/3.jpg new file mode 100644 index 0000000..9c15b39 Binary files /dev/null and b/img/tour/tamilnadu/3.jpg differ diff --git a/img/tour/tamilnadu/4.jpg b/img/tour/tamilnadu/4.jpg new file mode 100644 index 0000000..2bf4791 Binary files /dev/null and b/img/tour/tamilnadu/4.jpg differ diff --git a/img/tour/tamilnadu/Pongal+festival.jpg b/img/tour/tamilnadu/Pongal+festival.jpg new file mode 100644 index 0000000..4b5e8a5 Binary files /dev/null and b/img/tour/tamilnadu/Pongal+festival.jpg differ diff --git a/img/tour/tamilnadu/Pongal.jpg b/img/tour/tamilnadu/Pongal.jpg new file mode 100644 index 0000000..629d442 Binary files /dev/null and b/img/tour/tamilnadu/Pongal.jpg differ diff --git a/img/tour/tamilnadu/Poombarai.webp b/img/tour/tamilnadu/Poombarai.webp new file mode 100644 index 0000000..8416a9b Binary files /dev/null and b/img/tour/tamilnadu/Poombarai.webp differ diff --git a/img/tour/tamilnadu/SI.jpg b/img/tour/tamilnadu/SI.jpg new file mode 100644 index 0000000..90f21cd Binary files /dev/null and b/img/tour/tamilnadu/SI.jpg differ diff --git a/img/tour/tamilnadu/lI1Ubcq0-Tamil-Nadu.avif b/img/tour/tamilnadu/lI1Ubcq0-Tamil-Nadu.avif new file mode 100644 index 0000000..1ff5151 Binary files /dev/null and b/img/tour/tamilnadu/lI1Ubcq0-Tamil-Nadu.avif differ diff --git a/img/tour/tamilnadu/last part.jpg b/img/tour/tamilnadu/last part.jpg new file mode 100644 index 0000000..5e46273 Binary files /dev/null and b/img/tour/tamilnadu/last part.jpg differ diff --git a/img/tour/tamilnadu/siva.jpeg b/img/tour/tamilnadu/siva.jpeg new file mode 100644 index 0000000..4f0cac8 Binary files /dev/null and b/img/tour/tamilnadu/siva.jpeg differ diff --git a/img/tour/telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg b/img/tour/telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg new file mode 100644 index 0000000..8f283d1 Binary files /dev/null and b/img/tour/telangana/01610k7o_bansilalpet_625x300_05_December_22.jpg differ diff --git a/img/tour/telangana/1600x960_180674-telangana-food-festival.jpg b/img/tour/telangana/1600x960_180674-telangana-food-festival.jpg new file mode 100644 index 0000000..d5dc0bf Binary files /dev/null and b/img/tour/telangana/1600x960_180674-telangana-food-festival.jpg differ diff --git a/img/tour/telangana/197.jpg b/img/tour/telangana/197.jpg new file mode 100644 index 0000000..2828040 Binary files /dev/null and b/img/tour/telangana/197.jpg differ diff --git a/img/tour/telangana/637028540609824089P6wRxZ.jpg b/img/tour/telangana/637028540609824089P6wRxZ.jpg new file mode 100644 index 0000000..e34bef6 Binary files /dev/null and b/img/tour/telangana/637028540609824089P6wRxZ.jpg differ diff --git a/img/tour/telangana/Ramappa-Temple.webp b/img/tour/telangana/Ramappa-Temple.webp new file mode 100644 index 0000000..d0593bc Binary files /dev/null and b/img/tour/telangana/Ramappa-Temple.webp differ diff --git a/img/tour/telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg b/img/tour/telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg new file mode 100644 index 0000000..f59f15f Binary files /dev/null and b/img/tour/telangana/Six-places-to-visit-in-Warangal-in-Telangana.jpg differ diff --git a/img/tour/telangana/Surendrapuri-Temple.webp b/img/tour/telangana/Surendrapuri-Temple.webp new file mode 100644 index 0000000..ad9b968 Binary files /dev/null and b/img/tour/telangana/Surendrapuri-Temple.webp differ diff --git a/img/tour/telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp b/img/tour/telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp new file mode 100644 index 0000000..6243188 Binary files /dev/null and b/img/tour/telangana/Telangana-Hindu-festival-Bonalu-celebrations-taking-place..webp differ diff --git a/img/tour/telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg b/img/tour/telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg new file mode 100644 index 0000000..820b88a Binary files /dev/null and b/img/tour/telangana/We-Bet-You-Didnt-Know-These-Facts-About-Charminar-Online-Drifts_-Guest-Posting-Site.jpg differ diff --git a/img/tour/telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg b/img/tour/telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg new file mode 100644 index 0000000..6c552be Binary files /dev/null and b/img/tour/telangana/Yadagirigutta-Yadadri-Temple-Complex-Telangana.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..539fc45 --- /dev/null +++ b/index.html @@ -0,0 +1,49 @@ + + + +
+${objectDescription}
+ +