.crypto-card-main {
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.crypto-card-main .coinDflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crypto-card-container {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  list-style: none !important;
  will-change: transform;
  padding: 20px 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}





.crypto-card-main .crypto-card-container .crypto-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #13141600;
    border-radius: 11px;
    box-shadow: 0px 0px 0px 3px rgba(53, 53, 53, 0.66);
	padding:30px;
    width:550px;
	background-image: url("https://bdwebhut.com/rex-exchange/wp-content/uploads/2025/06/3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
flex-shrink: 0;
}



.crypto-card-main .crypto-card-container{
    gap: 30px;
}
.crypto-card-main .crypto-card-container .crypto-card .coinName{
	font-family: var( --e-global-typography-c4f352f-font-family ), Sans-serif;
    font-size: var( --e-global-typography-c4f352f-font-size );
    font-weight: var( --e-global-typography-c4f352f-font-weight );
    line-height: var( --e-global-typography-c4f352f-line-height );
    letter-spacing: var( --e-global-typography-c4f352f-letter-spacing );
    word-spacing: var( --e-global-typography-c4f352f-word-spacing );
    color: var( --e-global-color-3514c95 );
}

 .crypto-card-main .crypto-card-container .crypto-card .coinprice{
    font-family: var( --e-global-typography-c4f352f-font-family ), Sans-serif;
    font-size: var( --e-global-typography-c4f352f-font-size );
    font-weight: var( --e-global-typography-c4f352f-font-weight );
    line-height: var( --e-global-typography-c4f352f-line-height );
    letter-spacing: var( --e-global-typography-c4f352f-letter-spacing );
    word-spacing: var( --e-global-typography-c4f352f-word-spacing );
    color: var( --e-global-color-primary );
}

 .crypto-card-main .crypto-card-container .crypto-card .cSymbol{
	    font-family: var( --e-global-typography-2e1720c-font-family ), Sans-serif;
    font-size: var( --e-global-typography-2e1720c-font-size );
    font-weight: var( --e-global-typography-2e1720c-font-weight );
    line-height: var( --e-global-typography-2e1720c-line-height );
    letter-spacing: var( --e-global-typography-2e1720c-letter-spacing );
    word-spacing: var( --e-global-typography-2e1720c-word-spacing );
    color: var( --e-global-color-5adf3a3 );
}

 .crypto-card-main .crypto-card-container .crypto-card .cUpDown{
	    font-family: var( --e-global-typography-2e1720c-font-family ), Sans-serif;
    font-size: var( --e-global-typography-2e1720c-font-size );
    font-weight: var( --e-global-typography-2e1720c-font-weight );
    line-height: var( --e-global-typography-2e1720c-line-height );
    letter-spacing: var( --e-global-typography-2e1720c-letter-spacing );
    word-spacing: var( --e-global-typography-2e1720c-word-spacing );
    color: var( --e-global-color-e5672d0 );
}
 .crypto-card-main .crypto-card-container .crypto-card .cMarketCap{
	    font-family: var( --e-global-typography-c4f352f-font-family ), Sans-serif;
    font-size: var( --e-global-typography-c4f352f-font-size );
    font-weight: var( --e-global-typography-c4f352f-font-weight );
    line-height: var( --e-global-typography-c4f352f-line-height );
    letter-spacing: var( --e-global-typography-c4f352f-letter-spacing );
    word-spacing: var( --e-global-typography-c4f352f-word-spacing );
    color: var( --e-global-color-primary );
	margin-top:20px; 
	margin-bottom:0px;
}

.coinSym_UD{
	margin-top:-10px;
}



.cChar_Mcap_Anchor {
    margin-top: 20px;
}

.navLink a {
    padding: 15px;
    background-color: var( --e-global-color-secondary ) !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 1px 3px 3px rgba(53, 53, 53, 0.66) !important;
}

.navLink a {
    padding: 15px;
    background-color: var( --e-global-color-secondary ) !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 1px 3px 3px rgba(53, 53, 53, 0.66) !important;
}
 .crypto-card-main .crypto-card-container .crypto-card .navLink a span{margin-left:0px;}
 .crypto-card-main .crypto-card-container .crypto-card .navLink a svg{
	    width: 15px;
    height: 15px;
    transition-delay: .1s;
    opacity: 1;
	    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;
    will-change: transform;
	    width: 1em;
    fill: rgb(255, 190, 92);
    stroke: rgb(255, 190, 92);
    vertical-align: middle;
}
.cChar_Mcap_Anchor.coinDflex {
    align-items: flex-end;
}

@media screen and (max-width:600px){
	.crypto-card-main .crypto-card-container .crypto-card{
    width:450px;
}
}