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: #1468ef;
  text-decoration: none;
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
.atag{
  color: #000;
  text-decoration: none;
}
.atag:hover{
  text-decoration: underline;
}

@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: 20px 0 !important;
    text-align: center;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 150px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 90%;
}
.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: center;
  text-transform: capitalize;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.main-banner-list.green li::before{
  background: #00d78c;
}
.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 !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: 30px 0;
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}
/* inner_sec_2 ends  */



/* 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_6 {
  padding: 40px 0;
}
.inner_sec_6 .box {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_6 .box .imgbox {
  position: relative;
}
.inner_sec_6 .box .imgbox::before {
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_after.webp")
    no-repeat center;
  background-size: contain;
  width: 20%;
  height: 30%;
  right: 0;
  top: -70px;
}
.inner_sec_6 .box .imgbox::after {
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_before.webp")
    no-repeat center;
  background-size: contain;
  width: 30%;
  height: 27%;
  bottom: -30px;
  left: -20px;
}
@media (max-width: 1199px) {
  .inner_sec_6 .box .imgbox img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inner_sec_6 .box {
    padding: 20px;
  }

  .inner_sec_6 .box .imgbox img {
    margin-top: 25px;
  }

  .inner_sec_6 .box .imgbox::before {
    right: -5px;
    top: -5px;
  }

  .inner_sec_6 .box .imgbox::after {
    left: -5px;
    bottom: -5px;
  }
  .inner_sec_6 .svg_button {
    margin: 50px auto 0;
  }
}



.inner_sec_3 {
  padding: 30px 0 80px;
}
.inner_sec_3 .headbg {
  position: relative;
}
.inner_sec_3 .curve {
  position: relative;
}

.inner_sec_3 .headbg::before {
  content: "";
  position: absolute;
  left: -160px;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
  background: url(../images/crypto-market-making-bot-development-company/sec3_smcurv.webp)
    no-repeat center;
  width: 98px;
  height: 100px;
}
.inner_sec_3 .headbg img {
  /* position: absolute;
  right: 0;
  bottom: 90px; */
}

.inner_sec_3 .boxlow {
  margin-top: 70px;
  margin-bottom: -70px;
}

.inner_sec_3 .box {
  background: #cfadda;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.inner_sec_3 .box:hover {
  background: #cfaddafa;
}
/* .inner_sec_3 .box:hover{
  transform: scale(1.027);
  transition: .3s;
} */
.inner_sec_3 .box.blue {
  background: #c4d9ff;
}
.inner_sec_3 .box.blue:hover {
  background: #c4d9fff6;
}
.inner_sec_3 .box.ash {
  background: #fcd7d2;
}
.inner_sec_3 .box.ash:hover {
  background: #fcd7d2f8;
}
.inner_sec_3 .box.rose {
  background: #ffd9e4;
}
.inner_sec_3 .box.rose:hover {
  background: #ffd9e4f6;
}
.inner_sec_3 .box.green {
  background: #ccf7e8;
}
.inner_sec_3 .box.green:hover {
  background: #ccf7e8f5;
}
.inner_sec_3 .box p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner_sec_3 {
    padding: 30px 0;
  }

  .inner_sec_3 .col-lg-4 .box {
    margin-bottom: 20px;
  }

  .inner_sec_3 .col-lg-4:nth-last-child(1) .box {
    margin-bottom: 0;
  }

  .inner_sec_3 .boxlow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner_sec_3 .headbg img {
    height: 100px;
  }

  .inner_sec_3 .headbg::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner_sec_3 .box {
    padding: 22px;
  }
}

/* inner_sec_3 ends  */
 

 

.portfolio_slider.custom_home_slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio_slider img {
  margin: 10px;
}





.inner_sec_7 {
  padding: 40px 0;
}
.inner_sec_7 .box {
  padding: 40px;
  background: #ccf7e8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner_sec_7 .box::before {
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/sec7_box1bg.webp")
    no-repeat center;
  top: -10px;
  right: -15px;
  width: 149px;
  height: 150px;
  z-index: -1;
}
.inner_sec_7 .box p {
  margin-bottom: 0;
}
.inner_sec_7 .box.rose {
  background: #ffd9e4;
}
.inner_sec_7 .box.rose::before {
  background: url("../images/crypto-market-making-bot-development-company/sec7_box2bg.webp")
    no-repeat center;
}
.inner_sec_7 .box.blue {
  background: #c4d9ff;
}
.inner_sec_7 .box.blue::before {
  background: url("../images/crypto-market-making-bot-development-company/sec7_box3bg.webp")
    no-repeat center;
}
.inner_sec_7 .svg_button svg{
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .inner_sec_7 .box {
    margin-bottom: 20px;
    padding: 20px;
  }
}





/* inner_sec_8 */
.inner_sec_8{
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec8_bgline.webp") no-repeat center;
  background-position-x:75% ;
  background-position-y:40% ;
}
.inner_sec_8 .box{
  background: #ffd9e4;
  padding: 20px;
  border-radius: 20px;
  margin-left: -45px;
}
@media (max-width:991px) {
    .inner_sec_8 {
        background-size: contain;
    }

    .inner_sec_8 .h2tag {
        text-align: center;
    }

    .inner_sec_8 .box {
        margin: 0;
        margin-top: 20px;
    }
}
/* inner_sec_8 ends  */



/* inner_sec_21 */
.inner_sec_21 {
  padding: 40px 0;
  background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves.webp)
    no-repeat right top;
}
.inner_sec_21 .card {
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}
.inner_sec_21 .card .h5tag {
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
  color: #1E2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: center;
}
.inner_sec_21 .card p {
  margin-bottom: 0;
}
.bignumber {
  min-width: 150px;
  font-size: 90px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
}
.pink-card .bignumber {
  color: #ffd9e4;
}
.blue-card .bignumber {
  color: #c4d9ff;
}
.yellow-card .bignumber {
  color: #ffe782;
}
.green-card .bignumber {
  color: #ccf7e8;
}
.purple-card .bignumber {
  color: #e9c4ff;
}

.inner_sec_21 .card.pink-card .h5tag {
  background-color: #FBD1ED;
}
.inner_sec_21 .card.blue-card .h5tag {
  background-color: #CBD9F3;
}
.inner_sec_21 .card.yellow-card .h5tag {
  background-color: #FFEBCB;
}
.inner_sec_21 .card.green-card .h5tag {
  background-color: #BFF5E2;
}
.inner_sec_21 .purple-card .h5tag {
  background-color: #E9D1FB;
}
.inner_sec_21 .orange-card .h5tag {
  background-color: #FFDBCB;
}
@media (max-width: 1199px) {
  .bignumber {
    min-width: 90px;
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .inner_sec_21 .card {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inner_sec_21 .card h5 {
    display: none;
  }
  .inner_sec_21 .card {
    flex-direction: column;
    align-items: center;
  }
  .inner_sec_31 .svg_button,
  .inner_sec_22 .svg_button {
    margin: 30px auto 0;
  }
}
@media (max-width: 575px) {
  .inner_sec_21 {
    background-image: none;
  }
}
/* inner_sec_21 ends  */



/* inner_sec_13 */
.inner_sec_13 {
  padding: 40px 0;
}
.inner_sec_13 .pink-style h5 {
  background: transparent;
}
.inner_sec_13 .blue-style h5 {
  background: transparent;
}
.inner_sec_13 .pink-style {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_13 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_13 .purple-style {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
}
.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 h5 {
  color: #f046b7;
}
.inner_sec_13 .blue-style h5 {
  color: #2c67d1;
}
.inner_sec_13 .purple-style h5 {
  color: #6d0c8d;
}
.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;
}
.tccb-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}
.inner_sec_13 .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_13 .purple-style li::before {
  background: #6d0c8d;
}
.three-column-color-box {
  position: relative;
}
/* .three-column-color-box::before {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/left-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  left: -70px;
  bottom: -25px;
  width: 387px;
  height: 325px;
  z-index: -1;
}
.three-column-color-box::after {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  right: -50px;
  top: -30px;
  width: 570px;
  height: 294px;
  z-index: -1;
} */
@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .inner_sec_13 .svg_button {
    margin: 30px auto 10px;
  }
}
@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_24{
  padding: 40px 0; 
}
.inner_sec_24 .boxbg{
  background: url(../images/stellar-blockchain-wallet-development-services/sec24_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #00d78b;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 1077px;
  height: 236px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.cta-text{
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inner_sec_24 .cta-text 
.inner_sec_24 h5{
  text-align: center;
  line-height: 36px;
}

.cta-img{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  margin-left: 40px;
}
@media (max-width:1399px) {
  .inner_sec_24 .boxbg {
      background-size: cover;
  }
}
@media (max-width:991px) {
  .inner_sec_24 .boxbg {
      max-width: 100%;
      height: unset;
      padding: 20px 10px;
      text-align: center;
  }

  .inner_sec_24 .cta-img {
      display: none;
  }

  .inner_sec_24 .cta-text {
      padding: 0;
  }
}
/* inner_sec_24 ends  */

