About the property
Timeless Oasis: Escape to Nature’s Serenity
Imagine stepping away from the hustle and bustle of modern life and immersing yourself in a world that feels like a thousand years ago. Our stunning 3-bedroom estate, set on 10 acres of pristine land, offers the perfect retreat for those seeking solitude, adventure, or a chance to reconnect with nature.
A Haven of Peace and Tranquility
This luxurious haven accommodates up to 8 guests, providing ample space for families, friends, or colleagues to relax and unwind. The property’s rustic charm and natural beauty transport you to a simpler time, where the only sounds you’ll hear are the songs of birds and the rustling of leaves.
Amenities and Activities
– Large Pool: Enjoy refreshing dips and sun-kissed afternoons by the pool, surrounded by breathtaking views of the surrounding landscape.
– Hot Tub: Unwind under the stars in our relaxing hot tub, perfect for soothing muscles and calming the mind.
– 10 Acres of Land: Explore nature trails, have a picnic, or simply bask in the serenity of the great outdoors.
– 3 Spacious Bedrooms: Retreat to your cozy bedroom, complete with comfortable furnishings and all the amenities you need for a restful stay.
Perfect for:
– Family Reunions: Create lasting memories with your loved ones in a setting that’s both relaxing and adventurous.
– Friend Getaways: Reconnect with friends over laughter, good food, and shared experiences in a stunning natural setting.
– Corporate Retreats: Find inspiration and focus in a peaceful environment that’s far removed from the distractions of daily life.
– Business Meetings: Combine productivity with relaxation in our beautiful and secluded estate.
Book Your Stay
Escape to our Timeless Oasis and experience the beauty of a simpler era. Book your stay today and rediscover the joys of nature, relaxation, and quality time with loved ones.
Sleeping Arrangements
Amenities
Book Nature’s Nest
Chester
const booking_form = document.querySelector('.property--booking-form');
const book_now_btn = document.querySelector('.property--book-now');
if (booking_form) {
book_now_btn.addEventListener('click', (e) => {
const notice = booking_form.querySelector('.notice');
notice.style.display = 'none';
e.preventDefault();
if (booking_form.reportValidity()) {
book_now_btn.classList.add('submitting');
book_now_btn.disabled = true;
let data = new FormData(booking_form);
data.append('action', 'submit_booking_form');
data.append('property_id', destiny_obj.property_id);
data.append('room_id', destiny_obj.room_id);
data.append('nonce', destiny_obj.nonce);
let jsonObject = {};
data.forEach((value, key) => {
jsonObject[key] = value;
});
jQuery.post(destiny_obj.ajax_url, jsonObject, function (response, code) {
console.log(response)
book_now_btn.disabled = true;
book_now_btn.classList.remove('submitting');
console.log(code === 'success' && response.data && response.data.status && response.data.message);
console.log(response.data.message);
if (code === 'success' && response.data && response.data.status && response.data.message) {
booking_form.reset();
notice.innerHTML = response.data.message;
notice.style.display = 'block';
} else {
if(response.data.code && response.data.code === 666 && response.data.message){
alert(`Weekend reservations require at least 3 nights. Change your dates to proceed with booking..`);
}else if(response.data.message) {
alert(response.data.message);
}else{
alert("Sorry!, There is some issue while creating your booking please try again latter!");
}
}
});
} else {
}
});
}Similar properties
Similar listings explore other properties you might like.































