/* Start Banner Section */
.banner {
    background-image: url(../../img/testimonial/banner-bg.webp);
    background-size: cover;
}

.banner .banner-container .breadcrumb li a {
    color: var(--black) !important;
}

.banner .breadcrumb li:first-child a {
    width: 18px;
    height: 18px;
}

/* End Banner Section */

/* Start Overview Section */
.overview {
    padding-bottom: 2rem;
}

.overview .overview-info {
    margin-top: 2rem;
}

.overview .overview-graph {
    margin-top: 2rem;
}

.overview .overview-graph h3 {
    font-size: 15px;
}

/* End Overview Section */

/* Start Journey Section */

.journey .journey-item p {
    font-size: 13px;
}

.journey .journey-item b::after {
    content: "";
    background-image: url(../../img/home/arrow.svg);
    background-size: 100% 100%;
    min-width: 12px;
    height: 12px;
    transform: rotate(50deg);
    margin-left: 12px;
}

/* End Journey Section */

/* Start Future Section */
.future {
    background-image: linear-gradient(182.92deg,
            var(--white) -48.02%,
            var(--white) 25.88%,
            var(--backgroundColor) 55.12%,
            var(--backgroundColor) 99.67%);
    padding-top: 2rem;
}

.future .future-info {
    padding: 1.3rem;
}

.future .nav-item {
    border-bottom: 1px solid rgba(167, 167, 167, 0.67);
}

.future .future-content {
    box-shadow: var(--lightShadow);
}

.future .nav-item::after {
    content: "";
    background-image: url(../../img/about/gradient-arrow.svg);
    background-size: 100% 100%;
    min-width: 13px;
    height: 13px;
    filter: brightness(0);
}

.future .nav-item.active {
    background-color: var(--white);
    border-image-source: linear-gradient(90deg,
            var(--primaryColor) 0%,
            var(--greenColor) 100%);
    border-bottom-width: 2px;
    border-image-slice: 1;
    box-shadow: var(--lightShadow);
}

.future .nav-item.active b {
    background-image: linear-gradient(90deg,
            var(--primaryColor) 0%,
            var(--greenColor) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.future .nav-item.active::after {
    filter: none;
}

/* End Future Section */

/* Start Introduction Section */
.introduction {
    padding-top: 4rem;
}

.introduction .introduction-content .fact-list .fact-item {
    width: 47%;
}

.introduction .introduction-detail span {
    width: 146px;
    height: 146px;
    background-image: linear-gradient(var(--white), var(--white)), linear-gradient(90deg, var(--primaryColor) 0%, var(--greenColor) 100%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.introduction .introduction-content .fact-info {
    padding: 17px 12px;
    width: 70px;
    height: 60px;
}

/* End Introduction Section */

/* Start Professional Section */
.professional {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.professional .professional-content {
    margin-top: 2rem;
}

/* End Professional Section */

/* Start Deal Section */

.deal .deal-list .deal-item span {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 11px 13px;
}

.deal .deal-list .deal-item ul {
    padding-left: 40px;
}

.deal .deal-list .deal-item ul li::before {
    content: "";
    border: 2px solid var(--white);
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    left: -22px;
    top: 7px;
}

.deal .deal-list .deal-item:first-child {
    border-bottom: 1px solid var(--white);
}

.deal .heading h2 {
    font-size: 22px;
}

.deal .client-list {
    animation: infiniteScroll 15s linear infinite;
}

.deal .client-list span {
    min-width: 250px;
    min-height: 83px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 41px;
    padding: 17px 15px;
}

.deal .client-list span img {
    object-fit: scale-down;
}

/* End Deal Section */

/* Start Benefit section */
.benefit {
    padding-top: 4rem;
}

.benefit .benefit-item::before {
    content: counter(section, decimal-leading-zero);
    counter-increment: section;
    margin: auto;
    font-weight: 500;
}

.benefit .benefit-item h3::before {
    content: "";
    background-image: url(../../img/about/grey-arrow.svg);
    background-size: 100% 100%;
    width: 14px;
    height: 37px;
    margin: 0 auto 10px;
}

.benefit .benefit-list {
    counter-reset: section;
}

/* End Benefit section */

/* Start Review Section */
.review {
    padding-bottom: 4rem;
}

.review .review-item {
    box-shadow: var(--lightShadow);
    z-index: 1;
}

.review .review-item p::before {
    content: "";
    background-image: url(../../img/home/stars.svg);
    background-size: 100% 100%;
    width: 105px;
    height: 19px;
    margin: 15px 0 12px;
}

.review .review-item::before {
    content: "";
    background-image: url(../../img/about/quote.svg);
    background-size: 100% 100%;
    width: 33px;
    height: 25px;
}

.review .review-info {
    background-color: var(--backgroundColor);
    position: relative;
    top: -3px;
    width: 80%;
    margin: auto;
}

.review .review-info::before {
    content: "";
    background: url(../../img/about/user.svg) center no-repeat;
    background-size: 22px 22px;
    height: 45px;
    width: 45px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    left: 15px;
}

.review .review-info strong,
.review .review-info b {
    margin-left: 3.5rem;
}

.review .controls .nav-btn.active img {
    filter: invert(1);
}

.review .controls .nav-btn:first-child img {
    transform: rotate(180deg);
}

.review .controls .nav-btn:last-child img {
    transform: rotate(360deg);
}

.review .controls .nav-btn.active {
    background-color: var(--darkBlue) !important;
}

.review .controls .nav-btn {
    width: 31px;
    height: 31px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--white);
    cursor: pointer;
    padding: 8px;
}

/* End Review Section */

@media screen and (min-width: 768px) {

    /* Start Overview Section */
    .overview .overview-info {
        width: 68%;
    }

    .overview .overview-info>span {
        width: 420px;
        height: auto;
    }

    .overview .overview-graph {
        width: 350px;
        margin-top: -9rem !important;
    }

    .overview .overview-graph span img {
        object-fit: scale-down;
    }

    /* End Overview Section */

    /* Start Journey Section */
    .journey .journey-item {
        width: 47%;
    }

    /* End Journey Section */

    /* Start Future Section */
    .future .future-data .nav-tabs {
        width: 218px;
    }

    .future .future-data .future-content {
        width: calc(100% - 218px);
    }

    /* End Future Section */

    /* Start Introduction Section */
    .introduction .introduction-content .fact-list .fact-item {
        width: 23%;
    }

    .introduction .introduction-container .heading {
        margin-bottom: 2rem;
    }

    /* End Introduction Section */

    /* Start Professional Section */

    .professional .professional-info {
        padding: 2rem !important;
    }

    /* End Professional Section */

    /* Start Deal Section */
    .client {
        height: 790px;
    }

    .deal .deal-container {
        height: 100%;
    }

    .deal .deal-info {
        width: 56%;
    }

    .deal .client {
        min-width: 150px;
    }

    .deal .client-list {
        animation: infiniteScrollY 15s linear infinite;
    }

    /* End Deal Section */

    /* Start Benefit Section */
    .benefit .benefit-item:last-child {
        margin-right: 0 !important;
    }

    .benefit .benefit-list .benefit-item {
        width: 45%;
    }

    /* End Benefit Section */

    /* Start Review Section */
    .review .review-item {
        content: "";
        background: url(../../img/about/ellipse.webp) no-repeat right 60px bottom;
        background-size: 243px 155px;
        border-radius: 50px;
        padding: 2rem !important;
    }

    .review .review-item p {
        min-height: 190px;
    }

    .review .review-info {
        border-radius: 0 0 60px 60px;
        padding: 3rem 3rem 0.9rem 3rem !important;
        margin-top: -34px;
        width: 87%;
    }

    .review .review-info::before {
        left: 50px;
    }

    .review .controls {
        position: absolute;
        right: 13%;
        bottom: 20px;
    }

    /* End Review Section */
}

@media screen and (min-width: 1024px) {

    /* Start Banner Section */
    .banner .banner-container h1::after {
        content: "";
        background-image: url(../../img/testimonial/arrow.webp);
        background-size: 100% 100%;
        min-width: 85px;
        height: 82px;
        margin-left: 3rem;
    }

    /* End Banner Section */

    /* Start Overview Section */
    .overview .overview-content {
        width: 45%;
    }

    .overview .overview-info {
        width: 48%;
    }

    /* End Overview Section */

    /* Start Journey Section */
    .journey .my-circle {
        width: 100px;
        height: 100px;
        border: 25px solid var(--greenColor);
        border-bottom-color: transparent;
        border-left-color: transparent;
        transform: rotate(225deg);
        right: -5.5%;
        top: 40%;
    }

    .journey .my-circle span {
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        opacity: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        animation: ripple 8s ease-out infinite;
        clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
        pointer-events: none;
        z-index: -1;
    }

    .journey .my-circle span:nth-child(1) {
        animation-delay: 0.2s;
    }

    .journey .my-circle span:nth-child(2) {
        animation-delay: 0.8s;
    }

    .journey .my-circle span:nth-child(3) {
        animation-delay: 1.6s;
    }

    .journey .my-circle span:nth-child(4) {
        animation-delay: 2.4s;
    }

    .journey .my-circle span:nth-child(5) {
        animation-delay: 3.2s;
    }

    .journey .my-circle span:nth-child(6) {
        animation-delay: 4s;
    }

    /* End Journey Section */


    /* Start Future Section */
    .future .future-data {
        width: 68%;
    }

    .future .future-container .heading {
        margin-bottom: 2rem;
    }

    .future .circle {
        width: 260px;
        height: 260px;
        background-image: radial-gradient(circle at center, var(--white) 15%, transparent 15%),
            conic-gradient(from 37deg at 50% 50%,
                var(--white) 0% 0.2%, var(--primaryColor) 0.2% 21.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 22% 42.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 42.8% 62.4%,
                var(--white) 0% 0.2%,
                rgba(255, 255, 255, 0%) 63% 100%,
                var(--white) 0% 0.2%);
        transition: transform 0.8s ease-in-out;
        transform: rotate(var(--angle, 0deg));
    }

    .future .circle::after {
        content: "";
        height: 260px;
        width: 260px;
        background-image: url(../../img/about/half-circle.webp);
        background-size: 100% 100%;
        position: absolute;
        z-index: -1;
    }

    .future .circle::before {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../../img/about/blue-arrow.svg);
        background-size: 100% 100%;
        position: absolute;
        right: -5%;
        bottom: 54%;
    }

    .future .circle span {
        width: 45px;
        height: 45px;
    }

    .future .circle span:first-of-type {
        top: 81px;
        right: 30px;
    }

    .future .circle span:nth-of-type(2) {
        right: 65px;
        bottom: 40px;
    }

    .future .circle span:last-of-type {
        bottom: 54px;
        left: 48px;
    }

    .future .circle .rotate-text {
        top: 32px;
        left: 42px;
    }

    .future .circle span {
        transition: transform 0.8s ease-in-out;
    }

    .future .circle.rotated-0 span {
        transform: rotate(0deg);
    }

    .future .circle.rotated-60 span {
        transform: rotate(60deg);
    }

    .future .circle.rotated-130 span {
        transform: rotate(130deg);
    }

    .future .circle.gradient-0 {
        background-image: radial-gradient(circle at center,
                var(--white) 15%,
                transparent 15%),
            conic-gradient(from 37deg at 50% 50%,
                var(--white) 0% 0.2%, var(--primaryColor) 0.2% 21.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 22% 42.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 42.8% 62.4%,
                var(--white) 0% 0.2%,
                rgba(255, 255, 255, 0%) 63% 100%,
                var(--white) 0% 0.2%);
        transition: transform 0.8s ease-in-out;
        transform: rotate(var(--angle, 0deg));
    }

    .future .circle.gradient-60 {
        background-image: radial-gradient(circle at center,
                var(--white) 15%,
                transparent 15%),
            conic-gradient(from 37deg at 50% 50%,
                var(--white) 0% 0.2%, var(--darkBlue) 0.2% 21.4%,
                var(--white) 0% 0.2%, var(--primaryColor) 22% 42.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 42.8% 62.4%,
                var(--white) 0% 0.2%,
                rgba(255, 255, 255, 0%) 63% 100%,
                var(--white) 0% 0.2%);
        transition: transform 0.8s ease-in-out;
        transform: rotate(var(--angle, 0deg));
    }

    .future .circle.gradient-60::before {
        transform: rotate(60deg);
        right: 16%;
        bottom: 3%;
    }

    .future .circle.gradient-130 {
        background-image: radial-gradient(circle at center,
                var(--white) 15%,
                transparent 15%),
            conic-gradient(from 37deg at 50% 50%,
                var(--white) 0% 0.2%, var(--darkBlue) 0.2% 21.4%,
                var(--white) 0% 0.2%, var(--darkBlue) 22% 42.4%,
                var(--white) 0% 0.2%, var(--primaryColor) 42.8% 62.4%,
                var(--white) 0% 0.2%,
                rgba(255, 255, 255, 0%) 63% 100%,
                var(--white) 0% 0.2%);
        transition: transform 0.8s ease-in-out;
        transform: rotate(var(--angle, 0deg));
    }

    .future .circle.gradient-130::before {
        transform: rotate(130deg);
        bottom: 6%;
        left: 12%;
    }

    /* End Future Section */

    /* Start Introduction Section */
    .introduction .introduction-content .fact-list {
        width: 35%;
    }

    .introduction .introduction-content .introduction-detail {
        width: 17%;
        transform: translateY(43px);
    }

    .introduction .introduction-content .fact-list .fact-item {
        position: absolute;
        width: 50%;
    }

    .introduction .fact-item:nth-child(1) {
        left: 27%;
        top: -28px;
    }

    .introduction .fact-item:nth-child(2) {
        left: -10px;
        bottom: 48px;
    }

    .introduction .fact-item:nth-child(3) {
        right: -6%;
        bottom: 50px;
    }

    .introduction .fact-item:nth-child(4) {
        right: 24%;
        bottom: -41px;
    }

    .introduction .introduction-content::before {
        content: "";
        border-top: 1px dashed #a7a7a7;
        width: 88%;
        position: absolute;
        top: 50%;
        right: 57px;
        z-index: -1;
    }

    .introduction .introduction-content .fact-list::before {
        content: "";
        border-left: 1px dashed #a7a7a7;
        position: absolute;
        left: 51%;
        height: 86%;
        bottom: -8px;
    }

    /* End Introduction Section */

    /* Start Professional Section */
    .professional {
        padding-top: 5rem;
    }

    .professional .professional-info h3 {
        font-size: 24px !important;
    }

    .professional .professional-content .heading::before {
        content: "";
        border-top: 2px solid;
        border-image: linear-gradient(to right, #007bff, #00f9c2);
        border-image-slice: 1;
        min-width: 66px;
        margin: 1rem 1rem 0 0;
    }

    /* End Professional Section */

    /* Start Deal Section */
    .client {
        height: 545px;
    }

    .deal .deal-info {
        width: 70%;
    }

    .deal .deal-list .deal-item {
        width: 47%;
    }

    .deal .deal-list .deal-item:first-child {
        border-bottom: none;
    }

    .deal .deal-list .deal-item:first-child::after {
        content: "";
        border-right: 1px solid var(--white);
        height: 100%;
        position: absolute;
        right: -24px;
    }

    .deal .heading h2 {
        font-size: 32px;
    }

    /* End Deal Section */

    /* Start Benefit Section */
    .benefit .benefit-list .benefit-item {
        width: 30%;
    }

    .benefit .benefit-container::before {
        content: "";
        position: absolute;
        top: 105px;
        width: 100%;
        z-index: -1;
        border-bottom: 1px solid var(--darkGreyColor);
    }

    /* End Benefit Section */

    /* Start Review Section */

    .review .review-item p {
        min-height: 156px;
    }

    /* End Review Section */
}

@media screen and (min-width: 1366px) {

    /* Start Banner Section */
    .banner {
        background-size: 100% 100%;
    }

    .banner .banner-container h1 {
        font-size: 50px;
    }

    /* End Banner Section */

    /* Start Overview Section */
    .overview .overview-content {
        width: 50%;
    }

    .overview .overview-info {
        width: 42%;
    }

    .overview .overview-info>span {
        width: 480px;
    }

    .overview .overview-graph {
        margin-top: -11rem !important;
    }

    /* End Overview Section */

    /* Start Journey Section */
    .journey .my-circle {
        right: 0;
        top: 56%;
    }

    .journey .heading {
        width: 55%;
    }

    .journey .journey-container {
        padding-bottom: 10rem !important;
    }

    .journey .journey-list::after {
        content: "";
        background-image: url(../../img/about/path.webp);
        background-size: 100% 100%;
        width: 1100px;
        height: 200px;
        position: absolute;
        bottom: -40px;
        z-index: 1;
    }

    .journey .journey-item p {
        font-size: 12px;
    }

    .journey .journey-item {
        z-index: 4;
        width: 22%;
    }

    .journey .journey-item:last-child {
        margin-top: -7rem !important;
    }

    .journey .journey-item b::before {
        content: "";
        background-image: url(../../img/about/hexagon.svg);
        background-size: 100% 100%;
        width: 15px;
        height: 33px;
        position: absolute;
        z-index: 1;
    }

    .journey .journey-item:nth-child(1) b::before,
    .journey .journey-item:nth-child(2) b::before,
    .journey .journey-item:nth-child(3) b::before {
        left: -6px;
        bottom: -34px;
    }

    .journey .journey-item:last-child b::before {
        transform: rotate(270deg);
        right: 56px;
    }

    /* End Journey Section */

    /* Start Future Section */
    .future {
        padding-bottom: 8rem;
        padding-top: 2rem;
        background-image: url(../../img/about/future-bg.webp);
        background-size: 100% 100%;
    }

    .future .future-container,
    .future .future-container .heading {
        width: 90%;
    }

    /* End Future Section */

    /* Start Deal Section */
    .client {
        height: 515px;
    }

    .deal .heading {
        width: 88%;
    }

    /* End Deal Section */

    /* Start Benefit Section */

    .benefit .benefit-container::before {
        top: 111px;
    }

    .benefit .benefit-list {
        width: 88%;
        margin: auto;
    }

    /* End Benefit Section */

    /* Start Introduction Section */

    .introduction .introduction-container {
        width: 85%;
    }

    .introduction .introduction-content .fact-list {
        width: 33%;
    }

    .introduction .introduction-content::before {
        top: 55%;
    }

    .introduction .introduction-content .introduction-detail {
        width: 20%;
    }

    .introduction .fact-item:nth-child(1) {
        top: -38px;
    }

    .introduction .fact-item:nth-child(2),
    .introduction .fact-item:nth-child(3) {
        bottom: 35px;
    }

    .introduction .fact-item:nth-child(4) {
        bottom: -60px;
    }

    .introduction .introduction-content .introduction-detail {
        transform: translateY(34px);
    }

    /* End Introduction Section */

    /* Start Professional Section */
    .professional .professional-content .heading::before {
        margin-right: 1.8rem;
    }

    .professional .professional-info .professional-detail h3 {
        width: 45%;
    }

    .professional .professional-info .professional-detail p {
        width: 55%;
    }

    .professional .professional-content .heading {
        width: 46%;
    }

    .professional .professional-content p {
        width: 45%;
    }

    /* End Professional Section */

    /* Start Review Section */
    .review .review-container {
        width: 77%;
    }

    /* End Review Section */
}