body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:50%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.fav-icon{border-radius:50%}.hero{align-items:center;background-size:cover;color:#fff;display:flex;flex-direction:column;height:700px;justify-content:center;position:relative;text-align:center}.hero .image-wrapper{height:60vw;left:0;overflow:hidden;position:absolute;top:0;width:100vw;z-index:-1}.hero .background{height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.hero .fade-in{opacity:1}.hero .fade-out{opacity:0}.hero .heroText{left:50%;position:absolute;text-align:center;top:65%;transform:translate(-50%,-50%)}@media(max-width:1281px){.hero{height:400px}.hero .background{margin-top:-30px}.hero .heroText{margin-top:-60px}.hero .heroText h1{font-size:2.5em}.hero .heroText p{font-size:1.2em}}@media(max-width:1025px){.hero{height:400px}.hero .background{margin-top:-30px}.hero .heroText{margin-top:-100px}.hero .heroText h1{font-size:2.5em}.hero .heroText p{font-size:1.2em}}@media(max-width:821px){.hero{height:400px}.hero .background{margin-top:-30px}.hero .heroText{margin-top:-130px}.hero .heroText h1{font-size:2.5em}.hero .heroText p{font-size:1.2em}}@media(max-width:769px){.hero .background{margin-top:0}.hero .heroText{margin-top:-130px}.hero .heroText h1{font-size:2.5em}.hero .heroText p{font-size:1.2em}}@media(max-width:767px){.hero{height:400px}.hero .background{margin-top:90px}.hero .image-wrapper{height:1050px;margin-top:-115px}.hero .heroText{margin-top:-60px}.hero .white-logo{height:250px;margin-top:550px;width:250px}}@media(max-width:411px){.hero{height:350px}.hero .background{height:80%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .heroText{margin-top:-35px}.hero .heroText h1{font-size:2em}.hero .heroText p{font-size:1em}}@media(max-width:390px){.hero .background{height:90%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .heroText{margin-top:-50px}.hero .heroText h1{font-size:1.8em}.hero .heroText p{font-size:.9em}}@media(max-width:375px){.hero .background{height:80%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .heroText{margin-top:-50px}.hero .heroText h1{font-size:1.8em}.hero .heroText p{font-size:.9em}}@media(max-width:344px){.hero .background{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .heroText{margin-top:-50px}.hero .heroText h1{font-size:1.8em}.hero .heroText p{font-size:.9em}}@media(max-width:320px){.hero{height:250px}.hero .background{height:100vw}.hero .heroText h1{font-size:1.5em}.hero .heroText p{font-size:.8em}}@media(min-width:768px)and (max-width:991px){.hero{height:600px}.hero .white-logo{height:300px;width:300px}.hero .background{height:60vw}.hero .heroText h1{font-size:2.8em}.hero .heroText p{font-size:1.4em}}@media(min-width:992px)and (max-width:1199px){.hero{height:650px}.hero .background{height:60vw}.hero .heroText h1{font-size:3em}.hero .heroText p{font-size:1.5em}}@media(min-width:1200px){.hero{height:700px}.hero .background{height:60vw}.hero .heroText h1{font-size:3.2em}.hero .heroText p{font-size:1.6em}}.header{background-color:#0000;box-shadow:none;height:120px;left:0;margin-top:0;padding:10px 20px;position:fixed;top:0;transition:background-color .3s,box-shadow .3s;transition:height .75s cubic-bezier(.76,.09,.215,1);z-index:102}.header,.header .header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.header .logo_img{display:none;height:170px;width:170px}.header .nav-toggle{cursor:pointer;display:flex;flex-direction:column;margin-right:100px;z-index:103}.header .nav-toggle .bar{background-color:#fff;height:3px;margin:4px 0;transition:.4s;width:25px}.header .nav-toggle.open .bar:first-child{transform:rotate(-45deg) translate(-5px,5px)}.header .nav-toggle.open .bar:nth-child(2){opacity:0}.header .nav-toggle.open .bar:nth-child(3){transform:rotate(45deg) translate(-10px,-10px)}.header.scrolled{background-color:#fff;box-shadow:0 4px 6px #0000001a;margin-top:0}.header.scrolled .logo_img{display:flex;filter:invert(1);margin-left:-90px}.header.scrolled .language-switcher{filter:invert(1)}.header.scrolled .nav-toggle{margin-left:-50px;margin-right:53px}.header.scrolled .bar{background-color:#000}.fullscreen-menu{align-items:center;background-color:#000000e6;display:flex;height:100vh;justify-content:center;position:fixed;right:-100vw;top:0;transition:right .5s ease;width:30vw;z-index:101}.fullscreen-menu ul{list-style:none;text-align:center}.fullscreen-menu ul li{margin:20px 0}.fullscreen-menu ul li a{color:#fff;cursor:pointer;font-size:24px;text-decoration:none;transition:color .3s}.fullscreen-menu ul .bookButton{background:#00695c;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-decoration:none}.fullscreen-menu.open{right:0}@media(max-width:767px){.nav-toggle{margin-left:-550px;margin-right:0}.nav{align-items:center;background-color:#00695c;display:flex;flex-direction:column;max-height:0;overflow:hidden;position:absolute;right:0;top:18vw;transition:max-height .3s ease-in-out;width:100%;z-index:1000}.nav.open{max-height:300px}.nav ul{align-items:center;flex-direction:column;margin-left:-25px}.nav ul li{margin:10px 0}.nav ul .bookButton{text-align:center;width:80%}.fullscreen-menu{width:100vw}.logo_img{display:none}}.nav-toggle{display:flex;margin-left:250px}.logo{margin-right:auto}.logo_img{display:none}@media(max-width:540px){.nav{top:16vw}.nav ul{margin-left:-20px}.logo{font-size:18px}}@media(max-width:431px){.nav{top:20vw}.nav ul{margin-left:-20px}.logo{font-size:18px}}@media(max-width:414px){.nav-toggle{margin-left:100px}.nav{top:16vw}.nav ul{margin-left:-20px}.logo{font-size:18px}.logo_img{height:50px;width:50px}}@media(max-width:375px){.nav-toggle{margin-left:100px}.nav{top:16vw}.nav ul{margin-left:-20px}.logo{font-size:16px}.logo_img{height:40px;width:40px}}@media(max-width:320px){.logo{font-size:14px}.logo_img{height:35px;width:35px}}@media(min-width:768px)and (max-width:991px){.nav ul{flex-direction:row}.nav ul li{margin:10px 20px}.nav ul .bookButton{width:auto}}@media(min-width:992px)and (max-width:1199px){.header{padding:14px 30px}.nav ul li{margin:0 15px}}.language-switcher{display:flex;gap:10px}.language-switcher span{color:#fff}.language-switcher button{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;padding:5px 10px;transition:background-color .3s ease}.language-switcher button:hover{background-color:#fff3}.about{margin-top:80px;padding:60px 20px;text-align:center}.about h2{color:#00695c;font-size:32px;margin-bottom:50px}.about .content{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;padding:3rem}.about .content .text-container{flex:1 1;margin-right:20px;margin-top:120px;text-align:left}.about .content .video-container{flex:1 1;text-align:center}.about .content h6{color:#00695c;font-size:24px;margin-bottom:80px}.about .content p{font-size:18px;margin-bottom:20px;text-align:justify}.about .content video{height:auto;max-width:850px;width:50%}@media(max-width:1281px){.about .content{align-items:center;flex-direction:column}.about .content .text-container{margin-bottom:20px;margin-right:0}.about .content .video-container{margin-bottom:20px}.about .content h6{margin-bottom:40px;text-align:center}.about .content p{font-size:16px}}@media(max-width:1025px){.about .content{align-items:center;flex-direction:column}.about .content .text-container{margin-bottom:20px;margin-right:0}.about .content .video-container{margin-bottom:20px}.about .content h6{margin-bottom:40px;text-align:center}.about .content p{font-size:16px}}@media(max-width:991px){.about .content{align-items:center;flex-direction:column}.about .content .text-container{margin-bottom:20px;margin-right:0}.about .content .video-container{margin-bottom:20px}.about .content h6{margin-bottom:40px;text-align:center}.about .content p{font-size:16px}}@media(max-width:767px){.about{margin-top:40px;padding:40px 10px}.about h2{font-size:28px;margin-bottom:30px}.about .content{flex-direction:column;padding:1rem}.about .content .text-container{margin-bottom:20px;margin-right:0}.about .content .video-container{margin-bottom:20px}.about .content h6{font-size:20px;margin-bottom:30px;text-align:center}.about .content p{font-size:14px}.about .content video{height:auto;max-width:100%}}@media(max-width:431px){.about{margin-top:20px;padding:0}.about h2{font-size:24px;margin-bottom:20px}.about .content .text-container,.about .content .video-container{margin-bottom:15px}.about .content h6{font-size:18px;margin-bottom:20px}.about .content p{font-size:12px}.about .content video{height:auto;max-width:100%}}@media(max-width:415px){.about{margin-top:20px;padding:0}.about h2{font-size:24px;margin-bottom:20px}.about .content .text-container,.about .content .video-container{margin-bottom:15px}.about .content h6{font-size:18px;margin-bottom:20px}.about .content p{font-size:12px}.about .content video{height:auto;max-width:100%}}@media(max-width:375px){.about{margin-top:40px;padding:0}.about .about{padding:1rem}.about h2{font-size:24px;margin-bottom:20px}.about .content .text-container,.about .content .video-container{margin-bottom:15px}.about .content h6{font-size:18px;margin-bottom:20px}.about .content p{font-size:12px}.about .content video{height:auto;max-width:100%}}.amenities{padding:60px 20px;text-align:center}.amenities h2{color:#00695c;font-size:32px;margin-bottom:20px}.amenities .amenitiesList{display:flex;flex-wrap:wrap;justify-content:center}.amenities .amenitiesList .amenity{flex-basis:calc(33.333% - 40px);flex-grow:1;flex-shrink:1;margin:20px;max-width:calc(33.333% - 40px);text-align:center}.amenities .amenitiesList .amenity i{color:#00695c;font-size:36px}.amenities .amenitiesList .amenity p{font-size:18px;margin-top:10px}.fa-icon{color:#00695c;height:70px;padding-top:10px;width:70px}.contact{background-color:#f5f5f5;padding:60px 20px;text-align:center}.contact h2,.contact h3{color:#00695c;font-size:32px;margin-bottom:20px}.contact .mapContainer{margin:0 auto;max-width:800px;position:relative;width:100%}.contact .mapContainer img{border-radius:10px;margin-left:-350px;width:1500px}.contact .mapContainer .error-message{color:red;font-size:.875rem;margin-top:.25rem}.contact .mapContainer .contactForm{align-items:center;background:#ffffff80;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:100%;max-width:500px;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.contact .mapContainer .contactForm input,.contact .mapContainer .contactForm textarea{background:#ffffff80;border:1px solid #ddd;border-radius:5px;color:#333;font-size:16px;margin:10px 0;padding:10px;width:100%}.contact .mapContainer .contactForm input::placeholder,.contact .mapContainer .contactForm textarea::placeholder{color:#666}.contact .mapContainer .contactForm button{background-color:#00695c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.contact .mapContainer .contactForm button:hover{background-color:#004d40}@media(max-width:1281px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto 0 -200px;width:1200px}.contact .mapContainer .contactForm{align-items:center;background:#ffffff80;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:90%;max-width:350px;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}}@media(max-width:1025px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto 0 -100px;width:1000px}.contact .mapContainer .contactForm{align-items:center;background:#ffffff80;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:80%;max-width:250px;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}}@media(max-width:854px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto;max-width:1500px;width:100%}.contact .mapContainer .contactForm{align-items:center;background:#fffc;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;margin-left:-30vw;margin-top:25vw;max-width:500px;padding:20px;position:relative;width:82vw}}@media(max-width:821px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto;max-width:1500px;width:100%}.contact .mapContainer .contactForm{align-items:center;background:#fffc;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;margin-bottom:-100px;margin-left:-30vw;margin-top:25vw;max-width:500px;padding:20px;position:relative;width:82vw}}@media(max-width:769px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto;max-width:1500px;width:100%}.contact .mapContainer .contactForm{align-items:center;background:#fffc;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;margin-bottom:-100px;margin-left:-30vw;margin-top:25vw;max-width:500px;padding:20px;position:relative;width:82vw}}@media(max-width:767px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto;max-width:1500px;width:100%}.contact .mapContainer .contactForm{align-items:center;background:#fffc;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;margin-bottom:-100px;margin-left:-30vw;margin-top:25vw;max-width:500px;padding:20px;position:relative;width:82vw}}@media(max-width:680px){.contact .mapContainer img{border-radius:10px;display:block;margin:0 auto;max-width:1500px;width:100%}.contact .mapContainer .contactForm{align-items:center;background:#fffc;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;margin-bottom:-100px;margin-left:-30vw;margin-top:30vw;max-width:500px;padding:20px;position:relative;width:82vw}}@media(max-width:540px){.contact .contact{margin-bottom:50px}.contact .mapContainer .contactForm{margin-left:-150px;margin-top:180px;padding:20px;width:85vw}}@media(max-width:500px){.contact .contact{margin-bottom:50px}.contact .mapContainer .contactForm{margin-left:-135px;margin-top:180px;padding:20px;width:80vw}}@media(max-width:431px){.contact .contact{margin-bottom:50px}.contact .mapContainer .contactForm{margin-left:-118px;padding:20px;width:80vw}}@media(max-width:414px){.contact .mapContainer .contactForm{margin-left:-112px;padding:20px;width:81vw}}@media(max-width:390px){.contact .mapContainer .contactForm{margin-left:-105px;padding:20px;width:79vw}}@media(max-width:375px){.contact .mapContainer .contactForm{margin-left:-100px;padding:20px;width:79vw}}@media(max-width:360px){.contact .mapContainer .contactForm{margin-left:-95px;margin-top:190px;padding:20px;width:79vw}}@media(max-width:344px){.contact .mapContainer .contactForm{margin-left:-90px;margin-top:190px;padding:20px;width:76vw}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;max-width:500px;padding:20px;text-align:center;width:100%}.modal-content h2{font-size:24px;margin-bottom:20px}.modal-close-button{background-color:#00695c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:10px 20px}.modal-close-button:hover{background-color:#004d40}@media(max-width:768px){.modal-content{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;max-width:500px;padding:20px;text-align:center;width:80%}}.footer{background-color:#333;color:#fff;padding:20px;text-align:center}.footer .footerSection ul{display:inline-grid;list-style-type:none;padding:0}.footer .footerSection ul li{margin-bottom:10px}.footer .footerSection .socialMediaIcons li{display:inline-block;margin-right:15px}.footer .footerSection .socialMediaIcons a{align-items:center;color:inherit;display:flex;text-decoration:none}.footer .footerSection .socialMediaIcons a span{margin-left:8px}.footer .footerContent{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.footer .footerContent .footerSection{flex:1 1;min-width:150px;padding:0 15px}.footer .footerContent .footerSection h3{font-size:18px;margin-bottom:10px}.footer .footerContent .footerSection ul{list-style:none;padding:0}.footer .footerContent .footerSection ul li{margin-bottom:10px}.footer .footerContent .footerSection ul li a{color:#fff;text-decoration:none}.footer .footerContent .footerSection ul li a:hover{text-decoration:underline}.footer .footerContent .footerSection.logoSection{align-items:center;display:flex;flex-direction:column}.footer .footerContent .footerSection.logoSection img{margin-bottom:10px;max-width:150px}.footer .footerBottom{border-top:1px solid #444;margin-top:20px;padding-top:10px}@media(max-width:768px){.footer .footerContent{align-items:center;flex-direction:column}.footer .footerSection{margin-bottom:20px}.footer .footerSection.logoSection img{max-width:120px}}.h1-v{color:#00695c;font-size:3em;margin-top:130px;text-align:center}.villas{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:150px;margin-top:150px;padding:20px}.background{height:500px;left:0;margin-top:-150px;object-fit:cover;opacity:.9;position:absolute;top:0;width:100vw;z-index:-1}.villa-card{background:#fff;border:1px solid #e0e0e0;flex-basis:calc(33.33% - 30px);flex-grow:1;flex-shrink:1;max-width:calc(33.33% - 90px);padding-bottom:20px;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:520px}.villa-card:hover{box-shadow:8px20pxrgba 0,0,0,.2;transform:translateY(-10px)}.villa-card .villa-image-container{border-bottom:1px solid #e0e0e0;height:40%;overflow:hidden;width:100%}.villa-card .villa-image-container img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.villa-card .villa-image-container img:hover{transform:scale(1.05)}.villa-card .villa-content{padding:20px}.villa-card .villa-content h2{color:#333;font-size:1.4em;font-weight:700;margin-bottom:10px}.villa-card .villa-content p{color:#666;font-size:1em;margin-bottom:20px;margin-top:10px}.villa-card .villa-content span{border-color:#ebebeb}.villa-card .villa-content .book-now{background-color:#00695c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;height:40px;padding:10px 20px;transition:background-color .3s;width:150px}.villa-card .villa-content .book-now:hover{background-color:#004d40}@media(max-width:1024px){.villas{margin-bottom:120px;margin-top:120px}.villa-card{flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1;max-width:calc(50% - 60px)}}@media(max-width:768px){.h1-v{font-size:2.5em;margin-top:150px}.villas{gap:20px;margin-bottom:100px;margin-top:170px;padding:15px}.villa-card{flex:1 1 100%;max-width:100%;padding-bottom:15px}}@media(max-width:480px){.h1-v{font-size:2em;margin-top:100px}.villas{gap:15px;margin-bottom:80px;margin-top:130px;padding:10px}.background{height:250px;margin-top:-20px}.villa-card{padding-bottom:10px}.villa-card .villa-content{padding:15px}.villa-card .villa-content h2{font-size:1.2em}.villa-card .villa-content p{font-size:.9em;margin-bottom:15px}.villa-card .villa-content .book-now{font-size:.7rem;height:35px;width:130px}}.villa-detail{font-family:Arial,sans-serif;margin:50px auto 0;max-width:1200px;padding:20px}.villa-detail .villa-header{align-items:center;color:#00695c;display:flex;justify-content:space-between;margin-top:100px}.villa-detail .villa-header h1{font-size:2rem;margin:0}.villa-detail .villa-header .rating{align-items:center;display:flex}.villa-detail .villa-header .rating .rating-score{color:#4caf50;font-size:2rem;margin-right:10px}.villa-detail .villa-header .rating .rating-text{color:#555;font-size:1rem;margin-right:5px}.villa-detail .villa-header .rating .reviews{color:#777;font-size:.9rem}.villa-detail .villa-gallery{margin:20px 0}.villa-detail .villa-gallery .image-gallery-slide img{height:100%;max-height:600px;max-width:900px;width:100%}.villa-detail .villa-content{display:flex;gap:20px;justify-content:space-between;margin:20px 0}.villa-detail .villa-content .villa-info{display:flex;flex:2 1;flex-direction:column}.villa-detail .villa-content .villa-info .villa-description{color:#333;font-size:1rem;font-weight:700;margin-bottom:20px}.villa-detail .villa-content .villa-info .villa-amenities{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.villa-detail .villa-content .villa-info .villa-amenities .amenity{align-items:center;border:1px solid #ddd;border-radius:5px;color:#555;display:flex;font-size:1rem;padding:10px}.villa-detail .villa-content .villa-info .villa-amenities .amenity span{margin-left:10px}.villa-detail .villa-content .property-summary{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 3px 8px #0000000f;flex:0 1 300px;padding:24px}.villa-detail .villa-content .property-summary .property-details{display:block;font-size:1rem;justify-content:space-between;text-align:left}.villa-detail .villa-content .property-summary p{color:#333;font-size:1.1rem;margin:0 0 15px;text-align:center}.villa-detail .villa-content .property-summary .details-container{align-items:center;display:flex;flex-direction:column}.villa-detail .villa-content .property-summary .detail-items,.villa-detail .villa-content .property-summary .detail-labels{display:flex;justify-content:space-between;width:100%}.villa-detail .villa-content .property-summary .detail-items{color:#333;font-size:1.5rem;font-weight:700}.villa-detail .villa-content .property-summary .detail-labels{color:#777;font-size:1rem;text-transform:uppercase}.villa-detail .villa-content .property-summary .detail-item{margin-bottom:50px;margin-top:50px;text-align:center;width:100%}.villa-detail .villa-content .villas-info{align-items:center;display:flex;justify-content:center;margin-top:20px}.villa-detail .villa-content .villas-info .villas-photo{border-radius:50%;height:60px;margin-right:15px;width:60px}.villa-detail .villa-content .villas-info .villas-details{display:flex;justify-content:center;width:100%}.villa-detail .villa-content .villas-info .villas-details .contact{background-color:#00695c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin:0;padding:12px 20px;width:200px}.villa-detail .villa-content .villas-info .villas-details .contact:hover{background-color:#004d40}.villa-detail .villa-content .request-tour{margin-top:20px;text-align:center}.villa-detail .villa-content .request-tour button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;margin-top:10px;padding:15px 20px;width:100%}.villa-detail .villa-content .request-tour button:hover{background-color:#333}.villa-detail .villa-content .request-tour p{color:#777;font-size:1rem;margin-top:10px}.desp-icon{height:20px;width:20px}.image-gallery-icon:hover,.image-gallery-svg:hover{color:#00695c}.image-gallery-thumbnail-image{cursor:pointer;height:70px}@media(max-width:1025px){.villa-detail{padding:10px}.villa-detail .villa-header{align-items:flex-start;flex-direction:column}.villa-detail .villa-header h1{font-size:1.5rem}.villa-detail .villa-header .rating{margin-top:10px}.villa-detail .villa-content{flex-direction:column}.villa-detail .villa-content .villas-info{width:100%}.villa-detail .villa-content .villas-photo{display:none}.villa-detail .villa-content .property-details{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px;margin-top:30px}.villa-detail .villa-content .contact{margin-left:50px}.villa-detail .villa-content .property-summary{margin-top:20px;width:94%}}@media(max-width:820px){.villa-detail{padding:10px}.villa-detail .villa-header{align-items:flex-start;flex-direction:column}.villa-detail .villa-header h1{font-size:1.5rem}.villa-detail .villa-header .rating{margin-top:10px}.villa-detail .villa-content{flex-direction:column}.villa-detail .villa-content .villas-info{width:100%}.villa-detail .villa-content .villas-photo{display:none}.villa-detail .villa-content .property-details{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px;margin-top:30px}.villa-detail .villa-content .contact{margin-left:50px}.villa-detail .villa-content .property-summary{margin-top:20px;width:94%}}@media(max-width:768px){.villa-detail{padding:10px}.villa-detail .villa-header{align-items:flex-start;flex-direction:column}.villa-detail .villa-header h1{font-size:1.5rem}.villa-detail .villa-header .rating{margin-top:10px}.villa-detail .villa-content{flex-direction:column}.villa-detail .villa-content .villas-info{width:100%}.villa-detail .villa-content .villas-photo{display:none}.villa-detail .villa-content .property-details{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px;margin-top:30px}.villa-detail .villa-content .contact{margin-left:50px}.villa-detail .villa-content .property-summary{margin-top:20px;width:90%}}@media(max-width:540px){.villa-detail{padding:10px}.villa-detail .villa-header{align-items:flex-start;flex-direction:column;margin-top:50px}.villa-detail .villa-header h1{font-size:1.5rem;margin-left:180px}.villa-detail .villa-header .rating{margin-top:10px}.villa-detail .villa-content{flex-direction:column}.villa-detail .villa-content .villas-info{width:100%}.villa-detail .villa-content .villas-photo{display:none}.villa-detail .villa-content .property-details{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px;margin-top:30px}.villa-detail .villa-content .contact{margin-left:0}.villa-detail .villa-content .property-summary{margin-top:20px;width:86%}}@media(max-width:431px){.villa-detail{padding:10px}.contact{margin-left:0}.property-summary{margin-top:20px;width:89%}}@media(max-width:414px){.villa-detail{padding:10px}.contact{margin-left:0}}@media(max-width:376px){.contact{align-items:center;text-align:center}.property-summary{margin-top:20px;width:100%}}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.villas-landing-page{display:flex;margin-top:350px;padding:20px}.villas-landing-page .collage{display:none}.villas-landing-page .facilities-section{flex:1 1;margin-left:200px;padding-right:50px}.villas-landing-page .facilities-section h2{color:#045144;font-size:24px}.villas-landing-page .facilities-section .facilities-list{list-style-type:none;padding:2rem}.villas-landing-page .facilities-section .facilities-list li{color:#333;cursor:pointer;font-size:18px;margin-bottom:15px}.villas-landing-page .facilities-section .facilities-list li.active{color:#045144;text-decoration:underline}.villas-landing-page .view-more{background-color:#00695c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:10px 20px;transition:background-color .3s}.villas-landing-page .images-section{display:flex;flex:2 1;gap:10px;margin-left:-300px}.villas-landing-page .images-section img{border-radius:8px;height:400px;object-fit:cover;width:300px}.villas-landing-page .images-section img+img{margin-left:100px}@media(max-width:2048px){.villas-landing-page{margin-top:500px}}@media(max-width:1280px){.villas-landing-page{flex-direction:column;margin-top:40px}.villas-landing-page .facilities-section{margin-left:0;padding-right:0;text-align:center}.villas-landing-page .images-section{margin-left:50px}}@media(max-width:1025px){.villas-landing-page .images-section{display:none}.villas-landing-page .collage{display:block}}@media(max-width:991px){.villas-landing-page{flex-direction:column;margin-top:-50px}.villas-landing-page .facilities-section{margin-left:0;padding-right:0;text-align:center}.villas-landing-page .images-section{align-items:center;flex-direction:column}.villas-landing-page .images-section img{height:auto;width:80%}.villas-landing-page .images-section img+img{margin-left:0;margin-top:20px}}@media(max-width:913px){.villas-landing-page .images-section{display:none}.villas-landing-page .collage{display:block}}@media(max-width:853px){.villas-landing-page .images-section{display:none}.villas-landing-page .collage{display:block}}@media(max-width:820px){.villas-landing-page .images-section{height:100%;margin-left:0;width:100%}}@media(max-width:768px){.villas-landing-page .images-section{height:100%;margin-left:0;width:100%}}@media(max-width:767px){.villas-landing-page{margin-top:400px;padding:10px}.villas-landing-page .facilities-section{margin-top:130px}.villas-landing-page .facilities-section h2{font-size:20px}.villas-landing-page .facilities-section .facilities-list li{font-size:16px}.villas-landing-page .facilities-section .view-more{font-size:.9rem;padding:8px 16px}.villas-landing-page .images-section img{display:none;height:auto;width:100%}.villas-landing-page .images-section .collage{display:block;margin-left:270px;width:500px}.villas-landing-page .images-section img+img{margin-top:15px}}@media(max-width:540px){.villas-landing-page{margin-top:400px;padding:10px}.villas-landing-page .facilities-section{margin-top:130px}.villas-landing-page .facilities-section h2{font-size:20px}.villas-landing-page .facilities-section .facilities-list li{font-size:16px}.villas-landing-page .facilities-section .view-more{font-size:.9rem;padding:8px 16px}.villas-landing-page .images-section img{display:none;height:auto;width:100%}.villas-landing-page .images-section .collage{display:block;margin-left:0;width:500px}.villas-landing-page .images-section img+img{margin-top:15px}}@media(max-width:411px){.villas-landing-page{margin-top:400px}.villas-landing-page .facilities-section{margin-top:-130px}.villas-landing-page .facilities-section h2{font-size:18px}.villas-landing-page .facilities-section .facilities-list li{font-size:14px}.villas-landing-page .view-more{font-size:.8rem;padding:6px 12px}.villas-landing-page .images-section img{height:auto;width:100%}}@media(max-width:431px){.villas-landing-page{margin-top:400px}.villas-landing-page .facilities-section h2{font-size:18px}.villas-landing-page .facilities-section .facilities-list li{font-size:14px}.villas-landing-page .view-more{font-size:.8rem;padding:6px 12px}.villas-landing-page .images-section img{height:auto;width:100%}}@media(max-width:390px){.villas-landing-page .facilities-section{margin-top:170px}}@media(max-width:375px){.villas-landing-page .facilities-section{margin-top:130px}}@media(max-width:344px){.villas-landing-page .facilities-section{margin-top:180px}}.whatsapp-contact{bottom:20px;position:fixed;right:20px;z-index:100}.whatsapp-contact img{height:auto;width:80px}
/*# sourceMappingURL=main.2ce24f7b.css.map*/