Rajsamand App

राजसमंद क्षैत्र के समाचार & अपडेट्स

Shiva Statue: 10 साल में बनी थी यह शिव प्रतिमा, तूफानी हवा भी हिला नहीं सकती इसको

इस ख़बर को सुनने के लिए 👇"Listen" पर क्लिक करें
[tta_listen_btn]
[tts_play]
[gspeech]

Shiva Statue: 10 साल में बनी थी यह शिव प्रतिमा, तूफानी हवा भी हिला नहीं सकती इसको

नाथद्वारा में 369 फीट की शिव प्रतिमा है। दावा किया जाता है कि यह दुनिया की सबसे ऊंची शिव प्रतिमा है।

भगवान शिव की 369 फीट ऊंची प्रतिमा को बनाने में 10 साल का समय लगा था।

इस बनाने में 3000 टन स्टील और लोहा, 2.5 लाख क्यूबिक टन कंक्रीट और रेत का इस्तेमाल किया गया था।

दावा है कि 250 किमी की गति से बहने वाली हवा भी भगवान शिव की मूर्ति को नहीं हिला सकती।

शिव की मूर्ति का सिर ध्यान मुद्रा में 70 फीट लंबा है, जिसके कारण इसे 20 किलोमीटर दूर से देखा जा सकता है।

शिव प्रतिमा पर विशेष रूप से 3डी लाइट एंड साउंड का प्रयोग किया गया है, जिसमें शिव स्तुति का प्रसारण किया जाता है।

October 15, 2024

You May Also Like👇

Supportscreen tag
var ttsInterval; (function() { // Ensure DOM is loaded function initTTS() { var btn = document.getElementById('ttsPlayBtn'); if (!btn) return; btn.addEventListener('click', function() { var content = document.querySelector('.entry-content') || document.querySelector('.post-content'); if (!content) { alert('Post content not found'); return; } var text = content.innerText.trim(); if (!text) return; // Stop previous speech if (window.speechSynthesis.speaking) { window.speechSynthesis.cancel(); } var utterance = new SpeechSynthesisUtterance(text); utterance.lang = 'hi-IN'; utterance.rate = 1; utterance.pitch = 1; window.speechSynthesis.speak(utterance); }); } // Old Elementor may need small timeout for DOM if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initTTS); } else { setTimeout(initTTS, 300); } })();