@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital@0;1&family=Poppins:wght@300;400;500;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root{
    --popins: 'Poppins', sans-serif;
    --pt: 'PT Serif', serif;
    --top-menu-height: 80px; 
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:active, button:focus {
outline: none;
}
footer {
    position: relative
}
.grecaptcha-badge { 
    visibility: hidden;
}
footer::before {
    content: '';
    height: 3rem;
    width: 30%;
    background: #F7A836;
    display:block;
}
a{
    text-decoration: none;
}
.active-link{
    font-weight: 600;
    color: #F7A836 !important;
}
.footer-content {
    max-width: 760px;
}
.footer-logo {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
    max-width: 230px;

}
.bg-green-dark {
    background-color: #46927E;
}
.bg-green {
    background-color: #52AB94;
}
.bg-purpple {
    background-color: #7A5C7E;
}
.logo-footer-box {
    width: 100%;
    max-width: 340px;
    text-align: center;
    padding-top: 10%;
}

.menu-top {
    list-style: none;
    margin-bottom: 0px;
}
.menu-top li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.menu-top li a {
    font-family: var(--popins);
    text-transform: uppercase;
    color: #808080;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
}
.menu-top li a:hover {
    text-decoration: none;
    color: #52AB94;
}

.menu-top li .hvr-underline-reveal:before   {
    background: #52AB94;
    height: 2px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu-safe-box {
    height: var(--top-menu-height)
}
.main-menu {
    position: fixed; 
    width: 100%; 
    top: 0px;
    left: 0px; 
    z-index: 700;
    height: var(--top-menu-height);
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.90)
}
.pre-sale {
    color: #52AB94;
    text-transform: uppercase;
    font-family: var(--popins);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    border-right: 2px solid #52AB94;
    padding-right: 10px;
}
.invest-opportinity {
    color: #F7A836;
    text-transform: uppercase;
    font-family: var(--popins);
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
}
.footer-menu {
    margin-bottom: 0px;
    list-style: none;
    text-align: right;
    padding: 0px;
}
.footer-menu li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-family: var(--popins);
    text-transform: uppercase;
    color: #808080;
}
.footer-menu li a {
    color: #FFFFFF;
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 17px;
}
.footer-menu li a:hover {
    text-decoration: none;
    color: #F9B964;
}
.footer-menu li .hvr-underline-reveal:before   {
    background: #F9B964;
    height: 2px;
}
.phone-footer {
    font-family: var(--poppins);
    font-weight: 800;
    font-size: 38px;
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}
.follow-us {
    font-family: var(--popins);
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    border-right: 1px solid #ffffff;
    line-height: 50px;
    padding-right: 20px;
    font-size: 20px;
    margin-right: 10px;
}
.social-icon {
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 28px;
    line-height: 50px;
    transition: all .3s ease-in-out;
}
.social-icon:hover {
    color: #F7A846
}

.footer-menu-content {
    padding-top: 8%;
    padding-bottom: 11%;
}
.resp-img {
    width: 100%;
    height: auto;
}
.line {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    background-color: whitesmoke !important;
}
.parallax-box {
    padding-top: 50%;
}
.parallax-box-contact {
    padding-bottom: 70vh;
    
}
.logo-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.32);
    z-index: 100;
    width: 260px;
    padding: 40px 20px 40px 20px;
}
.logo-slider img {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.3));
}
.yellow-flag {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 200;
    width: 200px;
}
.yellow-flag-content {
    background-color: #F7A836;

}
.total-sold {
    font-family: var(--popins);
    font-weight: 600;
    font-size: 70px;
    line-height: 51px;
    color: #ffffff;
}
.total-sold-small {
    font-family: var(--popins);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.sold-symbol{
    font-family: var(--popins);
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    color: #ffffff;
    vertical-align: bottom;
}
.rotator-footer {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    text-align: right;
}
.tittle {
    font-size: 35px;
    line-height: 35px;
    color: #2A3334;
}
.tittle-sm {
    font-size: 25px;
    line-height: 25px;
    color: #2A3334;
}
.tittle-lg {
    font-size: 40px;
    line-height: 40px;
    color: #2A3334;
}
.txt-white {
    color: #FFFFFF !important;
}
.txt-brown {
    color: #736357 !important;
}
.txt-yellow {
    color: #F7A836;
}
.txt-green {
    color: #52AB94;
}
.txt-gray {
    color: #808080;
}
.txt-blue {
    color: #0167A1;
}
.fnt-pt {
    font-family: var(--pt);
}
.fnt-general {
    font-family: var(--popins);
    font-weight: 400;
    font-size: 15px;
    color: #2A3334;
}
.small-img {
    position: absolute;
    left: -20%;
    bottom: 10%;
    width: 60%;
    height: auto;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
}
.top-shadow {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.40) 0.19%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.40) 0.19%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.40) 0.19%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0.19%,rgba(0,0,0,0.00) 100%);
}
.bottom-shadow {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%);
}
.collage img:nth-child(2) {
    margin-top: 1rem !important;
}
.video_back {
    background-image: url(../assets/index/video-back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
    text-shadow: 3px 3px 7px rgba(0,0,0,0.41);
}
.play-button {
    color: #ffffff;
    font-size: 6vh;
    transition: all .3s ease-in-out;
}
.play-button:hover {
    color: #F7A836;
    text-decoration: none;
}
.step-number {
    line-height: 35px;
    position: absolute;
    /*top: 0px;
    left: 13px;*/
    color: #C7B299;
    font-size: 40px;
}
.quote-symbol {
    float: left;
    margin-left: -9%;
    font-size: 8vh;
    line-height: 40px;
    margin-top: 10px;
}
.quote-box {
    padding-left: 10%;
}
.resp-menu-button {
    position: fixed;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border: 4px solid #4ba48b;
    background-color: #5ed4b3;
    color: #ffffff;
    font-size: 30px;
    top: 33px;
    right: 20px;
    transition: all .3s ease-in-out;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
    
}
.resp-menu-button:hover {
    background-color: #1F6954;
}
.box-responsive-logo {
    background-color: #2C5D50;
}
.button-map {
    padding-right: 1%;
    color: #000000;
    font-family: var(--popins);
    font-size: 1.4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FCEE21;
    font-weight: 600;
    /* width: 4%; */
    height: 4%;
    /* border-radius: 18vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    padding-left: 1%;
    min-width: 54px;
}
.button-map:hover {
    background-color: #CABF1E;
    text-decoration: none;
    color: #ffffff;
}
.sold-tag {
    top: 0px;
    left: 30%;
    position: absolute;
    background-color: #ED1E79;
    color: #FFFFFF;
    transform: translate(-100%, -100%);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1vw;
}
.blocked-tag {
    top: 0px;
    left: 60%;
    position: absolute;
    background-color: #93278F;
    color: #FFFFFF;
    transform: translate(-100%, -100%);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1vw;
}
.reserved-tag {
    top: 0px;
    left: 60%;
    position: absolute;
    background-color: #F7A836;
    color: #FFFFFF;
    transform: translate(-100%, -100%);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1vw;
}
.button-map .position-relative {
    padding-top: 5%;
    padding-bottom: 5%;
}
.local-button {
    display: block;
    position: absolute;
    background-color: #52AB94;
    font-family: var(--popins);
    font-size: 1.3vw;
    color: #ffffff;
    font-weight: 600;
    top: 50%;
    left: 44%;
    padding-left: 10px;
    border-top-right-radius: 20vw;
    border-bottom-right-radius: 20vw;
    transition: all .3s ease-in-out;
}
.local-button:hover {
    background-color: #28564A;
    color: #ffffff;
    text-decoration: none;
}
.number-local {
    display: inline-block;
    margin-left: 10px;
    background-color: #ffffff;
    color: #000000;
    width: 33px;
    text-align: center;
    border-radius: 28vw;
}
.number-loft {
    display: block;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 28vw;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -90%);
    width: 1.5vw;
}
.blocked-tag-local {
    bottom: 0px;
    left: 0px;
    position: absolute;
    background-color: #93278F;
    color: #FFFFFF;
    transform: translate(0%, 100%);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1vw;
}
.sold-tag-local {
    bottom: 0px;
    left: 0px;
    position: absolute;
    background-color: #ED1E79;
    color: #FFFFFF;
    transform: translate(0%, 100%);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1vw;
}
.table-tittle {
    margin-left: 7%;
}
.sold-list-tag {
    display: inline-block;
    background-color: #ED1E79;
    color: #FFFFFF;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 27px;
}
.block-list-tag {
    display: inline-block;
    background-color: #93278F;
    color: #FFFFFF;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 27px;
}
.reserved-list-tag {
    display: inline-block;
    background-color: #F7A866;
    color: #FFFFFF;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 27px;
}
.download-button {
    display: inline-block;
    border: 1px solid #51AB93;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 27px;
    color: #51AB93;
    transition: all .3s ease-in-out;
}
.download-button:hover {
    color: #32594F;
    text-decoration: none;
    background-color: #95E6D1;
}
.loft-button {
    color: #ffffff;
    font-family: var(--popins);
    font-size: 1vw;
    position: absolute;
    left: 90%;
    top: 70%;
    background-color: #52AB94;
    font-weight: 600;
    height: 4%;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}
.loft-button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #28564A;
}
.loft-content {
    text-align: center;
    width: 3vw;
    position: relative;
}
.sold-loft-tag {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    background-color: #ED1E79;
    color: #ffffff;
    transform: translate(-50%, 100%);
    min-width: 100%;
}
.img-hux-intro {
    margin-top: -3rem;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
}
.earth-logo {
    margin-top: -3rem;
}
.submit-form {
    background-color: #603168;
    border-style: none;
    width: 100%;
    font-family: var(--popins);
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
}
.submit-form:hover {
    background-color: #A257AF;
}
.border-form {
    border-right: 3px solid #906F96;
}
.lang-button {
    display: inline-block;
    background: #f7a836;
    color: #ffffff !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    transition: all .3s ease-in-out;
}
.lang-button:hover {
    background-color: #C68629;   
}
.resp-lang {
    position: absolute;
    top: 0px;
    right: 15px;
}
@media screen and (max-width:768px){
.logo-footer-box {
    padding-top: 0px;
}
.footer-menu {
    text-align: center;
}
.phone-footer {
    text-align: center;
}
}
@media screen and (max-width:576px){
.main-menu {
    display: none;
}
.menu-top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding-left: 0px;
}    
.menu-top li {
    display: block;
}
.phone-footer {
    font-size: 30px;
}    
}

@media screen and (max-width:992px){
.border-form {
    border-style: none;
}
}
