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

.para {
  font-size: 18px;
}
.head {
  max-width: 75%;
  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: 180px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 92%;
}
.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: flex-start;
  text-transform: capitalize;
  position: relative;
  padding-left: 24px;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  top: 10px;
  position: absolute;
  left: 0;
}
.main-banner-list.blue li::before {
  background: #2c67d1;
}
.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%;
  }
}

@media (max-width: 991px) {
  .inner_sec_1 .svg_button {
    margin: auto;
  }
  .title-box-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}
/* inner_sec_1 ends  */

/* blog_new_page */

.blog_slider {
  border-radius: 8px;
  padding: 18px;
  background: #f1f6ff;
  transition: 0.5s;
  height: 100%;
}
.blog_slider .underline_none {
  text-decoration: none;
}
.blog_slider img {
  border-radius: 4px;
}
.blog_border_box {
  border: 1px solid #c6d5f2;
  border-radius: 16px;
  padding: 8px;
  transition: 0.5s;
  height: 100%;
}
.blog_slider .blog_head {
  font-weight: 500;
  font-size: 20px;
  color: #1e2237;
}
.blog_slider p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  color: #1e2237;
}
.blog_slider a {
  font-weight: 500;
  font-size: 16px !important;
  color: #1468ef;
}
.blog_yellow_box {
  border: 1px solid #eedbbc;
}
.blog_yellow_box .blog_slider {
  background: #fffaf2;
}
.blog_yellow_box a {
  color: #ff9c0d;
}
.blog_green_box {
  border: 1px solid #afe9d3;
}
.blog_green_box .blog_slider {
  background: #f1fffa;
}
.blog_green_box a {
  color: #00d68a;
}

/* inner_sec_23  */
.inner_sec_23 {
  padding: 60px 0;
}
.awards_panel_1 {
  background: #ffebcb !important;
}
.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
    background: #ffebcb !important;
  }
}
/* inner_sec_23 ends  */

.awards_panel_1 .awards_list {
  margin-top: -83px;
}
