.about-us-landing{
    height: 500px;
    position: relative;
    padding-top: 70px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15)), url(./imgs/bgimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-us-story-main{
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 100px;
}

.about-story-right{
    position: relative;
}

.about-story-bg{
    width: 417px;
    height: 557px;
    position: relative;
}

.about-story-bg::before{
    content: '';
        background: transparent;
        top: 60px;
        left: -51px;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid var(--primary-color);
}

.about-story-left h1{
    margin-bottom: 70px;
    position: relative;
}



/*what-we-do*/
.about-us-what{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url(./imgs/luxury-house-real-estate-sale-property-generative-ai.jpg);
    background-size: cover;
    background-position: center;
}

.main-about-us-what{
    padding: 100px 0px;
}

.top-what-do{
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
}

.top-what-do p{
    max-width: 683px;
    color: white;
    font-size: 14px;
    line-height: 21px;
    font-weight: 200;
}

.bottom-what-do{
    margin-top: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.what-we-do-steps h5{
    font-size: 24px;
    font-family: "Poppins";
}

.what-we-do-steps{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.mission-box{
    max-width: 350px;
}

.what-we-do-steps .steps-rectangle{
    height: 50px;
    width: 360px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    width: 90%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}

.what-we-do-steps .steps-rectangle h5{
    color: rgba(255, 255, 255, 0.5);
}




/*About-us-mission*/

.about-us-main-mission {
    display: flex;
    flex-direction: row;
    padding: 100px 0px;
    justify-content: space-between;
    gap: 70px;
}

.about-us-main-mission h1{
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
}

.about-us-main-mission h1::after{
    top: 60px;
    height: 5px;
}

.about-us-main-mission p{
    font-size: 14px;
}


@media only screen and (max-width: 1200px) {  
    .mission-3 h1::after{
        top: 110px;
    }
  }

  @media only screen and (max-width: 1000px) {
    .about-us-story-main{
        flex-direction: column;
        gap: 50px;
    }

    .about-story-bg{
        height: 400px;
        min-width: auto ;
    }

    .about-story-bg::before{
        left: 100px;
    }
  }

  .about-us-landing .about-us-landing-main h1{
    text-align: center;
    line-height: 40px;
  }

  @media only screen and (max-width: 500px) {
    .about-story-bg{
        width: 85%;
        height: 350px;
    }

    .about-story-bg::before{
        left: 10%;
    }

    .top-what-do{
        flex-direction: column;
    }

    .bottom-what-do{
        flex-direction: column;
        gap: 50px;
    }

    .about-us-main-mission{
        flex-direction: column;
    }

    .about-us-main-mission h1{
        font-size: 30px;
    }

    .about-us-main-mission .h1-underline::after{
        top: 50px !important;
    }
  }

  @media only screen and (max-width: 728px){
    .about-story-bg{
        width: 85%;
        height: 400px;
    }
    .about-story-bg::before{
        left: 10%;
    }
    .about-us-main-mission{
        flex-wrap: wrap;
    }
    .mission-box p, .mission-box{
        max-width: 100% !important;
    }
    .about-us-main-mission .h1-underline::after{
        top: 60px !important;
    }
  }