.wallet-page-1 img {
  object-fit: contain;
  width: 90%;
  height: 400px;
}

.wallet-page-1 .crypt-in-box-l h1 {
  font-size: 35px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0;
}

.wallet-page-1 .crypt-in-box.cryexbx {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}


.dapp-page-three p {
    width: 90%;
    margin: auto;
    line-height: 26px;
}

.currency-page-6 .exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.currency-page-6 .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: max-content !important;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

.currency-page-6 .card .back-box-c {
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s ease;
    height: 290px;
}

.currency-page-6 .card img {
    width: 50px;
    margin-bottom: 5px;
}

.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.currency-page-6 .card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.currency-page-6 .card:hover {
    border-color: #f73c6e;
}

.currency-page-6 .card:hover .back-box-c {
    background: #f73c6e;
}

.currency-page-6 .card:hover img {
    filter: invert(1);
}

.currency-page-6 .card:hover h3, .currency-page-6 .card:hover p, .currency-page-6 .card:hover a {
    color: #fff;
}



.feature-sec-card .card-bg {
    border: 1px solid #8fccff;
    border-radius: 16px;
    /* background: linear-gradient(white, white) padding-box, 
linear-gradient(45deg, #f06, #4a90e2) border-box; */
    padding: 20px 10px;
    height: auto;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    min-height: 100%;
    background: #fff;
    margin-bottom: 70px;
    height: 150px;
}

.feature-sec-card .card-bg .icon-box {
    position: relative;
    top: 0px;
    margin: -60px auto 0px;
    display: flex;
    justify-content: center;
}

.feature-sec-card .card-bg .icon-box .icon-bg {
    position: relative;
    height: 85px;
    width: 85px;
    object-fit: contain;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}

.feature-sec-card .card-bg .icon-box .icon-bg::after {
    content: "";
    position: absolute;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    /* background: radial-gradient(closest-side, white 97%, transparent 100%), repeating-conic-gradient(#4a90e2 -145deg 20deg, transparent 0 32deg); */
    z-index: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border: 1px solid #8fccff;
    /* border-spacing: 10px; */
}

.feature-sec-card .card-bg .icon-box .card-icon {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 45px;
    width: auto;
    object-fit: contain;
}

.feature-sec-card .card-bg .inner-text .heading {
    /* background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 30px;
    margin: 0 0 7px 0;
}

.feature-sec-card .card-bg .inner-text .sub-heading {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 5px;
    text-align: center;
    width: 90%;
    margin: auto;
}


.currency-page-9 .new-process .roadmap_box{
    height: 210px;
}




.bot-trading-tech .tab-tech .nav-tabs li button {
  background: #fff;
  border: 1px solid #efefef;
  color: #222;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 0 -1px;
  border-radius: 10px 20px 10px 20px;
  width: 100%;
}

.bot-trading-tech .tab-tech .nav-tabs li button.active {
  color: #fff;
  background: #6a3e90;
  border: 1px solid #6a3e90;
}

.bot-trading-tech .tab-tech .nav-tabs {
  justify-content: space-between !important;
  border: 0px;
}

.bot-trading-tech .tab-tech .nav-tabs li {
  min-width: 260px;
}

.bot-trading-tech .tab-tech .stage-one-box {
  border: 1px solid #efefef;
  border-radius: 0 0 6px 6px;
  clear: both;
  padding: 15px 25px;
  position: relative;
  top: 0;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
}

.bot-trading-tech .tab-tech .stage-one-box b {
  box-shadow: 2px 1px 5px #ddd;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 6px;
  font-weight: 600;
  margin: 0 10px 10px 0;
}

.bot-trading-tech .tab-tech .stage-one-box b img {
  width: auto;
  margin: 0 10px 0 0px;
  height: 30px;
}


.cry-box-we-serve {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    /* padding-right: 20px; */
}

.we-serve-box {
    background-color: rgba(133, 177, 248, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid rgba(133, 177, 248, 0.1);
}

.we-serve-box span img {
    /* width: 80px; */
    height: 45px;
    margin-bottom: 8px;
}

.we-serve-box h4, .we-serve-box em, .we-serve-box h2, .we-serve-box h3 {
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.we-serve-box:hover {
    border: 1px solid rgba(133, 177, 248, 0.5);
    background: #fff;
}
.hero-ul-li ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.hero-ul-li {
  margin: 20px 0 0 0;
}

.hero-ul-li ul li {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.hero-ul-li ul li img {
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 2px 5px #ddd;
  border-radius: 5px;
}

.card-bg.traffs-react {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s 
ease;
  height: max-content !important;
  border: 1px solid #dbdbdb;
}
.card-bg.traffs-react .inner-text {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 13px;
}
.card-bg.traffs-react .inner-text h3.heading {
  font-size: 22px;
  margin: 0 0 24px 0;
}

.card-bg.traffs-react .inner-text span {
  font-size: 15px;
  display: flex;
  width: 100%;
  margin: 0 0 15px 0;
  font-weight: 500;
  grid-column-gap: 12px;
}
img.img-gif {
  margin: 0 0 30px 0;
  width: 75px;
}
.card-bg.traffs-react .inner-text span img {
  width:18px;
  height: 18px;
}

.react-box-ui {
  text-align: center;
  position: relative;
}
span.hi-icon.hi-icon-archive {
  display: flex;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-image: linear-gradient(to right, rgb(126, 13, 179), rgb(174, 0, 162), rgb(207, 0, 144), rgb(231, 19, 126), rgb(247, 60, 110));
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 5px;
}
.mob-img-center {
  display: flex;
  justify-content: end;
}
.react-box-ui p {
  font-size: 23px;
  font-weight: bold;
}
.react-box-ui p {
  font-size: 17px;
  font-weight: 600;
}

span.hi-icon.hi-icon-archive img.arrow-react {
  position: absolute;
  left: -30px;
  max-width: 50px;
  top: 35px;
  transform: rotate(-55deg);
}

.arrow-react {
	animation:1s ease-in-out infinite slide1;
}


.react-native-dev.currency-page-6 .card:hover .back-box-c {
  background: #fff !important;
}

.react-native-dev.currency-page-6 .card:hover img {
  filter: invert(0);
}

.react-native-dev.currency-page-6 .card:hover h3, .react-native-dev.currency-page-6 .card:hover p, .react-native-dev.currency-page-6 .card:hover a {
  color: #000;
}

@keyframes slide1 {
	0%,100% {
	transform:translate(0,0)
}
50% {
	transform:translate(10px,0)
}
}

.new-tech-stack-ex img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .wallet-page-1 .crypt-in-box.cryexbx {
    display: flex;
    flex-direction: column;
  }
  .blocktech-img {
    width: 90%;
    overflow-x: auto;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
.blocktech-img img {
  /* max-width: inherit !important; */
  /* height: 330px; */
  height: 400px;
  width: auto;
}

  .hero-ul-li ul {
    display: none;
}
span.hi-icon.hi-icon-archive img.arrow-react {
  display: none;
}
  .wallet-page-1 .crypt-in-box-l h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
  }

  .wallet-page-1 .mob-img-none img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .bot-new-two .mb-50 img {
    width: 100%;
  }

  .btn-mid {
    flex-direction: column !important;
    gap: 15px;
  }

  .currency-page-14 .tab-tech-one {
    margin-top: 30px;
  }

  .wallet-page-7 .features-card-w {
    min-height: 145px;
  }

  .wallet-page-7 .tab-content .tab-pane .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
  }

  .bot-trading-tech .tab-tech .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
    padding: 0px 0px 10px;
  }

  .currency-page-five .tab-tech-one {
    margin-top: 30px;
  }

  .btn-mid button {
    justify-content: center;
  }

  .wallet-card-6 .card .back-box-c {
    height: 240px;
  }

  .currency-page-6 .exchange-grid {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
  }

  .cry-box-we-serve{
    grid-template-columns: 2fr 2fr;
  }

  .tab-tech-one{
    margin-top: 30px;
  }
}