/* PROBABLY GLOBAL */
.graphic-seperator::before {
    content: url("../../images/seperator.svg");
}

/* TEMPLATE GLOBAL STYLES */
body .projects_page.page .title-1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    line-height: 60px;
    text-align: inherit;
}

body .projects_page.page .title-2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-align: inherit;
}

body .projects_page.page .title-3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    line-height: 48px;
    text-align: inherit;
}

body .projects_page.page .title-4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: inherit;
}

.stylized-container {
    box-shadow: 0 24px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.projects_page.page p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

.projects_page.page .owl-nav .nav-btn {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("../../images/button-active.svg");
}

.projects_page.page .owl-nav .disabled .nav-btn {
    background-image: url("../../images/button-disabled.svg");
}

.projects_page.page .owl-nav .owl-prev .nav-btn {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    body .projects_page.page .title-1 {
        font-size: 28px;
        line-height: 40px;
    }

    body .projects_page.page .title-2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

/* MAIN BLOCK */
.main_image_block .main_image:before {
    content: none;
}

.main_image_block .main_image.radius {
    margin-top: -6rem;
    padding-top: 10rem;
    background-color: transparent;
    background-size: 65%;
    background-position: right bottom;
}

.main_image_block > .container > .row {
    position: relative;
}

.main_image_block .background-image {
    width: 55%;
    position: absolute;
    bottom: 0;
    right: -150px;
}

.main_image_block .background-image::before {
    content: '';
    position: absolute;
    left: -239px;
    bottom: 10px;
    width: 666px;
    height: 341px;
    display: block;
    background-image: url(../../images/projects-hero-bg.svg);
    background-size: 100%;
    z-index: -1;
}

.main_image_block .background-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 1400px) {
    .main_image_block .background-image::before {
        left: -230px;
        height: 304px;
    }
}

@media (max-width: 1200px) {
    .main_image_block .background-image::before {
        width: 400px;
        left: -100px;
        height: 215px;
    }
}

@media (max-width: 992px) {
    .main_image_block .main_image.radius {
        margin-top: 0;
        padding: 0;
        min-height: auto;
    }

    .main_image_block > .container > .row {
        flex-direction: column;
    }

    .main_image_block .background-image {
        width: 100%;
        position: relative;
        left: 0;
    }

    .main_image_block .background-image::before {
        width: 270px;
        height: 270px;
        left: 0;
        right: 0;
        bottom: -70px;
        margin: 0 auto;
    }

    .main_image_block .main_image p {
        font-size: 18px !important;
    }
}

/* EDUFIN BLOCK */

.edufin .container {
    position: relative;
    background-color: #fff;
    padding: 0 6rem;
    margin-bottom: 8rem;
}

.edufin .container::before {
    content: url("../../images/edufin-background.svg");
    position: absolute;
    bottom: -70px;
    left: -80px;
    z-index: -1;
}

.edufin .items {
    display: flex;
}

.edufin .items .item {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.edufin .items .item .content {
    padding: 0 4rem;
    flex-grow: 1;
}

.edufin .items .item:not(:last-child) .content {
    border-right: 1px solid #248700;
    margin-left: 1px;
}

.edufin .items .item .content h4 {
    margin-top: 1rem;
}

.edufin .items .item .content p {
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    margin: 0;
}

.edufin .item .image {
    background: transparent;
    max-width: 200px;
    height: 74px;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .edufin .items {
        flex-direction: column;
    }

    .edufin .items .item:not(:last-child) .content {
        border: none;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .edufin {
        padding: 12px;
    }

    .edufin .container {
        padding: 0 3rem;
    }

    .edufin .container::before {
        left: -115px;
    }

    .edufin .items .item .content {
        padding: 0;
    }
}

/* USSAGE STEPS */
.ussage-steps {
    padding: 4rem 0;
}

.ussage-steps__steps {
    margin-top: 4rem;
}

.ussage-steps__steps .step p {
    font-size: 16px;
    line-height: 28px;
}

.ussage-steps .step {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ussage-steps .step-bg {
    position: absolute;
    z-index: -1;
    top: 0;
}

.ussage-steps .step-bg-1 {
    right: 30px;
    min-width: 950px;
}

.ussage-steps .step-bg-2 {
    left: -42px;
    min-width: 1294px;
}

.ussage-steps .step-bg-3 {
    right: -68px;
    min-width: 1121px;
}

.ussage-steps .step-counter-1 {
    height: 650px;
    padding-top: 105px;
    padding-bottom: 100px;
}

.ussage-steps .step-counter-2 {
    height: 610px;
    padding-top: 200px;
    padding-bottom: 26px;
}

.ussage-steps .step-counter-3 {
    padding-top: 260px;
    padding-bottom: 50px;
}

.ussage-steps .step-counter-2 .step-image {
    margin-top: -100px;
}

.ussage-steps .step-counter-3 .step-image {
    margin-top: -100px;
}

.ussage-steps .step-counter-3 .step-image img {
    margin: 0 0 0 auto;
}

.ussage-steps .step-counter-2 .step-content {
    order: 2;
}

.ussage-steps .step-content {
    flex-basis: 40%;
    overflow-y: hidden;
}

.ussage-steps .step-content .button {
    margin-top: 10px;
    padding: 6px 30px;
    text-decoration: none;
}

.ussage-steps .step-content .survey-button {
    font-weight: 400;
    text-transform: none;
}

.ussage-steps .step-image {
    flex-basis: 50%;
}

.ussage-steps .step-content .title-2 {
    margin-bottom: 2rem;
}

@media (max-width: 1400px) {
    .ussage-steps .step-counter-1 {
        height: 620px;
    }

    .ussage-steps .step-counter-2 {
        height: 520px;
        left: -64px;
    }

    .ussage-steps .step-bg-2 {
        left: 0;
        min-width: 1180px;
    }

    .ussage-steps .step-bg-3 {
        right: -123px;
        top: 35px;
        min-width: 0;
        width: 1045px;
    }
}

@media (max-width: 1200px) {
    .step-bg {
        display: none;
    }

    .ussage-steps .step {
        padding: 50px 0;
        height: auto;
    }

    .ussage-steps .step .step-image {
        margin: 0;
    }

    .ussage-steps .step .step-image img {
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 992px) {
    .ussage-steps .ussage-steps__steps .step-content .title-2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .ussage-steps .step .step-content {
        flex-basis: 100%;
        order: 1;
    }

    .ussage-steps .step-counter-2 {
        left: 0;
    }

    .ussage-steps .step .step-image {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    .ussage-steps .step {
        flex-wrap: wrap;
        padding: 0;
    }

    .ussage-steps__steps {
        margin-top: 2rem;
    }
}

@media (max-width: 560px) {
    .ussage-steps {
        padding: 0;
    }
}

/* IL NOSTRO METODO BLOCK */
.double-image-block {
    margin-bottom: 8rem;
}

.double-image-block .content {
    padding: 5rem 0 5rem 10px;
}

.double-image-block .bottom-image {
    margin-top: -80px;
}

.double-image-block .bottom-image img {
    border-radius: 16px;
}

@media( max-width: 992px ) {
    .double-image-block .bottom-image {
        margin-top: 0;
    }
}

/* TEAMS SLIDER BLOCK */
.team-slider {
    padding-bottom: 100px;
    margin-bottom: 6rem;
}

.team-slider .row {
    padding: 0 110px;
}

.team-slider .container {
    position: relative;
    background-color: #fff;
}

.team-slider .container::before {
    content: url("../../images/team-bg.svg");
    z-index: -1;
    position: absolute;
    top: -360px;
    left: -151px;
}

.team-slider .team-slider-top {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.team-slider .team-slider-top h2 {
    margin-bottom: 1.5rem;
}

.team-slider .teams-slider {
    padding-bottom: 40px;
}

.team-slider .member {
    border-radius: 16px;
    margin-bottom: -76px;
}

.team-slider .member img {
    object-fit: cover;
    height: 248px;
}

.team-slider .member-content {
    height: 312px;
    position: relative;
    top: -76px;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 24px;
    border-bottom: 4px solid #248700;
}

.team-slider .member-content .name {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Space Grotesk', sans-serif;
}

.team-slider .member-content .subtext {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
}

.team-slider .member-content .description {
    font-size: 16px;
    line-height: 28px;
}

.team-slider .owl-nav {
    position: absolute;
    bottom: -85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#teams-slider-counter {
    font-size: 18px;
    margin: 0 16px;
}

@media (max-width: 560px) {
    .team-slider .row {
        padding: 0 7px;
    }

    .team-slider {
        margin: 0 12px;
    }
}