html, body{
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
    background: #E5E5E5;
}

a {
    text-decoration: none;
    color: rgb(39, 39, 39);
    transition: all .4s;
}
a:hover {
    text-decoration: underline;
} 

.heading {
    font-weight: 400;
}

.heading span{
    font-weight: 900;
    color: #51a0ac;
}

.sub-heading{
    font-weight: 600;
    color: #c18768;
}

.content,
.media-content  {
    position: relative;
}

.video-player {
    position: relative;
    width: max-content;
    margin: auto;
}
.video-player video{
    width: 300px;
    padding: 10px;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.video-player .frame{
    background-image: url('/assets/img/options/iPhone.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}


header nav.navbar {
    background-color: rgba(255, 255, 255, .50);  
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.logo {
    max-width: 200px;
}

.nav-item{
    padding-left: 4px;
    padding-right: 4px;
}

.pm-button{
    background-color: #50A1AC;
    color: #fff;
    border-radius: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-align: center;
    box-shadow: 3px 6px 27px rgba(0, 0, 0, 0.25);
    transition: all .4s;
}

.pm-button:hover {
    background-color: #C08768;
    font-weight: 400; 
    text-decoration: none;
}

.about .pm-button {
    max-width: fit-content;
}


.hero-slider
{
  background: #E5E5E5;
}

#heroCarousel .carousel-item {
}

#heroCarousel .carousel-item h1 {
    font-size: 5rem;
    font-weight: 900;
}

#heroCarousel .carousel-item h3 {
    font-weight: 300;
}

.app-download a {
    text-decoration: none;
    border: none;
    display: inline-block;
}

.app-download a img{
    opacity: 0.8;
    transition: all .1s;
    transform: scale(0.99);
    min-width: 250px;
    max-width: 250px;
    margin-bottom: 10px;
}
.app-download a.full-width, .app-download a.full-width img{
 width: 100%;   
}

.app-download a:hover img{
    opacity: 1;
    transform: scale(1);
}

.lpo {
    position: relative;
}

.lpo:hover .path-26{
    transform: scale(1.2);
}

.path-26 {
    animation-name: floating-up-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    top: -10%;
    left: 3%;
}

.path-26 img:nth-child(1){
    position: absolute;
    left: 10px;
}

.path-26 img:nth-child(2){
    position: absolute;
    left: 16px;
    top: -3px;
}

.ani_up-down{
    animation-name: floating-up-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating-up-down {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.ani_left-right{
    animation-name: floating-left-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating-left-right {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(15px, 0px); }
    100%   { transform: translate(0, -0px); } 
}



.ellipse-points {
    background: rgba(192, 135, 104, 0.5);
    box-shadow: 0 0 0 0 rgba(192, 135, 104, 0.5);
    border-radius: 50%;
    animation: pulse-red 2s infinite;

    position: absolute;
}

.point1 {
    right: 15%;
    top: -10%;
}

.point2 {
    left: 3%;
}

@keyframes pulse-red {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
  }

  .rpo {
      position: relative;
  }

  button.carousel-control-next {
    background-color: #fff;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    color: #fff;
    top: 60%;
    right: 2%;
    box-shadow: 3px 6px 27px rgb(0 0 0 / 25%);
}


.bars {
    position: absolute;
    z-index: -1;
    width: 2000px;
    left: 0px;
    right: 0px;
    top: 14%;
    transform: rotate(320deg);
}
.bars div{
    height: 128px;
    display: block;
    border: 1px solid #fff;
}

.bars div:nth-child(1){ background-color: #102022; animation: fadeIn 2s ease-in-out; }
.bars div:nth-child(2){ background-color: #285156; animation: fadeIn 1.8s ease-in-out; }
.bars div:nth-child(3){ background-color: #50A1AC; animation: fadeIn 1.4s ease-in-out; }
.bars div:nth-child(4){ background-color: #A7D0D5; animation: fadeIn 1.2s ease-in-out; }
.bars div:nth-child(5){ background-color: #D3E7EA; animation: fadeIn 1s ease-in-out; }

.bars.circle {
    transform: rotate(0deg);
    left: 55%;
    top: 50%;
}

.bars.circle div {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.bars.circle div:nth-child(1){ width: calc(2 * 400px); height: calc(2 * 400px); }
.bars.circle div:nth-child(2){ width: calc(2 * 320px); height: calc(2 * 320px); left: calc(2 * 40px); top: calc(2 * 40px); }
.bars.circle div:nth-child(3){ width: calc(2 * 240px); height: calc(2 * 240px); left: calc(2 * 80px); top: calc(2 * 80px); }
.bars.circle div:nth-child(4){ width: calc(2 * 160px); height: calc(2 * 160px); left: calc(2 * 120px); top: calc(2 * 120px); }
.bars.circle div:nth-child(5){ width: calc(2 * 80px); height: calc(2 * 80px); left: calc(2 * 160px); top: calc(2 * 160px);}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.features {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 30%;
}

.features div {
    position: absolute;
}

.features div:nth-child(1){
    animation: topRight 1s ease 0s 1 normal forwards;
}

.features div:nth-child(1) span {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #529fab, #a7d0d5);
    box-shadow: 3px 6px 27px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    
    animation-name: floating-up-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes topRight {
    0% { transform: translateY(0) translateX(0); opacity: 0.2;}
    100% { transform: translateY(-256px) translateX(256px); opacity: 1; }
}

.features div:nth-child(2){
    animation: bottomLeft 1s ease 0s 1 normal forwards;
}

.features div:nth-child(2) span,
.features div:nth-child(3) span {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #50A1AC 5.3%, #2E8794 91.06%);
    box-shadow: 3px 6px 27px rgba(0, 0, 0, 0.25);
    border-radius: 50%;

    animation-name: floating-up-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes bottomLeft {
    0% { transform: translateY(0) translateX(0); opacity: 0.2; }
    100% { transform: translateY(64px) translateX(-148px); opacity: 1;}
}

.features div:nth-child(3){
    animation: bottomRight 1s ease 0s 1 normal forwards;
}

@keyframes bottomRight {
    0% { transform: translateY(0) translateX(0); opacity: 0.2;  }
    100% { transform:  translateX(350px) translateY(90px); opacity: 1; }
}

.group-box{
    bottom: -2%;
}

.propwall-box {
    top: 20%;
    right: 10%;
}

.matching-box {
    top: 15%;
}

.group-box, .propwall-box, .matching-box{
    position: absolute;
    animation: fadeIn 1.5s ease-in-out;
}

.group-box.compare{
    bottom: 4%;
}

.about {
    margin-bottom: 20px;
}

.about > div.container{
    background-color: #e4e3e8;
    background-image: url('/assets/img/banners/banner-1.jpg');
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: bottom right;
    border-radius: 30px;
    box-shadow: 3px 6px 27px rgba(0, 0, 0, 0.25);

    display: flex;
    align-items: center;

    min-height: 500px;
    position: relative;

    margin-bottom: 20px;
}

.about > div.container blockquote h1 {
   font-weight: 900;
}


.promo h4 {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 40px;
}
.promo h4::before,
.promo h4::after {
    content: "";
    height: 2px;
    flex: 1;
    background-color: currentColor;
}

.promo .marquee-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.promo  #marquee {
    display: flex;
    animation: marquee 40s linear infinite;
}

.promo  #marquee:hover  {
    animation-play-state: paused;
}

.promo .card{
    height: 100%;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-144vw); }
}

.promo  #marquee img {
    height: 86px;
    border-radius: 20px;
    margin: 2px 20px;
}



.promo .free-trial {
   background-color: #e4eff9a3;
   padding: 90px 0;
}

.promo .free-trial h2 {
    font-weight: 900;
} 

.promo .free-trial .reg-card {
    max-width: 800px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 6px 27px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.promo .free-trial  .reg-card h1,
.promo .free-trial  .reg-card small {
    font-weight: 100;
} 

.promo .free-trial  .reg-card h1 span {
    font-weight: 400;
} 

.promo .free-trial .reg-card h5
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: rgba( rgb(78, 78, 78) ,.9);
}

.promo .free-trial .reg-card .btn {
    background-color: #2998FF;
    border-color: #2998FF;
    border-radius: 999em;
    padding: 12px 23px;
}

.promo .free-trial .reg-card .btn:hover{
    text-decoration: none;
    background-color: #2381D9;
    border-color: #2381D9;
}

.promo .card {
    border: none;
    box-shadow: 3px 6px 27px rgb(0 0 0 / 25%);
}

.promo .cards {
    margin-top: 60px;
}

.promo .card img.card-img-top
{
    max-width: 86px;
    margin: -42px auto 0px auto;
    box-shadow: 0px 24px 50px #f9f9f9;
}

#app-options {
     max-width: 100%;
        overflow: hidden;
}

.app-options article {
    padding-top: 80px;
    margin-top: 80px;
    min-height: 600px;
    width: 100%;
    position: relative;
}

.app-options article p {
    font-size: 20px;
    line-height: 1.5;
    width: 80%;
}

section.navbar-options {
    position: fixed;
    right: 10%;
    top: 30%;
    z-index: 99;
}

ul#navbarOptions {
    list-style: none;
}

ul#navbarOptions li {
    margin-bottom: 10px;
    display: block;
}

ul#navbarOptions li a {
    width: 128px;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    transition: all .4s;
    text-decoration: none;
}

ul#navbarOptions li a > span {
    background-color:rgb(27, 27, 27, 0.6);
    color: #fff;
    padding: 2px 6px;
    border-radius: 12px;
    transition: all .2s;
}

ul#navbarOptions li a.active > span,
ul#navbarOptions li a:hover > span {
    background-color:rgb(27, 27, 27, 1);
}

ul#navbarOptions li a img {
    width: 16px;
    margin-left: 10px;
    transition: all .2s;
}

ul#navbarOptions li a.active > img, 
ul#navbarOptions li a:hover > img {
    border: 4px solid #c18768;
    border-radius: 50%;
}

article#inquiries .objects {
    position: absolute;
    top: 20%;
    width: 38%;
}

article#inquiries .objects div {
    position: absolute;
    left: 80%;
}


article#inquiries .objects div:nth-child(1){
    animation: obj1 1s ease 0s 1 normal forwards;
}
article#inquiries .objects div:nth-child(2){
    animation: obj2 1s ease 0s 1 normal forwards;
}
article#inquiries .objects div:nth-child(3){
    animation: obj3 1s ease 0s 1 normal forwards;
}


@keyframes obj1 {
    0% { transform: translateY(0) translateX(0); opacity: 0.2; }
    100% { transform: translateY(90%) translateX(-120%); opacity: 1;}
}

@keyframes obj2 {
    0% { transform: translateY(0) translateX(0); opacity: 0.2;  }
    100% { transform:  translateX(245%) translateY(200%); opacity: 1; }
}

@keyframes obj3 {
    0% { transform: translateY(0) translateX(0); opacity: 0.2;  }
    100% { transform:  translateX(-105%) translateY(40%); opacity: 1; }
}

article#smartlisting .objects {
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 10;
    color: #fff;
    font-size: 12px;
}

article#smartlisting .objects video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #e5e5e5 inset;
}

article#smartlisting .objects .avator
{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #c18768;
    box-shadow: 0px 0px 10px #e5e5e5 inset;
}

article#smartlisting .objects div:nth-child(3) {
    border: 2px solid #51a0ac;
    box-shadow: 0px 0px 10px #51a0ac inset;
}

article#smartlisting .objects div:nth-child(2) button {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    margin-top: -20px;
    transition: all .2s;
}

article#smartlisting .objects div:nth-child(2) button:hover,
article#smartlisting .objects div:nth-child(4) button:hover{
    transform: scale(1.2);
}

article#smartlisting .objects div:nth-child(2) button:focus,
article#smartlisting .objects div:nth-child(4) button:focus{
    box-shadow: none !important;
}

article#smartlisting .objects div:nth-child(4) button {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    margin-top: -20px;
    transition: all .2s;
}

article#smartlisting .objects div:nth-child(2) button span:first-child {
    background-color: #c18768;
    font-size: 30px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 4px;
    display: inline-block;
    z-index: 1;
    position: relative;
    animation: pulse 2s infinite;
}

article#smartlisting .objects div:nth-child(2) button span:last-child {
    background-color: #c18768;
    font-size: 18px;
    color: #fff;
    border-radius: 0px 32px 32px 0px;
    padding: 3px 14px;
    font-weight: 400;
    margin-left: -12px;
    z-index: -1;
    position: absolute;
    margin-top: 9px;
}

article#smartlisting .objects div:nth-child(4) button span:first-child {
    background-color: #51a0ac;
    font-size: 30px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 4px;
    display: inline-block;
    z-index: 1;
    position: relative;
    animation: pulse 2s infinite;
}

article#smartlisting .objects div:nth-child(4) button span:last-child {
    background-color: #51a0ac;
    font-size: 18px;
    color: #fff;
    border-radius: 0px 32px 32px 0px;
    padding: 3px 14px;
    font-weight: 400;
    margin-left: -12px;
    z-index: -1;
    position: absolute;
    margin-top: 9px;
}

article#listings .objects {
    position: absolute;
    top: 5%;
    left: -10%;
}

article#market .objects {
    position: absolute;
    top: 10%;
    z-index: -1;
    left: -12%;
}

article#propchat .objects {
    position: absolute;
    top: 80%;
    left: 16%;
}

article#forms .objects {
    position: absolute;
    top: 18%;
    z-index: -1;
    width: 100%;
    left: -50%;
    transform: translate(0%);
}

article#forms .objects div img {
    border: 6px solid #51a0ac;
    border-radius: 18px;
    width: 40%;
    right: 32px;
    position: absolute;
    transition: all .4s;

    animation-name: ani_form;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes ani_form {
    0% { transform: matrix3d(0.94, 0, 0.34, 0.0005, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1.1) translateX(0px);  }
    100% { transform: matrix3d(0.94, 0, 0.34, 0.0005, 0, 1, 0, 0, -0.34, 0, 0.94, 0, 1, 0, 10, 1.1) translateX(-100px); }
}

#compares .objects {
    position: absolute;
    bottom: -30%;
    left: -7%;
}


article#propwall{
    /*background-image: url('/assets/img/banners/propwall-b-2.png');*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

article#propwall .objects {
    position: absolute;
    top: 18%;
    z-index: -1;
    width: 100%;
    left: -50%;
}

article#propwall .objects div {
    position: relative;
    width: 100%;
}
article#propwall .objects div img {
    position: absolute;
    width: 100%;
    transition: 0.5s;
}


article#propwall .objects div img:nth-child(1) { animation: ani3d_4 3.8s ease 0s 1 normal forwards; }
article#propwall .objects div img:nth-child(2) { animation: ani3d_3 3.6s ease 0s 1 normal forwards; }
article#propwall .objects div img:nth-child(3) { animation: ani3d_2 3.4s ease 0s 1 normal forwards; }
article#propwall .objects div img:nth-child(4) { animation: ani3d_1 3s ease 0s 1 normal forwards; }


@keyframes ani3d_1 {
    0% { transform: translate(0, 0);  }
    100%   { transform: translate(10px, -10px); }   
}

@keyframes ani3d_2 {
    0% { transform: translate(0, 0);  }
    100%   { transform: translate(15px, -15px); opacity: .4; }   
}

@keyframes ani3d_3 {
    0% { transform: translate(0, 0);  }
    100%   { transform: translate(20px, -20px); opacity: .2; }   
}

@keyframes ani3d_4 {
    0% { transform: translate(0, 0);  }
    100%   { transform: translate(25px, -25px); opacity: .1;  }   
}

.testimonials{
    background: linear-gradient(0deg, rgb(16, 32, 34), transparent);
}

footer {
    display: block;
    background-color: #fff;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .sm {
    margin-top: 10px;
}
footer .sm img {
    width: 32px;
    height: 32px;
}

footer .sm a:hover img {
    transform:scale(1.1);
} 

.support-wa {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-decoration: none;
    
}

.support-wa span {
    background: #3fc350;
    color: #fff;
    border-radius: 0px 32px 32px 0px;
    padding: 3px 14px;
    font-weight: 400;
    margin-left: -16px;
    z-index: -1;
}

.support-wa:hover{
    color: #fff;
    text-decoration: none;
}

.support-wa img {
    z-index: 10;
    position: relative;
    transition: all .2s;
    animation: pulse 2s infinite;
    border-radius: 50%;
}

.support-wa:hover img {
   transform: scale(1.1);
}

 footer .app-download a img{
       max-width: 246px;
    }

@keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }









