ADVERTISEMENT

A hopeful changing of the year: NUSTAR Resort Cebu is ready for 2026 with a celebration of light and hope

Published Dec 20, 2025 02:12 pm
The New Year is not only a celebration for most people. To some, it’s a way to hope for something new and look forward to a new beginning. The changing of the year also symbolizes renewal, fresh starts, reflection, and gives people a hopeful spirit for the chances and changes that will come. For Filipinos, the traditional celebration of the New Year is when families come together to prepare for Media Noche and welcome prosperity by warding off bad luck, carrying hopes of abundance.
Wishes and hopes for the coming year come with excitement and thrilling anticipation as festivities and gatherings hype up the night. Aside from celebrating with families, others also join street parties and several gatherings, where music, dancing, and food create a lively atmosphere, fostering a sense of community and togetherness.
Another way to welcome the new year is with NUSTAR Resort Cebu, where a celebration of light and hope blends to bring a vibrant and lively entertainment, whether one’s going with family or friends. On December 31, 2025, NUSTAR will light up its Boardwalk with Carnaval de Luz, offering exciting performances, Instagram-worthy setups, and themed zones, creating a coastal destination to welcome 2026 with a bright and joyful ambiance.
A bright and exciting festivity at NUSTAR
Aside from the vibrant coastal view at night, the New Year celebration at NUSTAR will also be filled with various performances that guests can enjoy. Kicking off the evening with energetic shows from samba dancers, poi and hoop performers, and roving entertainers. The performances will be led by Elmer Dado, a Filipino musician and DJ known for blending electronic beats and live saxophone performances together with Gruppo Tribale, a live percussion ensemble.
To mark the beginning of 2026, guests can witness an unforgettable pyro-musical show that will light up the night sky at midnight. The extravagant fireworks display will feature a theme that revolves on a message of light and renewed hope, recognizing the challenges of the previous year and stepping into 2026 with a fresh sense of optimism. The display aims to resonate a reminder of having a positive mindset and approach in welcoming the new year, giving a hopeful spark of inspiration for brighter days ahead.
The NUSTAR Boardwalk will be transformed into a colorful and brilliant space to reflect the spirit of Carnaval de Luz, to look into a hopeful new year. Families and friends can also take pictures to share on social media and celebrate a new beginning at the Boardwalk.
An optimal festivity experience
NUSTAR promises to deliver a memorable celebration in 2026 for its guests. Beyond the exciting performances and magical fireworks display, with gates open at 9:00 p.m, dynamic music brought by DJ Kit will keep the festivity alive and in high-energy through the after-midnight set. For only PHP 988 per person, visitors may enjoy two drinks, entertainment, and raffle draw entries; while hotel and dining guests may join the celebration for PHP 600 per person with a minimum spend of PHP 1,500 for dining at select NUSTAR restaurants. Children aged 11 and under enter free of charge.
For a comfortable and convenient travel to the New Year’s Eve celebration, NUSTAR has expanded its complimentary shuttle services where guests can get to the venue from various key locations such as Paseo Arcenas, Banawa; Vibo Place, Escario; Gaisano Country Mall, Banilad; Oakridge, Mandaue; South Town Centre, Tabunok; Mactan-Cebu International Airport, and more.
Exciting year ahead
As the iconic NUSTAR Boardwalk, a stunning 580-meter waterside pathway, transforms into a vibrant space to welcome the New Year, guests will also be treated to breathtaking views of the seaside. With the opening of The Skydeck in the first quarter of 2026, visitors can look forward to a panoramic vantage point overlooking the coast. Those who enjoy a stroll along the Boardwalk will soon be able to experience an even more picturesque perspective from above once The Skydeck officially opens.
NUSTAR’s Carnaval de Luz is not only an ideal destination for welcoming the new year because of its exciting and thoughtfully planned celebration, but also because of the optimistic attitude and a sense of hope the resort seeks to instill in every guest, creating an atmosphere of renewed possibilities.
For tickets, visit nstr.ph/NYE2025 or drop by at the Fili Lobby and Casino Entrance. Interested visitors may also contact [email protected] or message them through 0999 995 7512 or call (032) 888 8282. Guests with hotel or restaurant reservations can request passes through their booking channels, while NUSTAR Rewards Members can redeem passes using their points.

Related Tags

Travel
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.