#heroSec .heroSecInner {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
#heroSec .heroSecContent h2 {
    font-size: 96px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    max-width: 700px;
}
#heroSec .heroSecContent p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    max-width: 500px;
}
.heroSecContentCtas {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.heroSecContentCtas {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}

.heroSecReview {
    max-width: max-content;
    margin-left: auto;
    position: absolute;
    bottom: 110px;
    right: 250px;
}
#heroSec .heroSecReview p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}

#overview {
    width: 100%;
    padding: 120px 0;
}

#overview .overviewInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#overview p {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#overview .overviewBoxes {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
#overview .overviewBoxes .overviewBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#overview .overviewBoxes .overviewBox:nth-child(even) {
    padding-top: 40px;
}
#overview .overviewBoxes .overviewBox img {
    max-width: 130px;
}
#overview .overviewBoxes h2 {
    font-size: 96px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#overview .overviewBoxes h4 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#overview .overviewBoxes p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#overview .overviewCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

#services {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 90px 0;
}
#services .servicesHead {
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 100px;
}
#services .servicesHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
#services .servicesHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 40%;
}
#services .serviceCtas {
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: auto;
    width: 100%;
}
#services .servicesSlider {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

#services .servicesSliderBox {
    border-radius: 8px;
    padding: 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    max-width: 547px;
    height: 580px;
}

#services .servicesSliderBox:nth-child(even) {
    background-color: #38a4a7;
}
#services .servicesSliderBox:nth-child(odd) {
    background-color: #0f3c3d;
}
#services .servicesSliderBox .servicesSliderContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#services .servicesSliderBox img {
    max-width: 80px;
}
#services .servicesSliderBox h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}

#services .servicesSliderBox p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}

#projects {
    background-color: #231f20;
    width: 100%;
    padding-top: 111px;
}

#projects .projectsInner {
    max-width: 1440px;
    margin: auto;
}
.projectsHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 80px auto;
    gap: 100px;
}
.projectsHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
.projectsHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 40%;
}

.projectsCard h4 {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 15px 0;
}
.projectsCard h2 {
    font-size: 38px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 10px 0;
}
.projectsCard p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.projectsCardCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.projectValues {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projectValuesCol {
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.projectValuesCol h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.projectValuesInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 10%);
    padding: 20px 0 25px 0;
    column-gap: 40px;
}
.projectValuesInnerCol {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.projectValuesInnerCol h4 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.projectValuesInnerCol p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.projectValuesCtas {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-top: 40px;
}
.projectCtaBanner .projectCtaBannerContent {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.projectCtaBanner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 40%;
}
.projectCtaBanner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 45%;
}

#team {
    padding-top: 466px;
}
#team .teamInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
#team .teamInner .teamHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 80px 0;
}
#team .teamInner .teamHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
#team .teamInner .teamHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 40%;
}
#team .teamInner .teamBoxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#team .teamInner .teamBox h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 30px 0 10px 0;
}
#team .teamInner .teamBox p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#team .teamInner .teamCtas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
}

#testimonials {
    width: 100%;
    padding: 200px 0;
}
#testimonials .testimonialsInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;

    gap: 25px;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child {
    flex: 1;
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

#testimonials .testimonialSlider .testimonialSliderBox {
    display: flex;
    align-items: start;
    justify-content: center;
}
#testimonials .testimonialsHead h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#testimonials .testimonialsHead p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider {
    margin-top: 80px;
}
#testimonials .testimonialSlider .testimonialSliderCol:first-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child h4 {
    font-size: 36px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
}
#testimonials .testimonialSlider .testimonialSliderCol:last-child p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.1em;
    margin: 0;
    max-width: 60%;
}
#testimonials .testimonialSliderActions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-left: 20%;
    margin-top: 20px;
}
#testimonials .testimonialSliderActions button {
    background: #d9d9d9;
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10.5px;
}
#discussProject .discussProjectInner {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#discussProject .discussProjectInner h2 {
    font-size: 64px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin: 0 0 26px 0;
}
#discussProject .discussProjectInner p {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: 50%;
}
#discussProject .discussProjectCard {
    background-color: rgba(255, 255, 255, 5%);
    box-shadow: 0px 6px 17.1px rgba(0, 0, 0, 3%);
    backdrop-filter: blur(10.9px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px 24px;
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
}

#discussProject .discussProjectCard h4 {
    font-size: 40px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
#discussProject .discussProjectCard p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    max-width: unset;
}

#discussProject .discussProjectCard form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
#discussProject .discussProjectCard form .inputField {
    width: 100%;
    background-color: rgba(255, 255, 255, 54%);
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    color: #231f20;
}
#discussProject .discussProjectCard form .inputField::placeholder {
    color: #231f20;
}
#gallery {
    margin: 200px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
#gallery .swiper {
    width: 100%;
}

#gallery .swiper-slide {
    border-radius: 4px;
    height: 400px;
}

#gallery .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 1440px) {
    #heroSec .heroSecInner {
        max-width: 1140px;
        padding: 0px 30px;
    }
    #heroSec .heroSecContent h2 {
        font-size: 72px;
        max-width: 600px;
    }
    #heroSec .heroSecContent p {
        font-size: 18px;
        max-width: 500px;
    }
    .overviewInner {
        max-width: 1140px;
        padding: 0px 30px;
    }
    .projectsInner {
        max-width: 1140px;
        padding: 0px 30px;
    }
    #services .servicesHead {
        max-width: 1140px;
        padding: 0px 30px;
    }
    #services .serviceCtas {
        max-width: 1140px;
        padding: 0px 30px;
    }
    .teamInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .testimonialsInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .discussProjectInner {
        max-width: 1140px;
        padding: 0px 30px;
    }

    .footerInner {
        max-width: 1140px;
        padding: 0px 30px;
    }
}

@media (max-width: 1140px) {
    #heroSec .heroSecInner {
        max-width: 95%;
    }
    .overviewInner {
        max-width: 95%;
    }
    .projectsInner {
        max-width: 95%;
    }
    #services .servicesHead {
        max-width: 95%;
    }
    #services .serviceCtas {
        max-width: 95%;
    }
    .teamInner {
        max-width: 95%;
    }

    .testimonialsInner {
        max-width: 95%;
    }

    .discussProjectInner {
        max-width: 95%;
    }

    .footerInner {
        max-width: 95%;
    }
}
