#main {
    width: 100%;
}
.sechead
{
    font-size: 30px;
    line-height: 2;
}

#tech_pck_div
{
    background: #00000057;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

#RealEstatePart1 {
    width: 100%;
    position: relative;
    top: -100px;
    height: 100%;
    padding-bottom: 3%;
}

#BGPart1RealEstate{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.sub-content-tabs
{
    float: left;
    padding: 0px 0.5vw 0px 2%;
    width: 50%;
    text-align: left;
}

#RealStatePart1Sec img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#RealStatePart1Sec {
    width: 100%;
    height: 86%;
    /* position: absolute; */
    position: relative;
    left: 0;
    /* top: 0; */
    top: -20vh;
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
}

#RealStatePart1Sec p {
    width: max-content;
    height: max-content;
    font-size: 30px;
    line-height: 1.7;
    color: white;
    font-family: 'MainFontIt';
    position: absolute;
    left: auto;
    /* top: 52%; */
    transform: translate(0%, 50%);
    z-index: 10;
    text-align: center;
    /* background: #031c607d;
    border-radius: 40px; */
}

#tech_laytop{
    background: #00000082;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
}
/* 
#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: -170px;
    text-align: center;
}

#RealEstatePart2 video{
    width: 98%;
    height: auto;
}

#RealEstatePart2 p {
    width: 85%;
    height: max-content;
    text-align: center;
    font-size: 1.7vw;
    color: white;
    font-family: 'MainFontIt';
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.7;
    border-radius: 25px;
    /* background-color: #201e2bc9; */
    background-color: #030011a8;
}

.text-shadow
{
    text-shadow: 1px 1px black;
}

.section-head-space
{
    letter-spacing: 0.4vw;
}

#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;
    /* top: 15px; */
    top: -95px;
    position: relative;
}
#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;
    margin-bottom: 20px;
}
#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-radius: 50px;
    position: relative;
    top: -40%;
    right: -15%;
    box-shadow: -9px 6px #a4a4a447;
}
#RealEstatePar5Video lottie-player{
    position: absolute;
    /* top: 115%; */ top: 58% !important;
    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;
}

/* ======================== sec - 6 =============================== */
#RealEstatePar6Video lottie-player {
    width: 300px; height: 300px;  position: absolute;
    }

#RealEstatePar6VideoImages {
    width: 100%; /*   do not edit --> but edit #RealEstatePar6Images img */
    margin: auto;
    }

#RealEstatePart6{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#RealEstatePart6 h1{
    color: white;
    font-size: 30px;
    font-family: 'MainFontIt';
    font-weight: bold;
    z-index: 10;
    width: 100%;
    text-align: center;
}
#RealEstatePart6Sec{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    position: relative;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}
#RealEstatePart6Sec::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #201e2b;
    opacity: 0.8;
    border-radius: 50px;
}
#RealEstatePart6Sec p{
    direction: ltr;
    font-size: 1.4vw;
    height: max-content;
    color: white;
    text-align: left;
    position: relative;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    line-height: 1.3;
    font-family: 'MainFontIt';
    z-index: 10;
}
#RealEstatePar6VideoImages{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    /* grid-template-rows: 35% 65%; */
    grid-template-rows: 30% 65%;
    z-index: 10;
}
#RealEstatePar6Video{
    position: relative;
}

#RealEstatePar6Video video {
    width: 90%;
    height: auto;
    border-radius: 25px;
    position: relative;
    top: -12%;
    right: 11%;
    box-shadow: 10px 6px #a4a4a447;
}

#RealEstatePar6Video lottie-player{
    position: absolute;
    top: 39%;
    right: 60%;
    transform: translate(50% , -50%);
}
#RealEstatePar6Images{
    width: 99%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 56% 26% 26%;
    row-gap: 0px;
    margin-left: 10%;
}
#RealEstatePar6Images img{
    width: 100%;
}
#RealEstatePar6Images div{
    display: flex;
    justify-content: space-between;
}
#RealEstatePar6Images 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){
    #RealEstatePart1 {
        top: -49px;
      }
      #RealEstatePart2 {
        top: -146px;
      }
      #RealEstatePart5 {
        position: relative;
        top: -70px;
      }

    #RealStatePart1Sec {
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
    }
    #RealStatePart1Sec p {
        font-size: 2.2vw;
        font-weight: 600;
        order: 1;
        text-align: center;
        top: 20%;
        transform: translate(0%, 50%);
        /* top: 0%; */
        /* left: 50%; */
        /* line-height: 8vh; */
        
    }
    #RealStatePart1Sec img {
        width: 100%;
        height: 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%); */
        transform: translateY(-25%);
        order: 1;
        text-align: left;
    }
    #RealEstatePart5Sec {
        margin-top: 5px;
        margin-bottom: 0px;
      }

    #RealEstatePart5Sec::before
    {
        border-radius: 25px;
    }

    #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%;
    }
    #RealEstatePart6Sec p {
        margin: 20 20px;
      }
    #RealEstatePar6Video lottie-player {
    position: relative !important;
    top: -45%;
    right: 58%;
    }
    #RealEstatePar6VideoImages
    {
        width: 95%;  /* do not edit --> but edit #RealEstatePar6Images img */
        /* width: 100%; */
    }
    #RealEstatePar6Images {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 21% 21%;
        row-gap: 0px;
        margin-left: 10%;
    }

    #pageNum {
        margin-top: -10%;
    }
}

@media(orientation: portrait)
{
    #mainFooter {
        width: 100%;
        height: 225px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #201e2b;
        position: relative;
        z-index: 1;
      }
}

@media(max-width : 1000px) and (orientation: portrait)
{
    
        
    #RealEstatePart2 {
        top: -270px;
    }
    #RealEstatePart3 {
        top: -250px;
    }
    #RealEstatePart4 {
        top: -100px;
    }    

    #RealEstatePart5
    {
        top: -145;
    }

      #RealEstatePart6
      {
        top: -101px;
        position: relative;
    }
    
    #RealEstatePart6 {
        width: 100%;
        height: fit-content;
        display: flex;
    }

    #RealEstatePart6Sec {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -180px;
    }

    #RealEstatePar6Images {
        width: 99%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 47% 31% 31%;
        row-gap: 0px;
        /* margin-left: 10%; */
        margin: 0 auto;
    }
  
    #RealEstatePar6ImagesImg{
        margin-top: -40px;
    }
    #RealEstatePart6Sec p {
        transform: translateY(1%);
        line-height: 1.5;
        font-size: 3.5vw;
    }
    #RealEstatePar6VideoImages
    {
        /* width: 67%; */
        width: 100%;  /* do not edit --> but edit #RealEstatePar6Images img */
    }

}

@media(max-width : 850px){
    #RealStatePart1Sec img{
        /* height: 90%;
        top: 11%; */
        height: fit-content;
        top: 20%;
        width: 100%;
        }     

    #RealEstatePart2 {
        top: 30px;
      }
      #RealEstatePart5 {
        top: 25px;
      }
    #RealEstatePar6Images div > img {
        height: 80%;
        width: auto;
      }
      #RealEstatePar6Video video
      {
        width: 80%;
        border-radius: 13px;
      }

      #RealEstatePar6Video lottie-player {
        position: relative !important;
        width: 200px !important;
        top: -37%;
        right: 52%;
      }
      
  /*  #RealEstatePar6VideoImages {
        width: 95%;   do not edit --> but edit #RealEstatePar6Images img 
      }*/
}

@media(max-width : 850px) and (orientation: portrait){
    
    #RealEstatePart2 
    {
        top: -485px;
    }
    #RealEstatePart5 
    {
        top: -390;
      }

      #RealEstatePart6
      {
        top: -101px;
        position: relative;
    }
    #RealEstatePart6 
    {
        width: 100%;
        height: fit-content;
        display: flex;
    }

    #RealEstatePart6Sec 
    {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -180px;
    }

    
    #RealEstatePar6Images 
    {
        width: 95%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 47% 31% 31%;
        row-gap: 0px;
        /* margin-left: 10%; */
        margin: 0 auto;
    }
  
    #RealEstatePar6ImagesImg
    {
        margin-top: -40px;
    }
    #RealEstatePart6Sec p 
    {
        transform: translateY(1%);
        line-height: 1.5;
        font-size: 3.5vw;
    }

    #RealEstatePar6VideoImages
    {
        /* width: 67%; */
        width: 100%;  /* do not edit --> but edit #RealEstatePar6Images img */
    }

}

@media(max-width : 750px)
{
    #RealEstatePar6Video video
    {
        width: 100%;
        border-radius: 13px;
    }
    #RealEstatePar6Video lottie-player {
        width: 200px !important;
        top: -45%;
        right: 58%;
        position: relative !important;
      }

  /*  #RealEstatePar6VideoImages {
        width: 95%;   do not edit --> but edit #RealEstatePar6Images img 
      }*/
      
}

@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: 1.9vw;
        font-weight: 500;
        z-index: 100;
        background-color: #201e2b17;

    }
    #RealEstatePart2 {
        /* top: -40px; */
        top: 0px;
        /* transform: translate(-4px, 0%); */
        transform: translate(1px, 10%);
    }
    #RealEstatePart3 {
        top: -200px;
    }
    #RealEstatePart4 {
        top: -50px;
    } 
    #RealEstatePart5 {
        top: 35px;
    }
    #RealEstatePart6 {
        width: 100%;
    }
    #RealEstatePart6Sec {
        width: 97%;
    }
    #RealEstatePart3Sec1 div {
        width: 88%;
    }   
  /*  #RealEstatePar6VideoImages {
        width: 95%;   do not edit --> but edit #RealEstatePar6Images img 
      }*/
      #RealEstatePar6Video lottie-player {
        position: relative !important;
        width: 200px !important;
        height: auto;
        /* position: absolute; */
        top: -37%;
        right: 50%;
        transform: translate(50% , -50%);
      }
      #RealEstatePar6Video video {
        width: 78%;
        border-radius: 13px;
      }

}

@media(max-width : 700px) and (orientation: portrait)
{
    
    #RealEstatePart2 {
        top: -485px;
      }
    #RealEstatePart5 {
        top: -390;
      }

      #RealEstatePart6
      {
        top: -101px;
        position: relative;
    }
    #RealEstatePart6 {
        width: 100%;
        height: fit-content;
        display: flex;
    }

    #RealEstatePart6Sec {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -180px;
    }

    #RealEstatePar6Images {
        width: 95%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 47% 31% 31%;
        row-gap: 0px;
        /* margin-left: 10%; */
        margin: 0 auto;
    }
  
    #RealEstatePar6ImagesImg{
        margin-top: -40px;
    }
    #RealEstatePart6Sec p {
        transform: translateY(1%);
        line-height: 1.5;
        font-size: 3.5vw;
    }
    #RealEstatePar6VideoImages
    {
        /* width: 67%; */
        width: 100%;  /* do not edit --> but edit #RealEstatePar6Images img */
    }

}


@media(max-width : 600px) and (orientation: portrait)
{
    #RealEstatePart2 {
        top: -468px !important;
      }
      #RealEstatePart5 {
        /* top: -401 !important; */
        top: -360px !important;
      }
      #RealEstatePart6 {
        top: -175px !important;
    }
}

@media(max-width : 300px) and (min-width : 250px) and (max-height : 700px) and (min-height : 600px)
{
    #RealEstatePart2 {
        top: -360px !important;
    }
}

@media(max-width : 350px) and (min-width : 300px) and (max-height : 700px) and (min-height : 600px)
{
    #RealEstatePart2
    {
        top : -399px !important;
    }
    #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
}

@media(max-width : 850px) and (min-width : 750px) and (max-height : 1300px) and (min-height : 1200px)
{
    #RealEstatePar6Images {
        grid-template-rows: 47% 28% 28%;
    }
}

@media(max-width : 900px) and (min-width : 800px) and (max-height : 400px) and (min-height : 300px)
{
    #RealStatePart1Sec p {
        /* top: 0;
        transform: translate(0%, 17%); */
        top: 18%;                       /* IPhone 12 pro 844 390 */
        transform: translate(0%, 50%);
    }
    #RealEstatePart2 {
        /* top: -88px; */
        top: 30px;
    }
}

@media(max-width : 750px) and (min-width : 700px) and (max-height : 1200px) and (min-height : 1100px)
{
    #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
    #RealEstatePar6Images img {
        width: 99%; /* do not edit */
    }
    #RealEstatePar6Video video {
        width: 76%;
        border-radius: 13px;
    }
}

@media(max-width : 400px) and (min-width : 350px) and (max-height : 700px) and (min-height : 601px)
{
    #RealStatePart1Sec {
        top: -23vh;
    }
    #RealEstatePart2 {
        top: -365px !important;
      }
    #RealEstatePart5 {
        top: -348px !important;
    }
}

@media(max-width : 450px) and (min-width : 400px) and (max-height : 1000px) and (min-height : 901px)
{
    #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
}

@media ((max-width : 1050px) and (min-width : 1000px) and (max-height : 1400px) and (min-height : 1301px))
or
((max-width : 950px) and (min-width : 901px) and (max-height : 1400px) and (min-height : 1301px))
{
    #RealStatePart1Sec img {
        height: 62% !important;
    }
    /* #RealEstatePar6Images img {
        width: 138% !important;
    } */
    #RealEstatePar6Images {
        grid-template-rows: 50% 29% 29% !important;
    }

    #RealEstatePart6 {
        margin: 30px 0px;
    }

    #RealEstatePart6Sec::before {

        height: 105% !important;
    }
}

@media ((max-width : 1200px) and (min-width : 1000px) and (max-height : 850px) and (min-height : 701px))
or
((max-width : 1000px) and (min-width : 900px) and (max-height : 1400px) and (min-height : 1301px))
{
    #RealStatePart1Sec p {
        top: 16%;
        transform: translate(0%, 50%);
    }
}

@media ((max-width : 1200px) and (min-width : 1000px) and (max-height : 1400px) and (min-height : 1301px))
{
    #RealStatePart1Sec p {
        top: 30%;
        transform: translate(0%, 50%);
    }
}

@media(max-width : 1000px) and (min-width : 900px) and (max-height: 500px) and (min-height: 400px)
{
    #RealStatePart1Sec p {
        top: 0%;
        transform: translate(0%, 33%);
    }
}

@media(max-width : 850px) and (min-width : 800px) and (max-height : 1200px) and (min-height : 1101px)
{
    #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
}

@media(max-width : 800px) and (min-width : 700px) and (max-height : 1050px) and (min-height : 1001px)
{
    #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
}

@media(max-width : 950px) and (min-width : 850px) and (max-height : 500px) and (min-height : 350px)
{
    #RealStatePart1Sec p {
        top: -12%;
    }
}

@media ((max-width : 600px) and (min-width : 500px) and (max-height : 800px) and (min-height : 700px))
{
    #RealEstatePart2 {
        top: -386px !important;
    }
}

@media ((max-width : 500px) and (min-width : 400px) and (max-height : 400px) and (min-height : 300px))
{
    #RealEstatePart2 {
        top: -62px !important;
    }
    #RealEstatePart5 {
        top: -39px !important;
    }
}
@media(max-width : 450px) and (min-width : 400px) and (max-height : 750px) and (min-height : 700px)
{
    #RealEstatePart2 {
        top: -418px !important;
      }
}

@media(max-width : 280px) and (min-width : 200px) and (max-height : 350px) and (min-height : 300px)
{

    #RealStatePart1Sec {
        top: -36vh !important;
    }
    #RealEstatePart2 {
        top: -199px !important;
      }
}

@media(max-width : 350px) and (min-width : 300px) and (max-height : 500px) and (min-height : 450px)
{
    #space
    {
        height: 29vh !important;
    }
    #RealStatePart1Sec {
        top: -264px !important;
    }
    #RealEstatePart2 {
        top: -410px !important;
      }
}

@media(max-width : 350px) and (min-width : 300px) and (max-height : 600px) and (min-height : 550px)
{
    #space
    {
        height: 21vh !important;
    }
    #RealStatePart1Sec {
        top: -264px !important;
    }
    #RealEstatePart2 {
        top: -410px !important;
      }
      #RealEstatePar6Images {
        grid-template-rows: 43% 27% 27% !important;
    }
}

@media(max-width : 400px) and (min-width : 350px) and (max-height : 650px) and (min-height : 500px)
{    
    #RealEstatePart2 {
        top: -301px !important;
    }

    #RealEstatePart5 {
        /* top: -302px !important; */
        top: -295px !important;
    }
}

@media(max-width : 600px){
    
    #RealEstatePart2 {
        top: -105px;
      }
      
      #RealEstatePart5 {
        top: -75;
      }

    #RealEstatePart6 {
        top: 170px;
        position: relative;
    }

    #RealEstatePart3Sec1 {
        row-gap: 0px;
    }
    #RealStatePart1Sec img {
        /* height: 75%;
        top: 30%; */
        height: fit-content;
        top: 20%;
        width: 100%;
    }
/* 
    #RealEstatePart5 {
        top: -95px;
      } */

    #ThirdPartSideVideo video ,#RealEstatePar5Video video{
        border-radius: 25px;
    }

    #RealEstatePart6 {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 77px 0;
    }

    #RealEstatePart6Sec {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -180px;
    }

    #RealEstatePar6Images {
        width: 95%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 47% 31% 31%;
        row-gap: 0px;
        /* margin-left: 10%; */
        margin: 0 auto;
    }
  
    #RealEstatePar6ImagesImg{
        margin-top: -40px;
    }
    #RealEstatePart6Sec p {
        transform: translateY(1%);
        line-height: 1.5;
        font-size: 3.5vw;
        padding-bottom: 149PX;
    }

    #RealEstatePar6VideoImages
    {
        /* width: 67%; */
        width: 100%;  /* do not edit --> but edit #RealEstatePar6Images img */
    }

  /*  #RealEstatePar6VideoImages {
        width: 95%;   do not edit --> but edit #RealEstatePar6Images img 
      }*/

    /* #RealEstatePar6Video lottie-player {
        position: relative !important;
        top: -45%;
        right: 58%;
      } */
      #RealEstatePar6Video lottie-player {
        position: relative !important;
        top: -37%;
        right: 52%;
      }

      #RealEstatePar6Images div > img {
        height: 65%;
        width: auto;
      }
}
@media(max-width : 600px) and (orientation: portrait)
{
    #RealEstatePar6Video video {
        width: 90%;
      }
}

@media(max-width : 500px){
    /* #RealEstatePart2 {
        top: -485px;
      }
    #RealEstatePart5 {
        top: -390;
      }

      #RealEstatePart6
      {
        top: -101px;
        position: relative;
    } */

    /* /////////////////// */

    #RealEstatePart2 {
        top: -113px;
      }
    #RealEstatePart5 {
        top: -105;
      }

      #RealEstatePart6
      {
        top: 110PX;
        position: relative;
    }

    /* ///////////////////////// */
    #RealEstatePart3Sec1 div>img{
        height: 55%;
    }
    #BG, #BGVideo {
        height: 106vh;
    }

    #RealEstatePar6Video lottie-player
    {
        width: 200px !important;
        height: 200px !important;
        top: -45%;
        right: 58%;
        position: relative !important;
    }

    #ThirdPartSideVideo video {
        left: -6%;
    }
    #ThirdPartSideVideo lottie-player {
        left: 45%;
    }
    /* #RealEstatePart2 {
        top: -450px;
    } */
    #RealEstatePart2 p {
        font-size: 2.5vw;
        font-weight: 500;
        z-index: 100;
        background-color: #201e2b17;
        line-height: 1.2;
      }

    #RealEstatePart3 {
        top: -180px;
    }
    #RealEstatePart5 h1 {
        font-size: 20px;
    }

    .sechead {
        font-size: 20px;
        line-height: 1.5;
      }

    #RealEstatePart3Sec p {
        font-size: 2.1vw;
    }    
    #RealEstatePart4 p {
        font-size: 2.8vw;
    }

    #RealEstatePart5Sec p {
        top: -14px;
        font-size: 3vw;
        line-height: 7vh;
        transform: translateY(0%);
    }

    #RealEstatePart6 {
        width: 100%;
        height: fit-content;
        display: flex;
    }

    #RealEstatePart6Sec {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -180px;
    }

    #RealEstatePar6Images {
        width: 95%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 43% 26% 26%;
        row-gap: 0px;
        margin-left: 10%;
        margin: 0 auto;
      }
  
    #RealEstatePar6ImagesImg{
        margin-top: -40px;
    }
    #RealEstatePart6Sec p {
        transform: translateY(-12%);
        line-height: 1.5;
        font-size: 3.5vw;
    }
    #RealEstatePar6VideoImages
    {
        /* width: 67%; */
        width: 100%; /* do not edit --> but edit #RealEstatePar6Images img */
    }

}

@media(max-width : 500px) AND (orientation: portrait)
{
    #RealEstatePart2 {
        top: -425PX;
      }

    #RealEstatePart5Sec p {
        top: -14px;
        font-size: 3vw;
        line-height: 7vh;
        transform: translateY(0%);
    }
     
    #RealEstatePart5 {
        top: -370PX;
      }

      #RealEstatePart6 {
        top: -75PX;
      }
      #RealEstatePart5Sec p {
        top: -18px;
        font-size: 3vw;
        line-height: 3vh;
        transform: translateY(0%);
      }
      

      #RealEstatePart5Sec {
        width: 95%;
      }

      #RealEstatePart6Sec p {
        transform: translateY(-7%);
        padding-bottom: 0PX;
      }
}

@media(max-width : 450px){
    #RealEstatePart2 {
        top: -113px;
      }
    #RealEstatePart5 {
        top: -105;
      }

      #RealEstatePart6
      {
        top: 110PX;
        position: relative;
    }

    #RealEstatePart3Sec1 {
        grid-template-rows: 43% 20% 24%;
    }

    #RealEstatePart5Sec p {
        top: -14px;
        font-size: 3vw;
        line-height: 7vh;
        transform: translateY(0%);
    }

}


@media(max-width : 450px) and (orientation: portrait)
{
    #RealEstatePart2 {
        top: -550px;
      }
      #RealEstatePart5 {
        top: -500px;
      }

      /* #RealEstatePart6 {
        top: -192PX;
      } */
      #RealEstatePart6 {
        top: -329PX;
      }

      #RealEstatePart5Sec p {
        /* top: -45px; */
        top: -66px;
        font-size: 3vw;
        line-height: 4vh;
      }
}

@media(max-width : 425px) and (orientation: portrait)
{
    #RealEstatePart2 {
        top: -407px;
      }
      #RealEstatePart5 {
        top: -345px;
      }

      #RealEstatePart6 {
        top: -90PX;
      }

      #RealEstatePart5Sec p {
        /* top: -45px; */
        top: -65px;
        font-size: 3vw;
        line-height: 4vh;
      }
}

@media(max-width : 380px) and (min-width : 370px) and (max-height: 670px) and (min-height: 660px)
{
    #RealEstatePart2 {
        top: -386px !important;
      }

      #RealEstatePart5 {
        top: -375px !important;
    }

    #RealEstatePart6 {
        top: -231px !important;
    }
}

@media(max-width : 430px) and (min-width : 390px) and (max-height: 750px) and (min-height: 700px)
{

#RealEstatePar6Images {
    grid-template-rows: 43% 25% 25%;
  }

}

@media(max-width : 400px) and (orientation: portrait)
{
    /* #RealEstatePart2 {
        top: -500px;
      } */

      /* last done */
      #RealEstatePart2 {
        top: -493px;
      }

      #RealEstatePart5 {
        top: -461px;
      }

      #RealEstatePart6 {
        top: -300PX;
      }

      #RealEstatePart5Sec p {
        top: -45px;
        font-size: 3vw;
        line-height: 3.5vh;
      }
      
      #RealEstatePar6Video lottie-player {
        width: 200px !important;
        height: 200px !important;
        top: -35%;
        right: 52%;
        position: relative !important;
        margin-bottom: -28vh;
      }
}

@media(max-width : 390px) and (orientation: portrait)
{
    /* #RealEstatePart2 {  
        top: -415px;
      } */

      /* #RealEstatePart5 {
        top: -473px;
      } */
/* last done
      #RealEstatePart5 {
        top: -360px;
    } */
    #RealEstatePart5 {
        top: -450px;
      }

      #RealEstatePart6 {
        top: -321;
      }

      #RealEstatePart5Sec p {
        /* top: -45px; */
        top: -57px;
        font-size: 3vw;
        line-height: 4vh;
      }
      #RealEstatePar6Video lottie-player {
        width: 200px !important;
        height: 200px !important;
        top: -50%;
        right: 52%;
        position: relative !important;
        margin-bottom: -26vh;
      }
}

@media(max-width : 375px) and (orientation: portrait)
{
    #RealEstatePart2 {
        top: -375px;
      }
      #RealEstatePart5 {
        top: -356px;
      }

      #RealEstatePart6 {
        top: -135;
      }

      #RealEstatePart5Sec p {
        top: -45px;
        font-size: 3vw;
        line-height: 4vh;
      }
      #RealEstatePar6Video lottie-player {
        width: 200px !important;
        height: 200px !important;
        top: -35%;
        right: 52%;
        position: relative !important;
      }
}

@media(max-width : 350px) 
{
    #RealEstatePart2 {
        top: -315px;
      }
      #RealEstatePart5 {
        /* top: -356px; */
        top: -304px;
      }

      #RealEstatePart6 {
        top: -135px;
      }

      #RealEstatePart5Sec p {
        top: -45px;
        font-size: 3vw;
        line-height: 4vh;
      }
}


/* spicail media */

@media (max-width: 900px) and (min-width: 870px) and (max-height: 350px) and (min-height: 300px) {
    #RealStatePart1Sec p {
        top: 0;
        transform: translate(0%, 17%);
    }
}

@media ((max-width: 1100px) and (min-width: 1000px) and (max-height: 800px) and (min-height: 700px))
or
((max-width: 1400px) and (min-width: 1200px) and (max-height: 1100px) and (min-height: 900px))
{
    #RealEstatePar6Images {
        grid-template-rows: 54% 25% 25%;
    }
}

@media ((max-width: 2000px) and (min-width: 1800px) and (max-height: 1100px) and (min-height: 900px))
or
((max-width: 1100px) and (min-width: 900px) and (max-height: 700px) and (min-height: 500px))
{
    #RealEstatePar6Images img {
        width: 84%;
    }

    #RealEstatePar6Images {
        grid-template-rows: 54% 25% 25%;
    }
}

@media ((-webkit-min-device-pixel-ratio : 1.5) or (min-device-pixel-ratio : 1.5))
and
(orientation: landscape)
and (width >= 1000px)
{
    #RealStatePart1Sec p {
        top: -12% !important;
    }
}