/********************************************************** */
/***********************  Xshapp ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Page Banner
    04. Partner Section
    05. Service Section
    06. Feature Section
    07. Fun Fact Section
    08. Discover Tools Section
    09. Application Section
    10. Pricing Section
    11. Testimonial Section
    12. Team Section
    13. Video Section
    14. App Screen Section
    15. Blog Section
    16. About Page Video Section
    17. Blog Details
    18. Contact Page
    19. Main Footer


/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    color: #938EAE;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
}

a {
    color: #3A3064;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

a:hover,
a:focus,
a:visited {
    outline: none;
    color: #1D32CC;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3A3064;
    line-height: 1.22;
    font-family: 'Jost', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Button style **/
.theme-btn,
a.theme-btn {
    z-index: 1;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 150px;
    transition: 0.7s;
    text-align: center;
    padding: 12px 30px;
    position: relative;
    border-radius: 25px;
    background: #57CC61;
    display: inline-block;
}

.theme-btn:before,
a.theme-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 25px;
    background: transparent linear-gradient(240deg, #ACCBEE 0%, #E7F0FD 100%) 0% 0% no-repeat padding-box;
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
    opacity: 1;
}

.theme-btn:hover,
a.theme-btn:hover {
    color: #9202B7;
    background: transparent;
}

/*** Social Style One ***/
.social-style li {
    display: inline-block;
}

.social-style li a {
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: #1D32CC;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
    transition: all .4s;
    display: inline-block;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.social-style li a:hover {
    color: #FFFFFF;
    background: #1D32CC;
}

.social-style li:first-child a {
    margin-left: 0;
}

.social-style li:last-child a {
    margin-right: 0;
}

/* List Style One */
.list-style-one li {
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-style-one li:before {
    font-size: 12px;
    font-weight: 400;
    content: "\f108";
    margin-right: 15px;
    font-family: "Flaticon";
}

/*** Preloader style ***/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease, visibility .2s ease;
    animation: preloader-safety-hide .2s ease 3s forwards;
}

.preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader .circle1,
.preloader .circle2 {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 3px solid rgba(83, 67, 226, .22);
    border-top-color: #5343e2;
    border-radius: 50%;
    animation: preloader-spin .75s linear infinite;
}

.preloader .circle2 {
    width: 30px;
    height: 30px;
    border-color: rgba(72, 196, 151, .22);
    border-bottom-color: #48c497;
    animation-direction: reverse;
}

@keyframes preloader-spin {
    to { transform: rotate(360deg); }
}

@keyframes preloader-safety-hide {
    to { opacity: 0; visibility: hidden; pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
    .preloader,
    .preloader .circle1,
    .preloader .circle2 {
        animation-duration: .01ms;
        animation-iteration-count: 1;
    }
}

button:focus {
    outline: 0;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F7F6FC;
    opacity: .8;
}

.overlay * {
    z-index: 2;
    position: relative;
}


/****************************************************** */
/******************* 02. Hero Section  **************** */
/****************************************************** */
.hero-section {
    padding-top: 125px;
    position: relative;
    background: url(../images/hero-bg.png);
    background-position: inherit;
    background-size: cover;
}

.hero-content {
    max-width: 345px;
    padding-bottom: 200px;
}

.hero-content h2 {
    color: #FFFFFF;
    line-height: 1.43;
    margin-bottom: 25px;
}

.hero-content p {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.hero-circle-shape {
    position: absolute;
    top: 19%;
    left: 8%;
    width: 12.172%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.hero-dot-shape {
    position: absolute;
    bottom: 20%;
    left: 18%;
    width: 1.448%;
    -webkit-animation: animationRoundTopBottom 25s infinite linear;
    animation: animationRoundTopBottom 25s infinite linear;
}

.hero-moon-shape {
    position: absolute;
    top: 17%;
    left: 47%;
    width: 2.59%;
    -webkit-animation: animationRoundTopBottomTwo 25s infinite linear;
    animation: animationRoundTopBottomTwo 25s infinite linear;
}

.hero-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.491%;
}

@-webkit-keyframes down-up-one {
    0% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
    50% {-webkit-transform: rotateX(0deg) translateY(18px);transform: rotateX(0deg) translateY(18px)}
    100% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
}

@keyframes down-up-one {
    0% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
    50% {-webkit-transform: rotateX(0deg) translateY(18px);transform: rotateX(0deg) translateY(18px)}
    100% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
}

@-webkit-keyframes down-up-two {
    0% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
    50% {-webkit-transform: rotateX(0deg) translate(18px, -18px);transform: rotateX(0deg) translate(18px, -18px)}
    100% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
}

@keyframes down-up-two {
    0% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
    50% {-webkit-transform: rotateX(0deg) translate(18px, -18px);transform: rotateX(0deg) translate(18px, -18px)}
    100% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
}

@-webkit-keyframes animationRoundTopBottom{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(160px,-140px)  rotate(180deg) ;
            transform:  translate(160px,-140px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(-30px,-170px)  rotate(270deg) ;
            transform:  translate(-30px,-170px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}
@keyframes animationRoundTopBottom{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(160px,-140px)  rotate(180deg) ;
            transform:  translate(160px,-140px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(-30px,-170px)  rotate(270deg) ;
            transform:  translate(-30px,-170px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}

@-webkit-keyframes animationRoundTopBottomTwo{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(0px,150px)  rotate(270deg) ;
            transform:  translate(0px,150px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}
@keyframes animationRoundTopBottomTwo{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(0px,150px)  rotate(270deg) ;
            transform:  translate(0px,150px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}


/****************************************************** */
/******************* 03. Page Banner  ***************** */
/****************************************************** */
.page-banner {
    height: 716px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 50px;
    background: url(../images/banner.png);
    background-position: left;
    background-size: cover;
}

.page-banner .hero-circle-shape {
    top: 25%;
}

.page-banner .banner-inner {
    padding: 0px 0 130px;
    position: relative;
    z-index: 1;
}

.page-banner .banner-inner h2 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb .breadcrumb-item {
    color: #FFFFFF;
    font-size: 18px;
}

.breadcrumb .breadcrumb-item a {
    color: #FFFFFF;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #57CC61;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    padding: 0 10px;
    color: #FFFFFF;
}


/****************************************************** */
/***************** 04. Partner Section  *************** */
/****************************************************** */
.partner-wrap .slick-track {
    display: flex;
    align-items: center;
}

.partner-image {
    text-align: center;
}

.partner-image a {
    opacity: 0.65;
    transition: 0.5s;
}

.partner-image a:hover {
    opacity: 1;
}

.partner-image a img {
    display: inherit;
}


/****************************************************** */
/***************** 05. Service Section  *************** */
/****************************************************** */
.partner-and-service {
    position: relative;
}

.partner-shape {
    position: absolute;
    top: 6%;
    left: 0;
    width: 46.596%;
}

.service-shape {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 11.475%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

/* Section Heading Style */
.section-heading i {
    color: #EE3163;
    display: block;
    font-size: 42px;
    margin-bottom: 28px;
}

.section-heading .heading-title {
    color: #57CC61;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}

.section-heading h2 {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 80%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-section .row:last-child {
    padding: 0 15px;
}

.service-item {
    margin-bottom: 30px;
    background: #F4F3F9;
    padding: 50px 60px 90px;
}

.service-icon {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-bottom: 80px;
}

.service-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    z-index: -1;
    width: 178px;
    height: 135px;
    transform: translateX(-50%);
    background: url(../images/icon-bg-shape1.png);
}

.service-section .row > div:nth-child(2) .service-icon:before {
    width: 176px;
    height: 139px;
    background: url(../images/icon-bg-shape2.png);
}

.service-section .row > div:nth-child(3) .service-icon:before {
    width: 163px;
    height: 128px;
    background: url(../images/icon-bg-shape3.png);
}

.service-content h5 {
    margin-bottom: 25px;
}

.service-content p {
    margin-bottom: 0;
}

.service-item.service-active {
    margin-top: -30px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.service-item.service-active .service-content h5, .service-item.service-active .service-content p {
    color: #FFFFFF;
}


/****************************************************** */
/***************** 06. Feature Section  *************** */
/****************************************************** */
.feature-and-funfact {
    position: relative;
}

.feature-shape-one {
    position: absolute;
    top: 0;
    left: -31px;
    width: 29.384%;
    -webkit-animation: rotated 30s infinite linear;
    animation: rotated 30s infinite linear;
}

.feature-shape-two {
    position: absolute;
    right: 0;
    top: 23%;
    width: 17.534%;
}

.feature-shape-three {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 58.72%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.feature-section {
    position: relative;
}

.feature-content .section-heading {
    max-width: 435px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item .icon-box {
    flex: none;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 28px;
    border-radius: 10px;
    background: #F9F9F9;
}

.feature-item .content-box h6 {
    font-weight: 600;
}

.feature-item .content-box p {
    margin-bottom: 0;
}

@-webkit-keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.sr-feature-shape-one {
    top: 70px;
}

.sr-feature-shape-two {
    top: auto;
    bottom: 0;
}


/****************************************************** */
/**************** 07. Fun Fact Section  *************** */
/****************************************************** */
.fun-fact-wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid #F4F3F9;
}

.fact-item {
    padding: 0 20px;
    margin-bottom: 30px;
}

.fact-item h2 {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 65%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 13px;
}

.fact-item h5 {
    margin-bottom: 20px;
}

.fact-item p {
    margin-bottom: 0;
}


/****************************************************** */
/************ 08. Discover Tools Section  ************* */
/****************************************************** */
.discover-tools-section {
    position: relative;
    background: url(../images/discover-tools-bg.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.tools-shape-one {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 6.7566%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.tools-shape-two {
    position: absolute;
    top: 15%;
    right: 0;
    width: 10.671%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.discover-tools-section .section-heading h2 {
    -webkit-text-fill-color: white;
}

.tools-area {
    margin: auto;
    max-width: 768px;
    position: relative;
    padding-bottom: 60px;
}

.tool-one {
    position: absolute;
    top: -8%;
    left: -12%;
    z-index: -1;
}

.tool-two {
    position: absolute;
    top: 45%;
    left: -22%;
    z-index: -1;
}

.tool-three {
    position: absolute;
    top: -8%;
    right: -8%;
}

.tool-four {
    position: absolute;
    top: 45%;
    right: -13%;
    z-index: -1;
}


/****************************************************** */
/************** 09. Application Section  ************** */
/****************************************************** */
.application-section {
    position: relative;
}

.power-shape-one {
    position: absolute;
    top: 8%;
    left: 0;
    width: 9.223%;
}

.power-shape-two {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 86.05%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ab-application-section .power-shape-two {
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.application-content {
    max-width: 470px;
}

.app-tool-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.app-tool-icon {
    width: 61px;
    height: 61px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 61px;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.app-tool-details h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.application-content .theme-btn {
    margin-top: 20px;
}


/****************************************************** */
/**************** 10. Pricing Section  **************** */
/****************************************************** */
.pricing-section {
    position: relative;
}

.pricing-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #F7F6FC;
}

.pricing-shape {
    position: absolute;
    top: 19%;
    right: 4%;
    z-index: -1;
    width: 25.8982%;
}

.pricing-section .nav-tabs {
    height: 26px;
    margin: auto;
    width: max-content;
    border-bottom: none;
    margin-bottom: 40px;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .nav-tabs .nav-item {
    position: relative;
}

.pricing-section .nav-tabs .nav-item span {
    position: absolute;
    top: 0;
    left: -67px;
}

.pricing-section .nav-tabs .nav-item:last-child span {
    left: auto;
    right: -55px;
}

.pricing-section .nav-tabs .nav-link {
    border: none;
    height: 26px;
    width: 45px;
    color: #938EAE;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pricing-section .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pricing-section .nav-tabs .nav-link.active {
    background: #57CC61;
}

.pricing-block {
    padding: 80px 30px;
    transition: 0.7s;
    position: relative;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.pricing-block:hover {
    color: #FFFFFF;
    background: transparent;
}

.pricing-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-block:hover:before {
    opacity: 1;
}

.pricing-block .price-box {
    margin-bottom: 40px;
}

.pricing-block .price-box span {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    transition: 0.7s;
    margin-bottom: 10px;
    display: inline-block;
}

.pricing-block:hover .price-box span,
.pricing-block:hover .price-box h3 {
    -webkit-text-fill-color: white;
}

.pricing-block .price-box h3 {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 80%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.7s;
}

.pricing-block .features li {
    line-height: 40px;
}

.pricing-block .price-btn {
    margin-top: 35px;
}

.pricing-block:hover .price-btn .theme-btn {
    color: #FFFFFF;
    background: #57CC61;
}

.pricing-block .price-btn .theme-btn:before {
    opacity: 1;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-block:hover .price-btn .theme-btn:before {
    opacity: 0;
}

.pricing-page-section:before {
    content: none;
}

.pricing-page-section .pricing-shape {
    top: 14%;
}


/****************************************************** */
/************** 11. Testimonial Section  ************** */
/****************************************************** */
.testimonial-section {
    position: relative;
}

.testimonial-shape {
    position: absolute;
    top: 6%;
    right: 20%;
    width: 38.982%;
}

.testimonial-left-content h6 {
    font-weight: 600;
    margin-bottom: 25px;
}

.stars {
    margin-bottom: 22px;
}

.stars li {
    display: inline-block;
}

.stars li i {
    color: #57CC61;
}

.testimonial-left-content p {
    margin-bottom: 24px;
}

.testimonial-left-content .theme-btn {
    margin-top: 12px;
}

.testimonial-right-carousel .slick-list {
    padding: 0 !important;
}

.testimonial-item {
    max-width: 470px;
    position: relative;
    background: #FFFFFF;
    margin-bottom: 22px;
    transition: all .7s;
    padding: 30px 50px 40px 50px;
    box-shadow: inset -0.71px 0.71px 32px #C0C0C033;
}

.testimonial-item.slick-current {
    margin-left: 100px;
}

.testimonial-item:before {
    position: absolute;
    content: '\f104';
    top: 30px;
    right: 40px;
    color: #1D32CC;
    font-size: 36px;
    font-family: Flaticon;
}

.testimonial-item h6 {
    color: #1E1E1E;
    font-weight: 600;
}

.testimonial-item span {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.testimonial-item p {
    margin-bottom: 0;
}


/****************************************************** */
/****************** 12. Team Section  ***************** */
/****************************************************** */
.team-section {
    position: relative;
}

.team-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 108%;
    z-index: -1;
    background: #F7F6FC;
}

.team-shape {
    position: absolute;
    top: 28%;
    right: 4%;
    z-index: -1;
    width: 25.8982%;
}

.team-member {
    transition: 0.7s;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.team-member:hover {
    color: #FFFFFF;
    background: transparent;
}

.team-member:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.team-member:hover:before {
    opacity: 1;
}

.team-member .member-image {
    margin-bottom: 15px;
}

.team-member .member-image img {
    border-radius: 50%;
}

.team-member .member-content h6 {
    color: #1E1E1E;
    font-weight: 600;
    transition: 0.7s;
}

.team-member:hover .member-content h6 {
    color: #FFFFFF;
}

.team-member .social-style {
    position: absolute;
    left: 50%;
    opacity: 0;
    width: 100%;
    bottom: -40px;
    transition: 0.7s;
    visibility: hidden;
    transform: translateX(-50%);
}

.team-member:hover .social-style {
    opacity: 1;
    bottom: -18px;
    visibility: visible;
}


/****************************************************** */
/***************** 13. Video Section  ***************** */
/****************************************************** */
.video-wrap {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    background: url(../images/video-bg.jpg);
    background-position: center;
    background-size: cover;
}

.video-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
    border-radius: 20px;
    background: transparent linear-gradient(270deg, #EE3163 0%, #1D32CC 100%) 0% 0% no-repeat padding-box;
}

.video-wrap::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #EEEEEE;
    border-radius: 20px;
}

.video-content {
    position: relative;
    z-index: 1;
}

.video-content h5 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

/* Vidoe Play */
.video-play {
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #EE3163;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play:hover,
.video-play:focus {
    color: #FFFFFF;
}

.video-play:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    background: #EE3163;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
}

/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}


/****************************************************** */
/*************** 14. App Screen Section  ************** */
/****************************************************** */
.app-screen-section {
    position: relative;
}

.app-screen-shape {
    position: absolute;
    right: 10%;
    bottom: -10%;
    width: 62.681%;
}

.app-screen-wrap {
    position: relative;
    padding: 0 122px 0 125px;
    margin-left: -15px;
    margin-right: -15px;
}

.mobile-frame {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 16.8901%;
    transform: translateX(-50%);
}

.mobile-frame img {
    border-radius: 50px;
    box-shadow: -0.71px 0.71px 32px #c0c0c033;
}

.app-screen {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}


/****************************************************** */
/****************** 15. Blog Section  ***************** */
/****************************************************** */
.blog-section {
    position: relative;
}

.blog-shape-one {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.6891%;
}

.blog-shape-two {
    position: absolute;
    left: 24%;
    bottom: 0;
    width: 86.05%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.blog-item {
    padding: 23px 23px 5px;
    transition: 0.7s;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: -14.14px 14px 92px #E0E0E059;
}

.blog-item .blog-image {
    margin-bottom: 15px;
}

.blog-item .blog-content h5 {
    line-height: 1.45;
    margin-bottom: 8px;
}

.blog-item .blog-content h5 a {
    color: #3A3064;
    transition: 0.7s;
}

.blog-item .blog-content h5 a:hover {
    text-decoration: underline;
}

.blog-content .title-description {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.blog-content .title-description li {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.blog-content .title-description li a {
    color: #938EAE;
}

.blog-content .title-description li a:hover {
    color: #1D32CC;
}


/****************************************************** */
/************ 16. About Page Video Section  *********** */
/****************************************************** */
.about-page-video-section {
    position: relative;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 80%) 0% 0% no-repeat padding-box;
}

.ab-video-shape-one {
    position: absolute;
    left: 6%;
    bottom: 22%;
    width: 6.7566%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ab-video-shape-two {
    position: absolute;
    top: 23%;
    right: 5%;
    width: 11.1%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.about-page-video-section .section-heading h2 {
    -webkit-text-fill-color: white;
}

.video-content h6 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

.about-team-section:before {
    content: none;
}

.about-page-testimonial .testimonial-shape {
    top: 0;
}


/****************************************************** */
/****************** 17. Blog Details  ***************** */
/****************************************************** */
.blog-details-content .details-image {
    padding: 26px 22px;
    background: #FFFFFF;
    margin-bottom: 40px;
    box-shadow: -14.14px 14px 92px #E0E0E059;
}

.blog-details-content h4 {
    margin-bottom: 25px;
}

.blog-details-content .title-description {
    margin-bottom: 15px;
}

.blog-details-content .title-description li {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.blog-details-content blockquote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 30px 0 20px 95px;
}

.comment-form {
    margin-top: 45px;
}

.comment-form h5 {
    color: #2332C9;
    font-weight: 600;
    margin-bottom: 40px;
}

.custom-input,
.custom-textarea {
    border-radius: 0;
    padding: 20px 35px;
    margin-bottom: 30px;
    border-color: #DCDCDC;
    letter-spacing: 2.8px;
}

.custom-input:focus,
.custom-textarea:focus {
    color: #68778C;
    box-shadow: none;
    border-color: #DCDCDC;
}

.custom-input::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder {
    color: #68778C;
}

.custom-input::-moz-placeholder,
.custom-textarea::-moz-placeholder {
    color: #68778C;
}

.custom-input:-ms-input-placeholder,
.custom-textarea:-ms-input-placeholder {
    color: #68778C;
}

.custom-input:-moz-placeholder,
.custom-textarea:-moz-placeholder {
    color: #68778C;
}

.custom-textarea {
    resize: none;
    margin-bottom: 40px;
}

.submit-btn {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 5px;
    background: transparent;
}

.submit-btn:hover {
    color: #FFFFFF;
    background: #57CC61;
}

.submit-btn:before {
    opacity: 1;
    border-radius: 5px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.submit-btn:hover:before {
    opacity: 0;
}

/* Blog Sidebar */
.sidebar-widget {
    padding: 45px 35px;
    margin-bottom: 50px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-title,
.sidebar-widget a,
.sidebar-widget .list-style-one li:before {
    color: #FFFFFF;
}

.sidebar-title {
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.sidebar-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 30px;
    left: 0;
    top: 100%;
    background: #FFFFFF;
}

.sidebar-title:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30px;
    left: 30px;
    top: 100%;
    background: #EE3163;
}

.search-widget form {
    display: flex;
    padding: 10px;
    background: #FFFFFF;
}

.search-widget form button {
    width: 55px;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    background: #57CC61;
}

.search-widget form input {
    width: 100%;
    padding-left: 15px;
}

.search-widget form input::placeholder {
    color: #68778C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
}

.sidebar-widget a:hover {
    color: #57CC61;
}

.sidebar-widget .list-style-one li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/****************************************************** */
/****************** 18. Contact Page  ***************** */
/****************************************************** */
.contact-info h4 {
    color: #1E1E1E;
    margin-bottom: 35px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.contact-info .info-item:last-child {
    margin-bottom: 0;
}

.info-item .info-icon {
    flex: none;
    width: 80px;
    height: 64px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    margin-right: 38px;
    position: relative;
    background: #2332C9;
}

.info-item .info-icon:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 8px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
}

.info-item .info-content h5 {
    color: #68778C;
}

.info-item .info-content p {
    color: #68778C;
    margin-bottom: 0;
}

.info-item .info-content p a {
    color: #68778C;
}

.info-item .info-content p a:hover {
    color: #2332C9;
}

.info-item.email-address .info-icon {
    background: #EE3163;
}

.info-item.phone-number .info-icon {
    background: #F57143;
}

.contact-form h4 {
    color: #1E1E1E;
    margin-bottom: 40px;
}

.contact-form .custom-textarea {
    margin-bottom: 50px;
}

/* Contact Page Map */
.map-inner .map {
    height: 600px;
}

.leaflet-bottom.leaflet-right {
    display: none;
}


/****************************************************** */
/******************* 19. Main Footer ****************** */
/****************************************************** */
.main-footer {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 120%) 0% 0% no-repeat padding-box;
}

.widget {
    margin-bottom: 50px;
}

.widget-title {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.menu-widget li {
    color: #FFFFFF;
    line-height: 38px;
    padding-left: 35px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu-widget li:last-child {
    margin-bottom: 0;
}

.menu-widget li:before {
    content: "\f106";
    font-family: Flaticon;
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 0;
}

.menu-widget ul li a {
    color: #FFFFFF;
}
.widget  ul li a {
    color: #FFFFFF;
}
.menu-widget ul li a:hover {
    color: #57CC61;
}

.subscribe-form .form-group input {
    border-radius: 0;
    padding: 12px 20px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.subscribe-form .form-group input:focus {
    box-shadow: none;
    border-color: transparent;
}

.subscribe-form input::placeholder {
    color: #938EAE;
}

.subscribe-form .subscribe-submit {
    width: 100%;
    padding: 12px;
    color: #FFFFFF;
    cursor: pointer;
    background: #57CC61;
}

/* Copyright And Footer Menu */
.copyright-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright-inner p {
    margin: 0;
    color: #FFFFFF;
}

.footer-menu {
    margin-left: auto;
}

.footer-menu li {
    padding: 0 12px;
    line-height: 12px;
    display: inline-block;
    border-right: 1px solid;
}

.footer-menu li:first-child {
    padding-left: 0;
}

.footer-menu li:last-child {
    padding-right: 0;
    border-right: none;
}

.footer-menu li a {
    color: #938EAE;
}

.footer-menu li a:hover {
    color: #57CC61;
}


/*** Scroll Top style ***/
.scroll-top {
    z-index: 99999;
    width: 50px;
    right: 25px;
    height: 50px;
    bottom: 25px;
    display: none;
    color: #FFFFFF;
    cursor: pointer;
    position: fixed;
    font-size: 18px;
    border-radius: 50%;
    animation: scrollTop 2s infinite;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@keyframes scrollTop {
    0% {transform:scaleX(1)}
    50% {transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}
}

.dede_pages li{
    float: left;
}

/* Template 15 layout bridge: the markup uses the original home1 component names. */
:root {
    --tp15-primary: #6255f6;
    --tp15-secondary: #24bfe8;
    --tp15-ink: #24233f;
    --tp15-muted: #77758e;
    --tp15-surface: #f7f7fc;
    --tp15-border: #e9e8f4;
}

.p-120 { padding-top: 110px; padding-bottom: 110px; }
.p-100 { padding-top: 90px; padding-bottom: 90px; }
.pt-120 { padding-top: 110px; }
.pt-100 { padding-top: 90px; }
.pb-60 { padding-bottom: 60px; }

.menubar {
    position: relative;
    z-index: 100;
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid rgba(44, 42, 78, .07);
}

.menubar .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 66px;
}

.menubar .navbar-brand {
    display: block;
    flex: 0 0 auto;
    margin-right: 34px;
}

.menubar .navbar-brand img {
    display: block;
    width: 230px;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: left center;
}

.menubar .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.menubar .header-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 28px;
    margin: 0;
}

.menubar .header-menu .menu li { margin: 0; }

.menubar .header-menu .menu a {
    display: block;
    padding: 12px 0;
    color: var(--tp15-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.menubar .header-menu .menu a:hover,
.menubar .header-menu .menu .active > a { color: var(--tp15-primary); }

.menubar .right-part {
    flex: 0 0 auto;
    margin-left: 30px;
}

.menubar .right-part ul { margin: 0; }

.menubar .right-part a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--tp15-primary), var(--tp15-secondary));
    box-shadow: 0 10px 24px rgba(98, 85, 246, .2);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 40px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 9px;
    background: var(--tp15-primary);
}

.top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    display: none;
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 50%;
    background: var(--tp15-primary);
}

.section-title {
    max-width: 720px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 16px;
    color: var(--tp15-ink);
    font-size: 44px;
    line-height: 1.2;
}

.section-title p { margin: 0; color: var(--tp15-muted); font-size: 18px; line-height: 1.8; }

.home1.banner {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
    background-color: #f4f6ff;
    background-position: center;
    background-size: cover;
}

.home1.banner .content > .row { align-items: center; }
.home1.banner .text-area { padding-right: 35px; }
.home1.banner .text-area > p:first-child { margin-bottom: 20px; color: var(--tp15-primary); font-weight: 600; }

.home1.banner .text-area h1 {
    max-width: 700px;
    margin-bottom: 20px;
    color: var(--tp15-ink);
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.home1.banner .text-area h1 + p { max-width: 680px; margin-bottom: 32px; font-size: 19px; line-height: 1.8; }
.home1.banner .text-area ul { align-items: center; gap: 14px; }
.home1.banner .text-area ul li { width: min(220px, 48%); }
.home1.banner .text-area ul img { display: block; width: 100%; height: 74px; object-fit: contain; }
.home1.banner .image-area { position: relative; text-align: center !important; }
.home1.banner .wallet-stage { position: relative; width: min(100%, 500px); margin: 34px auto 22px; padding: 18px; }
.home1.banner .wallet-primary-card { overflow: hidden; padding: 12px; border: 1px solid rgba(101,87,255,.17); border-radius: 34px; background: rgba(255,255,255,.8); box-shadow: 0 30px 70px rgba(36,35,63,.18); transform: rotate(1.5deg); backdrop-filter: blur(12px); transition: transform .35s ease,box-shadow .35s ease; }
.home1.banner .wallet-primary-card img { display: block; width: 100%; height: auto; max-height: 460px; object-fit: cover; border-radius: 24px; }
.home1.banner .wallet-float-card { position: absolute; z-index: 3; display: flex; gap: 11px; align-items: center; min-width: 164px; padding: 13px 16px; color: var(--tp15-ink); text-align: left; border: 1px solid rgba(101,87,255,.15); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 18px 42px rgba(36,35,63,.16); backdrop-filter: blur(12px); animation: tp15-wallet-float 4.8s ease-in-out infinite; }
.home1.banner .wallet-float-card i { display: inline-flex; flex: 0 0 38px; align-items: center; justify-content: center; width: 38px; height: 38px; color: #fff; border-radius: 12px; background: linear-gradient(135deg,var(--tp15-primary),var(--tp15-secondary)); }
.home1.banner .wallet-float-card span { color: var(--tp15-muted); font-size: 12px; line-height: 1.3; }
.home1.banner .wallet-float-card strong { display: block; margin-top: 3px; color: var(--tp15-ink); font-size: 15px; }
.home1.banner .wallet-float-network { top: -6px; right: -38px; }
.home1.banner .wallet-float-security { bottom: 14px; left: -52px; animation-delay: -1.6s; }
.home1.banner .wallet-float-status { right: -25px; bottom: 58px; min-width: 148px; animation-delay: -3.1s; }
.home1.banner .wallet-live-dot { flex: 0 0 12px; width: 12px; height: 12px; border-radius: 50%; background: #20c997; box-shadow: 0 0 0 7px rgba(32,201,151,.14); }
@keyframes tp15-wallet-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (hover:hover) and (pointer:fine) { .home1.banner .wallet-stage:hover .wallet-primary-card { transform: translateY(-7px) rotate(0); box-shadow: 0 38px 80px rgba(36,35,63,.23); } }

.home1.feature { background: #fff; }
.home1.feature .row.justify-content-center > div { margin-bottom: 30px; }

.home1.feature .item {
    position: relative;
    height: 100%;
    min-height: 340px;
    padding: 36px 32px;
    overflow: hidden;
    border: 1px solid var(--tp15-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(36, 35, 63, .07);
}

.home1.feature .item .icon,
.home1.about .content li .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    color: #fff;
    font-size: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--tp15-primary), var(--tp15-secondary));
}

.home1.feature .item > span {
    position: absolute;
    top: 34px;
    right: 30px;
    color: rgba(98, 85, 246, .18);
    font-size: 34px;
    font-weight: 700;
}

.home1.feature .item h5 { margin: 26px 0 14px; color: var(--tp15-ink); font-size: 24px; line-height: 1.4; }
.home1.feature .item p { color: var(--tp15-muted); line-height: 1.85; }
.home1.feature .item > a { color: var(--tp15-primary); font-size: 24px; }

.home1.counter {
    padding: 0;
    background-color: var(--tp15-primary);
    background-position: center;
    background-size: cover;
}

.home1.counter .overlay { padding: 78px 0; background: rgba(35, 30, 104, .88); }
.home1.counter .item { padding: 20px 12px; color: #fff; }
.home1.counter .item .icon { margin-bottom: 16px; font-size: 34px; }
.home1.counter .item h4 { margin-bottom: 10px; color: rgba(255,255,255,.78); font-size: 17px; }
.home1.counter .item h2 { margin: 0; color: #fff; font-size: 38px; }

.home1.about { overflow: hidden; background: #fff; }
.home1.about .image img { width: min(100%, 500px); max-height: 470px; object-fit: cover; border-radius: 28px; box-shadow: 0 22px 54px rgba(36,35,63,.13); }
.home1.about .content { padding-left: 38px; }
.home1.about .order-lg-0 .content { padding-right: 38px; padding-left: 0; }
.home1.about .content > h3 { margin-bottom: 20px; color: var(--tp15-ink); font-size: 38px; line-height: 1.28; }
.home1.about .content > p { margin-bottom: 30px; color: var(--tp15-muted); font-size: 17px; line-height: 1.9; }
.home1.about .content li { gap: 18px; margin-top: 24px; }
.home1.about .content li .icon { flex: 0 0 54px; width: 54px; height: 54px; font-size: 23px; }
.home1.about .content li .text h6 { margin-bottom: 7px; color: var(--tp15-ink); font-size: 19px; font-weight: 700; }
.home1.about .content li .text p { margin: 0; color: var(--tp15-muted); line-height: 1.75; }

.home1.team { background: var(--tp15-surface); }
.home1.team .container,
.home1.mobile .container,
.home1.client .container,
.home1.blog .container { max-width: 1140px; }
.home1.team .row.justify-content-center > div { margin-bottom: 30px; }
.home1.team .item { height: 100%; padding: 22px 22px 28px; text-align: center; border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(36,35,63,.07); }
.home1.team .item .image { overflow: hidden; margin-bottom: 22px; border-radius: 16px; background: #f0efff; }
.home1.team .item .image img { display: block; width: 100%; height: 205px !important; object-fit: cover; }
.home1.team .item h6 { margin-bottom: 6px; color: var(--tp15-ink); font-size: 20px; }
.home1.team .item p { margin-bottom: 18px; color: var(--tp15-muted); }
.home1.team .item .guide-link { color: var(--tp15-primary); font-weight: 700; }
.home1.team .item ul { gap: 10px; }
.home1.team .item ul a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--tp15-primary); border-radius: 50%; background: #f0efff; }

.home1.mobile { padding: 90px 0; background: #fff; }
.home1.mobile .bg { overflow: hidden; padding: 54px 64px 0; border-radius: 30px; background: linear-gradient(135deg, #5e52f2, #22c0e8); }
.home1.mobile .bg > .row { align-items: center; }
.home1.mobile .image { text-align: center; }
.home1.mobile .image img { display: block; width: min(100%, 330px); height: 330px; margin: 0 auto; object-fit: cover; border-radius: 26px 26px 0 0; box-shadow: 0 20px 48px rgba(28,24,89,.2); }
.home1.mobile .content { padding: 20px 0 60px 32px; color: #fff; }
.home1.mobile .content h3 { margin-bottom: 18px; color: #fff; font-size: 40px; line-height: 1.25; }
.home1.mobile .content p { margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 18px; }
.home1.mobile .content ul { gap: 14px; }
.home1.mobile .content li { width: min(210px, 48%); }
.home1.mobile .content img { display: block; width: 100%; height: 68px; object-fit: contain; }

.home1.video.tp15-showcase { position: relative; overflow: hidden; min-height: 470px; background: #15152d; }
.tp15-showcase-slides { position: relative; min-height: 470px; }
.tp15-showcase-slide { position: absolute; inset: 0; display: flex; align-items: center; visibility: hidden; min-height: 470px; opacity: 0; background-image: linear-gradient(90deg,rgba(20,19,49,.96) 0%,rgba(20,19,49,.84) 42%,rgba(20,19,49,.18) 75%),var(--slide-image); background-position: center; background-size: cover; transition: opacity .5s ease,visibility .5s ease; }
.tp15-showcase-slide.is-active { position: relative; visibility: visible; opacity: 1; }
.tp15-showcase-copy { width: min(590px,68%); padding: 78px 0 96px; color: #fff; }
.tp15-showcase-copy > span { display: block; margin-bottom: 14px; color: #7fe7f2; font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.tp15-showcase-copy h2 { margin-bottom: 16px; color: #fff; font-size: 42px; line-height: 1.25; }
.tp15-showcase-copy p { margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.8; }
.tp15-showcase-copy a { display: inline-flex; gap: 11px; align-items: center; padding: 13px 21px; color: #fff; font-weight: 700; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.tp15-showcase-copy a i { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; color: var(--tp15-primary); font-size: 12px; border-radius: 50%; background: #fff; }
.tp15-showcase-controls { position: absolute; z-index: 4; right: max(30px,calc((100% - 1140px)/2)); bottom: 34px; display: flex; gap: 16px; align-items: center; }
.tp15-showcase-controls > button { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(15,14,40,.5); }
.tp15-showcase-dots { display: flex; gap: 8px; }
.tp15-showcase-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); transition: width .25s ease,background .25s ease; }
.tp15-showcase-dots button.is-active { width: 28px; border-radius: 999px; background: #fff; }

.home1.client { background: #fff; }
.home1.client .shape { position: absolute; inset: 8% 8%; border-radius: 50%; background: #f0efff; }
.home1.client .client-img-slider { position: relative; }
.home1.client .client-img-slider .swiper-slide:not(:first-child),
.home1.client .client-slider .swiper-slide:not(:first-child) { display: none; }
.home1.client .client-img-slider img { display: block; width: min(100%, 330px); height: 330px; margin: 0 auto; object-fit: cover; border-radius: 26px; }
.home1.client .client-slider { padding: 40px; border: 1px solid var(--tp15-border); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(36,35,63,.07); }
.home1.client .client-slider .item > p:first-child { color: var(--tp15-muted); font-size: 18px; line-height: 1.9; }
.home1.client .client-slider h6 { margin-top: 22px; color: var(--tp15-ink); font-size: 20px; }
.home1.client .client-slider .designation { margin: 0; color: var(--tp15-primary); }

.home1.brand { background: var(--tp15-surface); }
.home1.brand .brand-logo { padding: 12px; }
.home1.brand .chain-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; min-height: 72px; padding: 14px 20px; color: var(--tp15-ink); font-size: 20px; font-weight: 800; letter-spacing: .08em; border: 1px solid var(--tp15-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(36,35,63,.06); }

.home1.blog { background: #fff; }
.home1.blog .row.justify-content-center { max-width: 1080px; margin-right: auto; margin-left: auto; }
.home1.blog .row.justify-content-center > div { margin-bottom: 30px; }
.home1.blog .single-blog { height: 100%; overflow: hidden; border: 1px solid var(--tp15-border); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(36,35,63,.07); }
.home1.blog .single-blog .image img { display: block; width: 100%; height: 178px; object-fit: cover; }
.home1.blog .single-blog .content { padding: 26px; }
.home1.blog .single-blog h3 { margin-bottom: 14px; color: var(--tp15-ink); font-size: 22px; line-height: 1.45; }
.home1.blog .single-blog ul { flex-wrap: wrap; gap: 10px 18px; margin-bottom: 14px; color: var(--tp15-muted); font-size: 13px; }
.home1.blog .single-blog ul i { margin-right: 6px; color: var(--tp15-primary); }
.home1.blog .single-blog p { color: var(--tp15-muted); line-height: 1.8; }
.home1.blog .single-blog .read-more { color: var(--tp15-primary); font-weight: 700; }

.home1.feature .item,
.home1.team .item,
.home1.blog .single-blog,
.tp15-card,
.home1.brand .chain-badge {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home1.feature .item .icon,
.home1.team .item .image img,
.home1.blog .single-blog .image img,
.tp15-card img {
    transition: transform .35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .home1.feature .item:hover,
    .home1.team .item:hover,
    .home1.blog .single-blog:hover,
    .tp15-card:hover {
        transform: translateY(-9px);
        border-color: rgba(98,85,246,.3);
        box-shadow: 0 24px 56px rgba(36,35,63,.14);
    }

    .home1.feature .item:hover .icon { transform: translateY(-4px) rotate(-3deg); }
    .home1.team .item:hover .image img,
    .home1.blog .single-blog:hover .image img,
    .tp15-card:hover img { transform: scale(1.035); }
    .home1.brand .chain-badge:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(36,35,63,.12); }
}

@media (prefers-reduced-motion: reduce) {
    .home1.feature .item,
    .home1.team .item,
    .home1.blog .single-blog,
    .tp15-card,
    .home1.brand .chain-badge,
    .home1.feature .item .icon,
    .home1.team .item .image img,
    .home1.blog .single-blog .image img,
    .tp15-card img { transition: none; }
}

.footer { color: rgba(255,255,255,.72); background-color: #17162d; background-position: center; background-size: cover; }
.footer .footer-top { background: rgba(23,22,45,.95); }
.footer .content { padding-right: 24px; }
.footer .title h5 { margin-bottom: 22px; color: #fff; font-size: 20px; }
.footer .content p { color: rgba(255,255,255,.72); line-height: 1.85; }
.footer .navigation li { margin-bottom: 11px; }
.footer a { color: rgba(255,255,255,.78); }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); background: #111024; }
.footer-bottom .bg { padding: 22px 0; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.65); }

@media (max-width: 1199px) {
    .menubar .header-menu .menu { gap: 18px; }
    .menubar .right-part { margin-left: 18px; }
    .menubar .navbar-brand img { width: 195px; }
}

@media (max-width: 991px) {
    .p-120 { padding-top: 82px; padding-bottom: 82px; }
    .p-100 { padding-top: 72px; padding-bottom: 72px; }
    .pt-120 { padding-top: 82px; }
    .menubar { padding: 14px 0; }
    .menubar .navbar { position: relative; flex-wrap: wrap; min-height: 58px; }
    .menubar .navbar-brand img { width: 200px; height: 54px; }
    .menu-toggle { display: block; order: 2; margin-left: auto; }
    .menubar .right-part { display: none; }
    .menubar .header-menu { display: none; order: 3; flex: 0 0 100%; width: 100%; padding-top: 14px; }
    .menubar .header-menu.show { display: block; }
    .menubar .header-menu .menu { display: block; padding: 10px 18px; border: 1px solid var(--tp15-border); border-radius: 14px; background: #fff; box-shadow: 0 14px 32px rgba(36,35,63,.09); }
    .menubar .header-menu .menu a { padding: 11px 4px; border-bottom: 1px solid #efeff6; }
    .menubar .header-menu .menu li:last-child a { border-bottom: 0; }
    .home1.banner { padding: 64px 0 72px; text-align: center; }
    .home1.banner .wallet-stage { width: min(100%, 450px); margin-bottom: 46px; }
    .home1.banner .wallet-primary-card img { max-height: 390px; }
    .home1.banner .wallet-float-network { top: 0; right: -8px; }
    .home1.banner .wallet-float-security { bottom: 12px; left: -12px; }
    .home1.banner .wallet-float-status { right: -4px; bottom: 44px; }
    .home1.banner .text-area { padding-right: 0; }
    .home1.banner .text-area h1,
    .home1.banner .text-area h1 + p { margin-right: auto; margin-left: auto; }
    .home1.banner .text-area ul { justify-content: center; }
    .home1.about .content,
    .home1.about .order-lg-0 .content { padding: 38px 0 0; }
    .home1.about .order-lg-0 .content { padding-bottom: 38px; }
    .home1.mobile .bg { padding: 48px 42px 0; }
    .home1.mobile .content { padding: 36px 0 50px; text-align: center; }
    .home1.mobile .content ul { justify-content: center; }
    .home1.client .client-slider { margin-top: 34px; }
    .tp15-showcase-slide { background-image: linear-gradient(90deg,rgba(20,19,49,.94),rgba(20,19,49,.68)),var(--slide-image); }
    .tp15-showcase-copy { width: min(650px,86%); }
    .tp15-showcase-copy h2 { font-size: 36px; }
    .tp15-showcase-controls { right: 32px; }
}

@media (max-width: 575px) {
    .section-title { margin-bottom: 38px; }
    .section-title h2 { font-size: 34px; }
    .home1.banner .text-area h1 { font-size: 42px; }
    .home1.banner .text-area h1 + p { font-size: 17px; }
    .home1.banner .text-area ul,
    .home1.mobile .content ul { flex-direction: column; }
    .home1.banner .text-area ul li,
    .home1.mobile .content li { width: 220px; max-width: 100%; }
    .home1.feature .item { min-height: 0; }
    .home1.counter .item { padding: 28px 10px; }
    .home1.about .content > h3 { font-size: 31px; }
    .home1.mobile { padding: 65px 0; }
    .home1.mobile .bg { padding: 38px 22px 0; border-radius: 22px; }
    .home1.mobile .content h3 { font-size: 32px; }
    .home1.client .client-slider { padding: 26px; }
    .home1.banner .wallet-stage { padding: 8px 14px; }
    .home1.banner .wallet-float-card { min-width: 134px; padding: 10px 12px; }
    .home1.banner .wallet-float-card i { flex-basis: 32px; width: 32px; height: 32px; }
    .home1.banner .wallet-float-card strong { font-size: 13px; }
    .home1.banner .wallet-float-network { right: 0; }
    .home1.banner .wallet-float-security { left: 0; }
    .home1.banner .wallet-float-status { display: none; }
    .home1.team .item .image img { height: 178px !important; }
    .home1.mobile .image img,
    .home1.client .client-img-slider img { width: min(100%,280px); height: 280px; }
    .home1.video.tp15-showcase,
    .tp15-showcase-slides,
    .tp15-showcase-slide { min-height: 430px; }
    .tp15-showcase-copy { width: 100%; padding: 62px 0 104px; }
    .tp15-showcase-copy h2 { font-size: 30px; }
    .tp15-showcase-copy p { font-size: 16px; }
    .tp15-showcase-controls { right: 20px; bottom: 24px; }
    .home1.blog .single-blog .image img { height: 170px; }
    .home1.brand .row { row-gap: 16px; }
    .home1.brand .col { flex: 0 0 50%; max-width: 50%; }
    .footer .content { padding-right: 0; margin-bottom: 30px; }
}
