/* css for about_us page */
/* .yellow-abtus {
    height: 890px;
    overflow: hidden;
    background-color: var(--background-yellow);
} */
.abtus-left-yellow {
    width: 100%;
}

.about-top {
    height: calc(818px - 4rem);
    grid-template-columns: 22% 50% 28%;
    gap: 0;
    margin-top: 4rem;
}

.aboutus-top-mid-content {
    align-items: end;
    justify-content: end;
}

.aboutus-top-text>span {
    font-weight: 400;
}

.aboutus-text {
    font-family: var(--font-jakarta);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 3rem 2rem 0rem 6rem;
}

.contact-us-arrow a {
    width: 100%;
}

.marquee-abtus {
    bottom: 0;
    top: inherit;
    height: 190px;
    z-index: 0;
}

.aboutus-img1 {
    width: 100%;
    height: 100%;
    justify-content: end;
}

.aboutus-img2 {
    width: 100%;
    height: 531px;
    align-items: end;
}

.aboutus-img1 img,
.aboutus-img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    mix-blend-mode: luminosity;
}

.aboutus-img1 img {
    height: 401px;
    margin-bottom: -2rem;
}

.aboutus-img2 img {
    width: 410px;
}

.abtus-hue-layer {
    top: inherit;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -200px;
}

.abtus-star {
    margin: 0 5rem 0 0;
}

.abtus-second {
    padding: 9rem 0 5rem 5rem;
    font-family: var(--font-clash);
    color: var(--text-color-black);
}

.abtus-second-content {
    display: flex;
}

.abtus-second-left {
    width: 50%;
}

.abtus-second-right {
    width: 50%;
    align-items: end;
}

.abtus-text-group span,
.abtus-text-group p,
.abtus-second-text2 p {
    font-family: var(--font-jakarta);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}

.abtus-text-group p,
.abtus-second-text2 p {
    padding-top: 2rem;
    color: var(--text-color-gray75);
    font-weight: 400;
}

.abtus-second-img {
    width: 380px;
    height: 490.83px;
}

.abtus-second-img img {
    height: 100%;
    width: 100%;
}

.abtus-second-text2 {
    width: 380px;
}

.abtus-text1 {
    margin-top: calc(490.83px + 2rem);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}

.abtus-text1 ul {
    padding: 1.4rem;
    font-family: var(--font-jakarta);
    font-weight: 600;
    font-size: 24px;
    /* line-height: 30px; */
}

.abtus-text1 ul li {
    padding: 0.7rem;
}

.text-blue {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--background-blue);
    padding: 7rem 5rem 0 0;
}

.text-blue span span {
    font-weight: 600;
}

.abtus-prjt-cont {
    border-top: 1px solid var(--border-lines);
    border-bottom: 1px solid var(--border-lines);
}

.abtus-table {
    border-left: none;
    border-right: none;
}

.abtus-blank {
    height: 2rem;
}

.abtus-read-more {
    font-weight: 600;
    font-size: 60px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .aboutus-top-text>span {
        font-size: 62px;
    }
}

@media screen and (min-width: 1600px) {

    .aboutus-img1,
    .aboutus-img2 {
        transform: translateX(0);
        mix-blend-mode: luminosity;
    }

    .aboutus-img1 img,
    .aboutus-img2 img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1600px) {
    .aboutus-img1 img {
        margin-left: calc((1320px - 100vw) / 2);
    }

    .aboutus-img2 img {
        margin-right: calc((1320px - 100vw) / 2);
    }

    .aboutus-top-mid {
        margin: 0 calc((1403px - 100vw) / 2) 0 calc((1320px - 100vw) / 2);
    }
}

@media screen and (max-width: 1400px) {
    .aboutus-img1 img {
        margin-left: calc((1100px - 100vw) / 2);
    }

    .aboutus-img2 img {
        margin-right: calc((1100px - 100vw) / 2);
    }

    .aboutus-top-mid {
        margin: 0 calc((1306px - 100vw) / 2) 0 calc((1100px - 100vw) / 2);
    }
}

@media screen and (max-width: 1200px) {
    .aboutus-img1 img {
        margin-left: calc((920px - 100vw) / 2);
    }

    .aboutus-img2 img {
        margin-right: calc((920px - 100vw) / 2);
    }

    .abtus-star {
        margin: 0 2rem 0 0;
    }

    .about-top,
    .yellow-abtus {
        grid-template-columns: 100%;
        height: fit-content;
        gap: 3rem;
    }

    .yellow-container-content {
        height: 1540px;
    }

    .aboutus-img2 img {
        width: 100%;
    }

    .aboutus-top-mid {
        margin: auto;
        width: 90%;
    }

    .aboutus-img2 {
        margin-bottom: -5rem;
    }
}

@media screen and (max-width: 992px) {

    .aboutus-img1 img,
    .aboutus-img2 img {
        margin-left: 0;
        margin-right: 0;
    }

    .text-blue {
        font-size: 36px;
    }

    .abtus-second-content {
        flex-direction: column;
    }

    .abtus-second-right,
    .abtus-second-left {
        width: 100%;
    }

    .abtus-changing-text {
        padding-right: 5rem;
    }
}

@media screen and (max-width: 576px) {
    .abtus-changing-text {
        padding: 0;
    }

    .abtus-second {
        padding: 9rem 0 0 0;
    }
}

/* contact-us-page starts */
.contactus-top {
    width: 65%;
    height: 100%;
    margin: auto;
}

.yellow-contactus {
    height: 600px;
    font-family: var(--font-clash);
    color: var(--text-color-black);
}

.container-contactus {
    height: 528px;
}

.contactus-top-content {
    height: 60%;
    justify-content: end;
}

.social-links {
    height: 35%;
    justify-content: end;
    align-items: center;
    font-family: var(--font-jakarta);
    font-weight: 700;
    font-size: 16px;
}

.social-links ul {
    display: flex;
    list-style: none;
    padding: 2rem;
}

.social-links ul li {
    padding: 0 2.5rem;
}

.contactus-star {
    align-items: end;
    margin: 0 7rem -2rem 0;
}

.white-form-section-content {
    padding-top: 5rem;
}

.contact-us-table {
    border-bottom: 1px solid var(--border-lines);
    display: grid;
    grid-template-columns: 30% 30% 35%;
}

.contact-table-item {
    width: 100%;
    font-family: var(--font-jakarta);
    font-weight: 500;
    font-size: 18px;
    color: var(--text-color-black);
}

.item1 {
    align-items: center;
}

.item2 {
    align-items: end;
}

.contact-table-item ul {
    list-style: none;
}

.contact-table-item ul li {
    margin: 0.5rem 0;
}

.work-together-right {
    width: 46%;
    justify-content: end;
    gap: 7rem;
}

.contact-us-ideas {
    padding: 0 3rem 0 0;
}

.map-location {
    width: 100%;
    height: 531px;
    background-color: #141414;
}

.map-location img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.contact-form-fillup {
    padding-top: 3rem;
    width: 100%;
}

.contact-work-together {
    padding: 7rem 0 0 0;
}

.contact-submit-arrow {
    padding: 0.5rem 2rem;
}

@media screen and (max-width: 992px) {
    .contactus-star {
        margin: 0 2rem -2rem 0;
    }

    .contactus-top {
        width: 90%;
    }

    .contact-us-table {
        grid-template-columns: 30% 68%;
        gap: 2%;
    }

    .work-together-right {
        width: 100%;
        padding-top: 5rem;
        gap: 2rem;
    }

    .contact-work-together {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 768px) {
    .social-links ul li {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .aboutus-text {
        padding: 0;
    }

    .social-links ul li {
        padding: 0 0.5rem;
    }
}

/*---------------------------------------------- projects ----------------------------*/
.projects-main-container {
    font-family: var(--font-clash);
    color: var(--text-color-black);
}

.projects-top {
    padding: 5rem;
}

.projects-star {
    width: 100%;
    padding-right: 5rem;
}

.projects-top-text {
    width: 70%;
}

.projects-top-text2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.projects-top-text2 span {
    width: 50%;
}

.project-line {
    position: relative;
    z-index: -1;
    width: 150%;
    margin-left: -25%;
    margin-bottom: -3.5%;
    height: 1px;
    background-color: var(--border-lines);
}

.projects-mid {
    padding-top: 5rem;
}

.projectpage-item {
    width: 476px;
}

.project-image img {
    height: 360px;
    width: 100%;
    object-fit: contain;
    mix-blend-mode: luminosity;
}

.project-text {
    width: 476px;

    padding: 1rem 2rem 0 0;
}

.text-des-project {
    width: 476px;

    padding: 1rem 2rem;
}

.project-category {
    font-family: var(--font-jakarta);
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--background-blue);
}

.text-title {
    justify-content: space-between;
}

.text-title i {
    transform: rotate(-45deg);
}

.projects-grouping1,
.projects-grouping2 {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2rem 10%;
}

.projects-grouping2 {
    padding: 0 10% 0 0;
}

.item-pull {
    margin-top: -4rem;
}

.project-date {
    display: flex;
    justify-content: space-around;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-lines);
}

.project-date-item {
    display: flex;
    gap: 0.7rem;
    padding: 2rem 0;
}

.item-number {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-gray75);
}

.project-name {
    font-weight: 500;
    font-size: 36px;
}

.item-date {
    font-weight: 500;
    font-size: 24px;
    color: var(--text-color-gray75);
    justify-content: center;
}

.projects-contactus {
    display: flex;
    justify-content: space-around;
    padding: 5rem 3rem;
    position: relative;
}

.projects-contactus>span {
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    width: 40%;
}

.arrow-contact::before {
    width: 140%;
}

.circle-projects {
    top: auto;
    right: 0;
    background: linear-gradient(to bottom, #00000033, var(--text-white));
    opacity: 1;
    height: 257px;
    width: 257px;
    z-index: -1;
}

#maincircle5 {
    background: var(--text-white);
    width: 257px;
    height: 257px;
    border-radius: 50%;
    opacity: 1;
}

.circle6 {
    background: linear-gradient(to bottom, #2d250c45, white);
    top: 37px;
    left: auto;
    right: 5.5%;
}

.projects-main {
    overflow: hidden;
}

@media screen and (max-width: 1200px) {

    .projects-grouping1,
    .projects-grouping2 {
        flex-direction: column;
    }

    .contactus-star {
        margin: 0 3rem -2rem 0;
    }

    .projects-grouping1,
    .projects-grouping2 {
        padding: 0;
    }

    .item-pull {
        width: 100%;
        display: flex;
        margin-top: 0;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
    }

    .project-image-extra img {
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .project-image-extra {
        height: 100%;
    }

    .contactus-star {
        margin: 0;
    }

    .projects-top-text {
        width: 80%;
    }

    .projects-top {
        padding: 2rem;
    }

    .projects-top-text2 span {
        width: 100%;
    }

    .project-date {
        flex-direction: column;
        align-items: center;
    }

    .projects-contactus {
        padding: 2rem 1rem;
        flex-direction: column;
        align-items: center;
    }

    .circle6 {
        display: none;
    }

    .projects-contactus>span {
        font-size: 32px;
        width: fit-content;
        height: 135px;
    }

    .arrow-contact::before {
        width: 100%;
    }

    .contact-us-project {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 4rem;
    }
}

@media screen and (max-width: 576px) {
    .projects-top-text {
        width: 100%;
    }

    .projectpage-item,
    .project-image,
    .project-text,
    .text-des-project {
        width: 100%;
    }

    .arrow-contact::before {
        width: 67%;
    }

    .project-name {
        font-size: 24px;
    }

    .item-number {
        font-size: 14px;
    }

    .item-date {
        font-size: 18px;
    }

}


.body-two {
    overflow: hidden;
    /* Cann't scroll Further */
    /* Scroll Bar */
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;

}