*{box-sizing:border-box;padding:0;margin:0}:root{scroll-behavior:smooth;font-size:62.5%;--red-color:#d92228;--yellow-color:#fbbf31;--white-color:#ffffff;--black-color:#000000;--black-light-color:#595959;--dp-input-icon-padding:3rem;--dp-input-padding:6px 30px 1.4rem 12px}body{font-family:"Outfit",sans-serif;color:var(--black-color);line-height:1.4;overflow-x:hidden}main{padding:3rem 0}ul{list-style:none}a{text-decoration:none;color:inherit}.link-container{text-align:center;margin:3.2rem 0}.link-container a{display:inline-block;padding:1.12rem 3.6rem;font-size:1.6rem}h1,h2,h3,h4,h5{line-height:1.2}h2{font-weight:500;font-size:2.8rem;margin-top:4rem;margin-bottom:2.2rem;text-align:center}h3{font-size:1.8rem}p{color:var(--black-color);font-size:1.9rem}img{max-width:100%}.grid{display:grid;margin:0 1.6rem;grid-gap:1.5rem}.card{box-shadow:0 0 8px rgb(0 0 0 / 10%)}.card:hover{box-shadow:0 0 8px rgb(0 0 0 / 25%)}.card-img-top{height:25.6rem;object-fit:cover}.card-body{padding:.8rem}.card span{display:block}.card .region{margin-bottom:1.2rem;margin-top:.2rem}.card .region,.card .description{font-size:1.4rem;text-transform:capitalize}.card .cost{margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.contact-form{max-width:76.8rem;margin:6rem auto;padding:0 3.75rem}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"],.contact-form textarea{background:none;border:none;border-bottom:solid 2px var(--black-light-color);color:var(--black-light-color);font-size:1.6rem;font-weight:400;margin:0 0 3rem 0;padding:0 0 1.4rem 0;width:100%;letter-spacing:.1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--black-light-color)}.contact-form input[type="text"]:focus,.contact-form [type="email"]:focus,.contact-form [type="tel"]:focus,.contact-form textarea:focus{outline:none;padding:0 0 1.4rem 0}.contact-form .subject{width:100%}.contact-form .telephone{width:100%}.contact-form textarea{height:10rem;resize:none;width:100%}.contact-form #form_button{background:none;border:solid 1px var(--black-color);color:var(--black-color);font-weight:100}input[type="submit"]{font-size:1.6rem;padding:1.12rem 3.6rem;cursor:pointer;display:inline-block;outline:none}.properties-search-form{text-align:center}.properties-search-form .radio-group input[type="radio"]{display:none}.properties-search-form .radio-group label{display:inline-block;cursor:pointer;font-weight:700;font-size:2rem}.properties-search-form .radio-group label:not(:last-child){margin-right:2rem}.properties-search-form .radio-group input[type="radio"]:checked+label{border-bottom:.5rem solid var(--red-color)}.properties-search-form .radio-group input[type="radio"]+label{border-bottom:.5rem solid #fff0}.properties-search-form select{width:25rem;padding:10px 0;border-radius:.3rem;margin:1.3rem 0;font-size:1.6rem;cursor:pointer}.properties-search-form .search-bar{width:58vw;height:6.5rem;position:relative;border:none;margin:0 auto}.properties-search-form .search-bar input{position:absolute;inset:0;padding-left:1.5rem;font-size:1.8rem}.properties-search-form .search-bar .search-btn{position:absolute;right:1.5rem;margin-top:auto;margin-bottom:auto;top:0;bottom:0;border:none;background-color:var(--red-color);color:var(--white-color);height:4.8rem;width:4.8rem;border-radius:50%;cursor:pointer}.properties-search-form .search-bar .search-btn i{margin-top:.5rem;margin-left:.3rem;font-size:2.2rem}.no-results-found{text-align:center;margin-top:5rem;margin-bottom:40vh}.no-results-found h2{font-size:2rem;color:var(--black-light-color)}@media (min-width:600px){.properties-search-form .radio-group label{font-size:2.5rem}.properties-search-form select{width:15rem}.no-results-found{margin-bottom:59vh}}.contact-form .dp__input{border:none;border-bottom:solid 2px var(--black-light-color);font-weight:400;font-size:1.6rem;color:var(--black-light-color);border-radius:0}.contact-form .dp__input_wrap{margin-bottom:3rem}.contact-form .dp__icon{top:39%;width:2rem;height:2rem;padding-left:0}.contact-form .dp__menu{font-size:1.2rem}.contact-form .dp__selection_preview{font-size:1rem}header{position:fixed;top:0;left:0;z-index:10;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem;transition:all 0.4s ease;color:var(--white-color)}header .logo{transition:all 0.4s ease;width:24.75rem;height:11.25rem}@media (min-width:600px){header .logo{width:33rem;height:15rem}}header .logo-size-adjustment{width:8rem;height:4.08rem;transition:all 0.4s ease;margin-top:1.2rem}.header-two{background-color:var(--black-color);transition:all 0.4s ease;height:8.5rem}header a{font-size:1.8rem}header nav ul{display:flex;align-items:center}header nav ul li{margin:0 1.5rem}header nav ul li:first-child{margin-left:0}header nav ul li:last-child{margin-right:0;color:var(--white-color);background-color:var(--black-color);border-radius:.7rem}header nav ul li:last-child a{display:inline-block;padding:.6rem 1rem}header nav i{font-size:1.4rem}.dropbtn{color:var(--white-color);font-size:1.8rem;border:none;outline:none;background-color:inherit;cursor:pointer;padding:1.5rem 0}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background:var(--black-color);border:1px solid rgb(255 255 255 / .2);min-width:18rem;box-shadow:0 8px 16px 0 rgb(0 0 0 / .2);z-index:1;border-radius:.5rem}.dropdown-content a{color:#fff;padding:1.2rem 1.6rem;text-decoration:none;display:block;font-size:1.6rem}.dropdown-content a:hover{text-decoration:underline}.dropdown:hover .dropdown-content{display:block}#header nav{display:none}@media (min-width:600px){#header nav{display:block}#header #hamburger-menu{display:none}}#hamburger-menu .fa-bars{font-size:32px;transform:scale(1.1,.7)}#hero{position:relative;justify-content:center;height:100vh;min-width:100vw;text-align:center;display:flex;flex-direction:column;align-items:center;color:var(--white-color)}#bannerVideo{position:absolute;right:0;bottom:0;width:100%;height:100%;object-fit:cover;z-index:-2}.bannerVideo-overlay{position:absolute;right:0;bottom:0;width:100%;height:100%;z-index:-1;background:rgb(0 0 0 / .6);mix-blend-mode:darken}#hero h1{margin-top:14rem;margin-bottom:1rem;margin-left:.2rem;margin-right:.2rem;font-size:3.2rem;text-shadow:0 2px 2px rgb(0 0 0 / .5)}#hero .line{width:6rem;height:.3rem;background:var(--red-color);margin-bottom:9.6rem}#hero .autocomplete-container{height:18.46rem;width:100vw}@media (min-width:600px){#hero{padding:11rem 10rem}#hero h1{font-size:5.5rem;max-width:80rem;margin-bottom:.5rem}#hero .line{margin-bottom:6.7rem}}#intro{text-align:center;padding:1.5rem}#intro h2{color:var(--red-color);font-size:4.8rem}#intro p{max-width:76rem;margin:auto;font-size:2rem;margin-bottom:2rem}#home-property-listings .link-container a{border:1px solid var(--black-color)}@media (min-width:600px){#home-property-listings .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){#home-property-listings .grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){#home-property-listings .grid{grid-template-columns:repeat(4,1fr)}}#home-blog-listings{color:var(--white-color);background:var(--black-color);padding-top:1px;padding-bottom:1px;overflow-x:hidden}#home-blog-listings .card{grid-template-columns:repeat(2,1fr)}#home-blog-listings .card img{width:100%}@media (min-width:600px){#home-blog-listings .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){#home-blog-listings .grid{grid-template-columns:repeat(3,1fr)}}#home-blog-listings .link-container a{background:var(--red-color)}#home-blog-listings h3{font-size:2.8rem;margin-bottom:1.6rem}#home-blog-listings .description{color:var(--white-color);font-size:1.9rem;margin-bottom:2.3rem}@media (min-width:992px){#home-blog-listings .description{margin-bottom:0}}#footer{background:var(--black-color);padding-bottom:.6rem}#footer ul{padding-top:3.2rem}#footer .social-icons{display:flex;justify-content:center;gap:2.4rem}#footer .social-icons a{background:var(--white-color);padding:.8rem;display:flex;align-items:center;border-radius:.8rem;font-size:1.6rem}#footer .social-icons img{width:1.7rem}#footer .footer-links{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;row-gap:2.4rem;color:var(--white-color);text-decoration:underline;font-size:1.6rem;max-width:70rem;margin:auto}#footer span{color:var(--white-color);margin-top:3.2rem;display:block;font-size:1.2rem;text-align:center}#property-listings{margin-top:5rem}#property-listings h2{font-size:1.8rem;font-weight:900;text-align:start;margin:0}#property-listings .grid{grid-template-columns:96vw;justify-content:space-evenly;margin:0;grid-gap:0;row-gap:5rem}@media (min-width:600px){#property-listings .grid{grid-template-columns:45vw 45vw}}@media (min-width:992px){#property-listings .grid{grid-template-columns:30vw 30vw 30vw}}@media (min-width:1200px){#property-listings .grid{grid-template-columns:22.5vw 22.5vw 22.5vw 22.5vw}}.properties-heading{text-align:center;font-size:3rem;margin-bottom:3rem;margin-top:8.5rem}#property-listings .card{position:relative}.carousel{width:100%;background:#000}.carousel__prev,.carousel__next{box-sizing:content-box}svg.carousel__icon{fill:var(--white-color);transform:scale(1.5)}#pagination{margin-top:1.5rem;text-align:center}#pagination a{color:var(--white-color);text-decoration:none;padding:.8rem 1.6rem;margin-right:.4rem;border:.1rem solid #ddd;border-radius:4px;transition:background-color 0.3s,color 0.3s;display:inline-block;font-size:1.4rem;font-weight:900;background-color:#ddd;color:var(--black-color)}#pagination a:hover{background-color:#4caf50;color:#fff}#pagination a.active{background-color:#4caf50;color:#fff;cursor:default}#pagination .disabled{pointer-events:none}@media (min-width:600px){#pagination{margin-top:4rem}}main#property-details{padding-bottom:0}.property-details{background:var(--black-color)}.property-details .container{max-width:112rem;margin:0 auto;overflow-x:hidden;background-color:var(--black-color)}.property-details .container>:nth-child(-n+4){padding-left:2rem;padding-right:2rem;color:#f5f5f7}.property-details .container{color:#f5f5f7}.property-details .container .specific span{color:#f5f5f7}.property-details .container .similar-listing{color:#f5f5f7}.property-details h1{font-size:3.2rem;color:#fcb413;text-transform:uppercase}.property-details .cost-property-type .cost,.property-details .property-type,.property-details .bed-bath .bed span:nth-child(1),.property-details .bed-bath .bath span:nth-child(1){font-size:3.2rem;font-weight:600}.property-details .cover-imgs{position:relative;height:70vh}.property-details .cover-imgs img{object-fit:contain;height:70vh}@media (min-width:600px){.property-details .cover-imgs{height:81vh;margin-top:5.5rem}.property-details .cover-imgs img{max-width:90rem;height:81vh}.property-details .cover-imgs .carousel__slide{align-items:flex-start!important}.property-details .cover-imgs .carousel{position:static!important}}.property-details .main-details{margin-top:2.4rem}.property-details .property-type,.property-details .open-modal-btn{margin-top:2rem}.property-details .main-details .bed-bath{display:flex;gap:8rem}.property-details span{display:block;font-size:1.6rem}.property-details .agent{margin-top:4.8rem}.property-details .agent img{width:8rem;height:8rem}.property-details .agent span{margin-bottom:.64rem}.property-details .agent span:nth-child(1){font-weight:500}.btn{background-color:#111827;border:1px solid #fff0;color:#fff;cursor:pointer;font-size:1.8rem;line-height:2.4rem;padding:1.2rem 1.92rem;text-align:center;width:auto}.property-details h2{font-size:2.08rem;font-weight:400;margin-top:5.6rem;margin-bottom:1.92rem;text-align:start;color:#fcb413}.property-details .property-specifics .specifics .specific{display:flex;gap:1.6rem}.property-details .list-span{margin:.8rem 0}.property-details .property-specifics .specifics .specific span:nth-child(1){color:#f5f5f7}.property-details .property-specifics .specifics .specific span:nth-child(2){font-weight:500}.property-details .amenities div{display:grid;grid-template-columns:repeat(4,1fr)}.property-details .property-description{line-height:1.5}.property-details .property-description p{color:#f5f5f7!important}.property-details .similar-listing .grid{display:grid;grid-template-columns:100%;margin:0;grid-gap:1.6rem}.property-details .similar-listing .cards img{width:25vw;object-fit:cover}@media (min-width:768px){.btn{padding:1.2rem 2.4rem}.property-details .main-details{display:grid;grid-template-columns:1.4fr 1fr;margin-top:2.4rem}.property-details .property-specifics .specifics{display:grid;grid-template-columns:repeat(3,1fr)}.property-details .similar-listing .grid{grid-template-columns:30.6vw 30.6vw 30.6vw}}@media (min-width:992px){.property-details .main-details .cost-property-type{display:flex;gap:16rem}.property-details .property-specifics .specifics{grid-template-columns:repeat(4,1fr)}.property-details .main-details{grid-template-columns:1.7fr 1fr}.property-details .property-type{margin-top:0}.property-details .similar-listing .grid{grid-template-columns:25vw 25vw 25vw}}@media (min-width:1200px){.property-details .container{padding:0}}#about-us,#contact-us,#privacy{margin-top:5rem}#about-us span{font-size:2.2rem;font-weight:500;margin-top:3rem;display:inline-block}#about-us .about-body{max-width:60rem;margin:0 auto;padding:0 1.5rem}#about-us h1,#contact-us h1{color:var(--red-color);font-size:4.8rem;margin-top:10rem;padding:5rem 5rem;border-radius:.5rem}#contact-us img,#about-us img{width:100%}@media (min-width:600px){#about-us h1,#contact-us h1{padding-left:15rem;padding-right:15rem}}#about-us p{margin-bottom:2rem}#about-us .container,#contact-us .container{position:relative;text-align:center;color:var(--white-color)}#about-us .centered,#contact-us .centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;align-items:center;justify-content:center}#about-us img,#contact-us img{height:50vh;object-fit:cover}#home-contact p,#contact-us p{text-align:center;max-width:50rem;margin:0 auto;padding:0 1.5rem}.spinner-wrapper{min-height:51vh;display:grid;align-content:center;justify-content:center}.spinner-wrapper-home{position:absolute;inset:0;z-index:1000;background:#fff;display:grid;justify-content:center;align-content:center}.lds-spinner{color:official;display:inline-block;position:relative;width:8rem;height:8rem;margin-top:auto}.lds-spinner div{transform-origin:4rem 4rem;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:.3rem;left:3.7rem;width:.6rem;height:1.8rem;border-radius:20%;background:var(--red-color)}.lds-spinner div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-0.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-0.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-0.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-0.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-0.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-0.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-0.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-0.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-0.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}#privacy{padding:1.5rem;max-width:90rem;margin:0 auto}#privacy h1{margin-top:5rem;font-size:2.4rem}#privacy .update-date{display:inline-block;margin-top:.5rem;margin-bottom:1rem;font-size:1.4rem}#privacy h2{font-size:2.1rem;text-align:left;margin-bottom:1.1rem}#privacy ul{font-size:1.6rem}#privacy p,#privacy li{margin-bottom:.8rem}#privacy a{all:revert}#blog{margin-top:5rem;overflow-x:hidden}#blog h1{font-size:2.6rem;text-align:center;margin-top:2rem}#blog h2{font-size:2.2rem;text-align:start;font-weight:900}#blog nav{align-items:center;justify-content:space-around;margin:2.5rem 0}#blog .categories{display:flex;justify-content:center;margin-bottom:1.5rem}#blog .categories a{font-size:1.6rem;font-weight:400}#blog .categories li:not(:last-child){margin-right:3rem}#blog .grid .card,#blog-details .related-articles .grid .card{box-shadow:rgb(14 30 37 / .12) 0 2px 4px 0,rgb(14 30 37 / .32) 0 2px 16px 0;margin-bottom:2rem}#blog .grid .card .read-time,#blog-details .read-time{color:var(--black-light-color);background:#f6f6f6;padding:1rem .8rem;font-size:1.4rem;margin-top:.6rem;display:flex;align-items:center;gap:.8rem}@media (min-width:600px){#blog .grid,#blog-details .related-articles .grid{grid-template-columns:repeat(2,1fr)}#blog .card-body,#blog-details .related-articles .card-body{height:10rem}}@media (min-width:992px){#blog .grid,#blog-details .related-articles .grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){#blog .card-body,#blog-details .related-articles .card-body{height:8rem}}#blog-details{margin-top:5rem;overflow-x:hidden;padding:0 1.5rem}#blog-details .title{font-size:2.6rem;text-align:center;margin-top:2rem}#blog-details h2{font-size:2.4rem}#blog-details .main-img{border-radius:.7rem;margin-bottom:3rem;max-width:90rem;max-height:50rem;width:100%;height:auto;object-fit:cover}#blog-details .article{display:grid;justify-items:center}#blog-details .article-body{max-width:72rem}#blog-details ol{list-style-position:inside}#blog-details ul{list-style:initial}#blog-details ol li::marker{font-weight:700}#blog-details li{font-size:1.9rem;padding-left:1.5rem}#blog-details .related-articles h2{font-size:2.2rem}#blog-details .details-read-time{margin:.6rem auto 3.4rem auto;max-width:14rem;border-radius:.7rem;justify-content:center}.flash{position:fixed;color:var(--white-color);bottom:0;width:100%;font-size:1.8rem;text-align:center;background:#5cb85c;padding:1.7rem 0}.services{margin:0 auto;padding:2rem;line-height:1.6;font-weight:100;text-align:left;max-width:800px}