/* -----portfolio banner------ */
body {
    font-family: var(--CormorantGaramond);
}

.portfolio-banner {
    width: 90%;
    margin: auto;
    justify-content: flex-end;
    padding: 70px 0 100px 0;
    max-width: 1520px;
}

.portfolio-banner .banner_heading {
    font-size: 35px;
}

.portfolio-banner .banner-one {
    position: relative;
    width: 100%;
    z-index: 0;
    border: 1px solid black;
    padding: 14vw 0;
    max-width: 1920px;
}

.portfolio-banner .banner-one p {
    top: 5px;
    position: absolute;
    font-size: 35px;
    padding: 10px 40px 0 3vw;
}

.portfolio-banner .banner-two {
    width: 87%;
    position: absolute;
    z-index: 1;
    top: 270px;
    right: 0;
    max-width: 1720px;
    display: flex;
    justify-content: flex-end;
}
.portfolio-banner .banner-two img {
    width: 100%;
    max-height: 550px;
}

/* -----residential container----- */

.residential-container {
    padding-top: 3vw;
    padding-bottom: 5vw;
}

.residential-container .residential-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    justify-content: center;
    padding-bottom: 4vw;
}

.residential-container .residential-heading .heading-lines {
    display: flex;
    width: 100%;
    gap: 100px;
    justify-content: start;
}

.residential-container .residential-heading p {
    font-size: 40px;
}

.residential-container .residential-one {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 100px;
    padding: 50px;

    /* max-width: 1220px; */
}

.residential-one .residential-one-left {
    /* aspect-ratio: 10/13; */
    width: 50%;
}

.residential-one .residential-one-left .residential-one-left-image {
    aspect-ratio: 20/21;
}

.residential-one .residential-one-left p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
}

.residential-one .residential-one-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.residential-one .residential-one-right {
    /* padding-top: 120px; */
    width: 50%;
}

.residential-one .residential-one-right .residential-one-left-image {
    aspect-ratio: 20/21;
}

.residential-one .residential-one-right img {
    width: 100%;
    height: 100%;
}

.residential-one .residential-one-right p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
}

/* --------commercial section-------- */

.commercial-container {
    padding: 4vw 0;
}

.commercial-container .residential-heading {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-bottom: 4vw;
}

.commercial-container .residential-heading .heading-lines {
    display: flex;
    width: 100%;
    gap: 100px;
    justify-content: center;
}

.commercial-container .residential-heading p {
    font-size: 40px;
}

.commercial-container .residential-one {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 100px;
    padding: 50px;
    /* max-width: 1220px; */
}

.commercial-container .residential-one .residential-one-left {
    width: 50%;
}

.commercial-container .residential-one .residential-one-left p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
}

.commercial-container .residential-one .residential-one-left .residential-one-left-image {
    aspect-ratio: 20/21;
}

.residential-one .residential-one-left img {
    width: 100%;
    height: 100%;
}

/* --- media query --- */

/* Breakpoints */
@media (max-width: 600px) {
    /* Styles for extra small devices */

    /* -----banner------------- */

    .socialmedia-banner-container .residential-heading p {
        font-size: 25px;
    }
    .residential-container .residential-heading p {
        font-size: 25px;
    }

    .portfolio-banner .banner_heading {
        font-size: 25px;
    }
    .portfolio-banner .banner-one p {
        font-size: 25px;
    }
    .portfolio-banner .banner-two {
        top: 240px;
    }
    /* --------residential section-------- */

    .residential-container .residential-one {
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 20px;
    }

    .residential-one .residential-one-right {
        /* padding-top: 20px; */
        width: 100%;
    }

    .residential-one .residential-one-left {
        width: 100%;
        /* padding-top: 20px; */
    }

    .residential-one .residential-one-right .residential-one-left-image {
        aspect-ratio: 1/1;
    }

    .residential-container .residential-heading p {
        font-size: 25px;
    }

    .residential-one .residential-one-left p {
        font-size: 17px;
        padding: 5px 0;
    }

    .residential-one .residential-one-left p svg {
        height: 10px;
        width: 20px;
    }

    .residential-one .residential-one-right p {
        font-size: 17px;
        padding: 5px 0;
    }

    .residential-one .residential-one-right p svg {
        height: 10px;
        width: 20px;
    }

    /* -------commercial section--------- */

    .commercial-container {
        padding-top: 60px;
    }
    .commercial-container .residential-one {
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 20px;
    }

    .commercial-container .residential-heading p {
        font-size: 25px;
    }

    .commercial-container .residential-one .residential-one-left .residential-one-left-image {
        aspect-ratio: 1/1;
    }

    .commercial-container .residential-one .residential-one-left {
        width: 100%;
    }

    .commercial-container .residential-one .residential-one-left p {
        font-size: 17px;
        padding: 5px 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

@media (min-width: 1200px) {
    /* Styles for extra large devices */
}
