body {
font-family: "Jura", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #868dff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
iframe {
    border: none;
}
a, b, div, ul, li {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
    -moz-outline: none;
    outline: none;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
img {
    border: none;
    max-width: 100%}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clear-both:before, .clear-both:after {
    display: table;
    content: "";
    clear: both;
}
p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    margin: 0 0 17px;
font-family: "Jura", sans-serif;
}
h1 {
    font-size: 72px;
    line-height: 60px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-size: 22px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
.xs-margin-0 {
    margin: 0;
}
.xs-mb-0 {
    margin-bottom: 0;
}
.xs-mb-10 {
    margin-bottom: 10px;
}
.xs-mb-20 {
    margin-bottom: 20px;
}
.xs-mb-30 {
    margin-bottom: 30px;
}
.xs-mb-40 {
    margin-bottom: 40px;
}
.xs-mb-50 {
    margin-bottom: 50px;
}
.xs-mb-60 {
    margin-bottom: 60px;
}
.xs-mb-70 {
    margin-bottom: 70px;
}
.xs-mb-80 {
    margin-bottom: 80px;
}
.xs-mb-90 {
    margin-bottom: 90px;
}
.xs-mb-100 {
    margin-bottom: 100px;
}
.xs-padding-0 {
    padding: 0;
}
.btn {
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 55px;
    padding: 0 55px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
}
.btn.btn-v3 {
    background: #2bc387;
}
.btn.btn-v3:hover {
    background: #24b780;
    color: #fff;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
}
.btn-primary {
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
    color: #fff;
    border: none;
    outline: none;
    background-size: 200%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.btn-primary:hover {
    color: #fff;
    background-position: right center;
}
.btn-primary.sm-btn {
    padding: 0 32px;
}
.btn-v2 {
    background-position: right center;
}
.btn-v2:hover {
    background-position: left center;
}
.section-padding {
    padding: 100px 0;
}
.section-p-120 {
    padding: 120px 0;
}
.column-title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -.9px;
    margin-bottom: 22px;
    color: #ab3a9e;
}
.xs-title {
    font-size: 16px;
}
.xs-title.sm {
    font-size: 18px;
}
.xs-title.md {
    font-size: 20px;
}
.xs-section-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #868dff;
    font-weight: 700;
font-family: "Jura", sans-serif;
    margin-bottom: 18px;
    line-height: 14px;
    display: block;
}
.feature-title {
    font-size: 20px;
    font-weight: 500;
font-family: "Jura", sans-serif;
}

.feature-title-1 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Jura", sans-serif;
    text-transform: uppercase;
}

.new-p {
    text-align: left;
    margin-top: 20px;
}
.xs-single-title {
    font-size: 24px;
    letter-spacing: .6px;
}
.section-title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}
.section-title-item .section-title {
    font-size: 36px;
    letter-spacing: -.9px;
    font-weight: 400;
    margin-bottom: 70px;
}
.section-title-item.v3 .xs-section-title {
    color: #2bc387;
}
.search-wrap {
    background: rgba(0, 0, 0, .8);
    cursor: url(../images/cross-out.png), pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    display: none;
}
.search-inner {
    height: 50px;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    margin: auto;
}
.search-inner input[type=search] {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #bdbbbb;
    font-size: 18px;
    color: #fff;
    padding: 10px 27px 18px 10px;
    font-style: italic;
    line-height: 1;
}
.search-inner input[type=search]::-webkit-input-placeholder {
    color: #fff;
}
.search-inner input[type=search]:-ms-input-placeholder {
    color: #fff;
}
.search-inner input[type=search]::-ms-input-placeholder {
    color: #fff;
}
.search-inner input[type=search]::placeholder {
    color: #fff;
}
.search-inner button {
    position: absolute;
    right: 10px;
    top: 8px;
    background: 0 0;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* padding: 20px 0; */
    z-index: 111;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .navigation {
    background: 0 0;
}
.xs-menu ul.nav-menu>li>a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 26px 24px;
}
.xs-menu ul.nav-menu>li>a:hover {
    color: #1bd1ea;
}
.xs-menu .megamenu-panel {
    padding: 15px 0;
}
.xs-menu .megamenu-panel-row [class*=col-] {
    margin-left: 0;
}
.xs-menu .megamenu-panel-row [class*=col-] a {
    padding-left: 0;
}
.xs-menu .megamenu-panel-row [class*=col-] a img {
    margin-bottom: 15px;
}
.xs-menu .megamenu-panel-row [class*=col-] a span {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.header-right li {
    display: inline-block;
}
.header-right li a {
    padding: 20px 10px;
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 700;
}
.header-right li.language {
    position: relative;
}
.header-right li.language a {
    font-size: 15px;
}
.header-right li.language img {
    max-width: 28px;
}
.language-content p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
}
.flag-lists {
    text-align: center;
}
.flag-lists li {
    display: inline-block;
    margin-right: 25px;
}
.flag-lists li:last-child {
    margin-right: 0;
}
.flag-lists li a {
    display: block;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flag-lists li a:hover {
    opacity: .7;
}
.flag-lists li a img {
    width: 40px;
    margin-right: 10px;
}
.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.header.fixed-header {
    background: rgba(12, 3, 47, .8);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, .87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(.04) translateY(300%);
    transform: scale(.04) translateY(300%);
}
40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
}
40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
}
60% {
    opacity: 1;
    -webkit-transform: scale(.02) translateY(0px);
    transform: scale(.02) translateY(0px);
}
61% {
    opacity: 1;
    -webkit-transform: scale(.04) translateY(0px);
    transform: scale(.04) translateY(0px);
}
99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%}
100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
}@keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(.04) translateY(300%);
    transform: scale(.04) translateY(300%);
}
40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
}
40% {
    -webkit-transform: scale(.04) translateY(0);
    transform: scale(.04) translateY(0);
}
60% {
    opacity: 1;
    -webkit-transform: scale(.02) translateY(0px);
    transform: scale(.02) translateY(0px);
}
61% {
    opacity: 1;
    -webkit-transform: scale(.04) translateY(0px);
    transform: scale(.04) translateY(0px);
}
99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%}
100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
}.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.xs-promo-popup .mfp-close {
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    font-size: 0;
}
.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.xs-promo-popup.mfp-ready .mfp-close:before {
    position: absolute;
    background: url(../images/cross-out.png) no-repeat center center;
    content: '';
    width: 14px;
    height: 15px;
    right: 17px;
    top: 15px;
}
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
}
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-v3 .xs-menu ul.nav-menu>li>a:hover {
    color: #2bc387;
}
.submenu-indicator {
    margin-top: 3px;
}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.xs-menu ul.nav-menu>li>a:hover .submenu-indicator-chevron {
    border-color: transparent #1bd1ea #1bd1ea transparent;
}
.nav-brand img{
    width: 40% ;
}

.banner-sec {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #1a1732;
}
.banner-item {
    min-height: 600px;
    padding-top: 242px;
    /* position: absolute; */
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* transition: left 0.5s ease-in-out; */
    transform: scale(1.1);
}

.banner-item.active {
    left: 0;
    opacity: 1;
    transform: scale(1);
}

.banner-content {
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.banner-title, .banner-content p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.banner-item.active .banner-title, 
.banner-item.active .banner-content p {
    opacity: 1;
    transform: translateY(0);
}


.slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-title {
    font-size: 3rem;
    font-weight: bold;
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 2;
    transform: translateX(-50%);

}

.prev-btn, .next-btn {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
    transition: background-color 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: url(../images/banner/banner_shapes.png) no-repeat center center/cover;
}
.banner-content {
    text-align: center;
    z-index: 1;
    position: relative;
}
.banner-content .banner-title {
    font-size: 70px;
font-family: "Jura", sans-serif;
    font-weight: 600;
    letter-spacing: -1.75px;
    margin-bottom: 40px;
}
.banner-content p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding: 0 64px;
    margin-bottom: 36px;
}
.banner-img-item {
    position: relative;
    margin: 0 -50px;
}
.banner-ico {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}
.banner-ico.banner-ico-1 {
    left: 20.8%;
    top: 38%}
.banner-ico.banner-ico-2 {
    left: 30%;
    right: inherit;
    top: 6%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.banner-ico.banner-ico-3 {
    top: 22%;
    left: 51%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.banner-ico.banner-ico-4 {
    left: inherit;
    right: 32.2%;
    top: 10%;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.banner-ico.banner-ico-5 {
    left: inherit;
    right: 15.8%;
    top: 32%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
@-webkit-keyframes bounce {
    from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
}@keyframes bounce {
    from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
}.banner-v2 .banner-item {
    height: 768px;
    min-height: 0;
    padding-top: 0;
    position: relative;
}
.banner-v2 .banner-item:before {
    z-index: 1;
}
.banner-v2 .banner-item .banner-content {
    text-align: left;
}
.banner-v2 .banner-item .banner-content p {
    padding: 0;
}
.banner-v2 .banner-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 33px;
}
.banner-v2 .banner-v2-img .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-v2 .banner-v2-img .banner-ico.banner-ico-1 {
    right: 26.6%;
    left: inherit;
    top: 35%}
.banner-v3 {
    background: #26b780;
}
.banner-table {
    display: table;
    width: 100%;
    height: 100%}
.banner-table .banner-table-cell {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.featured-area {
    position: relative;
}
.featured-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 78%;
    content: '';
    background: url(../images/shapes/shape3.png) no-repeat center center/cover;
    z-index: 1;
}
.featured-area:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 56%;
    content: '';
    background: url(../images/shapes/shape2.png) no-repeat center center/cover;
}
.blockcain-and-featured-area {
    position: relative;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#02004c), color-stop(31%, #02004b), to(#02004b));
    background-image: linear-gradient(90deg, #02004c 0%, #02004b 31%, #02004b 100%); */
    background-color: #16142a;
}
.blockcain-and-featured-area:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/background/bg_dot1.png) no-repeat center center/cover;
}
.blockcain-top-sec {
    padding: 80px 0;
}
.blockcain-top-sec-bgimg { 
    background-image: url(../images/robote-shape.png);
    background-repeat: no-repeat;
    background-position: top right 130px;
    background-size: contain;
}

.blockcain-top {
    padding-right: 80px;
    position: relative;
    z-index: 1;
}
.blockcain-top:before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #353371;
}
.blockcain-top .column-title {
    font-weight: 700;
}
.blockcain-top-content {
    position: relative;
    z-index: 1;
}
.blockcain-top-content p {
    font-size: 18px;
    line-height: 32px;
}
.hidden-title {
    font-size: 200px;
font-family: "Jura", sans-serif;
    color: rgba(0, 0, 0, .051);
    font-weight: 700;
    line-height: .13;
    text-align: center;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: auto;
}
.blockcain-v3 {
    padding: 114px 0 129px;
    position: relative;
}
.blockcain-v3:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/blockchain/blockcain_dot.png) no-repeat center center/cover;
}
.blockcain-v3 .blockcain-top:before {
    background: #cce2df;
}
.blockcain-v3 .column-title {
    color: #000;
}
.blockcain-v3 .blockcain-top-content p {
    color: #606060;
}
.featured-sec {
    position: relative;
}
.main-fetured-item {
    position: relative;
    background: url(../images/feature/blur_image.png) no-repeat center center/cover;
    padding: 80px 30px 70px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border: 1px solid #251c78;
    overflow: hidden;
    height: 604px;
    background: linear-gradient(335deg, #8743b2 0%, #5e115391 66.48%, #0c1449 100%);
}


.main-fetured-item-3 {
    position: relative;
    background: url(../images/feature/blur_image.png) no-repeat center center/cover;
    padding: 80px 30px 70px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border: 1px solid #251c78;
    overflow: hidden;
    height: 604px;
}

/* Container for Horizontal Layout */
.flow-container {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin: 20px;
}

/* Main Step Styles */
.step {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 5px;
}

/* Sub-Step Styles */
.sub-step {
    position: relative;
    border: 1px solid #ccc;
    background-color: #e5e5e5;
    margin-top: 80px;
    margin-left: -20px;
}


.step, .sub-step {
    display: inline-grid;
    justify-items: center;
    text-align: center;
    width: 160%;
    font-size: 10px;
    padding: 10px 5px;
    border-radius: 20px;
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
}

    /* Hover effect for smooth shadow on step boxes */
    .step:hover, .sub-step:hover {
        border: 1px solid #ffffff;
    }

/* General Arrow Styles */
.arrow {
    position: absolute;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    width: 0; /* Start width for animation */
    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.3s ease;
}

/* Long Animated Line from Step 1.1 to Step 4.1 */
.arrow-long {
    max-width: calc(100% + 370px); /* Adjust to reach Step 4.1 */
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* Hover to trigger width expansion */
.step-1-1:hover .arrow-long {
    width: calc(100% + 370px);
    opacity: 1;
}

/* Regular Horizontal Arrow */
.arrow-horizontal {
    max-width: 40px;
    left: 100%;
    top: 50%;
}

/* Vertical Arrow */
.arrow-vertical {
    max-width: 1px;
    height: 40px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* Wider line for Step 4 to Step 5 */
.arrow-to-step-5 {
    max-width: calc(100% + 285px); /* Wider arrow from Step 4 to Step 5 */
    height: 1px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-to-step-2 {
    max-width: calc(100% + 150px); /* Wider arrow from Step 4 to Step 5 */
    height: 1px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}


.arrow-to-step-41 {
    max-width: calc(100% + -5px);
    height: 0.1px;
    left: 50%;
    top: 151%;
    transform: translateY(-50%);
}

.arrow-to-step-42 {
    max-width: calc(100% + 15px);
    height: 1px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-to-step-42-5 {
    max-width: 1px;
    height: 45px;
    top: 0%;
    left: 215%;
    transform: translateX(-50%);
}



/* Show all arrows with consistent animation */
.step-1:hover .arrow-horizontal,
.step-1:hover .arrow-vertical,
.step-2:hover .arrow-horizontal,
.step-3:hover .arrow-horizontal,
.step-4:hover .arrow-horizontal,
.step-4:hover .arrow-vertical,
.step-4-1:hover .arrow-horizontal,
.step-4-1:hover .arrow-vertical,
.step-4-2:hover .arrow-horizontal {
    width: 100%;
    opacity: 1;
}

.step-4:hover .arrow-to-step-5 {
    width: 300px;
    opacity: 1;
}

.step-4:hover .arrow-to-step-41 {
    width: 250px;
    opacity: 1;
}


.step-1:hover .arrow-to-step-41 {
    width: 250px;
    opacity: 1;
}

.step-1:hover .arrow-to-step-2 {
    width: 175px;
    opacity: 1;
}

.step-4-2:hover .arrow-to-step-42 {
    width: 250px;
    opacity: 1;
}

.step-4-2:hover .arrow-to-step-42-5 {
    width: 250px;
    opacity: 1;
}

.flow-img-fluid {
    width: 40%;
    margin-bottom: 8px;
    filter: invert(1);
}



.main-fetured-item:before {
    background: rgb(184 51 173 / 12%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.main-fetured-item-3:before {
    background: rgb(184 51 173 / 12%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.main-fetured-item .single-feaured-item {
    text-align: center;
    padding: 0 0px;
}
.main-fetured-item .single-feaured-item img {
    margin-bottom: 40px;
}
.main-fetured-item .single-feaured-item .feature-title {
    margin-bottom: 17px;
}
.main-fetured-item .single-feaured-item p {
    margin-bottom: 0;
}
.featured-poligonal-img {
    position: absolute;
    right: 4%;
    top: 28px;
}
.blockcain-business-sec, .client-logo-sec, .chart-gap {
    position: relative;
    z-index: 1;
}
.featured-v3 {
    position: relative;
}
.featured-v3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/feature/feature_bg_dot.png) no-repeat center center/cover;
    content: ''}
.featured-v3 .main-fetured-item {
    border-color: #2a3b39;
}
.featured-v3 .main-fetured-item:before {
    background: rgba(0, 110, 92, .64);
}
.featured-v3 .main-fetured-item .single-feaured-item p {
    color: #afecd4;
}
.blockcain-and-logo-area {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#02004c), color-stop(69%, #02004b), to(#02004b));
    background-image: linear-gradient(90deg, #02004c 0%, #02004b 69%, #02004b 100%); */
    background-color: #16142a;
    position: relative;
}
.blockcain-and-logo-area:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    /* background: url(../images/background/bg_dot2.png) no-repeat center center/cover; */
}
.blockcain-business-sec {
    background-image: url(/assets/images/banner-image.png);
    padding: 122px 0 52px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45%;
}

.blockcain-business-sec-imag{
    background-image: url(../images/background/bg_i1.svg);
    background-repeat: no-repeat;
    background-position: right;
}


.unique-item-container {
    cursor: pointer;
    margin-bottom: 20px;
}

.unique-hidden-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.unique-item-container:hover .unique-hidden-content {
    display: block;
    opacity: 1;
}

.content-display-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    height: 100%;
    transition: background-image 0.5s ease-in-out;
}

.background-image img {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.feature-icon {
    width: 16px;
    height: 16px;
}

.hover-content {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    color: white;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    width: 100%;
}

.unique-item-container:hover ~ .content-display-container .background-image img {
    opacity: 0.3;
}

.unique-item-container:hover ~ .content-display-container .hover-content {
    opacity: 1;
}

.unique-item-container:hover ~ .content-display-container {
    background-image: url('assets/images/blockchain/item1-bg.html');
}



.blockcain-img {
    text-align: center;
}
/* .blockcain-img img {
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
    animation: bounce 2s ease-in-out 0s infinite alternate;
} */
.blockcain-content p {
    margin-bottom: 30px;
}
.blockcain-content .btn {
    margin-top: 10px;
}
.blockcain-business-v3 {
    position: relative;
    padding: 120px 0;
}
.blockcain-business-v3:before {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/blockchain/blockcain_dot_business.png) no-repeat center center/cover;
}

.border-ba{
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 40px;
}

.blockcain-business-v3 .xs-section-title {
    color: #2bc387;
}
.blockcain-business-v3 .column-title {
    color: #000;
}
.blockcain-business-v3 .blockcain-content p {
    color: #606060;
}
.client-logo-item {
    padding: 70px 0;
    border-bottom: 1px solid #353371;
    background-color: rgb(255 255 255 / 65%);
    border-radius: 20px;
    border: #fff 1px solid;
}
.client-logo-item .client-logo {
    text-align: center;
}
.client-logo-item .client-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 135px;
    display: block;
    margin: auto;
}
.client-logo-item .client-logo:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.client-logo-v3 {
    background-image: -webkit-gradient(linear, right top, left top, from(#027762), color-stop(47%, #026054), color-stop(99%, #014945));
    background-image: linear-gradient(to left, #027762 0%, #026054 47%, #014945 99%);
}
.client-logo-v3 .client-logo-item {
    padding: 80px 0;
}
.client-logo-v3 .client-logo-item {
    border-bottom: none;
}
.how-work-and-token-area {
    position: relative;
}
.how-work-and-token-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 69%;
    content: '';
    background: url(../images/shapes/shape3.png) no-repeat center center/cover;
}
/*.how-work-and-token-area:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 56%;
    content: '';
    background: url(../images/shapes/shape2.png) no-repeat center center/cover;
}*/
.how-work-sec {
    padding-top: 120px;
    position: relative;
    z-index: 2;
}

.how-work-sec-1 {
    padding-top: 120px;
    background-color: #16142a;
}
.xs-count-down {
    background: url(../images/how-works/ico_end_bg.png) no-repeat center center/cover;
    position: relative;
    padding: 33px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08);
    z-index: 1;
    background: linear-gradient(335deg, #8743b2 0%, #5e115391 66.48%, #0c1449 100%);
}

.xs-count-down:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ''
}

.xs-count-down .xs-single-title {
font-family: "Jura", sans-serif;
    font-weight: 400;
    margin-bottom: 28px;
    text-align: center;
}

.xs-count-down .xs-counter-list {
    position: relative;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin-bottom: 32px;
    padding: 25px 10px;
}
.xs-count-down .xs-counter-list li {
    display: inline-block;
    text-align: center;
    padding: 12px;
    color: #fff;
}
.xs-count-down .xs-counter-list li strong {
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 40px;
}
.xs-count-down .xs-counter-list li span {
    display: block;
    font-size: 14px;
}
.xs-count-down .btn-wrapper {
    margin-bottom: 10px;
}
.xs-progress-bar {
    position: relative;
    margin: 0 20px 40px;
}
.xs-progress-bar span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.xs-progress-bar span.progess-text-2 {
    float: right;
}
.xs-progress-bar .xs-bar {
    width: 100%;
    height: 14px;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.xs-progress-bar .xs-bar .bar-bg {
    background: -webkit-gradient(linear, left top, right top, from(#e4597c), color-stop(51%, #f6b97b), to(#fce579));
    background: linear-gradient(to right, #e4597c 0%, #f6b97b 51%, #fce579 100%);
    position: absolute;
    height: 14px;
    width: 75%}
.work-token-item ul li {
    display: block;
    margin-bottom: 24px;
    padding-right: 36px;
}
.work-token-item ul li strong {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.work-video {
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}
/*.work-video:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%);
    opacity: .502;
}*/
.work-video img {
    width: 100%}
.work-video .video-btn {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #1bd1ea;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    padding: 20px 22px;
}
.work-video .video-btn i {
    position: relative;
}
.work-video .video-btn:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: rgba(15, 126, 82, .5);
    border-radius: 50%;
    -webkit-animation: bubble-ripple 1.5s linear infinite;
    animation: bubble-ripple 1.5s linear infinite;
    border: 10px solid #000;
}
.work-video .video-btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 15px solid #fff;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 1.5s linear infinite;
    animation: bubble-ripple 1.5s linear infinite;
}
.work-video .video-btn .btn-hover-anim {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 17px solid #fff;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 2s linear infinite;
    animation: bubble-ripple 2s linear infinite;
}
@-webkit-keyframes bubble-ripple {
    0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
}
}@keyframes bubble-ripple {
    0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
}
}.how-work-v3 {
    background: 0 0;
    position: relative;
}
.how-work-v3:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: '';
    background: url(../images/how-works/how_work_bg_dot.png) no-repeat center center/cover;
}
.how-work-v3 .xs-count-down:before {
    background: rgba(0, 110, 92, .64);
}
.how-work-v3 .work-token-item ul li span {
    color: #afecd4;
}
.how-work-v3 .work-video {
    position: relative;
}
.how-work-v3 .work-video:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(15, 126, 82, .7);
}
.how-work-v3 .work-video .video-btn {
    color: #24b780;
}
.token-roadmap-area {
    /* background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%); */
    background-color: #16142a;
}
.roadmap-bg-image{
    background-image: url(../images/timelinered.png);
    background-repeat: no-repeat;
    background-position: center;
}

.token-chart-item {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 30px solid #182c75;
    -webkit-box-shadow: 0 0 44px 11px #030d69;
    box-shadow: 0 0 44px 11px #030d69;
    margin-bottom: 40px;
}
.chart-label {
    padding-left: 20px;
}
.chart-label li {
    position: relative;
    white-space: nowrap;
    margin-bottom: 45px;
}
.chart-label li span {
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}
.chart-label li img {
    position: absolute;
    left: -160px;
    top: 13px;
}
.chart-label li:nth-child(1) img {
    left: -169px;
    top: 15px;
    width: 80%}
.chart-label li:nth-child(2) img {
    left: -125px;
    top: 10px;
}
.chart-label li:nth-child(3) img {
    left: -113px;
    top: 9px;
    width: 50%}
.chart-label li:nth-child(4) img {
    left: -133px;
    top: -10px;
    width: 61%}
.chart-gap .xs-single-title {
    text-align: center;
    margin-bottom: 0;
}
.token-distribution-v3 .xs-section-title {
    color: #2bc387;
}
.token-distribution-v3 .section-title, .token-distribution-v3 .chart-gap .xs-single-title {
    color: #000;
}
.token-distribution-v3 .chart-label li {
    color: #606060;
}
.token-distribution-v3 .chart-label li span {
    color: #2bc387;
}
.token-distribution-v3 .token-chart-item {
    border-color: #fff;
    background-image: -ms-linear-gradient(45deg, #3a67f6 14%, #59aefa 47%, #77f4fd 99%);
    -webkit-box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
    box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
}
.roadmap-sec {
    position: relative;
}
.roadmap-timeline {
    position: relative;
}
.roadmap-timeline img {
    width: 100%}
.roadmap-timeline-item {
    padding: 0 70px;
    position: relative;
    z-index: 1;
}
.roadmap-timeline-item .xs-roadmap {
    position: relative;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
    margin-top: -17px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
    margin-top: -31px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(2):before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    top: -190px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
    margin-top: -69px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    top: -229px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
    margin-top: -67px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(4):before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    top: -226px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(5) {
    margin-top: -8px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(5):before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    top: -168px;
}
@media(min-width:1600px) {
    .custom-container.container {
    max-width: 1600px;
    margin: auto;
}
.roadmap-timeline img {
    max-width: 1920px;
    margin: auto;
    display: block;
    margin: auto;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
    margin-top: -43px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
    margin-top: -59px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
    margin-top: -115px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
    margin-top: -110px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(5) {
    margin-top: -23px;
}
}.single-roadmap-timeline {
    text-align: center;
    position: relative;
    padding-top: 45px;
    margin-top: -45px;
    min-height: 134px;
}
.single-roadmap-timeline:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    content: '';
    left: 0;
    top: 6px;
    right: 0;
    margin: auto;
}
.single-roadmap-timeline:after {
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.single-roadmap-timeline b {
    position: absolute;
    top: -118px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    -webkit-animation: loader-6-1 2s infinite;
    animation: loader-6-1 2s infinite;
}
.single-roadmap-timeline h3 {
    font-size: 18px;
    line-height: 22px;
}
.single-roadmap-timeline p {
    margin-bottom: 0;
    padding: 0 20px;
}
@-webkit-keyframes loader-6-1 {
    0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
}
}@keyframes loader-6-1 {
    0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
}
}.roadmap-v3 {
    background: #003033;
    padding-bottom: 115px;
    position: relative;
}
.roadmap-v3:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    content: '';
    background: url(../images/roadmap/shap.png) no-repeat center center/cover;
}
.roadmap-v3 .xs-section-title {
    color: #2bc387;
}
.roadmap-v3 .single-roadmap-timeline p {
    color: #afecd4;
}
.document-and-team-area {
    position: relative;
}
.document-and-team-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 69%;
    content: '';
    background: url(../images/shapes/shape3.png) no-repeat center center/cover;
    z-index: 1;
}
.document-and-team-area:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 56%;
    content: '';
    background: url(../images/shapes/shape2.png) no-repeat center center/cover;
}
.doceumnt-sec {
    padding-top: 80px;
    position: relative;
    /* background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%); */
    background-color: #16142a;
    z-index: 1;
}
.xs-tabs-menu {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.xs-tabs-menu a {
    display: block;
    width: 100%;
    color: #fff;
    background: red;
    text-align: center;
    padding: 30px 20px;
    margin: 0 15px;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#3a67f6), color-stop(90%, #6cdafc), to(#67cffb));
    background-image: linear-gradient(to top right, #3a67f6 0%, #6cdafc 90%, #67cffb 100%);
}
.xs-tabs-menu a.active {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .32);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .32);
}
.xs-tabs-menu a i {
    display: block;
    font-size: 48px;
    margin-bottom: 28px;
}
.xs-tabs-menu a:nth-of-type(2) {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#ed6a7f), color-stop(90%, #f7bd7b), to(#f9cc7a));
    background-image: linear-gradient(to top right, #ed6a7f 0%, #f7bd7b 90%, #f9cc7a 100%);
}
.xs-tabs-menu a:nth-of-type(3) {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#02cafd), color-stop(90%, #55e8c6), to(#76f4b0));
    background-image: linear-gradient(to top right, #02cafd 0%, #55e8c6 90%, #76f4b0 100%);
}
.xs-tabs-menu a:nth-of-type(4) {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#9a26f6), color-stop(90%, #e24e8d), to(#e65087));
    background-image: linear-gradient(to top right, #9a26f6 0%, #e24e8d 90%, #e65087 100%);
}
.road-map-tab .tab-pane {
    min-height: 424px;
}
.road-map-tab .tab-pane.active.show {
    -webkit-animation: fadeUp 1s ease-in-out 0s alternate;
    animation: fadeUp 1s ease-in-out 0s alternate;
}
@-webkit-keyframes fadeUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.xs-tabs-content .release_vertion {
    margin-bottom: 27px;
    display: block;
}
.xs-tabs-content .download-logo li {
    display: inline-block;
    margin: 19px 24px 20px 0;
}
.xs-white-tabs-content .xs-single-title {
    margin-bottom: 26px;
}
.xs-white-tabs-content p {
    margin-bottom: 40px;
}
.report-table {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#15115f), color-stop(50%, #161796), to(#161795));
    background-image: linear-gradient(to top, #15115f 0%, #161796 50%, #161795 100%);
}
.report-table table {
    margin-bottom: 0;
}
.report-table table tr:nth-child(even) {
    background: rgba(0, 0, 0, .2);
}
.report-table table th {
    border: none;
    font-weight: 500;
    color: #20add0;
    font-size: 14px;
    padding: 13px 20px;
}
.report-table table td {
    border: none;
    font-size: 12px;
    font-family: "Jura", sans-serif;
    color: #fff;
    padding: 4px 20px;
}
.report-table table td img {
    margin-right: 10px;
}
.report-table table td.change {
    color: #1bd1ea;
    font-weight: 600;
}
.ico-table {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#05034e), color-stop(50%, #111078), to(#16179a));
    background-image: linear-gradient(to top, #05034e 0%, #111078 50%, #16179a 100%);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    position: relative;
    -webkit-box-shadow: 0 4px 33px 4px #070648;
    box-shadow: 0 4px 33px 4px #070648;
}
.ico-table:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    content: ''}
.ico-table table {
    margin-bottom: 0;
}
.ico-table table tr:nth-child(even) {
    background: rgba(0, 0, 0, .1);
}
.ico-table table tr td {
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 12px 40px;
}
.ico-table table tr td:last-child {
    text-align: right;
}
.docement-v3 {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
    position: relative;
}
.docement-v3 .xs-white-tabs-content p {
    color: #afecd4;
}
.docement-v3 .xs-tabs-content .release_vertion {
    color: #afecd4;
}
.docement-v3 .report-table, .docement-v3 .ico-table {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#025c4f), color-stop(50%, #1e4226), to(#1e4532));
    background-image: linear-gradient(to top, #025c4f 0%, #1e4226 50%, #1e4532 100%);
    -webkit-box-shadow: 0 4px 33px 4px #054a40;
    box-shadow: 0 4px 33px 4px #054a40;
}
.docement-v3 .road-map-tab .tab-pane {
    min-height: 390px;
}
.documentaion-shap-img img {
    position: absolute;
}
.documentaion-shap-img img.d-shap-img-1 {
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}
.documentaion-shap-img img.d-shap-img-2 {
    right: 9%;
    bottom: 26%;
    margin: auto;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.documentaion-shap-img img.d-shap-img-3 {
    right: 5%;
    margin: auto;
    top: 19%}
.team-sec {
    /* background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%); */
    background-color: #16142a;
}
.single-team {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}
.single-team:hover .team-img:before {
    opacity: 1;
    visibility: visible;
}
.single-team:hover .team-img .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-28%) scale(1);
    transform: translateY(-28%) scale(1);
}
.single-team .team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.single-team .team-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(70, 82, 152, .65);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.single-team .team-img img {
    width: 100%}
.single-team .team-img .team-social {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    -webkit-transform: translateY(-28%) scale(0);
    transform: translateY(-28%) scale(0);
    opacity: 0;
    -webkit-transition: all ease 600ms;
    transition: all ease 600ms;
}
.single-team .team-img .team-social a {
    color: #fff;
    margin: 0 12px;
    -webkit-transition: all ease 600ms;
    transition: all ease 600ms;
}
.single-team .team-img .team-social a:hover {
    color: #1bd1ea;
}
.single-team .team-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 13px 0 14px;
    background: #3a32b9;
}
.single-team .team-content .xs-title {
    margin-bottom: 0;
}
.single-team .team-content p {
    margin-bottom: 0;
    color: #8696ea;
}
.team-v2-sec {
    position: relative;
}
.team-v2-sec .single-team {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.team-v2-sec .single-team .team-img::before {
    opacity: .8;
    visibility: visible;
}
.team-v2-sec .single-team .team-content {
    bottom: -39px;
    background: #001693;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.team-v2-sec .single-team .team-content p {
    margin-bottom: 9px;
}
.team-v2-sec .single-team .team-social a {
    color: #fff;
    margin: 0 8px;
    display: inline-block;
    opacity: 0;
}
.team-v2-sec .single-team .team-social a:hover {
    color: #1bd1ea;
}
.team-v2-sec .single-team:hover {
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25);
}
.team-v2-sec .single-team:hover .team-content {
    bottom: 0;
}
.team-v2-sec .single-team:hover a {
    opacity: 1;
}
.team-v2-sec .single-team:hover .team-img::before {
    opacity: 0;
    visibility: hidden;
}
.team-v3 {
    background: 0 0;
    overflow: hidden;
}
.team-v3:before {
    background: url(../images/team/shap.html) no-repeat center center/cover;
    width: 37%;
    left: -159px;
    height: 100%;
    right: inherit;
}
.team-v3 .xs-section-title {
    color: #2bc387;
}
.team-v3 .section-title {
    color: #000;
}
.team-v3 .single-team .team-img:before {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
    opacity: .702;
}
.team-v3 .single-team .team-content {
    background: #2bc387;
}
.team-v3 .single-team .team-content p {
    color: #afecd4;
}
.blog-and-footer-area {
    /* background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%); */
    background-color: #16142a;
}
.blog-and-social-area {
    position: relative;
}
.blog-and-social-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/shapes/shapes1.png) no-repeat center center/cover;
}
.blog-featured-post {
    position: relative;
}
.blog-featured-post .blog-feaured-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.blog-featured-post .blog-feaured-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(50% 50%, #070086 0%, #050069 37%, #02004b 87%);
    opacity: .4;
}
.blog-featured-post .blog-feaured-img img {
    width: 100%;
    height: auto;
}
.blog-featured-post .blog-featured-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 20px;
}
.blog-featured-post .blog-featured-content .post-meta-date {
    color: #8696ea;
    display: block;
    margin-bottom: 10px;
}
.blog-featured-post:hover .xs-blog-title {
    color: #1bd1ea;
}
.xs-blog-title {
    font-size: 24px;
    font-weight: 500;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.xs-blog-title:hover {
    color: #1bd1ea;
}
.xs-post-title {
    font-size: 18px;
}
.blog-post .single-blog-post {
    margin-bottom: 30px;
}
.blog-post .single-blog-post:hover .xs-post-title a {
    color: #1bd1ea;
}
.blog-post .single-blog-post .post-img {
    margin-right: 28px;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
.blog-post .single-blog-post .post-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(2, 0, 75, .4);
}
.blog-post .single-blog-post .post-meta-date {
    display: block;
    margin-bottom: 10px;
}
.blog-post .single-blog-post .xs-post-title a {
    color: #fff;
}
.blog-post .single-blog-post .xs-post-title a:hover {
    color: #1bd1ea;
}
.blog-post .single-blog-post:last-of-type {
    margin-bottom: 0;
}
.blog-v3 {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
}
.blog-v3 .blog-feaured-img:before {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
    opacity: .6;
}
.blog-v3 .blog-featured-post .blog-featured-content .post-meta-date, .blog-v3 .blog-post .single-blog-post .post-meta-date {
    color: #afecd4;
}
.blog-v3 .xs-blog-title:hover, .blog-v3 .blog-post .single-blog-post .xs-post-title a:hover {
    color: #2bc387;
}
.blog-v3 .blog-post .single-blog-post .post-img:before {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
    opacity: .302;
}
.single-social-list {
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-clip: padding-box;
    background-color: #4359ab;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
    background-image: linear-gradient(322deg, #1b408d 0%, #6187d7 100%);
    min-height: 185px;
    padding: 25px 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.single-social-list:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single-social-list:hover a {
    background: rgba(0, 0, 0, .8);
}
.single-social-list i {
    font-size: 40px;
    color: #fff;
    display: block;
    margin-bottom: 17px;
}
.single-social-list a {
    border-radius: 19px;
    background-clip: padding-box;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    text-align: center;
    height: 36px;
    font-size: 20px;
    line-height: 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.single-social-list a:hover {
    background: rgba(0, 0, 0, .8);
}
.single-social-list.twitter {
    background-color: #009ff3;
    background-image: linear-gradient(322deg, #117ffb 0%, #7fc9fd 100%);
}
.single-social-list.github {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #1f1f1f 0%, #585858 100%);
}
.single-social-list.slack {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #e00763 0%, #ff68a8 100%);
}
.single-social-list.bitcoin {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #ff8a00 0%, #fbba6b 100%);
}
.single-social-list.youtube {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #c80b0a 0%, #f14443 100%);
}
.single-social-list.youtube-2 {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #ff0100 0%, #ff6c6b 100%);
}
.single-social-list.medium {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #038c59 0%, #31fb8d 100%);
}
.social-list-v3 {
    position: relative;
}
.social-list-v3:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 91px;
    width: 64%;
    height: 72%;
    margin: auto;
    background: url(../images/social_bg.png) no-repeat center center/cover;
    content: ''}
.social-list-v3 .xs-section-title {
    color: #2bc387;
}
.social-list-v3 .section-title {
    color: #000;
}
.footer-area {
    padding: 70px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    z-index: 1;
}
.footer-widget .footer-logo {
    /* margin-bottom: 36px; */
}
.footer-widget .widget-title {
    font-size: 20px;
    margin-bottom: 41px;
}
.footer-widget p:last-of-type {
    margin-bottom: 0;
}
.footer-widget ul li {
    display: block;
    margin-bottom: 8px;
}
.footer-widget ul li a {
    line-height: 32px;
    display: block;
    color: #868dff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.footer-widget ul li a:hover {
    color: #1bd1ea;
}
.footer-widget ul li:last-child {
    margin-bottom: 0;
}
.footer-widget.support {
    /* margin-left: 40px; */
}
.widget-subscibe {
    position: relative;
    margin-bottom: 35px;
}
.widget-subscibe .subscribe-email {
    width: 100%;
    height: 45px;
    border: 1px solid #1561f5;
    border-radius: 3px/3px 3px 3px 3px;
    background: 0 0;
    padding: 0 40px 0 26px;
    color: #868dff;
}
.widget-subscibe .subscribe-email::-webkit-input-placeholder {
    color: #868dff;
}
.widget-subscibe .subscribe-email:-ms-input-placeholder {
    color: #868dff;
}
.widget-subscibe .subscribe-email::-ms-input-placeholder {
    color: #868dff;
}
.widget-subscibe .subscribe-email::placeholder {
    color: #868dff;
}
.widget-subscibe .subs-btn {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: 0 0;
    border: none;
    cursor: pointer;
    outline: none;
}
.widget-subscibe .subs-btn i {
    background: -webkit-radial-gradient(left, #3967f5 -16.5%, #3967f5 25.45%, #77f3fd 115.33%, #77f3fd 116.5%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-16.5%, #3967f5), color-stop(25.45%, #3967f5), color-stop(115.33%, #77f3fd), color-stop(116.5%, #77f3fd));
    background-image: linear-gradient(left, #3967f5 -16.5%, #3967f5 25.45%, #77f3fd 115.33%, #77f3fd 116.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-copyright {
    padding: 27px 0;
}
.footer-copyright p {
    text-align: center;
    margin-bottom: 0;
}
.xs-footer-v3 {
    background-image: linear-gradient(-149deg, #038b6d 0%, #026353 47%, #013b38 99%);
}
.xs-footer-v3 .footer-widget p {
    color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li {
    color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li a {
    color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li a:hover {
    color: #2bc387;
}
.xs-footer-v3 .widget-subscibe .subscribe-email {
    border-color: #afecd4;
    color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::-webkit-input-placeholder {
    color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email:-ms-input-placeholder {
    color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::-ms-input-placeholder {
    color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::placeholder {
    color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subs-btn i {
    color: #2bc387;
    background: 0 0;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: unset;
}
.xs-footer-v3 .footer-copyright p {
    color: #afecd4;
}
.xs-sidebar-group {
    position: relative;
}
.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/cross-out.png), pointer;
}
.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    left: 0;
    background: #000;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
}
.sidebar-textwidget {
    padding: 40px;
    padding-top: 120px;
}
.close-side-widget {
    color: #1768dd;
    font-size: .88235rem;
    display: block;
}
.close-side-widget i {
    font-size: 20px;
}
.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.xs-empty-content {
    text-align: center;
    padding: 120px 30px 30px;
}
.xs-empty-content .widget-title {
    font-size: 1.29412rem;
    color: #313131;
    font-weight: 600;
}
.xs-empty-content .xs-title {
    margin-bottom: 20px;
    font-size: 1.05882rem;
    color: #313131;
}
.xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: 1.17647rem;
}
.xs-empty-content .empty-cart-icon {
    font-size: 2.94118rem;
    margin-bottom: 30px;
}
.sidebar-logo-wraper {
    margin-bottom: 30px;
}
.sidebar-textwidget p {
    color: #6d6d6d;
    margin-bottom: 30px;
}
.sideabr-list-widget img {
    margin-right: 15px;
    margin-top: 3px;
}
.sideabr-list-widget li {
    margin-bottom: 30px;
}
.sideabr-list-widget li i {
    font-size: 30px;
    margin-right: 20px;
    color: #1768dd;
}
.sideabr-list-widget p, .sideabr-list-widget a {
    color: #000;
    margin-bottom: 0;
    display: block;
}
.sideabr-list-widget span {
    color: #1768dd;
}
.subscribe-from {
    margin-bottom: 40px;
}
.subscribe-from p {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    color: #1768dd;
}
.subscribe-from .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-left: 25px;
}
.subscribe-from .form-group {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(23, 104, 221, .2);
    box-shadow: 0 10px 30px 0 rgba(23, 104, 221, .2);
    margin-bottom: 0;
}
.subscribe-from .sub-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%}
.social-list {
    text-align: center;
    margin-bottom: 40px;
}
.social-list li {
    display: inline-block;
}
.social-list li a {
    color: #fff;
    font-size: .70176rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%}
.social-list li a.facebook {
    background-color: #4969a8;
}
.social-list li a.twitter {
    background-color: #020e15;
}
.social-list li a.linkedin {
    background-color: #1178b3;
}
.social-list li a.instagram {
    background-color: #a2005c;
}
.social-list li a.vimeo {
    background-color: #1ab7ea;
}
.social-list li a.youtube {
    background-color: #ff0303;
} 
.wrap-area-v2 {
    background-color: #001ec8;
}
.wrap-area-v2 p, .wrap-area-v2 span, .wrap-area-v2 ul li, .wrap-area-v2 strong, .wrap-area-v2 .footer-widget ul li a {
    color: #8596ef;
}
.wrap-area-v2 .footer-widget ul li a:hover {
    color: #1bd1ea;
}
.wrap-area-v2 .banner-content p {
    color: #fff;
}
.wrap-area-v2 .blockcain-top:before {
    background: #334bd3;
}
.wrap-area-v2 .client-logo-item {
    border-color: #334bd3;
}
.wrap-area-v2 .xs-section-title {
    color: #5f66f6;
}
.wrap-area-v2 .btn-primary {
    background-position: right center;
}
.wrap-area-v2 .btn-primary:hover {
    background-position: left center;
}
.wrap-area-v2 .token-chart-item {
    background: 0 0;
    -webkit-box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
    box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
    border-color: #1746d3;
}
.wrap-area-v2 .xs-count-down::before {
    background: rgba(0, 36, 255, .64);
}
.wrap-area-v2 .xs-count-down .xs-counter-list {
    background: rgba(0, 0, 0, .2);
}
.wrap-area-v2 .xs-count-down .xs-counter-list li strong, .wrap-area-v2 .xs-count-down .xs-counter-list li span {
    color: #fff;
}
.wrap-area-v2 .xs-count-down .xs-progress-bar span {
    color: #fff;
}
.wrap-area-v2 .blockcain-and-featured-area, .wrap-area-v2 .blockcain-and-logo-area, .wrap-area-v2 .how-work-sec .how-work-sec-1, .wrap-area-v2 .token-roadmap-area, .wrap-area-v2 .doceumnt-sec, .wrap-area-v2 .team-sec, .wrap-area-v2 .blog-and-footer-area {
    background: 0 0;
}
.wrap-area-v2 .main-fetured-item {
    border-color: #1532d6;
}
.wrap-area-v2 .main-fetured-item:before {
    background: rgba(0, 32, 223, .64);
}
.wrap-area-v2 .single-social-list a span {
    color: #fff;
}
.wrap-area-v4 {
    background-color: #051485;
}
.wrap-area-v4 .blockcain-top:before {
    background: #37439d;
}
.wrap-area-v4 .main-fetured-item:before {
    background: rgba(13, 29, 147, .7);
}
.wrap-area-v4 .client-logo-item {
    border-bottom-color: rgba(13, 29, 147, .7);
}
.wrap-area-v4 .token-chart-item {
    background: 0 0;
    -webkit-box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
    box-shadow: 0 0 100px 0 rgba(104, 209, 251, .3);
    border-color: #1b3f9d;
}
.wrap-area-v4 .team-v2-sec .single-team .team-content {
    background: #3a32b9;
}
.wrap-area-v4 .blockcain-and-featured-area, .wrap-area-v4 .blockcain-and-logo-area, .wrap-area-v4 .how-work-sec .how-work-sec-1, .wrap-area-v4 .token-roadmap-area, .wrap-area-v4 .doceumnt-sec, .wrap-area-v4 .team-sec, .wrap-area-v4 .blog-and-footer-area {
    background: 0 0;
}
.BackTo {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 35px;
    color: #979797;
    cursor: pointer;
    font-size: 20px;
    height: 44px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 44px;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
}
.BackTo a {
    color: #001ec8;
    font-size: 20px;
    font-weight: 700;
    margin-top: 11px;
}
.BackTo a:hover {
    color: #1bd1ea;
}
canvas {
    display: block;
    vertical-align: middle;
}
#particles-js, #particles-js1 {
    position: relative;
    /* position: absolute; */
    width: 100%;
    height: 100%}
.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #572c7cba ;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    /* background: url(../images/feature/blur_image.png) no-repeat center center/cover; */
}
.preloader.loaded {
    top: -150%}
@-webkit-keyframes rotate {
    100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
}
}@keyframes rotate {
    100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
}
}.xs-preload {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
}
.xs-preload circle {
    fill: none;
    stroke: #444;
    stroke-width: 3px;
    will-change: transform;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.xs-preload .inner {
    stroke: #00acc8;
    stroke-dasharray: 200.96;
    stroke-dashoffset: 160.96;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.xs-preload .middle {
    stroke: #e208bd;
    stroke-dasharray: 238.64;
    stroke-dashoffset: 178.64;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.xs-preload .outer {
    stroke: #54ef2d;
    stroke-dasharray: 276.32;
    stroke-dashoffset: 176.32;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
a.cencel-preloader {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ffff;
    display: inline-block;
    padding: 5px 20px;
    text-transform: capitalize;
    border-radius: 36px;
    color: #001ec8;
    font-size: 14px;
}

.cut-h {
    font-weight: 300 !important;
    line-height: 80px;
}

.w-3 {
    font-weight: 600 !important;
}

.hero__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin: 20px 0px;

}

.unique-hero-btn.hero__btn:hover {
    background: #fff;
    color: #572c7c;
    border: 2px solid;
}

.cla-w {
    background-color: #ffffffc2;
    padding: 10px 0px;
    display: block;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px;
    width: 100%;
    color: #000;
}

.profit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profit-item p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}


.result-field {
    display: flex;
    justify-content: space-between;
}



.circle-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.circle {
    /* position: relative; */
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px #572c7c solid;
    overflow: hidden;
}

.circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/robote5-02.png);
    background-position: center bottom;
    background-size: 40%;
    background-repeat: no-repeat;

    /* Smooth Bounce Animation */
    /* animation: smooth-bounce 5s infinite ease-in-out; */
}
/* .profit-img {
    background-image: url(../images/background/bg-image_2.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: left bottom;
} */

@keyframes smooth-bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the same position */
    }
    50% {
        transform: translateY(-20px); /* Move the background up by 20px */
    }
}


/* Segments styling */
.segment {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        animation: smooth-bounce 5s infinite ease-in-out;
}

/* Segment hover effect */
.segment:hover {
    background-color: #784fa0; /* Lighter color for hover */
    border: 1px #fff solid;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* Properly position each segment */
#segment1 {top: 6%;left: 68%;transform: translateX(-50%);}
#segment2 {top: 40%;left: 75%;transform: translateX(-50%);}
#segment3 {top: 80%;left: 65%;transform: translateX(-50%);}
#segment4 {top: 80%;left: 20%;transform: translate(-50%, -50%);}
#segment5 {top: 45%;left: 10%;transform: translateX(-50%);}
#segment6 {top: 4%;left: 13%;transform: translateX(-50%);}
#segment7 {top: -10%;left: 40%;transform: translateX(-50%);}

/* Content box styling */
#content-box {
    display: block; /* Visible on load */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    /* background-color: rgba(87, 44, 124, 0.8); Transparent background for better readability */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Default text styling */
.content-text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

/* Invest container styling */
.invest {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
    border-radius: 25px 10px 10px 10px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    padding: 50px 0px;
    z-index: 2;
}

.roadmap-container {
    padding: 40px 20px;
    position: relative;
    width: 80%;
    margin: auto;
  }
  
  .roadmap-header h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .roadmap-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .roadmap-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 300px;
    align-items: center;
  }
  
  .roadmap-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
  }
  
  .single-roadmap-timeline {
    flex: 0 0 19.5%; /* Show 3 items at once */
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    width: 135px;    
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease;
    opacity: 0;
    transform: translateY(50px); /* Start with an offset to animate upwards */
    
  }
  
  .roadmap-point {
    border: 1px solid rgba(13, 29, 147, .64);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    height: 150px;
    align-content: center;
  }
  
  .roadmap-point p {
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
  }
  
  .roadmap-point span {
    display: block;
    font-size: 0.9rem;
  }
  
  /* Button Styling */
  .btn-prev,
  .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 1000; /* Ensure the buttons are over the content */
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Positioning buttons on the left and right over the content */
  .btn-prev {
    left: 10px; /* Keep the button closer to the content */
  }
  
  .btn-next {
    right: 10px; /* Keep the button closer to the content */
  }
  
  /* Make sure buttons are visible and styled */
  .btn-prev:hover,
  .btn-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  /* Custom positions for roadmap points */
.point-position-1 {
    top: 57px;
}

.point-position-2 {
    bottom: 7px;
}

.point-position-3 {
    top: 37px;

}

/* Visible state for roadmap points */
.visible-point {
    opacity: 1;
    transform: translateY(0); /* Move to normal position smoothly */
}

/* Hidden state for transitions (for items outside visible area) */
.hidden-point {
    opacity: 0;
    pointer-events: none; /* Disable interactions with hidden elements */
    transition: opacity 0.5s ease-in-out;
}

.unique-client-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f8f9fa75;
    border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 20px;
  }
  
  .unique-slider-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .unique-slider-content {
    display: flex;
    gap: 30px; /* Space between logos */
    animation: unique-scroll 15s linear infinite; /* Smooth infinite scrolling */
  }

  .choose-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 147px 0 160px;
  }
  .choose-section .choose-sideshape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.choose-section .choose_wrapper .choose-image {
    position: absolute;
    top: -58px;
    left: -230px;
}
.trading-solutions-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.trading-solutions-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.trading-solutions-list i {
    color: #ffffff; /* Green color for the icon */
    margin-right: 10px;
    font-size: 20px;
    border-radius: 50%;
}

  @keyframes unique-scroll {
    0% {
      transform: translateX(0); /* Start position */
    }
    100% {
      transform: translateX(-50%); /* Move half the width to show the next set of 4 logos */
    }
  }
  
  .unique-client-slider-left-right {
    overflow: hidden; /* Hide overflowing logos */
    position: relative;
    width: 100%;
    background-color: #f8f9fa75;
    border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 20px;
  }
  
  .unique-slider-wrapper-left-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .unique-slider-content-left-right {
    display: flex;
    gap: 30px; /* Space between logos */
    animation: unique-scroll-left-right 20s linear infinite; /* Smooth continuous scrolling */
  }
  
  @keyframes unique-scroll-left-right {
    0% {
      transform: translateX(-100%); /* Start logos off the left side */
    }
    100% {
      transform: translateX(100%); /* Move logos to the right side */
    }
  }
  
  .unique-img-fluid-left-right {
    max-height: 100px;
    padding: 0 20px;
    object-fit: contain;
    flex: 1 0 25%; /* Show 3 logos at a time */
  }

  .flow-box {
    color:#000;
  }

  .choose-section .choose-sideshape {
    position: absolute;
    right: 0;
    top: 0;
}
  
  @media only screen and (max-width: 1199px) {
    .choose-section .choose-sideshape2 {
        display: none;
    }
}

/* Make the design responsive */
@media (max-width: 768px) {
    .circle {
        width: 100%;
        height: 300px;
    }

    .segment {
        width: 80px;
        height: 80px;
        font-size: 0.8rem;
    }

    #content-box {
        font-size: 0.9rem;
        padding: 10px;
    }

    .content-text {
        font-size: 18px;
    }

    .circle-container{
        max-width: 380px;
        height: 340px;
    }

    .pricing-box {
        margin: 15px 0;
    }

    .single-roadmap-timeline {
        flex: 0 0 8.5%; /* Show 1 item on smaller screens */
    }
  
    .btn-prev,
    .btn-next {
        right: 5px;
    }
    .btn-next {
        left: 295px !important;
    }
    .roadmap-container {
        width: 100%;
    }
    .roadmap-point {
        height: 200px;
    }
    .btn-prev {
        left: 0px;
    } 
    
}
