ADVERTISEMENT

PH beauty Alexie Mae Brooks crowned Miss Eco International 2025 in Egypt

Published Apr 20, 2025 12:55 am

At A Glance

  • Alexie is the third Filipino to win in the international competition after Cynthia Tomalla (2018) and Kathleen Paton (2022).
Screenshot 2025-04-20 at 8.25.05 AM.png
Miss Eco International 2025 Alexie Mae Brooks of the Philippines (A screenshot from Miss Eco International YouTube)

Miss Philippines Alexie Mae Brooks was crowned Miss Eco International 2025 during a competition held in Egypt on Saturday (Sunday morning, Manila time).

Alexie, 24, bested other candidates for the international crown, focusing on eco-tourism and sustainability. She was crowned by outgoing Miss Eco International 2024 Angelina Usanova of Ukraine. 

Born in Lebanon to an American father and an overseas Filipino worker, Alexie was raised by her grandparents in Iloilo. She graduated with a degree in marketing management from the National University in Manila in 2024. 

In 2022, the University Athletic Association of the Philippines awarded Alexie the title of Most Valuable Player for representing her school in athletics. The same year, she competed at the Southeast Asian Games in Vietnam.

Other winners at the Miss Eco International 2025 were: Indonesia, 1st runner-up; Ukraine, 2nd runner-up; the USA, 3rd runner-up; and the United Kingdom, 4th runner-up.

Screenshot 2025-04-20 at 8.24.08 AM.png
From left: Dr. Amaal Zeck, founder of Miss Eco International; newly crowned Miss Eco International Alexie Mae Brooks; and Miss Eco International 2024 Angelina Usanova of Ukraine.

During the Q&A portion of the pageant, Alexie was asked: "Imagine the world in 2050. What's one thing you hope has changed and why?" She answered: "If you want me to be realistic, climate change is impacting the world right now. The only thing we can do is to act towards it. Brothers and sisters, ladies and gentlemen, we have the same mother, even if we came from different nations. We are here as brothers and sisters right now. And our mother is asking for our help. So we must save our planet Earth. And we must take care of our Mother Earth."

Alexie also won Best in National Costume, designed by Tata Blas Pinuela. On Instagram, she described her stunning national costume as a symbol of Filipino resilience and strength.

"The Mangayon National Costume immortalizes the Philippine Eagle as a symbol of Filipino resilience, strength, and the unyielding spirit of freedom. 

"This majestic bird, chosen for its power and uniqueness, once represented hope for future generations before its life was tragically cut short. 

"The costume’s golden hue reflects royalty while its leaf motifs and crystal beads echo the dense forests of the eagle’s habitat and its regal yet fragile nature. 

"Like Mangayon, we are guardians of our natural heritage, entrusted with protecting these irreplaceable ecosystems. Let us soar high and unite as eco warriors, embodying the hope for our dying planet," she wrote on social media.

Screenshot 2025-04-20 at 8.53.22 AM.png
Alexie Mae Brooks of the Philippines wins Best in National Costume at the Miss Eco International 2025 beauty pageant in Egypt. (Instagram)

Two Filipinos competed in this year's pageant. In addition to Alexie, Victoria Repollo Ingles, who represented the United Kingdom, was another Filipino candidate. Victoria's parents are from the Philippines.

Alexie is the third Filipino to win in the international competition after Cynthia Tomalla (2018) and Kathleen Paton (2022).

Other candidates who finished in the Top 21 were from Thailand, Belgium, Venezuela, Costa Rica, South Africa, Canada, Brazil, Algeria, Japan, Egypt, Mexico, the Czech Republic, Zimbabwe, Nigeria, and the Netherlands.

Miss Eco International, founded by Dr. Amaal Rezk and headquartered in Egypt, is the largest pageant in the Middle East and ranks 7th globally. Its focus is on promoting eco-tourism and sustainability, which aligns with the United Nations’ Sustainable Development Goals for 2030.

Established in 2015 under Let’s take care of the planet UN and later in collaboration with IIMSAM, the competition champions humanitarian causes through a media-driven mechanism, spanning 65 countries under the theme “Beauty for a Purpose: The Environment."

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.