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 !important;
  text-decoration: none;
}

.link:hover {
  color: #1468ef !important;
}

/* .link.blue{
  color: #1468EF !important;
} */

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

.para {
  font-size: 18px;
  line-height: 30px;
}

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

.grey {
  color: #717c8c;
}

.pink {
  /* color: #E530B2; */
}

.click {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .head {
    max-width: 65%;
  }
}

@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 0px !important;
}

.inner_sec_1 p {
  /* max-width: 55%; */
}

.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_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}

.inner_sec_1.p-0 {
  /* padding: 40px 0 !important; */
}

.inner_sec_1 .row:first-child {
  min-height: 100vh;
}

.inner_sec_1 .review {
  margin-left: -35px;
}

.inner_sec_1 p {
  /* font-weight: 500; */
}

@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 .review {
    margin-left: 0;
  }
}

/* inner_sec_1 ends  */
.inner_sec_2_bg {
  background: #fff8ec;
  padding: 38px 0px;
  border-radius: 20px;
}

.review_box {
  border: 1px solid #e0fff4;
  border-radius: 100px;
  padding: 12px 24px 12px 12px;

  box-shadow: 0 1px 2px 0 rgba(12, 212, 136, 0.25),
    0 4px 4px 0 rgba(12, 212, 136, 0.21), 0 10px 6px 0 rgba(12, 212, 136, 0.13),
    0 18px 7px 0 rgba(12, 212, 136, 0.04), 0 28px 8px 0 rgba(12, 212, 136, 0);
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: left;
}

.review_box .star {
  background-color: #ffebcb;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.review_box .star img {
  margin-top: 6px;
}

.review_box p {
  font-weight: 600;
  font-size: 18px;
  text-align: left !important;
  color: #1e2237;
  margin-bottom: 0;
}

.review_box span {
  text-align: left !important;
  font-weight: 400;
  font-size: 16px;
  color: #18a171;
}

/* portfolio_slider starts*/
.portfolio_slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-end;
  max-width: 75%;
  margin: 0 auto;
}

.portfolio_slider .anime {
  animation: rightslide 40s infinite linear;
  width: 2921px;
  min-width: 2000px;
}

@keyframes rightslide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* portfolio_slider ends */

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

/* 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%;
}

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

/* inner_sec_4 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_20 */
.inner_sec_20 {
  padding: 40px 0;
}

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

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

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

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

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

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

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

.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

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

.inner_sec_20 .purple-style h5 {
  color: #6d0c8d;
}

.inner_sec_20 .green-style h5 {
  color: #00d78b;
}

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

.inner_sec_20 .green-style li::before {
  background: #00d78b;
}

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

.three-column-color-box::before {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/left-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  left: -70px;
  bottom: -25px;
  width: 387px;
  height: 325px;
  z-index: -1;
}

.three-column-color-box::after {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  right: -50px;
  top: -30px;
  width: 570px;
  height: 294px;
  z-index: -1;
}

.inner_sec_20_btn_center .svg_button {
  margin: 50px auto 10px;
}

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

  .inner_sec_20 .svg_button {
    margin: 30px 0;
  }

  .inner_sec_20_btn_center .svg_button {
    margin: 30px auto 10px;
  }
}

@media (max-width: 767px) {
  .inner_sec_20 .svg_button {
    margin: 30px auto;
  }
}

@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }

  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }
}

/* inner_sec_20 ends  */

/* spot_light */
.spot_light {
  padding: 30px 0;
}

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

.spot_light ul {
  padding-left: 20px;
  text-align: left !important;
}

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

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

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

.spot_light .box.blue span {
  color: #1365e7;
}

.spot_light .box.orange span {
  color: #a06104;
}

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

.spot_light .img {
  /* height: 583px; */
  width: auto;
}

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

/* spot_light */

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

.tech_stack .bg {
  border-radius: 20px;
  background: #ffebf8;
  padding: 70px 40px;
}

.tech_stack ul {
  padding-left: 25px;
}

.tech_stack li {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: left !important;
}

.tech_stack .flx {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.tech_stack .flx .box {
  text-align: center;
}

.tech_stack .box > div {
  background: #fff;
  box-shadow: -5px 2px 15px 0 #dfcad8;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  /* margin-bottom: 15px; */
}

.tech_stack .box p {
  color: #717c8c;
  margin-bottom: 0;
}

.tech_stack .box:hover p {
  color: #1e2237;
}

.tech_stack .h3tag {
  line-height: 60px;
}

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

  .blog_sec_new_head {
    padding: 40px 20px !important;
  }
}

/* tech_stack */

/* bene_fit */
.bene_fit {
  padding: 30px 0;
}

.bene_fit span {
  color: #1e2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.bene_fit .box {
  border-radius: 20px;
  background: #fff4e3;
  padding: 40px;
}

.bene_fit .box.blue {
  background: #eaf1ff;
}

@media (max-width: 991px) {
  .bene_fit .box {
    padding: 20px;
    text-align: center;
  }

  .bene_fit .box img {
    display: none;
  }
}

/* bene_fit */

/* cta_box */
.cta_box {
  padding: 30px 0;
  padding-top: 130px;
}

.cta_box .box {
  border-radius: 20px;
  background: url("../images/binance-clone-script-2023-new/cta_bg.webp")
    no-repeat center #bff5e2;
  position: relative;
}

.cta_box .box img {
  position: absolute;
  bottom: 0;
  left: 100px;
}

.cta_box h2 {
  line-height: normal;
}

.cta_box.ylw .box {
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp")
    no-repeat center #ffe3b7;
  background-size: cover;
}

.cta_box.ylw .svg_button a {
  background: #00d68a;
  border: 2px solid #00d68a;
}

.cta_box.ylw .svg_button a:before {
  background: #abffe1;
}

.cta_box.ylw .box h2 {
  font-size: 40px;
}

@media (max-width: 1399px) {
  .cta_box .box img {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .cta_box .box {
    padding: 15px;
    text-align: center;
  }

  .cta_box .svg_button {
    margin: 0 auto;
  }

  .cta_box .box img {
    display: none;
  }

  .cta_box.ylw .box h2 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .cta_box {
    padding-top: 40px;
  }
}

/* section2 -count start*/
.homesection_02 {
  background-color: #fff;
  padding-bottom: 100px;
}
.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 40px;
  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-bottom: 60px !important;
  }
  .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;
  }
}
/* section2 -count end*/

/* section2 -awardpanel start*/
.awards_panel_1 {
  background: #ffebcb !important;
}
.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0;
}
.awards_panel_1 .awards_list {
  margin-top: -83px;
}
@media (max-width: 1199px) {
  .awards_panel_1 .awards_list {
    margin-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .awards_panel_1 .awards_list {
    margin-top: 0 !important;
    background: #ffebcb !important;
  }
}
/* section2 -awardpanel end*/

/* inner_sec_8 start */

.inner_sec_pinkbg {
  /* background:#fff6f6; */
  padding: 50px 0 !important;
}

.inner_sec_13 {
  background: #fff2fc;
  padding: 40px 0px;
}
.inner_sec_13 .pink-style h3 {
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #1e2237;
}
.inner_sec_pinkbg h2 {
  line-height: 140%;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .inner_sec_2 .para {
    text-align: center;
  }
  .inner_sec_13 {
    margin: 10px 0px !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inner_sec_13 h3 {
    text-align: center;
    max-width: 100%;
  }
  .tccb_card_head p {
    text-align: center;
  }
}
/* inner_sec_8 end */

/* Platforms section start */

.blog_sec_2 {
  margin-bottom: 50px;
}
.blog_side_menu ul {
  padding-left: 0px;
  list-style-type: none;
}
.blog_side_menu ul {
  list-style: none;
}
.blog_sec_2 .blog_side_menu .category_list {
  cursor: pointer;
}
.blog_side_menu .category_list {
  border-left: none;
  padding: 0px;
  background: transparent;
  margin-top: 0px;
}
.blog_side_menu .category_list::after {
  right: -10px;
  top: calc(64% - 10px);
  background: url("../../assets/images/bc-game-clone-script-2024/blue_arrow.webp")
    left top no-repeat;
}
.blog_side_menu .category_list_head :hover {
  color: #1468ef !important;
}
.blog_sec_2_bg .blog_side_menu .category_list_head :hover {
  color: #19e1ec !important;
}
.blog_side_menu .category_list_head1 :hover {
  color: #1468ef !important;
}
.blog_sec_2_bg .blog_side_menu .category_list_head1 :hover {
  color: #19e1ec !important;
}

.flex-title-left-content {
  max-height: 580px;
  overflow: auto;
  padding-right: 15px;
}
.flex-title-left-content-1 {
  max-height: 400px;
  overflow: auto;
  padding-right: 15px;
}
.flex-title-left-content-2 {
  max-height: 400px;
  overflow: auto;
  padding-right: 15px;
}
.flex-title-left-content-3 {
  max-height: 400px;
  overflow: auto;
  padding-right: 15px;
}
.simplebar-scrollbar::before {
  opacity: 1 !important;
  background: #2a69d1 !important;
}
.simplebar-track.simplebar-vertical {
  background: #e1ecff !important;
  border-radius: 5px;
}
.blog_side_menu li {
  font-weight: 500;
  font-size: 18px;
  color: #1e2237;
  padding: 18px;
  text-align: left;
  transition: 0.5s;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.blog_side_menu li:hover {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_side_menu li:active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_side_menu li.active {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  transition: 0.5s;
  color: #1468ef;
}
.blog_sec_2_bg .blog_side_menu li:active {
  background: linear-gradient(
    90deg,
    rgba(124, 245, 255, 0.15) 0%,
    rgba(124, 245, 255, 0) 100%
  );
  border-left: 3px solid #19e1ec;
  color: #19e1ec;
}
.blog_sec_2_bg .blog_side_menu li.active {
  background: linear-gradient(
    90deg,
    rgba(124, 245, 255, 0.15) 0%,
    rgba(124, 245, 255, 0) 100%
  );
  border-left: 3px solid #19e1ec;
  color: #19e1ec;
}
.blog_sec_2_bg .blog_side_menu li:hover {
  background: linear-gradient(
    90deg,
    rgba(124, 245, 255, 0.15) 0%,
    rgba(124, 245, 255, 0) 100%
  );
  border-left: 3px solid #19e1ec;
  color: #19e1ec;
}
.blog_sec_2 .blue_bg .h2tag {
  font-weight: 500;
  font-size: 24px;
  color: #1468ef;
}
.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}
.category_list_head1 {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}
.category_list_head :hover {
  color: #1468ef;
}
.category_list_head1 :hover {
  color: #1468ef;
}
.category_list_head:hover .category_list::after {
  opacity: 1;
}
.category_list_head1:hover .category_list::after {
  opacity: 1;
}
.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list_head1:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}
.category_list {
  position: relative;
}
.category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 17px;
  background: url("../images/bc-game-clone-script-2024/blue_arrow.webp") left
    top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.blog_views .blue_bg {
  border-radius: 16px;
  padding: 35px;
  background: #f1f6ff;
  height: 320px;
}
.blog_sec_2_bg .blog_views .blue_bg {
  background: url(../images/defi-development-company-2024/bg_img.webp) no-repeat;
  min-height: 424px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.blog_views .blue_bg p {
  margin-bottom: 0px;
}
.blog_views_bg .blue_bg {
  background: url(../images/defi-development-company-2024/bg_img.webp) no-repeat;
  min-height: 500px;
}
.blog_views_bg .blog_side_menu {
  min-height: 400px !important;
}
.inner_2bg {
  background: #f0f5ff;
}
@media (max-width: 991px) {
  .blog_sec_2 {
    margin-bottom: 30px;
  }
  .blog_side_menu {
    overflow-x: scroll;
  }
  .blog_side_menu ul {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 25px;
  }
  .blog_side_menu .category_list::after {
    right: -35px;
  }
  .blog_views .blue_bg {
    text-align: center;
    padding: 35px;
    height: 252px;
  }
  .blog_views .blue_bg img {
    margin-left: auto;
    margin-right: auto;
  }
  .blog_sec_2_bg .blog_views .blue_bg {
    min-height: 309px;
  }
  .blog_sec_2 .blue_bg .h2tag {
    font-size: 20px;
  }
  .blog_side_menu li {
    border: 1px solid #b0dce9;
    border-radius: 8px;
    padding: 10px 18px;
  }
  .blog_side_menu li:hover {
    border: 1px solid #b0dce9;
    border-radius: 8px;
  }
  .category_list_head:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }
  .category_list_head1:hover .category_list::after {
    background: none;
    transform: none !important;
    transition: none;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .blog_sec_2 {
    margin-bottom: 0;
  }
  .blog_views .blue_bg {
    height: 311px !important;
  }
}
@media (max-width: 575px) {
  .blog_views .blue_bg {
    height: 533px !important;
  }
  .blog_sec_2_bg .blog_views .blue_bg {
    height: 410px !important;
  }
}
/* Platforms section end */

/* lifeof section start */
.inner_sec_12 {
  padding: 50px 0;
  background: rgb(239 234 255 / 30%);
}
.head-title-center {
  margin-bottom: 30px;
}

.flex_img {
  border: 1px solid #efeaff;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  transition: 0.3s;
  cursor: default;
  margin-bottom: 18px;
}
.flex_img:hover {
  background: #efeaff;
}
.flex_img p {
  margin-bottom: 0px;
  text-align: left;
}
.flex_img:hover .h5tag,
.flex_img:hover p,
.flex_img:hover li {
  color: #5433b6;
  transition: 0.3s;
}
.sticky_col {
  position: sticky;
  top: 100px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner12_bg h2,
  .para {
    text-align: center;
  }
  .sticky_col {
    text-align: center;
  }
  .sticky_col .svg_button {
    width: auto !important;
  }
}
@media (max-width: 575px) {
}

@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h5 {
    display: block;
    width: 100%;
  }
  .ftlc-card p {
    margin-left: 0;
  }
  #flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }

  .inner12_bg {
    text-align: center;
  }
  .flex_img {
    text-align: left;
  }
  #flex-title-left-content {
    height: auto;
    max-height: fit-content;
  }
  .flex_img p {
    text-align: left;
  }
}
/* Inner Sec 12 Ends */

.inner_sec_2 {
  /* padding: 0px 0 40px !important; */
}
.gray_bg {
  background: #f9f9ff !important;
}

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

/* career-section-2 */
.career-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.career-section-2 {
  padding: 40px 0;
}
ul.career-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.career-list li {
  padding: 10px 0 10px 25px;
  position: relative;
  margin-left: 15px;
  font-weight: 500;
}
ul.career-list li::before {
  content: "";
  width: 20px; /* adjust size as per your icon */
  height: 20px;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%); /* vertically center */
  background-image: url("/assets/images/binance-clone-script-2023-new/idea_icon.webp");
  background-size: contain; /* make sure it fits */
  background-repeat: no-repeat;
  background-position: center;
}
.career-section-5 {
  background: #f9f9f9;
  padding: 40px 0 40px;
}
.content-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.career-section-5 p {
  font-size: 17px;
}
@media screen and (max-width: 1399px) {
  .big_header {
    margin-bottom: 60px;
  }
  .big_header h2 {
    font-size: 138px;
  }
}
@media screen and (max-width: 1199px) {
  .big_header h2 {
    font-size: 114px;
    padding-top: 30px;
  }
  .career-title {
    font-size: 38px;
  }
  .career-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .career-title {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .big_header {
    margin-bottom: 30px;
  }
  .big_header h6 {
    position: relative;
    font-size: 36px;
  }
  .big_header h2 {
    font-size: 64px;
    padding-top: 0px;
  }
  .banner-img-left {
    margin-bottom: 50px;
  }
  .green-contact-group {
    flex-wrap: wrap;
  }
  .contact-card {
    min-width: 100%;
    flex-wrap: wrap;
  }
  .contact-card a {
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
  .contact-card a img {
    margin-right: 30px;
  }
  .contact-card a span {
    margin-top: 0;
  }
  .career-title {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  ul.career-list li {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .big_header {
    margin-bottom: 30px;
  }
  .big_header h6 {
    position: relative;
    font-size: 24px;
  }
  .big_header h2 {
    font-size: 44px;
    padding-top: 0px;
  }
  .banner-img-left {
    margin-bottom: 50px;
  }
}

/* meet_exprt */
.meet_exprt {
  padding: 30px 0;
}

.meet_exprt .bg {
  background: #ffebcb
    url("../images/binance-clone-script-2023-new/meet_exprtbg.webp") no-repeat
    center;
  position: relative;
  border-radius: 20px;
}

.meet_exprt .expt_img {
  position: absolute;
  bottom: 0;
}

.meet_exprt .butn {
  border-radius: 100px;
  background: #1468ef;
  color: #fff !important;
  font-weight: 600;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.meet_exprt .h3t {
  color: #1e2237;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-transform: capitalize;
}

.meet_exprt .h3t.blue {
  color: #1468ef;
  margin-bottom: 0;
}

.meet_exprt .right {
  padding: 40px;
}

.meet_exprt p {
  color: #1e2237;
  font-family: Bitter;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1199px) {
  .meet_exprt .expt_img {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .meet_exprt .expt_img {
    display: none;
  }

  .meet_exprt .right {
    padding: 20px;
  }
}

/* modules */
.modules h5 {
  color: #1e2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}

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

/* modules */

/* bluebg  */
.bluebg {
  padding: 30px 0;
}

.bluebg .bg {
  /* border-radius: 20px;
background: #EAF1FF;
padding: 40px; */
}

@media (max-width: 991px) {
  .bluebg .bg {
    /* padding: 20px; */
  }

  .bluebg {
    text-align: center;
  }
}

/* bluebg ends */

/* inner_sec_16 Starts */
.inner_sec_16 {
  padding: 40px 0;
}

.inner_sec_16 .card {
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}

.inner_sec_16 .card span {
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
  color: #1e2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: center;
}

.inner_sec_16 .card:last-child {
  margin-bottom: 0;
}

.bignumber {
  min-width: 80px;
  font-size: 60px;
  display: inline-flex;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 60px;
  justify-content: flex-end;
}

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

.blue-card .bignumber {
  color: #256dea;
}

.yellow-card .bignumber {
  color: #a66704;
}

.green-card .bignumber {
  color: #607b71;
}

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

.orange-card .bignumber {
  color: #cf3d00;
}

.inner_sec_16 .card.pink-card span {
  background-color: #fbd1ed;
}

.inner_sec_16 .card.blue-card span {
  background-color: #cbd9f3;
}

.inner_sec_16 .card.yellow-card span {
  background-color: #ffebcb;
}

.inner_sec_16 .card.green-card span {
  background-color: #bff5e2;
}

.inner_sec_16 .purple-card span {
  background-color: #e9d1fb;
}

.inner_sec_16 .orange-card span {
  background-color: #ffdbcb;
}

.inner_sec_16 .col-lg-6:not(:nth-child(even), :nth-child(1)) {
  margin-top: -100px;
}

.inner_sec_16 .col-lg-6:nth-child(even) {
  margin-top: 50px;
}

.inner_sec_16 .col-lg-6:nth-child(2) {
  margin-top: 100px;
}

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

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

@media (max-width: 991px) {
  /* .inner_sec_16 .col-lg-6:nth-child(2){
    margin-top: 0px;
  }
  .inner_sec_16 .col-lg-6:not(:nth-child(even),:nth-child(1)){
    margin-top: 0;
  }
  .inner_sec_16 .col-lg-6:nth-child(even) {
    margin-top: 0;
  } */
  .inner_sec_16 .col-lg-6 {
    margin-top: 20px !important;
  }

  .inner_sec_2 {
    text-align: center;
  }

  .inner_sec_2 .svg_button {
    margin: auto;
  }
}

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

/* inner_sec_16 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 .svg_button {
  margin: 50px auto 10px;
}

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

  .inner_sec_23 .box {
    margin-top: 25px;
  }
}

/* inner_sec_23 ends  */

/* inner_sec_13 */
.inner_sec_box {
  padding: 40px 0;
}

.inner_sec_box .pink-style h5 {
  background: transparent;
  margin-bottom: 0px;
}

.inner_sec_box .blue-style h5 {
  background: transparent;
  margin-bottom: 0px;
}

.inner_sec_box .green-style h5 {
  background: transparent;
}

.inner_sec_box .pink-style {
  background: #fff4e3 !important;
  border-radius: 20px;
  padding: 40px;
}

.inner_sec_box .blue-style {
  background: #eaf1ff !important;
  border-radius: 20px;
  padding: 40px;
}

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

.inner_sec_box .tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner_sec_box .pink-style h5 {
  color: #1e2237;
}

.inner_sec_box .blue-style h5 {
  color: #1e2237;
}

.inner_sec_box .tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner_sec_box .tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}

.inner_sec_box .tccb-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}

.inner_sec_box .blue-style li::before {
  background: #2c67d1;
}

.inner_sec_box .purple-style li::before {
  background: #6d0c8d;
}

.inner_sec_box .three-column-color-box {
  position: relative;
}

.inner_sec_box .three-column-color-box::before {
  content: "";
  background: none;
  position: absolute;
}

.inner_sec_box .three-column-color-box::after {
  content: "";
  background: none;
  position: absolute;
}

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

  .h2tag {
    text-align: center;
  }

  .inner_sec_box .para {
    text-align: center;
  }

  .svg_button {
    /* margin-top: 0px !important; */
  }

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

  .inner_sec_1 {
    padding: 140px 0px 0px !important;
  }
}

@media (max-width: 767px) {
  .inner_sec_box .svg_button {
    margin: 30px auto 10px;
  }

  .inner_sec_box h3 {
    text-align: center;
    max-width: 100%;
  }

  .inner_sec_box .tccb_card_head p {
    text-align: center;
  }

  .inner_sec_box .tccb-card {
    height: auto !important;
  }

  .inner_sec_box .tccb_card_head h4 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }

  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }

  .inner_sec_box .blue-style {
    padding: 30px 20px;
  }

  .inner_sec_box .pink-style {
    padding: 30px 20px;
  }

  .text-slider {
    padding: 25px !important;
  }

  .head-title-center h3 {
    max-width: 100% !important;
  }
}

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

.inner_sec23_new .box {
  border: 1px solid #fbd1ed;
  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: #fbd1ed;
  color: #ff50bd;
  transition: 0.5s;
}

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

.inner_sec23_new .box:hover {
  border: 1px solid #ff50bd;
  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;
}

.awards_panel_1 {
  background: #ffebcb !important;
}

.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}

.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_bg2 */
.inner_sec_bg2 {
  /* background: #F0F5FF; */
  border-radius: 16px;
  padding: 48px;
  background: transparent;
}

.inner_sec_bg2 a {
  text-decoration: none;
}

.inner_sec_bg2 a:hover {
  color: #1468ef;
}

.inner_sec_2 .inner_sec_2_bg {
  background-color: #fff8ec;
  padding: 38px 10px;
  border-radius: 20px;
}

.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 #fbd1ed;
  border-radius: 8px;
  padding: 12px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}

.box_content li.vlt_bg {
  background: rgba(20, 104, 239, 0.1);
  border: 1px solid #7facff;
}

.box_content li.grn_bg {
  background: rgba(0, 214, 138, 0.1);
  border: 1px solid #88e8c6;
}

.box_content li.org_bg {
  background: rgba(255, 156, 13, 0.1);
  border: 1px solid #ffc362;
}

.box_content li.pink_bg {
  background: rgba(229, 48, 178, 0.1);
  border: 1px solid #f8a3db;
}

.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: center;
  gap: 14px;
  justify-content: center;
  width: 100%;
}

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

  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }
}

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

/* inner_sec_bg2 */
.inner_sec_clone2 {
  /* background: #F0F5FF; */
  border-radius: 16px;
  padding: 48px;
  background: transparent;
}

.inner_sec_clone2 a {
  text-decoration: none;
}

.inner_sec_bg2 a:hover {
  color: #1468ef;
}

/* .inner_sec_clone2 .h3tag{
  max-width: 70%;
  margin: auto;
}
.inner_sec_clone2 .para{
  max-width: 78%;
  margin: auto;
} */
.inner_sec_clone2 .offer_content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 0px;
}

.inner_sec_clone2 .offer_content li {
  text-align: left;
  list-style-type: none;
  border: 1px solid #ffa1aa;
  border-radius: 100px;
  padding: 8px 16px;
  background: #fff4f5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  /* width: 23%; */
}

.inner_sec_clone2 .offer_content li:hover {
  box-shadow: 0 1px 3px 0 rgba(255, 107, 122, 0.1),
    0 5px 5px 0 rgba(255, 107, 122, 0.09),
    0 11px 6px 0 rgba(255, 107, 122, 0.05),
    0 19px 7px 0 rgba(255, 107, 122, 0.01), 0 29px 8px 0 rgba(255, 107, 122, 0);
  background: #fff;
  border: 1px solid #ffa1aa;
  transition: 0.4s;
}

.offer_content li.vlt_bg {
  background: rgba(20, 104, 239, 0.1);
  border: 1px solid #7facff;
}

.offer_content li.grn_bg {
  background: rgba(0, 214, 138, 0.1);
  border: 1px solid #88e8c6;
}

.offer_content li.org_bg {
  background: rgba(255, 156, 13, 0.1);
  border: 1px solid #ffc362;
}

.offer_content li.pink_bg {
  background: rgba(229, 48, 178, 0.1);
  border: 1px solid #f8a3db;
}

.inner_sec_bg2 .box_content li:hover {
  /* color: #ea6fc8; */
}

.inner_sec_clone2 .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_clone2 .box_content li {
    font-size: 14px;
    /* width: 24%; */
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  .inner_sec_clone2 .box_content ul {
    gap: 10px;
  }

  .inner_sec_clone2 {
    padding: 20px;
  }
}

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

  .inner_sec_clone2 .box_content {
    display: flex;
  }

  .inner_sec_clone2 .box_content li {
    text-align: center;
    width: 48%;
  }

  .inner_sec_clone2 .box_content ul {
    margin: auto;
  }

  .inner_sec_clone2 .offer_content ul {
    justify-content: center;
  }
}

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

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

  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }
}

@media (max-width: 575px) {
  .inner_sec_clone2 .box_content li {
    font-size: 16px;
  }

  .inner_sec_clone2 {
    padding: 0px;
  }

  .sec2_bg {
    padding: 20px 10px !important;
  }
}

.sec2_bg {
  background: #f1f6ff;
  border-radius: 16px;
  padding: 40px;
}

.protofolio_head .h3tag {
  /* margin-bottom: -50px !important; */
}

@media (max-width: 991px) {
  .protofolio_head .h3tag {
    /* margin-bottom: -16px !important; */
  }
}

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

/* Projects Slider Section Starts */
.slider_website_wrapper {
  position: relative;
  overflow: hidden;
}

.slider_website_item {
  width: 200px;
  height: 120px;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: unset;
  transform: translate(0, 0%);
  border-radius: 8px;
  bottom: 30px;
}

.slider_website_item:nth-child(1),
.slider_website_item:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

div#website_slide {
  position: relative;
  height: 700px;
  width: 100%;
  display: inline-block;
}

.slider_website_item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.slider_website_item:nth-child(5) {
  left: calc(78% + 40px);
}

.slider_website_item:nth-child(4) {
  left: calc(62% + 20px);
}

.slider_website_item:nth-child(3) {
  left: 46%;
}

.slider_website_item {
  width: 17%;
}

.slider_website_item:nth-child(1) {
  z-index: 0;
}

.slider_website_item:nth-child(2) {
  z-index: 1;
}

.slider_website_item:nth-child(n + 6) {
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  div#website_slide {
    height: 600px;
  }

  .slider_website_item {
    height: 100px;
    bottom: 10px;
  }
}

/* Projects Slider Section Ends */

/* blog_sec_new start */
.blog_sec_new_head {
  background: url(../images/cryptocurrency-wallet-development-company/ban_bg_1.webp)
    no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 50px;
}

/* blog_sec_new end */

/* Inner Section 12 Starts */
.inner_sec12 {
  padding: 40px 0;
}

.inner_sec12_wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.inner_sec12_left,
.inner_sec12_right {
  width: 50%;
}

.inner_sec12_left {
  background: #2c68e2;
  padding: 50px 80px;
}

.inner_sec12_right {
  background: #eaf1ff;
  padding: 50px 80px;
}

.inner_sec12_left .h3tag,
.inner_sec12_left p {
  color: #fff;
}

.inner_sec12_left .nav-tabs {
  border: 0;
  flex-direction: column;
}

.inner_sec12_left .nav-link {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  border: 0;
  padding: 15px 20px;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  border-bottom: 1px solid rgba(252, 252, 255, 0.1) !important;
}

.inner_sec12_left .nav-link::before {
  content: "";
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 14px;
  transition: 0.8s;
}

.inner_sec12_left .nav-link.active {
  background: transparent;
  color: #fff;
  transition: 0.8s;
}

.inner_sec12_left .nav-link.active::before {
  opacity: 1;
  background: url("../images/binance-clone-script-2023-new/arrow.webp")
    no-repeat center;
}

.inner_sec12_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner_sec12_right ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
}

.inner_sec12_right ul li::before {
  content: "";
  background: url("../images/binance-clone-script-2023-new/feature_icon_02.webp")
    no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media screen and (max-width: 991px) {
  .inner_sec12_left,
  .inner_sec12_right {
    padding: 30px 20px;
  }

  .inner_sec12_wrapper {
    flex-wrap: wrap;
  }

  .inner_sec12_left,
  .inner_sec12_right {
    width: 100%;
  }

  .inner_sec12_left .nav-tabs {
    border: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .inner_sec12_left .nav-link {
    white-space: nowrap;
    padding-right: 40px;
    font-size: 18px;
  }

  .inner_sec12_left .nav-link.active::before {
    display: none;
  }

  .inner_sec12_left .nav-link.active {
    background: rgb(143 162 255 / 10%);
    background: #2e51ff;
  }

  .inner_sec12_left .h2tag,
  .inner_sec12_left p {
    text-align: center;
  }
}

/* Inner Section 12 Ends */
