        


.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;
}
.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;
}




.heading-subtitle .tp-feature__text {
    color: var(--tp-primary);
}
.heading-subtitle .tp-feature__text p img {
    padding-bottom: 4px;
}


.intro__box {
    height: 100%;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    transition: all .4s;
}

.intro__box .tp-img-item img {
    transition: all .4s;
}

.intro__box:hover {
    transform: translateY(-6px);
    transition: all .4s;
}

.intro__box:hover .tp-img-item img {
    transform: rotate(6deg) scale(1.1);
    transition: all .4s;
}



.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;
}



.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 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-left: 0;
}

.website-builder__content 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);
}



.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: 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%;
    }
}

@media (max-width: 767.98px) {
    .feature-box .tp-img-item img {
        width: 60px;
        height: 60px;
    }
    
    .website-builder__content ul {
        grid-template-columns: 1fr;
    }
}

