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%);
}

.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;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 80%;
  margin: 0 auto 15px;
  text-align: center;
}
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover {
  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: 20px 0 !important;
    text-align: center;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  padding: 170px 0 30px !important;
}

.inner_sec_1 p {
  /* max-width: 55%; */
}
.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.main-banner-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
/* .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;
} */

@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

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

@media (max-width: 991px) {
  .inner_sec_1 .svg_button {
    margin: auto;
    text-align: center;
  }
  .inner_sec_1 {
    padding: 100px 0px 30px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 40px 0 !important;
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }
}
@media (max-width: 991px) {
  .inner_sec_2 .svg_button {
    margin: auto;
    text-align: center;
  }
  .inner_sec_2 {
    padding: 20px 0px !important;
  }
}
/* inner_sec_2 ends  */

.inner_sec_2_bg {
  /* border: 1px solid #d2ff72; */
  border-radius: 16px;
  padding: 60px;
  background: #fff6e9;
}

@media (max-width: 991px) {
  .inner_sec_2_bg {
    padding: 20px;
  }
}

.inner_sec_5 {
  padding: 40px 0;
}
.inner_sec_5 .contact {
  width: fit-content;
  margin: 70px auto 0;
}
.inner_sec_5 .contact ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  border: 2px solid #ffd62c;
  border-radius: 100px;
  justify-content: center;
  width: fit-content;
  padding: 25px 20px 20px;
}

.inner_sec_5 .contact a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #070d25;
  color: #fff;
  text-decoration: none;
}
.inner_sec_5 .contact li {
  margin: 0 13px;
}
.inner_sec_5 .contact li:hover {
  transition: 1s;
  animation: shake 1s 3;
}
@keyframes shake {
  0% {
    transform: translate(0px, -3px);
  }
  50% {
    transform: translate(0px, 8px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.inner_sec_5 .contact li:nth-last-child(1) {
  margin-right: 0;
}
.inner_sec_5 .contact li:nth-child(1) {
  margin-left: 0;
}
.inner_sec_5 .contact a.green {
  background: #02d087;
}
.inner_sec_5 .contact a.rose {
  background: #f046b7;
}
.inner_sec_5 .contact a.blue {
  background: #2c67d1;
}
.inner_sec_5 .contact span {
  font-size: 20px;
  background: #ffd62c;
  border-radius: 30px;
  margin: 0 auto -20px;
  padding: 2px 30px;
  display: block;
  width: fit-content;
}
@media (max-width: 991px) {
  .inner_sec_5 .contact {
    margin: 15px auto 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_5 .contact span {
    font-size: 18px;
  }

  .inner_sec_5 .contact a {
    width: 45px;
    height: 45px;
  }

  .inner_sec_5 .contact a img {
    height: 18px;
  }
}

/* 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_4  */
.inner_sec_4 {
  padding: 40px 0;
  position: relative;
}
.inner_sec_4::before {
  content: "";
  position: absolute;
  background: url("../images/crypto-trading-bot-development-company/sec4_linebg.webp")
    no-repeat center;
  height: 633px;
  width: 100%;
  z-index: -1;
  right: 0;
}
.inner_sec_4 .boxbg {
  background: url(../images/crypto-trading-bot-development-company/sec4_bg.webp)
    no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #ffd62c;
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .inner_sec_4 .boxbg {
    max-width: 100%;
    padding: 40px 20px;
  }
}
/* inner_sec_4 ends  */

/* inner_sec_28 */
.inner_sec_28 {
  padding: 40px 0;
}
.inner_sec_28 .boxbg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec_28bg.webp")
    no-repeat center #ffd9e4;
  border-radius: 20px;
  border: 1px solid #f8a9dd;
  padding-top: 20px;
  padding-right: 50px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.inner_sec_28 h5 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner_sec_28 .boxbg {
    max-width: 100%;
    padding: 15px;
    background-image: none;
  }

  .inner_sec_28 .boxbg img {
    margin-bottom: 15px;
  }
}
/* inner_sec_28 ends  */

.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  */

/* inner_sec_20 */
.inner_sec_20 {
  padding: 40px 0;
}
.inner_sec_20 .pink-style h5 {
  background: transparent;
}
.inner_sec_20 .blue-style h5 {
  background: transparent;
}
.inner_sec_20 .pink-style {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .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_20 .pink-style h5 {
  color: #f046b7;
}
.inner_sec_20 .blue-style h5 {
  color: #2c67d1;
}
.inner_sec_20 .purple-style h5 {
  color: #6d0c8d;
}
.tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.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: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}
.inner_sec_20 .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_20 .purple-style li::before {
  background: #6d0c8d;
}
.three-column-color-box {
  position: relative;
  z-index: 1;
}
/* .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: 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_20 ends  */

/* inner_sec_23  */
.inner_sec_23 {
  padding: 80px 0 40px;
}
.inner_sec_23 .box {
  border: 1px solid #e3e4e5;
  border-radius: 16px;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  margin-top: 45px;
  width: 100%;
  cursor: default;
}
.inner_sec_23 .box:hover {
  /* border-color: transparent;   */
  box-shadow: 0 0 20px -10px #5a617e;
}
.inner_sec_23 .box span {
  background: #ffd9e4;
  border-radius: 8px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  font-size: 18px;
}
.inner_sec_23 .box span.yellow {
  background: #ffff9f;
}
.inner_sec_23 .box span.blue {
  background: #c4d9ff;
}
.inner_sec_23 .box span.rose {
  background: #f1c7ff;
}
.inner_sec_23 .box p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner_sec_23 .box span {
    margin: 0px auto 20px;
    position: unset;
  }

  .inner_sec_23 .box {
    margin-top: 25px;
    padding: 25px;
  }
}
/* inner_sec_23 ends  */


/* 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/crypto-trading-bot-development-company/banner-img-5.webp)
    no-repeat scroll center top;
  min-height: 641px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  flex-wrap: wrap;
}
.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;
}
.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;
}
@media (max-width: 991px) {
  .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  */

/* inner_sec_12 */
.inner_sec_12 {
  padding: 50px 0;
  background: #fff9f3;
}
.inner12_bg {
  /* border-radius: 16px;
padding: 60px;  
background: #fff8ec; */
}
.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: #e530b2;
}
.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;
}
.pink-style h3 {
  background: #ffd9e4;
}
.blue-style h3 {
  background: #c4d9ff;
}
.violet-style h3 {
  background: #ebafff;
}
.orange-style h3 {
  background: #ffec9b;
} */

.flex-title-left-content {
  max-height: 750px;
  overflow: auto;
  padding-right: 15px;
}
.flex-title-left-content-1 {
  max-height: 460px;
  overflow: auto;
  padding-right: 15px;
}
.simplebar-scrollbar::before {
  opacity: 1 !important;
  background: #2a69d1 !important;
}
.simplebar-track.simplebar-vertical {
  background: #e1ecff !important;
  border-radius: 5px;
}
.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}
.flex_img {
  /* display: flex;
  align-items: center;
  gap: 20px; */
  /* padding: 15px 0px 15px 0px ; */
  border-bottom: 1px solid rgba(30, 34, 55, 0.1);
  padding: 24px 0px;
  transition: 0.3s;
}
.flex_img:last-child {
  border-bottom: none;
}
.flex_img p {
  margin-bottom: 0px;
  text-align: left;
}
.flex_img .h5tag {
  font-size: 20px;
  cursor: default;
}
.flex_img:hover .h5tag {
  color: #e530b2;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner12_bg h2 {
    text-align: center;
  }
  .inner12_bg .para {
    text-align: center;
  }
  .inner12_bg .flex_img {
    text-align: center;
  }
  .flex-title-left-content {
    margin-top: 20px;
  }
}
@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: center;
    /* padding: 0px; */
  }
  .flex-title-left-content {
    height: auto;
    max-height: fit-content;
  }
}

/* inner_sec_13 */
.inner_sec_13 {
  /* margin: 30px 0px; */
  /* background: rgba(136, 114, 242, 0.03); */
  padding: 40px 0px;
}
.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: 1px solid rgba(30, 34, 55, 0.1);
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s;
  background: #fff;
}
.inner_sec_13 .pink-style p {
  margin-bottom: 0px;
}
.inner_sec_13 .pink-style:hover {
  /* box-shadow: 0 15px 50px 1px rgba(223, 172, 255, 0.25), 0 4px 10px 0 rgba(223, 172, 255, 0.5); */
  background: #f6eaff;
  border: 1px solid transparent;
}
.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 h5 {
  /* color: #1e2237; */
}
.inner_sec_13 .blue-style h5 {
  /* color: #1e2237; */
}

.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;
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_2 .para {
    text-align: center;
  }
  .inner_sec_13 {
    margin: 10px 0px !important;
    text-align: center;
    /* padding: 20px 0px; */
  }

  .svg_button {
    /* margin-top: 0px !important; */
  }
  .inner_sec_1 .svg_button {
    margin-top: 0px !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: 20px;
  }
  .inner_sec_13 .pink-style {
    padding: 20px;
  }
  .text-slider {
    padding: 25px !important;
  }
  .head-title-center h3 {
    max-width: 100%;
  }
}

/* inner_sec_bcgame start */
.inner_sec_bcgame {
  padding: 30px 0;
  background: transparent;
}
.inner_sec_bcgame .blue-style h5 {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_bcgame .blue-style {
  border: 1px solid #bed0ef;
  border-radius: 16px;
  padding: 24px;
  transition: 0.3s;
}
.inner_sec_bcgame .blue-style:hover {
  box-shadow:
    0 1px 2px 0 rgba(138, 144, 174, 0.15),
    0 4px 4px 0 rgba(138, 144, 174, 0.13),
    0 10px 6px 0 rgba(138, 144, 174, 0.08),
    0 18px 7px 0 rgba(138, 144, 174, 0.02),
    0 28px 8px 0 rgba(138, 144, 174, 0);
  background: #fff;
  border: 1px solid #1468ef;
  transition: 0.3s;
}
.inner_sec_bcgame .tccb-card h3 {
  /* font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px; */
}
.inner_sec_bcgame .blue-style h5 {
  color: #1e2237;
}

.inner_sec_bcgame .tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_sec_bcgame .tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.inner_sec_bcgame .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_bcgame .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_bcgame .purple-style li::before {
  background: #6d0c8d;
}
.inner_sec_bcgame .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;
} */
.tccb_card_head .h5tag {
  font-size: 20px;
}
@media (max-width: 991px) {
  .inner_sec_bcgame .tccb-card {
    margin-bottom: 22px;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_2 .para {
    text-align: center;
  }
  .inner_sec_bcgame {
    text-align: center;
  }
  .inner_sec_bcgame .pink-style {
    padding: 25px;
  }
  .inner_sec_bcgame .blue-style {
    padding: 25px;
  }
  .svg_button {
    /* margin-top: 0px !important; */
  }
  .inner_sec_1 .svg_button {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_bcgame .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_bcgame 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 h4 {
    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_bcgame .blue-style {
    padding: 20px;
  }
  .inner_sec_bcgame .pink-style {
    padding: 20px;
  }
  .text-slider {
    padding: 25px !important;
  }
  .head-title-center h3 {
    max-width: 100%;
  }
}

/* inner_sec_bcgame end  */

/* category_list start */
.card-text .category_list {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #1468ef;
  margin-top: 17px;
}
.card-text .category_list_org {
  color: #ca7f0f;
}
.card-text .category_list_pink {
  color: #e530b2;
}
.card-text .category_list_green {
  color: #00d68a;
}
.card-text .category_list_vlt {
  color: #5635f1;
}
.card-text .category_list_red {
  color: #eb505c;
}
/* .blog_sec_3 .category_list_head{
  font-weight: 500;
  font-size:  18px ;
color: #1e2237 !important;
text-decoration: none;
} */
.category_list {
  border-left: 3px solid #1468ef;
  padding: 16px;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  margin-top: 30px;
}
.category_list_green {
  border-left: 3px solid #00d68a;
  background: linear-gradient(
    90deg,
    rgba(0, 214, 138, 0.15) 0%,
    rgba(0, 214, 138, 0) 100%
  );
}
.category_list_org {
  border-left: 3px solid #ff9c0d;
  background: linear-gradient(
    90deg,
    rgba(255, 156, 13, 0.15) 0%,
    rgba(255, 156, 13, 0) 100%
  );
}
.category_list_pink {
  border-left: 3px solid #e530b2;
  background: linear-gradient(
    90deg,
    rgba(229, 48, 178, 0.15) 0%,
    rgba(229, 48, 178, 0) 100%
  );
}
.category_list_red {
  border-left: 3px solid #ff6e79;
  background: linear-gradient(
    90deg,
    rgba(255, 110, 121, 0.15) 0%,
    rgba(255, 110, 121, 0) 100%
  );
}
.category_list_vlt {
  border-left: 3px solid #8a71ff;
  background: linear-gradient(
    90deg,
    rgba(138, 113, 255, 0.15) 0%,
    rgba(138, 113, 255, 0) 100%
  );
}
.category_list_blue {
  border-left: 3px solid #2ad2ff;
  background: linear-gradient(
    90deg,
    rgba(42, 210, 255, 0.15) 0%,
    rgba(42, 210, 255, 0) 100%
  );
}
.category_list_lytgreen {
  border-left: 3px solid #85c06f;
  background: linear-gradient(
    90deg,
    rgba(133, 192, 111, 0.15) 0%,
    rgba(133, 192, 111, 0) 100%
  );
}
/* category_list end */

/* inner_sec23_new  */
.inner_sec23_new {
  padding: 40px 0;
  background: #f1f8ff;
}
.inner_sec23_new .box {
  border: 1px solid rgba(63, 162, 246, 0.25);
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 30px;
  transition: 0.3s;
}
.inner_sec23_new .box:hover {
  /* border-color: transparent;   */
  /* box-shadow: 0 0 20px -10px #5a617e; */
}
.inner_sec23_new .box .h5tag {
  font-size: 20px;
}
.inner_sec23_new .box .fees_head {
  /* background: #ffd9e4; */
  border-radius: 50px;
  padding: 3px 13px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  /* margin: 0 auto; */
  width: fit-content;
  font-size: 16px;
  background: #cee9ff;
  color: #3fa2f6;
  transition: 0.3s;
}
.inner_sec23_new .box:hover .fees_head {
  background: #3fa2f6;
  color: #fff;
  transition: 0.3s;
}
.inner_sec23_new .box:hover {
  background: #fff;
  transition: 0.3s;
  border: 1px solid #3fa2f6;
}
/* .inner_sec23_new .box .fees_head.yellow{
    background: #ffff9f;
  }
  .inner_sec23_new .box .fees_head.blue{
    background: #c4d9ff;
  }
  .inner_sec23_new .box .fees_head.rose{
    background: #f1c7ff;
  }  */
.inner_sec23_new .svg_button {
  margin: 50px auto 10px;
}
.inner_sec23_new p {
  margin-bottom: 0px !important;
}
.inner_sec23_new .para_width {
  max-width: 75%;
  margin: auto;
}
.awards_panel_1 {
  background: #ffebcb !important;
}
.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}
.awards_panel_1 .awards_list {
  margin-top: -83px;
}
@media (max-width: 1199px) {
  .inner_sec23_new .box .fees_head {
    font-size: 15px;
  }
  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
    background: #ffebcb !important;
  }
  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .inner_sec23_new .box {
    width: 100%;
    text-align: center;
  }
  .card-text .category_list {
    text-align: center;
  }
  .inner_sec23_new {
    padding: 40px 0px;
  }
  .inner_sec23_new .para_width {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inner_sec23_new .box .fees_head {
    margin: 0px auto 20px;
    position: unset;
  }

  .inner_sec23_new .box {
    margin-top: 25px;
    padding: 20px;
  }
}
/* inner_sec_23_new ends  */

/* blog_Sec_3 start */

.box_content li {
  text-align: left;
  list-style-type: none;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}

.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) {
  .box_content li {
    font-size: 15px;
    /* width: 24%; */
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .box_content ul {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .box_content {
    display: flex;
  }
  .box_content li {
    text-align: center;
    /* width: 48%; */
  }
  .box_content ul {
    margin: auto;
  }
  .h3tag {
    max-width: 100%;
  }
  .para {
    max-width: 100%;
  }
  /* .inner_sec_pancake .para_width{
    max-width: 100%;
  } */
}
@media (max-width: 767px) {
  .box_content ul {
    /* flex-direction: column; */
    width: 100%;
  }
  .box_content li {
    /* width: 100%; */
  }
}
@media (max-width: 575px) {
  /* .inner_sec_pancake .box_content li{
 width: 100%;
  } */
}
@media (max-width: 1399px) {
  /* .blog_sec_3 .category_list_head {
    font-size: 16px;
  } */
}
@media (max-width: 767px) {
  .blog_sec_3 .category_list {
    margin-top: 20px;
  }
}
/* blog_Sec_3 end */

/* inner_sec_bg2 start */

.inner_sec_bg2 {
  /* background: #F0F5FF; */
  /* border: 1px solid #d2ff72; */
  border-radius: 16px;
  padding: 40px;
  background: #fff6e9;
}
.inner_sec_bg2 a {
  text-decoration: none;
}
.inner_sec_bg2 a:hover {
  color: #1468ef;
}

.inner_sec_bg2 .h3tag {
  max-width: 90%;
  margin: auto;
}
.inner_sec_bg2 .para {
  max-width: 98%;
  margin: auto;
}
.inner_sec_bg2 .box_content {
  width: 85%;
  margin: auto;
}
.inner_sec_bg2 .box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #fff;
  border: 1px solid #ffc362;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}
.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: 16px;
    /* width: 24%; */
    white-space: nowrap;
  }
  .inner_sec_bg2 .box_content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .inner_sec_bg2 .box_content ul {
    gap: 10px;
  }
  .inner_sec_bg2 {
    padding: 20px;
  }
  /* .blog_sec_new .box_content li {
                    width: 46%;
                  } */
}
@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%;
  }
  .blog_sec_new {
    text-align: center;
    margin: 10px 0px !important;
  }
  .blog_sec_new .box_content ul {
    justify-content: center;
    gap: 10px;
  }
  .blog_sec_new_head {
    padding: 15px;
  }
  .blog_sec_new_head .h3tag {
    line-height: 40px;
    font-size: 22px;
  }
  .inner_sec_bg2 .box_content {
    width: 100%;
  }
  .blog_sec_new_head {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_bg2 .box_content ul {
    flex-direction: column;
    width: 100%;
  }
  .inner_sec_bg2 .box_content li {
    width: 100%;
  }
  /* .blog_sec_new .box_content li{
        padding: 10px;
      }
      .inner_sec_2 img {
        
      }
      .blog_sec_new .box_content ul{
        align-items:center ;
      }
      .blog_sec_new .box_content li{
        width: 100%;
      } */
  .inner_sec_bg2 .svg_button a {
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .inner_sec_bg2 .box_content li {
    /* font-size: 15px; */
  }
  .inner_sec_bg2 {
    /* padding: 15px; */
  }
}
/* inner_sec_bg2 end */

/* .inner_bg_pink{
  background: #FCF1FF;
  border-radius: 16px;
  padding: 25px 50px;
} */
.inner_bg_green {
  background: url(../images/nft-marketplace-development-2023/cta_bg.webp)
    no-repeat !important;
  border-radius: 16px;
  padding: 25px 60px;
  background-size: cover;
  /* background: linear-gradient(0deg, #ffe2f9 0%, rgba(255, 226, 249, 0) 100%); */
  border: 1px solid #ffc7f3;
}
.inner_bg_green .h5tag {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 575px) {
  .inner_bg_green .h5tag {
    font-size: 20px !important;
    line-height: 30px;
  }
}

/* side_list */
.blog_side_menu ul {
  padding-left: 0px;
  list-style-type: none;
}
.blog_side_menu ul {
  list-style: none;
}
.blog_side_menu .category_list {
  border-left: none;
  padding: 0px;
  background: transparent;
  margin-top: 0px;
}
.blog_side_menu .category_list::after {
  right: -10px;
  top: calc(64% - 10px);
  background: url("../images/pancakeswap-cone-script/blue_arrow.webp") left top
    no-repeat;
}
/* .blog_side_menu .category_list_head :hover{
    color: #14adef !important;
  } */
.blog_side_menu {
  /* border-radius: 16px;
    padding: 24px;   */
  /* background: #ffeef9; */
  /* height:75%; */
}

.blog_side_menu li {
  font-weight: 500;
  font-size: 18px;
  color: #1e2237;
  padding: 10px;
  /* border-bottom: 1px solid #eabcda; */
  text-align: left;
  transition: 0.5s;
  cursor: pointer;
}
.blog_side_menu li:hover {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}

.category_list_head {
  transition:
    background 0.3s ease,
    border 0.3s ease,
    color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  /* color: #1468ef ; */
}
.category_list_head:hover .category_list::after {
  opacity: 1;
}
.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list {
  position: relative;
}
.blog_side_menu .category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 17px;
  background: url("../images/pancakeswap-cone-script/blue_arrow.webp") left top
    no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.category_content {
  /* border: 1px solid rgba(20, 104, 239, 0.25) !important; */
  border-radius: 8px;
  /* padding: 48px; */
  background: #f1f6ff !important;
  height: 310px;
}
.blog_views .blue_bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.blog_views .blue_bg span {
  font-weight: 500;
  font-size: 32px;
  color: #1468ef;
}
.blog_views .blue_bg p {
  margin-bottom: 0px;
}
.inner_2bg {
  background: #f0f5ff;
}
@media (max-width: 991px) {
  .blog_side_menu {
    overflow-x: scroll;
  }
  .blog_side_menu ul {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 25px;
  }
  .blog_side_menu .category_list::after {
    right: -35px;
  }
  .blog_views .blue_bg {
    text-align: center;
  }
  .blog_side_menu li {
    border: 1px solid #b0dce9;
    border-radius: 8px;
    padding: 10px 18px;
  }
  .blog_side_menu li:hover {
    border: 1px solid #b0dce9;
    border-radius: 8px;
  }
  .category_list_head:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }
}
/* .inner_blue_Border .box_content li{
  border: 1px solid #c6daff;
} */

/* inner_sec_15 */
.inner_sec_15 {
  padding: 40px 0;
}
.text-slider {
  background: #fff2fc;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  min-height: 270px;
}
.text-slider::before {
  /* content: "";
  background: url("../images/decentralized-exchange-development-company-2023/green_curve.webp")
    no-repeat scroll 0 0;
  width: 203px;
  height: 367px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; */
}
.slider-card h3 {
  color: #c72a9a;
  margin-bottom: 20px;
  /* max-width: 70%; */
}
.slider-card p {
  /* max-width: 70%; */
}
.text-slider .slick-prev {
  left: 30px;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 9;
}
.text-slider .slick-prev:hover {
  background: #e530b2;
}
.text-slider .slick-next {
  left: 75px;
  right: auto;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.text-slider .slick-next:hover {
  background: #e530b2;
}
.text-slider .slick-next::before {
  content: "";
  background: url("../images/icons/next_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 13px;
}
.text-slider .slick-prev::before {
  content: "";
  background: url("../images/icons/prev_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 9px;
}
.text-slider .slick-prev:hover::before,
.text-slider .slick-next:hover::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .slider-card p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner_sec_15 .svg_button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .text-slider {
    min-height: auto;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card h3 {
    /* max-width: 100%; */
    text-align: center;
    font-size: 20px;
  }
  .slider-card p {
    text-align: center;
  }
  .text-slider .slick-prev {
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    top: 85%;
  }
  .text-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: 85%;
  }
  .inner_sec_15 {
    text-align: center;
  }
  .inner_bg_green {
    text-align: center;
  }
  .inner_sec_25_chg {
    padding: 15px 0px 20px !important;
  }
  .inner_sec_15 {
    /* padding: 0px !important; */
  }
}
@media (max-width: 767px) {
  .text-slider .slick-prev {
    top: 93%;
  }
  .text-slider .slick-next {
    top: 93%;
  }
  .inner_bg_pink {
    padding: 20px;
  }
  .inner_bg_green {
    padding: 20px;
  }
}

/* spot_light */

/* spot_light */

/* Solutions_new */

/* Solutions_new */

/* cta_box start */

.cta_box {
  padding: 30px 0;
}
.cta_box .box {
  border-radius: 16px;
  background: url("../images/nft-marketplace-development-2023/cta_bg.webp")
    no-repeat center #fbd1ed8e;
  position: relative;
  padding: 50px;
  background-size: cover !important;
}
.cta_box .box img {
  bottom: 0;
  left: 100px;
}
.cta_box h2 {
  line-height: normal;
}
.cta_text {
  /* padding: 40px 0px 0px 60px; */
}
.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: 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_box {
    /* padding-top: 60px; */
  }
  .cta_text .h2tag {
    text-align: center;
  }
  .btn_flx {
    justify-content: center;
  }
  .cta_text {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .btn_flx {
    flex-direction: column;
  }
}
/* cta_box end */

.tech {
  padding: 40px 0 !important;
}
.tech .flx {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.tech .box {
  border: 1px solid rgba(138, 144, 174, 0.08);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  /* height: 115px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 18%;
  box-shadow:
    0 1px 3px 0 rgba(28, 28, 28, 0.05),
    0 6px 6px 0 rgba(28, 28, 28, 0.04),
    0 13px 8px 0 rgba(28, 28, 28, 0.03),
    0 23px 9px 0 rgba(28, 28, 28, 0.01),
    0 36px 10px 0 rgba(28, 28, 28, 0);
  background: #fff;
}
.tech .box p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .tech .box {
    width: 25%;
    padding: 10px;
  }
  .tech .flx {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .tech .box {
    width: 46%;
  }
}
/* blog_sec_new start */
.blog_sec_new {
  margin: 40px 0;
}
.blog_sec_new .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  justify-content: center;
}
.blog_sec_new_clone {
  margin: 70px 0;
}
.blog_sec_new .box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.blog_sec_new .box_content li a {
  border: 1px solid #ffc8cc;
  border-radius: 8px;
  /* background: #fff; */
  padding: 16px;
  text-decoration: none;
}
.blog_sec_new .box_content li a:hover {
  background: #f3525e;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}
.blog_sec_new .h3tag {
  line-height: 50px;
}
.blog_sec_new_clone .box_content li {
  border: 1px solid #bcd6ff !important;
  border-radius: 100px !important;
  transition: 0.3s;
}
.blog_sec_new_clone .box_content li:hover {
  background: #bcd6ff;
  transition: 0.3s;
}
.blog_sec_new_head {
  border-radius: 16px;
  padding: 60px 36px;
  background: #fff5f6
    url(../images/nft-marketplace-development-2023/rectangle_bg.webp) no-repeat
    right top;
}
/* .blog_sec_new_clone .blog_sec_new_head {
    background: url(../images/blockchain-game-development-2024/bg2.webp) no-repeat;
    background-size: cover;
    border-radius: 16px;
  } */
.blog_sec_new_head .h3tag {
  /* font-weight: 500 !important; */
  font-size: 36px;
}
.blog_sec_new_head .box_content li {
  width: auto;
}
/* blog_sec_new end */

/* side_list */
.blog_sec_2 {
  /* margin: 20px 0px; */
  /* background: #F1F7FF; */
  padding: 40px 0px;
}
.blog_side_menu ul {
  padding-left: 0px;
  list-style-type: none;
}
.blog_side_menu ul {
  list-style: none;
}
.blog_sec_2 .blog_side_menu .category_list {
  cursor: pointer;
}
.blog_side_menu .category_list {
  border-left: none;
  padding: 0px;
  background: transparent;
  margin-top: 0px;
}
.blog_sec_2 .blog_side_menu .category_list::after {
  right: -10px;
  top: calc(64% - 10px);
  background: url("../../assets/images/nft-staking-platform-development-2024/blue_arrow.webp")
    left top no-repeat;
}

.blog_side_menu li {
  font-weight: 500;
  font-size: 18px;
  color: #1e2237;
  padding: 14px;
  border-left: 3px solid transparent;
  cursor: pointer;
  /* border-bottom: 1px solid #eabcda; */
  text-align: left;
  transition: 0.5s;
}
.blog_side_menu li:hover {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_side_menu li.active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_side_menu li:active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_sec_2 .blue_bg .h2tag {
  font-weight: 500;
  font-size: 24px;
  color: #1468ef;
}
.category_list_head {
  transition:
    background 0.3s ease,
    border 0.3s ease,
    color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1468ef;
}
.category_list_head:hover .category_list::after {
  opacity: 1;
}
.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list_head.active .category_list::after {
  opacity: 1;
}
.category_list_head.active .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list {
  position: relative;
}
.blog_sec_2 .category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 17px;
  background: url("../images/bc-game-clone-script-2024/blue_arrow.webp") left
    top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.blog_views .blue_bg {
  border-radius: 8px;
  padding: 48px;
  background: #f1f6ff;
  /* min-height: 400px; */
  background: url("../images/crypto-payment-gateway-development-company-2023/banner_bg.webp")
    no-repeat;
}
.blog_views .blue_bg p {
  margin-bottom: 0px;
}
.inner_2bg {
  background: #f0f5ff;
}
@media (max-width: 991px) {
  .blog_side_menu {
    overflow-x: scroll;
  }
  .blog_side_menu ul {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 15px;
  }
  .blog_side_menu .category_list::after {
    right: -35px;
  }
  .blog_views .blue_bg {
    text-align: center;
    padding: 20px;
    align-items: center;
  }
  .blog_sec_2 .blue_bg .h2tag {
    font-size: 20px;
    text-align: center;
  }
  .blog_side_menu li {
    border: 1px solid #72a7ff;
    border-radius: 8px;
    padding: 10px 18px;
  }
  .blog_side_menu li:hover {
    border: 1px solid #72a7ff;
    border-radius: 8px;
  }
  .category_list_head:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }
  .blog_sec_2 {
    margin: 20px 0px 10px;
  }
}







/* Benefits starts */
.benefits_section {
  padding: 40px 0;
}
.benefits_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* max-width: 75%; */
  text-align: center;
  border: 1px solid #e7e7e7;
  padding: 30px 20px;
  border-radius: 15px;
  flex-direction: column;
}
.benefits_box p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}


/*  */
.cards-wrapper {
  display: flex;
  gap: 20px;
}

.card-col {
  flex: 1;
  transition: 0.3s all;
  cursor: pointer;
}

.card-col.active {
  flex: 2.2;
}
.card-col .card-body h5,
.card-col .card-body p {
  opacity: 0 !important;
  transform: translateY(60px) !important;
  transition: transform 0.8s ease !important;
}

.card-col.active .card-body h5,
.card-col.active .card-body p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.why-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s all;
}

.why-card.dark-card {
  background: #111;
  color: #fff;
}

.bg-img {
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
}

.why-card .card-body {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  width: 100%;
}

.card-col.active .why-card {
  height: 450px;
  color: #070d25 !important;
  border: 1px solid #ffd9e4;
  background: linear-gradient(
    90deg,
    #ffdae4 0,
    rgba(255, 218, 228, 0) 100%
  ) !important;
}
.card-col.active.card-body h5 {
  color: #070d25 !important;
}
.card-col.active .overlay {
  display: none;
}


.count {
  font-size: 0.9rem;
  opacity: 0.8;
}

.arrows i {
  font-size: 1.2rem;
  cursor: pointer;
}

.why-card .card-body h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.card-col.active .card-body h5 {
  font-size: 22px;
}
.why-card .card-body p {
  font-size: 16px;
}
.card-body .count {
  position: absolute;
  bottom: 15px;
  display: flex;
  font-size: 0.9rem;
  opacity: 0.8;
}

.arrows {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: none;
  gap: 10px;
}

.card-col.active .arrows {
  display: flex;
}

.arrows i {
  font-size: 1.2rem;
  cursor: pointer;
  color: #474f5273;
  transition: 0.3s;
}

.arrows i:hover {
  color: #000;
}

.arrow_right {
  transform: rotate(-178deg);
  margin-left: 20px;
}

.arrows i {
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.arrows i.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.card-body .plus-icon {
  display: none;
}

.card-body {
  position: relative;
}

@media (max-width: 991px) {
  .cards-wrapper {
    display: block;
  }
  .card-col {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    transition: height 0.6s cubic-bezier(0.4, 0, 1, 1);
  }
  .why-card {
    height: 150px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-col.active .why-card {
    height: auto;
    min-height: 150px;
    align-items: flex-end;
  }

  .hidden-text {
    display: none;
  }

  .card-col.active .hidden-text {
    display: block;
  }
  .why-card .card-body {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-col.active .why-card .card-body {
    padding: 30px 20px 40px 20px;
    height: auto;
    align-items: flex-start;
    text-align: left;
  }

  /* Unactive card title on mobile: White color & centered */
  .card-col:not(.active) .card-body h5 {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    text-align: center !important;
    margin: 0;
    font-size: 18px;
  }

  .card-col.active .card-body h5 {
    text-align: left !important;
    margin-bottom: 10px;
    color: #070d25 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .card-body .count,
  .why-card .count {
    display: none !important;
  }

  .arrows,
  .card-col.active .arrows {
    display: none;
  }
  .card-col .plus-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    padding: 8px;
  }
  .card-col .plus-icon img {
    width: 24px;
    height: 24px;
  }
  .card-col.active .plus-icon {
    display: none; 
  }
  .card-col .card-body h5,
  .card-col .card-body p {
    transition: unset !important;
  }
}

.section_head {
    font-size: 48px;
    content-visibility: visible;
}
.section_head span {
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #ff9c0d 0,
    #e530b2 37.5%,
    #1468ef 70.5%,
    #00d68a 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Rewards section starts */
.Honorsec {
  padding: 40px 0;
}
.Honor .slick-slide {
  transform: scale(0.8);
  transition: 0.4s ease-in-out;
  margin: 10px !important;
}
.Honor .slick-center {
  transform: scale(1.1, 1.1);
  transition: 0.4s ease-in-out;
}
.Honor .slick-list,
.Honorhead1 .slick-list {
  padding: 0 !important;
}
/* Rewards section ends */

.category-filter-grp {
  display: flex;
  gap: 15px;
  top: 50px;
  overflow-x: auto;
  margin-bottom: 30px;

  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
.btn:focus{
  box-shadow: none !important;
}

.category-filter-grp::-webkit-scrollbar {
  display: none; 
}

.category-filter {
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
  color: #070d25;
  font-weight: 500;
  white-space:nowrap;
}
.category-filter.active,
.category-filter:hover,
.category-filter:active {
  background: #00d78c !important;
  border: 1px solid #00d78c !important;
  color: #2f2f2f;
}
.category_item_panel {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.category_item {
  position: relative;
  border-radius: 16px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 1px solid #f0eded;
  overflow: hidden;
  transition:0.8s all ease;
}
.category_item h3 {
  color: #070d25;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category_item:hover {
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
}

.portfolio_section_1 {  
  padding: 30px 0;
  position: relative;
  z-index: 1; 
  background: url("../images/portfolio/porfolio_bg_01.webp");
}
.portfolio_section_1 p.blue_para {
  color: #2c67d1;
  font-size: 18px;
  font-weight: 500;
}
.portfolio_section_1 .svg_button {
  margin: 50px auto 20px;
}


@media (max-width: 768px) {
  .outbox_sec_img_content p {
    font-size: 22px;
}
}

@media (max-width: 575px) {
.category_item_panel {
  grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}
}

/* inner_sec_26_chg */
.inner_sec_26_chg {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  background-color:#c5b1be;
}
.inner_sec_26_chg {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  overflow: hidden; 
}

.inner_sec_26_chg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/crypto-currency-exchange-development-company/bg2.webp') center/cover no-repeat;
  filter: blur(12px);     
  transform: scale(1.1); 
  z-index: -1;
}

.inner_sec_26_chg .slider {
  overflow: hidden;
  height: unset !important;
  padding-bottom: 80px;
  display: flex;
  justify-content:center;
}
.inner_sec_26_chg .outbox_sec{
margin: 0 auto;
  position: relative;

}
.inner_sec_26_chg .box {
  padding: 50px;
  border-radius: 16px;
  background: #fff4fa;
  margin: 10px;
  position: relative;
  height: 505px;
  max-width:620px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.inner_sec_26_chg .outbox_sec_img{
  display:flex;
  justify-content:center;
      margin-bottom:10px !important;

}
.inner_sec_26_chg .logo_img {
  min-width: 55px;
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.inner_sec_26_chg .h3tag{
  color:#fff;
}
.outbox_sec_img_content p {
margin-bottom:10px !important;
    color: #1e2237;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}
.outbox_sec_img_content .review{
  margin-bottom:15px !important;
  font-size:22px;

}
.inner_sec_26_chg .slick-active.slick-center .box {
  background: #c4d9ff;
}
.inner_sec_26_chg .slick-active.slick-center .box .usr_box {
  background: #bff5e2;
}
.inner_sec_26_chg .slick-active.slick-center .box::before {
  color: #2c67d1;
  z-index: 1;
  opacity: 0.1;
}
.inner_sec_26_chg .slick-active.slick-center + div .box {
  background: #fff8ee;
}
.inner_sec_26_chg .slick-active.slick-center + div .box .usr_box {
  background: #fff8cb;
}

.inner_sec_26_chg .slick-prev,
.inner_sec_26_chg .slick-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #f0f1f2 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.inner_sec_26_chg .slick-prev {
  left: 0;   
}

.inner_sec_26_chg .slick-next {
  right: 0;  
}

.inner_sec_26_chg .slick-prev:hover,
.inner_sec_26_chg .slick-prev:focus,
.inner_sec_26_chg .slick-next:hover,
.inner_sec_26_chg .slick-next:focus {
  background: #dbdeef !important;
}
 
.inner_sec_26_chg .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;
    filter: invert(1);

}

.inner_sec_26_chg .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: invert(1) !important;

}

.inner_sec_26_chg .slick-prev:hover::before,
.inner_sec_26_chg .slick-prev:focus::before,
.inner_sec_26_chg .slick-next:hover::before,
.inner_sec_26_chg .slick-next:focus::before {
  filter: invert(1);
}

.inner_sec_26_chg .box .para {
  color: #1e2237;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; 
}

.inner_sec_26_chg .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_26_chg .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_26_chg .usr_box span {
  color: #1e2237;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.inner_sec_26_chg .usr_box span img {
  margin-bottom: 2px;
}
.inner_sec_26_chg .slick-active.slick-center .box {
  background: #edfff9;
}
.inner_sec_2 {
  padding-top: 70px;
}


@media (min-width: 991px) {
  .inner_sec_26_chg .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .inner_sec_26_chg .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .inner_sec_26_chg .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 1399px) {
  .inner_sec_26_chg .slider {
    height: 230px;
  }
}
@media (max-width: 1199px) {


  .inner_sec_26_chg .box {
    padding: 0px 25px;
    border-radius: 20px;
    background: #fff4fa;
    position: relative;
    height: 460px;
  }
  .outbox_sec_img_content p {
    font-size: 26px;
}
.outbox_sec_img_content .review{
  font-size:20px;

}
.inner_sec_26_chg .box .para {
  font-size: 16px;
}
}

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

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

  .inner_sec_26_chg .slider {
    height: unset;
  }

  .inner_sec_26_chg .box {
    min-height: 200px;
    padding: 25px;
  }
  .inner_sec_26_chg .slick-next{
    right:-25px;
  }
  .inner_sec_26_chg .slick-prev{
    left:-25px;
  }
}
@media (max-width: 768px) {
  .inner_sec_26_chg .slick-prev {
  left: -50px;
  right: 0;
}
.inner_sec_26_chg .slick-next {
  right: -50px;
  left: 0;
}
.inner_sec_26_chg .slick-prev,
.inner_sec_26_chg .slick-next {
  background: #f0f1f2 !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: unset;
  bottom: 0;
  z-index: 300;
  margin: 0 auto;
}
}
@media (max-width: 575px) {
.category_item_panel {
  grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}

}

/* inner_sec_26_chg ends  */
.home_style_4 {
  padding: 30px 0;
}