/*Counter Wrapper*/
.counter-wrapper {
    text-align: center;
    .subtitle {
        text-transform: capitalize;
        font-weight: 700;
    }
    .title {
        text-transform: capitalize;
        margin: 0;          
        margin: 40px 0 46px;
        line-height: 1;
        span {
            background: -webkit-linear-gradient(0deg, #d233f8 44%, #4a3aff 72%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 100px;
            text-shadow: 2.781px 8.56px 10px rgba(146, 136, 255, 0.78);
        }
        position: relative;
        &::before {
            content: attr(data-bg);
            font-size: 180px;
            letter-spacing: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            @include transform(translate(-50%, -50%));
            -webkit-text-stroke: 1px #afaec7;
            color: transparent;
            z-index: -1;
        }
    }
    @include breakpoint(max-md) {
        .title {
            &::before {
                font-size: 100px;
                letter-spacing: 5px;
            }
            margin: 10px 0 20px;
            span {
                font-size: 70px;
            }
        }
    }
}
/*Client Section*/
.client-header {
    .title, p {
        color: $white-color;
    }
    text-align: center;
    .title {
        margin-bottom: 15px;
    }
    padding: 80px 0 120px;
    @include breakpoint(md) {
        padding: 100px 0 150px;
    }
    @include breakpoint(lg) {
        padding: 200px 0 190px;
    }
}
.client-section-header {
    position: relative;
    .bg_img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: calc(100% - 500px);
        right: calc(50% - 360px);
    }
}
.client-item {
    @extend %flex;
    margin-bottom: 60px;
    justify-content: space-between;
    .client-thumb {
        width: 140px;
        height: 140px;
        @include border-radius(50%);
        box-shadow: 0px 12px 35px 0px rgba(36, 30, 103, 0.49);   
        .thumb {
            overflow: hidden;
            @include border-radius(50%);
        }
        img {
            width: 100%;
        }
    }
    .client-content {
        width: calc(100% - 200px);
        .title {
            color: #5540fe;
            margin-bottom: 25px;
        }
        padding: 45px 40px 40px;
        background: $white-color;
        border-radius: 20px;
        box-shadow: 0px 3px 95px 0px rgba(36, 30, 103, 0.49);          
        p {
            @include breakpoint(md) {
                font-size: 22px;
                line-height: 30px;
            }
        }
    }
    @include breakpoint(max-md) {
        margin-bottom: 30px;
        .client-content {
            width: calc(100% - 130px);
        }
        .client-thumb {
            width: 100px;
            height: 100px;
        }
    }
    @media screen and (max-width:499px) {
        .client-content {
            width: 100%;
            text-align: center;
            padding: 30px 15px;
        }
        .client-thumb {
            margin: 0 auto 20px;
        }
    }
}
div[class*="col"] {
    &:last-child {
        .client-item {
            margin-bottom: 0;
        }
    }
}
.mt--70 {
    margin-top: -70px;
}
.newsletter-wrapper {
    text-align: center;
    .title {
        font-size: 60px;
        line-height: 70px;
        font-weight: 600;
        margin-bottom: 35px;
    }
    .bottom-text {
        margin: 10px auto 0;
        font-size: 18px;
        text-transform: capitalize;
        color: $white-color;
        text-shadow: 0px 3px 1px rgba(36, 30, 103, 0.3);          
    }
    @include breakpoint(max-lg) {
        .title {
            font-size: 42px;
            line-height: 50px;
            margin-bottom: 20px;
        }
        .bottom-text {
            max-width: 320px;
        }
    }
    @include breakpoint(max-md) {
        .title {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 15px;
        }
    }
    @include breakpoint(max-sm) {
        .title {
            font-size: 30px;
            line-height: 40px;
        }
    }
}
.newsletter-form {
    max-width: 580px;
    @extend %flex;
    justify-content: center;
    margin: 0 auto;
}
.nform-group {
    padding: 15px;
    margin: 0;
    &.button-group {
        width: 230px;
    }
    &.input-group {
        width: calc(100% - 230px);
        position: relative;
        label {
            position: absolute;
            top: 50%;
            left: 36px;
            @include transform(translateY(-50%));
        }
    }
    input {
        border: 1px solid rgb(85, 64, 254);
        background-color: rgb(235, 238, 252);
        box-shadow: 0px 13px 13px 0px rgba(36, 30, 103, 0.65); 
        height: 50px;
        @include border-radius(25px);
        padding: 0 30px 0 65px;
        width: 100%;
    }
    .custom-button {
        padding-bottom: 0;
        padding-top: 4px;
        height: 50px;
        border: none;
        text-align: center;
        width: unset;
        min-width: 200px;
        font-weight: 500;
        font-size: 18px;
    }
}
@include breakpoint(max-sm) {
    .nform-group {
        width: 100% !important;
    }
    .bottom-text {
        margin-top: 15px;
    }
}
.newsletter-shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    @include transform(translateX(-50%));
    width: 1920px;
}
.halka_gradient {
    position: relative;
    overflow: hidden;
    &::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        background: url(./img/newsletter-before.png) no-repeat top center;
        background-size: cover;
    }
    .container {
        position: relative;
        z-index: 1;
    }
}
.text-pink {
    color: #f4009d;
}
.process-item {
    position: relative;
    margin-bottom: 45px;
    .process-thumb {
        max-width: 300px;
        img {
            width: 100%;
        }
        margin: 0 auto 45px;
    }
    .process-bottom {
        text-transform: uppercase;
        position: relative;
        text-align: center;
        .abs-title {
            color: transparent;
            -webkit-text-stroke: rgba($color:$title-color, $alpha:.2) 1px;
            line-height: 1;
            font-size: 52px;
            position: absolute;
            left: 0;
            top: -3px;
            width: 100%;
        }
        .plus-icon {
            display: block;
            margin: 0 auto;
            width: 40px;
            height: 40px;
            @include border-radius(50%);
            background: -moz-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(210,51,248) 100%);
            background: -webkit-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(210,51,248) 100%);
            background: -ms-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(210,51,248) 100%);
            box-shadow: 3.708px 11.413px 13px 0px rgba(75, 66, 174, 0.36);           
            position: relative;  
            cursor: pointer; 
            z-index: 2;
            &::after, &::before {
                @extend %center;
                background: $white-color;
                @include transition($transition);
            }
            &::after {
                width: 20px;
                height: 2px;
            }
            &::before {
                width: 2px;
                height: 20px;
            }
            &.active {
                &::before {
                    height: 0;
                }
            }
        }
        .title {
            margin-bottom: 20px;
        }
        @include breakpoint(max-sm) {
            .process-thumb {
                margin-bottom: 35px;
            }
            .title {
                font-size: 24px;
                margin-bottom: 12px;
            }
            .abs-title {
                font-size: 40px;
            }
        }
    }
    .process-content {
        border-radius: 15px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 57px 0px rgba(62, 54, 152, 0.2);
        font-size: 18px;
        color: #3b3671;
        padding: 60px 40px;
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 65px;
        z-index: 9;
        @include transition($transition);
        @include transform(translateY(40px));
        opacity: 0;
        visibility: hidden;
        p {
            margin-bottom: 38px;
        }
        @include breakpoint(lg) {
            @include breakpoint(max-xl) {
                padding: 40px 30px;
                p {
                    margin-bottom: 25px;
                }
            }
        }
        @media screen and (max-width:400px) {
            padding: 40px 30px;
            p {
                margin-bottom: 25px;
            }
        }
    }
    &.active {
        .process-content {
            @include transform(translateY(0));
            visibility: visible;
            opacity: 1;
        }
    }
}
.pro-button {
    padding: 3px 60px 0 30px;
    line-height: 47px;
    @include border-radius(25px);
    background: -moz-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(117,80,251) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(117,80,251) 100%);
    background: -ms-linear-gradient( 0deg, rgb(74,58,255) 0%, rgb(117,80,251) 100%);    
    color: $white-color;  
    position: relative;
    i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        @include border-radius(50%);
        background-color: rgba(255, 255, 255, 0.2);
        color: $white-color;
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        font-size: 14px;
    }
    &:hover {
        color: $white-color;
    }
}
.mb--45 {
    margin-bottom: -45px;
}
.feature-item {
    border-radius: 20px;
    background-color: $white-color;
    box-shadow: -7.19px 3.507px 207px 0px rgba(140, 138, 220, 0.57);
    padding: 60px 15px;
    text-align: center;
    margin-bottom: 30px;
    @include breakpoint(xl) {
        padding: 60px 10px;
    }
    .title {
        text-transform: capitalize;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }
    .feature-thumb {
        margin-bottom: 35px;
    }
    @include breakpoint(max-sm) {
        padding: 40px 15px;
    }
    @include breakpoint(md) {
        .title {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 22px;
        }
        p {
            font-size: 18px;
        }
    }
}
.feature-bottom-content {
    font-size: 18px;
    color: $title-color;
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    p {
        margin-bottom: 35px;
    }
    @include breakpoint(md) {
        p{
            margin-bottom: 40px;
        }
    }
}
.feature-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -160px;
}