


main.cc_wrapper {
    margin-top: 131px;
}



#particle-canvas {
  width: 100%;
  height:100vh;
  position: absolute !important;
  top: 0;
  left: 0; 
  background-color: transparent;
  z-index: 0;
  pointer-events: none;
}
#particle-canvas > div {
  background: #fff !important;
  display: none;
}



.cc_main {
  padding: 140px 0 80px;
  background: rgb(255,255,255);
background: linear-gradient(356deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6334908963585435) 33%, rgba(241,234,255,1) 100%);
position: relative;
}

.h_imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.h_imgs img {
  position: absolute;
  /* left: 0; */
  /* top: 0; */
}

.h_img{
-webkit-animation-name: alltuchtopdown;
    animation-name: alltuchtopdown;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-30px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

.h_img_two{
  -webkit-animation-name: alltuchtopdown;
      animation-name: alltuchtopdown;
      -webkit-animation-duration: 8s;
      animation-duration: 8s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
  } 



.cc_title {
  text-align: center;
  margin-bottom: 23px;
}
.cc_title h6 {
  text-transform: uppercase;
  font-size: 19px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 30px;
}
.cc_title h1, .cc_title h2 {
    /* text-transform: uppercase !important;  */
    font-weight: 700;
    font-size: 3rem;
}

.cc_title h1 {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 65px;
}
.cc_title p {
  color: #5f5868;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.counter_card { 
    display: block;
    text-align: center;
}
 


.btn-primary {
  background-color: #1668E2 !important; 
  border-color: #1668E2 !important; 
}

.btn-row {
  display: block;
  text-align: center;
  margin: 50px 0 0;
}
.btn-row .btn {
  display: inline-block;
  padding: 15px 20px;
  min-width: 206px;
  font-size: 16px;
  margin: 0 6px;
  padding-right: 60px;
  position: relative;
}
.btn-row .btn img { 
  filter: invert(1);
  margin-left: 10px;
  position: absolute;
  right: 20px;
  animation: animateR 1.2s infinite;
  -webkit-animation: animateR 1.2s infinite;
  top: 50%;
  transform: translate(-50%,-50%);
}

@keyframes animateR {
  to {
      opacity: 0;
      right: 5px
  }
}

@-webkit-keyframes animateR {
  to {
      opacity: 0;
      right: 5px
  }
}
 



.pot_tags {
  display: block;
  text-align: center;
}

.pot_tags .badge {
  background-color: #eae4fb;
  padding: 12px 18px;
  color: #5f3bc2;
  margin: 3px;
  font-size: 13px;
  border-radius: 50px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}


/* counter css */

section.counter_sec {
  padding: 0 200px;
  margin-bottom: -50px;
  z-index: 9;
  position: relative;
}

.counter_card {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 25px 10px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 2px 20px 0px #eee7fa;
}
.counter_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around
}

.counter_card ul li h6 {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  line-height: 16px
}

.counter_card ul li strong {
  font-weight: 800;
  font-size: 38px;
  display: block;
  text-align: center;
  line-height: 1.1
}

.counter_card ul li strong.text-primary,
.counter_card ul li strong.text-primary * {
  color: #2072ef
}

.counter_card ul li strong.text-success,
.counter_card ul li strong.text-success * {
  color: #37c99e !important
}

.counter_card ul li strong.text-orange,
.counter_card ul li strong.text-orange * {
  color: #f76031
}






/* blockchain css */




.bc_page {
  background-color: #FFFFFF;
  padding-top: 50px;
  border-radius: 100px 100px 0 0;
  box-shadow: 0px -20px 60px -19px #eee7fa;
  position: relative;
}


section.bc_sec {
  padding: 80px 0;
}



.bc_title h2 {
  font-weight: 700;
  font-size: 37px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.bc_title p {
  font-size: 15px;
  line-height: 1.5;
}

.bc_sec .row.g-4 {
  margin-top: 50px;
}
.bd_card {
  background-color: #F8F4FF;
  padding: 25px;
  border-radius: 30px;
  position: relative;
  border-top-right-radius: 80px;
  z-index: 1;
  transition: 0.2s;
  height: 100%;
}
.bd_card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0 15px;
  min-height: 48px;
  vertical-align: bottom;
  display: flex;
  align-items: center;
} 
.bd_card p {
  font-size: 13px;
  font-weight: 500;
}
.badge-sm {
  font-size: 11px;
  color: #1668E2;
  background: rgb(22 104 226 / 10%);
  font-weight: 600;
  line-height: 1;
  padding: 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
}

.bd_card em {
  color: #DFE4FC;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  font-size: 40px;
  display: block;
  text-align: end;
  margin: 20px -10px -10px 0;
}
.mm_box { 
  background: #1668E2;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 20px;
  z-index: 0;
}

.bd_body {
  position: relative;
  cursor: none;
  transition: 0.2s;
  height: 100%;
}

.bd_body:hover .mm_box { 

  background: #EE4F77;
}


.bd_body:hover .bd_card {
  box-shadow: -17px 19px 40px -24px #40369e61;
}

.ser_sec img {
  max-width: 450px;
}

.text-gradient {
  background-color: #2600fc;
  background-image: linear-gradient(25deg,#2600fc,#ff00ea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ser_title h6 {
  font-size: 18px;
  font-weight: 600;
}
.ser_title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin: 13px 0 25px;
}
.ser_title p {
  margin-bottom: 29px;
}
section.ser_sec {
  padding: 60px 0;
}
.ser_title .btn {
  font-size: 14px;
  padding: 11px 24px;
}





.icon_conatiner {
    padding-top: 60px
}

.icon_conatiner h5 {
    font-size: 16px;
    color: #1668e1;
    margin-top: 1rem
}

.icon_conatiner span {
    color: #333;
    font-size: 16px;
    display: block
}

.icon_conatiner ul {
    justify-content: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.icon_conatiner ul, .proide_card {
    align-items: center;
    display: flex;
}

.aboutsection .aboutstats, .business-model .inner-box, .growing-demand .growing-img, .icon_conatiner ul li, .key-benefits .right-content, .our_cutting_age .nav-tabs li, .wrapper-2 {
    text-align: center;
}
.clone_service p, .script_exchange p, .token_wrapper img {
    max-width: 100%;
}
.icon_conatiner h5 {
    font-size: 16px;
    color: #1668e1;
    margin-top: 1rem;
}
.icon_conatiner span {
    color: #333;
    font-size: 16px;
    display: block;
}

.process_sec{
  padding: 80px 0 0;
}
.pro_title {
  text-align: center;
  margin-bottom: 40px;
}

.pro_title h2 {
  font-weight: 700;
  font-size: 40px;
  max-width: 750px;
  margin: 0 auto;
}

.pro_card{
  background: #EBF3FF;
  padding: 40px;
  border-radius: 50px;
}

.pro_step {
  color: #000000 !important;
}

.pro_step {
  color: #000000;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.pro_step:before {
  content: "";
  width: 2px;
  height: 100%;
  border: 1px dashed #B0B0B0;
  position: absolute;
  top: calc(50% + 15px);
  left: 19px;
  z-index: 0;
}
.step_item {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 18px 18px;
  border-radius: 15px;
  border: 1px solid #EDEEF0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_step.active .step_item {
  border-color: #1668E2;
  box-shadow: 0px 7px 20px 0 #064fbd54;
}

.pro_step span {
  transition: 0.3s;
  box-shadow: 0px 7px 17px 0 #7d95b954;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #EDEEF0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  position: relative;
}
.pro_step.active span {
  background: #1668E2;
  color: #fff;
}



.pro_data span {
  font-size: 24px;
  color: #1668E2;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #d8e5f9;
  display: block;
  text-align: center;
  line-height: 60px;
}

.pro_data h2 {
  font-size: 37px;
  font-weight: 700;
  max-width: 450px;
  margin: 16px 0 25px;
  line-height: 1.2;
}
.pro_data p {
  font-size: 16px;
  font-weight: 400;
}

.pro_data {
  padding: 20px 0;
  padding-left: 30px;
}
.pro_step:last-child::before{
  display: none;
}
.pro_step:last-child { 
  margin-bottom: 0;
}






/* wchus */
 
section.why_choo.why_choo_new {
  padding: 80px 0;
}
.why_choo_new .sec_title {
  position: relative;
  text-align: center
}

.why_choo_new .sec_title h6 {
  position: absolute;
  top: -90px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(0 0 0 / 5%);
  text-transform: uppercase;
  font-size: 120px; 
  font-weight: 800;
  left: 0;
  right: 0
}

.why_choo_new .card:hover {
  box-shadow: 0 0 0 2px #3e5fe3
}
.sec_title h2 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.7rem; 
  transition: 0s;
}

.sec_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  background: #1668E2;
  bottom: 0;
  left: 0;
}
.sec_title h2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}


.sec_title p {
  line-height: 1.6;
  font-size: .95rem;
}

.why_choo_new .card {
  border: 0;
  border-radius: 30px;
  position: relative;
  background: #fff; 
  box-shadow: 0 0 0 2px #DCE9FB
}


.ff_card h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.ff_card h4:after {
  content: "";
  height: 2px;
  width: 100px;
  background: #1769e2;
  position: absolute;
  left: 0;
  bottom: 0;
}



.p-faqs {
  padding: 0 0 80px !important;
  background-color: transparent !important;
}

.accordion {
  border-radius: 40px;
  padding: 30px 45px;
  background: #F5F9FF;
}

.accordion .card {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.accordion .card:first-child .accordion-button{
  border-top: 0;
}
.accordion .card .accordion-button {
  background: transparent;
  border: 0;
  border-top: 1px solid #72727233;
  box-shadow: none;
  padding: 26px 0;
  font-weight: 700;
  font-size: 18px;
}
.accordion .card:last-child .accordion-button{
  border-bottom: 0;
}
.accordion-button::after {
  width: 21px;
  height: 21px;
  background-size: 21px;
}
.accordion  .card-body {
  padding: 0;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  padding-top: 17px;
  padding-bottom: 20px;
}

.accordion-button:not(.collapsed){
  color: #000;
}





/* cta css */



.consultnow, .expert-solution, .sc-pd {
  padding: 90px 0;
}
.consultnow .p-inbox {
  padding: 60px;
  background-size: 100% !important;
  background-color: #002f74;
  background: linear-gradient(45deg, #002f74 50%, #673ab7 100%) !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden
}

.p-inbox:before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 10px solid #fff;
  opacity: .1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%
}

.text-underline {
  text-decoration: underline !important
}


.consultnow .p-inbox h2, .p-full-features h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
}

.consultnow .p-inbox h4 {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 32px;
}
/* 
.btn-primary {
  background-color: #ee4f76;
  border: none;
  border-radius: 60px;
  font-size: 16px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #ee4f76;
  border: none;
  outline: 0;
  box-shadow: none;
} */


.consultnow .btn-designed, .consultnow .btn-designed:active, .consultnow .btn-designed:focus, .consultnow .btn-designed:hover {
  background-size: 100%;
  padding: 18px 35px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}


.text-pink {
  color: #EE4F77 !important;
}








/* responsive */

@media only screen and (min-width: 1440px) and (max-width: 1600px){



  .cc_title h1 { 
    margin-bottom: 30px;
    font-size: 50px;
  }

  .cc_title h1 { 
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cc_title p { 
      font-size: 16px;
      margin-bottom: 20px; 
  }
  .btn-row {
    display: block;
    text-align: center;
    margin: 40px 0 0;
} 


.bc_page { 
  padding-top: 20px; 
}

.bc_title h2 { 
  font-size: 34px;  
}

.ser_sec img {
  max-width: 425px;
} 

}
 

@media only screen and (min-width: 992px) and (max-width: 1439px){

  main.cc_wrapper {
    margin-top: 103px;
} 


  
.cc_title h1 { 
  margin-bottom: 30px;
  font-size: 50px;
}

.cc_title h1 { 
  margin-bottom: 20px;
  font-size: 50px;
}

.cc_title p { 
    font-size: 16px;
    margin-bottom: 20px; 
}
.btn-row {
  display: block;
  text-align: center;
  margin: 40px 0 0;
} 

section.bc_sec {
  padding: 50px 0;
}


.bc_page {
  padding-top: 40px;
}

.bc_title h2 { 
  font-size: 34px;  
}

.ser_sec img {
max-width: 425px;
} 





}


@media only screen and (min-width: 768px) and (max-width: 991px){

  main.cc_wrapper {
    margin-top: 132px;
}

  .cc_main {
    padding: 90px 0 40px;
}
.cc_title h6 { 
  font-size: 16px; 
}
.cc_title h1 {
  font-size: 46px;
  max-width: 90%;
  margin: 0 auto 20px;
}

.cc_title h2 {
  font-size: 25px;
}

.cc_title p {
  font-size: 15px;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}
.pot_tags .badge { 
  font-size: 12px; 
}

.cc_title {
  text-align: center;
  margin-bottom: 30px;
}



.counter_card { 
    max-width: 568px; 
}

.bc_page { 
  padding-top: 50px;
  border-radius: 50px 50px 0 0; 
}
.counter_card ul li strong { 
  font-size: 30px; 
}
.counter_card ul li {
  padding: 0 14px; 
}

.btn-row .btn {
  font-size: 13px;
  margin: 0 auto;
  width: auto;
  min-width: unset;
  padding: 13px 40px;
  padding-right: 80px;
}
.btn-row {
    display: block;
    text-align: center;
    margin: 20px 0;
    display: flex;
    gap: 0 5px;
}

.bc_title h2 { 
  font-size: 32px; 
  text-align: center;
}

.bc_title p { 
  text-align: center;
}

.bc_sec img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ser_title {
  text-align: center;
  margin-top: 50px;
}
.ser_title h2 br {
  display: none;
}

.ser_title .btn {
  font-size: 14px;
  padding: 11px 24px;
  margin: 0 auto;
}

.pro_data { 
  padding-left: 0;
  margin-top: 28px;
}
.pro_data h2 {
  font-size: 30px; 
  margin: 16px 0 18px; 
}

 

.feature_sec {
  padding: 40px 0;
}
.mob_sec.type_sec {
  padding: 40px 0;
} 
  
.card_type p {
  font-size: 18px; 
}


.card_head {
  padding: 20px; 
  width: calc(100% - 20px); 
  border-radius: 20px;
  height: fit-content;
  position: relative;
  bottom: 0;
    max-height: 100%;
  margin: 0 10px 0;
}


.card_type { 
  padding-top: 0; 
  padding-bottom: 10px;
}

.card_head span { 
  padding: 20px 0;
    opacity: 1;
    height: auto;
    transform: translateY(0);
}
 

.accordion .card .accordion-button {
  padding: 14px 0;
  font-size: 16px;
}
.cc_wrapper .consultnow{
  padding: 40px 0;
}
 

}




@media only screen and (min-width: 300px) and (max-width: 767px){
  .consultnow .btn-designed, .consultnow .btn-designed:active, .consultnow .btn-designed:focus, .consultnow .btn-designed:hover { 
    padding: 13px 35px; 
}
  .consultnow .p-inbox {
    padding: 40px 30px; 
}
.consultnow .p-inbox h2, .p-full-features h2 {
  font-size: 23px; 
}
.consultnow .p-inbox h4 { 
  font-size: 14px; 
  margin-bottom: 20px;
}
  .why_choo_new .sec_title h6 {
    top: -40px;
    font-size: 60px;
    line-height: 1
}
  
  main.cc_wrapper {
    margin-top: 103px;
}

.cc_main {
  padding: 45px 0 50px;
}
.cc_title h6 { 
  font-size: 16px; 
}
.cc_title h1 {
  font-size: 28px;
  margin: 0 auto 20px;
}

.cc_title h2 {
  font-size: 25px;
}

.cc_title p {
  font-size: 15px;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}
.pot_tags .badge { 
  font-size: 12px; 
}

.cc_title {
  text-align: center;
  margin-bottom: 20px;
}



section.bc_sec {
  padding: 40px 0;
}
















.counter_card { 
    max-width: 568px; 
}
.counter_card ul li h6 {
  font-weight: 600;
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 15px;
}
.bc_page { 
  padding-top: 50px;
  border-radius: 50px 50px 0 0; 
}
.counter_card ul li strong { 
  font-size: 30px; 
}
.counter_card ul li {
  padding: 0 14px; 
}

.btn-row .btn {
  font-size: 13px;
  margin: 0 auto;
  width: auto;
  min-width: unset;
  padding: 13px 40px;
  padding-right: 80px;
}
.btn-row {
    display: block;
    text-align: center;
    margin: 20px 0;
    display: flex;
    gap: 0 5px;
}

.bc_title h2 {
  font-size: 23px;
  text-align: center;
}

.bc_title p { 
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.ser_sec img {
  max-width: 450px;
  max-width: 100%;
}
.bc_sec img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ser_title {
  text-align: center;
  margin-top: 25px;
}
section.ser_sec {
  padding: 34px 0;
}
.ser_title h2 {
  font-size: 29px; 
  margin: 13px 0 25px;
}
.process_sec {
  padding: 50px 0 0;
}


.pro_card {
  background: #EBF3FF;
  padding: 25px 15px;
  border-radius: 26px;
}
.pro_step { 
  margin-bottom: 20px;
}
.sec_title h2 {
  font-size: 25px; 
}


.accordion {
  border-radius: 30px;
  padding: 20px; 
}


.ser_title h2 br {
  display: none;
}

.ser_title .btn {
  font-size: 14px;
  padding: 11px 24px;
  margin: 0 auto;
}

.pro_data { 
  padding-left: 0;
  margin-top: 28px;
}
.pro_data h2 {
  font-size: 30px; 
  margin: 16px 0 18px; 
}

 

.feature_sec {
  padding: 40px 0;
}
.mob_sec.type_sec {
  padding: 40px 0;
} 
  
.card_type p {
  font-size: 18px; 
}


.card_head {
  padding: 20px; 
  width: calc(100% - 20px); 
  border-radius: 20px;
  height: fit-content;
  position: relative;
  bottom: 0;
    max-height: 100%;
  margin: 0 10px 0;
}


.card_type { 
  padding-top: 0; 
  padding-bottom: 10px;
}

.card_head span { 
  padding: 20px 0;
    opacity: 1;
    height: auto;
    transform: translateY(0);
}
 

.accordion .card .accordion-button {
  padding: 20px 0;
  font-size: 15px;
}
.cc_wrapper .consultnow{
  padding: 40px 0;
}
.p-faqs {
  padding: 0 0 40px !important; 
}

}






