@charset "utf-8";

*{margin:0px; padding:0px;}


html{overflow-x: hidden;}
body{overflow-x: hidden; font-size: 14px;  color:#000; font-family: "Roboto Mono", monospace; font-family: "Poppins", sans-serif; background-color: #fff ; font-weight: 400;}
a, a:active, a:focus, a:hover {outline: none; box-shadow: none; transition: all 0.5s ease; text-decoration: none;}
button, button:active, button:focus, button:hover {outline: none; box-shadow: none; transition: all 0.5s ease; text-decoration: none;}
.container{max-width: 1300px;}

.navbar-toggler:focus {box-shadow: none;}
.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000000;}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {content: ""; position: absolute; width: 50%; height: 100%; background: #fff; transition: 0.5s; transition-delay: 0.8s; }
.overlay .overlayDoor:before {left: 0; }
.overlay .overlayDoor:after {right: 0;}
.overlay.loaded .overlayDoor:before {left: -50%;}
.overlay.loaded .overlayDoor:after {right: -50%;}
.overlay.loaded .overlayContent {opacity: 0; margin-top: -15px;}
.overlay .overlayContent {position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;	transition: 0.5s}
.overlayContent img{width:200px;}

.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}
.header_padding {padding-top: 60px;}


header{position: fixed; left: 0; right: 0; top: 0; z-index: 111; padding: 15px 0px;}
header.menu_fixed {background: #fff;}

.btn-style {display: inline-flex; align-items: center; padding: 8px 16px; font-weight: 400; text-decoration: none; transition: all 0.3s ease;}
.btn-style svg {margin-left: 6px; width: 14px; height: 14px;}
.btn-get-started {background-color: #3256F4; color: #fff; border-radius: 30px;}
.btn-login {background-color: #000; color: #fff; border-radius: 30px;}

.banner_heading h2{font-weight: 500; font-size: 58px; color: #000; line-height: 80px;}
.banner_heading h2 span{font-weight: 700; font-size: 64px;}
.banner_heading p{font-weight: 400; font-size: 22px; color: #000;}

.banner_coin_text { margin: 0px; font-weight: 600; color: #000; font-size: 18px;}
.banner_coin_text span { color: #1B64F2;}
.banner_coin_icon{width: 110px; margin-right: 10px;}
.banner_card{background: #FBFBFB; box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2); border-radius: 30px; width:470px;}
.banner_product_text{font-weight: 500; font-size: 15px; color: #000; margin: 0px;}
.banner_product_small_text{font-weight: 500; font-size: 12px; color: #BBBBBB; margin: 0px;}
.banner_pay_text{font-weight: 500; font-size: 20px; color: #000;}
.banner_select_bg{background: #FBFBFB; box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.15); padding: 10px 15px; border-radius: 50px; border: 1px solid #FBFBFB;}
.banner_select_bg:hover{border: 1.5px solid rgba(50, 86, 244, 0.25); box-shadow:none;}
.card_flex{display: flex; align-items: center; justify-content: space-between;}
.left { display: flex; align-items: center; gap: 12px;}
.icon { width: 40px; height: 40px; border-radius: 50%;  background: #fff; display: flex; align-items: center; justify-content: center; }
.icon img { width: 40px; height: 40px; filter: brightness(0) invert(0); opacity: .6;}
.details { display: flex; flex-direction: column; }
.select { display: flex; align-items: center; gap: 6px;}
.select img {width: 16px; height: 16px; margin-left: 10px; }
.banner_select_bg .select{display: none;}
.banner_select_bg:hover .select{display: flex; }
.banner_select_bg:hover .icon img{filter:unset; opacity: 1; }

.banner_section{background: url(../img/home/home-bg.png) no-repeat; background-size: 100% 100%; height: 100vh;}

.cryptrum-icon{opacity: .2; z-index: -1; width: 350px; position: absolute; top: 130px; bottom: 0px; left: -150px;}
.portfolio_heading_width{max-width: 1000px; margin: auto;}
.portfolio_heading h3{font-weight: 600; font-size: 45px; color: #3256F4;}
.portfolio_heading p{color: #B5B5B5; font-weight: 400; font-size: 35px; }
.book-demo-button {display: inline-flex; align-items: center; background-color: #325bff; color: #fff; font-size: 30px; font-weight: 400; border: none; border-radius: 999px; padding: 12px 20px; text-decoration: none; cursor: pointer; transition: background-color 0.3s;}
.book-demo-button:hover {background-color: #2649d6; }
.book-demo-button .button-arrow {display: inline-block; background-color: #fff; color: #325bff; border-radius: 50%; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; margin-left: 20px;}
.book-demo-button .button-arrow img {width: 20px; height: 20px; }

    .portfolio p {
      font-weight: 400; font-size: 35px; 
    }

    .word {
      opacity: 0.3;
      display: inline-block;
      margin-right: 5px;
      animation: showWord 0.5s forwards;
    }

    .word:nth-child(1) { animation-delay: 0.5s; }
    .word:nth-child(2) { animation-delay: 1s; }
    .word:nth-child(3) { animation-delay: 1.5s; }
    .word:nth-child(4) { animation-delay: 2s; }
    .word:nth-child(5) { animation-delay: 2.5s; }
    .word:nth-child(6) { animation-delay: 3s; }
    .word:nth-child(7) { animation-delay: 3.5s; }
    .word:nth-child(8) { animation-delay: 4s; }
    .word:nth-child(9) { animation-delay: 4.5s; }
    .word:nth-child(10) { animation-delay: 5s; }
    .word:nth-child(11) { animation-delay: 5.5s; }
    .word:nth-child(12) { animation-delay: 6s; }
    .word:nth-child(13) { animation-delay: 6.5s; }
    .word:nth-child(14) { animation-delay: 7s; }
    .word:nth-child(15) { animation-delay: 7.5s; }
    .word:nth-child(16) { animation-delay: 8s; }
    .word:nth-child(17) { animation-delay: 8.5s; }
    .word:nth-child(18) { animation-delay: 9s; }
    .word:nth-child(19) { animation-delay: 9.5s; }
    .word:nth-child(20) { animation-delay: 10s; }
    .word:nth-child(21) { animation-delay: 10.5s; }
    .word:nth-child(22) { animation-delay: 11s; }
    .word:nth-child(23) { animation-delay: 11.5s; }
    .word:nth-child(24) { animation-delay: 12s; }
    .word:nth-child(25) { animation-delay: 12.5s; }
    .word:nth-child(26) { animation-delay: 13s; }
    .word:nth-child(27) { animation-delay: 13.5s; }
    .word:nth-child(28) { animation-delay: 14s; }
    .word:nth-child(29) { animation-delay: 14.5s; }
    .word:nth-child(30) { animation-delay: 15s; }
    .word:nth-child(31) { animation-delay: 15.5s; }
    .word:nth-child(32) { animation-delay: 16s; }

    @keyframes showWord {
      to { opacity: 1; }
    }

.crypto_payment_bg{background: #F8F8F8;}
.home_net{position: absolute; bottom: 0px;}
.crypto_payment_heading{font-family: "Roboto Mono", monospace; font-weight: 700; font-size: 90px; text-transform: uppercase; z-index: 1; position: relative;}
.crypto_payment_heading span{color: #3256F4;}
.coin_one{width: 90px; position: absolute; top: -40px;}
.coin_two{width: 90px; position: absolute; bottom: -40px; z-index: 1;}
.coin_three{width: 90px; position: absolute; top: -40px; z-index: 1; right: 115px;}
.coin_four{width: 90px; position: absolute; bottom: -40px; z-index: 1; right: 115px;}

.offset-left {margin-left: calc((100% - 1300px)/2); padding: 0px;}
.steps-verify-box{box-shadow: 0px 4px 6px 3px #ccc; height: 100%; margin: 10px 10px; padding: 35px 20px; border-radius: 10px; overflow: hidden; border-top: 10px solid #3256f4;}
.steps-verify-box h2{color: #3256F4; opacity: .5; position: absolute; right: 20px; top: 16px; font-size: 45px; font-weight: 600;}
.steps-verify-box p{color: #B5B5B5; font-size: 16px;}
.steps-verify-box h5{font-size: 25px;}
.owl-stage {padding-left: 0px !important;}
.owl-dots {display: none;}
.owl-nav button{background-color: #3256F4; color: #fff; border: none; height: 40px; width: 40px; border-radius: 50%; margin: 0px 3px;}
.package_slide .owl-nav{position: absolute; top: -104px; right: 80px;}


.heading_text h2{font-size: 60px; font-weight: 400;}
.heading_text p{color: #8A8A8A; font-size: 25px;}
.heading_text h2 span{font-weight: 600;}
.heading_middle{max-width: 1000px; margin: auto; text-align: center;}
.heading_width{max-width: 1000px;}


.logos { overflow: hidden;white-space: nowrap; position: relative;}
.logo_items {display: inline-block; animation: 30s slides infinite linear;}
.logo-icon{width: 80px; margin: 0px 20px;}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



.our_solution_bg{background: url(../img/home/industry-bg.png) no-repeat; background-size: 100% 100%;}
.solution_card{background: #fff; box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.15); padding: 10px; border: 1px solid #fff; height: 120px; width: 120px; border-radius: 10px;}
.industry_icon{height: 60px; width: 60px; margin: auto; display: block;}
.industry_icon_para{color: #000; font-size: 14px; font-weight: 500;}
.contact_button {display: inline-flex; align-items: center; background-color: #325bff; color: #fff; font-size: 20px; font-weight: 400; border: none; border-radius: 999px; padding: 8px 14px; text-decoration: none; cursor: pointer; transition: background-color 0.3s;}
.contact_button:hover {background-color: #2649d6; }
.contact_button .button-arrow {display: inline-block; background-color: #fff; color: #325bff; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-left: 20px;}
.contact_button .button-arrow img {width: 15px; height: 15px; }
.industry_heading{font-size: 38px;}


.ecosystem-toogle{list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px;}
.ecosystem-toogle li{position: relative; display: inline-block;}
 
.ecosystem__plus::after, .ecosystem__plus::before {content: '';position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 13px; height: 2px; background-color: #000; transition: transform .3s ease,background-color .3s ease;}
.ecosystem__plus::after { width: 2px; height: 13px;}
.ecosystem__plus {cursor: pointer; margin-left: 12px; display: block; width: 25px; height: 25px; background: #fff; border-radius: 100px; position: relative; z-index: 1; will-change: transform; transition: background-color .3s ease;}
.ecosystem .active{min-width: 300px;}
.ecosystem__text{font-size: 20px; white-space: nowrap; color: #fff; font-size: 14px; white-space: nowrap; color: #fff; font-weight: 500;}
.ecosystem__label {background-color: #000; cursor: pointer;  cursor: pointer; display: flex; justify-content: space-between; align-items: center;  font-weight: 500; padding: 6px 16px 6px 24px; border-radius: 58px; white-space: nowrap; position: relative; z-index: 1; transition: border-radius .3s ease-in-out;}
.ecosystem__tooltip-inner {padding: calc(5px + 28px) 20px 14px 24px;}
.ecosystem-toogle .active .ecosystem__tooltip { z-index: 9;  max-height: 300px; transition: max-height 1s ease-in-out;}
.ecosystem__tooltip { width: 100%; background-color: #000; color: #fff; position: absolute; top: calc(100% - 0px); left: 0; text-align: left; border-radius: 22px; overflow: hidden; max-height: 0; transition: max-height .5s cubic-bezier(0,1,0,1);}
.ecosystem-toogle .active .ecosystem__label{min-width: 0px;}
.ecosystem-toogle .active .ecosystem__plus::after, .ecosystem-toogle .active .ecosystem__plus::before {background-color: #000; transform: translate(-50%,-50%) rotate(45deg);}
.ecosystem__label_blue{background: #3256F4; }

.top_heading_text{color: #3256F4; }
.top_arrow { display: flex; align-items: center; gap: 30px; font-size: 32px; color: #000; }
.top_arrow h4{font-weight: 500; font-size: 45px;}
.circle { background-color: #3256F4; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.circle img{filter: brightness(0) invert(1); width: 40px;}
.top_no_one{font-size: 80px; font-weight: 600; color: #000;}

.why-choose-box{padding: 40px 40px; overflow: hidden; position: relative; background: #F4F4F4 url(../img/home/noise.png) no-repeat; background-size: 100% 100% !important;}
.why-choose-box h5{font-size: 25px;}
.why-choose-box p{max-width: 80%; font-size: 18px;}
.why-choose-box.active{background: #ABBAFC url(../img/home/noise.png) no-repeat;}
.why-choose-box.active::before{content: ""; position: absolute; bottom: -50px; right: -50px; width: 150px; height: 150px; border-radius: 100%; background-color: #3256F4; filter: blur(50px);}

.flaxible_bg{background:#ABBAFC; padding: 45px;}
.flaxible_bg_two{background:#F4F4F4; padding: 45px;}
.flaxible_heading h5{font-size: 26px; color: #000; font-weight: 600;}
.flaxible_heading p{font-size: 17px; color: #000; margin: 0px; font-weight: 400;}

.testimonial_button button img{height: 40px; width: 40px; border-radius: 10px; display: block;}
.client_bg{background:#F8F8F8 ; box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.25); padding: 20px; border-radius: 20px;}
.carousel-indicators [data-bs-target] {margin-right: 10px; margin-left: 10px;}
.crausel_width{max-width: 1000px; margin: auto;}
.crausel_text h4{font-size: 35; font-weight: 400; line-height: 40px;}
.crausel_text h4 span{color: #3256F4;}
.inverted-coma{width: 100px; position: absolute; top: -40px; left: -42px;}
.testimonial_button.carousel-indicators{position: unset;}
.testimonial_button  button.active{margin-top: -5px; opacity: 1;}
.carousel-inner {overflow: unset;}
.carousel {
  position: relative;
  overflow: hidden;
}

.blog_bg{position: relative; overflow: hidden;}
.blog_bg::before{content: ''; position: absolute; background: linear-gradient(180deg, #000000ad 50%, #000); top: 0; left: 0; right: 0; bottom: 0;}
.blog_heading{position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 1;}
.blog_heading h5{font-size: 20px; }
.blog_heading p{font-size: 15px; margin: 0px;}
.date-icon {color: #fff; font-size: 14px; margin-right: 8px;}
.blog_massege_text {color: #fff; font-size: 15px !important; font-weight: 400; margin: 0px;  padding-right: 20px;}
.blog-img{width: 100%; object-fit:cover;}

.blog_bg:hover::before{background: linear-gradient(180deg, #00000061 0%, #000 100%); z-index: 1;}
.blog_bg:hover .blog-img{transform: scale(1.1); transition: .5s ease all;}
.blog_bg:hover .blog_heading h5{color: #d4d4d4 !important;}
.blog_bg:hover .blog_heading p{color: #d4d4d4 !important;}
.blog_bg:hover .blog_massege_text{color: #d4d4d4;}
.blog_bg:hover .date-icon{color: #d4d4d4 !important;}

.accordion_border_main{margin: auto;}
.plusminus{position: absolute; z-index: 1; right: 20px; font-size: 18px; top: 14px;  height: 28px;  text-align: center;}
.accordion_head {cursor: pointer; font-size: 30px; color: #000; position: relative; padding-right: 34px !important; font-weight: 400; padding: 20px 0px;}
.faq_point{position: absolute; left: 0; top:0}
.accordion_border { position: relative; overflow: hidden; margin-bottom: 15px; border-bottom: 1px solid #000;}
.accordion_body{display:none; padding: 0px 0px 20px 0px;}
.accordion_body p{margin-bottom: 0px; color: #757575; font-size: 16px; font-weight: 400; width: 100%;}
.faq_open{display: block;}
.faq_box{max-width: 100%; margin: auto;}
.shadow_lien {height: 1px; background: radial-gradient(circle, #ffffff59 0, transparent 100%); margin-bottom: 15px}
.accordion_border i{color: #4AA1D8; font-size: 25px;}
.faq-arrow{width: 40px;}

/*contact*/
.contact_banner_bg{background-image: linear-gradient(to right, #fff , #fff, #fff, #BDE1ED); height: 500px;}
.contact_phone{width: 250px; position: absolute; right: 0px; bottom: 0px;}
.contact_width{max-width: 800px;}
.contact_header_padding {padding-top: 100px;}
.get_in_touch{font-weight: 600; font-size: 35px; color: #000D3A;}
.form-control{color: #000D3A; background-color: #F2F2F2; border: none; border-radius: 5px; font-size: 14px; font-weight: 400; padding: 10px 20px;}
.form-control:focus {color: #000D3A; background-color: #F2F2F2; border: 1px solid rgba(255 ,255, 255, 0.5); outline: 0; box-shadow: none;}
.form-control::placeholder{color: rgba(0 ,0, 0, 0.5);}
.contact_icon_bg{background: #D9E0FF ; height: 30px; width: 30px; border-radius: 20px; margin-right: 15px; display: flex; align-items: center; justify-content: center;}
.contact_no{color: #3256F4; font-weight: 500; margin: 0px;}
.contact_icon_bg i{color: #3256F4 ; font-size: 16px;}
.contact_shadow_bg::before{content: ""; width: 1px; background: #D4D4D4; height: 300px; position: absolute; right: 0px; margin: auto; top: 75px; left: 0;}
.contact_margin_right{padding-right: 50px;}
.contact_margin_left{padding-left: 50px;}
.contact_shadow_bg{background:#F8F8F8 ; box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.25); padding: 20px; border-radius: 20px;}
.btn_style {color: #fff; position: relative; font-weight: 500; background:#325bff; background-size: 200% 100%; z-index: 1; border-radius: 30px; text-align: center; display: inline-block; padding: 10px 40px;}
.btn_style:hover{background:#2649d6; color: #fff;}

.max-width-400{max-width: 500px;}
footer{background: #000; color: #9F9F9F;}
.footer_contact-link{display: block;color: #3256F4; font-size: 45px;}
.footer-menu{padding: 0px; margin: 0px; list-style: inside;}
.footer-menu li{margin-bottom: 10px; position: relative; margin-right: 15px; display: inline-block;}
.footer-menu li a{color: #9F9F9F; text-decoration: none; font-size: 18px;}
.footer-menu li span{color: #9F9F9F;}
.footer-menu li a:hover{color: #3256F4;}
.policy-menu li{margin-bottom: 0;}
.policy-menu li a{color: #3256F4;}
.policy-menu li::before{content: ""; background: #3256F4; width: 2px; position: absolute; right: -11px; top: 4px; bottom: 4px;}
.policy-menu li:last-child::before{display: none;}
.footer-logo-icon{padding-left: 100px;}
.network_footer{position: absolute; bottom: 0;}
.circle-arrow{background: #3256F4; margin-left: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; height: 40px; width: 40px; padding: 7px;}
.circle-arrow img{width: 100%; filter: brightness(0) invert(1);}














