body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.mixed-waves-2 {
  background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat
    right;
}
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover {
  color: #0a58ca;
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height:1.5;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height:1.5;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
  line-height: 30px;
}
.head {
  max-width: 75%;
  margin: 0 auto 15px;
  text-align: center;
}
.atag {
  color: #070d25;
  text-decoration: none !important;
}
.atag:hover {
  text-decoration: underline;
  color: #0a58ca;
}
@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .h5tag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }

  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .head h2 {
    margin-bottom: 10px !important;
  }

  .h3tag {
    font-size: 28px;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }

  section {
    padding: 50px 0 !important;
    text-align: center;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
@media (max-width: 575px) {
  .mobile_none {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
}
/* common styles ends  */
.mobile_view {
  display: none;
}
/* inner_sec_1_2.0 */
.inner_sec_1_2_0 {
  position: relative;
  z-index: 1;
  padding: 60px 0 !important;
}
.inner_sec_1_2_0.grey_bg {
  /* background: #fafafa; */
}
.inner_sec_1_2_0 .header_tag {
  justify-content: center;
  text-align: center;
}
.inner_sec_1_2_0 .svg_button {
  margin: auto;
}
.blue_bg.inner_sec_1_2_0 {
  /* background: #fff7e2; */
}
.section_vol_bg{
    background: #EFEAFF !important;
}
/* inner_sec_new_2_0 */
.inner_sec_new_2_0 {
  background: #ebfbff;
  padding: 60px 0px;
}
.inner_sec_new_2_0 .h3tag {
  text-align: center;
}
.inner_sec_new_2_0 .box_head {
  display: flex;
  align-items: stretch;
}
.inner_sec_new_2_0 .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inner_sec_new_2_0 .white_box_2 {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  flex: 1 0 0;
}
@media screen and (max-width: 1199px) {
  .inner_sec_new_2_0 .box_head {
    flex-wrap: wrap;
    gap: 8px;
  }
  .flex_box.flex_box_2 {
    width: 99%;
  }
  .inner_sec_new_2_0 .white_box_2 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .flex_box.flex_box_2 {
    width: 100%;
  }
  .inner_sec_1_2_0 {
    padding: 30px 0 !important;
  }
}

/* inner_sec_1 */
.inner_sec_1 {
  padding: 100px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 92%;
}
.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  text-transform: capitalize;
  position: relative;
  padding-left: 24px;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  top: 10px;
  position: absolute;
  left: 0;
}
.main-banner-list.blue li::before {
  background: #2c67d1;
}
.inner_sec_1::before {
  /* content: "";
  background: url("../images/crypto-market-making-bot-development-company/sec1_linebg.webp")
    no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0; */
}

.inner_sec_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}
.inner_sec_31 .svg_button svg,
.inner_sec_31 .svg_button {
  width: 300px;
}
.inner_sec_22 .svg_button,
.inner_sec_22 .svg_button svg {
  width: 280px;
}
@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

  /* .inner_sec_1::before {
    right: 0;
  } */
}

@media (max-width: 991px) {
  /* .inner_sec_1::before {
    right: 0;
    background-size: contain;
  } */
  .inner_sec_1 .svg_button {
    margin: auto;
  }
  .title-box-left {
    text-align: center;
  }
  .inner_sec_1 {
    padding: 80px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 50px 0 !important;
}

@media (max-width: 767px) {
}
@media (max-width: 991px) {
  .inner_sec_2 {
    text-align: center;
  }
}

.inner_sec_2 ul li{
    margin-bottom:18px;
    text-align: start !important;
}
/* inner_sec_2 ends  */

/* inner_sec_12 */
.inner_sec_12 {
  padding: 50px 0;
  /* margin: 40px 0px; */
  /* background: #EBFBFF; */
  /* background: url(../images/leverage-and-margin-trading-exchange-development/style-box-12-bg.webp)
    no-repeat center 180px; */
}
.head-title-center {
  margin-bottom: 30px;
}
.head-title-center h2 {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 30px;
}
.head-title-center h2 span {
  color: #f047b8;
}
.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.ftlc-card {
  display: flex;
  align-items: center;
}
.ftlc-card h5 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  color: #ffffff;
}
.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}

/* .green-style h5 {
  background: #02d087;
}
.pink-style h5 {
  background: #f046b7;
}
.blue-style h5 {
  background: #2c67d1;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
}
.green-style p {
  background: #ccf7e8;
}
.pink-style p {
  background: #ffd9e4;
}
.blue-style p {
  background: #c4d9ff;
}
.violet-style p {
  background: #ebafff;
}
.orange-style p {
  background: #ffec9b;
} */
.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}
.title-left-content {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
  .flex-title-left-content-2 {
    max-height: 451px !important;
  }
}
@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h5 {
    display: block;
    width: 100%;
  }
  .ftlc-card p {
    margin-left: 0;
  }
  .flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  .title-left-content {
    margin-left: 0px;
  }
}

/* inner_sec_18 */
.inner_sec_18 {
  padding: 40px 0;
}
.inner_sec_18 .cta-card {
  padding: 30px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/leverage-and-margin-trading-exchange-development/cta-yellow.webp)
    no-repeat scroll center center;
  width: 960px;
  height: 233px;
  margin: 0 auto;
  border-radius: 20px;
}
.cta-yellow-text {
  max-width: 60%;
  text-align: center;
}
.cta-yellow-text h5 {
  text-align: center;
}
@media (max-width: 1199px) {
  .inner_sec_18 .cta-card {
    background-size: 100% 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_18 .cta-card {
    background-size: cover;
    padding: 15px;
  }
  .inner_sec_18 img {
    display: none;
  }
  .cta-yellow-text {
    max-width: 100%;
  }
}

/* inner_sec_26 */
.inner_sec_26 {
  padding: 40px 0;
}
.inner_sec_26.mixed-waves-2 .bgimg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec19_bg.webp")
    no-repeat center;
  background-size: 100%;
}
.inner_sec_26 {
  padding: 40px 0;
}
.img-overlay-text {
  background: url(../images/white-label-cryptocurrency-exchange-software-2023/banner5.webp)
    no-repeat scroll center top;
  min-height: 506px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newCenterImage .img-overlay-text {
  background: url("../images/decentralized-exchange-development-company-2023/img_02.webp")
    no-repeat scroll center top;
  min-height: 636px;
  margin-bottom: 30px;
}
.img-overlay-text > div {
  width: 50%;
}
.iot-card {
  background: #dedede;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: 200px;
}
.iot-card h5 {
  color: #000;
}
.img-overlay-text > div:nth-child(even) .iot-card {
  margin-left: 200px;
  margin-right: initial;
}
.iotc-green {
  background-color: #ccf7e8;
}
.iotc-orange {
  background-color: #ffb6ad;
}
.iotc-purple {
  background-color: #f1c7ff;
}
.iotc-pink {
  background-color: #ffd9e4;
}
.iotc-blue {
  background-color: #c4d9ff;
}
.iotc-ash {
  background-color: #ffdad6;
}
.ylw_curve .bgimg {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ylw_curve .bgimg::before {
  content: "";
  position: absolute;
  background: url("../images/trust-wallet-clone-script-2023/features_bg1.webp")
    no-repeat center;
  width: 387px;
  height: 325px;
  left: -110px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  z-index: -1;
}
.ylw_curve .bgimg::after {
  content: "";
  position: absolute;
  background: url("../images/trust-wallet-clone-script-2023/features_bg2.webp")
    no-repeat center;
  width: 570px;
  height: 297px;
  right: -120px;
  top: 15px;
  z-index: -1;
  right: 0;
}
@media (max-width: 991px) {
  .newCenterImage .img-overlay-text {
    background-image: none;
    min-height: auto;
  }
  .img-overlay-text > div {
    width: 100%;
  }
  .img-overlay-text > div:nth-child(even) .iot-card {
    margin-left: 0;
  }
  .img-overlay-text {
    background-image: none;
    min-height: unset;
  }
  .iot-card {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .iot-card:last-child {
    margin-bottom: 0;
  }
  .iot-card:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* inner_sec_26 ends  */

/* benefits */
.benefits {
  padding: 30px 0;
}
.waves {
  position: relative;
  z-index: 1;
}
.waves::before {
  content: "";
  position: absolute;
  background: url("../images/trust-wallet-clone-script-2023/waves.webp")
    no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: 0px 0%;
  right: 0;
  max-width: 100%;
}
.benefits .img_box {
  background: url("../images/decentralized-exchange-development-company-2023/benefit_imgbg.webp")
    no-repeat center;
  padding: 80px 10px;
}
.benefits .box {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
  width: 420px;
  margin: auto;
}
@media (max-width: 991px) {
  .benefits .h2tag {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .benefits .img_box {
    background-size: contain;
  }
}
@media (max-width: 399px) {
  .benefits .box {
    width: auto;
  }
  .benefits .img_box {
    background: none;
  }
}

/* blog */
.border_box {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 8px;
  transition: 0.5s;
  margin-bottom: 15px;
}
.border_box .Decentralized_strategic {
  border-radius: 8px;
  padding: 24px;
  background: #f4f4f4;
}
.border_box:hover {
  border: 1px solid #fbd1ed;
}
.border_box:hover .Decentralized_strategic {
  background-color: #fff1fa;
}
.Decentralized_strategic .decentralized_head {
  font-weight: 500;
  font-size: 20px;
  color: #1e2237;
  transition: 0.5s;
}
.border_box:hover .decentralized_head {
  color: #e530b2;
  transition: 0.5s;
}
.inner_title {
  font-size: 40px;
  font-weight: 600;
  color: #070d25;
}

.inner_sec_1_3 .tccb_card_head p {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 187%;
  text-align: center;
  color: #1e2237;
  margin-bottom: 0px;
}
.inner_sec_1_3 .tccb-card {
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  padding: 20px 20px;
  background: #fff;
  height: 176px;
  justify-content: center;
}
.inner_sec_2 .choose_points {
  padding-left: 20px;
  text-align: left;
}
.inner_sec_2 .choose_points .h5tag {
  font-size: 18px;
}
.inner_sec_2 .choose_points .para {
  font-weight: 400;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .inner_sec_2 .svg_button {
    margin: auto;
  }
  .inner_title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .inner_title {
    font-size: 36px;
  }
  .box_content .category_list {
    margin-top: 20px;
  }
}

.tag-list {
  /* width: 2921px;
    min-width: 2921px; */
  display: flex;
  flex-shrink: 0;
  /* flex-direction: column; */
  gap: 1rem 0;
  position: relative;
  padding: 1.5rem 0;
  overflow: hidden;
}
.inner {
  display: flex;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation-direction: var(--direction); */
  animation-duration: 40s;
  white-space: nowrap;
  /* display: flex;
    align-items: center;
    flex-shrink: 0; */
  /* gap: 60px; */
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.tag {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #1e2237;
  background: #fff;
  border: 1px solid #90ffd8;
  border-radius: 10px;
  padding: 16px 24px;
  margin-right: 1rem;
  width: auto;
  gap: 12px;
  white-space: nowrap;
  transition: 0.3s;
}

.tag span img {
  min-width: 33px !important;
}
.tag:hover {
  background: #e2fff5;
  transition: 0.3s;
}

@keyframes blogslide {
  100% {
    transform: translate(calc(-50% - 440px));
  }
}
@media (max-width: 575px) {
  .tag {
    padding: 10px 12px;
    gap: 8px;
    font-size: 16px;
  }
}

/* inner_sec_12 */
.inner_sec_12 {
  padding: 50px 0;
}
.head-title-center {
  margin-bottom: 30px;
}
.head-title-center h2 {
  text-align: center;
  /* max-width: 70%; */
  margin: 0 auto 30px;
}
.head-title-center h2 span {
  color: #f047b8;
}
.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.ftlc-card {
  display: flex;
  align-items: center;
}
.ftlc-card h3 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 20px;
  color: #070d25;
}
.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}
.green-style h3 {
  background: #ccf7e8;
}
.blue-style h3 {
  background: #c4d9ff;
}
.violet-style h3 {
  background: #ebafff;
}
.orange-style h3 {
  background: #ffec9b;
}

.flex_img {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #141414;
  background: transparent;
  transition: 0.3s;
  cursor: default;
  margin-bottom: 18px;
}
.flex_img:hover {
  background: #EBFBFF;
}
.flex_img p {
  margin-bottom: 0px;
  text-align: left;
}
.sticky_col {
  position: sticky;
  top: 100px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner12_bg h2,
  .para {
    text-align: center;
  }
  .sticky_col {
    text-align: center;
  }
}
@media (max-width: 575px) {
}

@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h5 {
    display: block;
    width: 100%;
  }
  .ftlc-card p {
    margin-left: 0;
  }
  #flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  .inner12_bg {
    /* padding: 25px; */
  }
  .inner12_bg {
    text-align: center;
  }
  .flex_img {
    /* flex-direction: column; */
    text-align: left;
    /* padding: 0px; */
  }
  #flex-title-left-content {
    height: auto;
    max-height: fit-content;
  }
  .flex_img p {
    text-align: left;
  }
}

/* inner_sec_bg2 */
.inner_sec_bg2 {
  /* background: #F0F5FF; */
  border-radius: 16px;
  padding: 48px;
  background: #fff6e9;
}
.inner_sec_bg2 a {
  text-decoration: none;
}
.inner_sec_bg2 a:hover {
  color: #1468ef;
}
.inner_sec_2 .inner_sec_2_bg {
  background-color: #c4d9ff;
  padding: 38px 0px;
  border-radius: 20px;
}
.inner_sec_2 .inner_sec_2a_bg {
  background-color: #fff !important;
  padding: 0 0 0px 0px;
  border-radius: 16px !important;
}
.inner_sec_2 .inner_sec_2a_bg h6{
    font-weight: 600;
font-size: 24px;
letter-spacing: -0.04em;
text-transform: capitalize;
text-align: center;
color: #141414;
}
.inner_sec_2_bg{
background:#FAFAFA !important;
}
.inner_sec_bg2 .h3tag {
  max-width: 72%;
  margin: auto;
}
.inner_sec_bg2 .para {
  max-width: 78%;
  margin: auto;
}
.inner_sec_bg2 .box_content li {
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #fff;
  border: 1px solid #ffe7c6;
  border-radius: 100px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.inner_sec_bg2 .box_content li:hover {
  /* color: #ea6fc8; */
}
.inner_sec_bg2 .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .inner_sec_bg2 .box_content li {
    font-size: 14px;
    /* width: 24%; */
    white-space: nowrap;
  }
  .inner_sec_bg2 .h3tag {
    max-width: 92%;
  }
  .inner_sec_bg2 .para {
    max-width: 91%;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .inner_sec_bg2 .box_content ul {
    gap: 10px;
  }
  .inner_sec_bg2 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inner_sec_bg2 {
    text-align: center;
  }
  .inner_sec_bg2 .box_content {
    display: flex;
  }
  .inner_sec_bg2 .box_content li {
    text-align: center;
    width: 48%;
  }
  .inner_sec_bg2 .box_content ul {
    margin: auto;
  }
  .inner_sec_bg2 .h3tag {
    max-width: 100%;
  }
  .inner_sec_bg2 .para {
    max-width: 100%;
  }
  .inner_sec_2 .inner_sec_2a_bg h6{
    font-size:20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_bg2 .box_content ul {
    flex-direction: column;
    width: 100%;
  }
  .inner_sec_bg2 .box_content li {
    width: 100%;
  }
  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }
}
@media (max-width: 575px) {
  .inner_sec_bg2 .box_content li {
    font-size: 16px;
  }
}

/* inner_sec_21_chg */
.inner_sec_21 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #f5f8ff;
}
.inner_sec_21 .slider_1 {
  overflow: hidden;
  height: unset !important;
  padding-bottom: 80px;
}
.inner_sec_21 .head-title-center h2 {
  text-align: center;
  margin: auto !important;
  /* max-width: 36%; */
}
.inner_sec_21 .box {
  /* padding: 50px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 350px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
}
.inner_sec_21 .logo_img {
  /* min-width: 55px;
    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.inner_sec_21 .slick-active.slick-center .box {
  background: #c4d9ff;
}
.inner_sec_21 .slick-active.slick-center .box .usr_box {
  background: #bff5e2;
}
.inner_sec_21 .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}
.inner_sec_21 .slick-active.slick-center + div .box {
  background: #fff8ee;
}
.inner_sec_21 .slick-active.slick-center + div .box .usr_box {
  background: #fff8cb;
}
.inner_sec_21 .slick-prev {
  left: -50px;
  right: 0;
}
.inner_sec_21 .slick-next {
  right: -50px;
  left: 0;
}
.inner_sec_21 .slick-prev,
.inner_sec_21 .slick-next {
  background: #d4dbeb !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: unset;
  bottom: 0px;
  z-index: 300;
  margin: 0 auto;
  transition: 0.3s;
}
.inner_sec_21 .slick-prev:hover,
.inner_sec_21 .slick-prev:focus,
.inner_sec_21 .slick-next:hover,
.inner_sec_21 .slick-next:focus {
  background: #070d25 !important;
  transition: 0.3s;
}
.inner_sec_21 .slick-prev::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp")
    no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
  filter: contrast(0.5) brightness(0.5);
  transition: 0.3s;
}

.inner_sec_21 .slick-next::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/right_arw.webp")
    no-repeat center;
  width: 10px;
  height: 14px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
  filter: contrast(0.5) brightness(0.2);
  transition: 0.3s;
}

.inner_sec_21 .slick-prev:hover::before,
.inner_sec_21 .slick-prev:focus::before,
.inner_sec_21 .slick-next:hover::before,
.inner_sec_21 .slick-next:focus::before {
  filter: contrast(0.5) brightness(5.5);
  transition: 0.3s;
}

.inner_sec_21 .box .para {
  color: #1e2237;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.inner_sec_21 .usr_box {
  border-radius: 140px;
  background: #fcddf2;
  padding: 10px 20px 10px 10px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.inner_sec_21 .usr_box p {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: left;
}
.inner_sec_21 .usr_box span {
  color: #1e2237;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.inner_sec_21 .usr_box span img {
  margin-bottom: 2px;
}
.inner_sec_21 .slick-active.slick-center .box {
  background: #edfff9;
}
.inner_sec_2 {
  padding-top: 70px;
}
@media (min-width: 991px) {
  .inner_sec_21 .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .inner_sec_21 .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .inner_sec_21 .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 1399px) {
  .inner_sec_21 .slider {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .inner_sec_21::before {
    background-size: 40%;
  }

  .inner_sec_21 .box {
    padding: 0px 25px;
    border-radius: 20px;
    background: #fff4fa;
    margin: 10px;
    position: relative;
    height: 460px;
  }
  .inner_sec_21 .head-title-center h2 {
    text-align: center;
    margin: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .inner_sec_21 .slider {
    overflow: visible;
  }

  .inner_sec_21 .slider .slick-list {
    margin-left: 0px;
  }

  .inner_sec_21 .slider {
    height: unset;
  }

  .inner_sec_21 .box {
    min-height: 200px;
    padding: 25px;
    height: 100%;
  }
}
/* inner_sec_21 ends  */

.cta_box {
  padding: 10px 0 !important;
}
.cta_box .box {
  border-radius: 16px;
  padding: 50px;
  background: #ffeaf8;
  position: relative;
}
.cta_box .box img {
  bottom: 0;
  left: 100px;
}
.cta_box h2 {
  line-height: normal;
}
.cta_box.ylw .box {
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp")
    no-repeat center #ffe3b7;
  background-size: cover;
}
.cta_box.ylw .svg_button a {
  background: #00d68a;
  border: 2px solid #00d68a;
}
.cta_box.ylw .svg_button a:before {
  background: #abffe1;
}
.cta_box.ylw .box h2 {
  font-size: 40px;
}
.cta_text .h2tag {
  font-size: 38px;
  text-align: left;
  font-weight: 600;
}
.cta_text .svg_button {
  margin-top: 35px;
  white-space: nowrap;
}
.btn_flx {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .cta_box .box img {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .cta_box .box {
    padding: 30px 20px;
    text-align: center;
  }
  .cta_box .svg_button {
    margin-top: 20px;
  }
  .cta_box .box img {
    display: none;
  }
  .cta_box.ylw .box h2 {
    font-size: 32px;
  }
  .cta_text .h2tag {
    text-align: center;
  }
  .btn_flx {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .btn_flx {
    flex-direction: column;
  }
}

/* Management Card Slider Section Starts */
.home_style_10 {
  overflow: hidden;
  padding-top: 50px;
}
.custom_home_slider .slick-dots {
  top: -240px !important;
  left: 42px !important;
  padding: -1px;
  transform: rotate(90deg);
  bottom: 0 !important;
  z-index: -1;
}

.management_cardwrap {
  position: relative;
  z-index: 10;
}
.management_card {
  padding: 50px 30px;
}
.management_cardwrap {
  border-radius: 16px;
  background: #ecffeb;
}
.ceo_card_pinned_one {
  background: #ccf7e8;
}

.ceo_card_pinned_two {
  background: #c2d8ff;
  z-index: 2;
}

.ceo_card_pinned_three {
  background: #ffd8e3;
  z-index: 3;
}

.ceo_card_pinned_four {
  background: #ffff9f;
  z-index: 4;
}
.management_card_content {
  align-items: center;
}
.management_card_content p {
  text-align: left;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 90%;
}
.management_card_content_head {
  position: relative;
}
.management_card_content p::before,
.management_card_content p::after {
  content: "";
  width: 58px;
  height: 36px;
  position: absolute;
}
.management_card_content p::before {
  top: -45px;
  left: -30px;
}
.management_card_content p::after {
  bottom: -20px;
  right: -20px;
  transform: rotateY(180deg);
}
.management_card_01 .management_card_title .managment_heads {
  color: #00d78b;
}
.management_card .management_card_title .managment_heads {
  position: relative;
}
.management_card_01 .management_card_content_head::after,
.management_card_02 .management_card_content_head::after,
.management_card_03 .management_card_content_head::after,
.management_card_04 .management_card_content_head::after {
  content: "";
  width: 195px;
  height: 120px;
  position: absolute;
  top: -50px;
  right: 100px;
  z-index: -1;
}

.management_card_01 .management_card_content_head::after {
  background: url(../images/home/Vector1.webp) no-repeat;
}
.management_card_02 .management_card_content_head::after {
  background: url(../images/home/Vector2.webp) no-repeat;
}
.management_card_03 .management_card_content_head::after {
  background: url(../images/home/Vector3.webp) no-repeat;
}
.management_card_04 .management_card_content_head::after {
  background: url(../images/home/Vector4.webp) no-repeat;
}

.management_card_title .managment_heads {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.management_card_title .managment_heads a {
  color: #070d25;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.management_card_title p.name {
  font-weight: 600;
  font-size: 24px;
  color: #1468ef;
  margin-bottom: 0;
}
.managment_heads_2 p.name {
  color: #e530b2;
}
.managment_heads_3 p.name {
  color: #ff9c0d;
}
.managment_heads_4 p.name {
  color: #00d68a;
}
.management_card_title .managment_heads a span {
  line-height: 0;
}
.management_card_title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #5a617e;
}
.management_cardwrap .slick-dots {
  bottom: 30px;
  top: unset;
  width: auto;
  right: 0;
  left: 0;
}
.management_card_title {
  margin-top: 30px;
  max-width: 70%;
}
.home_style_11 {
  background: url("../images/home/market_bg.webp") no-repeat center;
}

.home_style_10 .slick-prev,
.home_style_10 .slick-next {
  background: #00d68a !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
}
.home_style_10 .slick-next {
  right: -25px;
}
.home_style_10 .slick-prev {
  left: -25px;
  z-index: 2;
}
.home_style_10 .slick-prev::before {
  content: "";
  background: url("../images/home/slick_arw.webp") no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.home_style_10 .slick-next::before {
  content: "";
  background: url("../images/home/slick_arw.webp") no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.slick-next:before,
.slick-prev:before {
  font-display: swap;
}
.home_style_10 .slick-dots li button:before {
  font-size: 16px;
  color: #00d68a;
}
.home_style_10 .slick-dots li.slick-active button:before {
  color: #00d68a;
}
.management_cardwrap .slick-dots li.slick-active {
  width: 100px;
  height: 10px;
  border-radius: 25px;
}
.management_cardwrap .slick-dots li {
  border-radius: 100%;
  background: #00d78c;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: 0.5s;
}
.management_cardwrap .slick-dots li button {
  display: none;
}

@media screen and (max-width: 1399px) {
  .custom_home_slider .slick-dots {
    left: 146px !important;
    top: -3px !important;
  }
}
@media screen and (max-width: 1199px) {
  .home_style_10 {
    margin-bottom: 30px;
  }
  .management_card_content p {
    max-width: 100%;
  }
  .management_card_title {
    max-width: 80%;
  }
  .management_card {
    margin: 30px 0 20px;
  }
  .custom_home_slider .slick-dots {
    top: -29px !important;
    left: 128px !important;
  }
  .management_card .management_card_content_head::after {
    top: -80px;
    right: 0px;
  }
  .management_cardwrap .slick-dots {
    transform: unset;
    bottom: -30px;
    top: unset;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .management_card_content img.management_img {
    display: none !important;
  }
  .management_card_content p {
    max-width: 90%;
  }
  .management_card_content {
    /* padding-left: 40px; */
    padding-right: 0;
  }
  .management_card_content_head {
    padding-left: 0 !important;
  }
  .management_card .management_card_content_head::after {
    top: -10px !important;
    right: 0 !important;
    left: 0;
    margin: 0 auto;
    background-size: 80%;
    background-position: center top;
  }
  .management_card {
    padding: 30px;
    height: 400px;
    width: 100%;
  }
  .management_card_title {
    max-width: 100%;
    margin-top: 20px;
  }

  .management_card {
    margin-top: 10px !important;
    margin-bottom: 0;
  }
  .management_card_content p {
    text-align: center;
    max-width: 100% !important;
  }
  .managment_heads div {
    justify-content: center !important;
    gap: 8px !important;
    flex-direction: column;
    align-items: center;
  }

  .custom_home_slider .slick-dots {
    transform: rotate(180deg) !important;

    left: -17px !important;
    bottom: -25px !important;
  }
}
@media screen and (max-width: 575px) {
  .management_card_title h2 {
    font-size: 20px;
  }
  .management_card_content p::after {
    bottom: -34px;
  }
  .management_card_title p {
    color: #131315;
  }
  .management_card {
    padding: 12px !important;
  }
  .management_card_content {
    padding-left: 0px;
  }
  .management_card_content p::before {
    left: -10px;
  }
  .management_card_title {
    position: relative;
    inset: unset;
  }
  .management_card {
    height: 480px;
  }
}
/* Management Card Slider Section Ends */

/* inner_sec_13 */
.inner_sec_13 {
  padding: 60px 0;
  background: #EAFFF2;
}
.inner_sec_13_bg{
background: #EDF5F0 !important;
}
.pink-style_bg{
    background:#fff !important;
}
.inner_sec_13 .pink-style span {
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #1e2237;
}
/* .inner_sec_13 .blue-style h5 {
    background: transparent;
    margin-bottom: 0px;
  }
  .inner_sec_13 .green-style h5 {
    background: transparent;
  } */
.inner_sec_13 .pink-style {
  border-radius: 16px;
  background: transparent;
  padding: 32px;
  transition: 0.3s;
  cursor: default;
  border:1px solid #e6e6e6;
}
.inner_sec_13 .pink-style p {
  margin-bottom: 0px;
}
.inner_sec_13 .pink-style:hover {
  /* box-shadow: 0 2px 6px 0 rgba(157, 125, 252, 0.2),
    0 15px 15px 0 rgba(157, 125, 252, 0.17),
    0 35px 21px 0 rgba(157, 125, 252, 0.1),
    0 62px 25px 0 rgba(157, 125, 252, 0.03),
    0 96px 27px 0 rgba(157, 125, 252, 0); */
  background: #fff;
}
.inner_sec_13 .pink-style:hover span {
  color: #e530b2 !important;
}
/* .inner_sec_13 .blue-style {
    background: #eaf1ff !important;
    border-radius: 20px;
    padding: 40px;
  } */

.tccb-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inner_sec_13 .pink-style .h5tag {
  font-weight: 600;
  font-size: 17px;
}
.tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.three-column-color-box {
  position: relative;
}
.smarter_txt {
  font-family: "Crimson Pro", serif;
  color: #5433b6;
  font-size: 56px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: -3px;
  margin-bottom: 30px;
}
.smarter_txt span {
    margin: 0 10px;
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_2 .para {
    text-align: center;
  }

  .svg_button {
    /* margin-top: 0px !important; */
  }
  .inner_sec_1 .svg_button {
    margin-top: 0px !important;
  }
  .inner_sec_13_bg .h5tag{
    text-align:center !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_13 .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_13 h3 {
    text-align: center;
    max-width: 100%;
  }
  .tccb_card_head p {
    text-align: center;
  }
  .inner_sec_1_3 .tccb-card {
    height: auto !important;
  }
  .tccb_card_head h3 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }
  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }
  .inner_sec_13 .blue-style {
    padding: 30px 20px;
  }
  .inner_sec_13 .pink-style {
    padding: 30px 20px;
  }
  .head-title-center h3 {
    max-width: 100%;
  }
}
/*  Inner Section 24  Starts  */
.inner_sec24 {
  padding: 60px 0;
  background: #EBFBFF;
}
.bot_panel_div {
  background: transparent;
  border: 1px solid #c4b0ff;
  border-radius: 16px;
  padding: 30px;
  transition: 0.2s all;
  cursor: default;
  margin-bottom: 8px;
  margin: 10px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider_box .slick-next:before {
  content: "";
  background: url("../images/cryptocurrency-exchange-software-2.0/next_icon.webp")
    no-repeat center;
  width: 45px;
  height: 46px;
  display: block;
  position: relative;
  font-size: 0 !important;
  opacity: 1 !important;
}

.slider_box .slick-prev:before {
  content: "";
  background: url("../images/cryptocurrency-exchange-software-2.0/prev_icon.webp")
    no-repeat center;
  width: 45px;
  height: 46px;
  display: block;
  position: relative;
  font-size: 0 !important;
  opacity: 1 !important;
}
.slider_box button.slick-prev {
  z-index: 1;
  left: -15px;
}
.slider_box button.slick-next {
  right: 12px;
}
.slider_box button.slick-next,
.slider_box button.slick-prev {
  top: 43%;
}
@media screen and (max-width: 1199px) {
  .slider_box {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .bot_panel_div,
  .bot_panel_div .para {
    text-align: left;
  }
}
/*  Inner Section 24  Ends  */

/* inner_sec_29 */
.inner_sec_29 {
  padding: 60px 0;
}
.inner_sec_29 .accordion-item {
  background: #eeeff200;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #141414;
}
.inner_sec_29 .accordion-item:last-child {
  border-bottom: none;
}
.inner_sec_29 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 18px;
  padding-right: 90px;
  color: #000;
  position: unset;
  gap: 24px;
}
.inner_sec_29 .accordion-item:focus-visible {
  outline: none;
}
.inner_sec_29 .accordion-button h5 {
  margin-bottom: 0;
}
.inner_sec_29 .accordion-button::after {
  background: url("../images/cryptocurrency-wallet-development-2.0/accordian_arrow.webp")
    no-repeat center;
  position: absolute;
  right: 30px;
  transform: rotate(0deg);
  margin: auto 0;
  transition: 0.5s;
}
.inner_sec_29 .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.inner_sec_29 .accordion-item .para span {
  font-weight: 600;
}
.inner_sec_29 .accordion-body {
  padding: 20px;
  padding-right: 50px;
  padding-top: 0px;
}
.inner_sec_29 .accordion-body p {
  margin-bottom: 0;
  text-align: left;
  padding-left: 70px;
}
.accordion-header .h5tag {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
  .inner_sec_29 .accordion-button {
    gap: 10px;
  }
  .inner_sec_29 .accordion-body p {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .inner_sec_29 {
    text-align: center;
    padding: 0px 0px 40px 0px;
  }
  .inner_sec_29 .svg_button {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
  .inner_sec_2 {
    text-align: center;
  }
  .purple_box .h5tag {
    text-align: center;
  }
}
/* inner_sec_29 ends  */

/* Common Media Css */
@media screen and (max-width: 991px) {
  .card_pinned .h5tag {
    text-align: center;
  }
}

/* Inner Section 48 Starts */
.inner_sec_48 {
  padding: 30px 0 60px;
}
.wallet-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 8px;
  border-radius: 16px;
  background: #141414;
}
.wallet-feature-box {
  border-radius: 8px;
  border: 1px solid #141414;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 0.2s;
  box-sizing: border-box;
  cursor: default;
}
.wallet-feature-box:nth-child(1),
.wallet-feature-box:nth-child(2) {
  width: 50%;
}
.wallet-feature-box:nth-child(n + 3) {
  width: 33.3333%;
}
.wallet-feature-box:hover {
  background: #ffdccc;
}
@media (max-width: 991px) {
  .wallet-feature-box:nth-child(1),
  .wallet-feature-box:nth-child(2) {
    width: 100%;
  }
  .wallet-feature-box:nth-child(n + 3) {
    width: 50%;
  }
}
/* Responsive: Mobile */
@media (max-width: 600px) {
  .wallet-feature-box {
    width: 100% !important;
    padding: 20px 12px;
  }
}
/* Inner Section 48 Ends */
