/* @font-face {
    font-family:tropiline_bold;
    src:url('../font/Tropiline-Bold.otf') format('opentype');
    
} */
@font-face {
    font-family:tropiline_light;
        src:url('../font/tropiline/Tropiline-Light.otf') format('opentype');
}
@font-face {
    font-family:involve;
        src:url('../font/involve/Involve.otf') format('opentype');
}




.font-1{
    font-family: tropiline_light;
}
.font-2{
    font-family: involve;
}

html,body {
    width: 100%;
}
body {
    font-family: 'involve';
    line-height: 1.3;
    background: #000;
    overflow-x: hidden;
}

li {
    list-style: none outside;
}

.page_box img {
    max-width: 100%;
}

.page_01 {
    background: url('/wp-content/uploads/2025/11/Hero-section-2.png') no-repeat center bottom;
    background-size: cover;
    min-height: 760px;
}

/* .page_01 .page_content {
    background: url(../images/BG-3-1.png) no-repeat left top;
    background-size: contain;
} */


.top_logo {
    text-align: center;
    padding-bottom: 20px;
}


.top_logo img {
    width: 150px; 
}
.img_txt2 {
    color: #ffffffd1;
}
.sub-2 {
    font-style: italic;
}
.page_content {
    /* height: 600px;
    background: url(../images/banner-1.png) no-repeat right bottom;
    background-size: contain; */
}

.page_content img {
    max-width: 100%;
    height: auto;
}

.font-1 .linear_txt{
    font-family: tropiline_light;
    font-size: 4rem;
    font-weight: 600;
}
.font-1 .sub-text1 {
    
    font-style: italic;
    font-size: 2rem;
}
.linear_txt {
    background: linear-gradient(92deg, rgb(249 211 94) 0%, rgba(242, 159, 5, 1) 32%, rgba(242, 116, 5, 1) 63%, rgb(255 84 0) 99%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
}

.page_1_txt {
    max-width: 600px;
    color: #fff;
    padding-top: 50px;
}

.page_1_txt h1 {
    font-weight: bold;
    font-size: 50px;
}
.sub-text1.font-1 {
    font-size: 2.4rem;
}
.page_1_txt p {
    font-size: 26px;
    padding: 26px 0;
    font-family: involve;
}

.page_2 {
    padding-top: 80px;
}
.marquee-text {
    font-size: 50px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    /* margin-top: -100px; */
}


.page_title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-bottom: 50px;
}


.page_02 {
    background: url('/wp-content/uploads/2025/11/Your-Adaptive-AI-Assistant-for-Smarter-Investment-Decisions-2.png') no-repeat left bottom;
    background-size: cover;
    min-height: 760px;
}

/* tab */
.tab_content>div {
    display: none;
}

.tab_content>div.active {
    display: block;
}

.tab_menu li {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    /* border: 1px solid #666; */
    margin: 20px 0;
    padding: 10px 20px 10px 30px;
    max-width: 450px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #FF5722 0%, #FFEB3B 100%) 1;
}

.tab_menu li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 30px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;

}


.tab_menu li.active::before {
    border-color: transparent #FD5E10 transparent transparent;
}

.tab_menu li p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    display: none;
}

.tab_menu li.active {
    /* border: none !important;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #FD5E10 0%, #F2B90C 100%) 1;
    background: linear-gradient(176deg, #fd5e1061, #f2b90c4d);
    border-radius: 20px !important; */
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #FF5722 0%, #FFEB3B 100%) 1;
    background: linear-gradient(176deg, #fd5e1061, #f2b90c4d);
}

.tab_menu li.active p {
    display: block;
}



.page_03 {
    background: linear-gradient(180deg, #361100 0%, #000000 100%);
    padding: 100px 0;
}


.page_03 .flex_right {
    display: flex;
    justify-content: flex-end;
}

.page_03 .flex_right>div {
    margin-right: 50px;
}

.page_03 .img_txt {
    color: #ccc;
    text-align: center;
    width: 270px;
    padding-top: 1rem;
}

.page_03 .img_txt2 {
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    /* width: 400px; */
    text-align: center;
}

.gradient-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid;
    border-image: linear-gradient(132deg, rgba(0, 240, 255, 1), rgba(255, 28, 247, 1)) 2 2;
}

.justify-content-md-center{
    align-items: center;
}
/* .page_3_txt {
    max-width: 365px;
} */

.text_right {
    text-align: right;
}
.row.page_3_ul_row>div {
    margin-top: 20px;
}
.page_3_ul {
    padding:10px 30px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 50px; */
    position: relative;
    border: 1px solid #FF9800;
    border-radius: 20px;
    color: #ffffffde;
    height: 100%;
}
.page_3_ul:hover, .page_4_ul:hover {
    background: linear-gradient(176deg, #ff5722cc, #ffeb3ba3);
}
.page_3_ul h3 {
    color: #fff;
}
.page_3_ul .box_arrow {
    position: absolute;
    top: 48%;
    cursor: pointer;
}

.page_3_ul .arrow_left {
    left: -40px;
}

.page_3_ul .arrow_right {
    right: -40px;
}
.page_3_ul ul { padding: 0;}

.page_3_ul li {
    color: #fff;
    margin: 20px 0;
    position: relative;
    font-size: 20px;
}

.page_3_ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 12px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #00F0FF;
    border-radius: 50%;
}

.page_3_ul li p {
    padding-top: 10px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

/* .page_3_right { margin-left: 30px;} */


.page_04 {
    padding: 100px 0;
    background: url('/wp-content/uploads/2025/11/Leverage-AI-to-Identify-Signals-and-Adapt-Strategies-Instantly-3.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.page_4_img img {
    max-height: 600px;
}
.page_04_item {
    justify-content: center;
    margin: auto 0;
}
.page_4_ul_item {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 15px;
}
.page_4_ul {
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    border: 1px solid #FF9800;
}
.page_4_li {
    margin-top: 30px;
    max-width: 500px;
    color: #fff
}

.page_4_li li {
    position: relative;
    font-size: 24px;
    margin: 20px 0;
}

.page_4_li li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 18px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #00F0FF;
    border-radius: 50%;
}


.page_05 {
    padding: 100px 0;
    background: url('/wp-content/uploads/2025/11/Smarter-Investing-Driven-by-AI-2.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.position_relative {
    position: relative;
}

.page_05 .page_5_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url('/wp-content/uploads/2025/11/Smarter-Investing-Driven-by-AI.png') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1; */
    z-index: -1;
}

.page_05 .page_content {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 960px;
}

.page_06 {
    background: url('/wp-content/uploads/2025/11/Get-The-App-Now-1-1.png') no-repeat;
    background-size: contain;
    background-position: right 200px;
}


/* .page_6_bg {
    background: url(../images/BG-3-2.png) no-repeat center;
    background-size: contain;
} */

.page_06 .page_content {
    height: 600px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}

.page_06 .page_6_img {
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 999;
}


.page_06 .top_logo {
    margin-top: 120px;
}

.down_box {
    background: rgb(0 0 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    min-height: 400px;
    margin-top: 100px;
}

.down_box_txt {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.page_title_6{
    font-size: 40px;;
}

.down_box_txt h3 {
    padding-bottom: 30px;
}
img.layer_show_event {
    width: 60%;
}
.down_box_txt p {
    width: 80%;
    font-size: 20px;
    padding-bottom: 30px;
}


.layer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* transform: translateY(38%); */
}

.layer_box {
    background: #001226;
    z-index: 999;
    max-width: 50%;
    position: relative;
    /* max-width: 960px; */
    min-height: 400px;
    border-radius: 10px;
    border: 1px solid;
    border-image: linear-gradient(132deg, #F2B90C , #FD5E10 ) 1 1;
}

.layer_content {
    padding: 10px 30px;
    color: #fff;
}

.layer_content p {
    font-size: 15px;
    font-family: SFPro, SFPro;
    line-height: 1.6;
}

.layer_box .layer_logo {
    text-align: center;
    padding: 10px;
}

.layer_box .layer_logo img {
    height: 80px;
}

.layer_box h3 {
    font-size: 20px;
    text-align: center;
}

.layer_box .layer_btn {
    text-align: center;
    padding-bottom: 30px;
}

.line_bg {
    height: 1px;
    border: 1px solid;
    border-image: linear-gradient(132deg, #FD5E10, #F2B90C) 1 1 !important;
}

.layer_box .layer_btn_submit {
    color: #041935;
    padding: 10px 50px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(to right, #F2B90C 0%, #FD5E10 100%) !important;
}

.layer_close {
    margin: 10px;
    position: absolute;
    right: 0;
}


.layer_show_event {
    cursor: pointer;
}
.layer_close_event {
    cursor: pointer;
}
.page_3_ul h4 {
    padding-top: 5px;
    /* padding-bottom: 5px; */
}
@media screen and (max-width: 1199.98px) {
.layer_box {
    max-width: 80%;
}
}



/* mobile */
@media screen and (max-width: 768px) {

    .page_01 {
        background: url('/wp-content/uploads/2025/11/Hero-section-1.png') no-repeat center bottom;
        /* min-height: 600px; */
    }

    .page_1_img {
        text-align: center;
    }

    .page_1_img img {
        width: 90%;
    }

    .row.page_3_ul_row {
        padding: 15px;
    }
    .sub-text1.font-1{
        font-size: 2rem;
    }
    .top_logo img {
        width: 110px;
    }

    .page_1_txt {
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 20px;
    }

    .page_1_txt h1 {
        font-size: 30px;
    }

    .page_1_txt p {
        font-size: 16px;
    }

    .marquee-text {
        font-size: 28px;
        margin-top: 0px;

    }


    .page_2 {
        /* background: url(../images/m-color-3.webp) no-repeat left top;
        background-size: contain; */
    }

    .page_2 .page_title {
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
        font-size: 24px;
    }


    .page_02 {
        background: none;
    }


    .page_2_item_bg1 {
        background: url('/wp-content/uploads/2025/11/Your-Adaptive-AI-Assistant-for-Smarter-Investment-Decisions.png') no-repeat right bottom;
        background-size: contain;
    }

    .page_2_item_bg2 {
        background: url('/wp-content/uploads/2025/11/Your-Adaptive-AI-Assistant-for-Smarter-Investment-Decisions.png') no-repeat center bottom;
        background-size: contain;
    }

    .page_2_item_bg2 .page_2_item {
        background: url('/wp-content/uploads/2025/11/Your-Adaptive-AI-Assistant-for-Smarter-Investment-Decisions.png') no-repeat center bottom;
        background-size: cover;
    }


    .page_2_item_bg2_color {
        background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat left top;
        background-size: contain;
    }


    .page_2_item_bg3 {
        background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat center bottom;
        background-size: contain;
    }

    .page_2_item_bg4 {
        background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat center bottom;
        background-size: contain;
    }

    .page_2_item_bg5 {
        background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat center bottom;
        background-size: contain;
    }


    .page_2_item {
        width: 90%;
        margin: 0 auto;
        background: rgb(35 26 23 / 75%);
        /* margin-right: 10px; */
        border-radius: 10px;
        border: 1px solid rgba(211, 211, 255, 0.25);
        box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
        padding: 30px;
        margin-bottom: 30px;
    }

    .page_2_item h3 {
        color: #fff;
        font-size: 18px;
        position: relative;
    }

    .page_2_item h3 .arrow {
        position: absolute;
        left: -15px;
        top: 4px;
        height: 14px;
    }

    .page_2_item p {
        color: #999;
        font-size: 14px;
        padding-bottom: 20px;
    }


 .page_2_item_bg2 .page_2_item{
    /* background: url(../images/m-1-2-3.webp) no-repeat center center rgba(38, 46, 74, 0.37);
    background-size: cover; */
 } 

    



    .page_03 {
        border-radius: 30px 30px;
        padding: 30px 0;
        background: linear-gradient( 180deg, rgb(91 49 27 / 62%) 0%, rgba(255,28,247,0.05) 22%, rgba(255,28,247,0.09) 77%, rgba(29,216,254,0.01) 100%);
        filter: blur(0px);
    }


    .page_3_bg {
         background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat center bottom;
         background-size: contain;
    }


    .page_03 .page_title {
        padding-top: 30px;
        font-size: 24px;
    }

    .page_03 .flex_right {
        display: block;
        text-align: center;
    }

    .page_03 .flex_right>div {

        width: 90%;
        margin: 0 auto;
        background: rgba(38, 46, 74, 0.37);
        border-radius: 20px;
        border: 1px solid rgba(211, 211, 255, 0.25);
        box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
        padding: 30px;
        margin-bottom: 30px;
    }

    .page_03 .img_txt {
        width: 100%;
        color: #fff;
    }


    .page_3_item .page_3_ul {
        margin-top: 0;
        padding: 15px 30px;
    }

    .page_3_item .item_title {
        width: 112px;
        height: 36px;
        border-radius: 0px 0px 10px 10px;
        background: linear-gradient(173deg, #00F0FF 0%, #FF1CF7 100%);
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        color: #001226;
        font-size: 24px;
        line-height: 36px;
    }

    .page_3_item {
        width: 90%;
        margin: 0 auto;
        background: rgba(38, 46, 74, 0.37);
        border-radius: 20px;
        border: 1px solid rgba(211, 211, 255, 0.25);
        box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
        /* padding: 30px; */
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .page_3_item_img {
        text-align: center;
    }

    .page_3_item_img img {
        width: 90%;
    }


    .page_04 {
        padding: 30px 0 40px 0;
        background: url('/wp-content/uploads/2025/11/Leverage-AI-to-Identify-Signals-and-Adapt-Strategies-Instantly.png') no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .page_04 .page_title {
        padding-top: 30px;
        font-size: 24px;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .page_04 .page_content {
        /* background: url(../images/BG-3-1.png) no-repeat center; */
    }

    .page_4_li {
        margin-top: 0;
        padding: 0 40px 40px 40px;
    }
    .page_06 .top_logo {
        margin-top: 80px;
    }
    .page_4_li li {
        font-size: 18px;
    }

    .page_4_li li::before {
        top: 14px;
    }


    .page_04 .page_4_img {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .page_05 {
        padding-top: 30px !important;
        padding: 0;
        background: url('/wp-content/uploads/2025/11/Hero-section.png') no-repeat center;
        background-size: contain;
        background-position: bottom;
    }

    .page_05 .page_content {
        padding: 0;
    }

    .page_05 .page_title {
        font-size: 24px;
        padding-bottom: 30px;

    }

    .page_05 .page_5_bg {
        background-size: cover;
        /* padding-bottom: 100px; */
    }

    .page_5_img {
        width: 85%;
        margin: 60px auto;
    }



    .page_06 {
        background: url('/wp-content/uploads/2025/11/Get-The-App-Now-1-1.png') no-repeat;
        background-size: cover;
        background-position: left;
    }

    /* .page_6_bg {
        background: url(../images/m-color-1.webp) no-repeat center;
        background-size: contain;
    } */

    .page_6_box {
        display: flex;
        background: rgba(38, 46, 74, 0.37);
        border-radius: 15px;
        width: 90%;
        margin: 50px auto;
    }

    .page_6_box>div {
        padding: 20px;
        width: 50%;
    }

    .page_6_box h3 {
        font-size: 26px;
        /* color: #fff; */
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .page_6_box p {
        color: #fff;
        font-size: 12px;
    }


    .page_6_box .layer_show_event {
        width: 80%;
    }


    .page_06 .top_logo {
        padding:30px 0;
    }


    .layer_box {
        max-width: 90%;
    }

    .layer_box h3 {
        font-size: 16px;
        text-align: left;
    }

    .layer_content p {
        font-size: 12px;
    }

    .layer_box .layer_btn_submit {
        width: 60%;
    }

    .line_bg {
        margin: 2px 0;
    }

    .layer_box .layer_logo img {
        height: 70px;
    }

    .layer_box .layer_logo {
        padding: 5px;
    }

    .layer_content {
        padding: 8px 15px;
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 500px) {
.page_04 .page_title {
        /* padding-top: 30px;
        font-size: 24px; */
        width: 100%;
    }
}
