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

.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: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.link {
  color: #0a58ca;
  text-decoration: none;
}

.link:hover {
  color: #0a58ca;
}

.para {
  font-size: 18px;
}

.head {
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}

@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: 30px 0 !important;
    text-align: center;
  }
}

/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
    position: relative;
    min-height: 100vh;
    background: #000004;
    overflow: hidden;
    z-index: 1;
}

/* Video Layer */
.hero-video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -3;

    mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0)
    );

    -webkit-mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0)
    );
}

.hero-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: .9;
}

/* Dark Overlay */
.inner_sec_1::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.96) 0%,
            rgba(0,0,0,.8) 35%,
            rgba(0,0,0,.3) 75%,
            rgba(0,0,0,.15) 100%
        ); */
    z-index: -2;
}

.inner_sec_1 .h5tag,
.inner_sec_1 .h2tag,
.inner_sec_1 .para {
  color: #fff;
}
.hero-video-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.5); /* 150% saturation */
}
/* Mobile */
@media (max-width: 991px) {

    .inner_sec_1 {
        min-height: 100vh;
    }

    .hero-video-wrapper {
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;

        /* Remove fade/mask */
        mask-image: none;
        -webkit-mask-image: none;
    }

    .hero-video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right 10% center;
        filter: saturate(1.3);
        opacity: 1;
    }


    /* Light overlay for text readability */
    .inner_sec_1::before {
        content: "";
        position: absolute;
        /* inset: 0; */
        background: rgba(0, 0, 0, 0.55);
        z-index: 0;
    }

    .inner_sec_1 .container,
    .inner_sec_1 .row {
        position: relative;
        z-index: 2;
    }
}
@media (max-width: 768px) {
    .hero-video-wrapper video {
        object-position: 75% center;
    }
}

.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: 1599px) {
  .inner_sec_1::after {
    background-position: bottom right 47%;
  }
}

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

  .inner_sec_1::before {
    right: 0;
  }

  .inner_sec_1::after {
    background-position: bottom right 42%;
  }
}

@media (max-width: 991px) {
  .inner_sec_1::before {
    right: 0;
    background-size: contain;
  }

  .inner_sec_1 .svg_button {
    text-align: center;
    margin: auto;
  }

  .inner_sec_1 {
    padding: 130px 0 30px !important;
    overflow: hidden;
  }

  .inner_sec_1::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/assets/images/crypto-trading-bot-development-company/bg2_mob.webp');
    filter: blur(4px);
    transform: scale(1.05);
  }
}

@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
}

/* inner_sec_1 ends  */

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

.inner_sec_2_bg {
  background-color: #f0f5ff;
  padding: 40px;
  border-radius: 20px;
}

.range_text {
  font-size: 24px;
  font-weight: 600;
}

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

  .inner_sec_2 .svg_button {
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }

  .inner_sec_2_bg {
    padding: 20px;
  }
}

/* inner_sec_2 ends  */

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

.inner_sec_4 .svg_button,
.inner_sec_4 .svg_button svg {
  width: 300px;
}

.boxbg .h5tag {
  line-height: 32px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .inner_sec_4 .boxbg {
    max-width: 100%;
    padding: 40px 20px;
  }
}

/* inner_sec_4 ends  */

.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: 15%;
  height: 20%;
  left: 0;
  top: -65px;
}

.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: 20%;
  height: 20%;
 bottom: -40px;
        right: -50px;
    transform: rotate(136deg);
}

@media (max-width: 767px) {
  .inner_sec_6 .box {
    padding: 20px;
  }

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

  .inner_sec_6 .box .imgbox::after {
    left: -5px;
    bottom: -5px;
  }
}

/* inner_sec_6 ends  */

/* inner_sec_21 */

.inner_sec_21 .card h5 {
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}

.inner_sec_21 .card p {
  margin-bottom: 0;
}

.bignumber {
  /* min-width: 150px; */
  font-size: 120px;
  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 h5 {
  background-color: #f046b7;
}

.inner_sec_21 .card.blue-card h5 {
  background-color: #2c67d1;
}

.inner_sec_21 .card.yellow-card h5 {
  background-color: #cfac1b;
}

.inner_sec_21 .card.green-card h5 {
  background-color: #00d78b;
}

.inner_sec_21 .purple-card h5 {
  background-color: #6d0c8d;
}

/* inner_sec_25_chg */
.inner_sec_21 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.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 .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: #f0f1f2 !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;
}

.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: #dbdeef !important;
}

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

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

.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: invert(1);
}

.inner_sec_21 .slick-active.slick-center .box {
  background: #edfff9;
}

@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;
  }
  .inner_sec_6 .box .imgbox::after{
    bottom: -45px;
  }
}

@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  */
@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) {
  .bignumber {
    display: none;
  }
}

@media (max-width: 575px) {
  .inner_sec_21 {
    background-image: none;
  }
}

/* inner_sec_21 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;
  background: linear-gradient(135deg,
      #FFF6FA 0%,
      #F8F9FF 100%);
}

.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;
  cursor: default;
}

.inner_sec_20 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.inner_sec_20 .purple-style {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
}

.inner_sec_20 .tccb-card {
  list-style: none;
  /* margin: 0;
  padding: 0; */
}

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

.topic-hover-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.topic-hover-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); */
}

.topic-icon-wrap {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 -3px 5px rgba(0, 0, 0, 0.05);
}

.topic-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.topic-hover-card:hover .topic-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {}

/* inner_sec_20 ends  */

/* inner_sec_23  */
.inner_sec_23 {
  padding: 40px 0;
}

.inner_sec_23 .box {
  border: 1px solid #e3e4e5;
  border-radius: 16px;
  padding: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  margin-top: 45px;
}

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

.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_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 .boxbg {
    background: #ccf7e9;
  }

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

  .inner_sec_24 .cta-text {
    padding: 0;
  }
}

/* inner_sec_24 ends  */

/* inner_sec_5 */
.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_5 ends  */

/* inner_sec_30 */
/* .inner_sec_30 {
  padding: 40px 0;
}

.inner_sec_30 .box {
  padding: 50px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #c4d9ff;
  margin-bottom: 15px;
}
.inner_sec_30 .box:hover {
  box-shadow: 0 0 10px 5px #f4f4f6;
}
.inner_sec_30 .box.green {
  background: #ccf7e8;
}
.inner_sec_30 .box.rose {
  background: #ffd9e4;
}
.inner_sec_30 .box .para {
  margin-bottom: 0;
} */
/* inner_sec_30 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%;
  }
}

@media (max-width: 575px) {
  .inner_sec_30 .box {
    padding: 25px;
  }
}

/* inner_sec_26 ends  */

/* inner_sec_12 */

.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}

.flex-title-left-content-1 {
  max-height: 534px;
  overflow: auto;
  padding-right: 15px;
}

.flex-title-left-content {
  max-height: 534px;
  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 #c6daff;
  padding: 24px 0px;
  transition: 0.3s;
}

.flex_img:last-child {
  border-bottom: none;
}

.flex_img p {
  margin-bottom: 0px;
}

.flex_img:hover .h5tag {
  color: #e530b2;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }

  .head-title-center p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .ftlc-card h3 {
    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;
  }

  .flex-title-left-content {
    max-height: max-content;
  }
}

/* inner_sec23_new  */
.inner_sec23_new {
  padding: 40px 0;
  background: transparent;
}

.inner_sec23_new .box {
  border: 1px solid #dee6f5;
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 45px;
}

.inner_sec23_new .box:hover {
  /* border-color: transparent;   */
  /* box-shadow: 0 0 20px -10px #5a617e; */
}

.inner_sec23_new .box {}

.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: #c6daff;
  color: #1468ef;
  transition: 0.5s;
}

.inner_sec23_new .box:hover .fees_head {
  background: #1468ef;
  color: #fff;
  transition: 0.5s;
}

.inner_sec23_new .box:hover {
  border: 1px solid #1468ef;
  transition: 0.5s;
}

.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 .box span.h5tag {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .inner_sec23_new .box .fees_head {
    font-size: 15px;
  }

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

@media (max-width: 767px) {
  .inner_sec23_new .box .fees_head {
    margin: 0px auto 20px;
    /* position: unset; */
    left: 0;
  }

  .inner_sec23_new .box {
    margin-top: 25px;
    padding: 20px;
  }
}

/* inner_sec_23 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 !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}

.inner_sec_21 .card h5 {
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}

.inner_sec_21 .card p {
  margin-bottom: 0;
}

.bignumber {
  /* min-width: 150px; */
  font-size: 36px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

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

.pink-card .bignumber {
  color: #cfe0fc;
}

.blue-card .bignumber {
  color: #e530b2;
}

.yellow-card .bignumber {
  color: #6f55ec;
}

.green-card .bignumber {
  color: #a3680f;
}

.purple-card .bignumber {
  color: #c8f2e3;
}

.red-card .bignumber {
  color: #f1ced0;
}

.inner_sec_21 .card.pink-card h5 {
  background-color: #f046b7;
}

.inner_sec_21 .card.blue-card h5 {
  background-color: #2c67d1;
}

.inner_sec_21 .card.yellow-card h5 {
  background-color: #cfac1b;
}

.inner_sec_21 .card.green-card h5 {
  background-color: #00d78b;
}

.inner_sec_21 .purple-card h5 {
  background-color: #6d0c8d;
}

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

@media (max-width: 1199px) {
  .bignumber {
    /* min-width: 90px; */
    font-size: 72px;
  }
}

@media (max-width: 991px) {
  .inner_sec_21 .card {
    margin-bottom: 15px;
  }

  .title-box-left {
    text-align: center;
  }

  .inner12_bg {
    text-align: center;
  }
}

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

  .bignumber {
    display: none;
  }
}

@media (max-width: 575px) {
  .inner_sec_21 {
    background-image: none;
  }
}

/* inner_sec_21 ends  */

/* inner_sec_bg2 start */

.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_bg2 .h3tag {
  /* max-width: 70%; */
  margin: auto;
}

.inner_sec_bg2 .para {
  /* max-width: 78%; */
  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% !important; */
}

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

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

@media (max-width: 767px) {
  .inner_sec_bg2 .box_content ul {
    flex-direction: column;
    width: 100%;
  }

  .inner_sec_bg2 .box_content li {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .inner_sec_bg2 .box_content li {
    font-size: 15px;
    white-space: wrap;
  }

  .inner_sec_bg2 {
    padding: 15px;
  }
}

/* spot_light */
.spot_light {
  margin: 40px 0px;
  background: #f1f8ff;
}

.spot_light_bg {
  /* border: 1px solid #ffcbcb; */
  border-radius: 16px;
  padding: 30px;
}

.spot_light .box {
  border-radius: 20px;
  background: #eaf1ff;
  padding: 40px;
}

.spot_light ul {
  padding-left: 20px;
}

.spot_light li {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  white-space: nowrap;
  text-align: left;
}

.spot_light .box_content li {
  /* display: block; */
  display: list-item;
}

.spot_light .box_content ul {
  list-style-type: disc !important;
}

.spot_light .box_content li::marker {
  /* color: #ff6347 !important ; 
  font-size: 20px !important; 
  content: '• ' !important; 
  margin-right: 10px !important;  */
}

.spot_light .nav {
  flex-wrap: nowrap;
}

.spot_light .tab-content {
  /* background: transparent; */
  /* border-radius: 16px; */
  /* padding: 48px; */
}

.spot_light li::marker {
  margin: auto;
}

.spot_light h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.spot_light .box.blue h5 {
  color: #1468ef;
}

.spot_light .box.orange h5 {
  color: #e38a06;
}

.spot_light .box.orange {
  background: #fff4e3;
}

.spot_light .box_content ul {
  display: block;
  list-style-type: disc;
}

.spot_light .box_content {
  position: relative;
}

.spot_light .tab-pane .box_content::before {
  content: "";
  position: absolute;
  background: rgba(20, 104, 239, 0.15) !important;
  width: 1px;
  height: 190px;
  left: -75px;
  top: 5px;
}

.spot_light .tab-pane .border_box_none::before {
  background: none !important;
}

.spot_light .box_content li {
  background: transparent;
  color: #1e2237;
  list-style-type: disc !important;
}

.spot_light .blog_sec_3 {
  padding: 0 !important;
  margin: 0 !important;
}

.spot_light .blog_sec_3 button {
  border-radius: 8px;
  padding: 10px 18px;
  text-align: center;
  background: transparent;
  transition: 0.3s;
  color: #1e2237;
  font-weight: 500;
  font-size: 17px;
  /* min-width: 253px; */
  border: 1px solid #dce2eb;
}

.spot_light .blog_sec_3 .nav-item button.active {
  background: #1468ef !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.spot_light .blog_sec_3 .nav-item button:hover {
  background: #4b90ff !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.spot_light .nav {
  text-align: center !important;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 1399px) {
  .spot_light .nav {
    /* overflow-x: scroll; */
    /* justify-content: start; */
  }

  .spot_light li {
    /* margin: 0px; */
  }

  .spot_light ul {
    /* margin-bottom: 20px !important; */
  }

  .spot_light .tab-pane .box_content::before {
    left: -65px;
    /* background: none !important; */
  }

  .spot_light .box_content li {
    white-space: normal !important;
  }
}

@media (max-width: 1299px) {
  .spot_light .tab-pane .box_content::before {
    /* left: -65px; */
    background: none !important;
  }
}

@media (max-width: 1199px) {
  .spot_light li {
    font-size: 16px;
  }

  .inner_sec_2.inner_sec_2_bg {
    border-radius: unset !important;
  }

  /* .spot_light .tab-pane .box_content::before {
    left: -45px;
  } */
}

@media (max-width: 991px) {
  .spot_light .box {
    margin-bottom: 15px;
  }

  .spot_light .box {
    /* margin-top: 10px !important; */
  }

  .spot_light_1_content {
    flex-direction: column;
    gap: 5px !important;
  }

  .spot_light_1 .box {
    width: 100% !important;
  }

  .inner_sec_2 .inner_sec_2_bg {
    padding: 38px 15px !important;
  }

  .inner_sec_1 .box {
    margin: auto;
  }

  .spot_light_bg::before {
    display: none;
  }

  .spot_light_bg {
    background: #fff5f6 !important;
  }

  .spot_light .tab-pane .box_content::before {
    left: -18px;
    height: 225px;
  }
}

@media (max-width: 767px) {
  .spot_light .nav {
    flex-wrap: nowrap;
    margin-bottom: 20px !important;
  }

  .spot_light ul:first-child {
    padding-left: 0 !important;
  }

  .spot_light .box {
    padding: 10px 27px !important;
  }

  .spot_light .blog_sec_3 button {
    /* min-width: 200px !important; */
  }

  .spot_light_bg {
    padding: 30px 15px;
  }

  .spot_light li {
    text-align: center;
  }

  .spot_light .tab-pane .box_content::before {
    background: none !important;
  }

  .spot_light .tab-content {
    padding: 0px;
  }

  .spot_light {
    margin: 0px 0px 30px 0px;
  }

  .spot_light .box_content li {
    list-style-type: none !important;
  }
}

@media (max-width: 575px) {
  .spot_light .blog_sec_3 button {
    padding: 8px 12px;
    font-size: 16px;
  }
}

/* spot_light tabcontent start */
.spot_light {
  padding: 40px 0;
}

.spot_light .pink-style h5 {
  background: transparent;
}

.spot_light .blue-style h5 {
  background: transparent;
}

.spot_light .blue-style {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(63, 162, 246, 0.3);
  padding: 30px;
  transition: 0.3s;
}

.spot_light .blue-style:hover {
  border: 1px solid #3fa2f6;
  transition: 0.3s;
}

.spot_light .pink-style h5 {
  color: #f046b7;
}

.spot_light .blue-style h5 {
  color: #2c67d1;
}

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

.three-column-color-box {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .spot_light .blue-style {
    padding: 20px;
  }
}

/* spot_light tab content ends  */

/*  Home Section 02 Starts */
.homesection_02 {
  background-color: #fff;
  padding-bottom: 30px;
}

.our_info_panel {
  padding: 0;
}

.our_info_panel_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  background: #fff6f6;
  border-radius: 16px;
  padding: 45px 0;
}

.our_info_panel label {
  font-style: normal;
  line-height: 56px;
  display: block;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #f3525e;
  transition: 0.5s;
}

.our_info_panel span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #1e2237;
  border-bottom: 1px solid #f3525e;
  padding: 0 0 12px;
}

.our_info_panel_flex>div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  cursor: default;
  gap: 20px;
}

.our_info_panel_flex>div:last-child {
  border-right: 0px;
}

@media screen and (max-width: 1399px) {
  .our_info_panel label {
    font-size: 36px;
  }

  .our_info_panel span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .our_info_panel_flex {
    flex-wrap: wrap;
    padding: 35px;
  }

  .our_info_panel_flex>div {
    width: 49%;
    flex: unset;
  }

  .our_info_panel span {
    border-bottom: none;
  }

  .our_info_panel_flex>div:hover {
    flex: unset;
  }

  .our_info_panel {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 991px) {
  .our_info_panel_flex>div {
    width: 48%;
    border: 0;
  }

  .our_info_panel_flex>div:last-child {
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .our_info_panel_flex>div {
    width: 100%;
  }

  .our_info_panel label {
    line-height: 40px;
    margin-bottom: 10px;
  }

  .our_info_panel {
    padding: 30px;
  }

  .homesection_02 {
    padding: 0;
  }

  .our_info_panel_flex>div:last-child {
    border: 0;
  }
}

@media screen and (max-width: 575px) {
  .our_info_panel_flex {
    padding: 16px;
  }

  .our_info_panel label {
    font-size: 30px;
  }

  .our_info_panel {
    padding: 10px;
  }
}

/* Home Section 02 Ends */

/* Award Section Starts */
.about_sec {
  margin-top: 0 !important;
}

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

.awards_panel_1 {
  background: transparent !important;
  height: 100% !important;
}

.awards_list {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 30px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  background: transparent !important;
}

.awards_panel_1 {
  background: transparent !important;
}

.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0;
  max-width: 100% !important;
}

.awards_panel_1 .awards_list img {
  transition: filter 0.3s ease;
}

.awards_panel_1 .awards_list img:hover {
  filter: drop-shadow(0 6px 12px #f7e3c1);
}

.award_right_img {
  margin-top: 0px !important;
}

@media (max-width: 1199px) {
  .inner_sec23_new .box .fees_head {
    font-size: 15px;
  }

  .awards_panel_1 .awards_list {
    margin-top: 0 !important;
  }
}

/* Award Section Ends */

/* home_style_4 starts */
.home_style_4 {
  padding: 80px 0;
}

.home_style_4 ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

.home_style_4 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background: #c4d9ff;
  border-radius: 10px;
}

.home_style_4 ::-webkit-scrollbar-thumb {
  background-color: #96b6f1;
  border-radius: 10px;
}

.home_style_4 .scroll {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 5px;
}

.anchor-nav {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: #ccf7e8;
  border-radius: 10px;
  z-index: 10;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 1370px;
  overflow: hidden;
}

.anchor-nav li {
  width: auto;
}

.anchor-nav::before {
  content: "";
  background: url("../images/home/service_before.webp");
  background-size: cover;
  width: 82px;
  height: 114px;
  position: absolute;
  left: 0;
  z-index: -1;
}

.anchor-nav::after {
  content: "";
  background: url("../images/home/service_after.webp");
  background-size: cover;
  width: 83px;
  height: 114px;
  position: absolute;
  right: 0;
  z-index: -1;
}

button.anchor.nav-link {
  color: #070d25;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  background: transparent;
  text-align: left;
  white-space: nowrap;
  padding: 30px;
  transition: 0.2s all;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
}

button.anchor.nav-link.active {
  background: rgba(0, 215, 140, 1);
  color: #fff;
}

button.anchor.nav-link:hover {
  background: rgba(0, 215, 140, 0.8);
  color: #fff;
}

.card_pinned {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
}

.card_pinned h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card_pinned h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio_head {
  margin-bottom: 15px;
}

p.strong {
  font-weight: 700;
}

.card_pinned_one h2 {
  color: #ffaf2e;
}

.card_pinned_two h2 {
  color: #6d0c8d;
}

.card_pinned_three h2 {
  color: #00d78b;
}

.card_pinned_four h2 {
  color: #f046b7;
}

.card_pinned_five h2 {
  color: #2c67d1;
}

.card_pinned_one {
  border: 1px solid #ffaf2e;
}

.card_pinned_two {
  border: 1px solid #6d0c8d;
}

.card_pinned_three {
  border: 1px solid #00d78b;
}

.card_pinned_four {
  border: 1px solid #f046b7;
}

.card_pinned_five {
  border: 1px solid #2c67d1;
}

.card_pinned_one .svg_button path {
  stroke: #ffaf2e;
}

.card_pinned_one .svg_button:hover path {
  stroke: #ffaf2e;
}

.card_pinned_two .svg_button path {
  stroke: #6d0c8d;
}

.card_pinned_two .svg_button:hover path {
  stroke: #6d0c8d;
}

.card_pinned_three .svg_button path {
  stroke: #00d78b;
}

.card_pinned_three .svg_button:hover path {
  stroke: #00d78b;
}

.card_pinned_four .svg_button path {
  stroke: #f046b7;
}

.card_pinned_four .svg_button:hover path {
  stroke: #f046b7;
}

.card_pinned_five .svg_button path {
  stroke: #2c67d1;
}

.card_pinned_five .svg_button:hover path {
  stroke: #2c67d1;
}

.anchor-nav::after,
.anchor-nav::before {
  display: none;
}

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

  /* Hide scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.btn:focus {
  box-shadow: none !important;
}

.category-filter-grp::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.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;
  /* justify-content: center; */
  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 .content{
  padding:20px;
  transition:0.8s all ease;
  color:#070d25;
  font-size: 16px;
  transform:translateY(200px);
  opacity:0;
  position: absolute;
} */
.category_item:hover {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
}

/* .category_item:hover .content {
  transform:translateY(0px);
  opacity:1;
}
.category_item img {
  transition:0.2s all ease;
}
.category_item:hover img {    
  opacity:0.2;
  z-index:-1;
} */
.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: 1199px) {
  .category-filter-grp {
    /* justify-content:center; */
  }
}

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

/* home_style_4 ends */

/* inner_sec_26_chg starts */
.inner_sec_26_chg {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  overflow: hidden;
  /* required */
}

/* .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;
  display: flex;
  justify-content: center;
}

.inner_sec_26_chg .outbox_sec {
  /* max-width:430px; */
  margin: 0 auto;
  position: relative;
}

.inner_sec_26_chg .box {
  padding: 10px 50px;
  border-radius: 16px;
  background: #fff4fa;
  margin: 10px;
  position: relative;
  /* height: 300px; */
  max-width: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}

.inner_sec_26_chg .outbox_sec_img {
  display: flex;
  justify-content: center;
  margin-bottom: 60px !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;
  position: absolute;
  top: -43px;
  background: #fff4fa;
}

.outbox_sec_img_content p {
  color: #1e2237;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin: -10px 0 0 !important;
}

.outbox_sec_img_content .review {
  margin-bottom: 15px !important;
  font-size: 22px;
}

.wealwin-star-rating {
  display: inline-block;
  font-size: 24px;
  position: relative;
  color: #979797;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 2px;
}

.wealwin-star-rating::before {
  content: "\2605\2605\2605\2605\2605";
}

.wealwin-star-rating-filled {
  color: #ffd700;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.wealwin-star-rating-filled::before {
  content: "\2605\2605\2605\2605\2605";
}

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

/* Common arrow style */
.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;
}

/* LEFT arrow – fixed to container left */
.inner_sec_26_chg .slick-prev {
  left: 0;
  /* adjust gap */
}

/* RIGHT arrow – fixed to container right */
.inner_sec_26_chg .slick-next {
  right: 0;
  /* adjust gap */
}

.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;
  /* opacity: 1; */
  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;
  /* 166.667% */
}

.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;
    /* height: auto; */
  }

  .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) {

  /* .inner_sec_26_chg .slick-prev, .inner_sec_26_chg .slick-next{
    bottom: 30px;
  } */
  /* .inner_sec_26_chg .slick-next{
    right:0px;
  }
  .inner_sec_26_chg .slick-prev{
    left:0px;
  } */
  .category_item_panel {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/* inner_sec_26_chg ends  */

/* New FAQ */
.faq_sec {
  padding: 10px 0 50px 0;
}

.faq_static_sec .title-box-left {
  margin-bottom: 12px;
}

.faq_sec .faq-section-title {
  margin-bottom: 0;
  color: #111111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.faq-static-accordion .accordion-item {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}

.faq-static-accordion .accordion-button {
  background: #fff;
  color: #3b3b3b !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  padding: 18px 12px 18px 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.faq-static-accordion .accordion-button:not(.collapsed) {
  color: #111111 !important;
  background: #fff;
  box-shadow: none !important;
}

.faq-static-accordion .accordion-button::after {
  content: "";
  background: #f2f3f5 url("../images/home/down_arrow.svg") no-repeat center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a7a7a;
  font-size: 26px;
  line-height: 1;
  margin-left: auto;
  transform: none !important;
}

.faq-static-accordion .accordion-button:not(.collapsed)::after {
  content: "";
  color: #7a7a7a;
  transform: rotate(180deg) !important;
}

.faq-static-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-static-accordion .accordion-body {
  padding: 0 0 16px;
}

.faq-static-accordion .accordion-body .para {
  margin-bottom: 0;
  font-size: 16px;
  color: #555;
}

@media (max-width: 767px) {
  .faq_sec .faq-section-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 14px;
  }

  .faq-static-accordion .accordion-button {
    font-size: 15px;
    padding: 16px 52px 16px 0;
  }

  .faq-static-accordion .accordion-button::after {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}


.inner_sec_20 .blue_bg {
  background: #F3F7FF;
  border: 1px solid #D6E4FF;
}

.inner_sec_20 .green_bg {
  background: #F3F7FF;
  border: 1px solid #C2F0DD;
}

.inner_sec_20 .orange_bg {
  background: #FFF8F1;
  border: 1px solid #FFE4C4;
}

.inner_sec_20 .purple_bg {
  background: #F8F5FF;
  border: 1px solid #E6D4FF;
}

.inner_sec_20 .pink_bg {
  background: #FFF2F7;
  border: 1px solid #FFD6E8;
}

.inner_sec_20 .cyan_bg {
  background: #F3FBFF;
  border: 1px solid #CCEEFF;
}

.inner_sec_20 .indigo_bg {
  background: #F5F7FF;
  border: 1px solid #D6DFFF;
}

.inner_sec_20 .yellow_bg {
  background: #FFFBEF;
  border: 1px solid #FFF0B3;
}

.inner_sec_20 .pink-style {
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
}

.inner_sec_20 .pink-style:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 20px 40px rgba(59,130,246,0.12); */
}

.inner_sec_20a {
  background: #fff !important;
}

.inner_sec_30_new {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 74%, rgba(255, 169, 49, 0.32) 0 14%, transparent 38%),
    radial-gradient(circle at 20% 14%, rgba(37, 99, 235, 0.16) 0 18%, transparent 40%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  padding: 82px 0 92px;
}

.inner_sec_30_new::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -110px;
  width: 320px;
  height: 320px;
  border: 42px solid rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.inner_sec_30_new::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 42px solid rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.trading-bot-carousel {
  margin: 42px -52px 0;
  position: relative;
  z-index: 1;
  /* cursor: grab; */
  perspective: 1300px;
}

.trading-bot-carousel:active {
  /* cursor: grabbing; */
}

.trading-bot-carousel .slick-track {
  display: flex;
  align-items: center;
  padding: 44px 0 56px;
}

.trading-bot-carousel .slick-slide {
  height: auto;
  padding: 0 12px;
  /* opacity: 0.48; */
  /* transform: translateY(34px) scale(0.78); */
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
  filter: saturate(0.82);
}

.trading-bot-carousel .slick-slide > div,
.trading-bot-carousel .bot-card {
  height: 100%;
}

.trading-bot-carousel .slick-center {
  /* opacity: 1; */
  /* transform: translateY(-16px) scale(1.04); */
  filter: saturate(1);
  z-index: 4;
}

.trading-bot-carousel .slick-center + .slick-slide {
  /* opacity: 0.78; */
  /* transform: translateY(12px) scale(0.9); */
  filter: saturate(0.94);
  z-index: 3;
}

.trading-bot-carousel .slick-center + .slick-slide + .slick-slide {
  /* opacity: 0.56; */
  /* transform: translateY(42px) scale(0.78); */
  z-index: 2;
}

.trading-bot-carousel .slick-slide:has(+ .slick-center) {
  /* opacity: 0.78; */
  /* transform: translateY(12px) scale(0.9) ; */
  filter: saturate(0.94);
  z-index: 3;
}

.trading-bot-carousel .slick-slide:has(+ .slick-slide + .slick-center) {
  /* opacity: 0.56; */
  /* transform: translateY(42px) scale(0.78); */
  z-index: 2;
}

.bot-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #fff;
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 248, 255, 0.98) 100%); */
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  padding: 26px 22px 22px;
  /* box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* .bot-card::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.9) 0 12%, transparent 13%),
    linear-gradient(145deg, #ffe2a7 0%, #bfe9ff 45%, #d9d7ff 100%);
  box-shadow:
    inset 0 0 0 18px rgba(255, 255, 255, 0.44),
    0 22px 38px rgba(37, 99, 235, 0.16);
  transition: transform 0.35s ease;
  z-index: 0;
}

.bot-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.06);
  z-index: 0;
} */

.bot-card:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.bot-card:hover::before {
  transform: translateX(-50%) scale(1.06);
}

.bot-card-content,
.bot-image {
  position: relative;
  z-index: 1;
}

.bot-card-content {
  min-height: 76px;
}

.bot-title {
  color: #0f172a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0;
  text-align: center;
}

.bot-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 226px;
  margin-top: 6px;
}

.bot-image img {
  width: min(230px, 86%);
  height: auto;
  /* object-fit: contain; */
  /* filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.16)); */
  transition: transform 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
}

/* .bot-card:hover .bot-image img {
  transform: translateY(-8px) scale(1.04);
} */

.trading-bot-carousel .slick-arrow {
  display: none !important;
}

.trading-bot-carousel .slick-dots {
  bottom: 0;
}

.trading-bot-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.trading-bot-carousel .slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.2);
  transition: width 0.25s ease, background 0.25s ease;
}

.trading-bot-carousel .slick-dots li button::before {
  display: none;
}

.trading-bot-carousel .slick-dots li.slick-active button {
  width: 38px;
  background: linear-gradient(90deg, #2563eb 0%, #f59e0b 100%);
}

@media (max-width: 991px) {
  .inner_sec_30_new .h2tag {
    font-size: 40px;
  }

  .trading-bot-carousel {
    margin: 34px -20px 0;
  }
}

@media (max-width: 767px) {
  .inner_sec_30_new {
    padding: 45px 0;
  }

  .inner_sec_30_new .h2tag {
    font-size: 30px;
  }

  .bot-card {
    min-height: 324px;
    padding: 24px 20px;
  }

  .bot-image {
    min-height: 202px;
  }

  /* .trading-bot-carousel .slick-slide,
  .trading-bot-carousel .slick-slide:has(+ .slick-center),
  .trading-bot-carousel .slick-slide:has(+ .slick-slide + .slick-center),
  .trading-bot-carousel .slick-center + .slick-slide,
  .trading-bot-carousel .slick-center + .slick-slide + .slick-slide {
    opacity: 0.58;
    transform: translateY(18px) scale(0.86) rotate(0deg);
  } */

  .trading-bot-carousel .slick-center {
    opacity: 1;
    transform: translateY(-10px) scale(1) rotate(0deg);
  }
}

@media (max-width: 480px) {
  .trading-bot-carousel {
    margin-right: -4px;
    margin-left: -4px;
  }

  .trading-bot-carousel .slick-slide {
    padding: 0 6px;
  }

  .bot-title {
    font-size: 20px;
  }
}

/* Rewards section starts */
.Honorsec {
  padding: 50px 0 50px 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;
}

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

  .Honorsec .h3tag,
  .Honorsec .para {
    text-align: center !important;
  }
}

/* Rewards section ends */

/* CTA Fullwidth Section */
/* .cta_fullwidth_section {
  background: #f1f6ff;
  position: relative;
  overflow: hidden;
} */
/* .cta_fullwidth_content {
  padding: 80px 15px 80px 10%;
} */

/* ================================
   CTA FULL WIDTH SECTION
================================ */

.cta_fullwidth_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5FAFE;
  min-height: 735px;
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

.cta_fullwidth_section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/crypto-trading-bot-development-company/bg1.webp');
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.95;
}

.cta_fullwidth_content {
  position: relative;
  width: 100%;
  max-width: 620px;
  padding: 50px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 10px 40px rgba(15, 23, 42, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.cta_fullwidth_content::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
}

.cta_fullwidth_content::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: rgba(37, 99, 235, 0.12);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
}


.cta_fullwidth_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1399px) and (min-width: 991px) {
  .cta_fullwidth_content{
    background: rgba(255, 255, 255, 0.62);
  }
}


@media (max-width: 991px) {

  .cta_fullwidth_section {
    min-height: auto;
    padding: 70px 20px;
  }

  .cta_fullwidth_section::after {
    background-position: center bottom;
    background-size: 90%;
    opacity: 0.18;
  }

  .cta_fullwidth_wrapper {
    justify-content: center;
    text-align: center;
  }

  .cta_fullwidth_content {
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 28px;
  }

  .cta_fullwidth_section::after {
    content: none;
  }

  .cta_fullwidth_content {
    text-align: center;
  }

  .cta_fullwidth_btn {
    display: flex;
    justify-content: center
  }
}


@media (max-width: 767px) {

  .cta_fullwidth_section {
    padding: 60px 16px;
  }

  .cta_fullwidth_section::after {
    background-size: cover;
    background-position: center;
    opacity: 0.12;
  }

  .cta_fullwidth_content {
    padding: 28px 22px;
    border-radius: 24px;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}


@media (max-width: 480px) {

  .cta_fullwidth_content {
    padding: 24px 18px;
    border-radius: 20px;
  }
}


.cta_fullwidth_img {
  height: 100%;
  min-height: 200px;
}

.cta_fullwidth_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

  .cta_fullwidth_img {
    min-height: 300px;
  }
}

.bottom_sec {
  max-width: 854px;
}


.hero-bottom-box::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1.5px;
  border-radius:12px;
background: linear-gradient(135deg, rgb(12 48 145), rgba(0, 102, 255, .3), rgb(33 130 212));

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

.hero-bottom-box {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 5;
  white-space: nowrap;

  background:rgba(8,12,35,.45);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.hero-bottom-box p {
  margin: 0;
  font-size: 18px;
  color: #fff !important;
}

@media (max-width: 767px) {
  .hero-bottom-box p {
    font-size:14px;
  }
  .hero-bottom-box {
    bottom: 25px;
  }
}
.hero-bottom-box{
    position:absolute;
    bottom:55px;
    left:50%;
    transform:translateX(-50%);
    padding:15px 25px;
    border-radius:12px;
    overflow:hidden;

    background:rgba(8,12,35,.45);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
}

.electric-svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
}

.electric-path{
    fill:none;
    stroke:#00e5ff;
    stroke-width:1;

    stroke-linecap:round;

    /* Small glowing segment */
    stroke-dasharray:25 500;

    filter:
        drop-shadow(0 0 4px #00e5ff)
        drop-shadow(0 0 8px #00e5ff)
        drop-shadow(0 0 16px #4d7cff);
}

.hero-bottom-box p{
    position:relative;
    z-index:2;
    color:#fff;
    margin:0;
}
.client-highlight{
    position:relative;
    display:inline-block;
    padding:0 10px;
}

.client-highlight svg{
    position: absolute;
    left: 0px;
    top: 50px;
    /* width: calc(100% + 58px); */
    /* height: 116px; */
    overflow: visible;
    pointer-events: none;
}


.client-highlight path{
    fill:none;
    stroke:#FFB84D;
    stroke-width:4;
    stroke-linecap:round;
    stroke-linejoin:round;

    stroke-dasharray:1000;
    stroke-dashoffset:1000;
}

@media (max-width: 1299px) {

.client-highlight .underline {
    width: 185px !important;
}
}

@media (max-width: 991px) {
  .client-highlight svg{
        left: 10px;
    top: 35px;





    width: calc(100% + 51px);
    /* height: 115px; */
  }
}
@media (max-width: 576px) {
.client-highlight .underline{
  width:155px !important;
}
    .client-highlight svg{
              top: 30px;
    }
}

/* SECTION BACKGROUND */
.crypto-topic-section {
  background: #000;
  padding: 80px 5%;
  color: #fff;
}

/* TITLE */
.section-title {
  text-align: center;
  margin-bottom: 123px;
}


/* GRID - 3 COLUMN */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
      gap: 80px;
}

/* CARD */
.topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 400px;
    /* /* align-items: center; */
  gap: 25px;

  padding: 35px;
  /* background: rgba(255, 255, 255, 0.03); */
  border-radius: 14px;

  cursor: pointer;
  transition: 0.4s ease;
  overflow: hidden;
    border:1px solid transparent;
}
.topic-card img {
  filter: brightness(7.2) contrast(0.9) saturate(0.6);
}

/* TEXT */
.topic-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  color: #ddd;
  line-height: 1.4;
  max-width: 300px;
}

/* ICON */
.topic-card img {
  width: 34px;
  height: 34px;
}
.topic-card:hover{
  border:1px solid #dddddd42;
}
/* ========================= */
/* BORDER RUNNING ANIMATION */
/* ========================= */
/* 
.topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1.5px;

  background: linear-gradient(
    90deg,
    transparent,
    #00f5ff,
    #8a2be2,
    #00ff88,
    transparent
  );

  background-size: 300% 300%;
  animation: borderMove 3s linear infinite;

  -webkit-mask: 
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0;
  transition: 0.4s ease;
} */

/* HOVER EFFECT */
/* CARD BASE */


/* RESPONSIVE */

@media (max-width: 992px) {
  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .topic-card p{
    text-align:start;
  }
  .section-title{
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .topic-grid {
    grid-template-columns: 1fr;
       
  }
  .topic-card{
     align-items: center;
  }

  .section-title h2 {
    font-size: 26px;
  }
  .section-title{
        margin-bottom: 30px;
  }
  .topic-grid{
    gap:30px;
  }
  .topic-card{
    max-width:unset;
  }
}


