aphrodite-safari.com Open in urlscan Pro
92.205.59.115  Public Scan

URL: https://aphrodite-safari.com/
Submission: On June 07 via api from US — Scanned from FR

Form analysis 3 forms found in the DOM

POST #

<form action="#" enctype="multipart/form-data" method="post" id="bookForm" class="form-horizontal" data-toggle="validator" role="form" onreset="return confirm('Are you sure to reset form?')">
  <div class="form-group">
    <label for="destination" class="col-md-3 control-label">Place you stay in Cyprus</label>
    <div class="col-md-9">
      <input type="text" class="form-control" name="destination" id="destination" placeholder="where in Cyprus you stay?">
    </div>
  </div>
  <div class="form-group">
    <label class="col-md-3 control-label">Departure Timetable - from <strong>Baths of Aphrodite</strong> to <strong>Blue Lagoon</strong> to <strong>Fontana Amorosa</strong></label>
    <div class="col-md-9">
      <div class="col-sm-12 btn-group" data-toggle="buttons" id="tripToAkamasTime">
        <label class="btn btn-info active">
          <input name="safari" id="safari1" value="10:30" type="radio" checked="checked"> 10:30 </label>
        <label class="btn btn-info">
          <input name="safari" id="safari2" value="11:50" type="radio"> 11:50 </label>
        <label class="btn btn-info">
          <input name="safari" id="safari3" value="13:10" type="radio"> 13:10 </label>
        <label class="btn btn-info">
          <input name="safari" id="safari4" value="14:30" type="radio"> 14:30 </label>
        <label class="btn btn-info">
          <input name="safari" id="safari5" value="15:30" type="radio"> 15:30 </label>
        <label class="btn btn-info">
          <input name="safari" id="safari6" value="Other" type="radio"> I prefer Other (€ 0.00) </label>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label class="col-md-3 control-label">Departure Timetable - from <strong>Fontana Amorosa</strong> to <strong>Blue Lagoon</strong> to <strong>Baths of Aphrodite</strong></label>
    <div class="col-md-9">
      <div class="col-sm-12 btn-group" data-toggle="buttons" id="tripFromAkamasTime">
        <label class="btn btn-info">
          <input name="safari2" id="safari21" value="11:00" type="radio"> 11:00 </label>
        <label class="btn btn-info">
          <input name="safari2" id="safari22" value="12:30" type="radio"> 12:30 </label>
        <label class="btn btn-info">
          <input name="safari2" id="safari23" value="13:50" type="radio"> 13:50 </label>
        <label class="btn btn-info">
          <input name="safari2" id="safari24" value="15:00" type="radio"> 15:00 </label>
        <label class="btn btn-info">
          <input name="safari2" id="safari25" value="16:00" type="radio"> 16:00 </label>
        <label class="btn btn-info">
          <input name="safari2" id="safari26" value="17:00" type="radio"> 17:00 </label>
        <label class="btn btn-info active">
          <input name="safari2" id="safari27" value="Other" type="radio" checked="checked"> I prefer Other (€ 0.00) </label>
      </div>
    </div>
    <div id="alertMsgTimes">
    </div>
  </div>
  <div class="form-group">
    <label for="datepicker" class="col-md-3 control-label">Date of SAFARI</label>
    <div class="col-md-9">
      <div class="col-md-6">
        <div class="form-group">
          <input type="text" id="datepicker" class="form-control hasDatepicker" placeholder="Date (Cyprus Time)">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <input type="text" id="price" name="price" class="form-control" placeholder="Price - enter Adults/Children for total" readonly="">
        </div>
      </div>
    </div>
  </div>
  <!-- <div><br>For show exact Price - enter Adults/Children<br></div> -->
  <div class="form-group">
    <label for="passengersA" class="col-md-3 control-label">Number of People (Adults)</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="passengersA" name="passengersA" placeholder="eg 2">
    </div>
  </div>
  <div class="form-group">
    <label for="passengersC" class="col-md-3 control-label">Number of People (Children &lt; 13 age)</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="passengersC" name="passengersC" placeholder="eg 2">
    </div>
  </div>
  <div class="form-group">
    <label for="email" class="col-md-3 control-label">Email</label>
    <div class="col-md-9">
      <input type="email" class="form-control" id="email" name="email" placeholder="Email Address" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="phone" class="col-md-3 control-label">Telephone</label>
    <div class="col-md-9">
      <div class="col-md-6">
        <div class="form-group">
          <input type="text" class="form-control" id="phone" name="phone" placeholder="Telephone(with Country Code)">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <input type="text" id="country" name="country" class="form-control" placeholder="Country">
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label for="name" class="col-md-3 control-label">Name</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="name" name="name" placeholder="Name">
    </div>
  </div>
  <div class="form-group">
    <label for="other" class="col-md-3 control-label">Other Info</label>
    <div class="col-md-9">
      <textarea id="other" name="other" class="form-control" rows="7">                                            ------------------


                                            </textarea>
    </div>
  </div>
  <div id="alertMsg">
  </div>
  <div class="form-group">
    <!-- Buttons -->
    <div class="col-md-9 col-md-offset-3">
      <button type="submit" class="btn btn-success" id="send2">Submit</button>
      <button type="reset" class="btn btn-primary">Reset</button>
    </div>
  </div>
</form>

Name: cdsWRLForm8386 https://www.tripadvisor.com/UserReview-g1183336-d19988355-Aphrodite_Safari_Tours-Neo_Chorion_Paphos_District.html?m=12097

<form action="https://www.tripadvisor.com/UserReview-g1183336-d19988355-Aphrodite_Safari_Tours-Neo_Chorion_Paphos_District.html?m=12097" target="_blank" name="cdsWRLForm8386" id="cdsWRLForm8386"
  onsubmit="ta.cds.handleTALink(12097,this);return false;"> <input type="hidden" id="rating08386" value="(Click to rate)"> <input type="hidden" id="rating18386" value="Terrible"> <input type="hidden" id="rating28386" value="Poor"> <input
    type="hidden" id="rating38386" value="Average"> <input type="hidden" id="rating48386" value="Very Good"> <input type="hidden" id="rating58386" value="Excellent"> <input type="hidden" id="defaultTitle8386"
    value="Title your review - Describe your stay in one sentence or less. "> <input type="hidden" id="reviewTitle8386" name="ReviewTitle">
  <div class="widWRLRating"> <input type="hidden" name="qid10" id="qid108386" value="0"> <span class="widWRLRate ui_bubble_rating bubble_0" id="ratingSpan" onclick="return selectRating(this, event, true, 8386);"
      onmousemove="return selectRating(this, event, false, 8386);" onmouseout="return lastSetRating(this, 8386);"> </span> <span id="ratingText8386" class="widWRLRatingText">(Click to rate) </span> </div>
  <div class="widWRLReview"> <textarea id="taWRLTitle8386" onfocus="initTextArea(this);" rows="3" cols="30" onkeypress="limitLength(this, 120);">Title your review - Describe your stay in one sentence or less. </textarea> </div>
  <div class="widWRLButton"> <input type="submit" id="taWRLContinue8386" name="taWRLContinue8386" value="Continue" onclick="checkTextArea(8386);"> </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

BEST SAFARI TOURS

CALL: (+357) 99 22 75 65 - info@Aphrodite-Safari.com
UNLEASH YOUR
SPIRIT OF ADVENTURE!

Akamas Aphrodite Tours
Toggle navigation
 * Home
 * Booking Form
 * Tours Schedule & Info
 * About Us
 * Gallery
 * Contact Us

   
 * www.AphroditeSafari.com
 * www.AphroditeSafari.com
   Book now a Blue Lagoon Safari
   have a memorable trip!
   swim in clear Blue Lagoon waters!
   Book Now!
   
   
   
   
 * Akamas
   
   
   Safaris
   Akamas & Blue Lagoon Safari
   Have a Safari with Us!
   from Baths to Blue Lagoon [30min]
   
   Book by Tel: +357-99 22 75 65
   
   
   







WELCOME TO AKAMAS SAFARI

OUR SAFARI TRIPS ARE OPEN...!
WE WELCOME/ACCEPT BOOKINGS!

ΤΟ SAFARI ΕΊΝΑΙ ΑΝΟΙΚΤΌ...!

--------------------------------------------------------------------------------

 * 
 * 
 * 
 * 




--------------------------------------------------------------------------------


BOOK YOUR AKAMAS / BLUE LAGOON SAFARI HERE:

Place you stay in Cyprus

Departure Timetable - from Baths of Aphrodite to Blue Lagoon to Fontana Amorosa
10:30 11:50 13:10 14:30 15:30 I prefer Other (€ 0.00)
Departure Timetable - from Fontana Amorosa to Blue Lagoon to Baths of Aphrodite
11:00 12:30 13:50 15:00 16:00 17:00 I prefer Other (€ 0.00)

Date of SAFARI

Number of People (Adults)

Number of People (Children < 13 age)

Email

Telephone

Name

Other Info
------------------

Submit Reset
You can also Book Safari Bus Trip from TripAdvisor

--------------------------------------------------------------------------------


SERVICES


BUS TOURS

WELCOME TO APHRODITE Safari Tours - BUS TOURS in Akamas Peninsula area

Take a look


BATHS OF APHRODITE

We Start here and Finish here. Our Office/Station located here in Baths of
Aphrodite.

Take a look



BLUE LAGOON

Swim in clear waters of Blue Lagoon.

Take a look


FONTANA AMOROZA

After Blue Lagoon you reach Fontana Amoroza and from there the Safari Bus takes
return trip to Baths of Aphrodite.

Take a look


--------------------------------------------------------------------------------

> We offer the best safari - bus tours in the area of Akamas!
> 
> Baths of Aphrodite - Blue Lagoon - Fontana Amoroza
> are the three most visitable locations in Cyprus!

> We can offer you an exciting, adventurous day in the untouched area of
> Akamas...!
> 
> Take advantage of our services with your family and friends, and enjoy the
> pure environment of Akamas area!

--------------------------------------------------------------------------------


SOCIAL NETWORK WITH US

Find Us on Facebook, Flickr, Google My Business, YouTube & TripAdvisor







POLIS, CY

clear sky

27°C

Details Feels like 27°C Wind 2.4 m/s Humidity 47% Precip Pressure 1008 hPa

21:29 Jun 7
Review Aphrodite Safari Tours
(Click to rate)
Title your review - Describe your stay in one sentence or less.



 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






Follow Us On Facebook Flickr Google My Business TripAdvisor YouTube

WWW.APHRODITESAFARI.COM - FROM BATHS OF APHRODITE


  Fourni par Traduction

WWW.APHRODITE-SAFARI.COM - FROM BATHS OF APHRODITE TO BLUE LAGOON AND RETURN
TRIP TO BATHS

Copyright © 2022 www.Aphrodite-Safari.com - Home | Booking Form | Schedule &
Safaris | About Us | Gallery | Contact Us


Texte d'origine

Évaluez cette traduction
Votre avis nous aidera à améliorer Google Traduction




Shares
Share
Email
Tweet
Share
Share
Share