#RealEstatePart1{
    width: 100%;
    width: fit-content;
    position: relative;
    top: -150px;
}
#BGPart1RealEstate{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}
#RealStatePart1Sec{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
#RealStatePart1Sec p{
    width: max-content;
    height: max-content;
    font-size: 23px;
    line-height: 1.7;
    color: white;
    font-family: 'MainFontIt';
    position: relative;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#RealStatePart1Sec img{
    width: 80%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: 10;
}
#RealEstatePart2{
    width: 100%;
    height: fit-content;
    position: relative;
    top: -300px;
}
#RealEstatePart2 video{
    width: 100%;
    height: auto;
}
#RealEstatePart2 p{
    width: 100%;
    height: max-content;
    text-align: center;
    font-size: 1.7vw;
    color: white;
    font-family: 'MainFontIt';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.7;
}
#RealEstatePart3{
    width: 100%;
    height: fit-content;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -300px;
    padding-top: 50px;
}
#RealEstatePart3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #201e2b;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#RealEstatePart3Sec{
    width: 90%;
    height: 90%;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 1fr;
    column-gap: 20px;
}
#RealEstatePart3Sec1{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 55% 25% 25%;
    row-gap: 10px;
}
#RealEstatePart3Sec1 img{
    width: 85%;
    height: auto;
    position: relative;
    bottom: 0px;
    z-index: 1;
}
#RealEstatePart3Sec1 div{
    width: 85%;
    display: flex;
    justify-content: space-between;
}
#RealEstatePart3Sec1 div>img{
    width: auto;
    height: 60%;
}
#RealEstatePart3Sec p{
    width: 100%;
    height: max-content;
    color: white;
    line-height: 1.7;
    font-size: 1vw;
    font-family: 'MainFontIt';
    z-index: 1;
}
#RealEstatePart3Sec p span{
    font-size: 18px;
    color: #ceb36c;
}
#RealEstatePart4{
    width: 90%;
    height: 255px;
    position: relative;
    top: -150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    margin: auto;
}
#RealEstatePart4::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #201e2b;
    opacity: 0.8;
    border-radius: 50px;
}
#ThirdPartSideVideo {
    width: 100%;
    height: 100%;
    position: relative;
}
#ThirdPartSideVideo video{
    width: auto;
    height: auto;
    position: relative;
    top: -12%;
    left: -8%;
    transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg);
    border-radius: 50px;
    border-left: 10px solid #ceb36c;
    box-shadow: 0 0 0 0 transparent;
}
#RealEstatePart4 p{
    width: max-content;
    height: max-content;
    font-size: 1.4vw;
    color: white;
    font-family: 'MainFontIt';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    line-height: 1.7;
    margin: 0px;
}
#ThirdPartSideVideo lottie-player{
    top: 38%;
    left: 42%;
    transform: translate(-50% , -50%);
}
#RealEstatePart5{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#RealEstatePart5 h1{
    color: white;
    font-size: 30px;
    font-family: 'MainFontIt';
    font-weight: bold;
    z-index: 10;
    width: 100%;
    text-align: center;
}
#RealEstatePart5Sec{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    position: relative;
    margin: auto;
    margin-top: 60px;
}
#RealEstatePart5Sec::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #201e2b;
    opacity: 0.8;
    border-radius: 50px;
}
#RealEstatePart5Sec p{
    font-size: 1.4vw;
    height: max-content;
    color: white;
    text-align: left;
    position: relative;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    line-height: 2.3;
    font-family: 'MainFontIt';
    z-index: 10;
}
#RealEstatePar5VideoImages{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 35% 65%;
    z-index: 10;
}
#RealEstatePar5Video{
    position: relative;
}
#RealEstatePar5Video video{
    width: 90%;
    height: auto;
    border-left: 10px solid #ceb36c;
    border-radius: 50px;
    position: relative;
    top: -12%;
    right: -15%;
}
#RealEstatePar5Video lottie-player{
    position: absolute;
    top: 38%;
    right: 40%;
    transform: translate(50% , -50%);
}
#RealEstatePar5Images{
    width: 72%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 25% 25%;
    row-gap: 0px;
    margin-left: 10%;
}
#RealEstatePar5Images img{
    width: 100%;
}
#RealEstatePar5Images div{
    display: flex;
    justify-content: space-between;
}
#RealEstatePar5Images div>img{
    height: 85%;
    width: auto;
}
#pageNum{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#pageNum p{
    color: white;
    font-size: 15px;
    margin: 5px;
    font-family: 'MainFont';
    font-weight: bold;
}
#pageNum p:hover{
    cursor: pointer;
}
#p1{
    color: #ceb36c !important;
}
@media(max-width : 1650px){
    #RealEstatePart3Sec1{
        grid-template-rows: 50% 25% 25%;
    }
}
@media(max-width : 1560px){
    #RealEstatePart3Sec1{
        grid-template-rows: 48% 26% 26%;
    }
}
@media(max-width : 1490px){
    #RealEstatePart3Sec1 {
        grid-template-rows: 47% 22% 26%;
    }
}
@media(max-width : 1450px){
    #RealEstatePart3Sec1 {
        grid-template-rows: 52% 22% 26%;
        grid-template-columns: 100%;
    }
    #RealEstatePar5Images {
        grid-template-rows: 47% 24% 24%;
    }
}
@media(max-width : 1300px){
    #RealEstatePar5Images {
        grid-template-rows: 45% 23% 23%;
    }
}
@media(max-width : 1260px){
    #RealStatePart1Sec p {
        font-size: 20px;
    }
    #RealEstatePart3Sec p {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media(max-width : 1160px){
    #RealEstatePar5Images {
        grid-template-rows: 43% 22% 22%;
    }
}
@media(max-width : 1100px){
    #RealEstatePart3Sec {
        width: 95%;
    }
    #RealEstatePar5Images {
        grid-template-rows: 43% 21% 21%;
    }
    #RealEstatePar5Video lottie-player {
        top: 35%;
    }
}
@media(max-width : 1000px){
    #RealStatePart1Sec {
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
    }
    #RealStatePart1Sec p {
        font-size: 1.9vw;
        font-weight: 600;
        order: 1;
        text-align: center;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    #RealStatePart1Sec img {
        height: 100%;
        width: auto;
        left: 50%;
        top: 1%;
        transform: translateX(-50%);
    }
    #RealEstatePart3Sec {
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
    }
    #RealEstatePart3Sec1 img {
        margin: auto;
    }
    #RealEstatePart3Sec1 div {
        width: 92%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #RealEstatePart3Sec p {
        position: relative;
        top: 0%;
        transform: translateY(0%);
        text-align: center;
        font-size: 1.7vw;
        font-weight: 500;
    }
    #RealEstatePart3 {
        padding-bottom: 50px ;
    }
    #RealEstatePart4 {
        width: 90%;
        grid-template-columns: 90%;
        grid-template-rows: 50% 50%;
    }
    #ThirdPartSideVideo video {
        left: -13%;
    }
    #ThirdPartSideVideo lottie-player {
        left: 37%;
    }
    #RealEstatePart4 p {
        font-size: 2.5vw;
    }
    #RealEstatePart5Sec {
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
    }
    #RealEstatePart5Sec p {
        font-size: 2.5vw;
        top: 8%;
        left: 4%;
        transform: translateY(0%);
        order: 1;
        text-align: left;
    }
    #RealEstatePar5Video video {
        width: 80%;
        right: -20%;
    }
    #RealEstatePar5VideoImages {
        grid-template-rows: 42% 58%
    }
    #RealEstatePar5Images {
        grid-template-rows: repeat(3, 1fr);
        row-gap: 10px;
        margin: auto;
    }
    #RealEstatePar5Video{
        height: fit-content;
    }
    #RealEstatePar5Images div>img {
        height: intrinsic;
        width: 49%;
    }
    #RealEstatePar5Video lottie-player {
        top: 38%;
    }
    #RealEstatePart4 {
        height: fit-content;
    }
    #RealEstatePart5Sec::before {
        height: 95%;
    }
    #pageNum {
        margin-top: -10%;
    }
}
@media(max-width : 850px){
    #RealStatePart1Sec img{
        height: 90%;
        top: 11%;
    }
    #RealEstatePart2 {
        top: -250px;
    }
    #RealEstatePart3 {
        top: -250px;
    }
    #RealEstatePart4 {
        top: -100px;
    }    
}
@media(max-width : 700px){
    #RealEstatePart3Sec p {
        font-size: 1.9vw;
    }
    #ThirdPartSideVideo lottie-player ,#RealEstatePar5Video lottie-player{
        width: 200px !important;
        height: 200px !important;
    }
    #RealEstatePart2 p {
        font-size: 2.1vw;
        font-weight: 500;
        z-index: 100;

    }
    #RealEstatePart2 {
        top: -200px;
    }
    #RealEstatePart3 {
        top: -200px;
    }
    #RealEstatePart4 {
        top: -50px;
    } 
    #RealEstatePart3Sec1 div {
        width: 88%;
    }   
}
@media(max-width : 600px){
    #RealEstatePart3Sec1 {
        row-gap: 0px;
    }
    #RealStatePart1Sec img {
        height: 75%;
        top: 30%;
    }
    #ThirdPartSideVideo video ,#RealEstatePar5Video video{
        border-radius: 25px;
    }
}
@media(max-width : 500px){
    #RealEstatePart3Sec1 div>img{
        height: 55%;
    }
    #BG, #BGVideo {
        height: 106vh;
    }
    #ThirdPartSideVideo video {
        left: -6%;
    }
    #ThirdPartSideVideo lottie-player {
        left: 45%;
    }
    #RealEstatePart2 {
        top: -180px;
    }
    #RealEstatePart3 {
        top: -180px;
    }
    #RealEstatePart5 h1 {
        font-size: 25px;
    }
    #RealEstatePart3Sec p {
        font-size: 2.1vw;
    }    
    #RealEstatePart4 p {
        font-size: 2.8vw;
    }
    #RealEstatePart5Sec p {
        top: 5%;
        font-size: 2.7vw;
    }
}
@media(max-width : 400px){
    #RealEstatePart3Sec1 {
        grid-template-rows: 43% 20% 24%;
    }
    #RealEstatePart3Sec p {
        font-size: 3vw;
        top: -22%;
    }
}