All events

Instant Quote Calculator body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } .calculator { max-width: 400px; margin: 50px auto; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .calculator h1 { text-align: center; color: #333; margin-bottom: 20px; } label { font-weight: bold; margin: 10px 0 5px; display: block; } input { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #ccc; border-radius: 5px; } button { width: 100%; padding: 10px; background-color: #007BFF; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; } button:hover { background-color: #0056b3; } .result { text-align: center; font-size: 1.5em; font-weight: bold; color: #333; margin-top: 20px; }

Instant Quote

Number of Adults: Number of Children: Number of Nights: Calculate
Total Expense: AED 0
function calculateQuote() { // Retrieve input values const adults = parseInt(document.getElementById(‘adults’).value) || 0; const children = parseInt(document.getElementById(‘children’).value) || 0; const nights = parseInt(document.getElementById(‘nights’).value) || 1; // Fixed costs per night const costPerAdult = 300; const costPerChild = 200; // Calculate total expense const totalExpense = (adults * costPerAdult + children * costPerChild) * nights; // Display the total expense document.getElementById(‘totalCost’).textContent = `Total Expense: AED ${totalExpense.toFixed(2)}`; }

Baku City Tour

Saturday 23, 2024

Absheron Tour

Sunday 24, 2024

10:00pm

Shahdag Tour

Thursday 28, 2024

10:00pm

Gubustan Tour

Friday 29, 2024

10:00pm

A world filled with boundless opportunities and potential

Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark.