Home

ENJOY A LUXURY EXPERIENCE

FANTAZIA CRUISE

Upcoming Trips

Mega A Class
all boats are moderated with clear lines and a modern look. the cabins impress with a modern style to stay comfortable for the whole trip.
King Tour
ioioio
Carnival Liberty
89yh

Enjoy a luxury Experience

All yachts feature an elegant and modern design.
As for the interior cabins, they feature a modern style that provides comfort throughout the trip.

Upcoming Trips & Destinations

A rich legacy of luxury and excellence. With a fleet of luxurious vessels and a team of friendly and professional staff, Fantazia Cruise offers a range of trip categories to suit every taste, promising an unforgettable evening of fine dining, entertainment, and majestic Red Sea views.

Our Partners
Good to know..
__°
Air Temp
(function() { const apiKey = "16de1be7f77d18255d47f5894d472ec9"; // مفتاحك const city = "Sharm El Sheikh"; const url = `https://api.openweathermap.org/data/2.5/weather?q=${city}&appid=${apiKey}&units=metric`; fetch(url) .then(response => response.json()) .then(data => { // وضع درجة الحرارة في المكان المخصص const temp = Math.round(data.main.temp); document.getElementById('live-temp').innerHTML = temp + "°C"; }) .catch(err => console.error("Weather Error:", err)); })();
-- km/h
Wind Speed
(function() { // نفس مفتاحك اللي شغال const apiKey = "16de1be7f77d18255d47f5894d472ec9"; const city = "Sharm El Sheikh"; const url = `https://api.openweathermap.org/data/2.5/weather?q=${city}&appid=${apiKey}&units=metric`; fetch(url) .then(response => response.json()) .then(data => { // تحويل السرعة من متر/ثانية إلى كم/ساعة const windSpeed = Math.round(data.wind.speed * 3.6); document.getElementById('live-wind').innerHTML = windSpeed + " km/h"; }) .catch(err => console.error("Wind Error:", err)); })();
--%
Humidity
(function() { const apiKey = "16de1be7f77d18255d47f5894d472ec9"; const city = "Sharm El Sheikh"; const url = `https://api.openweathermap.org/data/2.5/weather?q=${city}&appid=${apiKey}&units=metric`; fetch(url) .then(response => response.json()) .then(data => { // جلب نسبة الرطوبة const humidity = data.main.humidity; document.getElementById('live-humidity').innerHTML = humidity + "%"; }) .catch(err => console.error("Humidity Error:", err)); })();