
.real-estate-advisor {
    position: relative;
    padding-top: 160px;
    padding-bottom: 80px;
    z-index: 1;
}
.real-estate-advisor .realestat-leftimg {
    position: absolute;
    top: 195px;
    left: 0;
    width: 340px;
    height: 340px;
    object-fit: cover;
    object-position: -54px;
    z-index: -1;
}
.real-estate-advisor .realestat-rightimg {
    position: absolute;
    right: 0;
    top: 40px;
    width: 290px;
    height: 291px;
    object-fit: contain;
    z-index: -1;

}

/* .real-estate-advisor.animate .realestat-rightimg {
  animation: revealTopToBottom 1.2s ease forwards;
}
.real-estate-advisor.animate .realestat-leftimg {
  animation: revealBottomToTop 1.2s ease forwards;
} */
@keyframes revealBottomToTop {
  from {
    clip-path: inset(100% 0 0 0); /* hidden */
    -webkit-clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes revealTopToBottom {
  from {
    clip-path: inset(0 0 100% 0); /* hide */
  }
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}


.real-estate-advisor .content-box {
    max-width: 906px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.real-estate-advisor .content-box p {
    font-size: 23px;
    line-height: 31px;
}


.real-estate-advisor .content-box .title-section,
.real-estate-advisor .content-box .h4 {
    max-width: 640px;
    margin: auto;
}

.real-estate-advisor .content-box .title-section .h6 {
    margin-bottom: 24px;
    display: inline-block;
}

.real-estate-advisor .content-box .title-section h2, .real-estate-advisor .content-box  .h4 {
    margin-bottom: 50px;
}
.real-estate-advisor .content-box .title-section h2 span{
    font-style: italic;
}
.real-estate-advisor .content-box .btn {
    margin-top: 46px;
}
.scroll-gif {
  opacity: 0;
  /* transition: opacity 0.4s ease; */
}
.scroll-gif.is-visible {
  opacity: 1;
}
@media only screen and (max-width:1399px){
    
}
@media only screen and (max-width:1199px){
    .real-estate-advisor .content-box .title-section {
        max-width: 480px;
    }
    .real-estate-advisor .realestat-leftimg {
        width: 280px;
        height: 280px;
    }
}
@media only screen and (max-width:991px){
    .real-estate-advisor .realestat-rightimg {
        width: 190px;
        height: 190px;
    }
    .real-estate-advisor .realestat-leftimg {
        width: 190px;
        height: 190px;
    }
    .real-estate-advisor .content-box p {
        font-size: 18px;
    }
    .real-estate-advisor .content-box .title-section {
        max-width: 390px;
    }
    .real-estate-advisor {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width:767px){
    .real-estate-advisor {
        padding-top: 190px;
    }
    .real-estate-advisor {
        padding-bottom: 190px;
    }
    .real-estate-advisor .realestat-leftimg {
        top: 0;
    }
    .real-estate-advisor .realestat-rightimg {
        top: auto;
        bottom: -10px;
    }
    .real-estate-advisor .content-box .title-section h2, .real-estate-advisor .content-box  .h4 {
        margin-bottom: 30px;
    }
}