﻿@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    /*background: linear-gradient(180deg, #39C2EA 0%, #1D57FD 100%);*/
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0059b3;
    padding: 10px 20px;
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    z-index: 100;
}


.br-28 {
    border-radius: 28px;
}

.br-85 {
    border-radius: 85px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.fs-60 {
    font-size: 60px;
}

.mobile-display {
    display: none !important;
}

.desktop-display {
    display: block !important;
}

.mobile-cta-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #39C2EA;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}

    .mobile-cta-bottom.show {
        opacity: 1;
        visibility: visible;
    }

.container-max {
    margin-left: 120px;
    margin-right: 120px;
}

.navbar .logo {
    color: white;
    font-size: 24px;
}

.navbar .menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

    .navbar .menu li {
        font-weight: 600;
        margin-right: 60px;
        cursor: pointer;
    }

        .navbar .menu li a {
            color: #000;
        }

/*.btn-orange {
    background: linear-gradient(279deg, #ED7D5F 11.54%, #F39444 43.25%, #FDC00F 92.83%);
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}*/

.menu li a::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #00D3FF;
    transition: 0.2s ease;
    opacity: 0.75;
}

.menu li a:hover::after {
    width: 100%;
}

.img-hover {
    transition: .5s ease;
    transform: scale(.95);
}

    .img-hover:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: .4s ease;
    }

a:hover {
    text-decoration: none !important;
}

.btn-orange {
    color: #fff !important;
    border: none;
    box-shadow: 0 0 40px rgba(253,192,15,.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btn-orange a {
        color: #fff;
    }

    .btn-orange::after {
        content: "";
        background-image: linear-gradient(to right, #fdc00f, #f39444, #ed7d5f, #ed7d5f, #f39444, #fdc00f);
        width: 200%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        transition: left .4s ease-in-out;
    }

    .btn-orange:hover::after {
        left: -100%;
        text-decoration: none !important;
    }

.first-fold {
    height: 100vh;
    background: url(../../Images/LandingPage/lp-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.hold-content p {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.125px;
}

.hold-content span a {
    color: #fff;
}

.hold-content span {
    font-size: 25px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.375px;
    leading-trim: both;
    text-edge: cap;
}

.invst-now-btn {
    font-size: 42px;
    padding: 15px 42px;
}

.second-fold {
    height: 100%;
    overflow-x: hidden;
}

.second-asset {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    max-width: 401px;
}

    .second-asset img {
        width: 405px;
        height: 350px;
    }

.second-content {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .second-content p {
        color: #000;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.36px;
    }

.second-content span {
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.third-fold {
    height: 720px;
    background: #62E6AC;
    position: relative;
    overflow: hidden;
}

    .third-fold p {
        color: #000;
        text-align: center;
        font-family: "Neue Haas Grotesk Display Pro";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 117%; /* 46.8px */
        letter-spacing: 0.4px;
    }

.fourth-fold {
    height: 720px;
    background: url(../../Images/LandingPage/fourth-bg.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

    .fourth-fold p {
        color: #62E6AC;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 138.5%;
        letter-spacing: 0.4px;
    }


.fifth-fold {
    height: 720px;
    background: linear-gradient(180deg, #39C2EA 0%, #1D57FD 100%);
}

.fifth-bg {
    background: url(../../Images/LandingPage/fifth-bg.png) no-repeat center center;
    height: 720px;
    background-size: 100% 100%;
}

.fifth-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.fifth-sub {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    max-width: 450px;
}

.sixth-fold {
    padding: 50px 0;
}

    .sixth-fold p {
        color: #000;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.6px;
    }

    .sixth-fold span {
        font-size: 42px;
        margin: 23px 0;
    }

.sixth-btn {
    padding: 10px 60px;
    border-radius: 50px;
}


.footer-section {
    background: #273048;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-section {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 161%; /* 25.76px */
    letter-spacing: 0.32px;
}

.burger-container {
    display: none;
}

.navbar-lp .svg-burger {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .navbar-lp .svg-burger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

.svg-burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.svg-burger span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.svg-burger span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.svg-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 3px;
}

.svg-burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.svg-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 3px;
}

.footer-social-link {
    color: #00bef9 !important;
    background-color: #fff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 10px;
}

    .footer-social-link i {
        color: #273048;
    }

.x-icons {
    top: 5px;
    right: -1px;
    left: 5px;
    position: absolute;
}

/*Revamp page*/

.sub-section-first {
    width: 100%;
    height: 100vh;
    background: url(../../Images/LandingPage/ft-bg.png) no-repeat center center;
    background-size: 100% 100%;
}


/*.cs-asset-1 {
    width: 100%;
    height: 100vh;
    background: url(../../Images/LandingPage/carousel/f-one-min.png) no-repeat center center;
    background-size: 100% 100%;
}

.cs-asset-2 {
    width: 100%;
    height: 100vh;
    background: url(../../Images/LandingPage/carousel/f-two-min.png) no-repeat center center;
    background-size: 100% 100%;
}

.cs-asset-3 {
    width: 100%;
    height: 100vh;
    background: url(../../Images/LandingPage/carousel/f-three-min.png) no-repeat center center;
    background-size: 100% 100%;
}*/


.sub-section-one {
    background: url(../../Images/LandingPage/fourth-bg.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.sub-section-one p {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.sub-section-one span {
    color: #FAED72;
    font-weight: 700;
}

.sub-section-two {
    padding: 150px;
    background: url(../../Images/LandingPage/sub-two-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.s2-title{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.s2-wrapper {
    padding: 35px 20px 30px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: -50px;
    min-height: 202px;
}

.s2-wrapper p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

.s2-wrapper span {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

.s2-asset {
    position: absolute;
    left:38%;
    top: -50px;
}

.sub-section-three {
    background: url(../../Images/LandingPage/sub-three-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sub-section-three p {
    font-size: 40px;
    color: #1C2336;
    font-weight: 700;
    text-align: center;
}

.sub-section-three span {
    font-size: 28px;
    color: #1C2336;
    text-align: center;
}

.sub-section-three label {
    color: #2B9CFC;
    font-size: 24px;
}

.tabs-wrapper {
    border-radius: 10px;
    border: 2px solid #93CDFE;
}

.tabs-wrapper.active {
    border: 2px solid #2B9CFC;
}

.sub-tabs {
    cursor: pointer;
}

    .sub-tabs:hover .tabs-wrapper {
        border: 2px solid #2B9CFC;
    }

    .tabs-wrapper.active label {
        font-weight: 700;
    }


.video-container {
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    height: 500px;
    overflow: hidden;

}
.video-container iframe,
.video-container video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-b {
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    height: 380px;
    overflow: hidden;
}

    .video-container-b iframe,
    .video-container-b video {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.sub-section-four {
    padding: 150px 50px;
    background: url(../../Images/LandingPage/fourth-bg.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.sub-section-four p {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

    .sub-section-four span {
        color: #FAED72;
    }


.many-phone-2 {
    position: absolute;
}

.sub-section-fifth {
    padding: 120px 0px;
    background: url(../../Images/LandingPage/ft-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sub-section-fifth p {
    font-weight: 700;
    font-size: 64px;
    color: #273048;
}

.sub-section-fifth small {
    font-size: 32px;
    font-weight: 700;
    color: #273048;
}

.sub-section-fifth a span {
    font-size: 45px;
}

.scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
}

    .scroll-container::-webkit-scrollbar {
        display: none; /* Hide scrollbar for WebKit browsers */
    }

    .scroll-container > div {
        display: inline-block;
    }

.cs-vid-height {
    height: 500px;
}
/*end revamp*/

/*wait list css*/
.w-img {
    /*transform: scale(0.8);*/
}

.w-bg-wrapper {
    background: url(../../Images/LandingPage/ft-bg.png) no-repeat center center;
    height: 100vh;
    background-size: 100% 100%;
}

.w-title {
    font-size: 55px;
    padding: 20px 0 20px 0;
    font-weight: bold;
    background: linear-gradient(to right, #FBB71A, #F4993F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.w-sub {
    font-size: 24px;
    color: #121827;
}


.w-content {
    max-width: 500px;
}
/*end wait list*/

/*share button style*/
::selection {
    color: #fff;
    background: #7d2ae8;
}

.view-modal, .popup {
    position: absolute;
    left: 39%;
}


button {
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.view-modal {
    margin-top: 40px;
    padding: 10px 25px;
    border-radius: 10px;
    background: #2B9CFC;
    color: #fff;
    font-weight: 600;
}

    .view-modal:hover {
        background: #3074af;
    }


.popup {
    background: rgb(255, 254, 254);
    padding: 25px;
    border-radius: 15px;
    left: 0;
    top: 10%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}

    .popup.show {
        top: 50%;
        left: 0;
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
        transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
        z-index: 2;
    }

    .popup :is(header, .icons, .field) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .popup header {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebedf9;
    }

header span {
    font-size: 21px;
    font-weight: 600;
}

header .close, .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

header .close {
    color: #878787;
    font-size: 17px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

    header .close:hover {
        background: #ebedf9;
    }

.popup .content {
    margin: 20px 0;
}

.popup .icons {
    margin: 15px 0 20px 0;
}

.content p {
    font-size: 16px;
}

.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.icons a i {
    transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

    .icons a:nth-child(1):hover {
        background: #1877F2;
    }

.icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

    .icons a:nth-child(2):hover {
        background: #46C1F6;
    }

.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

    .icons a:nth-child(3):hover {
        background: #e1306c;
    }

.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}

    .icons a:nth-child(4):hover {
        background: #25D366;
    }

.icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

    .icons a:nth-child(5):hover {
        background: #0088cc;
    }

.icons a:hover {
    color: #fff;
    border-color: transparent;
}

    .icons a:hover i {
        transform: scale(1.2);
    }

.content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #93CDFE;
}

.field.active {
    border-color: #2B9CFC;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i {
    color: #2B9CFC;
}

.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.field button {
    color: #fff;
    padding: 5px 18px;
    background: #2B9CFC;
}

    .field button:hover {
        background: #8d39fa;
    }

/*share button end*/

/*.bg-dialog {
    width: 100%;
    height: 100%;
    background: red;
    position: absolute;
    top: 0;
    z-index: 1;
}
*/

.bg-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    display: none; /* Hidden by default */
}

    .bg-dialog.show {
        display: block; /* Show when the class "show" is added */
    }

.carousel-m {
    display: none !important;
}

    .carousel-m img {
        width: 180px;
        margin-top: 70px;
    }

.m-header {
    font-size: 40px;
    color: #121827;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
}

    .m-header span {
        color: #2B9CFC;
    }

.faqs-section {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #273048;
}

.faqs-accordion {
    border-radius: 15px;
    border: 1px solid #00BEF9;
    cursor: pointer;
}

.faqs-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 161%; /* 64.4px */
    letter-spacing: 0.8px;
    color: #00BEF9;
    text-align: center;
}

.faqs-btn {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 20px;
    transition: background-color 0.3s ease;
}

    .faqs-btn[aria-expanded="true"] {
        background: rgba(255, 255, 255, 0.10);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .faqs-btn:hover {
        background: rgba(255, 255, 255, 0.10);
        border-radius: 15px;
    }

.faqs-card {
    color: #fff;
    font-size: 24px;
    padding: 0 30px 30px 30px
}

.faqs-btn .fa-chevron-right {
    transition: transform 0.3s ease;
}

.faqs-btn[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg); /* Rotate the icon to point downwards */
}

.app-link{
    margin-top: 50px;
}

.bg-royal-blue {
    background: #02B1FA;
}


.fs-100 {
    font-size: 100px;
}

.fs-75 {
    font-size: 75px;
}

.fs-64 {
    font-size: 64px;
}

.fs-54 {
    font-size: 54px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.lh-120 {
    line-height: 120%;
}

.lh-160 {
    line-height: 160%;
}

.border-2 {
    border: 2px solid #3E3E3E;
}

.text-royal-blue {
    color: #078BFC;
}

.text-yellow-semantic {
    color: #FFFBCC;
}

.mx-1920 {
    max-width: 1920px;
}

.pb-100 {
    padding-bottom: 100px;
}

#AlertNotificationMessage {
    margin-top: 25px;
    z-index: 99999999;
    border-radius: 8px;
}

#AlertNotificationPanelMessage {
    text-align: center;
    border-radius: 8px;
    z-index: 1035;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    color: #fff;
    display: flex;
}

.notif-icon-wrap {
    width: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .notif-icon-wrap:hover {
        background: #0C91CF;
        border-radius: 50px;
    }

.notification-order-icon {
    padding: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*.notif-icon:hover {
    background: red;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}*/

/* Big - comment out, use more specific class for this*/
/*.alert {
    background: #F45B50 !important;
}*/

/*.alert-success {
    background: #3DDB72 !important;
}*/

.alert-notification-message {
    /*top: 49px;
    position: fixed;
    left: 41%;
    z-index: 1035;
    text-align: center;*/
    top: 49px;
    margin: 0 0 0 -50%;
    position: fixed;
    left: 75%;
    width: 50%;
    z-index: 1035;
    text-align: center;
}


/*InitialA style*/
.container-bg {
    background: url(../../About/LandingPages/Images/aone-wrapper-bg.png) center center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.a-one-section {
    width: 100%;
}

.text-white-shadow {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.aone-wrapper {
    padding: 50px;
    border-radius: 80px;
    background: url(../../About/LandingPages/Images/aone-bg.png) no-repeat;
    background-size: contain;
    margin-top: 80px;
    margin-bottom: 100px;
}

.aone-wrapper label {
    line-height: 77px;
}

.astock-asset {
    position: absolute;
}

.two-phone {
    right: 0;
    top: 20px;
}

.step-video-label {
    margin-top: -50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 3rem;
}


.athree-section {
    background: url(../../About/LandingPages/Images/athree-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.afour-section {
    margin-top: 200px;
}

.bg-hover-surface-4:hover {
    background-color: #ECFAFF !important;
}

.table-fold .market-table tbody tr:not(:hover) .buttons-onhover {
    display: none !important;
}

.hover-bg-pearl-blue:hover {
    background-color: #EAEFF5 !important;
}

.afive-section {
   height: 100%;
   padding-top: 180px;
   padding-bottom: 100px;
   margin-top: 50px;
}

.mx-500 {
    max-width: 500px;
}

.mx-350 {
    max-width: 350px;
}

.bg-afive {
    border-radius: 47.06px 0px 0px 47.06px;
    background: #00BEF9;
    padding: 47.857px;
}

.asix-section {
    padding-bottom: 100px;
}

.aseven-section {
    background: url(../../About/LandingPages/Images/aseven-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 100px;
}


.afooter-section {
    background: #273048;
    padding: 60px 100px;
}

.label-top {
    margin-top: 90px;
}

.dummy-width {
    width: 200px;
}

.three-asset-one {
    width: 100%;
}
/*end of style*/

.mt-48 {
    margin-top: 48px;
}


/*InitialB style*/
.bone-section {
    height: 100vh;
}

.btwo-section {
   margin-top: 100px;
}

.btwo-card {
    padding: 24px 20px;
    border-radius: 16px;
    height: 450px;
    z-index: 2;
    width: 320px;
    box-shadow: 0px 79px 22px 0px rgba(120, 120, 120, 0.00), 0px 50px 20px 0px rgba(120, 120, 120, 0.01), 0px 28px 17px 0px rgba(120, 120, 120, 0.05), 0px 13px 13px 0px rgba(120, 120, 120, 0.09), 0px 3px 7px 0px rgba(120, 120, 120, 0.10);
    position: relative;
    overflow: hidden;
}

.bfour-section {
    padding-top: 50px;
}

.a-img {
    position: absolute;
    right: -60px;
    top: 100px;
    transition: .5s ease;
    width: 120%;
}

.b-img {
    position: absolute;
    transform: rotate(-20deg) !important;
    top: 130px;
    right: -90px;
    transition: .5s ease;
    width: 120%;
}

.c-img {
    position: absolute;
    transform: rotate(-40deg) !important;
    top: -80% !important;
    transition: .5s ease;
    right: 50%;
    width: 100% !important;
}

.b-purple-card {
    padding: 30px;
    background: #F5F4FF;
    height: 600px;
}

.b-blue-card {
    padding: 30px;
    background: #E6F9FE;
    height: 600px;
}

.b-yellow-card {
    padding: 30px;
    background: #FFF8E5;
    height: 300px;
}

.black-toggle {
    border-radius: 24px;
    background: #F2F6FA;
}

.black-toggle span {
    color: #878787;
    padding: 8px 16px;
    cursor: pointer;
}

.black-toggle .active {
    background: #3E3E3E;
    color: #fff;
    border-radius: 24px;
    padding: 8px 16px;
    font-weight: 600;
}

.border-blue {
    border: 2px solid #0597FB;
    padding: 16px;
}

.text-blue-neon {
    background: linear-gradient(115deg, #0597FB 31.38%, #00D5DD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.bsix-section {
    background: url(../../About/LandingPages/Images/InitialB/bsix-bg.png) center center no-repeat;
    height: 470px;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.bnine-section {
    background: url(../../About/LandingPages/Images/InitialB/bnine-bg.png) center center no-repeat;
    height: 360px;
    background-size: contain;
    position: relative;
    margin-top: 150px;
}

.g-imgs {
    position: absolute;
    right: 0;
    top: -170px;
}

.footer-b {
    padding-top: 72px;
}

.footer-social-link-b {
    color: #00bef9 !important;
    background-color: #3E3E3E;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 10px;
}

    .footer-social-link-b i {
        color: #fff;
    }


.mxx-250 {
    max-width: 250px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.btwo-section p {
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.a-card:hover {
    background: #F5F4FF !important;
}

    .a-card:hover p {
        opacity: 0;
        visibility: hidden;
    }

    .a-card:hover .a-img {
        right: 22% !important;
        top: 0 !important;
        width: 65% !important;
        transition: 0.5s ease;
    }


.b-card:hover {
    background: #FFF8E5 !important;
}

    .b-card:hover p {
        opacity: 0;
        visibility: hidden;
    }

    .b-card:hover .b-img {
        right: 22% !important;
        top: 0 !important;
        width: 65% !important;
        transition: 0.5s ease;
        transform: rotate(0deg) !important;
    }



.c-card:hover {
    background: #E6F9FE !important;
}

    .c-card:hover p {
        opacity: 0;
        visibility: hidden;
    }

    .c-card:hover .c-img {
        right: 23%;
        top: 10% !important;
        width: 55% !important;
        transition: 0.5s ease;
        transform: rotate(0deg) !important;
    }


/*.a-img:hover {
    right: 22% !important;
    top: 0 !important;
    width: 65% !important;
    transition: 0.5s ease;
    transform: scale(0.8);
}*/

.dp-black:hover {
    color: #fff !important;
    background: #3E3E3E;
}

.dp-black:hover .svg-black svg path {
        stroke: #fff; /* or whatever hover color you want */
 }

.svg-black svg path {
    transition: stroke 0.3s ease; /* Smooth color transition */
}

.dp-white {
    border-color: #fff;
}

.dp-white:hover {
    color: #3E3E3E !important;
    background: #fff;
}

.dp-white:hover .svg-white svg path {
    stroke: #3E3E3E; /* or whatever hover color you want */
}

.svg-white svg path {
    transition: stroke 0.3s ease; /* Smooth color transition */
}

.float-image {
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

.no-text-shadow {
    text-shadow: none !important;
}

.left-mx-350 {
    max-width: 370px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}
/*end of style*/
/* Responsive styles */
@media (max-width: 1366px) {
    .hold-content p {
        font-size: 55px;
    }

    .hold-content span {
        font-size: 20px;
    }

    .fourth-fold {
        height: 450px;
    }

        .fourth-fold p {
            font-size: 30px;
        }

    .fourth-fold img {
        width: 50% !important;
    }

    .second-asset {
        width: 350px;
    }

        .second-asset img {
            width: 350px;
            height: 300px;
        }
        .second-asset img {
            width: 350px;
            height: 300px;
        }
}

@media (max-width: 1199px) {

    .second-content p {
        white-space: break-spaces !important;
    }
}

@media (max-width: 1200px) {
    .first-asset img {
        width: 100% !important;
    }
}

@media (max-width: 1286px) {
    .flex-customize-wrap{
        flex-wrap: wrap !important;
    }
}

@media(max-width: 1199px) and (max-height: 768px) {
    
}

@media (max-width: 1199px) {

    .second-content p {
        white-space: break-spaces !important;
    }

    .second-asset {
        width: 250px;
    }


        .second-asset img {
            width: auto;
            height: 220px;
            object-fit: fill;
        }

    .aone-wrapper {
        background-size: cover;
    }

    .astock-asset {
        width: 85%;
    }

    .two-phone {
        width: 40%;
    }

    .label-top {
        margin-top: 45px;
    }

    .one-container-s {
        max-width: 100% !important;
        padding: 20px;
    }


}

@media (max-width: 1024px) {
    .third-fold img {
        width: 100% !important;
    }

    .second-asset img {
        width: auto;
        height: 220px;
        object-fit: fill;
    }
}

@media (max-width: 992px) {

    .navbar {
        /*flex-direction: column;*/
        /*padding: 15px;*/
    }

        .navbar .menu {
            flex-direction: column;
            align-items: center;
        }

            .navbar .menu li {
                margin: 10px 0;
            }

        .navbar .register-btn {
            margin-top: 20px;
        }

    .desktop-display {
        display: none !important;
    }

    .mobile-display {
        display: block !important;
    }


    .navbar-lp .burger-container {
        display: block;
    }

    .navbar-lp ul {
        position: fixed;
        width: 100%;
        top: -350px; /*static value his height*/
        background-color: #fff;
        padding: 70px 0 16px 0 !important; /*static value navs current height*/
        left: 0;
        flex-direction: column;
        z-index: 98;
        transition: top .3s ease-in-out;
    }

        .navbar-lp ul.pulled-down {
            top: 0;
        }

        .navbar-lp ul li {
            padding: 10px;
        }

        .navbar-lp ul > a {
            width: 100%
        }

    .navbar-content > div {
        z-index: 99
    }

    .btn-orange {
        background-image: linear-gradient(to right, #fdc00f, #f39444, #ed7d5f, #ed7d5f, #f39444, #fdc00f);
    }

    .first-fold {
        background-size: cover;
    }


    .container-max {
        margin-left: 80px;
        margin-right: 80px;
    }

    .hold-content p {
        font-size: 35px;
    }

    .hold-content span {
        font-size: 18px;
    }

    .first-asset img {
        width: 100% !important;
    }

    .second-fold {
        height: 100%;
        padding: 20px;
    }

    .second-asset-mid {
        padding-bottom: 25px !important;
    }

    .second-fold .gap-30 {
        gap: 20px;
    }

    .second-content p {
        font-size: 20px;
    }

    .second-content span {
        font-size: 16px;
    }

    .third-fold {
        height: 600px;
    }

        .third-fold p {
            font-size: 30px;
        }

        .third-fold img {
            width: 100% !important;
        }

    .fourth-fold p {
        font-size: 25px;
    }

    .fifth-fold {
        height: 600px;
    }

    .fifth-bg {
        height: 600px;
    }

    .fifth-sub {
        font-size: 18px;
    }

    .fifth-title {
        font-size: 25px;
    }

    .invst-now-btn {
        font-size: 30px;
    }

    .sub-section-three p {
        font-size: 30px;
    }

    .sub-section-three label {
        font-size: 18px;
    }

    .sub-section-three span {
        font-size: 18px;
    }

    .s2-title {
        font-size: 30px;
    }

    .sub-section-four p {
        font-size: 30px;
    }

    .scroll-container {
        flex-direction: row;
        white-space: nowrap;
    }

    .w-bg-wrapper {
        height: 100%;
        padding: 30px 20px;
    }

    .w-title {
        font-size: 30px;
    }

    .w-sub {
        font-size: 16px;
    }

    .w-order-2 {
        order: 2;
    }

    .w-order-1 {
        order: 1;
    }

    .popup.show {
        left: 50%;
    }

    .view-modal {
        left: 35%;
    }

    #carouselExampleIndicators {
        display: none !important;
    }

    .carousel-m {
        display: block !important;
    }

    .sub-section-first {
        height: 100% !important;
    }

    .app-link {
        margin-top: 20px;
        margin-bottom: 30px;
    }


    /*initial a style*/
    .fs-m-40 {
        font-size: 40px !important;
    }

    .fs-m-30 {
        font-size: 30px !important;
    }

    .fs-m-20 {
        font-size: 20px !important;
    }

    .fs-m-18 {
        font-size: 18px !important;
    }

    .fs-m-16 {
        font-size: 16px !important;
    }

    .fs-m-12 {
        font-size: 12px !important;
    }

    .aone-wrapper {
        padding: 20px;
        background-size: 100% 100%;
        border-radius: 0;
    }

    .two-phone {
        width: 300px;
    }

    .astock-asset{
        width: 80%;
    }

    .aone-wrapper label {
        line-height: normal;
    }

    .lh-normal {
        line-height: normal;
    }

    .label-top {
        margin-top: 3rem
    }

    .step-video-label {
        padding: 20px;
        margin-top: -75px;
    }

    .sm-center {
        justify-content: center !important;
        align-items: center;
    }

    .afooter-section {
        padding: 20px;
    }

    .table-fold-overflow {
        overflow: scroll;
    }

    .bone-section {
        height: 100%;
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .bone-point img{
        height: auto;
    }

    .bone-section img {
        width: 100%;
    }

    .flex-xx-wrap {
        flex-direction: column;
    }

    .p-xx-3 {
        padding: 1rem !important;
    }

    .b-yellow-card {
        align-items: center;
    }

    .btwo-section {
        position: relative;
        overflow: hidden;
    }

    .bsix-section {
        height: 300px;
        background-size: 100% 100%;
        padding: 20px;
        display: flex;
    }

    .bsix-section img{
        display: none;
    }

    .beight-section img{
        width: 100%;
    }

    .beight-section span {
        text-align: center;
    }

    .bnine-section {
        background-size: cover;
        padding: 30px;
        border-radius: 24px;
        margin-top: 50px;
    }

    .g-imgs {
        display: none;
    }

    .footer-b {
        justify-content: center;
        display: flex;
    }

    .mxx-250 {
        max-width: 100%;
    }

    .three-section-img {
        width: 100%;
        height: 400px;
    }

    .left-mx-350 {
        max-width: 100%;
    }

    .gap-m-20 {
        gap: 20px;
    }

    #support {
        padding-bottom: 100px;
    }

    #help {
        padding-bottom: 100px !important;
    }
}



@media (max-width: 768px) {

    .container-max {
        margin-left: 30px;
        margin-right: 30px;
    }

    .first-hold-asset {
        justify-content: center;
    }

    .fourth-fold {
        height: 350px;
    }

        .fourth-fold p {
            margin-left: 3%;
        }

    .sub-section-two {
        padding: 50px 20px 100px 20px;
    }

    .cs-scroll {
        flex-direction: row !important;
    }

    .cs-vid-height {
        height: 100%;
        margin-bottom: 20px;
    }

    .video-container {
        position: relative !important;
        height: 350px;
        padding-top: 20px !important;
        padding: 0 !important;
    }

    .video-asset {
        position: relative !important;
    }

    .sub-section-four {
        padding: 80px 50px;
    }

    .fifth-content-img {
        display: none !important;
    }

    .w-bg-wrapper {
        height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .faqs-card {
        font-size: 18px;
    }

    .faqs-btn {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .xs-flex-column {
        flex-direction: column;
    }

    .first-fold {
        height: 100%;
        position: relative;
        overflow: hidden;
        background-size: cover;
    }

    .first-asset {
        margin-top: 30px;
    }

    .second-fold {
        height: 100%;
        padding: 30px;
    }

    .hold-content {
        padding-top: 120px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .third-fold {
        height: 100%;
        padding: 0 5px;
    }

        .third-fold p {
            font-size: 24px;
        }

    .third-fold-content {
        display: flex;
    }

    .fourth-fold {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
    }

        .fourth-fold p {
            max-width: 370px;
            text-align: center;
        }

        .fourth-fold img {
            display: none;
        }

    .fifth-fold {
        height: 100%;
        overflow-x: hidden;
    }

    .fifth-bg {
        height: 100%;
        padding: 30px;
    }

    .fifth-content-p {
        text-align: center;
        order: 2;
        margin-top: 20px;
    }

    .fifth-content img {
        width: 75% !important;
        margin: 0 auto;
        order: 1;
    }

    .sixth-fold p {
        font-size: 25px;
    }

    .sixth-fold span {
        font-size: 32px;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-img {
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .footer-social {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sub-section-three .container-max {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .sub-section-three p {
        font-size: 24px;
    }

    .sub-section-three label {
        font-size: 18px;
    }

    .sub-section-three span {
        font-size: 18px;
    }

    .s2-title {
        font-size: 24px;
    }

    .sub-section-four p {
        font-size: 24px;
    }

    .sub-section-first {
        height: 500px;
    }

    .sub-section-four {
        padding: 80px 0 80px 0;
    }

    .w-bg-wrapper {
        height: 100%;
    }

    .flex-m-wrap {
        flex-direction: column !important;
    }

    .aone-wrapper {
        background: #00BEF9;
        padding: 20px;
        background-size: 100% 100%;
        border-radius: 35px;
        flex-direction: column;
        text-align: center;
        justify-content: center !important;
        margin-bottom: 0;
    }

    .label-top {
        align-items: center;
        margin-top: 0;

    }

    .two-phone {
        margin-bottom: -35px;
        position: relative !important;
    }

    .astock-asset {
        position: relative !important;
    }

    .dummy-width {
        width: 50px;
    }

    .three-asset-one {
        width: 75%;
    }

    .b-yellow-card {
        flex-direction: column;
        height: 450px;
    }

    .astock-asset {
        width: 100%;
    }
}


@media(max-width: 568px) {
    .view-modal {
        margin-bottom: 20px;
    }

    .sub-section-fifth a span {
        font-size: 20px;
    }

    .sub-section-fifth p {
        font-size:50px;
    }

    .w-bg-wrapper {
        height: 100%;
    }

    .app-link img {
        width: 100px;
    }

    .dummy-width {
        width: 25px;
    }

    .bg-afive {
        padding: 30px;
    }
}

@media(max-width: 500px) {
    .view-modal {
        left: 32%;
        margin-bottom: 20px;
    }
}