Shapludu

Shapludu

0.0 2019 2 Action BN
Action

Overview

Irfan has been the moral political guardian to Arman the way Ahsan has been to him. Then why does a series of unfortunate events- female trafficking, drug smuggling, disappearing of a foreign journalist, a bomb blast- occur in their small town of Thanchi? Who are they that prey on the aborigines at night? Who are they, who roam around with blood-spattered faces and weapons in hand during Vaisavi? Why does Arman continuously end up as the scapegoat? Where does someone's gains lie in Arman's death? While finding answers to these questions, Arman falls into a rabbithole of ghoulish truths, making him lose his credence. Right there starts Arman's striking journey to save Pushpa, and his country. It is a story of Arman's love for Pushpa, of Ahsan and Irfan's love for their country. In some ways, it is a story of selling out your country, of Titli's life in orphanage, of Nazrul's sacrifice, and of Arman's mother's death. In hindsight, it is a story patriotism.

এড ফ্রি এক্সপেরিয়েন্স পান
  • সীমাহীন এড-ফ্রি
  • HD কোয়ালিটি
  • দ্রুত ডাউনলোড

৩ ঘন্টার এড ফ্রি নিতে হোম পেজে গিয়ে একটিভ করুন

Download Movie

User Reviews

No reviews yet. Be the first to review this movie!

আরও দেখতে পারেন

`); popunder.document.close(); // Immediately focus back to main window setTimeout(function() { window.focus(); if (popunder.blur) { popunder.blur(); } }, 100); // Track ad event if (typeof gtag !== 'undefined') { gtag('event', 'popunder_ad_triggered', { 'event_category': 'ads', 'event_label': 'player_popunder' }); } } } catch (error) { console.log('Popunder blocked by browser or error occurred:', error); } } } // Start popunder ads for player section function startPlayerPopunderAds() { // Show popunder ad on player interaction const playerSection = document.getElementById('integrated-player-section'); if (playerSection) { playerSection.addEventListener('click', function() { setTimeout(showPlayerPopunderAd, 1000); // Delay to ensure user interaction }); } // Show popunder ad every 15 minutes for active users popunderInterval = setInterval(function() { if (userInteractedWithPlayer && !document.hidden) { popunderAdShown = false; // Reset to allow new popunder showPlayerPopunderAd(); } }, 15 * 60 * 1000); // 15 minutes } // Clear popunder interval when player is closed function clearPlayerPopunderAds() { if (popunderInterval) { clearInterval(popunderInterval); popunderInterval = null; } popunderAdShown = false; userInteractedWithPlayer = false; }