‘Spider-Man’ stays aloft to lead box office on slow weekend

LOS ANGELES — With moviegoing slowed by the COVID-19 surge, “Spider-Man: No Way Home” easily clung to its box-office lead in North American theatres this weekend, industry data showed on Sunday.

The Sony/Marvel superhero film, with Tom Holland as the popular web-slinger, took in an estimated $11 million for the Friday-through-Sunday period, industry watcher Exhibitor Relations reported. The movie has now led the domestic box office in six of its seven weekends out.

Its domestic total of $735.9 million places it fourth all-time, trailing “Star Wars: The Force Awakens” at $936.7 million, “Avengers: Endgame” at $858.4 million and — possibly now within its reach — “Avatar” at $760.5 million, according to Box Office Mojo, a division of the Internet Movie Database.

On a quiet weekend when pandemic-stung studios opted to issue no new wide releases, Paramount’s latest chapter in the “Scream” franchise again took second place, grossing $7.4 million. As in the horror flick’s 1996 original, Neve Campbell, Courteney Cox and David Arquette again star.

Third spot was also unchanged, with Universal’s animated musical “Sing 2” taking in $4.8 million. Its all-star voice cast includes Reese Witherspoon, Scarlett Johansson, Matthew McConaughey, Pharrell Williams and Bono.

Hanging steady in fourth was Universal’s Christian romance film “Redeeming Love”, at $1.9 million. It offers a parable of sin and salvation in an Old West setting: California’s 1849 Gold Rush.

And “The King’s Man”, the spy action comedy from 20th Century, again made the top five, taking in $1.8 million. Ralph Fiennes, Gemma Arterton, Rhys Ifans and Matthew Goode star.

Rounding out the top 10 were “The 355” ($1.4 million), “American Underdog” ($1.2 million), “Ghostbusters: Afterlife” ($770,000), “Licorice Pizza” ($691,000) and “West Side Story” ($614,000).

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });