{"id":2667,"date":"2026-02-14T18:03:56","date_gmt":"2026-02-14T18:03:56","guid":{"rendered":"https:\/\/fincaesmontreals.com\/home\/"},"modified":"2026-05-25T15:25:40","modified_gmt":"2026-05-25T15:25:40","slug":"home","status":"publish","type":"page","link":"https:\/\/fincaesmontreals.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2667\" class=\"elementor elementor-2667 elementor-1629\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45ad685 e-flex e-con-boxed e-con e-parent\" data-id=\"45ad685\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52f827c0 e-con-full e-flex e-con e-parent\" data-id=\"52f827c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-49a25484 e-con-full color-changing-text-section e-flex e-con e-child\" data-id=\"49a25484\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c7cd970 color-changing-text elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"7c7cd970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DO NOT DELETE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-399a6ce color-changing-text elementor-widget elementor-widget-heading\" data-id=\"399a6ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FINCA ES MONTREALS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44b1d450 elementor-widget elementor-widget-html\" data-id=\"44b1d450\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    .color-changing-text > * {\r\n        background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.2) 0%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n    }\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/gsap.min.js\"><\/script>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/ScrollTrigger.min.js\"><\/script>\r\n\r\n<script>\r\ngsap.registerPlugin(ScrollTrigger);\r\n\r\nconst section = document.querySelector('.color-changing-text-section');\r\nconst texts = document.querySelectorAll('.color-changing-text h2');\r\n\r\n\/\/ Initial setup\r\ntexts[0].style.webkitBackgroundClip = 'text';\r\ntexts[0].style.webkitTextFillColor = 'transparent';\r\ntexts[1].style.webkitBackgroundClip = 'text';\r\ntexts[1].style.webkitTextFillColor = 'transparent';\r\n\r\n\/\/ ScrollTrigger animation\r\ngsap.to(section, {\r\n    scrollTrigger: {\r\n        trigger: section,\r\n        start: 'top 80%',\r\n        end: '50% 50%',\r\n        scrub: true,\r\n        markers: false,\r\n        onUpdate: (self) => {\r\n            const progress = self.progress;\r\n\r\n            \/\/ Update first line visibility\r\n            if (progress <= 0.5) {\r\n                gsap.to(texts[0], {\r\n                    backgroundImage: `linear-gradient(90deg, #000 ${progress * 200}%, rgba(0, 0, 0, .2) 0%)`\r\n                });\r\n            }\r\n\r\n            \/\/ Update second line visibility after the first\r\n            if (progress > 0.5) {\r\n                const secondProgress = (progress - 0.5) * 2; \/\/ Scale second line's progress\r\n                gsap.to(texts[1], {\r\n                    backgroundImage: `linear-gradient(90deg, #000 ${secondProgress * 100}%, rgba(0, 0, 0, .2) 0%)`\r\n                });\r\n            }\r\n        }\r\n    }\r\n});\r\n<\/script>\r\n\r\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script>\r\n$(\".stickey_circle_wrap1\").each(function (index) {\r\n  let triggerElement = $(this);\r\n  let targetElement = $(\".circle2\");\r\n\r\n  let tl = gsap.timeline({\r\n    scrollTrigger: {\r\n      trigger: triggerElement,\r\n      start: \"top 100%\",\r\n      end: \"800px 100%\",\r\n      markers: false,\r\n      scrub: 1\r\n    }\r\n  });\r\n  tl.fromTo(targetElement, {\r\n      width: \"80%\",\r\n      height: \"100%\",\r\n      borderRadius: \"2em\"\r\n    },\r\n    {\r\n      width: \"100%\",\r\n      height: \"100%\",\r\n      borderRadius: \"0px\",\r\n      duration: 1\r\n    }\r\n  );\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1e2cf0 e-flex e-con-boxed e-con e-parent\" data-id=\"a1e2cf0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65d9474 elementor-widget elementor-widget-text-editor\" data-id=\"65d9474\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Finca Es Montreals is a traditional, detached holiday villa in Mallorca, set in the natural surroundings of S\u00f3ller, just 10 minutes from the town centre, with privileged panoramic views of the mountains.<\/p><p>A finca in S\u00f3ller that\u2019s ideal for enjoying the privacy of a stay with your own pool, discovering the island\u2019s most authentic spots such as Fornalutx or Port de S\u00f3ller, and hiking routes in the Serra de Tramuntana, recently declared a UNESCO World Heritage Site.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23debdb e-con-full e-flex e-con e-parent\" data-id=\"23debdb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e30cbd6 e-con-full e-flex e-con e-parent\" data-id=\"e30cbd6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24ef208 premium-adv-carousel__infinite premium-adv-carousel__horizontal elementor-widget elementor-widget-premium-media-wheel\" data-id=\"24ef208\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-media-wheel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"premium-adv-carousel-no-lightbox premium-adv-carousel__container\" data-settings=\"{&quot;type&quot;:&quot;infinite&quot;,&quot;scroll&quot;:false,&quot;speed&quot;:80,&quot;pauseOnHover&quot;:false,&quot;dir&quot;:&quot;horizontal&quot;,&quot;reverse&quot;:&quot;normal&quot;,&quot;renderEvent&quot;:&quot;scroll&quot;}\">\n\n\t\t\t<div style=\"visibility:hidden;\" class=\"premium-adv-carousel__inner-container\">\n\n\t\t\t\t<div class=\"premium-adv-carousel__items\">\n\n\t\t\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-8bf2620 premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_029.jpg\" alt=\"CASARURAL_029\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-9520aa6 premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_020.jpg\" alt=\"CASARURAL_020\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-18dcf82 premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_032.jpg\" alt=\"CASARURAL_032\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-3cc21ca premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_011.jpg\" alt=\"CASARURAL_011\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-44ca48c premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_022.jpg\" alt=\"CASARURAL_022\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-264682c premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_015.jpg\" alt=\"CASARURAL_015\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"premium-adv-carousel__item-outer-wrapper\">\n\t\t\t\t<div class=\"elementor-repeater-item-2c53695 premium-adv-carousel__item premium-adv-carousel__item-image\">\n\t\t\t\t\t<div class=\"premium-adv-carousel__media-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fincaesmontreals.com\/wp-content\/uploads\/2026\/02\/CASARURAL_07.jpg\" alt=\"CASARURAL_07\" class=\"premium-adv-carousel__item-img \">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac60d87 e-flex e-con-boxed e-con e-parent\" data-id=\"ac60d87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32acc26 elementor-widget elementor-widget-html\" data-id=\"32acc26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Google Font: Abhaya Libre -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Abhaya+Libre:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n.finca-tags-container {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    padding: 20px 0;\r\n    max-width: 1000px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.finca-tag {\r\n    display: flex;\r\n    align-items: center;\r\n    background-color: #ffffff;\r\n    border: 1px solid #e0e0e0;\r\n    border-radius: 50px;\r\n    padding: 8px 18px;\r\n    font-size: 20px;\r\n    font-family: 'Abhaya Libre', serif;\r\n    font-weight: 500;\r\n    color: #333;\r\n    transition: all 0.3s ease;\r\n}\r\n\r\n.finca-tag:hover {\r\n    border-color: #a5a5a5;\r\n    background-color: #f9f9f9;\r\n    transform: translateY(-2px);\r\n}\r\n\r\n.finca-tag i {\r\n    margin-right: 8px;\r\n    font-size: 14px;\r\n    color: #555;\r\n}\r\n<\/style>\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\r\n\r\n<div class=\"finca-tags-container\">\r\n    <div class=\"finca-tag\"><i class=\"fas fa-infinity\"><\/i> Infinity pool<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-mountain\"><\/i> Mountain views<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-car\"><\/i> Free parking<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-bed\"><\/i> 3 Bedrooms<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-utensils\"><\/i> Fully equipped kitchen<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-thermometer-half\"><\/i> Air conditioning<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-sun\"><\/i> Private terrace<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-wind\"><\/i> Absolute tranquility<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-broom\"><\/i> Cleaning service<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-shopping-basket\"><\/i> Grocery shopping service<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-wifi\"><\/i> Free WiFi<\/div>\r\n    <div class=\"finca-tag\"><i class=\"fas fa-clock\"><\/i> 10 min from S\u00f3ller<\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90d86fd elementor-widget elementor-widget-text-editor\" data-id=\"90d86fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our finca isn\u2019t just accommodation; it\u2019s a stone-and-light retreat designed for those seeking the purest essence of Mallorca.<\/p><p>Here, time is measured by the movement of the clouds over the Sierra de Tramuntana and the scent of orange blossom rising from the valley.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51342ff5 e-con-full e-flex e-con e-parent\" data-id=\"51342ff5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-77b6fb94 e-con-full e-flex e-con e-child\" data-id=\"77b6fb94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b76cced e-con-full e-flex e-con e-child\" data-id=\"b76cced\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62c0aef5 elementor-align-left elementor-tablet-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"62c0aef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fincaesmontreals.com\/la-finca\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DISCOVER OUR RETREAT<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75def6e9 e-con-full e-flex e-con e-child\" data-id=\"75def6e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DO NOT DELETE FINCA ES MONTREALS Finca Es Montreals is a traditional, detached holiday villa in Mallorca, set in the natural surroundings of S\u00f3ller, just 10 minutes from the town centre, with privileged panoramic views of the mountains. A finca in S\u00f3ller that\u2019s ideal for enjoying the privacy of a stay with your own pool, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2589,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2667","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/pages\/2667","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/comments?post=2667"}],"version-history":[{"count":4,"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/pages\/2667\/revisions"}],"predecessor-version":[{"id":2804,"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/pages\/2667\/revisions\/2804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/media\/2589"}],"wp:attachment":[{"href":"https:\/\/fincaesmontreals.com\/en\/wp-json\/wp\/v2\/media?parent=2667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}