Skip to main content

Gotro -2019- Bengali 720p Hoichoi Web-dl X264 A... 〈2025-2027〉

Gotro is a 2019 Indian Bengali-language family drama that explores themes of humanity, faith, and the breakdown of communal barriers. Directed by the renowned duo Nandita Roy and Shiboprosad Mukherjee, the film was a significant commercial success, grossing approximately ₹50 million during its theatrical run. Core Premise & Plot

The story is set in "Gobinda Dham," a mansion in North Kolkata owned by Mukti Debi (played by Anashua Majumdar), a devout Hindu widow whose son lives abroad. The plot thickens when her son hires Tareq Ali (Nigel Akkara), a Muslim ex-convict, to serve as her caretaker.

The Conflict: Mukti Debi is initially unaware of Tareq’s religious identity, and the film follows the development of a deep mother-son bond between them despite their different backgrounds.

The Message: The title Gotro (meaning lineage or clan) serves as a metaphor for the social and religious shackles the film encourages viewers to break, ultimately prioritizing humanity over caste or creed. Key Cast & Production

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gotro - 2019 - Bengali 720p Hoichoi WEB-DL x264</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap" rel="stylesheet">
<style>
  *  margin: 0; padding: 0; box-sizing: border-box; 
  body  font-family: 'Inter', sans-serif; background: #050505; color: #e5e5e5; 
  ::selection  background: #00ffc4; color: #000; 
  ::-webkit-scrollbar  width: 8px; 
  ::-webkit-scrollbar-track  background: #0a0a0a; 
  ::-webkit-scrollbar-thumb  background: #262626; border-radius: 4px; 
  ::-webkit-scrollbar-thumb:hover  background: #404040;
@keyframes slideInUp 
    from  transform: translateY(30px); opacity: 0; 
    to  transform: translateY(0); opacity: 1;
@keyframes fadeIn 
    from  opacity: 0; 
    to  opacity: 1;
@keyframes pulse-glow 
    0%, 100%  box-shadow: 0 0 20px rgba(0,255,196,0.1); 
    50%  box-shadow: 0 0 40px rgba(0,255,196,0.2);
@keyframes float 
    0%, 100%  transform: translateY(0); 
    50%  transform: translateY(-8px);
@keyframes typing 
    from  width: 0; 
    to  width: 100%;
@keyframes blink-caret 
    from, to  border-color: transparent; 
    50%  border-color: #00ffc4;
@keyframes scanline 
    0%  transform: translateY(-100%); 
    100%  transform: translateY(100vh);
.animate-in  animation: slideInUp 0.6s ease-out forwards; opacity: 0; 
  .delay-1  animation-delay: 0.15s; 
  .delay-2  animation-delay: 0.3s; 
  .delay-3  animation-delay: 0.45s; 
  .delay-4  animation-delay: 0.6s; 
  .delay-5  animation-delay: 0.75s; 
  .delay-6  animation-delay: 0.9s;
.glow-card 
    position: relative;
    overflow: hidden;
.glow-card::before 
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(0,255,196,0.03) 0%, transparent 60%);
    pointer-events: none;
.poster-container 
    position: relative;
    overflow: hidden;
    border-radius: 8px;
.poster-container::after 
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,5,5,0.8) 0%, transparent 50%);
    pointer-events: none;
.poster-overlay 
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,255,196,0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
.nfo-block 
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.6;
    color: #a3a3a3;
    white-space: pre;
    overflow-x: auto;
.tag 
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid;
.progress-bar 
    height: 4px;
    border-radius: 2px;
    background: #1a1a1a;
    overflow: hidden;
.progress-bar .fill 
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(to right, #047857, #00ffc4);
    transition: width 1.5s ease-out;
.grid-bg 
    background-image: linear-gradient(to right, rgba(128,128,128,0.02) 1px, transparent 1px),
                       linear-gradient(to bottom, rgba(128,128,128,0.02) 1px, transparent 1px);
    background-size: 24px 24px;
.scanline-effect 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(0,255,196,0.08), transparent);
    animation: scanline 8s linear infinite;
    pointer-events: none;
    z-index: 100;
.rating-star  color: #00ffc4;
.tooltip 
    position: relative;
.tooltip::after 
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    background: #171717;
    color: #e5e5e5;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
    border: 1px solid rgba(255,255,255,0.05);
.tooltip:hover::after 
    opacity: 1;
    transform: translateX(-50%) scale(1);
.screenshot-thumb 
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid transparent;
.screenshot-thumb:hover 
    border-color: #00ffc4;
    transform: scale(1.03);
.screenshot-thumb.active 
    border-color: #00ffc4;
    box-shadow: 0 0 20px rgba(0,255,196,0.15);
.lightbox 
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
.lightbox.open  display: flex; 
  .lightbox img 
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 0 60px rgba(0,255,196,0.1);
.copy-toast 
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #171717;
    border: 1px solid rgba(0,255,196,0.2);
    color: #00ffc4;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    z-index: 300;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
.copy-toast.show 
    transform: translateX(-50%) translateY(0);
.cast-card 
    transition: all 0.3s ease;
.cast-card:hover 
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(0,255,196,0.08);
.cast-card:hover .cast-img 
    filter: grayscale(0);
    opacity: 1;
.cast-img 
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.5s ease;
.tab-btn 
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
.tab-btn.active 
    color: #00ffc4;
    border-bottom-color: #00ffc4;
.tab-content  display: none; 
  .tab-content.active  display: block; animation: fadeIn 0.3s ease; 
</style>
</head>
<body class="grid-bg">
<!-- Scanline Effect -->
<div class="scanline-effect"></div>
<!-- Toast -->
<div class="copy-toast" id="copyToast">
  <span class="flex items-center gap-2">
    <i data-lucide="check-circle" class="w-4 h-4"></i>
    Copied to clipboard
  </span>
</div>
<!-- Lightbox -->
<div class="lightbox" id="lightbox" onclick="closeLightbox()">
  <button onclick="closeLightbox()" class="absolute top-6 right-6 text-neutral-400 hover:text-white transition-colors z-10">
    <i data-lucide="x" class="w-7 h-7"></i>
  </button>
  <img id="lightboxImg" src="" alt="Screenshot">
</div>
<!-- Navbar -->
<nav class="sticky top-0 z-50 bg-[#050505]/80 backdrop-blur-md border-b border-white/5">
  <div class="max-w-7xl mx-auto px-6 py-4 flex items-center justify-between">
    <div class="flex items-center gap-3">
      <div class="w-8 h-8 rounded-lg bg-[#047857] flex items-center justify-center shadow-[0_0_15px_rgba(4,120,87,0.5)]">
        <i data-lucide="film" class="w-4 h-4 text-white"></i>
      </div>
      <span class="text-sm font-semibold tracking-tight">SCENE<span class="text-[#00ffc4]">PAPER</span></span>
    </div>
    <div class="hidden md:flex items-center gap-8">
      <a href="#info" class="text-sm text-neutral-400 hover:text-[#00ffc4] transition-colors">Info</a>
      <a href="#screens" class="text-sm text-neutral-400 hover:text-[#00ffc4] transition-colors">Screens</a>
      <a href="#nfo" class="text-sm text-neutral-400 hover:text-[#00ffc4] transition-colors">NFO</a>
      <a href="#cast" class="text-sm text-neutral-400 hover:text-[#00ffc4] transition-colors">Cast</a>
    </div>
    <div class="flex items-center gap-3">
      <button onclick="copyMagnet()" class="hidden sm:flex items-center gap-2 px-4 py-2 bg-gradient-to-r from-[#047857] to-[#059669] text-white text-xs font-medium rounded-lg hover:shadow-[0_0_20px_rgba(4,120,87,0.4)] transition-all">
        <i data-lucide="magnet" class="w-

The 2019 Bengali film , directed by the duo Nandita Roy and Shiboprosad Mukherjee, is a touching drama that explores the profound connection between humanity and religion. The Story: A Bond Beyond Belief

The film centers on Mukti Debi (played by Anashua Majumdar), a devout Hindu widow who lives alone in her ancestral home, Gobinda Dham, in North Kolkata while her son is settled abroad. Fearing for her safety after a burglary attempt, her son hires Tareq Ali (Nigel Akkara), a former convict with a dark past, to be her caretaker and bodyguard.

To ensure the job is accepted, Tareq's Muslim identity is hidden from the strictly conservative Mukti Debi. What begins as a formal arrangement evolves into a beautiful mother-son relationship as they bridge cultural and religious divides, ultimately highlighting that humanity is the highest "gotro" (clan). Key Highlights

The 2019 Bengali film Gotro remains a significant milestone in contemporary Bengali cinema, blending a powerful social message with deeply engaging family drama. Directed by the acclaimed duo Nandita Roy and Shiboprosad Mukherjee, the film touched the hearts of millions by addressing the sensitive and ever-relevant issue of caste and religious identity in Indian society.

For many cinephiles and fans of regional Indian cinema, finding and understanding the context of this film is highly important. Below is a comprehensive guide to the movie, its themes, and its impact. What is "Gotro" About?

At its core, Gotro is a story about humanism over rigid social constructs. The narrative revolves around Mukti Debi, an elderly woman living alone in an ancestral mansion named Gobinda Dham. Her son lives abroad, and she is fiercely protective of her home and her Radha-Krishna deity.

The plot thickens when Tariq Ali, a former convict trying to reform his life, is employed as the caretaker of her house. To avoid conflict regarding his religious background, Tariq assumes the Hindu name "Tarak."

The crux of the film lies in the beautiful, evolving relationship between Mukti Debi and Tariq. As they bond over daily chores and emotional moments, the film challenges the deep-seated prejudices regarding "Gotro" (lineage or clan) and religion, proving that humanity and love transcend all man-made boundaries. Cast and Crew

The success of Gotro belongs heavily to its stellar cast and the vision of its directors:

Directors: Nandita Roy and Shiboprosad Mukherjee (known for hits like Belaseshe, Praktan, and Posto).

Anashua Majumdar as Mukti Debi: She delivers a powerhouse performance as the conservative yet loving matriarch.

Nigel Akkara as Tariq Ali / Tarak: His portrayal of a reformed man seeking redemption is both intense and moving.

Manali Manisha Dey as Jhuma: She adds a vibrant, energetic spark to the narrative as the bubbly girl next door.

Kharaj Mukherjee as the promoter: He provides excellent comic relief while highlighting real estate corruption. Key Themes and Social Message

Gotro is not just a family entertainer; it is a mirrors held up to society. The film masterfully explores several layers of the human condition: 1. The Fallacy of Caste and Religion Gotro -2019- Bengali 720p Hoichoi WEB-DL x264 A...

The title itself, meaning "clan" or "lineage," serves as the central conflict. The film brilliantly argues that a person's worth is defined by their actions and character, not by the religion or caste they are born into. 2. Redemption and Forgiveness

Through the character of Tariq, the directors showcase that people can change. Society often denies reformed criminals a second chance, but Gotro advocates for rehabilitation and empathy. 3. Loneliness in Old Age

Mukti Debi represents thousands of elderly parents in Bengal and beyond whose children have moved away for work. The film highlights their vulnerability and their need for genuine companionship. Music and Cultural Impact

One cannot discuss Gotro without mentioning its soul-stirring music. Composed by Anindya Chatterjee, the soundtrack became a massive hit.

The song "Rangabati," a Bengali recreation of the famous Odia folk song featuring Devlina Kumar and Om Sahani, became a viral sensation across India. Other tracks like "Srikrishna Chaitanya" added a traditional, devotional flavor that perfectly suited the film's backdrop. Digital Availability and Hoichoi

Following its successful theatrical run, Gotro found a massive audience on digital platforms. As a premier streaming service for Bengali content, Hoichoi acquired the streaming rights for the film, making it accessible to the global Bengali diaspora.

The film's availability in high-definition formats allowed viewers to appreciate the beautiful cinematography of suburban Bengal and the nuanced performances of the cast from the comfort of their homes.

Note: To support the regional film industry and enjoy the best video and audio quality, viewers are always encouraged to watch Gotro on official streaming platforms like Hoichoi.

Technical Notes (based on referenced format)

Availability

The movie is available in a 720p WEB-DL quality, which suggests it's a digital download version, possibly rip from a web platform. The x264 encoding indicates a good balance between video quality and file size, making it suitable for downloading and viewing on various devices.

Report: Gotro (2019) — Bengali 720p Hoichoi WEB-DL x264 A...

Considerations

Suggested Verification / Next Steps

Gotro (2019), directed by the acclaimed duo Nandita Roy and Shiboprosad Mukherjee, is a poignant cinematic exploration of humanity, faith, and the labels that define us. Produced by Windows Production, the film uses a simplistic yet powerful narrative to challenge the rigid social and religious structures prevalent in modern society. Narrative Core: Beyond the Surname

The story centers on Mukti Debi (played by Anashua Majumdar), an elderly, devout Hindu woman living alone in her ancestral home in North Kolkata while her son resides abroad. Fearing for her safety, her son hires a caretaker, Tareq Ali (played by Nigel Akkara), a former convict seeking redemption.

To ensure his mother's acceptance, the son introduces Tareq as "Tarak Guha," concealing his Muslim identity. The film's tension—and its eventual heart—lies in the unfolding relationship between this strict matriarch and her mysterious caretaker. Their bond transcends the boundaries of "Gotro" (clan/lineage), evolving into a deep mother-son connection that survives the eventual revelation of his true identity. Key Themes and Social Message

Humanity over Religion: The film’s primary message is that human connection and character far outweigh religious or caste-based labels.

Redemption and Trust: By featuring an ex-convict as the protagonist, Gotro emphasizes that a person’s past does not define their capacity for goodness and service.

Elderly Isolation: It sheds light on the vulnerability and loneliness of elderly citizens in urban landscapes, a theme previously explored by the directors in works like Belaseshe. Critical and Commercial Impact

Gotro Movie Review 3.5/5: Critic Review ... - The Times of India

(2019) is a critically acclaimed Bengali emotional drama film directed by the duo Nandita Roy and Shiboprosad Mukherjee. It focuses on themes of humanity, faith, and communal harmony, frequently cited for its touching portrayal of a unique mother-son bond. Plot Overview Storyline:

Mukti Debi (Anashua Majumdar), an elderly, strict disciplinarian living alone in a North Kolkata mansion ("Gobinda Dham"), struggles with loneliness as her son resides abroad. Following a failed burglary attempt, her son appoints Tareq Ali (Nigel Akkara)—a former convict trying to redeem himself—as her caretaker. The Conflict: Gotro is a 2019 Indian Bengali-language family drama

Mukti Debi is a devout Hindu, unaware of Tareq's Muslim identity and his criminal past. The story unfolds as their relationship deepens, exploring the triumph of humanity over religious barriers amidst a polarized social backdrop. Key Themes:

Social commentary on the loneliness of the elderly, breaking down religious ghettoization, and the definition of a "family" beyond blood ties. Cast & Crew Director/Producer: Nandita Roy & Shiboprosad Mukherjee Main Cast: Anashua Majumdar as Mukti Debi Nigel Akkara as Tareq Ali/Tarak Guha Manali Dey Kharaj Mukherjee as Shokun Bapi Saheb Chatterjee as Anirban Anindya Chatterjee Release and Streaming Release Date: August 23, 2019 The film is available on the Hoichoi OTT platform.

The 720p WEB-DL x264 format refers to a high-quality rip from the web stream, with a runtime of 141 minutes.

is a 2019 Bengali social drama directed by the duo Nandita Roy Shiboprosad Mukherjee

. The film focuses on the emotional bond between an elderly widow and an ex-convict, challenging social prejudices regarding caste and religion. Core Premise & Plot Protagonists Mukti Debi

(Anashua Majumdar), a devout Hindu widow living alone in her mansion, and (Nigel Akkara), an ex-convict hired as her caretaker. The Conflict

: To ensure his mother accepts the help, Mukti Debi’s son introduces Tareq as "Tarak Guha," hiding both his Muslim identity and his criminal past.

: The story explores the evolution of their relationship into a mother-son bond, eventually forcing Mukti Debi to choose between her deep-seated religious beliefs and her humanity. Cast & Crew

Gotro (2019) - Movie | Reviews, Cast & Release Date in Raipur

(2019) is a socially relevant Bengali drama directed by the acclaimed duo Nandita Roy Shiboprosad Mukherjee

. It explores the profound themes of humanity rising above religious and social divides. Core Premise & Story The Conflict: Mukti Debi ( Anashua Majumdar

), a devout Hindu widow living alone in a North Kolkata mansion, requires a caretaker after a burglary attempt. The Unlikely Bond: Her son hires Nigel Akkara

), an ex-convict seeking redemption, but hides Tareq's Muslim identity from his mother to ensure her acceptance. The Message:

As a mother-son bond develops, the film questions whether religion and caste are more important than basic humanity. The Times of India Key Cast & Characters Description Anashua Majumdar Mukti Debi A strict but lonely matriarch and devout Vaishnav. Nigel Akkara An ex-convict trying to restart his life as a caretaker. Manali Manisha Dey A bubbly girl whom Mukti Debi treats like a daughter. Shaheb Chattopadhyay Mukti Debi's son who is settled abroad. Kharaj Mukherjee

A local figure who creates conflict over religious differences. Viewer & Critic Perspective Gotro (2019) - Plot - IMDb

Gotro (2019) is a socially conscious Bengali drama directed by the acclaimed duo Nandita Roy and Shiboprosad Mukherjee. The film explores the profound themes of humanity, communal harmony, and the true meaning of "gotro" (lineage or identity) through the lens of an unconventional relationship. Plot Overview

The story centers on Mukti Debi (Anashua Majumdar), an elderly woman living alone in her North Kolkata mansion, "Gobinda Dham," while her son is settled abroad. Concerned for her safety, her son hires Tareq Ali (Nigel Akkara), an ex-convict seeking redemption, as her caretaker.

Unaware of Tareq's Muslim identity, Mukti Debi gradually develops a deep, mother-son bond with him. The film reaches its emotional peak when Tareq’s true background is revealed, challenging the social and religious prejudices of both the characters and the audience. Key Details Directors: Nandita Roy and Shiboprosad Mukherjee. Lead Cast: Anashua Majumdar as Mukti Debi. Nigel Akkara as Tareq Ali. Manali Dey as Jhuma. The 2019 Bengali film , directed by the

Music: Composed by Anindya Chatterjee, the soundtrack features popular tracks like the peppy Odia-Bengali fusion "Rangabati" and the soulful "Maa" sung by Arijit Singh.

Themes: It tackles the "ghettoisation" of communities and argues that humanity should always supersede caste or religion. Critical Reception

Gotro Movie Review 3.5/5: Critic Review ... - The Times of India

The 2019 Bengali film Gotro, directed by the renowned duo Nandita Roy and Shiboprosad Mukherjee, is a poignant exploration of faith, redemption, and the universal bond of humanity. Released on August 23, 2019, the film has become a staple of modern Bengali cinema for its heartwarming message and strong performances. Plot Overview

The story revolves around Mukti Debi (played by Anashua Majumdar), a devout Hindu widow living alone in her ancestral home, "Gobinda Dham," in North Kolkata. Her son, who lives abroad, is concerned for her safety and hires a caretaker, Tareq Ali (Nigel Akkara), a former convict seeking a fresh start after nine years in prison.

To ensure his mother accepts the help, the son hides Tareq’s Muslim identity and criminal past. What follows is a touching evolution of their relationship as they bridge the gap between their disparate backgrounds, eventually forming a deep mother-son bond that transcends religious and social barriers. Cast and Key Performances

Anashua Majumdar as Mukti Debi: Her portrayal of a strict disciplinarian whose heart gradually thaws was widely praised by critics.

Nigel Akkara as Tareq Ali: Akkara delivers a grounded performance as a man seeking redemption, a role that reflects some aspects of his real-life journey.

Manali Manisha Dey as Jhuma: She provides a bubbly, vivacious energy to the film as the "next-door neighbor" whom Mukti Debi treats as her own daughter.

Ambarish Bhattacharya and Kharaj Mukherjee: They contribute significant supporting roles that add both humor and tension to the narrative.

Please note: The subject line indicates a pirated file format ("720p WEB-DL x264"). The information below focuses on the artistic and critical aspects of the film itself.


Direction and Production

Directed by the acclaimed duo Nandita Roy and Shiboprosad Mukherjee, Gotro carries their signature style: a blend of middle-class realism with high-voltage emotional drama. While the film was originally planned for a theatrical run, it eventually found its home as a Hoichoi Original.

The cinematography is intimate, mostly confined to the interiors of the old house, which effectively mirrors the claustrophobia and protection the house provides to Taru Baudi. The background score complements the emotional beats without becoming overly intrusive.

Hoichoi

Hoichoi is a streaming platform that primarily focuses on Bengali content, including movies, web series, and music. It's a significant service for those interested in Bengali entertainment, offering a wide range of content that caters to diverse tastes.

Key Themes and Analysis

1. Communal Harmony vs. Division The film serves as a social commentary on the religious polarization in contemporary society. By placing a traditional Hindu widow and a young Muslim man under one roof, the directors highlight how humanity often trumps religious identity. The film critiques the "othering" of communities, showing how fear and mistrust are often manufactured by external societal forces rather than genuine personal conflict.

2. The Plight of the Elderly A significant emotional core of the film is the loneliness of the elderly in modern India. Taru Baudi represents a generation that is left behind as children migrate abroad. The film poignantly depicts her vulnerability—not just to loneliness, but to the predatory nature of relatives and neighbors who wish to seize her property.

3. Breaking Stereotypes The character of Riyaz is written to break stereotypes often associated with young Muslim men in Indian cinema. He is portrayed as respectful, educated, and compassionate. Conversely, Taru Baudi’s character evolves from a figure of traditional orthodoxy to a woman who opens her heart to someone from a different faith.

WhatsApp Icon for WhatsApp Chat ButtonGet In Touch With Us