.scroll-text {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.scroll-text span {
    position: relative;
    display: block;
    font-size: 140px;
    line-height: 1;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 20px;
}

.scroll-text span:first-child {
    animation: Horizontal 40s linear -40s infinite;
    animation-direction: reverse;
}

.scroll-text span:nth-child(2) {
    animation: Horizontal2 40s linear -20s infinite;
    animation-direction: reverse;
}

.color-stripe {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--adt-secondary-color);
    border-radius: var(--adt-border-radius);
    pointer-events: none;
    z-index: -1;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 60px;
    border-radius: 20px;
}

.banner .swiper-pagination-bullet {
    border-color: #fff;
}

.banner-slide-inner {
    position: relative;
}

.home-about {
    color: #fff;
    background-color: var(--adt-primary-color);
}

.home-about .sec-title .title,
.home-about-description.sec-description {
    color: #fff;
}

.home-about-description.sec-description {
    max-width: 1160px;
    margin: 0 auto;
}

.home-about .container {
    position: relative;
    max-width: 1500px;
}

.home-about-list {
    margin: 50px auto 50px auto;
}

.home-about-list .row {
    row-gap: calc(var(--adt-grid-gap) * 2);
}

@media only screen and (min-width: 1440px) {
    .home-about-list {
        --adt-grid-gap: 90px;
    }
}

.home-about-list-item:not(:last-child)::after {
    content: "\e927";
    font-family: icomoon, fantasy !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    color: #fff;
}

.home-about-list-item-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-about-list-item-image {
    position: relative;
    max-width: 244px;
    margin: 0 auto;
    margin-top: 20px;
}

.home-about-list-item-image svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: calc(var(--adt-grid-gap) * 2);
}

.home-about-list-item:last-child .home-about-list-item-image svg {
    display: none !important;
}

.home-about-list-item-image img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-about-list-item:hover .home-about-list-item-image img {
    transform: translateY(-3px);
}

.home-about-list-item-title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
}

.home-about-list-item-title span {
    color: var(--adt-secondary-color);
}

.home-about .scroll-text {
    position: relative;
}

.home-achie .swiper-wrapper {
    align-items: center;
}

.achie-item-icon,
.achie-item-image {
    position: relative;
}

.counter-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.achie-item {
    flex: 0 0 20%;
    max-width: 20%;
}

.achie-item-icon img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.achie-item-info {
    margin-top: 20px;
}

.achie-item-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--adt-primary-color);
    margin: 0;
}

.achie-item-description {
    text-align: center;
    font-size: 20px;
    color: var(--adt-primary-color);
}

.home-products::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background: var(--adt-primary-color);
    height: 50%;
}

.home-products .sec-title .title {
    color: #fff;
}

.home-products .none-item {
    text-align: center;
}

.product-item .blog-item-thumbnail {
    padding-top: 100%;
    background: #f2f2f2;
}

.product-item .blog-item-thumbnail img {
    padding: 20px;
}

.home-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.home-intro {
    background-position: center center;
}

.home-intro .sec-title .title,
.home-intro-description {
    color: #fff;
}

.home-intro-list {
    margin: 30px 0 40px;
}

.home-intro-list .row {
    row-gap: 64px;
}

.home-intro-list-item-inner {
    display: flex;
    align-items: center;
}

.home-intro-list-item-icon {
    position: relative;
    flex: 0 0 auto;
    width: 60px;
}

.home-intro-list-item-icon::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--adt-secondary-color);
    opacity: 0.7;
}

.home-intro-list-item-icon img,
.home-intro-list-item-icon svg {
    position: relative;
    z-index: 1;
}

.home-intro-list-item-info {
    flex: 1;
    position: relative;
    padding-left: 20px;
}

.home-intro-list-item-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2px;
    color: #fff;
}

.home-intro-list-item:nth-child(3) .home-intro-list-item-title span.suffix {
    font-size: 18px;
}

@media only screen and (min-width: 1921px) {
    .home-intro-list-item:nth-child(3) .home-intro-list-item-title span.suffix {
        font-size: 20px;
    }
}

.home-intro-btn .btn.btn-primary .btn-circle {
    background: #fff;
}

.home-intro-btn .btn.btn-primary .btn-circle .btn-icon.arrow::before {
    border-color: var(--adt-secondary-color);
}

.home-intro-btn .btn.btn-primary:hover .btn-circle .btn-icon.arrow {
    background: var(--adt-secondary-color);
}

.home-intro-btn .btn.btn-primary .btn-text {
    color: #fff;
    border-color: transparent;
}

.home-intro-btn .btn.btn-primary:hover .btn-text {
    color: var(--adt-secondary-color);
}

.home-news {
    --stripe-top: 100px;
    --stripe-width: 300px;
    background: var(--adt-primary-color);
    color: #fff;
}

.home-news .blog-item-inner {
    background: #fff;
    border-radius: 20px;
}

.home-news .blog-item-thumbnail {
    border-radius: 20px 20px 0 0;
}

.home-news .blog-item-excerpt {
    color: #000;
}


.home-news .sec-title .title {
    color: #fff;
}

.home-news .blog-item-meta {
    display: none;
}

.home-blog-inner {
    position: relative;
}

.home-news .blog-item-info {
    padding: 0 20px 20px;
}

/* price-list */

.home-price_list {
    background-image: url(../images/bg-price_list.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 186px;
    color: #fff;
    margin: 20px 0;
}

.home-price_list .btn.btn-primary {
    transition: all .3s;
}

.home-price_list .btn.btn-primary:hover {
    transform: scale(1.08);
    transition: all .3s;
}

.price-list_text .sec-title .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.price-list_text .sec-title {
    margin: 0;
}

.home-price_list .btn.btn-primary .btn-circle {
    background: var(--adt-secondary-color);
    width: 100%;
}

.home-price_list .btn.btn-primary .btn-text {
    color: #fff;
}

.home-price_list .btn.btn-primary .btn-text {
    color: #fff;
}

.home-price_list .btn.btn-primary .btn-circle .btn-icon.arrow {
    background: #fff !important;
    transform: translate(16px, 0);
}

.home-price_list .btn.btn-primary .btn-circle .btn-icon.arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.home-price_list-btn {
    position: relative;
    padding: 3px;
    display: inline-block;
    overflow: hidden;
    border-radius: 30px;
    isolation: isolate;
}

/* solution */

.home-solution {
    background: #BEE7FB;
        border-top: 20px solid var(--adt-primary-color)
}

.solution-list {
    display: grid;
    grid-template-columns: 1fr 630px 1fr;
    gap: 50px;
    width: 90%;
    margin: auto;
}

.solution-item.d-flex {
    width: 220px;
    height: 220px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #00B4F1;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.solution-item.active {
    background: var(--adt-primary-color);
    transition: all .3s;
}

.solution-item:not(:last-child) {
    margin-bottom: 60px;
}

.solution-list-right .solution-item:nth-child(even) {
    margin-left: auto;
}

.solution-list-left .solution-item:nth-child(odd) {
    margin-left: auto;
}

.solution-item-ct {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    align-content: center;
}

.solution-img-item {
    display: none;
}

.solution-img-item.show {
    display: block;
}

.solution-img-item.image-holder {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.solution-list-img {
    align-content: center;
}

.solution-img-item.image-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 96%;
    width: 96%;
    border-radius: 50%;
}

.solution-item:first-child::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 83%;
    background: #fff;
    transform: rotate(35deg);
    bottom: 0;
    transition: ease-in 0.3s
}


.solution-item:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 100%;
    background: #fff;
    transition: ease-in 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.solution-item:nth-child(3)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 87%;
    background: #fff;
    transform: rotate(-35deg);
    transition: ease-in 0.3s;
}

.solution-item.solution-item2:first-child::before {
    left: -42%;
    transform: rotate(-35deg);
}

.solution-item.solution-item2:nth-child(3)::before {
    left: -46%;
    transform: rotate(35deg);
}

.solution-item.solution-item2:nth-child(2)::before {
    left: -70%;
}

.solution-item.d-flex.active:nth-child(2)::before {
    width: 150px;
}

.solution-item.d-flex.active::before {
    width: 130px;
    transition: ease-in 0.3s;
}

@media only screen and (max-width: 1024px) {
    .home-news .color-stripe {
        display: none;
    }
}

.swiper-slide-active .blog-item-info-box-clone {
    opacity: 1;
}

@keyframes Horizontal {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes Horizontal2 {
    0% {
        transform: translate3d(-200%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
    .home-news {
        --stripe-width: 250px;
    }

    .solution-list {
    grid-template-columns: 1fr 500px 1fr;
    }

    .solution-item.d-flex {
    width: 200px;
    height: 200px;
    }

    .solution-item-ct {
    font-size: 20px;
    }

    .solution-item.solution-item2:first-child::before {
    left: -48%;
}

.solution-item.solution-item2:nth-child(2)::before {
    left: -75%;
}

.solution-item.solution-item2:nth-child(3)::before {
    left: -54%;
}

}

@media only screen and (max-width: 1440px) {
    .home-about .container {
        max-width: var(--adt-container-width);
        padding: 0 var(--adt-grid-gap);
        margin: 0 auto;
    }

    .home-about-list .row {
        justify-content: space-between;
    }

    .home-about-list-item {
        max-width: fit-content;
    }

    .home-about-list-item-inner {
        display: flex;
        align-items: center;
    }

    .home-about-list-item-image {
        flex: 0 0 auto;
        width: 100px;
        margin: 0;
    }

    .home-about-list-item-image svg {
        display: none !important;
    }

    .home-about-list-item-info {
        flex: 1;
        position: relative;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .home-about-list {
        --adt-grid-gap: 15px;
        max-width: 900px;
    }

    .home-news {
        --stripe-top: 90px;
        --stripe-width: 230px;
    }

      .solution-list {
    grid-template-columns: 1fr 420px  1fr;
    gap: 30px;
    width: 90%; 
}

.solution-item.d-flex {
            width: 200px;
        height: 200px;
}

.solution-item-ct {
    font-size: 18px;
}
.solution-item.d-flex.active::before {
    width: 116px;
}

.solution-item.solution-item2:nth-child(2)::before {
    left: -75%

}

.solution-item.solution-item2:nth-child(3)::before {
    left: -46%;
}

.achie-item-icon img {
    height: 70px;
}

.achie-item-title {
    font-size: 30px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .scroll-text span {
        font-size: 120px;
    }

    .home-news {
        --stripe-top: 80px;
        --stripe-width: 200px;
    }

    .home-about-list {
        max-width: 900px;
    }
    
.home-about-list-item-title {
    font-size: 30px;
}

    .solution-list {
    grid-template-columns: 1fr 380px 1fr;
    gap: 30px;
    width: 95%;
}

.solution-item.d-flex {
    width: 180px;
    height: 180px;
}

.solution-item-ct {
    font-size: 18px;
}
.solution-item.d-flex.active::before {
    width: 116px;
}

.solution-item.d-flex.active:nth-child(2)::before {
    width: 120px;
}

.solution-item.solution-item2:nth-child(2)::before {
    left: -68%

}

.solution-item.solution-item2:nth-child(3)::before {
    left: -55%;
}

.achie-item-icon img {
    height: 70px;
}

.achie-item-title {
    font-size: 28px;
}

.achie-item-description {
    font-size: 18px;
}
}

@media only screen and (max-width: 1024px) {
    .home-intro {
        background: var(--adt-primary-color) !important;
        padding: var(--adt-gap) 0;
    }

    .home-intro::before {
        display: none;
    }

    .home-intro-image {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .scroll-text span {
        font-size: 120px;
    }

    .home-about-list {
        max-width: 900px;
        margin: 30px auto 50px auto;
    }

    .solution-list {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 20px;
    width: 100%;
    margin: auto;
}

.solution-item.d-flex{
    width: 150px;
    height: 150px;
 }

 .solution-item-ct {
    font-size: 16px;
 }

 .solution-item:not(:last-child) {
    margin-bottom: 30px;
}

.solution-item.d-flex.active::before {
    width: 87px;
}

.solution-item.solution-item2:nth-child(2)::before {
    left: -64%;
}

.solution-item.d-flex.active:nth-child(2)::before {
    width: 97px;
}

.achie-item-icon img {
    height: 60px; 
}

.achie-item-title {
    font-size: 20px;
}

.achie-item-description {
    font-size: 16px;
}

.price-list_text .sec-title .title {
    font-size: 28px;
}
}

@media only screen and (max-width: 767px) {
    .scroll-text span {
        font-size: 80px;
    }

    .banner .swiper-pagination-bullet-active {
        width: 30px;
    }

    .home-intro-list .row {
        row-gap: 32px;
    }

    .home-intro-list-item-title {
        font-size: 28px;
    }

    .home-about-list {
        margin: 30px auto 50px auto;
    }

    .home-about-list-item-title {
        font-size: 18px;
    }

    .home-products {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 576px) {

    .home-about-list {
        margin-bottom: 30px;
    }

    .home-about-list-item {
        max-width: 33.333333%;
    }

    .home-about-list-item-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .home-about-list-item-info {
        padding: 0;
    }

    .home-about-list-item-description {
        display: none;
    }

    .home-product-btn {
        margin-top: 30px;
    }

    .ani-sec.home-price_list.padding-default.show {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .solution-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .solution-item-ct {
        font-size: 16px;
    }

    .price-list_text .sec-title .title {
        font-size: 22px;
    }

    .solution-item.d-flex {
        width: auto;
        height: auto;
        border-radius: 30px;
        justify-content: center;
    }

    .solution-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .solution-item::before {
        display: none;
    }

    .achie-item-icon img {
        height: 60px;
    }

    .achie-item-title {
        font-size: 20px;
    }

    .achie-item-description {
        font-size: 16px;
    }

    .home-products::before {
        display: none;
    }

    .home-products .sec-title .title {
        color: var(--adt-primary-color);
    }

    .home-intro-image {
        margin-bottom: 0;
    }

    .home-intro {
        padding: 0;
    }

    .counter-list {
        flex-wrap: wrap-reverse;
    }

    .achie-item:nth-child(3) {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
}

.achie-item {
    flex: 0 0 50%;
    max-width: 50%;
margin-bottom: 10px;
}

.achie-item-image.image-holder img {
    width: 60%;
    margin: auto;
}
}