Shiva

प्रकृतेः गर्भः

Prakruteh Garbhah: The Womb of Mother Nature

// Load the GSAP animation library for a premium feel const script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"; document.head.appendChild(script); let cosmicAudio = new Audio('aum_02_528hz-22432.mp3'); cosmicAudio.loop = true; function startExperience() { // 1. Start the Cosmic Sound (Swar Architecture) cosmicAudio.volume = 0.1; // Low volume background hum cosmicAudio.play(); // 2. Animate the Transition gsap.to("#intro", { duration: 2, opacity: 0, scale: 1.5, onComplete: () => { document.getElementById('intro').style.display = 'none'; showMirrorSearch(); } }); } function showMirrorSearch() { // This creates the "Portal" search bar we discussed const mainHub = document.createElement('div'); mainHub.id = "hub"; mainHub.innerHTML = `

Search a Global Vibe

"Thank you for visiting Prakruteh Garbhah. If we missed anything in our hospitality, we are sorry from the heart. I ask this on behalf of all Indians."

`; document.body.appendChild(mainHub); // Add logic to listen for the search document.getElementById('searchInput').addEventListener('input', (e) => { handleSearch(e.target.value); }); } function handleSearch(query) { [span_10](start_span)[span_11](start_span)// This will eventually pull from your Google Sheet CSV[span_10](end_span)[span_11](end_span) const resultsDiv = document.getElementById('results'); if(query.toLowerCase() === 'switzerland') { resultsDiv.innerHTML = `

World: Switzerland

Price: ₹2,50,000

Bharat Twin: Gulmarg, Kashmir

Price: ₹12,000

`; } }