#app-header {
    position: absolute;
    background-color: rgba(0,0,0,0) !important;
    top: 5rem
}

#app-header .header-container {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

@media(min-width: 768px) {
    #app-header .header-container {
        padding-right:0 !important;
        padding-left: 0 !important
    }
}

.splash-page {
    width: 100%;
    overflow: hidden
}

.splash-page .floating-dot {
    position: absolute;
    display: block;
    z-index: -99999;
    pointer-events: none
}

.splash-page section {
    position: relative;
    z-index: 1
}

.splash-page .hero {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    background: var(--bs-light);
    padding-bottom: 256px;
    margin: 0 auto;
    position: relative
}

.splash-page .hero .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -4;
    right: 0;
    top: 2rem;
    background: linear-gradient(180.21deg, #fff9f9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%),linear-gradient(90deg, #ffc368 0%, #d569e1 50%, #4164e1 100%);
    opacity: .9;
    border-radius: 30px;
    margin: auto
}

.splash-page .hero .hero-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3
}

.splash-page .hero .tp-hero-shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .6;
    z-index: -2
}

.splash-page .why-us {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* max-width:1920px; */
    margin: 0 auto;
    background: url(../svg/ss-shape22b1d.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: left;
    background-position-y: 65%;
    %
    }

.splash-page .why-us .canvas {
    background: url(../svg/features-canvas.svg) no-repeat top center;
    display: block;
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 980px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: -1
}

.splash-page .why-us .feature-icon {
    border-radius: 100%;
    padding: 1rem;
    display: inline-block
}

.splash-page .why-us .feature-icon .icon {
    width: 48px
}

.splash-page .features {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--bs-light);
    position: relative;
    padding-bottom: 3rem;
    margin: 0 auto
}

.splash-page .features .canvas {
    background: url(../svg/features-canvas.svg) no-repeat top center;
    display: block;
    position: absolute;
    z-index: 0;
    top: -54px;
    left: 0;
    width: 100%;
    height: 980px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.splash-page .features .feature-icon {
    border-radius: 100%;
    background: var(--bs-light);
    padding: 20px;
    display: inline-block;
    margin-bottom: 2rem;
    color: var(--bs-primary);
    font-size: 40px;
}

.splash-page .features .feature-icon .icon {
    width: 44px
}

.splash-page .mobile-app .content {
    background: url("../png/mobile-bg.png") no-repeat center center;
    background-size: cover
}

.splash-page .mobile-app .mobile-mockup-container {
    position: relative;
    width: 100%;
    height: 100%
}

.splash-page .mobile-app .mobile-mockup-container .mobile-mockup {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    max-height: 100%
}

.splash-page .mobile-app .mobile-mockup-container .mobile-mockup img {
    transform: rotate3d(0, 0, 1, 9deg) translate3d(-46px, 19px, 0px) scale(1)
}

.splash-page .mobile-app .mobile-service-item {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: all;
    transition-property: transform,box-shadow;
    transform-origin: 50% 100%;
    box-shadow: none;
    transform: scale(1);
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: all;
    transition-property: transform,box-shadow,background;
    height: 100%
}

.splash-page .mobile-app .mobile-service-item:hover {
    background-color: #f7f9fb !important;
    transform: scale(1.05);
    box-shadow: 0px 16px 40px rgba(32,33,36,.1)
}

.splash-page .stats {
    background: url(../png/appbg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.splash-page .stats .stats-video {
    overflow: hidden;
    position: relative;
    border-radius: 8rem;
    cursor: pointer;
    display: block;
    height: 166px
}

.splash-page .stats .stats-video .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(138,73,253,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.splash-page .stats .stats-video .overlay .play-icon {
    padding: 1rem;
    background: var(--bs-primary);
    border-radius: 100%;
    color: var(--bs-light);
    transition: all .3s ease-in-out
}

.splash-page .stats .stats-video:hover .overlay {
    background: rgba(138,73,253,.2509803922)
}

.splash-page .stats .stats-video:hover .overlay .play-icon {
    padding: 1.5rem;
    background: var(--bs-secondary);
    color: var(--bs-dark)
}

.splash-page .stats .stats-number {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center
}

.splash-page .stats .stats-number span {
    letter-spacing: -4px;
    position: relative
}

.splash-page .stats .stats-number ::before {
    content: "";
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: linear-gradient(135deg, #e1d0ff 0%, #fff 100%);
    display: block;
    position: absolute;
    left: -25px;
    top: 10px;
    margin-top: -25px
}

.splash-page .clients {
    padding: 6rem 0;
    background: url("../jpg/customers-bg.jpg") no-repeat center center;
    background-size: cover;
    display: block
}

.splash-page .clients .review-cards {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden
}

.splash-page .clients .review-cards .client-review p {
    font-size: 1.25rem;
    line-height: 2rem
}

.splash-page .clients .review-cards .card {
    width: 556px;
    max-width: 556px;
    min-width: 556px;
    flex-grow: 1
}

.splash-page .partners {
    padding: 12rem 0
}

.splash-page .partners .partner-icons {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: revert-layer;
    pointer-events: none
}

.splash-page .partners .partner-icons .partner-icon {
    position: absolute;
    display: block;
    padding: 1rem;
    border-radius: 100%;
    background: var(--bs-white)
}

@keyframes moving {
    0% {
        transform: translatey(0px)
    }

    20% {
        transform: translateX(-50px)
    }

    50% {
        transform: translatey(-40px)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes leftright {
    0% {
        transform: translatex(0)
    }

    50% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes movinglight {
    0% {
        transform: translatey(0px)
    }

    20% {
        transform: translateX(-70px)
    }

    50% {
        transform: translatey(-70px)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes movinglight2 {
    0% {
        transform: translatey(0px)
    }

    20% {
        transform: translateX(70px)
    }

    50% {
        transform: translatey(70px)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes movingtop {
    0% {
        transform: translatey(0px)
    }

    20% {
        transform: translatey(70px)
    }

    50% {
        transform: translatey(-70px)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes movingleftright1 {
    0% {
        transform: translateX(0) translateY(0)
    }

    40% {
        transform: translateX(50px) translateY(-50px)
    }

    75% {
        transform: translateX(200px)
    }

    100% {
        transform: translateY(0) translateX(0)
    }
}

@keyframes tpupdown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-12px)
    }
}

@keyframes scale_up_down {
    0% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes tptranslateY2 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(20px)
    }
}

@keyframes tptranslateX2 {
    0% {
        transform: translateX(-30px)
    }

    100% {
        transform: translateX(20px)
    }
}

.app-rtl .hero .hero-avatar {
    transform: scaleX(-1)
}

.app-rtl .mobile-app .content {
    background: url("../png/mobile-bg.png") no-repeat center center;
    background-size: cover
}

.app-rtl .mobile-app .mobile-mockup-container .mobile-mockup {
    right: 0;
    left: unset
}

.app-rtl .mobile-app .mobile-mockup-container .mobile-mockup img {
    transform: rotate3d(0, 0, 1, -9deg) translate3d(46px, 19px, 0px) scale(1)
}

.app-rtl .tp-price__feature ul li span {
    position: absolute;
    right: 0;
    left: unset !important
}
