www.prettygreekvillas.com Open in urlscan Pro
185.231.218.98  Public Scan

URL: https://www.prettygreekvillas.com/
Submission: On November 11 via manual from SG — Scanned from GB

Form analysis 2 forms found in the DOM

GET https://www.prettygreekvillas.com/search2/

<form action="https://www.prettygreekvillas.com/search2/" method="get" autocomplete="off">
  <input class="search new-header-search" type="search" name="s" value="">
</form>

GET https://www.prettygreekvillas.com/search/

<form class="new-searchform" action="https://www.prettygreekvillas.com/search/" method="get" autocomplete="off">
  <input class="new_input_submit hidden" type="submit" name="search" value="SEARCH">
  <div class="new-first-border"></div>
  <input class="duration hidden" type="text" name="duration">
  <div class="new-second-border"></div>
  <div class="new-third-border"></div>
  <div class="dropme new_dropme new-search-input-container">
    <input class="hidden hidden-destinationtxt" type="text" name="destinationText" value="" readonly="">
    <input class="hidden destinationIDs" type="text" name="destination" value="0" readonly="">
    <div class="selectric-wrapper selectric-dropdown-selectric selectric-selectric-minwidth selectric-dropdown-destination">
      <div class="selectric-hide-select"><select class="dropdown-selectric selectric-minwidth dropdown-destination" name="destinations" tabindex="-1">
          <option value="">Location</option>
          <option value="all">All destinations</option>
          <option value="6">Aegina</option>
          <option value="11">Alonissos</option>
          <option value="16">Andros</option>
          <option value="7">Angistri</option>
          <option value="21">Antiparos</option>
          <option value="13">Crete</option>
          <option value="32">Hidden Gems</option>
          <option value="4">Hydra</option>
          <option value="17">Kea</option>
          <option value="2">Kefalonia</option>
          <option value="5">Lefkada</option>
          <option value="8">Mainland Greece</option>
          <option value="18">Milos</option>
          <option value="14">Mykonos</option>
          <option value="28">Naxos</option>
          <option value="15">Paros</option>
          <option value="10">Peloponnese</option>
          <option value="9">Santorini</option>
          <option value="12">Skopelos</option>
          <option value="3">Spetses</option>
          <option value="20">Tinos</option>
          <option value="1">Zakynthos</option>
        </select></div>
      <div class="selectric"><span class="label">Location</span><b class="button">▾</b></div>
      <div class="selectric-items" tabindex="-1">
        <div class="selectric-scroll">
          <ul>
            <li data-index="0" class="selected">Location</li>
            <li data-index="1" class="" target="0">All destinations</li>
            <li data-index="2" class="">Aegina</li>
            <li data-index="3" class="">Alonissos</li>
            <li data-index="4" class="">Andros</li>
            <li data-index="5" class="">Angistri</li>
            <li data-index="6" class="">Antiparos</li>
            <li data-index="7" class="">Crete</li>
            <li data-index="8" class="">Hidden Gems</li>
            <li data-index="9" class="">Hydra</li>
            <li data-index="10" class="">Kea</li>
            <li data-index="11" class="">Kefalonia</li>
            <li data-index="12" class="">Lefkada</li>
            <li data-index="13" class="">Mainland Greece</li>
            <li data-index="14" class="">Milos</li>
            <li data-index="15" class="">Mykonos</li>
            <li data-index="16" class="">Naxos</li>
            <li data-index="17" class="">Paros</li>
            <li data-index="18" class="">Peloponnese</li>
            <li data-index="19" class="">Santorini</li>
            <li data-index="20" class="">Skopelos</li>
            <li data-index="21" class="">Spetses</li>
            <li data-index="22" class="">Tinos</li>
            <li data-index="23" class="last">Zakynthos</li>
          </ul>
        </div>
      </div><input class="selectric-input" tabindex="0">
    </div>
  </div>
  <style>
    .selectric-dropdown-selectric .selectric .label {
      color: #064067;
    }

    span.new_date.new-new_date.new-new_date-checkin {
      color: #064067;
    }

    span.new_date.new-new_date.new-new_date-checkout {
      color: #064067;
    }

    /* Ensure full width responsiveness */
    .new-search-maincontainer-small {
      background-color: #064067;
      padding: 20px;
      top: 100px;
      left: 20px;
      max-width: 600px;
      /* Limit the width */
      width: 90%;
      /* Responsive width, will be 90% of the screen size */
      margin: 20px auto;
      /* Center horizontally with margin */
      text-align: center;
      position: relative;
      box-sizing: border-box;
      /* Include padding in the element's total width and height */
    }

    /* Text inside the small container */
    .new-search-maincontainer-small p {
      font-size: 14px;
      color: #ffffff;
      margin-bottom: 10px;
    }

    /* Styling for the link */
    .rib-safari-link {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
      font-family: "avenir-medium";
    }

    .rib-safari-link:hover {
      text-decoration: underline;
    }

    /* Larger screens adjustment */
    @media (min-width: 1200px) {
      .rib-safari-link {
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
        font-family: "avenir-medium";
      }

      .new-search-maincontainer-small p {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px;
      }

      .new-search-maincontainer-small {
        max-width: 600px;
        position: relative;
        width: 100%;
        margin: 20px auto;
        /* Center it with automatic margins */
        padding: 30px;
        left: 20px;
      }
    }
  </style>
  <script>
    $(document).ready(function() {
      if ($("#newfrom").length > 0) {
        var currentdate = new Date();
        $("#newfrom").datepicker({
          dateFormat: "dd-mm-yy",
          changeMonth: true,
          changeYear: true,
          onSelect: function(selectedDate) {
            setTimeout(function() {
              $("#newto").focus().datepicker("show"); // Focus on "To" input field and show datepicker
            }, 50); // Set a 50 milliseconds delay before focusing on the "To" input field
            // Set the selected date to #newfrom input field
            $("#newfrom").val(selectedDate);
            // Update the span element with the selected date
            $(".new-new_date-checkin").html(selectedDate);
            // Set min date for #newto
            var minValue = $(this).val();
            minValue = $.datepicker.parseDate("dd-mm-yy", minValue);
            $("#newto").datepicker("option", "minDate", minValue);
            // Perform other actions if needed
            JR.Calculate.init();
            JR.inputvalidate.init();
          }
        });
        // Set current date to #newfrom input field
        $("#newfrom").datepicker("setDate", currentdate);
      }
    });
  </script>
  <div class="new_input new_datepicker new-search-input-container new-new_datepicker">
    <input type="text" class="datepicker new-newfrom hasDatepicker" id="newfrom" name="checkIn" placeholder="" readonly="true">
    <span class="new_text hidden">From</span>
    <span class="new_date new-new_date new-new_date-checkin">Check In</span>
    <span class="new_month hidden">Month</span>
  </div>
  <div class="new_input new_datepicker new-search-input-container new-new_datepicker">
    <input type="text" class="datepicker new-newto hasDatepicker" id="newto" name="checkOut" placeholder="" readonly="true">
    <span class="new_text hidden">From</span>
    <span class="new_date new-new_date new-new_date-checkout">Check Out</span>
    <span class="new_month hidden">Month</span>
  </div>
  <div class="dropme new_dropme new-search-input-container">
    <input type="text" class="hidden hidden-guest" name="sleepstext" readonly="true">
    <div class="selectric-wrapper selectric-dropdown-selectric selectric-dropdown-guest">
      <div class="selectric-hide-select"><select class="dropdown-selectric dropdown-guest" name="sleeps" tabindex="-1">
          <option value="">Guests</option>
          <option val="2 - 4">2 - 4</option>
          <option val="4 - 6">4 - 6</option>
          <option val="6 - 8">6 - 8</option>
          <option val="8 - 10">8 - 10</option>
          <option val="10 - 12">10 - 12</option>
          <option val="12 - 14">12 - 14</option>
          <option val="14+">14+</option>
        </select></div>
      <div class="selectric"><span class="label">Guests</span><b class="button">▾</b></div>
      <div class="selectric-items" tabindex="-1">
        <div class="selectric-scroll">
          <ul>
            <li data-index="0" class="selected">Guests</li>
            <li data-index="1" class="">2 - 4</li>
            <li data-index="2" class="">4 - 6</li>
            <li data-index="3" class="">6 - 8</li>
            <li data-index="4" class="">8 - 10</li>
            <li data-index="5" class="">10 - 12</li>
            <li data-index="6" class="">12 - 14</li>
            <li data-index="7" class="last">14+</li>
          </ul>
        </div>
      </div><input class="selectric-input" tabindex="0">
    </div>
  </div>
  <img class="new-search-icon" src="assets/img/search-icon.svg" alt="">
</form>

Text Content

Here at Pretty Greek Villas, we use cookies to provide you with a bespoke and
tailored online experience, whilst allowing us to measure the performance of our
website. By continuing to use this website, you are agreeing to Pretty Greek
Villas's placement and use of cookies described in our Cookie Policy. Learn More
DeclineAgree
 * Villas
 * Destinations
 * Promotions
 * What we do
 * Search
 * How to book
 * Booking Enquiry
 * Contact us
 * The RiB Safari



Location All destinations Aegina Alonissos Andros Angistri Antiparos Crete
Hidden Gems Hydra Kea Kefalonia Lefkada Mainland Greece Milos Mykonos Naxos
Paros Peloponnese Santorini Skopelos Spetses Tinos Zakynthos
Location▾
 * Location
 * All destinations
 * Aegina
 * Alonissos
 * Andros
 * Angistri
 * Antiparos
 * Crete
 * Hidden Gems
 * Hydra
 * Kea
 * Kefalonia
 * Lefkada
 * Mainland Greece
 * Milos
 * Mykonos
 * Naxos
 * Paros
 * Peloponnese
 * Santorini
 * Skopelos
 * Spetses
 * Tinos
 * Zakynthos

From Check In Month
From Check Out Month
Guests 2 - 4 4 - 6 6 - 8 8 - 10 10 - 12 12 - 14 14+
Guests▾
 * Guests
 * 2 - 4
 * 4 - 6
 * 6 - 8
 * 8 - 10
 * 10 - 12
 * 12 - 14
 * 14+

A new concept villa holiday in Greece - Welcome the RiB SafaRi

FIND OUT MORE
WE'LL FIND THAT
PERFECT VILLA FOR YOU
CALL TO DISCUSS
WHAT YOU WANT
OR WRITE TO US
AND WE'LL HELP YOU
PRICE MATCH
GUARANTEE


WHERE WOULD YOU LIKE TO GO?

Explore


KEFALONIA

Explore


SPETSES

Explore


PELOPONNESE

Explore


LEFKADA

Explore


KEFALONIA

Explore


SPETSES

Explore


PELOPONNESE

Explore


LEFKADA


CHOOSE YOUR DESTINATION


MILOS


MYKONOS


NAXOS


PAROS


PELOPONNESE


SANTORINI


SKOPELOS


SPETSES


TINOS


ZAKYNTHOS


AEGINA


ALONISSOS


ANDROS


ANGISTRI


ANTIPAROS


CRETE


HIDDEN GEMS


HYDRA


KEA


KEFALONIA


LEFKADA


MAINLAND GREECE


MILOS


MYKONOS


NAXOS


PAROS


PELOPONNESE


SANTORINI


SKOPELOS


SPETSES


TINOS


ZAKYNTHOS


AEGINA


ALONISSOS


ANDROS


ANGISTRI


ANTIPAROS


CRETE


HIDDEN GEMS


HYDRA


KEA


KEFALONIA


LEFKADA


MAINLAND GREECE


MILOS


MYKONOS


NAXOS


PAROS


PELOPONNESE


SANTORINI


SKOPELOS


SPETSES


TINOS


ZAKYNTHOS

Explore


CHIC AND CONTEMPORARY

Explore


TRADITIONAL AND CHARMING

Explore


ON THE EDGE OF THE SEA

Explore


FOLKS ON A BUDGET

Explore


CHIC AND CONTEMPORARY

Explore


TRADITIONAL AND CHARMING

Explore


ON THE EDGE OF THE SEA

Explore


FOLKS ON A BUDGET





ABOUT +

 * About us
 * Enquiry
 * Blog
 * Disclaimer


SUPPORT +

 * T & C
 * Faq
 * Manage your booking
 * Ελληνικά
 * Italia

©2024 pretty greek villas

 * About us
 * Enquiry
 * Blog
 * Code of Conduct
 * T & C
 * Faq
 * Manage your booking
 * Abtot
   
 * Italia


PrevNext
JanFebMarAprMayJunJulAugSepOctNovDec201420152016201720182019202020212022202320242025202620272028202920302031203220332034

SuMoTuWeThFrSa     123456789101112131415161718192021222324252627282930