.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;
  -webkit-align-items: center;
}


.wallet-type-sec .card {
  min-height: max-content !important;
  padding-right: 0px !important;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  padding-bottom: 30px !important;
  margin-bottom: 0px !important;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  border-top: 1px solid #cdcdcd !important;
  border-left: 1px solid #cdcdcd !important;
  border-bottom: none !important;
  border-right: none !important;
}

.wallet-type-sec .card img {
  height: 155px;
  display: block;
  position: inherit !important;
  right: 15px;
  top: 0;
}

.wallet-type-sec .card .card-text {
  font-size: 14px;
  width: 97% !important;
  margin: auto;
  line-height: 25px;
  margin: 0 !important;
}

.wallet-type-sec .card-title {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 16px 0;
  padding: 0;
}

.wallet-type-sec .card a {
  color: #915cc3 !important;
  font-weight: 600;
  font-size: 14px !important;
}



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

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

.wallet-card-6 .card .back-box-c {
  border-radius: 12px;
  transition: 0.3s ease;
  padding: 15px;
  height: 310px;
}

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

.wallet-card-6 .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
  line-height: 28px;
}

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

.wallet-card-6 .card a {
  color: #915cc3 !important;
  font-weight: 600;
  font-size: 14px !important;
}

.wallet-page-7 .nav-tabs {
  column-gap: 10px;
  border-color: transparent;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #7e0db3;
  padding: 11px 20px;
  border-radius: 5px !important;
  font-size: 12px;
  color: #7e0db3;
  font-weight: 400;
  margin-top: 10px;
  width: max-content;
  font-size: 12px;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
  border: 0 solid #f44438;
  border-bottom-color: transparent;
  cursor: default;
  box-shadow: 0 6px 30px rgb(0 0 0 / 30%);
  padding: 12px 20px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  color: #fff;
  font-weight: 400 !important;
  margin-top: 10px;
  width: max-content !important;
}

.wallet-page-7 .features-card-w {
  box-shadow: 0px 0px 6px #00000040;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin: 10px 0px;
  min-height: 260px;
}

.wallet-page-7 .features-card-w h4, .wallet-page-7 .features-card-w h3 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin: 0px;
  line-height: 30px;
  padding: 10px 0px;
}

.wallet-page-7 .features-card-w p {
  font-size: 15px;
  color: #313131;
  font-weight: 400;
  text-align: left !important;
  line-height: 24px;
  margin: 0;
  width: 100%;
}

.wallet-page-7.currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
  height: 40px !important;
  object-fit: contain;
  margin-bottom: 12px;
}

.flex_991 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
}

.wallet-cta-sec .img-responsive {
  height: 340px !important;
}

.mdmcu {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lh28 {
  line-height: 28px;
}

.currency-page-8 {
  padding: 60px 0px 80px;
}

.currency-page-8 .crypt-exchange-in {
  padding-bottom: 30px;
}

.currency-page-8 .development-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.currency-page-8 .development-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.currency-page-8 .dev-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 320px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  transition: 3s ease;
}

.currency-page-8 .dev-card:hover .dev-content-box {
  bottom: 0;
}

.currency-page-8 .dev-overlay {
  position: absolute;
  top: 190px;
  transition: 1s;
  width: 100%;
  padding: 24px;
  color: #fff;
}

.currency-page-8 .dev-card:hover .dev-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -100%;
  transition: 1s;
}

.currency-page-8 .dev-content-box {
  padding: 24px;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: 0.5s;
}

.currency-page-8 .white-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  margin: 20px;
}

.currency-page-8 .dev-content-box img,
.currency-page-8 .dev-overlay img {
  width: 50px;
  margin-bottom: 0;
  object-fit: contain;
}

.currency-page-8 .dev-content-box img {
  filter: invert(1);
}

.currency-page-8 .dev-content-box h3,
.currency-page-8 .dev-overlay h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  margin: 10px 0px;
}

.currency-page-8 .dev-content-box p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.wallet-page-8 {
  /* background-color: rgba(133, 177, 248, 0.1); */
  /* background-image: url(../img/fantasy-sports-application/fantast-tab-sec-back.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* overflow: hidden; */
  background-attachment: fixed;
  padding: 60px 0;
  border-radius: 0 0 50px 50px;
}

.wallet-page-8 .hvm-feature__icon {
  background: rgb(171 171 171 / 15%);
  border: 1px solid rgba(51, 51, 51, 0.48);
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .4);
  position: relative;
  width: max-content;
  padding: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto;
}

.wallet-page-8 .hvm-feature__icon img {
  width: 40px;
}

.wallet-page-8 .dev-card {
  border: 1px solid hsla(0, 0%, 0%, 0.34);
  /* border-right: 1px solid hsla(341, 91%, 58%, .34); */
  height: 220px;
}

.wallet-page-8 .dev-overlay {
  position: absolute;
  top: 30px;
  transition: 1s;
  width: 100%;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.wallet-page-8 .dev-overlay h3 {
  color: #000;
  margin: 30px 0px 0px;
}

.wallet-page-8 .white-box {
  background: transparent;
  border-radius: 16px;
  margin: 20px;
  text-align: center;
  padding: 0px 0px 12px;
}

.wallet-page-8 .white-box p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  font-weight: 600;
}

.wallet-page-8 .hvm-feature__icon:before {
  background: linear-gradient(90deg, #2e2e2e -12.22%, #292929 112.22%);
  border-radius: 3.6px;
  box-shadow: 28.8000011444px 28.8000011444px 28.8000011444px;
  content: "";
  filter: blur(14.4px);
  opacity: .56;
  position: absolute;
}


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

@media screen and (max-width: 450px) {
  .wallet-page-1 .crypt-in-box.cryexbx {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
  }

  .wallet-page-1 .crypt-in-box-l h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
  }

  .wallet-page-1 img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .currency-page-two .mb-50 img {
    width: 100%;
  }

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

  .wallet-type-sec .card img {
    display: none;
  }

  .wallet-page-7 .nav-tabs {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 10px 0px;
    justify-content: flex-start !important;
  }

  .wallet-cta-sec .img-responsive {
    height: 340px !important;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 20px;
  }

  .wallet-page-8 h2 {
    width: 100% !important;
  }

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

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