fdew.ouhgfgfhg.cloudns.biz
Open in
urlscan Pro
172.67.149.129
Public Scan
URL:
https://fdew.ouhgfgfhg.cloudns.biz/
Submission: On March 30 via api from US — Scanned from US
Submission: On March 30 via api from US — Scanned from US
Form analysis
1 forms found in the DOM<form id="getFreeTripPlanModal" tabindex="-1" role="dialog" aria-labelledby="getFreeTripPlanModalLabel" aria-hidden="true" class="modal fade"><input name="enq_referrer" type="hidden"><input name="enq_page_url" type="hidden"><input
name="enq_from_mobile" type="hidden" value="true">
<div role="document" class="modal-dialog modal-md">
<div class="modal-content">
<div class="modal-header bg-main-dark text-light">
<div class="pl-2">
<h4 id="getFreeTripPlanModalLabel" class="modal-title">Get Your Custom Trip Plan</h4>
</div><button type="button" data-dismiss="modal" aria-label="Close" class="close"><span aria-hidden="true" class="text-light">×</span></button>
</div>
<div class="modal-body step step-1" style="display: block;">
<div class="p-2">
<div class="row">
<div class="col">
<div class="form-group">
<div class="dropdown bootstrap-select show-tick" style="width: 100%;"><select name="Destinations" data-width="100%" multiple="" title="Where would you like to go?" required="" class="selectpicker" tabindex="-98">
<option>Albania</option>
<option>Austria</option>
<option>Belgium</option>
<option>Bosnia-Herzegovina</option>
<option>Bulgaria</option>
<option>Croatia</option>
<option>Czech Republic</option>
<option>Estonia</option>
<option>Finland</option>
<option>France</option>
<option>Germany</option>
<option>Greece</option>
<option>Hungary</option>
<option>Italy</option>
<option>Kosovo</option>
<option>Latvia</option>
<option>Lithuania</option>
<option>Luxembourg</option>
<option>Malta</option>
<option>Moldova</option>
<option>Montenegro</option>
<option>Netherlands</option>
<option>North Macedonia</option>
<option>Poland</option>
<option>Portugal</option>
<option>Romania</option>
<option>Serbia</option>
<option>Slovakia</option>
<option>Slovenia</option>
<option>Spain</option>
<option>Switzerland</option>
<option>Turkey</option>
<option>Ukraine</option>
</select><button type="button" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-4" aria-haspopup="listbox" aria-expanded="false" title="Where would you like to go?">
<div class="filter-option">
<div class="filter-option-inner">
<div class="filter-option-inner-inner">Where would you like to go?</div>
</div>
</div>
</button>
<div class="dropdown-menu ">
<div class="inner show" role="listbox" id="bs-select-4" tabindex="-1" aria-multiselectable="true">
<ul class="dropdown-menu inner show" role="presentation"></ul>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown bootstrap-select" style="width: 100%;"><select name="Month" data-width="100%" title="When?" required="" class="selectpicker" tabindex="-98">
<option class="bs-title-option" value=""></option>
<option>March</option>
<option>April</option>
<option>May</option>
<option>June</option>
<option>July</option>
<option>August</option>
<option>September</option>
<option>October</option>
<option>November</option>
<option>December</option>
<option>January</option>
<option>February</option>
</select><button type="button" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-5" aria-haspopup="listbox" aria-expanded="false" title="When?">
<div class="filter-option">
<div class="filter-option-inner">
<div class="filter-option-inner-inner">When?</div>
</div>
</div>
</button>
<div class="dropdown-menu ">
<div class="inner show" role="listbox" id="bs-select-5" tabindex="-1">
<ul class="dropdown-menu inner show" role="presentation"></ul>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown bootstrap-select" style="width: 100%;"><select name="Pax" data-width="100%" title="No. of travelers?" required="" class="selectpicker" tabindex="-98">
<option class="bs-title-option" value=""></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10+</option>
</select><button type="button" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-6" aria-haspopup="listbox" aria-expanded="false" title="No. of travelers?">
<div class="filter-option">
<div class="filter-option-inner">
<div class="filter-option-inner-inner">No. of travelers?</div>
</div>
</div>
</button>
<div class="dropdown-menu ">
<div class="inner show" role="listbox" id="bs-select-6" tabindex="-1">
<ul class="dropdown-menu inner show" role="presentation"></ul>
</div>
</div>
</div>
</div>
<div class="form-group"><input id="enq_name" type="text" placeholder="Your Name" name="From" required="" value="" class="form-control"></div>
<div class="form-group"><input id="enq_email" type="email" placeholder="Email Address" name="Email" required="" value="" class="form-control"></div>
<div class="form-group"><input id="enq_phone" type="text" placeholder="Phone Number (optional)" name="Phone" class="form-control"></div>
<div class="form-group"><textarea id="gftpNotes" rows="6" name="Vacation ideas, destinations and specific needs"
placeholder="Please tell us more about yourself, your vacation ideas, any specific places you are interested in visiting and any mobility issues you may have." class="form-control"></textarea></div>
</div>
</div>
</div>
</div>
<div class="modal-body step step-sending" style="display: none;">
<div class="d-flex justify-content-center align-items-center h-100">
<style>
svg#waiting {
animation: 2s linear infinite svg-animation;
max-height: 90px;
}
@keyframes svg-animation {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(360deg)
}
}
svg#waiting circle {
animation: 1.4s ease-in-out infinite both circle-animation;
display: block;
fill: transparent;
stroke: #ddd;
stroke-linecap: round;
stroke-dasharray: 283;
stroke-dashoffset: 280;
stroke-width: 4px;
transform-origin: 50% 50%;
}
@keyframes circle-animation {
0%,
25% {
stroke-dashoffset: 280;
transform: rotate(0);
}
50%,
75% {
stroke-dashoffset: 75;
transform: rotate(45deg);
}
100% {
stroke-dashoffset: 280;
transform: rotate(360deg);
}
}
</style><svg id="waiting" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="45"></circle>
</svg>
</div>
</div>
<div class="modal-body step step-thanks" style="display: none;">
<div class="p-4">
<div class="row">
<div class="col-12">
<h3>Thank you!</h3>
<p>Thank you for providing these details. One of our expert travel advisors will be in touch soon to confirm a few more details so we can start preparing the perfect trip plan for you.</p>
</div>
</div>
</div>
</div>
<div class="modal-body step step-error" style="display: none;">
<div class="p-4">
<div class="row">
<div class="col-12">
<h3>Ooops!?</h3>
<p>Something went wrong at our end, please try again in a moment.</p>
</div>
</div>
</div>
</div>
<div class="modal-footer justify-content-between"><button type="button" data-dismiss="modal" class="btn btn-secondary mr-2">Close</button><button type="submit" data-step="1" class="btn btn-success step-1" style="display: block;">Get Custom Trip
Plan</button></div>
</div>
</div>
</form>
Text Content
1 800 344 5785 * Destinations Albania Austria Belgium Bosnia-Herzegovina Bulgaria Croatia Czech Republic Estonia Finland France Germany Greece Hungary Italy Kosovo Latvia Lithuania Luxembourg Malta Moldova Montenegro Netherlands North Macedonia Poland Portugal Romania Serbia Slovakia Slovenia Spain Switzerland Turkey Ukraine All Our Destinations * Trip Ideas * Itineraries * Themes LocalHistoryActiveFood & DrinkJewish HeritageUNESCOLuxuryArt & CulturePhotographyHoneymoon & RomanceFamily HeritagePrivate Groups * about about uswhat we doreviewsblogFAQcontact Custom Trip Plan Destinations -------------------------------------------------------------------------------- Trip Ideas -------------------------------------------------------------------------------- Itineraries -------------------------------------------------------------------------------- Themes -------------------------------------------------------------------------------- About Us -------------------------------------------------------------------------------- 1 800 344 5785 -------------------------------------------------------------------------------- Back -------------------------------------------------------------------------------- All Destination Countries -------------------------------------------------------------------------------- Albania -------------------------------------------------------------------------------- Austria -------------------------------------------------------------------------------- Belgium -------------------------------------------------------------------------------- Bosnia-Herzegovina -------------------------------------------------------------------------------- Bulgaria -------------------------------------------------------------------------------- Croatia -------------------------------------------------------------------------------- Czech Republic -------------------------------------------------------------------------------- Estonia -------------------------------------------------------------------------------- Finland -------------------------------------------------------------------------------- France -------------------------------------------------------------------------------- Germany -------------------------------------------------------------------------------- Greece -------------------------------------------------------------------------------- Hungary -------------------------------------------------------------------------------- Italy -------------------------------------------------------------------------------- Kosovo -------------------------------------------------------------------------------- Latvia -------------------------------------------------------------------------------- Lithuania -------------------------------------------------------------------------------- Luxembourg -------------------------------------------------------------------------------- Malta -------------------------------------------------------------------------------- Moldova -------------------------------------------------------------------------------- Montenegro -------------------------------------------------------------------------------- Netherlands -------------------------------------------------------------------------------- North Macedonia -------------------------------------------------------------------------------- Poland -------------------------------------------------------------------------------- Portugal -------------------------------------------------------------------------------- Romania -------------------------------------------------------------------------------- Serbia -------------------------------------------------------------------------------- Slovakia -------------------------------------------------------------------------------- Slovenia -------------------------------------------------------------------------------- Spain -------------------------------------------------------------------------------- Switzerland -------------------------------------------------------------------------------- Turkey -------------------------------------------------------------------------------- Ukraine -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Back -------------------------------------------------------------------------------- JayWay Vacation Experiences -------------------------------------------------------------------------------- Local -------------------------------------------------------------------------------- History -------------------------------------------------------------------------------- Active -------------------------------------------------------------------------------- Food & Drink -------------------------------------------------------------------------------- Jewish Heritage -------------------------------------------------------------------------------- UNESCO -------------------------------------------------------------------------------- Luxury -------------------------------------------------------------------------------- Art & Culture -------------------------------------------------------------------------------- Photography -------------------------------------------------------------------------------- Honeymoon & Romance -------------------------------------------------------------------------------- Family Heritage -------------------------------------------------------------------------------- Private Groups -------------------------------------------------------------------------------- Back -------------------------------------------------------------------------------- About Us -------------------------------------------------------------------------------- Reviews -------------------------------------------------------------------------------- What We Do -------------------------------------------------------------------------------- Blog -------------------------------------------------------------------------------- FAQ -------------------------------------------------------------------------------- Contact Custom Europe Tours Since 2006 AlbaniaAustriaBelgiumBosnia-HerzegovinaBulgariaCroatiaCzech RepublicEstoniaFinlandFranceGermanyGreeceHungaryItalyKosovoLatviaLithuaniaLuxembourgMaltaMoldovaMontenegroNetherlandsNorth MacedoniaPolandPortugalRomaniaSerbiaSlovakiaSloveniaSpainSwitzerlandTurkeyUkraine Where would you like to go? MarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberJanuaryFebruary When? 12345678910+ No. of travelers? Get Started Get Custom Trip Plan Discover the JayWay Difference -------------------------------------------------------------------------------- PLANNED JUST FOR YOU Your itinerary is customized with your preferred dates, interests, and travel style. You’ll save days of hassle and make the most of your precious vacation time. CAREFREE START TO FINISH We handle all the details and book everything for you. Relax with the confidence that we’ll take great care of you. All you need to do is show up and enjoy. YOUR FRIEND IN EUROPE You’ll have a dedicated local contact who will be in touch before your arrival. They’ll also meet you on your trip and be available by phone throughout. YOUR BEST TRIP EVER Not only will your trip be personalized for you by our skilled travel advisors and supported by our local experts on-the-ground in Europe, because we’ve handpicked the top hotels, know the guides personally, and tested the best local experiences and restaurants you will enjoy a stress-free custom tour that you will remember forever. Popular Europe Trip Ideas READY FOR THE VACATION OF A LIFETIME? 4.9 / 5 Average of our Guests' Ratings of our custom tour packages. Based on 508 reviews Nice to have someone arrange all of the details for a vacation trip particularly in a country you're not familiar with and propose a variety of excursions and other points of interest. - Eric & Catherine, Rhode Island I just had to tell them my travel dates, cities and points of interest and they ran with it. They do all the heavy lifting. - Jennifer, New York They took the worry out of the trip details and allowed us to focus on the joy of travel. - Joseph & Richard, New York More Reviews Customize Your Trip With Unique and Memorable Experiences CUSTOM EUROPE TOUR PACKAGES We are a boutique tour operator specializing in custom tours to Europe since 2006. We have helped thousands of travelers enjoy seamless vacations with complete peace of mind. Imagine a multi-city European tour designed with your preferences in mind that runs like clockwork. You specify the dates, places you want to see, type of accommodations, and your interests. Our US-based travel advisors in conjunction with our European staff will prepare your tailored itinerary. We'll make any adjustments necessary until you're completely happy. You leave the hard work of the logistics and arrangements to us. WE SPECIALIZE IN SEMI-INDEPENDENT TRAVEL IN EUROPE Semi-independent private travel gives you a planned, structured trip with plenty of freedom. You get more independence than a group tour and a much lower price than a fully escorted private tour. You can leave days open to play it by ear or have us arrange every day in detail. We can include tours with expert guides, classes with locals, and a range of unique experiences. Traveling independently means having to fix problems yourself. Traveling with us you'll have a designated JayWay team member in Europe available by email and phone. They will make sure your trip goes off without a hitch and you go home with fond memories of your time in Europe. COME BACK AGAIN, AND AGAIN Our first-time guests often comment "Why haven't I been traveling this way before?" and "Where can we go next year with you?" We've grown to be one of the best European tour companies for people looking to get the most out of their limited vacation time. We add new destinations every year so our guests always have somewhere new to discover. And when they do, we treat them like family. LATEST FROM THE JAYWAY TRAVEL BLOG Where To Travel in Europe in 2024 12 Differences Between American and European Hotels Foreign Influences on Croatian Food Visit our blog JayWay Travel Inc. US Toll-free +1 800 344 5785 US Telephone +1 914 500 8912 info@jaywaytravel.com Payment cards accepted: Useful Information Blog Contact Press FAQ Jobs Accreditations Insurance Privacy policy Terms & conditions For Travel Agents Guest Page Login © 2024 JayWay Travel Inc. | CST #2158370-40. Registration as a seller of travel does not constitute approval by the State of California. GET YOUR CUSTOM TRIP PLAN × AlbaniaAustriaBelgiumBosnia-HerzegovinaBulgariaCroatiaCzech RepublicEstoniaFinlandFranceGermanyGreeceHungaryItalyKosovoLatviaLithuaniaLuxembourgMaltaMoldovaMontenegroNetherlandsNorth MacedoniaPolandPortugalRomaniaSerbiaSlovakiaSloveniaSpainSwitzerlandTurkeyUkraine Where would you like to go? MarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberJanuaryFebruary When? 12345678910+ No. of travelers? THANK YOU! Thank you for providing these details. One of our expert travel advisors will be in touch soon to confirm a few more details so we can start preparing the perfect trip plan for you. OOOPS!? Something went wrong at our end, please try again in a moment. CloseGet Custom Trip Plan Go To Top