ADVERTISEMENT

Huge crowds circle Kaaba as hajj begins in Saudi heat

Published Jun 25, 2023 06:30 am
Muslim worshippers and pilgrims gather around the Kaaba, Islam's holiest shrine, at the Grand Mosque in the holy city of Mecca on June 24, 2023, as they arrive for the annual Hajj pilgrimage. Sajjad HUSSAIN / AFP
MECCA, Saudi Arabia -- Vast crowds of robed pilgrims made solemn circles around the Kaaba, the black cube at Mecca's Grand Mosque, on Sunday as the biggest hajj pilgrimage in years began in the heat of the Saudi summer. Islam's holiest site is expected to host more than two million worshippers from 160 countries during the annual rites that could break attendance records, with 1.6 million foreigners already arrived by Friday evening. The hajj began early on Sunday with the "tawaf" -– the circumambulation of the Kaaba, the large cubic structure draped in black cloth with gold trimmings that millions of Muslims pray towards every day. "I am living the most beautiful days of my life," said Abdel-Azim, a 65-year-old Egyptian as he performed the ritual. "The dream has come true," said the retiree, who saved up for 20 years to pay the $6,000 fee to take part. The hajj is one of the five pillars of Islam and must be undertaken by all Muslims with the means at least once. A series of rites are completed over four days in Mecca and its surroundings in the west of oil-rich Saudi Arabia. On Sunday night, pilgrims will start moving to Mina, about five kilometres (three miles) from the Grand Mosque, ahead of the hajj's climax at Mount Arafat, where the Prophet Mohammed is believed to have delivered his final sermon.

'Great blessing'

Outside the Grand Mosque, thousands prayed on colourful carpets that adorned the pavement, with male pilgrims wearing a simple white robe. The area was dotted with ambulances, mobile clinics and fire trucks. The hajj poses a considerable security challenge and has seen several disasters over the years, including a 2015 stampede that killed up to 2,300 people. There have been no major incidents since, and catastrophe was the last thing on pilgrims' minds. "I cannot describe my feelings," said 25-year-old Indonesian student Yusuf Burhan. "This is a great blessing. I never imagined that I would perform the hajj this year." This year's summer timing for the hajj, which follows the lunar calendar, will test the endurance of worshippers during the mostly outdoor ritual. Carrying white umbrellas to protect themselves from the scorching sun, policemen in the mountainous city have conducted foot patrols and set up checkpoints to inspect hajj permits. Others splashed water on pilgrims as temperatures climbed towards 45 degrees Celsius (113 degrees Fahrenheit). Inside the Grand Mosque, thousands of paramedics stood on standby. Saudi authorities said more than 32,000 health workers will be on hand to help fend off heatstroke, dehydration and exhaustion.

'Not a single vacant bed'

The hajj, with its hefty fees, makes billions of dollars a year for the world's biggest oil exporter, which is trying to diversify its economy beyond fossil fuels. This year's will be the biggest since 2019, when about 2.5 million people took part. Only 10,000 were allowed in 2020, at the height of the coronavirus pandemic, rising to nearly 59,000 in 2021. Last year's cap of one million has been removed. Saudi businessman Samir Al-Zafni said all his hotels in Mecca and Madinah are at full capacity until the first week of July. "This year there is not a single vacant bed in our group of 67 hotels," he told AFP from his office. The hajj also demonstrates social reforms in the deeply conservative country. This year’s pilgrimage will be the biggest since Saudi Arabia scrapped rules in 2021 that banned women who weren't accompanied by a male relative. Leaving the Grand Mosque after evening prayers on Friday, Ramot Ali from Niger struggled to describe the feeling of performing hajj for the first time. "I am very happy," she said.

Related Tags

Saudia arabia pilgrimage world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.