<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Events in the Sky Portugal</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            margin: 0;

            padding: 0;

            background-color: #f0f8ff;

            color: #333;

        }

        header {

            background: linear-gradient(to bottom, #87ceeb, #ffffff);

            text-align: center;

            padding: 50px 20px;

        }

        .logo {

            font-size: 2em;

            font-weight: bold;

            color: #000;

        }

        .subtitle {

            font-size: 1.2em;

            color: #4682b4;

        }

        .main-title {

            font-size: 3em;

            color: #4682b4;

            margin: 20px 0;

        }

        .tagline {

            font-size: 1.5em;

            font-weight: bold;

            margin-bottom: 40px;

        }

        .image-gallery {

            display: flex;

            flex-wrap: wrap;

            justify-content: center;

            gap: 10px;

            margin: 20px 0;

        }

        .image-gallery img {

            max-width: 300px;

            height: auto;

            border-radius: 8px;

        }

        .host-section {

            background-color: #add8e6;

            text-align: center;

            padding: 20px;

            font-size: 1.2em;

            color: #fff;

        }

        .celebration-section {

            padding: 50px 20px;

            text-align: center;

        }

        .celebration-title {

            font-size: 2.5em;

            color: #000;

        }

        .imagination {

            font-size: 1.2em;

            max-width: 600px;

            margin: 0 auto 40px;

        }

        .perfect-for {

            display: flex;

            justify-content: space-around;

            align-items: center;

            flex-wrap: wrap;

            background-color: #87ceeb;

            padding: 20px;

            color: #fff;

        }

        .perfect-list {

            list-style-type: disc;

            text-align: left;

            font-size: 1.1em;

        }

        .perfect-image {

            max-width: 400px;

            height: auto;

        }

        .dream-setting {

            text-align: center;

            padding: 20px;

            font-size: 1.2em;

            background-color: #f0f8ff;

        }

        .make-it-yours {

            padding: 50px 20px;

            text-align: center;

        }

        .make-title {

            font-size: 2.5em;

            color: #4682b4;

        }

        .custom-list {

            max-width: 600px;

            margin: 20px auto;

            text-align: left;

            font-size: 1.1em;

        }

        .vision-section {

            padding: 50px 20px;

            text-align: center;

            background-color: #ffffff;

        }

        .vision-title {

            font-size: 2.5em;

            color: #4682b4;

        }

        .steps {

            display: flex;

            justify-content: space-around;

            flex-wrap: wrap;

            margin: 40px 0;

        }

        .step {

            max-width: 300px;

            text-align: left;

        }

        .operating {

            font-size: 1.2em;

            color: #4682b4;

        }

        .bottom-gallery {

            display: flex;

            flex-wrap: wrap;

            justify-content: center;

            gap: 10px;

            margin: 20px 0;

        }

        footer {

            background-color: #f0f8ff;

            text-align: center;

            padding: 20px;

        }

        .footer-logo {

            font-size: 1.5em;

            font-weight: bold;

        }

        .partner {

            font-size: 1.2em;

            color: #4682b4;

        }

        .contact {

            margin: 10px 0;

        }

        .company {

            background-color: #add8e6;

            color: #fff;

            padding: 10px 20px;

            border-radius: 20px;

            display: inline-block;

            margin: 10px 0;

        }

        .website {

            font-size: 1.5em;

            color: #4682b4;

        }

    </style>

</head>

<body>

    <header>

        <div class="logo">events in the sky® portugal</div>

        <h1 class="main-title">ELEVATE YOUR EVENT WITH EVENTS IN THE SKY</h1>

        <div class="tagline">THE WORLD'S MOST EXCLUSIVE DINING & MARKETING EXPERIENCE</div>

        <div class="image-gallery">

            <!-- Replace these with actual image URLs or base64 if you have them. For now, placeholders. -->

            <img src="https://via.placeholder.com/300x200?text=Sky+Platform" alt="Sky Platform">

            <img src="https://via.placeholder.com/300x200?text=People+Enjoying" alt="People Enjoying">

            <img src="https://via.placeholder.com/300x200?text=Sunset+View" alt="Sunset View">

            <img src="https://via.placeholder.com/300x200?text=Wine+Toasting" alt="Wine Toasting">

            <img src="https://via.placeholder.com/300x200?text=Crane+Lifting" alt="Crane Lifting">

            <img src="https://via.placeholder.com/300x200?text=Dining+Table" alt="Dining Table">

        </div>

    </header>


    <section class="host-section">

        HOST YOUR UNFORGETTABLE EVENT IN PORTUGAL WITH THE ONLY PLATFORM OF ITS KIND IN THE WORLD!

    </section>


    <section class="celebration-section">

        <h2 class="celebration-title">CREATE A SKY-HIGH CELEBRATION</h2>

        <p class="imagination">IMAGINE HOSTING A PRODUCT LAUNCH, WINE TASTING, OR VIP BIRTHDAY DINNER—50 METERS IN THE AIR. EVENTS IN THE SKY, OPERATED EXCLUSIVELY IN PORTUGAL BY ASTEROIDE MISTERIOSO.</p>

    </section>


    <section class="perfect-for">

        <div>

            <h3>THIS ONE-OF-A-KIND EXPERIENCE IS PERFECT FOR:</h3>

            <ul class="perfect-list">

                <li>CORPORATE EVENTS & CELEBRATIONS</li>

                <li>PRIVATE PARTIES & ANNIVERSARIES</li>

                <li>REAL ESTATE SHOWCASES</li>

                <li>SUNSET DINNERS WITH UNMATCHED VIEWS</li>

                <li>LUXURY PROMOTIONS &</li>

                <li>INFLUENCER CAMPAIGNS</li>

            </ul>

        </div>

        <img class="perfect-image" src="https://via.placeholder.com/400x300?text=Group+Dining+in+Sky" alt="Group Dining">

    </section>


    <section class="dream-setting">

        CHOOSE YOUR DREAM SETTING: A VINEYARD, GOLF COURSE, HOTEL, MARINA, EVEN YOUR PRIVATE GARDEN. CAPTURE VIRAL CONTENT PERFECT FOR INSTAGRAM, TIKTOK, AND BEYOND. WITH THE ONLY PLATFORM OF ITS KIND IN THE WORLD!

    </section>


    <section class="make-it-yours">

        <h2 class="make-title">MAKE IT YOURS</h2>

        <p>TAILOR EVERY ASPECT OF YOUR SKY-HIGH EVENT.</p>

        <div class="custom-list">

            <p>CUSTOM BRANDING • YOUR LOGO ON SEATBELTS, HEADRESTS, ROOF AND UNDERSIDE BANNERS • EVENT FREEDOM: WORK WITH YOUR OWN CATERING OR EVENT MANAGEMENT TEAM—OR LET US REFER YOU • MARKETING POWERHOUSE: UNRIVALED PHOTO AND VIDEO CONTENT TO ELEVATE YOUR BRAND AND SOCIAL MEDIA PRESENCE • NOW EXCLUSIVELY AVAILABLE IN PORTUGAL.</p>

        </div>

        <div class="image-gallery">

            <img src="https://via.placeholder.com/300x200?text=Branding+Examples" alt="Branding">

            <img src="https://via.placeholder.com/300x200?text=Catering" alt="Catering">

        </div>

    </section>


    <section class="vision-section">

        <h2 class="vision-title">BRING YOUR VISION TO LIFE</h2>

        <div class="steps">

            <div class="step">

                <h3>CHOOSE YOUR LOCATION</h3>

                <p>WE OPERATE ALL OVER PORTUGAL</p>

            </div>

            <div class="step">

                <h3>WE MANAGE LOGISTICS</h3>

                <p>CRANE, OPERATIONAL LICENSE, PLATFORM DELIVERY</p>

            </div>

            <div class="step">

                <h3>YOU HOST THE EVENT</h3>

                <p>USING YOUR OWN CATERING OR PLANNING TEAM</p>

            </div>

        </div>

        <img src="https://via.placeholder.com/600x300?text=World+Map" alt="World Map" style="max-width: 600px; height: auto;">

        <p class="operating">OPERATING IN 82 COUNTRIES WORLDWIDE</p>

        <div class="bottom-gallery">

            <img src="https://via.placeholder.com/300x200?text=Event+Photos+1" alt="Event 1">

            <img src="https://via.placeholder.com/300x200?text=Event+Photos+2" alt="Event 2">

            <img src="https://via.placeholder.com/300x200?text=Event+Photos+3" alt="Event 3">

            <img src="https://via.placeholder.com/300x200?text=Event+Photos+4" alt="Event 4">

        </div>

    </section>


    <footer>

        <div class="footer-logo">events in the sky® portugal</div>

        <div class="partner">YOUR EXCLUSIVE PARTNER IN PORTUGAL</div>

        <div class="contact">CONTACT@EVENTSINTHESKY.PT +351 924 703 828 @EVENTSINTHESKYPORTUGAL</div>

        <div class="company">ASTERÓIDE MISTERIOSO - UNIPESSOAL LDA NIPC 517482762</div>

        <div class="website">www.eventsinthesky.pt</div>

    </footer>

</body>

</html>