<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0;
    padding: 0;
}
.formflag {
  display: none; 
}
body {
    font-family: Poppins, sans-serif;
}
header
{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 8px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logo{
  max-width: 183px;
}

.error-msg{
  color:red !important;
  text-align: left;
}

.input-error{
  padding-bottom: 11px;
}


#loader{
display: none ;
}
.inner-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu ul li a{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}
.contact-number{
  display: flex;
}
.contact-number a{
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner{
    width:100%;
    height:100%;
    position: relative;
    padding-top: 70px;
    position: relative;
}
.banner .artistic{
  position: absolute;
  bottom: 0;
  right: 12px;
  content: "";
  z-index: 999;
  color: #fff;
}
.banner-info{
  padding: 150px 0 150px;
}
.banner-info-div{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
.banner-information{
  width: 75%;
}
.banner-information h1{
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px -1px 15px #000;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.banner-information h2{
  font-size: 20px;
  background-color: #00A0D2;
  width: 222px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  color: #fff;
}
.banner-information h3{
  font-size: 29px;
  margin: 0 0 20px 0;
  color: #f5f5f5;
  text-shadow: 1px -1px 15px #000;
}
.banner-information h4{
  color: #ffcd24;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px -1px 15px #000;
}
.banner-configuration{
    font-weight: 700;
}
.banner-information p{
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 1px -1px 15px #000;
}
.banner-form{
  background-color:#e4edfc;
  padding: 30px;
  border-radius: 10px;
  width: 35%;
}
.banner-form h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}

.form-group{
  margin-bottom: 20px;
  position: relative;
}
.form-control{
  background-color: transparent;
  color: #000;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.form-control::-ms-input-placeholder {
    color: #000;
}  
.form-control::placeholder {
    color: #000;
}
.same-gap{
  padding: 40px 0 40px 0;
}
.col-3{
 width: 20%;
}
.banner-configration-point{
  background-color: #FFF;
  text-align: center;
  padding: 10px;
}
.serial-numder-icon{
  background-color: #d1b276;
  width: 50px;
  height: 70px;
  margin: 0px auto;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 0px 0px 50px 50px;
}
.serial-numder-icon span{
  background-color: #b99755;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-bottom: 6px;
}
.serial-numder-icon span i{
  font-size: 23px;
  padding: 10px;
  color: #fff;
}
.configuration-point{
  border: 1px dashed #d1b276;
}
.project-title h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
}
.banner-configuration{
  font-size: 20px;
  color: #00c853 !important;
}
.banner-configration-point h3{
  font-size: 20px;
}
.banner-configration-point p{
  font-size: 20px;
  font-weight: 600;
}
.banner-configration-info{
  background-color: #e5c96a;
  position: relative;
}

.project-title h2 small{
    font-family: 'aerotisregular';
  color: #e5c96a;
  font-size: 40px;
}
.overview-section{
  position: relative;
}
.btn{
  background-color: #00A0D2;
  padding: 10px 25px 10px 25px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
.project-title{
  position: relative;
}
.project-title .button{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.project-title .button i{
  height: 13px;
  width: 13px;
  background-color: #00A0D2;
  display: block;
  border-radius: 100%;
  border: 3px solid #fff;
}
.project-title::before{
  position: absolute;
  bottom: -9px;
  height: 1px;
  width: 25%;
  background-color: rgb(179 179 179);
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.highlight-image{
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #ffffff91;
  position: relative;
}
.highlight-image .artistic{
  position: absolute;
  bottom: 8px;
  right: 26px;
  color: #000;
}
.highligh-configuration-info li{
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  margin-left: 17px;
}
.highligh-configuration-info ul{
  list-style: none;
}
.highligh-configuration-info li span{
  background-color: #00A0D2;
  padding: 0 8px 0 8px;
  position: absolute;
  margin-left: -35px;
  margin-top: 2px;
  font-size: 20px;
  color: #fff;  
}
.gallery-section{
  position: relative;
}

.gallery-div{
  margin-bottom: 20px;
}
.gallery-div{
  margin-bottom: 20px;
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #ffffff91;
  position: relative;
}
.gallery-div .artistic{
  position: absolute;
  bottom: 5px;
  color: #fff;
  right: 25px;
}
.countryCode {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  background-color: transparent;
  border: none;
  height: 100%;
}
.countryCode ~ .form-control {
  padding-left: 130px;
}
.gallery-divs{
  width: 100%;
  object-fit: cover;
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #ffffff91;
  position: relative;
}
.gallery-divs .artistic{
  position: absolute;
  bottom: 5px;
  color: #fff;
  right: 25px;
}
.price-section{
  position: relative;
}
.bg-col{
  background-color: #e4edfc;
}
.table-color{
  background-color: #b6b9bd;
}
table{
  text-align: center;
  border: 3px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 5px gray;
  padding: 20px;
}
.bg-image{
  background: url('../images/background.webp') no-repeat center center;
  background-size: cover;
}
.floor-plan-image{
  padding: 20px;
  background: #ffffff91;
  box-shadow: 0 0 5px gray;
  margin-bottom: 20px;
}

.location-advantages-info ul{
  list-style: none;
}
.location-advantages-info ul li span{
  margin-right: 15px;
  position: absolute;
  top: -6px;
  left: -71px;
}
.location-advantages-info ul li span img{
  border-radius: 0px;
  box-shadow: 0 0 5px gray;
  padding: 5px;
  background-color: #ffffff91;
  max-width: 50px;
}
.location-advantages-info ul li{
  margin-bottom: 40px;
  font-size: 17px;
  position: relative;
}
.location-image{
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #fff;
}
.button-color{
  border-radius: 5px;
  background-color: #00A0D2;
  color: #fff;
}
.contact-form{
  padding: 20px;
  box-shadow: 0 0 5px gray;
  background-color: #fff;
}
.button-color-new{
  border-radius: 5px;
}
.contact-info-detail{
  text-align: center;
}
.button-color-new a{
  text-decoration: none;
  color: #fff;
}
.whatsapp{
  background-color: #3eac3e;
}
.button-color-new a i{
  margin-right: 10px;
}
.contact-info-detail p{
  font-size: 20px;
}
.contact-form h3{
  font-size: 23px;
  font-weight: 600;
}
.cta-section-info{
  text-align: center;
  position: relative;
}
.cta-button a{
  color: #fff;
  text-decoration: none;
}
.cta-button{
  background-color: #02bf52;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  padding: 15px;
  font-size: 23px;
}
.cta-section-info::after{
  content: "";
  position: absolute;
  width: 100%;
  background-color: #00A0D2;
  height: 13px;
  top: 30px;
  left: 0;
}
#dynamic{
  box-shadow: 0 0 5px #012a4a;
}
.oerview-image{
  position: relative;
}
.oerview-image img{
  position: absolute;
  content: "";
  top: 69px;
  left: 59px;
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #fffffff7;
}
.oerview-images{
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  padding: 20px;
  background: #fffffff7;
}
.highligh-configuration-info li i{
  font-size: 27px;
  position: absolute;
  margin-left: -30px;
  margin-top: 4px;
  color: #00af54;
}
#fixed-social{
  position: fixed;
  top: 60%;
  z-index: 99;
}
#fixed-social a{
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a i{
  padding: 12px;
}
#fixed-social a span{
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
#fixed-social a:hover &gt; span{
  visibility: visible;
  left: 41px;
  opacity: 1;
}
.fixed-facebook{
  background-color: #00AAE5;
}
.fixed-twitter{
  background-color: #7D3895;
}
.fixed-gplus{
  background-color: #00AF54;
}
#fixed-social a:hover &gt; span{
  visibility: visible;
  left: 41px;
  opacity: 1;
}
.fixed-facebook span{
  background-color: #00AAE5;
}
.fixed-twitter span{
  background-color: #7D3895;
}
.fixed-gplus span{
  background-color: #00AF54;
}
.mobile-section{
  display: none;
}
footer{
  text-align: center;
}
footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer ul li a{
  color: #212529;
  text-decoration: none;
  margin-right: 20px;
}
.button-close{
  position: absolute;
  top: 0;
  right: 15px;
  background-color: transparent;
  border: none;
  font-size: 38px;
}
.con-select{
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #000;
}
.con-select select{
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: none;
  color: #000;
}
.con-select ~ .form-control{
  padding-left: 125px;
}
.contact-number i{
  display: none;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
footer.same-gap{
  padding: 40px 0 10px 0;
}
@media (max-width: 1345px) {
  .banner-info
  {
    padding: 90px 0 150px;
  }
}
@media (max-width: 1199px) {
  .logo{
    max-width: 145px;
  }
  .menu ul li a{
  font-size: 15px;
  padding: 10px 10px;
  }
  .contact-number a{
  font-size: 25px;
  }
  .banner-information{
  padding-left: 20px;
  }
  .banner-form{
  padding: 18px;
  }
  .banner-form h6{
  font-size: 20px;
  }
  .location-advantages-info ul li{
  font-size: 18px;
  }
  .location-advantages-info ul li span img{
  max-width: 58px;
  }
  .text-justify{
  display: none;
  }
  .overview-section{
  margin-bottom: 20px;
  }
  .highligh-configuration-info li{
  font-size: 17px;
  }
  .cta-button{
  font-size: 17px;
  }
  .cta-section-info::after{
  top: 23px;
  }
  .floor-plan-image{
  padding: 0;
  }
}
@media (max-width: 991px) {
  .button_container{
      position: absolute;
      top: 50%;
      right: 0;
      height: 29px;
      width: 35px;
      cursor: pointer;
      z-index: 100;
      transition: opacity 0.25s ease;
      transform: translateY(-50%);
    }
    .button_container span{
      background: #00a0d2;
        border: 0;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .overlay.open{
        opacity: 0.9;
        visibility: visible;
        height: 100%;
      }
    .button_container span:nth-of-type(2){
        top: 11px;
    }
    .button_container span:nth-of-type(3){
        top: 22px;
    }
    .overlay
    {
        position: fixed;
        background: #333;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 9;
      }
      .overlay nav{
          position: relative;
          height: 70%;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
        }
  .overlay ul{
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      height: 100%;
    }
    .overlay.open li{
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
        opacity: 1;
      }
    .overlay ul li a, .overlay ul li span{
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 20px;
    }
    .button_container.active .top{
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle{
        opacity: 0;
        background: #fff;
    }
    .button_container.active .bottom{
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .contact-number span{
  display: none;
  }
  .contact-number a{
      padding: 5px 10px;
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 100%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #00af54;
    color: #fff;
    }
    .contact-number a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 1px solid #00af54;
      border-radius: 100px;
      -webkit-animation: widgetPulse infinite 1.5s;
      animation: widgetPulse infinite 1.5s;
  }
  .contact-number a::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 1px solid #00af54;
      border-radius: 100px;
      -webkit-animation: widgetPulse2 infinite 1.5s;
      animation: widgetPulse2 infinite 1.5s;
  }
  .contact-number a .fa {
      font-size: 18px;
  }
  @-webkit-keyframes widgetPulse {
      0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
      100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
  }
  @keyframes widgetPulse2 {
      0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
      100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
  } 
  .contact-number i{
  display: block;
  }
  .banner-information{
  width: 65%;
  }
  .banner-form{
  width: 45%;
  }
  .oerview-image img{
    position: relative;
    top:0;
    left:0;
  }
  .hightlight-info{
  padding: 0;
}
.location-advantages-info ul li{
    text-align: center;
  }
  
}
@media (max-width: 767px) {
  .overview-section{
    margin-bottom: 80px;
  }
  .hightlight-info{
  padding: 0;
  }
  .highlight-image{
  margin-bottom: 20px;
  }
  .floor-plan-image{
    margin-bottom: 20px;
  }
  .project-title h2{
  font-size: 30px;
  }
  .contact-info-detail{
  margin-bottom: 20px;
  }
  .oerview-image img{
  left: 40px;
  }

  .banner-information{
  width: 100%;
  padding-left: 0;
  }
  .banner-form{
  padding: 30px;
  width: 100%;
  }
  .actives{
    display: none !important;
  }
  .mobile-section{
  display: block;
  background-color: #e2eaf9;
}
.banner-info-div{
  display: block;
}
.banner{
  height: 70%;
}
.banner-information{
    text-align: center;
  }
  .banner-information h2{
  margin: 0 auto;
}
.banner-information h1{
  color: #7d3895;
  text-shadow: 1px -1px 15px #fff;
}
.banner-information p{
    color: #00aae5;
    text-shadow: 1px -1px 15px #ffeaea;
  }
.banner-information h4{
  text-shadow: 1px -1px 15px #0000000a;
}
.mobile-section .banner-form{
  border: 1px solid #000;
}
.overview-images-section
{
  padding-top: 20px;
}
}
@media (max-width: 575px) {
  .banner{
    height: 50%;
    padding-top: 65px;
  }
  .mobile-section{
  display: block;
  }
  .mobile-section.same-gap{
  padding-top: 15px;
  }
  .banner-information h1{
  margin: 10px 0 0 0;
  }
  .oerview-image img{
      display: none;
  }
  .overview-section{
      margin-bottom: 0;
  }
  .banner-information h4{
      margin-bottom: 0;
      color: #eb4511;
    }
    .banner-information h4{
  font-size: 20px;
}
    .desktop{
  display: none;
  }
  .overview-images-section{
      text-align: center;
  }
  .mobile{
    margin:0 auto;
  margin-top: 20px;
  display: block;
  }
  footer.same-gap{
  padding: 40px 0 10px 0;
  }
  .location-advantages-info ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  .location-advantages-info ul li span img{
      max-width: 50px;
  }
  .location-advantages-info ul{
    padding-left: 66px;
  }
  .location-advantages-info ul li{
      font-size: 16px;
      text-align: left;
  }
  .button-color-new{
  margin-bottom: 10px;
}
.location-advantages-info ul li span{
  top: 2px;
}
}</pre></body></html>