@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";
.ClipPathAnimations-module__LXv5ka__cpa-root{background:#000;margin:0;padding:0;font-family:inherit;overflow-x:hidden}.ClipPathAnimations-module__LXv5ka__cpa-grid{grid-template-columns:repeat(8,1fr);width:100%;display:grid;position:relative}.ClipPathAnimations-module__LXv5ka__cpagridItem{grid-row:var(--cpaRow);grid-column:var(--cpaCol);position:relative}.ClipPathAnimations-module__LXv5ka__cpagridItem picture img{aspect-ratio:1;cursor:pointer;width:15rem;transition:transform .3s;display:block}.ClipPathAnimations-module__LXv5ka__cpagridItem picture img:hover{transform:scale(1.05)}.ClipPathAnimations-module__LXv5ka__cpagridItem svg{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.ClipPathAnimations-module__LXv5ka__cpa-modal{z-index:2000;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ClipPathAnimations-module__LXv5ka__fadeIn;display:flex;position:fixed;top:0;left:0}.ClipPathAnimations-module__LXv5ka__cpa-modalContent{justify-content:center;align-items:center;gap:20px;max-width:90vw;max-height:90vh;display:flex;position:relative}.ClipPathAnimations-module__LXv5ka__cpa-closeBtn{color:#fff;cursor:pointer;z-index:2001;background:0 0;border:none;justify-content:center;align-items:center;width:50px;height:50px;font-size:3rem;transition:color .3s;display:flex;position:absolute;top:-50px;right:0}.ClipPathAnimations-module__LXv5ka__cpa-closeBtn:hover{color:#d4af37}.ClipPathAnimations-module__LXv5ka__cpa-navBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:3rem;transition:all .3s;display:flex}.ClipPathAnimations-module__LXv5ka__cpa-navBtn:hover{background:#d4af37cc;transform:scale(1.1)}.ClipPathAnimations-module__LXv5ka__cpa-imageWrapper{justify-content:center;align-items:center;max-width:80vw;max-height:80vh;display:flex;position:relative}.ClipPathAnimations-module__LXv5ka__cpa-modalImg{object-fit:contain;border-radius:10px;max-width:100%;max-height:80vh;box-shadow:0 10px 30px #00000080}.ClipPathAnimations-module__LXv5ka__cpa-counter{color:#fff;background:#000000b3;border-radius:20px;padding:5px 15px;font-family:DM Serif Display,serif;font-size:1.2rem;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}@keyframes ClipPathAnimations-module__LXv5ka__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.ClipPathAnimations-module__LXv5ka__cpa-grid{grid-template-columns:repeat(4,1fr)}.ClipPathAnimations-module__LXv5ka__cpagridItem picture img{width:10rem}.ClipPathAnimations-module__LXv5ka__cpa-modalContent{flex-direction:column;gap:10px}.ClipPathAnimations-module__LXv5ka__cpa-navBtn{width:50px;height:50px;font-size:2rem}.ClipPathAnimations-module__LXv5ka__cpa-closeBtn{font-size:2.5rem;top:10px;right:10px}}@media (max-width:480px){.ClipPathAnimations-module__LXv5ka__cpa-grid{grid-template-columns:repeat(2,1fr)}.ClipPathAnimations-module__LXv5ka__cpagridItem picture img{width:8rem}.ClipPathAnimations-module__LXv5ka__cpa-navBtn{width:40px;height:40px;font-size:1.5rem}.ClipPathAnimations-module__LXv5ka__cpa-modalImg{max-width:95vw}}
.real-estate-carousel-container{width:100%;height:100vh;position:relative;overflow:hidden;box-shadow:0 3px 10px #0000004d}.real-estate-slider{width:100%;height:100%;margin:0;padding:0;list-style:none;position:relative}.real-estate-item{z-index:1;background-position:50%;background-size:cover;border-radius:20px;width:200px;height:300px;list-style-type:none;transition:transform .1s,left .75s,top .75s,width .75s,height .75s;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%);box-shadow:inset 0 20px 30px #ffffff4d}.real-estate-overlay{z-index:1;background:linear-gradient(135deg,#0006 0%,#0003 50%,#0006 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.real-estate-item:first-child,.real-estate-item:nth-child(2){width:100%;height:100%;box-shadow:none;opacity:1;border-radius:0;top:0;left:0;transform:none}.real-estate-item:first-child .real-estate-overlay,.real-estate-item:nth-child(2) .real-estate-overlay{background:linear-gradient(135deg,#0009 0%,#0000004d 50%,#0009 100%)}.real-estate-item:nth-child(3){left:50%}.real-estate-item:nth-child(4){left:calc(50% + 220px)}.real-estate-item:nth-child(5){left:calc(50% + 440px)}.real-estate-item:nth-child(6){opacity:0;left:calc(50% + 660px)}.real-estate-content{color:#fff;text-shadow:0 3px 8px #00000080;opacity:0;z-index:2;width:min(30vw,400px);font:400 .85rem helvetica,sans-serif;display:none;position:absolute;top:50%;left:3rem;transform:translateY(-50%)}.real-estate-content .real-estate-title{text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem)}.real-estate-content .real-estate-description{margin:1rem 0 1.5rem;font-size:clamp(.8rem,1.5vw,1rem);line-height:1.7}.real-estate-content .real-estate-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:2px solid #fff;border-radius:.25rem;width:fit-content;padding:.75rem 1.5rem;font-size:clamp(.8rem,1.2vw,.9rem);transition:all .3s}.real-estate-content .real-estate-button:hover{background-color:#ffffff4d;transform:translateY(-2px)}.real-estate-item:nth-of-type(2) .real-estate-content{animation:.75s ease-in-out .3s forwards realEstateShow;display:block}@keyframes realEstateShow{0%{filter:blur(5px);transform:translateY(calc(75px - 50%))}to{opacity:1;filter:blur()}}.real-estate-nav{z-index:5;-webkit-user-select:none;user-select:none;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.real-estate-nav .real-estate-btn{color:#000000b3;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffc;border:2px solid #0009;border-radius:50%;padding:.75rem;transition:all .3s}.real-estate-nav .real-estate-btn:hover{background-color:#fff;transform:scale(1.1)}.real-estate-auto-scroll-indicator{z-index:5;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:flex;position:absolute;top:2rem;right:2rem}.real-estate-scroll-dot{background-color:#ff4757;border-radius:50%;width:10px;height:10px;transition:all .3s}.real-estate-scroll-dot.active{background-color:#2ed573;animation:2s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.real-estate-carousel-container{height:70vh}.real-estate-item{border-radius:15px;width:150px;height:250px}.real-estate-content{width:80%;left:1.5rem}.real-estate-content .real-estate-title{font-size:1.2rem}.real-estate-content .real-estate-description{margin:.5rem 0 1rem;font-size:.7rem}.real-estate-content .real-estate-button{padding:.5rem 1rem;font-size:.7rem}.real-estate-item:nth-child(3){left:50%}.real-estate-item:nth-child(4){left:calc(50% + 160px)}.real-estate-item:nth-child(5){left:calc(50% + 320px)}.real-estate-item:nth-child(6){left:calc(50% + 480px)}.real-estate-nav{bottom:1rem}.real-estate-nav .real-estate-btn{padding:.6rem;font-size:.9rem}.real-estate-auto-scroll-indicator{padding:.4rem .8rem;font-size:.7rem;top:1rem;right:1rem}}@media (max-width:480px){.real-estate-carousel-container{height:60vh}.real-estate-item{border-radius:12px;width:120px;height:200px}.real-estate-content{width:85%;left:1rem}.real-estate-content .real-estate-title{margin-bottom:.5rem;font-size:1rem}.real-estate-content .real-estate-description{margin:.3rem 0 .8rem;font-size:.65rem;line-height:1.4}.real-estate-item:nth-child(3){left:50%}.real-estate-item:nth-child(4){left:calc(50% + 130px)}.real-estate-item:nth-child(5){left:calc(50% + 260px)}.real-estate-item:nth-child(6){left:calc(50% + 390px)}.real-estate-nav{gap:.5rem;bottom:.5rem}.real-estate-nav .real-estate-btn{padding:.5rem;font-size:.8rem}.real-estate-auto-scroll-indicator{padding:.3rem .6rem;font-size:.6rem;top:.5rem;right:.5rem}.real-estate-scroll-dot{width:8px;height:8px}}@media (hover:none) and (pointer:coarse){.real-estate-content .real-estate-button{background-color:#ffffff4d}.real-estate-nav .real-estate-btn{background-color:#ffffffe6;border:2px solid #000c}}@media (max-height:500px) and (orientation:landscape){.real-estate-carousel-container{height:100vh}.real-estate-content{top:40%}}@media (max-width:1024px){.real-estate-carousel-container{height:70vh}.real-estate-slider{height:100%}.real-estate-content{opacity:1;z-index:3;text-align:left;width:calc(100% - 3rem);animation:none;display:none;position:absolute;top:1.5rem;left:1.5rem;transform:none}.real-estate-item:nth-of-type(2) .real-estate-content{display:block}.real-estate-content .real-estate-title{margin-bottom:.4rem;font-size:clamp(1.1rem,4vw,1.8rem)}.real-estate-content .real-estate-description{margin:.3rem 0 .8rem;font-size:clamp(.7rem,2.5vw,.95rem);line-height:1.5}.real-estate-content .real-estate-button{padding:.5rem 1rem;font-size:.75rem}.real-estate-item:first-child .real-estate-overlay,.real-estate-item:nth-child(2) .real-estate-overlay{background:linear-gradient(#000000bf,#00000059,#0000)}.real-estate-nav{bottom:1rem}}
