
.currentLocationCategory,
.currentLocationProperty {
    color: #12222D;
}

.navLabel {
    color: #FFFFFF;
}

.hoverColor {
    color: #12222D;
}

.totalBodyContainer {
    padding-bottom: 100px;
}

.aboutUsSection1 {
    width: 100%;
    height: 810px;
    background: url("/images/aboutUs/aboutUsSection1Bg.png") no-repeat center center / cover;
    display: flex;
    padding-top: 257px;
    justify-content: center;
}

.aboutUsSection1Container {
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
}

.aboutUsSection1Wrapper {
    justify-content: center;
}

.aboutUsSection1ImgContainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 0;
}

.aboutUsSection1ImgContainer > img {
    width: 100%;
    max-width: 372px;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.aboutUsSection1ContentContainer {
    background-size: cover;
    border: 1px solid white;
    border-radius: 30px;
    max-width: 570px;
    height: auto;
    padding: 48px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    animation: fadeUp 1s ease;
}

.aboutUsSection1Content1 {
    font-family: Poppins, sans-serif;
    font-size: 3rem;
    line-height: 4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.92px;
    color: #FFFFFF;
    text-align: left;
}

.aboutUsSection1Content2 {
    font-family: SCDream, sans-serif;
    font-size: 1rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #FFFFFF;
    text-align: left;
}

.aboutUsSection2 {
    width: 100%;
    background-color: #EEF1F3;
    padding: 110px 0;
}

.aboutUsSection2Container {
    max-width: 1400px;
}

.aboutUsSection2Wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 144px;
}

.aboutUsSection2ImgContainer {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.aboutUsSection2ImgContainer > img {
    max-width: 572px;
    width: 100%;
    height: auto;
}

.aboutUsSection2ContentContainer {
    display: flex;
    flex: 1;
}

.aboutUsSection2ContentTotalWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutUsSection2ContentWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1s ease, transform 1s ease;
}

.aboutUsSection2ContentWrapper.animate {
    opacity: 1;
    transform: translateY(0);
}

.aboutUsSection2ContentWrapper:nth-child(1) {
    transition-delay: 0.2s;
}

.aboutUsSection2ContentWrapper:nth-child(2) {
    transition-delay: 0.4s;
}

.aboutUsSection2ContentWrapper:nth-child(3) {
    transition-delay: 0.6s;
}

.aboutUsSection2ContentTitle {
    font-family: Poppins, sans-serif;
    font-size: 1.875rem;
    line-height: 4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #12222D;
}

.aboutUsSection2ContentSubTitle {
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: -1.2px;
    color: #12222D;
    margin: 10px 0 10px;
}

.aboutUsSection2ContentText {
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: -0.96px;
    color: #12222D;
    white-space: nowrap;
}

.aboutUsSection3 {
    width: 100%;
}

.aboutUsSection3Container {
    width: 100%;
    max-width: 1400px;
}

.aboutUsSection3Wrapper {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 125px;
}

.aboutUsSection3ImgContainer {
    display: flex;
    justify-content: flex-end;
}

.aboutUsSection3ImgContainer > img {
    max-width: 572px;
    width: 100%;
}

.aboutUsSection3ContentContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.aboutUsSection3ContentTitle {
    font-family: SCDream, sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 3.4375rem;
    letter-spacing: -1.92px;
    color: #12222D;

}

.aboutUsSection3ContentSubTitle {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: -1.2px;
    color: #12222D;
    margin: 26px 0 70px;
}

.aboutUsSection3ContentDownloadBtn {
    text-decoration: none;
    border: none;
    background-color: #12222D;
    color: #FFFFFF;
    border-radius: 1000px;
    box-shadow: 0 8px 16px #34C0FF1A;
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4375rem;
    padding: 8px 26px;
}


@media (max-width: 1399px) {
    .aboutUsSection1 {
        padding-top: 200px;
    }

    .aboutUsSection2ImgContainer {
        justify-content: center;
    }

    .aboutUsSection2ContentContainer {
        align-items: center;
        justify-content: center;
    }

    .aboutUsSection2ContentWrapper:nth-child(2) {
        margin: 68px 0;
    }

    .aboutUsSection1Content1 {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.571rem;
        line-height: 3.714rem;
    }

    .aboutUsSection2Wrapper {
        flex-direction: column;
        gap: 50px;
    }


    .aboutUsSection3Wrapper {
        gap: 60px;
    }

    .aboutUsSection3ContentSubTitle {
        font-size: 1.125rem;
        letter-spacing: -0.96px;
    }
}

@media (max-width: 991px) {
    .aboutUsSection3ImgContainer {
        justify-content: center;
        margin-bottom: 40px;
    }

    .aboutUsSection3ContentContainer {
        align-items: center;
    }

    .aboutUsSection3Wrapper {
        flex-direction: column;
        gap: 0;
    }

    .aboutUsSection3ImgContainer, .aboutUsSection3ContentContainer {
        opacity: 0;
        transform: translateY(80px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .aboutUsSection3ImgContainer.animate, .aboutUsSection3ContentContainer.animate {
        opacity: 1;
        transform: translateY(0);
    }

    .aboutUsSection3ImgContainer{
        transition-delay: 0.2s;
    }

    .aboutUsSection3ContentContainer{
        transition-delay: 0.4s;

    }

}

@media (max-width: 575px) {

}