.heading-title .tp-feature__text p {
    color: var(--tp-primary);
}

.heading-title .tp-feature__heading {
    /*background-image: linear-gradient(90deg, #005792, var(--tp-primary));*/
    /*background-size: cover;*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*text-fill-color: transparent;*/
    /*line-height: normal;*/
    color: var(--tp-primary);
}


.banner-home {
    background: linear-gradient(90deg, #ffffff, #0bcdc33b);
}
.banner-home__heading .tp-feature__body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline
}

/*.banner-home__heading .tp-feature__heading {*/
/*    background-image: linear-gradient(90deg, #005792, var(--tp-primary));*/
/*    background-size: cover;*/
/*    -webkit-background-clip: text;*/
/*    background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    text-fill-color: transparent;*/
/*    line-height: normal;*/
/*}*/
.banner-home__heading .tp-feature__text p {
    line-height: 1;
}
.btn-login button {
    color: var(--tp-primary);
}
.banner-content__btn .banner-content__btn--link .content_button_link {
    background: linear-gradient(90deg, var(--tp-primary), #005792);
}

.banner-content__btn .banner-content__btn--video .content_button_link {
    background: #fff;
    color: var(--tp-text-color);
}

.menu-right .btn-header .content_button_link {
    background: linear-gradient(90deg, var(--tp-primary), #005792);
}

.menu-right .btn-header .content_button_link:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.banner-content__btn .content_button_link:hover {
    transform: translateY(-3px);
    transition: all .4s;
}
.banner-content__btn .banner-content__btn--video .content_button_link:hover {
    background: var(--tp-primary);
    color: #fff;
    border-color: var(--tp-primary);
    transition: all .4s;
}

.overlay-video {
    position: fixed;
    inset: 0;
    background-color: #0b0b0bcc;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 10;
}

.overlay-video.active-preview-off {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}

.overlay-video.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.video-platform {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.main-video {
    max-width: 900px;
}

.banner-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.banner-box__content .tp-feature__image {
    width: 30px;
}

.banner-box__content .row {
    gap: 10px;
}

.banner-box__content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}

.banner-box__content p {
    margin-bottom: 0;
}


.heading-subtitle .tp-feature__text {
    color: var(--tp-primary);
}
.heading-subtitle .tp-feature__text p img {
    padding-bottom: 4px;
}

.heading-page .tp-feature__heading {
    /*background-image: linear-gradient(90deg, #005792, var(--tp-primary));*/
    /*background-size: cover;*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*text-fill-color: transparent;*/
    color: var(--tp-accent);
}






.explore__image .tp-img-item, 
.explore__image .tp-image__media,
.explore__image img, 
.explore-content__right,
.explore-content__right > .tp-feature,
.explore-content__right > .tp-feature > .row,
.explore-content__right .tp-feature__body{
    height: 100%;
}

.explore__image img {
    object-fit: cover;
}

.explore-content__right .tp-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.explore-content__right {
    background-color: #D4FFFD;
    padding: 50px 30px;
}

.explore-content__right .tp-feature__text {
    line-height: 1;
}

.explore-content__right .tp-feature__text sup {
    position: absolute;
    top: 0;
    font-size: 50px;
}

.text-count {
    position: relative;
    width: fit-content;
}




.why-choose-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.why-choose-box__content .row {
    gap: 15px;
}

.why-choose-box__content {
    height: 100%;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    transition: all .4s;
}
.why-choose-box__content:hover {
    transform: translateY(-6px);
    transition: all .4s;
}

.why-choose-box__content .tp-feature__figure img {
    width: 64px;
    object-fit: cover;
}



.overview-btn .content_button_link {
    background: linear-gradient(90deg, var(--tp-primary), #005792);
    color: #fff;
    transition: all .4s;
}
.overview-btn .content_button_link i {
    color: #fff;
}
.overview-btn .content_button_link:hover {
    transform: translateY(-4px);
    transition: all .4s;
}


.website-builder__image img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 8px 14px 0px;
    border-radius: 10px;
}

.website-builder__content .tp-feature__text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-left: 0;
}

.website-builder__content .tp-feature__text ul li::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    background-color: #3b529d;
    -webkit-mask-image: url('/files_upload/circle-check-solid.svg');
    -webkit-mask-size: cover;
}

.website-builder__content .tp-feature__text ul li i {
    color: #3b529d;
    margin-right: 6px;
}


.feature {
    border-top: 1px solid #e9edee;
}

.feature-box {
    height: 100%;
    border: 1px solid #e9edee;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 6px 0px;
    padding: 15px;
    transition: all .4s;
}

.feature-box:hover {
    transform: translateY(-6px);
}



.parameter-box .tp-title,
.parameter-box p{
    margin-bottom: 0;
}

.parameter-image .tp-image__media {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #ffffff4f;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    backdrop-filter: blur(15px);
}

.parameter-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
}

.parameter-list::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-color: #00000047;
}

.parameter-list .tp-bg-overlay {
    border-radius: 20px;
}



.guide-doc__list {
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(135deg,rgba(232, 242, 254, 1) 12%, rgba(255, 255, 255, 1) 56%, rgba(232, 242, 254, 1) 93%);
    padding: 30px;
    z-index: 1;
}

.bg-2 {
    background: linear-gradient(135deg,rgba(233, 248, 243, 1) 12%, rgba(255, 255, 255, 1) 56%, rgba(233, 248, 243, 1) 93%);
}

.bg-3 {
    background: linear-gradient(135deg,rgba(243, 236, 253, 1) 12%, rgba(255, 255, 255, 1) 56%, rgba(243, 236, 253, 1) 93%);
}

.guide-doc__image {
    max-height: 100%;
    width: 150px;
    z-index: -1;
}


.system-list::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at -10% 50%,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.95) 30%,
            rgba(255,255,255,.7) 55%,
            rgba(255,255,255,0) 80%),

        radial-gradient(circle at 20% 40%,
            rgba(255,255,255,.9) 0%,
            rgba(255,255,255,.4) 45%,
            rgba(255,255,255,0) 75%),

        linear-gradient(90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.92) 25%,
            rgba(255,255,255,.55) 55%,
            rgba(255,255,255,0) 80%);
    opacity: .96;
    transition: all .4s;
    z-index: 1;
}
.system-list img {
    aspect-ratio: 3/2;
    border-radius: 12px;
    object-fit: cover;
    transition: all .6s;
}

.system-list__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    max-width: 70%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
}

.system-list__content .tp-feature__heading {
    background-image: linear-gradient(90deg, #005792, var(--tp-primary));
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    line-height: normal;
}


.system-list__content .tp-btn {
    background: linear-gradient(90deg, var(--tp-primary), #005792);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
}


.system-list .tp-image__media {
    border-radius: 12px;
    overflow: hidden;
}

.system-list:hover .tp-image__media img {
    transform: scale(1.1);
    transition: all .6s;
}








.dashboard-image .tp-img-item img {
    border-radius: 16px;
}


.partner-flatform__content {
    flex: 2;
}

.partner-flatform__image {
    flex: 1;
}



.list-project,
.heading-project{
    max-width: calc(100% - 79px);
}
.list-project {
    margin-left: auto;
}

.list-project > .row > .col:not(:last-child) {
    margin-bottom: 80px;
}

.list-project .tp-category-link {
    display: none !important;
    flex-shrink: 0;
    font-size: 24px !important;
    text-decoration: underline;
    font-style: italic;
}

.list-project .tp-post__content {
    padding-top: 23px;
}

.list-project .tp-title {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.list-project .tp-title a:first-child:hover {
    color: var(--tp-primary) !important;
    transition: all .4s;
}
.list-project .tp-btn {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

.list-project .tp-btn:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.list-project .tp-btn_c {
    justify-content: center;
}



.list-project .bp_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.list-project .bp_tag .bp_tag_item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    border: 1px solid rgba(3, 7, 13, 0.15);
    border-radius: 48px;
    padding: 3px 14px;
    line-height: 28px;
    transition: all .4s;
}

.list-project .bp_tag .bp_tag_item:hover {
    background-color: var(--tp-primary);
    border-color: var(--tp-primary);
    color: #fff;
    transition: all .4s;
}

.icon-project {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--tp-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .4s;
    z-index: 2;
}

.icon-project i {
    transform: rotate(-45deg);
    font-size: 20px;
}

.icon-project:hover {
    background-color: #fff;
    color: var(--black);
    transition: all .4s;
}

.list-project .tp-post-item:hover .icon-project {
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s;
}

.content-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-project .tp-post__thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .08), 0 16px 48px rgba(0, 0, 0, .08);
}

.list-project .tp-post__thumbnail::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000b3;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 2;
}

.list-project .tp-post__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 3;
}

.list-project .tp-post-item:hover .tp-post__thumbnail::before,
.list-project .tp-post-item:hover .tp-post__content {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}



.connect__main {
    position: relative;
    background: linear-gradient(135deg, var(--tp-primary) 0%, #1565ff 45%, #34d6ff 100%);
    gap: 20px;
    border-radius: 24px;
    padding: 35px;
    padding-left: 100px;
    overflow: hidden;
}
.btn--trial .content_button_link {
    background-color: #fff;
    color: var(--tp-accent);
    border: 1px solid var(--tp-primary);
}

.btn--trial .content_button_link:hover {
    background-color: transparent;
    color: #fff;
    transition: all .4s;
}

.btn--contact .content_button_link:hover {
    background-color: #fff;
    color: var(--tp-accent);
    transition: all .4s;
}

.btn--contact .content_button_link:hover i {
    color: var(--tp-accent);
    transition: all .4s;
}

@media (max-width: 1400px) {
    .banner-box,
    .intro-content,
    .why-choose-box,
    .parameter-list{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .system-list img {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .banner-home__left,
    .banner-home__right {
        width: 100%;
    }
    
}

@media (max-width: 1024px) {
    .connect__main {
        flex-direction: column;
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .partner-flatform {
        flex-direction: column;
    }
    
    .connect-content .tp-feature__heading,
    .connect-content .tp-feature__text {
        text-align: center !important;
    }
    
    .explore-content__right{
        margin-top: 24px;
    }
    .explore-content__right .tp-feature__body {
        gap: 100px;
    }
    .list-project {
        width: 100%;
    }
    
    .list-project .tp-category-link {
        font-size: 23px !important;
    }
    .list-project .tp-post__content,
    .list-project .tp-post__thumbnail::before{
        opacity: 1;
        visibility: visible;
    }
    
    .list-project > .row > .col {
        margin-bottom: 30px !important;
    }
    .list-project, .heading-project {
        max-width: 100%;
    }
    
    .banner-box,
    .intro-content,
    .why-choose-box,
    .parameter-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .banner-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-box .tp-img-item img {
        width: 60px;
        height: 60px;
    }
    
    .website-builder__content .tp-feature__text ul {
        grid-template-columns: 1fr;
    }
    
    .system-list img {
        height: 300px;
    }
    .intro-content, .why-choose-box, .parameter-list {
        grid-template-columns: 1fr;
    }
}

