375 lines
26 KiB
HTML
375 lines
26 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html class="dark" lang="en"><head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Inter:wght@400;600&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
<style>
|
|
.material-symbols-outlined {
|
|
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
}
|
|
.glass-card {
|
|
background: rgba(42, 42, 42, 0.8);
|
|
backdrop-filter: blur(12px);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
body {
|
|
background-color: #131313;
|
|
color: #e5e2e1;
|
|
scroll-behavior: smooth;
|
|
}
|
|
.tour-gradient {
|
|
background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 1) 100%);
|
|
}
|
|
</style>
|
|
<script id="tailwind-config">
|
|
tailwind.config = {
|
|
darkMode: "class",
|
|
theme: {
|
|
extend: {
|
|
"colors": {
|
|
"inverse-surface": "#e5e2e1",
|
|
"surface-bright": "#393939",
|
|
"surface": "#131313",
|
|
"surface-container": "#201f1f",
|
|
"on-tertiary-fixed": "#001d35",
|
|
"inverse-on-surface": "#313030",
|
|
"on-primary-fixed": "#351000",
|
|
"on-primary-container": "#572000",
|
|
"surface-container-high": "#2a2a2a",
|
|
"inverse-primary": "#a04100",
|
|
"on-surface-variant": "#e2bfb0",
|
|
"outline": "#a98a7d",
|
|
"on-error": "#690005",
|
|
"surface-container-lowest": "#0e0e0e",
|
|
"on-secondary-container": "#b6b5b4",
|
|
"on-background": "#e5e2e1",
|
|
"on-tertiary-fixed-variant": "#00497b",
|
|
"surface-container-highest": "#353534",
|
|
"surface-variant": "#353534",
|
|
"on-primary-fixed-variant": "#7a3000",
|
|
"error": "#ffb4ab",
|
|
"tertiary-fixed-dim": "#9ccaff",
|
|
"surface-container-low": "#1c1b1b",
|
|
"primary-fixed-dim": "#ffb693",
|
|
"tertiary-container": "#059eff",
|
|
"on-tertiary-container": "#003357",
|
|
"surface-dim": "#131313",
|
|
"on-secondary-fixed-variant": "#474746",
|
|
"outline-variant": "#5a4136",
|
|
"secondary-container": "#474746",
|
|
"secondary": "#c8c6c5",
|
|
"on-surface": "#e5e2e1",
|
|
"secondary-fixed-dim": "#c8c6c5",
|
|
"primary-fixed": "#ffdbcc",
|
|
"on-secondary": "#303030",
|
|
"on-tertiary": "#003257",
|
|
"on-error-container": "#ffdad6",
|
|
"on-secondary-fixed": "#1b1c1c",
|
|
"primary-container": "#ff6b00",
|
|
"secondary-fixed": "#e4e2e1",
|
|
"on-primary": "#561f00",
|
|
"primary": "#ffb693",
|
|
"surface-tint": "#ffb693",
|
|
"tertiary-fixed": "#d0e4ff",
|
|
"error-container": "#93000a",
|
|
"background": "#131313",
|
|
"tertiary": "#9ccaff"
|
|
},
|
|
"borderRadius": {
|
|
"DEFAULT": "0.125rem",
|
|
"lg": "0.25rem",
|
|
"xl": "0.5rem",
|
|
"full": "0.75rem"
|
|
},
|
|
"spacing": {
|
|
"stack-sm": "8px",
|
|
"section-gap": "120px",
|
|
"gutter": "24px",
|
|
"margin-mobile": "20px",
|
|
"margin-desktop": "64px",
|
|
"container-max": "1280px",
|
|
"stack-md": "16px",
|
|
"stack-lg": "32px"
|
|
},
|
|
"fontFamily": {
|
|
"headline-lg-mobile": ["Montserrat"],
|
|
"headline-md": ["Montserrat"],
|
|
"body-lg": ["Inter"],
|
|
"display-lg": ["Montserrat"],
|
|
"headline-lg": ["Montserrat"],
|
|
"body-md": ["Inter"],
|
|
"label-md": ["Inter"]
|
|
},
|
|
"fontSize": {
|
|
"headline-lg-mobile": ["32px", {"lineHeight": "1.2", "fontWeight": "700"}],
|
|
"headline-md": ["24px", {"lineHeight": "1.3", "fontWeight": "600"}],
|
|
"body-lg": ["18px", {"lineHeight": "1.6", "fontWeight": "400"}],
|
|
"display-lg": ["64px", {"lineHeight": "1.1", "letterSpacing": "-0.02em", "fontWeight": "700"}],
|
|
"headline-lg": ["40px", {"lineHeight": "1.2", "fontWeight": "700"}],
|
|
"body-md": ["16px", {"lineHeight": "1.6", "fontWeight": "400"}],
|
|
"label-md": ["14px", {"lineHeight": "1", "letterSpacing": "0.05em", "fontWeight": "600"}]
|
|
}
|
|
},
|
|
},
|
|
}
|
|
</script>
|
|
</head>
|
|
<body class="bg-background text-on-surface selection:bg-primary-container selection:text-white">
|
|
<!-- Header Navigation Shell -->
|
|
<header class="fixed top-0 w-full z-50 flex flex-col bg-surface/80 backdrop-blur-md border-b border-outline-variant">
|
|
<!-- Top Tier Utility -->
|
|
<div class="hidden md:flex justify-between items-center px-margin-desktop py-2 border-b border-outline-variant text-[12px] uppercase tracking-widest text-on-surface-variant font-semibold">
|
|
<div class="flex items-center gap-6">
|
|
<span class="flex items-center gap-2"><span class="material-symbols-outlined text-[16px]">location_on</span> Fethiye, TR</span>
|
|
<span class="flex items-center gap-2"><span class="material-symbols-outlined text-[16px]">call</span> +90 555 123 4567</span>
|
|
</div>
|
|
<div class="flex items-center gap-6">
|
|
<a class="hover:text-primary-container transition-colors" href="#">Weather: 28°C</a>
|
|
<a class="hover:text-primary-container transition-colors" href="#">English / TRY</a>
|
|
</div>
|
|
</div>
|
|
<!-- Main Nav -->
|
|
<nav class="flex justify-between items-center px-margin-mobile md:px-margin-desktop py-4">
|
|
<div class="font-headline-md text-headline-md font-bold text-primary dark:text-primary">
|
|
Fethiye Adventure Co.
|
|
</div>
|
|
<div class="hidden md:flex items-center gap-8">
|
|
<a class="text-primary font-bold border-b-2 border-primary pb-1 font-body-md text-body-md" href="#">Tours</a>
|
|
<a class="text-on-surface hover:text-primary transition-colors font-body-md text-body-md" href="#">Private Charters</a>
|
|
<a class="text-on-surface hover:text-primary transition-colors font-body-md text-body-md" href="#">About Us</a>
|
|
<a class="text-on-surface hover:text-primary transition-colors font-body-md text-body-md" href="#">Contact</a>
|
|
</div>
|
|
<button class="bg-primary-container text-white px-8 py-3 font-bold uppercase tracking-widest text-label-md hover:brightness-110 transition-all">
|
|
Book Now
|
|
</button>
|
|
</nav>
|
|
</header>
|
|
<main class="pt-0">
|
|
<!-- Hero Section -->
|
|
<section class="relative h-[870px] w-full overflow-hidden">
|
|
<img alt="Luxury Gulet in Fethiye" class="w-full h-full object-cover" data-alt="A majestic, traditional wooden luxury gulet sailing gracefully through the crystalline, electric turquoise waters of the Mediterranean near Fethiye. The vessel features polished dark wood decks and tall masts against a backdrop of rugged limestone cliffs and lush pine forests. The lighting is golden-hour warm, creating a high-contrast, premium atmosphere with deep shadows and sparkling highlights on the water's surface." src="https://lh3.googleusercontent.com/aida-public/AB6AXuCIoqx9C0y8xDwsfcGlG5z7obZosYwn9k1cdZDw7r7z7PBZ2ry4qLgjqzsCR7R2EsCluqABrFyp7KVYrEi-VQq575VT22SV4y2vgGD5viLFqRy34dj0N82VA4hHIAFFHkAPOFnGU25OI9EjJ_k8UWFWEl_68Rj0APk40uNSnfwQ57UR2jUXGK_lFnAs9aXvhaa1SKXc-WLh9L8asnOjQcKhxGNwY6ExOJ1bSIkixD_MIHr_On9NFCbPPGqWeB3iVjpHFrhqtHf_TlI"/>
|
|
<div class="absolute inset-0 tour-gradient flex flex-col justify-end px-margin-mobile md:px-margin-desktop pb-section-gap">
|
|
<div class="max-w-4xl space-y-stack-md">
|
|
<div class="flex gap-stack-sm">
|
|
<span class="px-3 py-1 border border-primary-container text-primary-container text-[12px] font-bold uppercase tracking-tighter">Bestseller</span>
|
|
<span class="px-3 py-1 border border-outline text-on-surface-variant text-[12px] font-bold uppercase tracking-tighter">Full Day Trip</span>
|
|
</div>
|
|
<h1 class="font-display-lg text-display-lg leading-tight md:text-[84px]">Twelve Islands<br/>Luxury Boat Trip</h1>
|
|
<p class="font-body-lg text-body-lg max-w-2xl text-on-surface-variant">Experience the ultimate Mediterranean escape through Fethiye's most pristine bays. Crystal clear waters, gourmet seafood, and untamed beauty.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Content Grid -->
|
|
<section class="px-margin-mobile md:px-margin-desktop py-stack-lg max-w-container-max mx-auto relative">
|
|
<div class="grid grid-cols-1 lg:grid-cols-12 gap-gutter">
|
|
<!-- Main Content Column -->
|
|
<div class="lg:col-span-8 space-y-section-gap">
|
|
<!-- Overview -->
|
|
<div class="space-y-stack-lg">
|
|
<h2 class="font-headline-lg text-headline-lg border-l-4 border-primary-container pl-stack-md">The Experience</h2>
|
|
<div class="font-body-md text-body-md text-on-surface-variant space-y-stack-md">
|
|
<p>Embark on a journey through the famous Twelve Islands of Fethiye. This isn't just a boat trip; it's a curated odyssey designed for those who seek tranquility and luxury in equal measure. Our custom-built gulet offers expansive sun-decks and shaded lounges, providing the perfect platform to witness the sheer beauty of the Turkish Riviera.</p>
|
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-gutter pt-stack-lg">
|
|
<div class="bg-surface-container p-stack-md border border-outline-variant text-center">
|
|
<span class="material-symbols-outlined text-primary-container text-[32px] block mb-2">schedule</span>
|
|
<p class="text-[12px] font-bold uppercase text-on-surface">Duration</p>
|
|
<p class="text-label-md">8 Hours</p>
|
|
</div>
|
|
<div class="bg-surface-container p-stack-md border border-outline-variant text-center">
|
|
<span class="material-symbols-outlined text-primary-container text-[32px] block mb-2">group</span>
|
|
<p class="text-[12px] font-bold uppercase text-on-surface">Capacity</p>
|
|
<p class="text-label-md">Max 12 Guests</p>
|
|
</div>
|
|
<div class="bg-surface-container p-stack-md border border-outline-variant text-center">
|
|
<span class="material-symbols-outlined text-primary-container text-[32px] block mb-2">restaurant</span>
|
|
<p class="text-[12px] font-bold uppercase text-on-surface">Meals</p>
|
|
<p class="text-label-md">Chef Prepared</p>
|
|
</div>
|
|
<div class="bg-surface-container p-stack-md border border-outline-variant text-center">
|
|
<span class="material-symbols-outlined text-primary-container text-[32px] block mb-2">anchor</span>
|
|
<p class="text-[12px] font-bold uppercase text-on-surface">Stops</p>
|
|
<p class="text-label-md">5 Pristine Bays</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Itinerary -->
|
|
<div class="space-y-stack-lg">
|
|
<h2 class="font-headline-lg text-headline-lg border-l-4 border-primary-container pl-stack-md">Daily Schedule</h2>
|
|
<div class="space-y-stack-md">
|
|
<div class="flex gap-stack-lg group">
|
|
<div class="flex flex-col items-center">
|
|
<div class="w-10 h-10 rounded-full border-2 border-primary-container flex items-center justify-center font-bold text-primary-container">01</div>
|
|
<div class="w-[2px] h-full bg-outline-variant group-last:hidden mt-2"></div>
|
|
</div>
|
|
<div class="pb-10">
|
|
<h4 class="font-headline-md text-headline-md text-on-surface">Departure from Fethiye Harbor</h4>
|
|
<p class="font-body-md text-body-md text-on-surface-variant">Board the luxury gulet and meet your crew with a refreshing welcome cocktail.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex gap-stack-lg group">
|
|
<div class="flex flex-col items-center">
|
|
<div class="w-10 h-10 rounded-full border-2 border-primary-container flex items-center justify-center font-bold text-primary-container">02</div>
|
|
<div class="w-[2px] h-full bg-outline-variant group-last:hidden mt-2"></div>
|
|
</div>
|
|
<div class="pb-10">
|
|
<h4 class="font-headline-md text-headline-md text-on-surface">Yassica Islands Exploration</h4>
|
|
<p class="font-body-md text-body-md text-on-surface-variant">The first anchor is dropped. Perfect for snorkeling in the shallow, warm lagoons of Yassica.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex gap-stack-lg group">
|
|
<div class="flex flex-col items-center">
|
|
<div class="w-10 h-10 rounded-full border-2 border-primary-container flex items-center justify-center font-bold text-primary-container">03</div>
|
|
<div class="w-[2px] h-full bg-outline-variant group-last:hidden mt-2"></div>
|
|
</div>
|
|
<div class="pb-10">
|
|
<h4 class="font-headline-md text-headline-md text-on-surface">Mediterranean Seafood Lunch</h4>
|
|
<p class="font-body-md text-body-md text-on-surface-variant">Enjoy a freshly prepared lunch featuring grilled sea bass, mezes, and organic salads.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Image Gallery Bento -->
|
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 auto-rows-[200px]">
|
|
<div class="col-span-2 row-span-2 overflow-hidden border border-outline-variant group">
|
|
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" data-alt="A macro shot of vibrant turquoise water rippling against the dark wooden hull of a luxury boat in Fethiye. The lighting is direct and bright, highlighting the incredible clarity of the Mediterranean sea. The scene captures the peaceful essence of a high-end maritime adventure." src="https://lh3.googleusercontent.com/aida-public/AB6AXuBLCpRZ_FG35YjVOCG6XS_HpEGrTxPl5l_a_SPwkVv2taEoyDr7bwB4D-_fwAujM1LdjSn9PDGZdM4qo0a8_ImqBo_lrAgSN4Cdp9fTa_dZ6GSQPJqTDURs7z_ZFejID7BCBs-5Bosdsikpr78LOxuJPg5o7xM9CiezrqYMDvK537WupTMP5fF_e9_ZmCr3ymFewt0CDFzSAv3wp3Ys6geKeBGyK8khBmZavD2m3cvPo-6E83WBdqF4UpOYzom7f32uU0CS62T-QeA"/>
|
|
</div>
|
|
<div class="col-span-2 overflow-hidden border border-outline-variant group">
|
|
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" data-alt="An elegantly set table on the deck of a luxury wooden boat, featuring Mediterranean mezes and fresh seafood. The background shows the blurred coastline of Fethiye with pine-covered hills meeting the deep blue sea. The atmosphere is sophisticated and inviting, typical of a premium tour experience." src="https://lh3.googleusercontent.com/aida-public/AB6AXuCevsqhY2X0m7jihHj-bwSQ5oVrP2p_XqtGhkc1Dp0-sU5wQTBavIIe3D-fQ9ad7desyWX8Mmr6fE8CMzBWE1L4VJM11Y-z0DS9rOBQhgXe08DS2C9qTiCGPRoXk7QVhfUu4oZrHt_LePfq6kq4mr2CAlFOesT2Iz5V-2R3x1P3HrhhD0NjCZL_N7KHeUPpO1o47wGOEedYrBkm3Tw6fXySgNHu1Z-miutMfmv8PZOJjzy7WgdmzTrXJ28uPDTqj0R8epwyloqmd_M"/>
|
|
</div>
|
|
<div class="overflow-hidden border border-outline-variant group">
|
|
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" data-alt="A wide perspective shot of a secluded beach in a rocky cove near Fethiye. The sand is white and coarse, meeting intensely blue water. The mood is tranquil and exclusive, evoking the feeling of a private escape during a boat trip." src="https://lh3.googleusercontent.com/aida-public/AB6AXuDxJ1MAEJmE1BX1AWwM-u4twxg2cyZjYooqg9T9jVii2U611TJxi-QIrdKIfhjZQBfFaJIP-1a-GFN_lqYdOPLjjjTx_Eh3KxobRahGsjYskqI1GPRr4qrSDZTvUxlV2s0sLnDGfXEm8zeQIVtoT65aJ2HWvdBLxB6_OHbHDJIoSg_gYIkqRf0wFNKeXbkwyb-fYN2ent2jg_un8TmCZ6pJJ-itfT5osEMpUoXIMzLZ_2Y7tR3xEIF175fV-PmBA9qJU8uWA_aM6aU"/>
|
|
</div>
|
|
<div class="overflow-hidden border border-outline-variant group">
|
|
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" data-alt="A luxury yacht's deck at sunset, with golden orange light reflecting off the water. The masts and rigging are silhouetted against a dramatic sky. The scene is high-end and romantic, perfectly aligned with a professional travel brand aesthetic." src="https://lh3.googleusercontent.com/aida-public/AB6AXuDEjUXvlWqd_b3o4_qgoSSXzzWPk2Zt5l-mf82WRSngK9npUHabnejC1diSWS8TqRg53X5LkIVCt_vfCOF0aC_N0_V5Raj5w7cI5wUrn53M2UACcWpE9JxUU6pQYjEQW_IORg8KZ9shPfexepGcijQvBzOjDucdZAZLqwkYYHkdp3qBV4RFLrGKpTWNNFeafsWJtw1x5FK7rHJpl00mIuHPAfyIRBzDocSm2NluD_xjhRcelVGflq9FXKoOanhY-hUVv6IL-UzgvRI"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Sidebar Sticky Widget -->
|
|
<div class="lg:col-span-4">
|
|
<div class="sticky top-32 glass-card p-stack-lg space-y-stack-lg border-2 border-primary-container/30">
|
|
<div class="flex justify-between items-end">
|
|
<div>
|
|
<p class="text-on-surface-variant text-[12px] uppercase font-bold tracking-widest">From</p>
|
|
<p class="text-display-lg text-[48px] font-bold text-primary-container leading-none">€85</p>
|
|
</div>
|
|
<p class="text-on-surface-variant font-bold text-body-md mb-2">per person</p>
|
|
</div>
|
|
<div class="space-y-stack-md">
|
|
<div class="space-y-1">
|
|
<label class="text-[11px] uppercase tracking-widest font-bold text-on-surface">Select Date</label>
|
|
<div class="bg-surface-container-highest p-3 border border-outline-variant flex justify-between items-center">
|
|
<span class="text-label-md">June 24, 2024</span>
|
|
<span class="material-symbols-outlined text-primary">calendar_today</span>
|
|
</div>
|
|
</div>
|
|
<div class="space-y-1">
|
|
<label class="text-[11px] uppercase tracking-widest font-bold text-on-surface">Guests</label>
|
|
<div class="bg-surface-container-highest p-3 border border-outline-variant flex justify-between items-center">
|
|
<span class="text-label-md">2 Adults</span>
|
|
<span class="material-symbols-outlined text-primary">expand_more</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button class="w-full bg-primary-container text-white py-6 font-bold uppercase tracking-[0.2em] text-headline-md hover:scale-[1.02] active:scale-[0.98] transition-all shadow-lg shadow-primary-container/20">
|
|
Book Now
|
|
</button>
|
|
<div class="space-y-stack-md pt-stack-md border-t border-outline-variant">
|
|
<p class="text-[12px] font-bold flex items-center gap-2"><span class="material-symbols-outlined text-[16px] text-primary">check_circle</span> Instant Confirmation</p>
|
|
<p class="text-[12px] font-bold flex items-center gap-2"><span class="material-symbols-outlined text-[16px] text-primary">verified_user</span> 100% Refundable up to 24h</p>
|
|
<p class="text-[12px] font-bold flex items-center gap-2"><span class="material-symbols-outlined text-[16px] text-primary">local_activity</span> Mobile Ticket Accepted</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Related Tours Section -->
|
|
<section class="bg-surface-container-low py-section-gap px-margin-mobile md:px-margin-desktop">
|
|
<div class="max-w-container-max mx-auto space-y-stack-lg">
|
|
<div class="flex justify-between items-end">
|
|
<h2 class="font-headline-lg text-headline-lg border-l-4 border-primary-container pl-stack-md uppercase tracking-tight">You Might Also Like</h2>
|
|
<a class="text-primary font-bold uppercase tracking-widest text-label-md border-b-2 border-primary" href="#">View All Tours</a>
|
|
</div>
|
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-gutter">
|
|
<!-- Related Card 1 -->
|
|
<div class="bg-surface-container border border-outline-variant overflow-hidden group">
|
|
<div class="h-64 relative overflow-hidden">
|
|
<img class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700" data-alt="A wide view of Oludeniz's Blue Lagoon from above, showing the white sand spit and vibrant azure water. The scene is shot in high-definition with high-key lighting, emphasizing the Mediterranean beauty and luxury travel appeal." src="https://lh3.googleusercontent.com/aida-public/AB6AXuCJQXFPaH2lSqBo9cIcpu1Oq-lm25ji5RhziuVo99rcl2baIxQaIVWg4hn_hsue2hcvveQpH5hYEtxModAIQ9-hXbWW2BmdHQbQv1RR4KldHx9rUUj9LOcwyJoPAr3TVaHzvWJ0IRexqxiUwXH1cPp7CPkVg9zmf3ZN3had5CLO5SORwSNDhZH4LkOXtRZZyctJBKbfLLHhDOARGSWYweeG98PtPaa2o0NLN2xMQbh2WvlttMuZHPpnYHMaudJ-5bTaJFakWcdKoMY"/>
|
|
<div class="absolute top-4 right-4 bg-primary-container px-3 py-1 text-white font-bold text-[12px]">€120</div>
|
|
</div>
|
|
<div class="p-stack-lg space-y-stack-md">
|
|
<h3 class="font-headline-md text-headline-md uppercase tracking-tighter">Private Sunset Cruise</h3>
|
|
<p class="text-on-surface-variant font-body-md text-body-md line-clamp-2">The ultimate romantic escape. Tailored menu, premium champagne, and the famous Fethiye sunset.</p>
|
|
<div class="flex items-center justify-between pt-stack-sm border-t border-outline-variant">
|
|
<span class="text-[12px] uppercase font-bold text-on-surface-variant flex items-center gap-1"><span class="material-symbols-outlined text-[16px]">schedule</span> 4 Hours</span>
|
|
<span class="material-symbols-outlined text-primary">arrow_forward</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Related Card 2 -->
|
|
<div class="bg-surface-container border border-outline-variant overflow-hidden group">
|
|
<div class="h-64 relative overflow-hidden">
|
|
<img class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700" data-alt="A crystal clear cave entrance on the Fethiye coast, with sunlight piercing through the water, illuminating the sea floor. The atmosphere is mysterious and adventurous, presented in a clean, professional aesthetic." src="https://lh3.googleusercontent.com/aida-public/AB6AXuBYUcTsYOdMdazfiuWOaUMwNIjQ3LIzhHyBpyh3z5iGlUK-bWwoiL3ABeo2ICtFh5ZvcWN_WU-4u0pTfj2IfgvIB-nUjdRxbmPPTty5BH0aoMmPY8TB4WaAwSbpHalbX8AxZM8Mb1Mee9jTBi_VPi5wmE1VW_WGl-tBqFE7YUjPwE8VPnvk5JmzdDJIRWUc7Pm61ReGhyjvFWBlsY6F3T7x4bQ-Zf6s795ZCss_ROEhvn0cMqUynwf4QNngRIQO9F01N9Y74Imqsz4"/>
|
|
<div class="absolute top-4 right-4 bg-primary-container px-3 py-1 text-white font-bold text-[12px]">€65</div>
|
|
</div>
|
|
<div class="p-stack-lg space-y-stack-md">
|
|
<h3 class="font-headline-md text-headline-md uppercase tracking-tighter">Blue Cave Adventure</h3>
|
|
<p class="text-on-surface-variant font-body-md text-body-md line-clamp-2">Explore the hidden sea caves and grottos accessible only by boat. Perfect for families.</p>
|
|
<div class="flex items-center justify-between pt-stack-sm border-t border-outline-variant">
|
|
<span class="text-[12px] uppercase font-bold text-on-surface-variant flex items-center gap-1"><span class="material-symbols-outlined text-[16px]">schedule</span> 6 Hours</span>
|
|
<span class="material-symbols-outlined text-primary">arrow_forward</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Related Card 3 -->
|
|
<div class="bg-surface-container border border-outline-variant overflow-hidden group">
|
|
<div class="h-64 relative overflow-hidden">
|
|
<img class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700" data-alt="An ancient ruins site overlooking the sea in Turkey. The weathered stones are illuminated by warm morning light, with the Mediterranean expanding into the distance. High-contrast and dramatic composition." src="https://lh3.googleusercontent.com/aida-public/AB6AXuDKWBLdTB_ezGtZbhJ1MkvXK-IvBlUpZNAiUXPGsJHZuxWmQ4KGhT69-h01s3_9l1nWbNCJ3v9QyjMVYFYQ5tBLvm2rBNxSCBNixRg2aY3ZdCjdonEY_pjD3UHWpB18NSo8_V7NpzJwVfeqjdOZCEhIQMp73M-5N3J2_dnbWD5VEng6fO7ALAB0UhsVl0YCdGenlrQNJqtXaebO1URuTcFw6wJkqnamvGvXJ7ecLr-csHJ_Zt2B9dBkbA49nXQzAJK5Rtf4-AxLjWE"/>
|
|
<div class="absolute top-4 right-4 bg-primary-container px-3 py-1 text-white font-bold text-[12px]">€95</div>
|
|
</div>
|
|
<div class="p-stack-lg space-y-stack-md">
|
|
<h3 class="font-headline-md text-headline-md uppercase tracking-tighter">Ancient Lycian Cruise</h3>
|
|
<p class="text-on-surface-variant font-body-md text-body-md line-clamp-2">History meets the sea. Visit sunken ruins and ancient sarcophagi while cruising the Turquoise coast.</p>
|
|
<div class="flex items-center justify-between pt-stack-sm border-t border-outline-variant">
|
|
<span class="text-[12px] uppercase font-bold text-on-surface-variant flex items-center gap-1"><span class="material-symbols-outlined text-[16px]">schedule</span> 8 Hours</span>
|
|
<span class="material-symbols-outlined text-primary">arrow_forward</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<!-- Footer Shell -->
|
|
<footer class="w-full bg-surface-container-lowest border-t border-outline-variant">
|
|
<div class="w-full py-stack-lg px-margin-desktop max-w-container-max mx-auto flex flex-col md:flex-row justify-between items-center gap-stack-lg">
|
|
<div class="font-headline-md text-headline-md font-bold text-primary">Fethiye Adventure Co.</div>
|
|
<div class="flex flex-wrap justify-center gap-8 font-body-md text-body-md">
|
|
<a class="text-on-surface-variant hover:text-primary transition-colors duration-200" href="#">Privacy Policy</a>
|
|
<a class="text-on-surface-variant hover:text-primary transition-colors duration-200" href="#">Terms of Service</a>
|
|
<a class="text-on-surface-variant hover:text-primary transition-colors duration-200" href="#">FAQ</a>
|
|
<a class="text-on-surface-variant hover:text-primary transition-colors duration-200" href="#">Blog</a>
|
|
</div>
|
|
<p class="font-body-md text-body-md text-on-surface-variant text-center md:text-right">© 2024 Fethiye Adventure Co. All rights reserved.</p>
|
|
</div>
|
|
</footer>
|
|
<!-- Interactive Scripts -->
|
|
<script>
|
|
// Simple scroll observer for header transparency
|
|
window.addEventListener('scroll', () => {
|
|
const header = document.querySelector('header');
|
|
if (window.scrollY > 50) {
|
|
header.classList.add('shadow-xl');
|
|
} else {
|
|
header.classList.remove('shadow-xl');
|
|
}
|
|
});
|
|
|
|
// Floating Action Button logic for mobile
|
|
// In a real app, we might add a small floating button only on mobile for "Book"
|
|
</script>
|
|
</body></html> |