@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

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

.wallet-page-1 .crypt-in-box.cryexbx2 {
    grid-template-columns: 1.2fr 1fr;
}

.wallet-page-1 .crypt-in-box-l h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0;
    word-break: break-word;
    text-transform: uppercase;
}

.radius-left {
    border-radius: 10px 50px 50px 10px !important;
}

.btn-mid button {
    display: flex;
    column-gap: 10px;
}

.whiteBtn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    /* background: linear-gradient(90deg, #f44438, #6c4192); */
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    border: none;
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
}

.wallet-page-1 img {
    object-fit: contain;
    width: 100%;
}


.currency-page-6 .exchange-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    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;
    flex-direction: inherit;
}

.currency-page-three .card .back-box-c {
    transition: 0.3s ease;
    border-radius: 15px;
    padding: 10px 5px;
}

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

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

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

.bg-none {
    background: #fff !important;
}

.sx-service-bx-1.sx-service-height {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 30px 30px;
    border-radius: 18px;
    display: flex;
    margin: 0 0 20px 0;
    gap: 20px;
    box-shadow: 0px 5px 20px 5px rgb(196 196 196 / 30%);
}

.icon-content p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.case-img-one1 img {
    width: 100%;
}

.case-img-one1 {
    margin: 0 0 20px 0;
}

.case-img-one1 img {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 60px 20px;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.case-img-r {
    display: grid;
    height: 100%;
    justify-content: center;
}

.sx-tx-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.sx-tx-p_2 {
    font-size: 14px;
    line-height: 22px;
    width: 32%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 11px 35px 5px rgb(196 196 196 / 50%);
    border-radius: 16px;
    transition: 0.5s;
}

.sx-tx-p_2 h3 {
    font-size: 20px;
    margin: 20px 0px 10px;
}

.sx-tx-box2 {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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


.icon-content ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.icon-content ul li p {
    margin-top: 5px;
}

.icon-content ul {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 0;
}

.wallet-page-1 .img_2 {
    width: 100%;
    height: auto;
}

.results_col2 .sx-tx-p_2 {
    width: 49%;
}

.sx-tx-box222.results_col2 .sx-tx-p_2 {
    width: 32%;
}

.h100 {
    height: 100%;
}

.currency-page-66 .card {
    flex-direction: inherit;
}

.currency-page-66 .card h3 {
    margin-bottom: 7px;
    margin-top: 0;
}

.currency-page-66 .card img {
    margin-bottom: auto;
}


.case-ul {
    padding: 0;
}

.case-ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
}

.case-ul li div {
    display: flex;
    gap: 40px;
}


.case-ul li::after {
    position: absolute;
    content: "";
    background-color: #cdcdcd;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    top: 10px;
    left: -20px;
}

.case-ul li span {
    position: relative;
    font-size: 13px;
    margin-top: 7px;
}



.case-ul li span::after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    top: 5px;
    left: -20px;
    border: 2px solid #cdcdcd;
}

.urrency-page-6-nnn.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0px;
    text-transform: uppercase;
}


.table-defi {
    background: #fff;
    margin-top: 20px;
    border: 1px solid #eee;
}

.table-defi-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.table-defi-box.table-defi-top span {
    background: linear-gradient(90deg, #f44438, #6c4192);
    color: #fff;
    font-weight: 600;
}

.table-defi-box span,
.table-defi-box p {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    margin: 0;
    border-left: 1px solid #eee;
    font-size: 15px;
}

.table-defi-box span {
    font-weight: 600;
}


.small-img-r{
    height: 85%;
}



/* Link */
.case-card-link {
  text-decoration: none;
  outline: none;
  border-radius: 12px;
  display: block;
}

/* Card */
.case-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f4f6;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Background image */
.case-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.case-card:hover .case-card-bg {
  transform: scale(1.05);
}

/* Gradient overlay */
.case-card-overlay {
  position: absolute;
  inset: 0;
  transition: background 0.3s ease;
}

.case-card:hover .case-card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.35),
    transparent
  );
}

/* Content */
.case-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}

.case-card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

/* Arrow */
.case-card-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-card:hover .case-card-arrow {
  opacity: 1;
}

.arrow-circle {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.table-defi-box p .innertable-span {
    border: 0px;
    display: block;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 5px;
}

.table-defi-box p .innertable-span::after{
    position: absolute;
    content: "";
    background-color: #cdcdcd;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    top: 10px;
    left: -20px;
}

@media only screen and (max-width: 991px) {
    .small-img-r{
        height: 100%;
    }

    .case-ul li div {
        /* display: block; */
        /* gap: 40px; */
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 3px;
    }

    .case-ul li {
        text-align: left;
    }


    .table-defi-box {
        grid-template-columns: 200px 250px 250px;
    }

    .table-defi {
        overflow-y: auto;
        display: grid;
    }

    .table-defi-box span,
    .table-defi-box p {
        padding: 10px 20px;
        font-size: 13px;
    }


    .wallet-page-1 .crypt-in-box.cryexbx {
        display: block;
        text-align: center;
    }

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

@media only screen and (max-width: 767px) {

    article.case-card{
        margin-bottom: 10px;
    }

    .btn-mid button {
        margin: 0 auto 30px;
    }

    .btn-mid {
        margin-top: 30px !important;
    }

    .currency-page-6 .exchange-grid2 {
        grid-template-columns: repeat(1, 1fr);
    }

    h2 {
        font-size: 28px !important;
    }

    .sx-tx-p_2,
    .results_col2 .sx-tx-p_2 {
        width: 100%;
        padding: 20px;
    }

    .feature-sec-card {
        text-align: center;
    }

    .sx-service-bx-1.sx-service-height {
        display: block;
        padding: 20px;
    }

    .sx-service-bx-1.sx-service-height .sx-text-primary {
        display: block;
        margin-bottom: 20px;
    }

    .pb-70 {
        padding-bottom: 45px;
    }

    .pt-70 {
        padding-top: 45px;
    }
}