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 .rose {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

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

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

  .svg_button a {
    padding: 14px 10px !important;
  }
  .inner_sec_10 .svg_button {
    margin: 50px auto 0;
  }
}
@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: 100px 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::before {
    right: 0;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}

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

.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 {
    display: none;
  }

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

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

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

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

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

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

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

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

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

.inner_sec_9 {
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg.webp")
    no-repeat center;
  background-position-y: 95%;
}
.inner_sec_9 .row {
  height: 100%;
}
.inner_sec_9 .box {
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg1.webp")
    no-repeat center;
  background-size: 100% 100%;
  border-radius: 25px;
  padding: 40px 50px;
  height: 150px;
  margin-bottom: 45px;
}
.inner_sec_9 .box.rose {
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg2.webp")
    no-repeat center;
  background-size: 100% 100%;
}
.inner_sec_9 .box.blue {
  background: url("../images/crypto-market-making-bot-development-company/sec9_bg3.webp")
    no-repeat center;
  background-size: 100% 100%;
}
.inner_sec_9 .box p,
.inner_sec_9 .box h5 {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .inner_sec_9 .box {
    height: unset;
  }
}
@media (max-width: 991px) {
  .inner_sec_9 .box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .inner_sec_9 .box {
    padding: 20px;
    background-size: cover !important;
  }

  .inner_sec_9 .box h5 {
    margin-bottom: 10px;
  }
}

.inner_sec_10 {
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec10_bgline.webp")
    no-repeat center right;
  background-position: 87%;
}
@media (max-width: 991px) {
  .inner_sec_10 {
    background-size: 70%;
    background-position: center right;
  }
}