Dare to Surf - No Dorai

Dare to Surf - No Dorai

4.0 2019 2 Drama BN
Drama

Overview

In a small beach town in Bangladesh, fearless Ayesha confronts social prohibition and violent opposition from her poverty-ridden family to surf. Like few other youngsters, she and her best friend Sohel are trained by self-made Bangladeshi surfer, Amir. As this unusual surfing enthusiasm gets international attention from surfing community and documentary filmmakers, fund money generates jealousy, squabbles, and power tussles. While surfing brings newfound fame and glory to Sohel, it is the 'prohibited' love for surfing that brings forced marriage and a life of misery for Ayesha. After seeking an extravagant, reckless lifestyle in the capital city, derailed Sohel returns back to Cox's Bazar, where their passion for surfing reunites them and unleashes a new hope for surfing in the small beach town.

এড ফ্রি এক্সপেরিয়েন্স পান
  • সীমাহীন এড-ফ্রি
  • 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; }