.heroSectionImage {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.divOnImage {
    padding: 2rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(17px);
    width: 37%;
    position: absolute;
    bottom: 50px;
}

.paraTitle {
    color: var(--black-2-font-color);
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    /* 133.333% */
}

.featuredProjectContainer>nav>ul {
    white-space: nowrap;
}

.priceAndProjects {
    display: flex;
}

.getleftmargin {
    margin-left: 2.5rem;
}

.iconAndPriceContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.pageinfo {
    color: var(--black-font-color);
    font-size: 1.188rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 0rem;
}

.priceAndStarting {
    padding-left: 1rem;
}

.price {
    color: var(--black-font-color);
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.priceInfo {
    color: var(--black-font-color);
    white-space: nowrap;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.startingAndPrice {
    color: var(--black-font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

/* Featured Projects of Abu Dhabi */
.projectTitle {
    color: var(--2ndblack-font-color);
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.activeTab {
    color: var(--primarycolor) !important;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
    border-bottom: 2px solid var(--primary-color) !important;
}

/* .card {
    margin-top: 1.5rem;
} */
.labelImage {
    position: absolute;
    right: -5px;
    width: 115px;
    top: -8px;
}

.tagImage {
    position: absolute;
    left: 8px;
    top: 21px;
    width: 25px;
}

.unitTypeList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.unitTypeList>div>nav>.nav-tabs .nav-link {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    border: 1px solid var(--black-font-color);
    line-height: normal;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
}

.unitTypeList>div>nav>ul>li {
    margin-left: 0.5rem !important;
    border-radius: 8px;
}

.unitTypeList>div>nav>.nav-tabs .nav-link.active {
    background-color: var(--black-background-color);
    color: white!important;
    font-size: 1.125rem;
    border-bottom: unset !important;
    font-style: normal;
    border-radius: 8px;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 1.5rem;
}

.tagImagebackground {
    position: absolute;
    left: -6px;
    top: 1rem;
    width: 75px;
}

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

.startingFrom {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.fromclass {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}


.MoreAboutDahbi {
    color: var(--2ndblack-font-color);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info1Title {
    color: var(--2ndblack-font-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    /* 155% */
    letter-spacing: 1.6px;
}

.NeighborhoodTitle {
    color: var(--2ndblack-font-color);
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.master-plan-rounded {
    border-radius: 16px;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Tab set 2 */
/*
 CSS for the main interaction
*/
/*
   Demo purposes only
  */
*,
*:before,
*:after {
    box-sizing: border-box;
}

.caurosalContainer {
    margin-bottom: 1rem;
    width: 100%;
    height: 117px;
    border-radius: 8px;
    border: 0.5px solid var(--gray-border-4-color);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    padding: 1rem;
}

.caurosalTitle {
    color: var(--black-font-color);

    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.linecontainer>p {
    color: var(--black-2-font-color);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.BeginNow>p {
    white-space: nowrap;
}

.BugattiResidencesContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 58px;
}

.BugattiResidences>p {
    color: var(--black-font-color);
    font-size: 1.125rem;
    white-space: wrap;
    text-align: end;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1200px) {
    .BeginNow {
        font-size: 2.5rem !important;
    }

    /* .BugattiResidences {
        justify-content: start !important;
    } */

    .BugattiResidencesContainer {
        height: unset;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1230px) {
    .divOnImage {
        width: 100%;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .mainimage {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 530px) {
    /* .divOnImage {
        display: none;
    } */
}

@media screen and (max-width: 768px) {
    .BugattiResidences {
        white-space: unset;
    }
}

@media screen and (max-width: 992px) {
    .beginNowleftSide {
        width: 100%;
    }

    .heroSectionImage {
        width: 100%;
        height: 400px;
    }

}

@media screen and (max-width: 900px) {
    .pageinfo {
        font-size: 1rem;
    }

    .startingAndPrice {
        font-size: 1rem;
    }

    .pageinfo {
        font-size: 1rem;
    }
}

@media screen and (max-width: 800px) {
    /* .divOnImage {
        display: none;
    } */

    .caurosalContainer {
        /* width: 420px; */
        height: 100px;
        margin-bottom: 1rem;
        border-radius: 8px;
        border: 0.5px solid var(--gray-border-4-color);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem;
    }
}

.borderRight {
    border: 1px solid var(--gray-shade-3-color);
    transform: rotateZ(0deg);
    height: 140px;
    margin: 3rem 1rem 1rem 0;
}

.propertyContainer {
    display: flex;
    justify-content: space-between;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* padding-left: 0 !important; */
}

@media screen and (max-width: 600px) {
    .borderRight {
        display: none;
    }



}

.hrBorder {
    width: 200px;
    border: 1px solid var(--gray-shade-3-color);
    margin-left: 1rem;
}