/* Problem and Solution Section  css*/
.index_ico {
    --bs-body-font-family: "DM Sans", serif;
    --bs-heading-font-family: "Roobert PRO Bold";
    --bs-body-bg: #070710;
    --bs-body-bg-rgb: 7, 7, 16;
    --bs-body-color: #D4D5F1;
    --bs-body-color-rgb: 212, 213, 241;
    --bs-heading-color: #CCCEEF;
    --bs-light: #0F1021;
    --bs-light-rgb: 15, 16, 33;
    --bs-primary: #FF3BD4;
    --bs-primary-rgb: 255, 59, 212;
    --bs-secondary: #7130C3;
    --bs-secondary-rgb: 113, 48, 195;
    --bs-border-color: #2F336D;
    --bs-border-color-translucent: 47, 51, 109;
    --bs-dark: #070710;
    --bs-dark-rgb: 7, 7, 16;
    --bs-white: #ffffff;
}
h1,h2,h3,h4{
    font-weight: 700;
}
.section_space {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ico_heading_block {
    margin-bottom: 52px;
}

.ico_heading_block .heading_text {
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -0.4px;
}

.ico_problem_solution_table {
    position: relative; /* Required for ::before positioning */
}

.ico_problem_solution_table::before {
    content: "";
    position: absolute;
    inset: 20px 0 -8px 0; /* top, right, bottom, left */
    background: linear-gradient(145deg, #FC6500, #7064E9, #FC6500);
    filter: blur(22px);
    opacity: 0.24;
    z-index: -2;
    border-radius: 12px; /* optional for smooth edges */
}

.ico_problem_solution_table .column_wrapper {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-color: #0F1021;
    border: 1px solid #2F336D;
}

@media (max-width: 991px) {
    .ico_problem_solution_table .column_wrapper > *:not(:last-child) {
        border-width: 0 0 1px 0;
    }
}
.ico_problem_solution_table .column_wrapper > *:not(:last-child) {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: var(--bs-border-color);
}
.ico_problem_solution_table .column_wrapper > * {
    padding: 50px;
}

.ico_problem_solution_table .heading_text {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ico_problem_solution_table .heading_text .icon {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #070710;
    border: 1px solid #2F336D;
}

.ico_problem_solution_table .heading_text .icon img {
    max-height: 36px;
}

.iconlist_block.unordered_list_block {
    gap: 20px;
}

.unordered_list_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
}

[class*=unordered_list] {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iconlist_block.unordered_list_block > li {
    gap: 12px;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.unordered_list_block > li {
    width: 100%;
    display: block;
}
[class*=unordered_list] > li {
    float: left;
    list-style: none;
    /* display: -webkit-inline-box;
    display: -ms-inline-flexbox; */
    /* display: inline-flex; */
}

.iconlist_block.unordered_list_block > li > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.iconlist_block .iconlist_icon {
    width: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 4px 0 0;
}

.iconlist_block .iconlist_label {
    gap: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #CCCEEF;
    font-family: var(--bs-heading-font-family);
}

.sec-title{
    margin-top:5em;
}

@media screen and (min-width: 992px) {
    .ico_problem_solution_table .column_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.iconbox_info p{
  font-size: 16px;
  font-weight: bold;
}

/* why choose Nuemerik css */
.ico_iconbox_block {
    z-index: 1;
    padding: 30px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(223, 41, 41, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#2F336D));
    background-image: linear-gradient(346deg, transparent, #2F336D, #2F336D);
}

.ico_iconbox_block::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: inherit;
    background-color: #070710;
    z-index: -1; /* behind content, but above parent background */
}

.ico_iconbox_block .iconbox_icon {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ico_iconbox_block .iconbox_title {
    font-size: 24px;
    line-height: 32px;
    margin: 27px 0 7px;
    color: #fff;
}

.ico_iconbox_block .iconbox_description {
    max-width: 235px;
    color: #fff;
}

.ico_service_section .shape_shadow_1 {
    left: -120px;
    bottom: -150px;
}
.ico_service_section [class*=shape_shadow_] {
    width: 252px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}
.section_decoration .decoration_item {
    z-index: -1;
    position: absolute;
}

.ico_service_section .shape_shadow_2 {
    bottom: 20%;
    right: -140px;
}

/* tokenomics */

.tokenomics_block > li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

.tokenomics_block > li:nth-child(1) .percent {
    background-color: rgb(252, 28, 207);
}

.tokenomics_block > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2F336D;
}

.tokenomics_block .heading_text {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 8px;
    color:#fff;

    
}


.tokenomics_block .percent {
    width: 78px;
    height: 46px;
    -webkit-box-flex: 0;
    line-height: 1;
    font-size: 24px;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--bs-secondary);
        font-family: "Roobert PRO Medium";
    flex: 0 0 auto;
    border-radius: 10px 0px;
}

.tokenomics_block > li:nth-child(2) .percent {
    background-color: rgb(223, 94, 8);
}

.tokenomics_block > li:nth-child(3) .percent {
    background-color: rgb(7, 200, 127);
}

.tokenomics_block > li:nth-child(4) .percent {
    background-color: rgb(73, 183, 247);
}

.tokenomics_block > li:nth-child(5) .percent {
    background-color: rgb(218, 186, 94);
}

.tokenomics_block > li:nth-child(6) .percent {
    background-color: rgb(255, 0, 84);
}

.ico_iconbox_icon_left {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: #0F1021;
    gap: 20px;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2F336D;

}

.ico_features_group {
    gap: 20px;
}   

.ico_iconbox_icon_left .iconbox_icon {
    width: 55px;
    height: 55px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.icon_coins_image img {
    width: 100%;
    animation: upDownMover 4s ease-in-out infinite;
}

.iconbox_info .heading_text{
    font-weight: 600;
}

@keyframes upDownMover {
    0% {
        transform: translateY(0);   /* start position */
    }
    50% {
        transform: translateY(-12px);  /* upar move kare */
    }
    100% {
        transform: translateY(0);   /* wapas neeche */
    }
}

/* end of tokenomics Nuemerik css */

/* roadmap css */
@media (max-width: 991px) {
    .ico_roadmap_flexbox {
        display: block;
    }
     .ico_roadmap_flexbox .roadmap_block:not(:last-child) {
        margin-bottom: 30px;
    }
}
.ico_roadmap_flexbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ico_roadmap_flexbox .roadmap_block.active {
    -webkit-box-flex: 1.6;
    -ms-flex: 1.6;
    flex: 1.6;
    z-index: 3;
}
.ico_roadmap_flexbox .roadmap_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.roadmap_block.active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2F336D), to(#2F336D));
   
}
.roadmap_block {
    z-index: 2;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    -webkit-transition: -webkit-box-flex 0.2s ease-in;
    transition: -webkit-box-flex 0.2s ease-in;
    transition: flex 0.2s ease-in;
    transition: flex 0.2s ease-in, -webkit-box-flex 0.2s ease-in, -ms-flex 0.2s ease-in;
    /* background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#2F336D)); */
    border:1px solid #2F336D;
}

.roadmap_block .badge {
    line-height: 1;
    font-size: 24px;
    padding: 14px 15px;
    border-radius: 8px;
    border: 1px solid #1D204B;
    color: #7130C3;
    background-color: rgba(29, 32, 75, 0.41);
    font-family: "Roobert PRO Bold";
}

.roadmap_block .iconlist_block .iconlist_icon {
    width: auto;
    font-size: 5px;
    margin: 9px 0 0;
}

.roadmap_block .iconlist_block .iconlist_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #D4D5F1;
    font-family: "DM Sans", serif;
}

.roadmap_block ul{
    list-style-type:circle !important;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.roadmap_block.active::before {
    border-color: #2F336D;
}
.roadmap_block:before {
    inset: 20px;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    border: 1px solid transparent;
}
.roadmap_block .iconlist_block i.fa-circle {
    color: #fff;
    font-size: 6px;
}

.roadmap_block.active .hover_shape {
    top: -13%;
    right: -65px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    mix-blend-mode: normal;
}
.roadmap_block .hover_shape {
    top: 70%;
    right: 30px;
    max-width: 142px;
    position: absolute;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    mix-blend-mode: luminosity;
    -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.section_decoration .decoration_item:has(img[src*=shape_section_divider_]) {
    top: 0;
    left: 0;
    right: 0;
}

/*.iconlist_block .heading_text{
    font-weight: 600;
}
*/


@media (max-width: 991px) {
    .ico_roadmap_flexbox
 {
        display: block;
    }
}

/* end of roadmap css */

/* whitepaper css */
.whitepaper_image_wrap {
    z-index: 1;
    height: 740px;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    background-size: cover;
    -webkit-box-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: var(--bs-dark);
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    background-position: center center;
    border-color: var(--bs-border-color);
}

.whitepaper_image_wrap::before
 {
    z-index: -1;
    content: "";
    opacity: 0.7;
    position: absolute;
    background-blend-mode: lighten;
    inset: 0px;
    background: linear-gradient(0deg, rgb(7, 7, 16), rgb(35, 23, 64), rgb(53, 34, 95));
}

.whitepaper_image_wrap .image_block
 {
    z-index: 1;
    max-width: 325px;
    position: relative;
    display: inline-block;
    animation: 3s ease-in-out 0s infinite normal none running upDownMover;
}

.partners_group {
    gap: 15px;
}

.ico_partner_logo {
    z-index: 1;
    padding: 1px;
    pointer-events: auto;
    position: relative;
    border-radius: 10px;
    background-color: rgba(47, 51, 109, 0.8);
}

.ico_partner_logo:before {
    inset: 0;
    opacity: 0;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: inherit;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    background-image: linear-gradient(120deg, #944FEB 0%, #DB5D41 37%, #944FEB 100%);
}

.partners_group .ico_partner_logo .logo_wrap {
    height: 86px;
}
.ico_partner_logo .logo_wrap {
    z-index: 1;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    padding: 0 36px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--bs-dark);
}

@keyframes upDownMover {
    0% {
        transform: translateY(0);   /* start position */
    }
    50% {
        transform: translateY(-12px);  /* upar move kare */
    }
    100% {
        transform: translateY(0);   /* wapas neeche */
    }
}

.ico_partner_logo .logo_wrap .dot_1 {
    top: 10px;
    left: 10px;
}
.ico_partner_logo .logo_wrap [class*=dot_] {
    z-index: 1;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background: rgba(47, 51, 109, 0.8);
}

.ico_partner_logo .logo_wrap .dot_2 {
    top: 10px;
    right: 10px;
}
.ico_partner_logo .logo_wrap [class*=dot_] {
    z-index: 1;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background: rgba(47, 51, 109, 0.8);
} 

.ico_partner_logo .logo_wrap .dot_3 {
    right: 10px;
    bottom: 10px;
}
.ico_partner_logo .logo_wrap [class*=dot_] {
    z-index: 1;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background: rgba(47, 51, 109, 0.8);
}

.ico_partner_logo .logo_wrap .dot_4 {
    left: 10px;
    bottom: 10px;
}
.ico_partner_logo .logo_wrap [class*=dot_] {
    z-index: 1;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background: rgba(47, 51, 109, 0.8);
}

.ico_partner_logo:after {
    left: -1px;
    right: -1px;
    top: 50%;
    content: "";
    height: 55%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--bs-dark)
#070710
;
}

.info_wrap_2{
    margin: 20px 0px;
   border-top:1px solid #2F336D;
   padding: 20px 0px;
}

.whitepaper_info_wrap .iconlist_block {
    gap: 14px;
    margin-bottom: 43px;
}

.whitepaper_content {
    overflow: hidden;
    border-radius: 20px;
    background-color: #070710;
    border: 1px solid #2f336d;
}

.whitepaper_image_wrap .image_block:before {
    left: 50%;
    z-index: -1;
    content: "";
    width: 561px;
    height: 110px;
    bottom: -30px;
    opacity: 0.9;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left bottom, left top, from(#FB3AD4), color-stop(#5A19AB), to(#010314));
    background: linear-gradient(0deg, #FB3AD4, #5A19AB, #010314);
}

.iconlist_block.unordered_list_block > li {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

