booking.laquartaisola.it Open in urlscan Pro
178.33.93.195  Public Scan

URL: https://booking.laquartaisola.it/
Submission: On March 23 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST

<form id="BookingForm" method="post">
  <div id="couponWrap">
    <div class="d-flex flex-row">
      <input type="text" name="coupon" class="form-control flex-fill border-0 rounded-pill me-2" placeholder="Coupon" id="couponInput" value="">
      <small class="text-muted text-center" style="font-size: 12px">
        <i class="bi bi-info-circle-fill text-custom"></i><br> Attention: coupons are not valid for double excursions </small>
    </div>
  </div>
  <div id="escursioniWrap">
    <div class="card mt-4 mb-5 rounded-5 p-3 p-lg-5 border-0">
      <div class="card-body">
        <h4 class="font-paytone text-custom mb-4 d-flex flex-row">
          <img src="StaticImages/assets/images/ship.png" class="me-3"> Excursions
        </h4>
        <div class="row">
          <div class="order-2 order-md-1 mb-4 mb-md-0 col-6 col-sm-6 col-lg-4 px-1 position-relative">
            <div id="boxDiurna" class="rounded-5 position-relative">
              <div id="overlayDiurna" class="rounded-5 position-absolute w-100 h-100"></div>
            </div>
            <div class="position-absolute z-3 w-100 p-3 d-flex flex-column justify-content-between align-items-end" style="aspect-ratio: 1 !important; top:0; left: 0">
              <div class="d-flex flex-row justify-content-between w-100" style="font-size: 1.3em; height: 25px;">
                <div>
                  <i class="bi bi-info-circle hover-target text-light ms-2"></i>
                  <aside class="hover-popup">
                    <h4 class="font-paytone text-custom mb-0"> Info </h4>
                    <p class="mb-1">A real spearhead are the mini day cruises that allow the visitor to fully immerse themselves in the island suggestions through a tour that allows him to “knowledge” the most evocative coves of Lampedusa.</p>
                    <h5 class="font-paytone text-custom mb-0"> Details </h5>
                    <ul style="list-style-type: none; margin:0; padding:0;">
                      <li class="my-1"><i class="bi bi-backpack3 text-custom me-1"></i>Scheduled departure/return time may vary depending on the chosen date</li>
                      <li class="my-1"><i class="bi bi-headset text-custom me-1"></i>Voice Guide</li>
                      <li class="my-1"><i class="bi bi-badge-wc text-custom me-1"></i>Provided bathroom stops</li>
                      <li class="my-1"><i class="bi bi-cookie text-custom me-1"></i>Lunch served on board</li>
                    </ul>
                  </aside>
                </div>
                <div class="form-check form-switch float-end p-0">
                  <input class="form-check-input ms-1 me-2 mt-1" style="height: 16px; width: 32px;" type="checkbox" name="escursioneDiurnaSelected" role="switch" id="selectEscursioneDiurnaButton">
                </div>
              </div>
              <span class="d-flex flex-row justify-content-between w-100 font-poppins-bold text-light mb-2" style="font-size: 1.3em; overflow-wrap: break-word;"> Daytime <i class="bi bi-sun"></i>
              </span>
            </div>
          </div>
          <div class="order-3 order-md-2 col-6 col-sm-6 col-lg-4 px-1 position-relative">
            <div id="boxNotturna" class="rounded-5 position-relative">
              <div id="overlayNotturna" class="rounded-5 position-absolute w-100 h-100"></div>
            </div>
            <div class="position-absolute z-3 w-100 p-3 d-flex flex-column justify-content-between align-items-end" style="aspect-ratio: 1 !important; top:0; left: 0">
              <div class="d-flex flex-row justify-content-between w-100" style="font-size: 1.3em; height: 25px;">
                <div>
                  <i class="bi bi-info-circle hover-target text-light ms-2"></i>
                  <aside class="hover-popup">
                    <h4 class="font-paytone text-custom mb-0"> Info </h4>
                    <p class="mb-1">Our night allows guests to discover the island’s charms and all its wonderful colors. An evening when surprises reign. The cove in which we will stop will be chosen by the commander depending on the marine weather
                      to ensure greater suggestion and a calm sea.</p>
                    <h5 class="font-paytone text-custom mb-0"> Details </h5>
                    <ul style="list-style-type: none; margin:0; padding:0;">
                      <li class="my-1"><i class="bi bi-backpack3 text-custom me-1"></i>Scheduled departure/return time may vary depending on the chosen date</li>
                      <li class="my-1"><i class="bi bi-cup-straw text-custom me-1"></i>Rich aperitif on board</li>
                      <li class="my-1"><i class="bi bi-badge-wc text-custom me-1"></i>Provided bathroom stop</li>
                      <li class="my-1"><i class="bi bi-cookie text-custom me-1"></i>Dinner served on board</li>
                      <li class="my-1"><i class="bi bi-music-note-beamed text-custom me-1"></i>Music</li>
                    </ul>
                  </aside>
                </div>
                <div class="form-check form-switch float-end p-0">
                  <input class="form-check-input ms-1 me-2 mt-1" style="height: 16px; width: 32px;" type="checkbox" name="escursioneNotturnaSelected" role="switch" id="selectEscursioneNotturnaButton">
                </div>
              </div>
              <span class="d-flex flex-row justify-content-between w-100 font-poppins-bold text-light mb-2" style="font-size: 1.3em"> Nighttime <i class="bi bi-moon"></i>
              </span>
            </div>
          </div>
          <div class="order-1 order-md-3 my-3 my-lg-0 col-12 col-lg-4 text-center" style="font-size: 12px">
            <i class="bi bi-info-circle-fill text-custom"></i><br>
            <small class="text-muted" style="font-size: 12px">Select one or both excursions and then choose the desired date.</small>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="datesWrap" class="d-none">
    <style>
      #dataNotturnaDiv:hover,
      #dataDiurnaDiv:hover {
        cursor: pointer;
        background-color: #006fab !important;
      }

      #dataNotturnaDiv,
      #dataDiurnaDiv {
        transition: all .2s ease-in-out;
      }
    </style>
    <div class="mb-5">
      <h4 class="px-3 px-lg-5 font-paytone text-custom mb-4">
        <i class="bi bi-calendar3 me-3"></i> When?
      </h4>
      <div class="row px-0 px-md-4">
        <div class="col-12 col-md-6">
          <small class="text-custom">Daytime excursion date</small>
          <input type="text" class="form-control d-none hasDatepicker" name="dataDiurna" id="datepickerDiurna">
          <div class="mt-md-4 mt-2 mb-md-0 mb-4 bg-custom rounded-pill p-3 text-light text-center position-relative opacity-50" style="height: 56px;" id="dataDiurnaDiv">
            <i class="bi bi-calendar3 text-light position-absolute" style="font-size: 22px; top:21%; left: 8%"></i>
            <span id="dataDiurnaValue">Choose a date</span>
          </div>
        </div>
        <div class="col-12 col-md-6">
          <small class="text-custom">Nighttime excursion date</small>
          <input type="text" class="form-control d-none hasDatepicker" name="dataNotturna" id="datepickerNotturna">
          <div class="mt-4 bg-custom rounded-pill p-3 text-light text-center position-relative opacity-50" id="dataNotturnaDiv">
            <i class="bi bi-calendar3 text-light position-absolute" style="font-size: 22px; top:21%; left: 8%"></i>
            <span id="dataNotturnaValue">Choose a date</span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="passengersWrap" class="d-none">
    <div class="mt-5">
      <h4 class="px-3 px-lg-5 font-paytone text-custom mb-4">
        <img src="StaticImages/assets/images/person_group.png" class="me-3"> Passengers
      </h4>
      <p class="mb-4 text-muted px-3 px-lg-5" style="font-size: 12px">
        <i class="bi bi-info-circle-fill text-custom"></i> Menu cost may vary depending on passenger type
      </p>
      <div class="row mb-5">
        <div class="col-12 col-md-4 mb-md-0 mb-3">
          <div class="card rounded-4 border-0 h-100">
            <div class="card-body d-flex flex-column align-items-center h-100">
              <img src="StaticImages/assets/images/adult.png" height="50">
              <small class="font-poppins-bold text-custom mb-3 flex-fill mt-2">Adults</small>
              <div class="w-100 bg-custom d-flex flex-row justify-content-between px-3 py-1 align-items-center rounded-pill text-light howManyPassengerBtn">
                <a type="button" id="removeAdult"><i class="bi bi-dash"></i></a>
                <span id="howManyAdults">0</span>
                <input type="hidden" id="NumeroAdt" name="NumeroAdt" value="0">
                <a type="button" id="addAdult"><i class="bi bi-plus"></i></a>
              </div>
            </div>
          </div>
        </div>
        <div class="col-12 col-md-4 mb-md-0 mb-3">
          <div class="card rounded-4 border-0">
            <div class="card-body d-flex flex-column align-items-center">
              <img src="StaticImages/assets/images/kid.png" height="50">
              <small class="font-poppins-bold text-custom mb-0">Kids</small>
              <small style="font-size: 12px;">3-12 years old</small>
              <div class="mt-3 w-100 bg-custom d-flex flex-row justify-content-between px-3 py-1 align-items-center rounded-pill text-light howManyPassengerBtn">
                <a type="button" id="removeKid"><i class="bi bi-dash"></i></a>
                <span id="howManyKids">0</span>
                <input type="hidden" id="NumeroBoys" name="NumeroBoys" value="0">
                <a type="button" id="addKid"><i class="bi bi-plus"></i></a>
              </div>
            </div>
          </div>
        </div>
        <div class="col-12 col-md-4 mb-md-0 mb-3">
          <div class="card rounded-4 border-0">
            <div class="card-body d-flex flex-column align-items-center">
              <img src="StaticImages/assets/images/child.png" height="50">
              <small class="font-poppins-bold text-custom mb-0">Children</small>
              <small style="font-size: 12px;">0-3 years old</small>
              <div class="mt-3 w-100 bg-custom d-flex flex-row justify-content-between px-3 py-1 align-items-center rounded-pill text-light howManyPassengerBtn">
                <a type="button" id="removeChild"><i class="bi bi-dash"></i></a>
                <span id="howManyChilds">0</span>
                <input type="hidden" id="NumeroChd" name="NumeroChd" value="0">
                <a type="button" id="addChild"><i class="bi bi-plus"></i></a>
              </div>
            </div>
          </div>
        </div>
      </div>
      <small class="text-custom">Passengers</small>
      <div id="adultsInfoWrap">
      </div>
      <div id="kidsInfoWrap">
      </div>
      <div id="childsInfoWrap">
      </div>
    </div>
  </div>
</form>

<form id="NewsLettterForm">
  <div class="d-flex flex-column">
    <div class="text-center fw-bold fs-3 mb-2"> Sign up to our newsletter </div>
    <div class="text-center mb-3"> Sign up and stay updated on all our news. </div>
    <div class="text-center row justify-content-center">
      <input class="form-control flex-fill border-0 bg-light me-0 me-sm-3 mb-3" style="max-width: 300px;" id="NewsLettterForm_MailAddrs" type="email" autocomplete="off" required="" placeholder="Enter your email here"
        aria-label="Enter your email here" aria-describedby="NewsLettterForm_Submit">
      <button id="NewsLettterForm_Submit" type="submit" class="btn btn-sm btn-success border-0 mb-3" style="width:100px;"> Subscribe </button>
    </div>
    <div class="text-center">
      <input id="NewsLettterForm_Privacy" type="checkbox" required="" class="form-check-input me-3">
      <label class="form-check-label" for="NewsLettterForm_Privacy"> I have read and agree to submit and process my data, in accordance with the <a href="Documenti/CookiePolicy/" target="_blank">
								Privacy Policy							</a>
      </label>
    </div>
  </div>
</form>

Text Content

 * Booking
 * Search Booking
 * Excursions
 * Events
 * Gallery
 * Language
    *  English
    *  Italiano

 * Log in / Sign up


BOOK NOW


Attention: coupons are not valid for double excursions

EXCURSIONS

INFO

A real spearhead are the mini day cruises that allow the visitor to fully
immerse themselves in the island suggestions through a tour that allows him to
“knowledge” the most evocative coves of Lampedusa.

DETAILS

 * Scheduled departure/return time may vary depending on the chosen date
 * Voice Guide
 * Provided bathroom stops
 * Lunch served on board


Daytime

INFO

Our night allows guests to discover the island’s charms and all its wonderful
colors. An evening when surprises reign. The cove in which we will stop will be
chosen by the commander depending on the marine weather to ensure greater
suggestion and a calm sea.

DETAILS

 * Scheduled departure/return time may vary depending on the chosen date
 * Rich aperitif on board
 * Provided bathroom stop
 * Dinner served on board
 * Music


Nighttime

Select one or both excursions and then choose the desired date.

WHEN?

Daytime excursion date
Choose a date
Nighttime excursion date
Choose a date

PASSENGERS

Menu cost may vary depending on passenger type

Adults
0
Kids 3-12 years old
0
Children 0-3 years old
0
Passengers




SUMMARY

Daytime excursion



Nighttime excursion



0 Adults 0€

0 Kids 0€

0 Children 0€

0 Adults 0€

0 Kids 0€

0 Children 0€

0€

Total



Double excursion discount (choosing to pay the deposit, the discount will be
applied after pressing 'CheckOut')



Voucher Discount Voucher discount not applicable to double escursion Voucher
discount already used
Pay now the deposit and the balance at boarding
Pay the full amount
Pay on board


0€

To be paid now
0% discount for a double excursion.

0€

Balance on board
In case of cancellation, the deposit is not refundable Check out

DELETE PASSENGERS

You have deselected both excursions. Do you want to delete the inserted
passengers?

Keep passengers Delete passengers
Sign up to our newsletter
Sign up and stay updated on all our news.
Subscribe
I have read and agree to submit and process my data, in accordance with the
Privacy Policy

REGISTRATION SUCCESSFUL

INFO@LAQUARTAISOLA.IT | +39 335 6133 335


Copyright © 2023 La Quarta Isola. All rights reserved. - Powered by Nextstep17
s.r.l.
Contacts | Privacy Policy | Cookie policy | Terms and Conditions
La Quarta Isola Di Maggio Antonino | C. Cattaneo, 11, 92010, Lampedusa (AG) |
C.F. DMGNNN66P09G273U | P.IVA 01478880840

PRIVACY SETTINGS

We use cookies and similar technologies that are necessary to operate the
website. Additional cookies are only used with your consent. You are free to
give, deny, or withdraw your consent at any time by using the "cookie settings"
link at the bottom of each page. You can consent to our use of cookies by
clicking "Agree". For more information about what information is collected and
how it is shared with our partners, please read our Data Protection Statement.

Legal Notice My Settings

Necessary
 * Required to run the website

I do not agree Agree Save selection Agree to all