Great Indian Kapil Show 5: Ajay Devgn says there would be no Drishyam if it starred Kajol | Web-series News


The Great Indian Kapil Show is set to return with its fifth season on Netflix and its launch will coincide with the festive season. The first episode of the Netflix show will premiere on September 26 with the cast of Drishyam, including Ajay Devgn and Shriya Saran. The first trailer of Kapil’s show gives a sneak peek at the star-studded line-up, which includes faces from Bollywood, OTT, and cricket.

The new trailer opens with Kapil Sharma joking about how social media photos can reveal which festival is being celebrated. He said that while women’s outfits can reveal whether it is Diwali or Karva Chauth, men wear the same kurta irrespective of what they are celebrating.


.style.display = ‘none’;
}

function initCarousel(carousel) {
if (!carousel || carousel.dataset.initialized === “true”) {
return;
}
var track = carousel.querySelector(“.ie-carousel-track”);
var slides = carousel.querySelectorAll(“.ie-carousel-slide”);
var prevArrow = carousel.querySelector(“.ie-carousel-arrow-prev”);
var nextArrow = carousel.querySelector(“.ie-carousel-arrow-next”);
if (!track || !slides.length) {
return;
}

carousel.dataset.initialized = “true”;
var currentIndex = 0;
var startX = 0;
var currentTranslate = 0;
var prevTranslate = 0;
var isDragging = false;
var autoSlideInterval = null;
var totalSlides = slides.length;

function updateArrows() {
if (prevArrow) {
prevArrow.disabled = (currentIndex === 0);
prevArrow.style.opacity = (currentIndex === 0) ? “0.4” : “1”;
prevArrow.style.cursor = (currentIndex === 0) ? “default” : “pointer”;
}

if (nextArrow) {
nextArrow.disabled = (currentIndex === totalSlides – 1);
nextArrow.style.opacity = (currentIndex === totalSlides – 1) ? “0.4” : “1”;
nextArrow.style.cursor = (currentIndex === totalSlides – 1) ? “default” : “pointer”;
}
}

function stopAutoSlide() {
if (autoSlideInterval) {
clearInterval(autoSlideInterval);
autoSlideInterval = null;
}
}

function startAutoSlide() {
stopAutoSlide();
autoSlideInterval = setInterval(nextSlide, 10000);
}

function updateAutoSlide() {
startAutoSlide();
}

function setPosition() {
track.style.transform = “translateX(” + currentTranslate + “px)”;
}

function goToSlide(index) {
if (index < 0 || index >= totalSlides) {
return;
}
currentIndex = index;
currentTranslate = -index * carousel.offsetWidth;
prevTranslate = currentTranslate;
setPosition();
updateArrows();
updateAutoSlide();
}

function nextSlide() {
if (currentIndex < totalSlides – 1) {
goToSlide(currentIndex + 1);
} else {
goToSlide(0);
}
}

function prevSlide() {
if (currentIndex > 0) {
goToSlide(currentIndex – 1);
} else {
goToSlide(totalSlides – 1);
}
}

function touchStart(event) {
isDragging = true;
startX = event.touches[0].clientX;
}

function touchMove(event) {
if (!isDragging) {
return;
}
var currentX = event.touches[0].clientX;
var diff = currentX – startX;
currentTranslate = prevTranslate + diff;
setPosition();
}

function touchEnd() {
if (!isDragging) {
return;
}
isDragging = false;
var movedBy = currentTranslate – prevTranslate;
if (movedBy < -50) {
nextSlide();
} else if (movedBy > 50) {
prevSlide();

} else {
goToSlide(currentIndex);
}
}

if (prevArrow) {
prevArrow.addEventListener(“click”, function() {
prevSlide();
});
}

if (nextArrow) {
nextArrow.addEventListener(“click”, function() {
nextSlide();
});
}

carousel.addEventListener(“touchstart”, touchStart, { passive: true });
carousel.addEventListener(“touchmove”, touchMove, { passive: true });
carousel.addEventListener(“touchend”, touchEnd, { passive: true });

window.addEventListener(“resize”, function() {
goToSlide(currentIndex);
});

goToSlide(0);
}

function initAllCarousels() {
var carousels = document.querySelectorAll(“.ie-mobile-ad-carousel”);
Array.prototype.forEach.call(carousels, function(carousel) {
initCarousel(carousel);
});
}

if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, initAllCarousels);
} else {
initAllCarousels();
}
})();

Ajay Devgn will also appear on the show with his Drishyam 3 co-stars Shriya Saran, Esha Dutta, Jaideep Ahlawat and Mrunal Jadhav. The trailer shows the cast engaging in the show’s trademark fun and banter, with Ajay also addressing a question about casting Kajol in the Drishyam franchise.

Kapil jokes with Drishyam team, “You think if Kajol was cast in Drishyam, she would have got the truth out long before the third film?” Ajay, who leads the third iteration of Drishyam, answers, “If she was in the film, even the first film would never have been made.”

Watch The Great Indian Kapil Show 5 trailer:

The trailer also features Kiku Sharda joking about Mrunal Jadhav’s character being raised by the Drishyam franchise.

Kapil also shares a humorous anecdote about Ajay Devgn, saying, “I have known Ajay, sir, for the last 15 years, and we have spoken only 14 times. ‘I am fine. How are you?’ That’s all we said in the film too. ‘I am fine. How are you?’”

Story continues below this ad

The conversation then turns to Kajol’s absence from the franchise, with Kapil asking about Drishyam 3 directed by Abhishek Pathak, “Abhishek sir, if you had cast Kajol ma’am in the first part, don’t you think she would have made you spill everything right there?” Ajay responds to the joke, saying, “The first film wouldn’t have been made!” Ajay responds to the joke as the trailer promises plenty of comedy and celebrity banter.

The new season will also bring cricket legends Ravi Shastri and Sunil Gavaskar to the comedy show. The two are seen interacting with former The Kapil Sharma Show judge Navjot Singh Sidhu, who has returned to the show.

Kapil will once again be joined by Kiku Sharda, Krushna Abhishek and Sunil Grover. Grover is expected to bring several of his popular comic characters to the new season.

Apart from the Bollywood guests, the season will feature personalities from different fields, including Vikas Divyakirti, Pankaj Tripathi and Zakir Khan. The show will stream every Saturday at 8 pm on Netflix, beginning September 26.





Source link

Leave a Reply

Your email address will not be published. Required fields are marked *