::-webkit-scrollbar {
    display: none
}

body,
html {
    margin: 0;
    padding: 0;
    background: #0a070f;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

a {
    color: #b3afff
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center
}

.LandPage,
.LandPage body {
    height: 100%;
    overflow: hidden;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-display: swap
}

.lph-one-screen {
    height: 100%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 80px 0 0 30px;
    position: relative;
    background: url(/images/home-lp/p-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    background-image: url(/images/home-lp/p-bg.png);
    background-image: image-set("/images/home-lp/p-bg.webp"type("image/webp"), "/images/home-lp/p-bg.png"type("image/png"));
    overflow: hidden
}

.lph-one-screen * {
    box-sizing: border-box
}

.lph-one-screen .lph-header {
    background: #0a070Fa0;
    display: flex;
    align-items: center;
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200
}

.lph-one-screen .lph-header .the-menu {
    display: none;
    cursor: pointer
}

.lph-one-screen .lph-header .the-logo img {
    display: block;
    height: 47px;
    cursor: pointer
}

.lph-one-screen .lph-header .the-nav {
    display: flex;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    flex: 1
}

.lph-one-screen .lph-header .the-nav li {
    display: block;
    padding: 0 25px;
    color: #fff
}

.lph-one-screen .lph-header .the-nav li a {
    color: #fff;
    text-decoration: none
}

.lph-one-screen .lph-header .the-nav li a.cur {
    text-decoration: underline
}

.lph-one-screen .lph-header .the-login {
    background: linear-gradient(90deg, #ff78ff, #32e5ff);
    border-radius: 20px;
    padding: 5px;
    color: #000;
    cursor: pointer
}

.lph-one-screen .lph-header .the-login .the-txt {
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    display: block
}

.lph-one-screen .lph-header .the-login .user-icon {
    width: 32px;
    height: 32px;
    background: #000;
    border: solid 2px #fff;
    border-radius: 50%;
    box-sizing: border-box
}

.lph-one-screen .lph-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 15
}

.lph-one-screen .lph-content .the-txt {
    width: 498px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box
}

.lph-one-screen .lph-content .the-txt h1 {
    font-size: 40px;
    line-height: 1.2;
    background: linear-gradient(to right, #ff78ff 0, #32e5ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 30px
}

.lph-one-screen .lph-content .the-txt p {
    max-width: 428px
}

.lph-one-screen .lph-content .the-txt p+p {
    margin-top: 10px
}

.lph-one-screen .lph-content .the-txt .sub-txt {
    text-align: left;
    opacity: 1
}

.lph-one-screen .lph-content .the-txt .the-btn {
    width: 356px;
    height: 75px;
    padding: 0 20px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #ff78ff, #32e5ff);
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    animation: callIconAni 2s infinite;
    color: #000
}

.lph-one-screen .section-img {
    flex: 1;
    height: 100%;
    position: relative;
    margin-left: -100px
}

.lph-content .square-img-m img {
    width: 100%;
    height: auto
}

.lph-content .square-img .animated {
    position: absolute
}

.lph-content .square-img .animated1 {
    z-index: 9;
    animation: fadeOutRight 6s linear infinite
}

.lph-content .square-img .animated2 {
    z-index: 8;
    transform: scale(.8);
    opacity: 0;
    animation: fadeOutRight 6s 2s infinite
}

.lph-content .square-img .animated3 {
    z-index: 7;
    opacity: 0;
    animation: fadeOutRight 6s 4s infinite
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 0;
        transform: scale(.8) translateX(0)
    }

    10% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }

    35% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 0
    }
}

.lph-sider {
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 95px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #151219;
    z-index: 20
}

.lph-sider .the-top {
    padding-top: 30px;
    cursor: pointer
}

.lph-sider .the-bot {
    padding-bottom: 40px
}

.lph-sider .the-bot img {
    display: block;
    margin: 30px auto;
    width: 22px;
    cursor: pointer
}

.lph-bot {
    display: none;
    cursor: pointer
}

@keyframes callIconAni {
    0% {
        transform: scale(.95) translateY(-5px)
    }

    50% {
        transform: scale(1) translateY(0)
    }

    100% {
        transform: scale(.95) translateY(-5px)
    }
}

@keyframes to-top {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes to-down {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

.seo-page {
    background: #0a070f;
    color: #fff;
    font-size: 16px;
    height: 100%;
    overflow: auto
}

.com-box h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #fff
}

.com-box .box-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 60px 0;
    box-sizing: border-box
}

.seo-page .oimg-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    padding: 20px 0 60px;
    max-width: 960px;
    margin: 0 auto
}

.seo-page .oimg-txt.reverse {
    flex-direction: row-reverse
}

.seo-page .oimg-txt h2 {
    text-align: left;
    line-height: 1.366;
    font-size: 36px;
    margin-top: 0
}

.seo-page .oimg-txt .img {
    width: 440px
}

.seo-page .oimg-txt .img img {
    display: block;
    width: 100%;
    height: auto
}

.seo-page .oimg-txt .txt {
    flex: 1
}

.seo-page .oimg-txt .txt h4 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0
}

.seo-page .oimg-txt .txt p {
    font-size: 16px
}

.box-1 {
    background: top center no-repeat;
    background-image: url(/images/home-lp/s2-bg.png);
    background-image: image-set("/images/home-lp/s2-bg.webp"type("image/webp"), "/images/home-lp/s2-bg.png"type("image/png"));
    background-size: 100% 100%
}

.sub-txt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .88;
    text-align: center
}

.txt-box {
    margin-bottom: 60px
}

.box-2 {
    background: linear-gradient(90deg, #ff78ff 0, #32e5ff 100%);
    color: #000;
    line-height: 1.5
}

.box-2 .box-inner h2 {
    color: #000;
    margin: 0 100px
}

.box-2 h3 {
    text-align: center;
    font-size: 28px
}

.box-3 {
    line-height: 1.5;
    color: #ffffffc0;
    background: url(../images/home-lp/s5-bg.jpg) top center;
    background-image: url(/images/home-lp/s5-bg.jpg);
    background-image: image-set("/images/home-lp/s5-bg.webp"type("image/webp"), "/images/home-lp/s5-bg.jpg"type("image/jpg"));
    background-size: cover
}

.box-3 .sub-txt {
    text-align: left
}

.box-3 .box-inner h2 {
    margin: 0 180px 40px;
    color: #fff
}

.box-3 ul {
    list-style: none;
    font-size: 16px
}

.box-3 ul li {
    margin-bottom: 20px
}

.box-3 ul p {
    margin: 0
}

.box-3 .box-inner .the-btn {
    margin: 50px auto 0;
    display: flex;
    width: 356px
}

.box-reason {
    background: linear-gradient(90deg, #ff78ff 0, #32e5ff 100%)
}

.one-txt-img {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.one-txt-img .text-con {
    text-align: left;
    z-index: 1;
    width: 500px;
    flex-shrink: 0;
    color: #000
}

.one-txt-img .text-con h2 {
    text-align: left;
    color: inherit
}

.one-txt-img .text-con a {
    color: #0868ff
}

.one-txt-img .video-box {
    position: relative;
    z-index: 1
}

.box-reason .the-list {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 30px
}

.box-reason .the-list p {
    margin: 10px 0
}

.box-5 {
    background: #222
}

.box-5.show {
    background: url(../images/home-lp/s5-bg.jpg) top center no-repeat;
    background-size: 100% 100%
}

.box-4 {
    text-align: center;
    color: #000
}

.box-4.show {
    background: url(/images/home-lp/bg-box-5.jpg) top center, linear-gradient(90deg, #ff78ff 0, #32e5ff 100%);
    background-size: cover
}

.box-4 h3 {
    font-size: 18px;
    padding-top: 30px;
    font-weight: 400
}

.com-box.box-4 .the-btn {
    height: 68px;
    min-width: 247px;
    margin-top: 20px;
    font-size: 18px
}

.box-content p {
    margin-top: 20px
}

.com-box .the-btn {
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 320px;
    border-radius: 100px;
    margin-top: 40px;
    cursor: pointer;
    font-weight: 700;
    -webkit-animation: callIconAni 2s infinite;
    animation: callIconAni 2s infinite;
    font-size: 22px;
    gap: 10px
}

.com-box .the-btn.the-btn-color {
    background: linear-gradient(90deg, #ff78ff, #32e5ff);
    color: #000
}

.content-list {
    display: grid;
    margin-top: 60px;
    margin-left: -113px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    font-size: 27px;
    margin-bottom: 100px
}

.content-list-item {
    padding: 50px 32px;
    width: 382px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .06);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.content-list-item .item-con {
    font-size: 12px;
    line-height: 23px
}

.content-list-item .item-top {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.content-list-item .item-top-img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden
}

.content-list-item .item-top p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 0
}

.box-faq .qa-list {
    margin-top: 65px
}

.box-faq .qa-item {
    background: rgba(255, 255, 255, .06);
    border-radius: 14px;
    border: 1px solid #fffFFF80;
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s ease-in-out
}

.box-faq .qa-item .qa-item-tit {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0
}

.box-faq .qa-item .qa-item-answer {
    display: none;
    margin-top: 6px
}

.box-faq .qa-item.qa-active {
    height: auto;
    background: #fff;
    color: #000
}

.box-faq .qa-item .qa-item-arrow {
    width: 28px;
    height: 16px;
    background: url(/images/home-lp/icon-arrow.png) center/cover no-repeat;
    position: absolute;
    right: 22px;
    top: 27px;
    display: inline-block
}

.box-faq .qa-item.qa-active .qa-item-answer {
    display: block
}

.box-faq .qa-item.qa-active .qa-item-arrow {
    display: none
}

.footer {
    background: #222;
    color: #6c6c6c;
    text-align: center;
    padding: 40px 0
}

.footer ul {
    margin-bottom: 30px
}

.footer li {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px
}

.footer li a {
    color: #ffffffa8;
    text-decoration: none
}

.footer p {
    font-size: 14px
}

.footer .social-list .the-list a {color: #000;}
.footer .social-list .the-list svg {
    width: 32px;
    margin: 0 5px;
}

@media only screen and (min-width:681px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media screen and (max-width:680px) {
    .hidden-xs-only {
        display: none !important
    }

    .lph-one-screen {
        padding: 50px 0 0;
        height: auto;
        background-size: contain
    }

    .lph-one-screen .lph-header {
        padding: 0 10px;
        height: 50px
    }

    .lph-one-screen .lph-header .the-logo {
        flex: 1
    }

    .lph-one-screen .lph-header .the-logo img {
        height: 24px;
        width: auto
    }

    .lph-one-screen .lph-header .the-nav {
        display: none
    }

    .lph-one-screen .lph-header .the-login {
        padding: 6px 5px
    }

    .lph-one-screen .lph-header .the-login .user-icon {
        display: none
    }

    .lph-one-screen .lph-header .the-login .the-txt {
        font-size: 14px;
        font-weight: 700
    }

    .lph-one-screen .lph-header .the-menu {
        display: block;
        margin-right: 18px
    }

    .lph-one-screen .lph-header .the-menu img {
        display: block;
        height: 17px
    }

    .lph-one-screen .lph-content {
        margin: 0;
        width: 100%;
        flex-direction: column
    }

    .lph-one-screen .lph-content .the-txt {
        width: 100%;
        padding: .87rem .87rem 0
    }

    .lph-one-screen .lph-content .the-txt .sub-txt {
        display: none
    }

    .lph-one-screen .lph-content .the-txt h1 {
        font-size: 32px
    }

    .lph-one-screen .lph-content .the-txt .the-btn {
        height: 55px;
        width: 280px;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 20px
    }

    .lph-one-screen .section-img {
        margin-left: 0;
        width: 100%
    }

    .lph-content .square-img {
        position: relative;
        height: 100%;
        height: 11rem
    }

    .lph-content .square-img .animated img {
        width: 100%;
        height: auto
    }

    .lph-sider {
        display: none
    }

    .lph-bot {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100
    }

    .lph-bot img {
        display: block;
        width: 100%
    }

    .seo-page .oimg-txt {
        flex-direction: column-reverse;
        gap: 40px;
        padding-bottom: 10px
    }

    .seo-page .oimg-txt.reverse {
        flex-direction: column-reverse
    }

    .seo-page .oimg-txt .img {
        width: 100%;
        margin: 0 auto
    }

    .seo-page .oimg-txt .txt {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .seo-page .oimg-txt h2 {
        font-size: 26px;
        text-align: center
    }

    .seo-page .oimg-txt .txt h4 {
        margin: 0 0 10px;
        font-size: 26px
    }

    .seo-page .oimg-txt .txt p {
        margin: 0;
        font-size: 14px
    }

    .com-box .box-inner {
        padding: .96rem .87rem
    }

    .com-box h2 {
        font-size: .62rem
    }

    .box-2 .box-inner h2,
    .box-3 .box-inner h2 {
        margin: 0
    }

    .box-2 .oimg-txt {
        flex-direction: column
    }

    .box-2 .oimg-txt.reverse {
        flex-direction: column
    }

    .box-reason {
        background-size: 200% auto
    }

    .one-txt-img {
        flex-direction: column-reverse
    }

    .one-txt-img .text-con {
        width: 100%
    }

    .one-txt-img .video-box img {
        width: 100%;
        height: auto
    }

    .box-reason .the-list {
        line-height: 1.75;
        margin-top: 0
    }

    .box-3 {
        background-repeat: repeat;
        background-size: 200%
    }

    .box-3 .sub-txt {
        text-align: center
    }

    .box-3 ul {
        text-align: center
    }

    .box-3 .box-inner .the-btn {
        width: 280px
    }

    .com-box .the-btn {
        margin: 1rem auto 0;
        display: flex;
        width: 270px;
        height: 55px;
        font-size: 16px
    }

    .box-4,
    .box-faq {
        display: none
    }

    .content-list {
        margin-left: 0;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
        margin-bottom: 50px
    }

    .content-list .content-list-item {
        width: 100%;
        padding: 25px
    }

    .footer {
        padding: 1.2rem .5rem 1rem;
        position: relative;
        z-index: 1
    }

    .footer ul {
        margin-bottom: .6rem
    }

    .footer li {
        display: block;
        line-height: 36px;
        margin: 0;
        font-size: 13px
    }

    .footer p {
        font-size: 12px
    }
}

li,
ul {
    margin: 0;
    padding: 0
}

#home-landpage img[data-src] {
    visibility: hidden
}

[lang='ar'] {
    direction: rtl;

    .lph-one-screen .lph-content .the-txt .sub-txt {
        text-align: right;
    }

    .box-3 .sub-txt,
    .seo-page .oimg-txt h2,
    .one-txt-img .text-con {
        text-align: right;
    }

    .box-faq .qa-item .qa-item-arrow {
        right: auto;
        left: 22px;
    }

    .content-list-item .item-top p {
        margin-left: auto;
        margin-right: 12px;
    }

    .lph-one-screen .lph-header .the-menu {
        margin-right: auto;
        margin-left: 18px;
    }
}