body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    margin: 0;
    padding: 0;
    background-color: #FCFCFF;
}
p,h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #9E9E9E;
}
button:focus, input:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
ul,ol{
    list-style: none;
}
.main-header{
    width: 100%;
    height: auto;
    padding: 16px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
}
.main-header .logo-container{
    border-radius: 12px;
    border-bottom: 1px solid #5468FC1A;
    box-shadow: 4px 4px 5.3px 0px #0000000D;
    background: #fff;
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header .logo-container .menu .side-menu{
    position: fixed;
    width: 100%;
    max-width: 350px;
    background: #fff;
    top: 0;
    right: 0;
    max-height: 100%;
    overflow: auto;
    border-radius: 16px 0 0 16px;
    right: -100%;
    transition: 0.3s;
}
.main-header .logo-container .menu .side-menu.open{
    right: 0;
}
.side-menu::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.side-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.side-menu::-webkit-scrollbar-thumb {
  background: #5468FC33;
}
.main-header .logo-container .menu .logo-part{
    width: 100%;
    display: flex;
    padding: 20px 24px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
}
.main-header .logo-container .menu .logo-part .close-btn{
    background: none;
    border: none;
    padding: 16px;

}
.main-header .logo-container .menu .side-menu .menu-box{
    width: 100%;
    padding: 24px;
}
.main-header .logo-container .menu .side-menu .menu-box p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #9CA3AF;
    margin-bottom: 24px;
}
.main-header .logo-container .menu .side-menu .menu-box ul{
    margin: 0;
    padding: 0;
    display: block;
}
.main-header .logo-container .menu .side-menu .menu-box ul li{
    display: block;
    padding: 0;
    margin-bottom: 16px;
}
.main-header .logo-container .menu .side-menu .menu-box ul li a{
    display: block;
    padding: 0;
}
.main-header .logo-container .menu .side-menu .menu-box ul li a img{
    margin-right: 16px;
}
.main-header .logo-container .menu .side-menu .menu-box .login li{
    padding: 16px;
    background: #F8F9FA;
    border-radius: 8px;
    margin-bottom: 16px;
}
.main-header .logo-container .menu .side-menu .menu-box .login li a{
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}

.main-header .logo-container .menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-header .logo-container .menu ul li{
    display: inline-block;
}
.main-header .logo-container .menu ul li a{
    display: block;
    font-size: 14px;
    color: #475569;
    font-weight: 600;
    line-height: 24px;
    padding: 0 12px;
    transition: 0.3s;
}
.main-header .logo-container .menu ul li a:hover{
    color: #5468FC;
}
.main-header .logo-container .menu-btn{
    background: transparent;
    border: none;
}
.global-banner-sec{
    width: 100%;
    height: auto;
    background: radial-gradient(81.33% 134.7% at 50% 50%, #5367FC 0%, #000000 100%);
    padding: 160px 0 52px;
}
.global-banner-sec .image{
    width: 100%;
    height: auto;
}
.global-banner-sec .image img{
    width: 100%;
}
.global-banner-sec .text{
    width: 100%;
    height: auto;
    padding-right: 100px;
}
.global-banner-sec .text h1{
    font-size: 64px;
    line-height: 68px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.global-banner-sec .text h1 span{
    color: #00FFC1;
}
.global-banner-sec .text p{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 50px;
}
.global-banner-sec .text p span{
    font-weight: 900;
}
.global-banner-sec .text .form-box{
    display: flex;
    gap:12px;
    margin-bottom: 20px;
}
.global-banner-sec .text .form-box .submit-btn{
    background: #5468FC;
    border-radius: 12px;
    padding: 25px 40px;
    white-space: nowrap;
    border: none;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    transition: 0.3s;
}
.global-banner-sec .text .form-box .submit-btn:hover{
    background: #2b3dc3;
}
.global-banner-sec .text .form-box .form-control{
    border-radius: 12px;
    border: none;
    font-size: 16px;
}
.global-banner-sec .text .label-text{
    font-size: 14px;
    color: #FFFFFF99;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
.global-banner-sec .text .form-check-label{
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.global-banner-sec .text .form-check-label a{
    color: #00FFC1;
}
.global-banner-sec .text .form-check-input{
    border: 1px solid #ABAAAA;
    background-color: transparent;
}
.how-started-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 75px 0;
    background: #F5F6F8;
}
.how-started-sec .title-sec{
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
}
.how-started-sec .title-sec h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    color: #231F20;
}
.how-started-sec .title-sec h3 span{
    color: #5468FC;
}
.how-started-sec .cards{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 0 5px;
}
.how-started-sec .cards:before{
    content: '';
    position: absolute;
    top:35px;
    left: 50%;
    width: 100%;
    height: 6px;
    background: #5468FC33;
}
.how-started-sec .get-card:last-child .cards:before{
    display: none;
}
.how-started-sec .cards .icon{
    margin: auto;
    display: table;
    margin-bottom: 24px;
    position: relative;
    z-index: 9;
}
.how-started-sec .cards h4{
    color: #231F20;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}
.how-started-sec .cards p{
    color: #64748B;
    font-size: 16px;
    line-height: 24px;
    color: #64748B;
}
.why-limit-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;
    background: url('../../imgnew/global-invest-img/why-limit-bg.svg');
    background-size:auto 100%;
}
.why-limit-sec .title-sec{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.why-limit-sec .title-sec h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    margin-bottom: 24px;
}
.why-limit-sec .title-sec h3 span{
    color: #00FFC1;
}
.why-limit-sec .title-sec p{
    color: #BABFC7;
    font-size: 16px;
    line-height: 24px;
}
.why-limit-sec .owl-carousel{

}
.why-limit-sec .owl-carousel .card{
    width: 100%;
    height: auto;
    background-color: #687AFF;
    padding: 22px 18px;
    background-repeat: no-repeat;
    border-radius: 12px;
    min-height: 350px;
}
.why-limit-sec .owl-carousel .card.limit-back-1{
    background-image: url(../../imgnew/global-invest-img/why-limit-icon-1.svg);
    background-position: bottom right;
}
.why-limit-sec .owl-carousel .card.limit-back-2{
    background-image: url(../../imgnew/global-invest-img/why-limit-icon-2.svg);
    background-position: bottom -30px right -40px;
}
.why-limit-sec .owl-carousel .card.limit-back-3{
    background-image: url(../../imgnew/global-invest-img/why-limit-icon-3.svg);
    background-position: bottom right;
}
.why-limit-sec .owl-carousel .card h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
}
.why-app-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(178.43deg, #231F20 0.24%, #322E2F 99.76%);
}
.why-app-sec .title-sec{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.why-app-sec .title-sec h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    margin-bottom: 24px;
}
.why-app-sec .title-sec h3 span{
    color: #00FFC1;
}
.why-app-sec .title-sec p{
    color: #BABFC7;
    font-size: 16px;
    line-height: 24px;
}
.why-app-sec .owl-carousel{
    flex-wrap: wrap;
}
.why-app-sec .owl-carousel .card{
    width: 100%;
    height: auto;
    padding: 22px 30px;
    background-repeat: no-repeat;
    border-radius: 16px;
    border: 1px solid #FFFFFF1A;
    text-align: center;
    background: #FFFFFF0D;
    min-height: 316px;
}
.why-app-sec .owl-carousel .card .icon{
    display: flex;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: #626262;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-bottom: 11px;
}
.why-app-sec .owl-carousel .card h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.why-app-sec .owl-carousel .card p{
    font-size: 14px;
    color: #94A3B8;
}
.why-app-sec .button-box{
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.why-app-sec .button-box .btns{
    display: table;
    background: #5468FC;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    background: #5468FC;
    box-shadow: 0px 4px 6px -4px #0000001A;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    transition: 0.3s;
}
.why-app-sec .button-box .btns:hover{
    background: #2b3dc3;
}
.logo-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 48px 0;
    text-align: center;
}
.logo-sec .heading{
    font-size: 14px;
    color: #3A4350;
    line-height: 20px;
    letter-spacing: 1.4px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.logo-sec .logo-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.logo-sec .para{
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
} 
.logo-sec .para span{
    color: #5468FC;
}
.faq-sec{
    width: 100%;
    height: auto;
    background: url(../../imgnew/global-invest-img/faq-bg.svg) no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 80px 0;
}
.faq-sec .title-sec{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}
.faq-sec .title-sec h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    margin-bottom: 24px;
}
.faq-sec .title-sec h3 span{
    color: #00FFC1;
}
.faq-sec .accordion-item{
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
}
.faq-sec .accordion-item .accordion-button{
    font-size: 16px;
    font-weight: 700;
    color: #231F20;
    border-radius: 12px;
    box-shadow: none;
    padding: 16px;
}
.faq-sec .accordion-item .accordion-button:not(.collapsed){
    background: #fff;
    box-shadow: none;
}
.faq-sec .accordion-item .accordion-body{
    padding: 16px;
    padding-top: 0;
    background: #fff !important;
}
.faq-sec .accordion-item .accordion-body p{
    font-size: 14px;
    color: #64748B; 
}
.faq-sec .button-box{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.faq-sec .button-box .btns{
    display: table;
    background: #5468FC;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    background: #5468FC;
    box-shadow: 0px 4px 6px -4px #0000001A;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    transition: 0.3s;
}
.faq-sec .button-box .btns:hover{
    background: #2b3dc3;
}
.legal-sec{
    width: 100%;
    height: auto;
    padding: 48px 0;
    text-align: center;
}
.legal-sec h3{
    font-size: 16px;
    font-weight: 700;
    color: #231F20;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
} 
.legal-sec p{
    font-size: 14px;
    color: #64748B;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 25px;
}
.legal-sec p span{
    color: #5468FC;
}
.legal-sec p:last-child{
    border: none;
    padding: 0;
}
.open-acount-btn-box{
    display: none;
}   