
h1, h2, h3, h4, h5 , h6 {
    letter-spacing: -0.02em;
}

.project-subtitle {
    background: #EAECF3;
    border-radius: 44px;
    padding: 12px 16px;
    color: #2E2E2E;
    letter-spacing: -0.02em;
    font-size: 1.5em;
    line-height: 29px;
    margin-bottom: 16px;
    width: max-content;
}

/*PROJECT*/

.project {
    padding: 64px 0 0 0;
    color: #141415;
}

.project__wrapper {
    display: flex;
    column-gap: 9.167vw;
}

.project__content {
    max-width: 480px;
    width: 100%;
}

.project__content h1 {
    color: #141415;
    font-size: 4.5em;
    margin-bottom: 24px;
    line-height: 80px;

}

.project__content p {
    color: #000000;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 56px;
}

.project-features {
    display: flex;
    column-gap: 32px;
}

.project-features ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.project-features li {
    line-height: 26px;
}

.project-features > ul > li > span {
    margin-right: 14px;
}

.feature-type-wrapper {
    margin-right: 14px;
}

.feature-type {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #7699FF;
}

.project__img-wrapper img {
    max-width: 710px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*PROBLEM*/

.problem {
    padding: 177px 0 0 0;
    color: #141415;
}

.problem-title {
    margin-bottom: 80px;
}

.problem__info {
    display: flex;
    column-gap: 58px;
}

.problem__info p{
    line-height: 27px;
    font-size: 1.125em;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    margin-bottom: 120px;
}

.problem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*CONSEQUENCES*/

.consequences {
    padding: 200px 0 0 0;
    color: #141415;
}

.consequences h3, .solution h3 {
    margin-bottom: 80px;
}

.consequences__text {
    margin: 0 0 140px 316px;
    max-width: 486px;
    width: 100%;
    line-height: 27px;
    font-weight: 500;
    font-size: 1.125em;
}

.consequences__content {
    display: flex;
    column-gap: 156px;
}

.consequences__content h4 {
    font-weight: 600;
    font-size: 2em;
    line-height: 38px;
    letter-spacing: -0.02em;
    width: max-content;
    white-space: nowrap;
}

.consequences__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 67px;
    row-gap: 56px;
}

.consequences__item {
    display: flex;
}

.consequences__item > p {
    font-size: 0.875em;
    line-height: 20px;
    font-weight: 500;
}

/*SOLUTION*/

.solution {
    padding: 200px 0 0 0;
}

.solution__content {
    max-width: 690px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    margin-left: auto;
    margin-bottom: 200px;
}

.solution__content p {
    line-height: 27px;
    font-weight: 500;
    font-size: 1.125em;
}

.solution__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*VALUE*/

.value {
    padding: 200px 0 0 0;
    color: #141415;
}

.value__items {
    display: flex;
    column-gap: 36px;
}

.value__item {
    max-width: 270px;
    width: 100%;
}

.value__img-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 45px;
}

.value__item p {
    line-height: 26px;
    font-weight: 500;
}

/*APPLIED*/

.applied {
    padding: 180px 0 0 0;
    color: #141415;
}

.applied h5, .benefits h5 {
    font-size: 2.25em;
    line-height: 44px;
}

.applied h5 {
    margin-bottom: 56px;
}

.applied__content {
    display: flex;
    column-gap: 5.903vw;
}

.applied__features {
    max-width: 527px;
    width: 100%;
}

.applied__features__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
    justify-content: space-between;
}

.applied__features__list li:last-child {
    grid-column: 2 / 4;
}

.applied__features__list li {
    line-height: 27px;
    font-size: 1.125em;
}

.applied__features__list span {
    margin-right: 14px;
}

.applied__text p {
    font-weight: 500;
    line-height: 26px;
    max-width: 384px;
    width: 100%;
}

/*BENEFITS*/

.benefits {
    padding: 180px 0 200px 0;
}

.benefits h5 {
    margin-bottom: 36px;
}

.benefits__content {
    padding: 56px 0;
    background: #476CEA;
    color: #FFFFFF;
}

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

.benefits__item {
    max-width: 326px;
    width: 100%;
}

.benefits__item__title {
    font-size: 2em;
    line-height: 38px;
    font-weight: 600;
    color: #FFFFFF;
}

.benefits__item__title:after {
    content: "";
    display: block;
    border: 1px solid #C9D5FF;
    width: 100%;
    margin: 24px 0;
}

.benefits__item__text {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 27px;
}

/*MORE PROJECTS*/

@keyframes scrollMoreProjects {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.more-projects {
    background: #C9D5FF;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 169px;
}

.more-projects__item {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scrollMoreProjects 30s infinite linear;
}

.more-projects__title {
    display: inline-block;
    margin-left: 80px;
    font-weight: 600;
    font-size: 53px;
    line-height: 65px;
    color: #FFFFFF;
}

/*VIEW MORE PROJECTS*/

.view-more-projects {
    padding: 140px 0 200px;
    color: #141415;
}

.view-more-projects__content {
    display: flex;
    column-gap: 24px;
}

.view-more-projects__img-wrapper {
    position: relative;
    max-width: 588px;
    width: 100%;
    max-height: 332px;
    height: 100%;
    margin-bottom: 16px;
}

.view-more-projects__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-more-projects__img-wrapper:hover .blue-round-button__wrapper {
    opacity: 1;
}

.blue-round-button__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s all linear;
}

.view-more-projects__title {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 27px;
    margin-bottom: 12px;
}

.view-more-projects__feature {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 8px;
}

.view-more-projects__feature > p {
    background: #EAECF3;
    border-radius: 36px;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 0.8125em;
    color: #2E2E2E;
}