/*Header start*/

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #7371dc;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #f7ba2e;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #9d9c9c;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-gray-light: #f3f4f6;
    --bs-primary: #774200;
    --bs-secondary: #ffa233;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 4, 1, 75;
    --bs-secondary-rgb: 252, 197, 96;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-sans-serifp: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-familyr: var(--bs-font-sans-serifr);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-font-weighta: 500;
    --bs-body-font-weightb: 600;
    --bs-body-line-height: 1.2;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

/* Referral Box */

.referral-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:-2px 4px 30px rgb(9 45 78 / 15%);
    margin:20px 0;
}

.referral-header h5{
    margin-bottom:5px;
    color:#041639;
    font-weight:700;
}

.referral-header p{
    color:#777;
    margin-bottom:18px;
    font-size:14px;
}

.referral-copy-group{
    display:flex;
    gap:10px;
}

.referral-input{

    flex:1;

    height:55px;

    border:2px solid #e8eef9;

    border-radius:15px;

    background:#f8fbff;

    color:#041639;

    font-weight:600;

    padding:0 18px;

    cursor:pointer;

    outline:none;

    transition:.3s;
}

.referral-input:hover,
.referral-input:focus{

    border-color:#6c9aff;

    background:#fff;

}

.copy-btn{

    min-width:130px;

    border:none;

    border-radius:15px;

    background:linear-gradient(180deg,#6c9aff,#041639);

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.copy-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(4,22,57,.25);

}

.copy-btn i{

    margin-right:8px;

}

.copy-message{

    display:none;

    color:#198754;

    margin-top:12px;

    font-weight:600;

}

.copy-message.show{

    display:block;

}

/* Mobile */

@media(max-width:768px){

.referral-copy-group{

    flex-direction:column;

}

.copy-btn{

    width:100%;

    height:55px;

}

}

.goog-te-gadget{
    width:150px;
    font-size: 0px !important;
}

.goog-te-combo{
    width:140px;
}

html, body {
    height: 100%;
    margin: 0;
    background: #05173b;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer.foot-bg {
    margin-top: auto;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.pop {
    font-family: var(--bs-font-sans-serifp);
}

a:hover {
    color: #3cd5e6;
}

.img-bg1 {
    background: url(../images/img-bg1.png) no-repeat, #fff;
    background-size: cover;
}

.img-bg2 {
    background: url(../images/img-bg2.png) no-repeat;
    background-size: cover;
}

.icon-square {
    border-radius: 10px;
}

.icon-square2 {
    border-radius: 20px;
}

.icon-circle {
    border-radius: 50%;
}

.box {
    -webkit-box-shadow: -2px 4px 30px 0px rgba(219, 221, 222, 0.75);
    -moz-box-shadow: -2px 4px 30px 0px rgba(219, 221, 222, 0.75);
    box-shadow: -2px 4px 30px 0px rgb(40 196 214);
}

.box2 {
    -webkit-box-shadow: -2px 4px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

.grad-bg {
    background: #774200;
    background: -moz-linear-gradient(top, #774200 0%, #d6a261 100%);
    background: -webkit-linear-gradient(top, #774200 0%, #d6a261 100%);
    background: linear-gradient(to bottom, #041639 0%, #28c4d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#774200', endColorstr='#d6a261', GradientType=0);
}

.z-in1 {
    z-index: 1;
}

.z-in2 {
    z-index: 2;
}

.z-in3 {
    z-index: 3;
}

.fw-0 {
    font-weight: 300;
}

.fw-1 {
    font-weight: 400;
}

.fw-2 {
    font-weight: 500;
}

.fw-3 {
    font-weight: 600;
}

.text-gray {
    color: #ffffff;
}

/**********************************Header **********************************/

.head-nav-link li {
    display: inline-block;
    padding: 7px 10px;
}

.head-nav-link a {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

.head-btn a:hover img {
    opacity: 0.8;
}

.head-btn {
    margin-left: 50px;
}

/********************************** banner **********************************/

.banner-con {
    margin-top: 100px;
}

.banner-con h6 {
    font-size: 17px;
    color: #d2cfff;
}

.banner-con p {
    color: #d2cfff;
    font-size: 24px;
    margin-top: 20px;
}

.banner-btn {
    margin-top: 25px;
}

.banner-que {
    float: right;
    margin-right: 87px;
    margin-top: 20px;
}

.banner-img {
    margin-left: -340px;
    margin-top: 20px;
}

.banner-link li {
    display: inline-block;
    padding: 20px 33px;
    border-right: 1px solid rgb(202, 202, 202, 0.34);
}

.banner-link li:hover {
    background: #28c4d6;
}

.banner-link li:hover a {
    color: #fff;
}

.banner-link li:last-child {
    border-right: 0;
}

.banner-link li:first-child:hover {
    border-radius: 20px 0px 0px 20px;
}

.banner-link li:last-child:hover {
    border-radius: 0px 20px 20px 0px;
}

.banner-link {
    margin-top: -95px;
}

@media only screen and (min-width: 1200px) {
    .banner-shape::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 397px;
        bottom: -78px;
    }
}

/********************************** how-it **********************************/

.how-top {
    margin-top: -76px;
    padding: 180px 0 40px 0;
}

.how-grad {
    width: 55px;
    height: 55px;
    padding: 12px 10px;
}

.how-ico {
    width: 82px;
    height: 82px;
    padding: 14px;
    margin: 0 auto;
}

.how-con {
    margin-top: 20px;
}

.how-con h5 {
    font-size: 19px;
}

.abt-img {
    margin-top: 70px;
}

.abt-title {
    margin-top: 15px;
}

.abt-con {
    margin-top: 30px;
}

.abt-con h4 {
    opacity: 0.7;
    margin: 15px 0;
}

/*.abt-con p {*/
/*    text-align: justify;*/
/*}*/

.abt-list {
    margin-top: 20px;
}

.abt-list-con span {
    font-size: 21px;
    color: #ffffff;
}

.abt-list-con h5 {
    color: #ffffff;
}

.abt-list-con h1 {
    margin-bottom: -4px;
}

.abt-list li {
    display: inline-block;
    padding-right: 60px;
}

/********************************** Plans **********************************/

.plan-bg {
    padding: 20px 10px;
    /*height: 250px;*/
    width: 232px;
    margin: 15px auto 0 auto;
    background: #774200;
    background: -moz-linear-gradient(top, #774200 0%, #bb8645 100%);
    background: -webkit-linear-gradient(top, #774200 0%, #bb8645 100%);
    background: linear-gradient(to bottom, #041639 0%, #2e4c86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#774200', endColorstr='#bb8645', GradientType=0);
    border-radius: 10px 10px 0px 0px;
}

.plan-top h4 {
    font-size: 29px;
    margin-bottom: 5px;
}

.plan-top sup {
    font-size: 26px;
}

.plan-top small {
    font-size: 17px;
}

.plan-list-con h6 {
    font-size: 13px;
    font-weight: 500 !important;
}

.plan-top h6 {
    color: #ffffff;
}

.plan-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.plan-list {
    margin-top: 15px;
}

.plan-list li {
    padding: 6px 0;
}

.plan-bg::after {
    background: url(../images/plan-bot.png) no-repeat;
    bottom: -122px;
    position: absolute;
    content: "";
    width: 232px;
    height: 122px;
    left: 0;
}

.plan-btn {
    margin-top: 7px;
}

.plans {
    margin-top: 15px;
    margin-bottom: 200px
}

.plans-pad {
    padding: 40px 0 60px 0;
}

/********************************** solution **********************************/

.solu-con h5 {
    color: #ffffff;
    font-size: 19px;
}

.solu-ico-bg {
    background: #ff2f55;
    background: -moz-linear-gradient(top, #ff2f55 0%, #ff614f 100%);
    background: -webkit-linear-gradient(top, #ff2f55 0%, #ff614f 100%);
    background: linear-gradient(to bottom, #0a3353 0%, #28c4d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2f55', endColorstr='#ff614f', GradientType=0);
    width: 55px;
    height: 55px;
    padding: 10px;
}

.solu-ico {
    width: 82px;
    height: 82px;
    padding: 14px;
    margin: 30px auto 0 auto;
    -webkit-box-shadow: -2px 4px 30px 0px rgba(247, 231, 211, 1);
    -moz-box-shadow: -2px 4px 30px 0px rgba(247, 231, 211, 1);
    box-shadow: -2px 4px 30px 0px rgb(6 27 68);
}

.solu-head h4 {
    font-size: 21px;
    margin-top: 25px;
}

.solu-top {
    margin-top: 20px;
}

.solu-ico-bg2 {
    background: #774200;
    background: -moz-linear-gradient(top, #774200 0%, #d6a261 100%);
    background: -webkit-linear-gradient(top, #774200 0%, #d6a261 100%);
    background: linear-gradient(to bottom, #0a3353 0%, #28c4d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#774200', endColorstr='#d6a261', GradientType=0);
}

.solu-img::after {
    position: absolute;
    background: url(../images/solu-shape1.png) no-repeat;
    content: "";
    width: 49px;
    height: 31px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solu-img::before {
    position: absolute;
    background: url(../images/solu-shape2.png) no-repeat;
    content: "";
    width: 49px;
    height: 31px;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/********************************** smart-chain **********************************/

.smart-pad::after {
    position: absolute;
    background: url(../images/smart-chain-shape.png) no-repeat;
    content: "";
    width: 50%;
    height: 545px;
    right: 0;
    top: 0;
}

.smart-pad {
    margin-top: 20px;
    padding: 40px 0 63px 0;
}

.smart-chain-listbg {
    padding: 7px 30px 7px 10px;
    border-radius: 50px;
    -webkit-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 4px 0px rgb(0 54 157);
}

.smart-chain-list li {
    margin-top: 10px;
}

.smart-chain {
    margin-top: 10px;
}

.smart-ic {
    width: 75px;
    height: 75px;
    padding: 18px 17px;
}

/********************************** trans **********************************/

.last-depo-con h6 {
    color: #434343;
}

.last-depo-con small {
    font-size: 16px;
}

.last-depo-date h6 {
    font-size: 13px;
}

.last-depo-bg {
    border-radius: 50px;
    padding: 10px 15px;
    -webkit-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.last-depo h3 {
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
}

.last-depo-list li,
.last-with-list li {
    padding: 10px 0;
    position: relative;
}

.ref-bg {
    margin: 60px 0px 0px 0px;
}

.ref-con h2 {
    font-size: 39px;
}

.ref-con small {
    font-size: 32px;
}

.ref-con span {
    font-size: 15px;
}

.ref-list li {
    padding: 7px 0;
}

.ref-top {
    margin-top: 30px;
}

.refer-pad::after {
    position: absolute;
    background: url(../images/ref-particles.png) no-repeat;
    width: 100%;
    height: 148px;
    bottom: 0;
}

.refer-pad::before {
    position: absolute;
    content: "";
    background: url(../images/ref-shape.png) no-repeat;
    width: 558px;
    height: 533px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 76px;
}

.last-depo-list li:first-child {
    top: 5px;
}

.last-depo-list li:nth-child(2) {
    top: 5px;
    left: -27px;
}

.last-depo-list li:nth-child(3) {
    top: 5px;
    left: -58px;
}

.last-depo-list li:nth-child(4) {
    top: 5px;
    left: -23px;
}

.last-depo-list li:last-child {
    top: 5px;
    left: 37px;
}

.last-with-list li:first-child {
    top: 5px;
    right: 40px;
}

.last-with-list li:nth-child(2) {
    top: 5px;
    left: 0;
}

.last-with-list li:nth-child(3) {
    top: 5px;
    left: 26px;
}

.last-with-list li:nth-child(4) {
    top: 5px;
    left: -3px;
}

.last-with-list li:last-child {
    top: 5px;
    left: -68px;
}

.last-depo h3 {
    position: absolute;
    transform: rotate(-90deg);
    left: -185px;
    top: 206px;
    opacity: 0.3;
    font-size: 30px;
}

.last-withdraw h3 {
    position: absolute;
    transform: rotate(-90deg);
    right: -176px;
    top: 206px;
    opacity: 0.3;
    font-size: 30px;
}

/********************************** statis **********************************/

.statis-ico {
    width: 55px;
    height: 55px;
    padding: 10px;
    margin: 0 auto;
}

.statis-list-bg {
    -webkit-box-shadow: -2px 4px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 24px 0px rgb(0 56 166);
    padding: 20px;
    background-color: #ffffff;
}

.statis-con h5 {
    font-size: 19px;
}

.statis-con h4 {
    font-size: 21px;
}

.statis-con {
    margin-top: 15px;
}

.statis-list li {
    display: inline-block;
    padding: 10px 10px;
}

/*******************************Investor************************************/

.investorbg {}

.investorbg .investor {
    background: #fff;
    box-shadow: -2px 4px 24px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 20px;
    width: 75%;
    margin: auto;
}

.investorbg .investor ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.investorbg .investor ul li {
    padding: 15px 40px;
    margin: 0px;
    display: inline-block;
}

.investorbg .investor ul li .btn {
    padding: 13px 45px;
}

/********************************** footer **********************************/

.foot-bg {
    margin-top: -87px;
    padding: 140px 0 30px 0;
}

.pay-ico {
    width: 64px;
    height: 64px;
    padding: 9px;
}

.pay-list li {
    display: inline-block;
    padding: 10px 0;
}

.quer-ico {
    width: 63px;
    height: 63px;
    padding: 12px 14px;
    margin-right: 20px;
}

.foot-cpy h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

/********************************** about-us **********************************/

.inner-title {
    margin-top: 40px;
}

/********************************** form-pages **********************************/

.form-bg {
    background: #040a2f url("../images/form-bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}

.form-page {
    padding: 20px 40px;
}

.form-title {
    margin-top: 40px;
}

.form-img {
    margin-left: -85px;
    margin-top: 10px;
}

.form-page-bg {
    padding: 30px 20px;
    margin-top: 30px;
}

.form-head h5 {
    font-size: 21px;
    color: #040a2f;
}

.form-upline h4 {
    font-size: 26px;
}

.form-upline span {
    font-size: 14px;
    color: #966220;
}

.checkbox {
    margin-top: 20px;
}

.form-btn h6 {
    margin-top: 10px;
}

.form-cpy h6 {
    font-size: 14px;
    color: rgba(67, 67, 67, 0.45);
}

.captcha {
    background: url(../images/captcha.png) no-repeat;
    width: 77px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.alert-msg h6 {
    border-radius: 50px;
    padding: 10px;
    font-size: 14px;
}

.alert-msg .green {
    background: #448d17;
}

.alert-msg .red {
    background: #b72c2c;
}

.alert-msg {
    margin-bottom: 40px;
    margin-top: 20px;
}

.form-btn {
    margin-top: 20px;
}

.form-block {
    margin-bottom: 20px;
}

.error {
    border-radius: 50px;
    padding: 10px;
    font-size: 14px;
    background: #b72c2c;
    color: #ffffff;
    display: inline-block;
    width: auto;
    margin: 2px 0;
}

.success {
    border-radius: 50px;
    padding: 10px;
    font-size: 14px;
    background: #448d17;
    color: #ffffff;
    display: inline-block;
    width: auto;
    margin: 2px 0;
}

.error i,
.success i {
    margin-right: 5px;
}

.msg {
    margin: 10px 0;
    text-align: center;
}

.bootbox-close-button.close {
    background: #774200;
    border: 1px solid #774200;
    color: #ffffff;
    border-radius: 5px;
    float: right;
}

textarea:focus-visible {
    box-shadow: none;
}

.bootbox-close-button.close:hover {
    background-color: #95580d;
}

.bg-grad {
    background: rgba(249, 233, 214, 1);
    background: -moz-linear-gradient(top, rgba(249, 233, 214, 1) 0%, rgba(251, 252, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 233, 214, 1)), color-stop(100%, rgba(251, 252, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 233, 214, 1) 0%, rgba(251, 252, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 233, 214, 1) 0%, rgba(251, 252, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 233, 214, 1) 0%, rgba(251, 252, 254, 1) 100%);
    background: linear-gradient(to bottom, rgb(4 2 40) 0%, rgb(6 6 45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e9d6', endColorstr='#fbfcfe', GradientType=0);
}

.news-sec h4 {
    margin-bottom: 16px;
    color: #da9e13;
    font-size: 23px;
    text-transform: capitalize;
}

.news-sec h4 a {
    color: #da9e13;
    font-size: 21px;
}

.news-sec small {
    background-color: #6734e9;
    color: #ffffff;
    padding: 5px;
    margin-top: 20px;
    display: inline-block;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
}

.news-sec.full_detail {
    min-height: inherit;
}

.news-sec h4 {
    margin-bottom: 16px;
    color: #25dff9;
    font-size: 23px;
    text-transform: capitalize;
}

.news-sec h4 a {
    color: #25dff9 !important;
    font-size: 21px;
}

.news-sec small {
    color: #000000;
    padding: 5px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    background: #9bdd08;
    background: -moz-linear-gradient(left, #9bdd08 0%, #c2ea1c 100%);
    background: -webkit-linear-gradient(left, #9bdd08 0%, #c2ea1c 100%);
    background: linear-gradient(to right, #9bdd08 0%, #c2ea1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdd08', endColorstr='#c2ea1c', GradientType=1);
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.news-sec {
    background-color: #0f136c;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    margin: 5px 0;
}

.news-sec-details {
    min-height: inherit;
}

.faq_accordian .accordion-toggle {
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding: 20px 46px 20px 17px;
    border-radius: 10px;
    background: url(../images/accordian_arrow_down.png) no-repeat center right 20px #233c70;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.faq_accordian .accordion-toggle.active {
    background: url(../images/accordian_arrow_up.png) no-repeat center right 20px #05052c;
    color: #ffffff;
}

.faq_accordian {
    width: 100%;
}

.faq_accordian .accordion-content p {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    color: #774200;
    margin-top: 0;
}

.faq_accordian .accordion-content {
    display: none;
    margin-bottom: 10px;
}

.faq_accordian .accordion .open {
    display: block;
}

.faq-btn {
    text-align: center;
    margin: 20px 0;
}

.bootbox-close-button.close {
    float: right;
}

.rules p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #2f2c2c;
}

.custom-select {
    background: url(../images/select-drop.png) no-repeat center right 7px, #fff;
    border: transparent;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 59px;
    border: none;
    font-size: 14px;
    padding-left: 14px;
    outline: none !important;
    color: #262626;
    font-weight: 400;
    padding-top: 13px;
    border-radius: 10px;
    margin-bottom: 8px;
    width: 100%;
}

.mt-btn {
    margin-top: 27px;
}

.transact_box.sel-transact label {
    display: none;
}

.table-page {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.table-page li {
    list-style-type: none;
    color: #000000;
    margin: 10px;
}

.table-page a {
    padding: 9px 17px;
    border-radius: 50%;
    color: #ffffff;
    background: #774200;
}

.table-page a:hover {
    background: #ffa949;
}

.login-form {
    margin-top: 132px;
}

.support-form {
    margin-top: 60px;
}

.smart-right {
    min-width: 400px;
}

/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
    .head-nav-link li {
        padding: 7px 8px;
    }
    .head-btn {
        margin-left: 6px;
    }
    .banner-img {
        display: none;
    }
    .banner-con {
        margin-top: 50px;
        text-align: center;
    }
    .banner-link {
        margin-top: 15px;
        text-align: center;
        padding: 10px;
    }
    .banner-btn {
        margin-top: 20px;
        text-align: center;
    }
    .banner-que {
        float: none;
        margin-right: 0;
        margin-top: 10px;
        text-align: center;
    }
    .banner-link li {
        padding: 10px 0;
        border-right: 0;
        width: 100%;
    }
    .banner-link li:hover,
    .banner-link li:first-child:hover,
    .banner-link li:last-child:hover {
        border-radius: 20px;
    }
    .abt-list li {
        padding-right: 40px;
    }
    .smart-pad::after {
        content: inherit;
    }
    .smart-pad {
        margin-top: 0px;
        padding: 40px 0 40px 0;
        background: #0d2e6d;
    }
    .smart-left h3 {
        color: #fff !important;
    }
    .smart-left span {
        color: #fff !important;
    }
    .smart-left {
        text-align: center;
    }
    .smart-left p {
        color: #fff;
        color: white !important;
    }
    .smart-left br {
        display: none;
    }
    .smart-chain-list li {
        display: inline-block;
        width: 30%;
    }
    .smart-chain-list {
        text-align: center;
        margin-top: 15px;
    }
    .smart-right {
        text-align: center;
        margin-top: 20px;
    }
    .smart-ic {
        margin: 0 auto;
    }
    .smart-right br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .investorbg {
        padding: 0px 0px 30px !important;
    }
    .foot-bg {
        margin-top: 0;
        padding: 40px 0;
        text-align: center;
    }
    .img-bg2 {
        background: #faf6f2;
    }
    .quer-ico {
        margin: 15px auto 0 auto;
    }
    .quer-con {
        margin-top: 5px;
    }
    .head-logo .navbar-toggler {
        background-color: #0a5d87;
        border: 0;
        float: right;
    }
    .head-btn {
        text-align: center;
        margin-top: 20px;
        margin: 10px 0;
        padding-bottom: 15px;
    }
    .head-logo {
        width: 100%;
    }
    .head-nav-link li {
        padding: 10px 0 5px 0;
        width: 100%;
    }
    .head-nav-link {
        background: #04092e;
        margin-top: 10px;
    }
    .banner-con br {
        display: none;
    }
    .how-top {
        padding: 40px 0 40px 0;
        margin-top: 0;
    }
    .how-con {
        margin-top: 10px;
    }
    .how-con br {
        display: none;
    }
    .how-ico {
        margin: 10px auto 0 auto;
    }
    .abt-img {
        margin-top: 20px;
        text-align: center;
    }
    .abt-con br {
        display: none;
    }
    .abt-con {
        margin-top: 10px;
        text-align: center;
    }
    .abt-con p {
        text-align: center;
    }
    .abt-list li {
        display: inline-block;
        padding: 10px 10px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        margin-top: 5px;
    }
    .plan-bg::after {
        content: inherit;
    }
    .plans-pad {
        padding: 40px 0 40px 0;
    }
    .plan-tit br {
        display: none;
    }
    .plans {
        margin-top: 20px;
    }
    .plan-bg {
        height: auto;
        width: 100%;
        border-radius: 10px;
        text-align: center;
    }
    .solu-img {
        display: none;
    }
    .solu {
        background: #90abe4;
        padding: 10px;
        margin-top: 5px;
    }
    .solu-ico {
        margin: 10px auto 0 auto;
    }
    .solu-head h4 {
        margin-top: 15px;
    }
    .smart-chain-list li {
        width: auto;
    }
    .refer-pad::before,
    .refer-pad::after,
    .solu-head br {
        display: none;
    }
    .last-depo h3,
    .last-withdraw h3 {
        position: relative;
        transform: rotate(0);
        left: 0;
        top: 0;
        opacity: 1;
        text-align: center;
    }
    .ref-top {
        margin-top: 10px;
    }
    .last-depo-list li:first-child,
    .last-depo-list li:nth-child(2),
    .last-depo-list li:nth-child(3),
    .last-depo-list li:nth-child(4),
    .last-depo-list li:last-child {
        top: 0;
        left: 0;
        right: 0;
    }
    .last-depo-list li,
    .last-with-list li {
        padding: 5px 0px;
    }
    .ref-list li {
        background: #0e3071;
        margin-top: 5px;
    }
    .ref-list {
        margin: 20px 0;
    }
    #navbarNavAltMarkup {
        background-color: #04092e;
        border-radius: 0;
        margin-top: 5px;
    }
    .banner-con {
        margin-top: 30px;
    }
    .form-img {
        display: none;
    }
    .form-logo,
    .form-title {
        text-align: center;
    }
    .form-page {
        padding: 20px 20px;
    }
    .login-form {
        margin-top: 0;
    }
}

@media only screen and (max-width:767px) {
    .smart-chain-list .nav-link {
        width: 100%;
    }
    .statis-list-bg {
        margin: 5px 0;
    }
    .smart-right {
        min-width: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .inner-title {
        margin-top: 0;
    }
    .statis-list li {
        padding: 5px 0;
        width: 100%;
    }
    .smart-chain-list li {
        width: 100%;
    }
}




/* ========== Cutom css ============= */
.banner-navigation-tabs {
    margin-top: -85px;
}

.nav-tabs-custom {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    padding: 8px 10px;
    box-shadow: -2px 4px 30px 0px rgb(40 196 214);
}

.nav-tabs-custom li {
    flex: 1;
    min-width: 120px;
    list-style: none;
}

.tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 14px;
    color: #041639;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.tab-link .tab-number {
    font-size: 12px;
    font-weight: 700;
    color: #774200;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.tab-link .tab-text {
    font-size: 14px;
    font-weight: 600;
}

.tab-link:hover {
    background: rgba(4, 22, 57, 0.05);
}


.tab-link.active .tab-number {
    color: #fff;
    opacity: 1;
}

.tab-link.cta-tab {
    background: linear-gradient(135deg, #774200, #ffa233);
    color: #fff;
}

.tab-link.cta-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(119, 66, 0, 0.3);
}

@media (max-width: 991px) {
    .banner-nav-tabs {
        margin-top: 15px;
    }
    
    .nav-tabs-custom li {
        min-width: 100%;
        margin-bottom: 5px;
    }
    
    .tab-link {
        justify-content: center;
    }
}


/* About  feature cards */

.abt-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.abt-features-grid li {
    list-style: none;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 20px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
    border-color: rgba(255, 162, 51, 0.3);
}



.feature-card-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.feature-card-content p {
    font-size: 13px;
    color: #d2cfff;
    margin: 0;
    line-height: 1.5;
    text-
}

@media (max-width: 767px) {
    .abt-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* more company insight */

.approach-item {
    display: flex;
    gap: 20px;
    padding: 25px 20px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border-left: 3px solid #3bd2e3 ;
    transition: all 0.3s ease;
}

.approach-item:hover {
    background: rgba(255, 255, 255, 0.06);
}

.approach-number {
    font-size: 28px;
    font-weight: 800;
    color: #3bd2e3 !important;
    min-width: 50px;
    line-height: 1;
}

.approach-item h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.approach-item p {
    color: #d2cfff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .approach-item {
        padding: 18px 15px;
        gap: 15px;
    }
}

/*how we work section */

/* Step Number Styling */
.step-number {
    display: inline-block;
    background: #ffa233;
    color: #041639;
    font-weight: 700;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 4px;
    margin-right: 6px;
}

/* Step Details List */
.step-details {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.step-details li {
    color: #d2cfff;
    font-size: 14px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-details li i {
    color: #ffa233;
    font-size: 14px;
}

/* Smart Icon Override */
.smart-ic {
    width: 75px;
    height: 75px;
    padding: 18px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .smart-left {
        max-width: 100% !important;
        text-align: center;
    }
    
    .smart-right {
        max-width: 100% !important;
        margin-top: 20px;
        text-align: center;
    }
    
    .smart-chain-list {
        margin: 20px 0;
    }
    
    .step-details {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .smart-right {
        min-width: auto;
    }
}


/*accordion content */

.accordion-content p {
    color: #000000 !important;
}