@font-face {
    font-family: 'Gilroy';
    src:
        url('../fonts/gilroy-medium.woff2'),
        url('../fonts/gilroy-medium.woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src:
        url('../fonts/gilroy-bold.woff2'),
        url('../fonts/gilroy-bold.woff');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

/* ----------------------------------------- */

/* work influence-marketing */

.influence-marketing .work__title {
    text-transform: none;
}

.influence-marketing .work__wrapper {
    padding-left: 0;
    margin-top: 40px;
}

.influence-marketing .work__wrapper::before {
    background: none;
}

.influence-marketing .work__items {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 70px;
}

.influence-marketing .work__item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
}

.influence-marketing .work__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.influence-marketing .work__heading {
    margin: 0;
    justify-content: left;
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}

.influence-marketing .work__article {
    margin: 0;
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 129.6%;
    color: #000000;
}

.influence-marketing .work__icon {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 102px;
    height: 102px;
    background-color: white;
}

.influence-marketing .work__item::before {
    height: 100%;
    content: '';
    position: absolute;
    left: 48px;
    top: 79px;
    width: 3px;
    background: repeating-linear-gradient(to bottom, #000000, #000000 17px, transparent 12px, transparent 32px);
    z-index: 1;
}

.influence-marketing .work__item:nth-child(6)::before {
    background: none;
}

.influence-marketing .work__item:nth-child(7)::before {
    background: none;
}

@media (max-width: 1024px) {
    .influence-marketing .work__items {
        gap: 45px 45px;
    }
}

@media (max-width: 768px) {
    .influence-marketing .work__items {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .influence-marketing .work__item {
        gap: 15px;
    }

    .influence-marketing .work__item::before {
        height: 100%;
        content: '';
        position: absolute;
        left: 44px;
        top: 67px;
        width: 2px;
        background: repeating-linear-gradient(to bottom, #000000, #000000 13px, transparent 10px, transparent 29px);
    }

    .influence-marketing .work__item:nth-child(6)::before {
        height: 100%;
        content: '';
        position: absolute;
        left: 44px;
        top: 67px;
        width: 2px;
        background: repeating-linear-gradient(to bottom, #000000, #000000 13px, transparent 10px, transparent 29px);
    }

    .influence-marketing .work__heading {
        font-size: 18px;
        line-height: 23px;
    }

    .influence-marketing .work__article {
        font-size: 16px;
        line-height: 20px;
    }

    .influence-marketing .work__icon {
        max-width: 90px;
        height: 90px;
    }

    .influence-marketing .work__item::before {
        left: 44px;
    }
}

@media (max-width: 576px) {
    .influence-marketing .work__wrapper {
        margin-top: 30px;
        padding-left: 0 !important;
    }
}

/* --------------------------- */

/* ----- clientsLogo ----- */

.clientsLogo__wrapper {
    padding-bottom: 180px;
}

.clientsLogo__heading {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 77px;
    line-height: 83px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
}

.clientsLogo__content{

}

.clientsLogo_img {
   display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.clientsLogo_img img {
    max-width: 160px;
    max-height: 95px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    flex: 1 1 160px;
}

.logo {

}

/* --------------------------- */

/* BLOGGERS */

.bloggers {
    padding: 0;
    padding-top: 180px;
}

.bloggers__wrapper {
    grid-template-columns: none;
    /* padding: 0 85px 0 200px; */
}


.bloggers__heading {

    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 77px;
    line-height: 83px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0;
}

.bloggers__subtitle {

    font-family: 'Geologica';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #4A8EE2;
    margin-bottom: 50px;

}

.bloggers__desc {

    font-family: 'Geologica';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 22px;
    margin-top: 0;

}

.bloggers__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bloggers__list-item {
    list-style: none;
    transition: background-color 0.3s ease, color 0.3s ease;

}

.bloggers__list-item a {

    font-family: 'Geologica';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 9px;
    gap: 10px;
    border: 2px solid #4A8EE2;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bloggers__list-item a:hover {
    background-color: #4A8EE2;
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .bloggers__wrapper {
        padding: 0 85px 0 100px;
    }
}

@media (max-width: 1024px) {
    .bloggers__wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 1024px) {
    .bloggers__wrapper {
        padding: 0;
    }

    .bloggers__content {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {

    .bloggers__content {
        padding: 0;
    }

    .bloggers__heading {
        font-size: 40px;
        line-height: 51px;
    }

    .bloggers__subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .bloggers__desc {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .bloggers__list-item a {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .bloggers {
        padding-top: 50px;
    }

    .bloggers__wrapper {
        margin-top: 0;
    }
}

/* ---------------------- */


/* ----- steps ------ */


.influence-marketing .steps__wrapper {
     display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0; 
    padding: 0 200px; 
}

.influence-marketing .steps__headline {
     font-family: 'Geologica';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    color: #000000;
    margin: 0; 
}

.influence-marketing .steps__outline {
     width: 100%;
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    gap: 15px; 
}

.influence-marketing .steps__col-left {
     width: 50%; 
}

.influence-marketing .steps__subtitle-left {
     display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 72px;
    box-sizing: border-box;
    background: #000000;
    border-radius: 60px;
    margin-bottom: 19px; 
}

.subtitle-about {
     font-family: "Geologica";
    font-size: 26px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center; 
}


.influence-marketing .steps__list-left {
    /* max-width: 384px; */
    padding: 44px 19px 30px 44px;
    background: #F3F3F3;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    gap: 90px; 
}

.influence-marketing .steps__point-left {
     display: flex;
    align-items: baseline; 
     gap: 62px; 
     justify-content: space-between; 
}

.influence-marketing .steps__text {
     font-family: "Gilroy";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; 
}

.influence-marketing .steps__point-left:nth-child(1) .influence-marketing .steps__text {
    width: 40%;
    display: inline-block; 
}

.influence-marketing .steps__point-left:nth-child(2) .influence-marketing .steps__text {
    width: 70%;
    display: inline-block;
}

.influence-marketing .steps__line {
    display: flex;
    width: 77px;
    height: 0px;
    border: 2px solid #4A8EE2;
    border-radius: 21px;
}

.influence-marketing .steps__line-elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 145px;
}

.vertical-line {
    position: absolute;
    height: 420px;
    border: 2px solid #4A8EE2;
}

.circle {
    border-radius: 50%;
    position: relative;
    z-index: 5;
    width: 20px;
    height: 20px;
    background: #4A8EE2;
}

.circle-empty {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #4A8EE2;
}

.circle-half {
    border: 2px solid #4A8EE2;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: conic-gradient(#4A8EE2 0% 50%,
            transparent 50% 100%)
}

.influence-marketing .steps__col-right {
     margin-top: 90px;
    width: 50%; 
}

.influence-marketing .steps__subtitle-right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 72px;
    box-sizing: border-box;
    border-radius: 60px;
    margin-bottom: 18px;
    background: #4A8EE2; 
}

.influence-marketing .steps__list-right {
     max-width: 463px; 
     padding: 30px 26px 30px 12px;
    background: #F3F3F3;
    border-radius: 28px;
    display: flex;
    flex-direction: column; 
}

.influence-marketing .steps__point-right {
     display: flex;
    align-items: center;

    gap: 33px;
    align-items: baseline; 
}

.influence-marketing .steps__point-right:nth-child(1) {
     margin-bottom: 40px; 
}

.influence-marketing .steps__point-right:nth-child(2) {
     margin-bottom: 18px; 
}

.influence-marketing .steps__point-right:nth-child(3) {
     margin-bottom: 114px; 
}

.influence-marketing .steps__point-right:nth-child(4) {
     margin-bottom: 44px; 
}

.influence-marketing .steps__point-right:nth-child(2) .influence-marketing .steps__text {
    width: 70%;
    display: inline-block; 
}

@media (max-width: 1200px) {
    .influence-marketing .steps__wrapper {
        padding: 0 100px;
    }
}

@media (min-width: 1162px) and (max-width: 1440px) {

    .influence-marketing .steps__point-left:nth-child(2) .influence-marketing .steps__text {
        width: 47%;
        display: inline-block;
    }

    .influence-marketing .steps__point-right:nth-child(2) .influence-marketing .steps__text {
        width: 47%;
    }

}

@media (max-width: 1024px) {
    .influence-marketing .steps__wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 900px) {
    .influence-marketing .steps__wrapper {
        padding: 0;
    }

    .influence-marketing .steps__list-left {
        padding: 44px 19px 30px;
    }

    .influence-marketing .steps__list-right {
        padding: 30px 12px;
    }

    .influence-marketing .steps__line {
        width: 57px;
    }
}

@media (max-width: 768px) {

    .influence-marketing .steps__wrapper {
        /* padding: 0; */
        position: relative;
    }

    .influence-marketing .steps__outline {
        background: #F3F3F3;
        border-radius: 20px;
        padding: 20px 14px;
        gap: 10px;
        justify-content: center;
        margin-top: 85px;
    }

    .influence-marketing .steps__subtitle-left {
        position: absolute;
        top: 75px;
        left: 0;
        height: 63px;
        max-width: 181px;
    }

    .influence-marketing .steps__list-left {
        padding: 0;
        gap: 78px;
    }

    .influence-marketing .steps__point-left {
        text-align: end;
        justify-content: end;
        margin-right: 10px;
    }

    .influence-marketing .steps__point-left:nth-child(2) .influence-marketing .steps__text {
        width: 90%;
        display: inline-block;
    }

    .influence-marketing .steps__line-elem {
        /* gap: 44px; */
        margin-top: 5px;
        position: relative;
    }

    .vertical-line {
        position: absolute;
        height: 305px;
        border: 1px solid #4A8EE2;
    }

    .circle-empty {

        border: 1px solid #4A8EE2;
    }

    .circle-half {

        border: 1px solid #4A8EE2;
    }

    .circle {
        position: absolute;
        width: 13px;
        height: 13px;
        border: 1px solid #4A8EE2;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(2) {
        top: 0px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(3) {
        top: 56px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(4) {
        top: 115px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(5) {
        top: 172px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(6) {
        top: 230px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(7) {
        top: 265px;
    }

    .influence-marketing .steps__line-elem .circle:nth-child(8) {
        top: 304px;
    }

    .influence-marketing .steps__col-right {
        margin-top: 0px;
    }

    .influence-marketing .steps__subtitle-right {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 63px;
        max-width: 181px;
        transform: translateY(75px);
        margin-bottom: 0;
    }

    .subtitle-about {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        width: 80%;
    }

    .influence-marketing .steps__list-right {
        padding: 0;
        margin-top: 59px;
    }

    .influence-marketing .steps__point-right {
        margin-left: 10px;
    }

    .influence-marketing .steps__point-right:nth-child(1) {
        margin-bottom: 20px;
    }

    .influence-marketing .steps__point-right:nth-child(2) {
        margin-bottom: 20px;
    }

    .influence-marketing .steps__point-right:nth-child(3) {
        margin-bottom: 55px;
    }

    .influence-marketing .steps__point-right:nth-child(4) {
        margin-bottom: 20px;
    }

    .influence-marketing .steps__line {
        display: none;
    }

    .influence-marketing .steps__text {
        font-size: 16px;
        line-height: 19px;
        display: inline-block;
    }

    .influence-marketing .steps__point-right:nth-child(1) .influence-marketing .steps__text {
        width: 50%;

    }

    .influence-marketing .steps__point-right:nth-child(2) .influence-marketing .steps__text {
        width: 85%;
    }

    .influence-marketing .steps__point-right:nth-child(3) .influence-marketing .steps__text {
        width: 75%;
    }

    .influence-marketing .steps__point-right:nth-child(5) .influence-marketing .steps__text {
        width: 70%;
    }

    @media (max-width: 576px) {
        .influence-marketing .steps__outline {
            margin-bottom: 80px;
        }

        .influence-marketing .steps__subtitle-right {
            transform: translateY(-10%);
        }

        .influence-marketing .steps__point-left:nth-child(1) .influence-marketing .steps__text {
            width: 64%;
        }
    }

    @media (max-width: 480px) {
        .influence-marketing .steps__headline {
            font-size: 40px;
            line-height: 51px;
        }

        .influence-marketing .steps__subtitle-left {
            top: 65px;
        }

        .influence-marketing .steps__point-right:nth-child(2) .influence-marketing .steps__text {
            width: 100%;
        }
    }

    @media (max-width: 390px) {
        .influence-marketing .steps__point-left:nth-child(1) .influence-marketing .steps__text {
            width: 100%;
        }

        .influence-marketing .steps__point-left:nth-child(2) .influence-marketing .steps__text {
            width: 100%;
        }

        .influence-marketing .steps__point-right:nth-child(1) .influence-marketing .steps__text {
            width: 95%;
        }

        .influence-marketing .steps__point-right:nth-child(5) .influence-marketing .steps__text {
            width: 100%;
        }
    }
}