body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}
/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

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

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.mixed-waves-2 {
  background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat
    right;
}
.link {
  color: #1468ef;
  text-decoration: none;
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h4tag {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 52px;
}
.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%;
  }
}

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

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

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

  .h3tag {
    font-size: 28px;
  }

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

  section {
    padding: 20px 0 !important;
    text-align: center;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 90%;
}
.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.inner_sec_1::before {
  content: "";
  background: url("../images/crypto-market-making-bot-development-company/sec1_linebg.webp")
    no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0;
}
.inner_sec_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}
.inner_sec_31 .svg_button svg,
.inner_sec_31 .svg_button {
  width: 300px;
}
.inner_sec_22 .svg_button,
.inner_sec_22 .svg_button svg {
  width: 280px;
}
@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

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

@media (max-width: 991px) {
  .inner_sec_1::before {
    right: 0;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}
/* inner_sec_1 ends  */

/* home_style_4 starts */
.home_style_4 {
  padding: 30px 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;
}  
/* home_style_4 ends */

.category-filter-grp {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 50px;
}
.category-filter {
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
  color: #070d25;
  font-weight: 500;
}
.category-filter.active,
.category-filter:hover,
.category-filter:active {
  background: #00d78c !important;
  border: 1px solid #00d78c !important;
  color: #fff;
}
.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;
}