.about-image-items-style-1 {
    margin-right: 60px;

    @include breakpoint (max-xl){
        margin-right: 0;
    }
    
    .about-image {
        width: 370px;
        margin-top: 60px;
        margin-left: -80px;

        @include breakpoint (max-xxl){
            margin-left: 0;
            width: initial;
            max-width: 370px;
        }

        img {
            @include imgw;
        }
    }
}

.about-section-2 {
    margin: 0 15px;
}

.about-content-style-1 {

    .section-title {
        h2 {
            font-size: 40px;
            font-weight: 500;

            @include breakpoint(max-xxl){
                font-size: 45px;
            }

            @include breakpoint(max-xl){
                font-size: 45px;
            }

            @include breakpoint(max-lg){
                font-size: 37px;
            }

            @include breakpoint(max-md){
                font-size: 35px;
            }

            @include breakpoint(max-sm){
                font-size: 30px;
            }

            @include breakpoint(max-xxs){
                font-size: 25px;
            }
        }
    }

    .list-items {
        @include flex;
        gap: 80px;
        margin-top: 30px;

        @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 30px;
        }

        ul {
            li {
                font-size: 18px;
                font-weight: 500;

                &:not(:last-child) {
						margin-bottom: 20px;
					}

                img {
                    margin-right: 10px;
                }
            }
        }
    }

    .bottom-items {
        margin-top: 30px;
        @include flex;
        gap: 47px;

        @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 30px;
        }

        .icon-box-items {
            @include flex;
            gap: 25px;

            .icon {
                width: 100%;
               max-width: 92px;
               height: 92px;
               line-height: 92px;
               text-align: center;
               background-color: rgba(0, 93, 181, 0.07);
               border-radius: 50%;

               img {
                    @include transition;
                    display: inline-block;
               }
            }

            .content {
                p {
                    font-size: 18px;
                    margin-top: 5px;

                    br {
                        @include breakpoint (max-xxl){
                            display: none;
                        }
                    }
                }
            }

            &:hover {
                .icon {
                    img {
                        transform: scaleX(-1) !important;
                    }
                }
            }
        }
    }

    .theme-btn {
        margin-top: 50px;
    }
}

.about-feature-section-2 {
  
    .container {
        max-width: 1390px;
    }

    .about-feature-wrapper-2 {
        border-radius: 20px;
        background: $white;
        margin-top: 90px;
        padding-left: 60px;
        position: relative;

        &.style-2 {
            background-color: $bg-color-2;

            .about-feature-icon-box {
                background-color: $white;
            }
        }

         @include breakpoint (max-lg){
           margin-top: 30px;
           padding: 0 40px;
           padding-top: 50px;
        }

        .about-shape {
            position: absolute;
            top: 0;
            left: 20px;
            bottom: 0;

            @include breakpoint (max-xxl){
                display: none;
            }

            img {
                height: 100%;
            }
        }
    }
}


.about-feature-image-items-style-2 {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 70px;

    @include breakpoint (max-xxl){
        position: relative;
        left: initial;
    }

    @include breakpoint (max-lg){
        max-width: 700px;
        margin: 0 auto;
    }

    img {
        @include imgw;
    }

    .circle-image {
        position: absolute;
        bottom: 80px;
        right: 6px;

        @include breakpoint (max-md){
            display: none;
        }

        img {
            width: initial;
            height: initial;
            animation: cir36 20s linear infinite;
        }

        .counter-items {
            text-align: center;
            position: absolute;
            bottom: 50px;
            right: 31px;

            h2 {
                font-size: 46px;
                font-weight: 800;
                line-height: 1;
            }

            p {
                color: $header-color;
            }
        }
    }
}

.about-feature-content-items-style-2 {
    padding: 35px 60px;

    @include breakpoint (max-xxl){
        padding: 40px 30px;
    }

    @include breakpoint (max-lg){
        padding: 0;
    }

    .about-feature-icon-box {
        @include flex;
        gap: 25px;
        border-radius: 10px;
        background-color: $bg-color-2;
        padding: 24px 34px;
        margin-top: 15px;

         @include breakpoint (max-sm){
           flex-wrap: wrap;
           gap: 20px;
        }

        .content {
            h4 {
                font-size: 20px;
                font-weight: 600;
            }

            p {
                max-width: 365px;
            }
        }

    }

    .theme-btn {
        margin-top: 25px;
        background-color: $header-color;
        color: $white;

        &::before {
            background-color: $theme-color;
        }

        i {
            background-color: $theme-color;
            color: $header-color;
        }

        &:hover {
            color: $header-color;
            background-color: $header-color;

            i {
                background-color: $header-color;
                color: $theme-color;
            }
        }
    }
}

.custom-support-list {
    margin-top: 50px;
    @include flex;
    gap: 50px;
    justify-content: center;

    @include breakpoint (max-lg){
        flex-wrap: wrap;
        gap: 22px;
        justify-content: center;
    }

}

.about-left-image-style-2 {
    max-width: 814px;
    border-radius: 20px;

    @include breakpoint (max-lg){
        max-width: initial;
    }

    img {
        @include imgw;
        border-radius: 20px;
    }
}

.about-right-content-style-2 {
    .section-title {
        h2 {
            font-size: 46px;
            font-weight: 500;
            max-width: 590px;
            letter-spacing: -1.38px;
            text-transform: none;

             @include breakpoint(max-xxl){
                font-size: 45px;
            }

            @include breakpoint(max-xl){
                font-size: 36px;
            }

            @include breakpoint(max-lg){
                font-size: 37px;
            }

            @include breakpoint(max-md){
                font-size: 35px;
            }

            @include breakpoint(max-sm){
                font-size: 30px;
            }

            @include breakpoint(max-xxs){
                font-size: 25px;
            }
        }
    }

    p {
        margin-top: 100px;
        max-width: 470px;
        margin-left: 150px;
        text-transform: none;

        @include breakpoint (max-xxl){
            margin-top: 50px;
        }

        @include breakpoint (max-xl){
            margin-left: 0;
            margin-top: 30px;
        }
    }
}

.about-counter-style-2 {
    margin-left: 300px;
    margin-top: 150px;

    @include breakpoint (max-xxxl){
        margin-left: 200px;
    }

    @include breakpoint (max-xxl){
        margin-left: 80px;
    }

     @include breakpoint (max-xl){
        margin-left: 0;
        margin-top: 30px;
    }

    .counter-items {
        h2 {
            font-size: 200px;
            font-weight: 800;
            line-height: 1;
            color: $theme-color-2;

             @include breakpoint (max-xxl){
               font-size: 140px;
            }

            @include breakpoint (max-lg){
               font-size: 110px;
            }

             @include breakpoint (max-md){
               font-size: 80px;
            }
        }

        p {
            font-size: 28px;
            font-weight: 600;
            color: $header-color;

            @include breakpoint (max-xxl){
              font-size: 20px;
            }

             @include breakpoint (max-lg){
              font-size: 18px;
            }
        }
    }
}

.about-image-box-style-2 {
    @include flex;
    gap: 30px;
    margin-top: 50px;

    @include breakpoint (max-xl){
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .about-bottom-box {
        border-radius: 20px;
        background: $white;
        
        .about-content {
            padding: 30px 20px;

            h4 {
                font-size: 22px;
                font-weight: 600;
                max-width: 225px;
            }

            .theme-btn {
                background-color: $header-color;
                color: $white;
                line-height: 1;
                margin-top: 20px;

                &::before {
                    background-color: $theme-color;
                }

                i {
                    background-color: $theme-color;
                    color: $header-color;
                }

                &:hover {
                    color: $header-color;

                    i {
                        background-color: $header-color;
                        color: $theme-color;
                    }
                }
            }
        }

        .about-image {
            padding: 5px;
            img {
                @include imgw;
                border-radius: 20px;
            }
        }
    }

    .about-bottom-image {
        height: 424px;
        border-radius: 20px;
        
        img {
            @include imgw;
            border-radius: 20px;
            object-fit: cover;
        }
    }
}


.about-left-image-items-style-4 {
    border-radius: 12px;
    overflow: hidden;
    @include transition;
    margin-left: -210px;

    @include breakpoint (max-xxl){
        margin-left: 0;
    }

    @include breakpoint (max-xl){
        height: 600px;

        img {
            object-fit: cover;
        }
    }

    img {
        @include imgw;
        border-radius: 12px;
    }
}

.about-right-content-items-style-4 {
    padding-left: 50px;
    max-width: 702px;

    @include breakpoint (max-xl){
        padding-left: 0;
    }

    .nav {
        @include flex;
        gap: 100px;
        border-bottom: 1px solid rgba(0, 93, 181, 0.08);
        padding-bottom: 20px;
        padding-left: 30px;
        margin-top: 30px;

        @include breakpoint (max-xl){
            gap: 30px;
            padding-left: 0;
            margin-top: 30px;
        }

        .nav-item {
            .nav-link {
                color: $header-color;
                font-family:$heading-font;
                font-size: 20px;
                font-weight: 600;
                letter-spacing: -0.6px;
                padding: 0;
                position: relative;

                &.active {
                    color: $theme-color-3;

                    &::before {
                        position: absolute;
                        bottom: -20px;
                        left: 0;
                        content: "";
                        height: 2px;
                        width: 100%;
                        background-color: $theme-color-3;

                        @include breakpoint (max-xl){
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .about-text {
        margin-top: 25px;
        max-width: 600px;
    }

    .icon-items-area {
        @include flex;
        gap: 25px;
        margin-top: 25px;

        @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 20px;
        }

        .icon {
            img {
                @include transition;
                display: inline-block;
            }
        }

        .content {
            h4 {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 10px;
            }
        }
    }

    .list-items {
        @include flex;
        gap: 80px;
        margin-top: 30px;

         @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 20px;
        }

        ul {
            li {
                font-size: 18px;
                font-weight: 500;

                &:not(:last-child) {
						margin-bottom: 20px;
					}

                img {
                    margin-right: 10px;
                }
            }
        }
    }

    .bottom-items {
        @include flex;
        gap: 40px;
        margin-top: 50px;

         @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }

        .theme-btn {
            background-color: $theme-color-3;
            color: $white;

            i {
                background-color: $white;
                color: $theme-color-3;
            }
        }

        .phone-box-items {
            @include flex;
            gap: 20px;

            .icon {
                font-size: 50px;
                color: $theme-color-3;
            }

            .content {
                p {
                    font-weight: 600;
                    color: #454E59;
                }

                a {
                    color: $text-color;
                }
            }
        }
    }

    &:hover {
        .icon-items-area {
            .icon {
                img {
                    transform: scaleX(-1) !important;
                }
            }
        }
    }
}

.about-left-style-5 {
    .about-text {
        margin-top: 25px;
    }
}

.about-meddile-image-style-5 {
    img {
        @include imgw;
        border-radius: 15px;
    }
}

.counter-items-style-5 {
    text-align: center;
    margin-top: -45px;

    @include breakpoint (max-xxxl){
        margin-top: 0;
    }


    h2 {
        font-size: 250px;
        font-weight: 600;
        font-family: $heading-font-2;
        line-height: 1;
        color: $theme-color-4;

        @include breakpoint (max-xxl){
            font-size: 200px;
        }

        @include breakpoint (max-md){
            font-size: 180px;
        }

        @include breakpoint (max-sm){
            font-size: 150px;
        }
    }

    p {
        font-size: 35px;
        font-family: $heading-font-2;
        font-weight: 600;
        line-height: 1;

         @include breakpoint (max-xxxl){
            font-size: 24px;
        }

         @include breakpoint (max-xl){
            font-size: 22px;
        }
    }
}

.about-left-bottom-style-5 {
    img {
        @include imgw;
        border-radius: 15px;
    }
}

.about-middle-bottom-style-5 {
    .nav {
        @include flex;
        justify-content: space-between;
        background-color: rgba(121, 185, 0, 0.1);
        padding: 0;
        border-radius: 5px;
        margin-bottom: 20px;

        .nav-item {
            margin-bottom: 0 !important;
            font-size: 16px;
            font-weight: 600;

            &:not(:last-child){
                margin-bottom: 0 !important;
            }

            .nav-link {
                padding: 0;
                font-weight: 600;
                color: $theme-color-4;
                padding: 12px 15px;
                 border-radius: 5px;

                 &.active {
                    background-color: $theme-color-4;
                    color: $white;
                 }
            }
        }
        
    }
    p {
        margin-bottom: 14px;
    }

    ul {
        li {
            font-size: 20px;
            font-weight: 700;
            color: #001819;

            img {
                margin-right: 10px;
            }

             &:not(:last-child) {
                margin-bottom: 15px;
            }
        }
    }
}

.about-bottom-image-style-5 {
    margin-top: -50px;

    @include breakpoint (max-xl){
        margin-top: 0;
    }

    .image {
        img {
            @include imgw;
            border-radius: 15px;
        }
    }

    .theme-btn {
        margin-top: 30px;
        background-color: $theme-color-4;
        border-radius: 5px;
        padding: 22px 40px;
        color: $white;
    }
}

.about-image-items-style-5 {
    position: relative;
    z-index: 9;

    @include breakpoint (max-xl){
        max-width: 800px;
    }

    @include breakpoint (max-lg){
        margin-bottom: 170px;
    }

    @include breakpoint (max-sm){
        margin-bottom: 0;
    }

    .left-image {
        max-width: 350px;
        position: relative;
        z-index: 9;

        @include breakpoint (max-sm){
            max-width: 500px;
        }

        img {
            @include imgw;
            border-radius: 20px;
            object-fit: cover;
        }

        &::before {
            @include before;
            border: 1px solid $theme-color-4;
            border-radius: 20px;
            top: 37%;
            left: 0;
            z-index: -1;
            width: 400px;
            height: 100%;

            @include breakpoint (max-xl){
                display: none;
            }
        }

         &::after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            border: 1px solid var(--theme-4);
            border-radius: 20px;
            top: 40%;
            left: 12px;
            z-index: -1;
            width: 375px;
            height: 94%;

            @include breakpoint (max-xl){
                display: none;
            }
        }
    }

    .right-image {
        max-width: 360px;
        position: absolute;
        z-index: 9;
        right: 5%;
        top: 52%;

        @include breakpoint (max-xl){
            right: 5%;
        }

        @include breakpoint (max-lg){
            right: 24%;
        }

        @include breakpoint (max-sm){
            position: static;
            max-width: 500px;
            margin-top: 30px;
        }

        img {
            @include imgw;
            border-radius: 20px;
        }
    }

    .icon-shape {
        position: absolute;
        z-index: -1;
        top: 10%;
        right: 15%;

        @include breakpoint (max-xl){
            display: none;
        }
    }

    .video-icon {
        position: absolute;
        text-align: center;
        z-index: 9;
        bottom: -125px;
        left: 75px;

        @include breakpoint (max-xl){
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            bottom: initial;
        }

        @include breakpoint (max-sm){
            top: 30%;
        }

        .video-btn {
            max-width: 60px;
            height: 60px;
            line-height: 60px;
            background: $theme-color-4;
            color: $white;
            text-align: center;
            font-size: 20px;
            width: 100%;
            display: inline-block;
        }

        h4 {
            font-size: 22px;
            font-weight: 700;
            font-family: 'Anek Latin', sans-serif;
            color: #111;
            margin-top: 10px;
        }
    }
}

.about-content-items-style-6 {
    .about-text {
        margin-top: 25px;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 30px;
    }

    .bottom-items-area {
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 50px;

        @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 30px;
        }

        .list-items {
            border-right: 1px solid #D9D9D9;
            padding-right: 50px;

            @include breakpoint (max-xl){
                border-right: none;
                padding-right: 0;
            }

            ul {
                li {
                    font-size: 20px;
                    font-weight: 700;
                    color: #001819;

                    img {
                        margin-right: 10px;
                    }

                    &:not(:last-child) {
                        margin-bottom: 15px;
                    }
                }
            }

            .theme-btn {
                margin-top: 30px;
                background-color: $theme-color-4;
                border-radius: 5px;
                padding: 22px 40px;
                color: $white;
            }
        }

        .client-items {
            .counter-items-style-6 {
                margin-top: 20px;

                h2 {
                    font-size: 70px;
                    font-weight: 700;
                    font-family: $heading-font-2;
                }
            }
        }
    }
}

.about-left-items-style-7 {
    margin-right: 30px;

    @include breakpoint (max-xl){
        margin-right: 0;
    }

    .about-image {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 40px;
        border-radius: 20px;

        img {
            @include imgw;
            border-radius: 20px;
        }
    }

    .bottom-items-area {
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 50px;

        @include breakpoint (max-xl){
            flex-wrap: wrap;
            gap: 30px;
        }

        .list-items {
            border-right: 1px solid #D9D9D9;
            padding-right: 50px;

            @include breakpoint (max-xl){
                padding-right: 0;
                border-right: none;
            }

            ul {
                li {
                    font-size: 20px;
                    font-weight: 700;
                    color: #001819;

                    img {
                        margin-right: 10px;
                    }

                    &:not(:last-child) {
                        margin-bottom: 15px;
                    }
                }
            }

            .theme-btn {
                margin-top: 30px;
                background-color: $theme-color-4;
                border-radius: 5px;
                padding: 22px 40px;
                color: $white;
            }
        }

        .client-items {
            .counter-items-style-6 {
                margin-top: 20px;

                h2 {
                    font-size: 70px;
                    font-weight: 700;
                    font-family: $heading-font-2;
                }
            }
        }
    }
}

.about-right-items-style-7 {
    margin-left: 30px;

    @include breakpoint (max-xl){
        margin-left: 0;
    }

    .about-text {
        margin-top: 25px;
    }

    .about-image {
        margin-top: 60px;
        border-radius: 20px;

        img {
            @include imgw;
            border-radius: 20px;
        }
    }
}


.about-section-7 {
    position: relative;
    z-index: 9;

    .about-right-shape {
        position: absolute;
        top: -30%;
        right: 0;
    }
}