*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Poppins;
    background-color: #1d1d20;
    position: relative;
    min-height: 100vh;
	font-size:14px;
	line-height:1.5;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: var(--main-background);
    border-radius: 6px;
}
body.active{
    background: #fff;
    color: #000;
}
img{
    max-width: 100%;
}
a{
    transition: all .5s;
    text-decoration: none!important;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
input:focus,a:focus{
    outline: none;
    text-decoration: none;
	box-shadow:none!important;
}
.card-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.light{
	background:#e8e8e8;
}
.dark{
	background: #212121;
}
.loading-gadient{
	
}

.loading-dot .loader {
  --dim: 3rem;
  width: var(--dim);
  height: var(--dim);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  animation: spin 2s linear infinite;
}

.loading-dot .loader .circle {
  --color: #333;
  --dim: 1.2rem;
  width: var(--dim);
  height: var(--dim);
  background: linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);
  border-radius: 50%;
  position: absolute;
}

.loading-dot .loader .circle:nth-child(1) {
  top: 0;
  left: 0;
}

.loading-dot .loader .circle:nth-child(2) {
  top: 0;
  right: 0;
}

.loading-dot .loader .circle:nth-child(3) {
  bottom: 0;
  left: 0;
}

.loading-dot .loader .circle:nth-child(4) {
  bottom: 0;
  right: 0;
}

@keyframes spin {
  0% {
    transform: scale(1) rotate(0);
  }

  20%, 25% {
    transform: scale(1.3) rotate(90deg);
  }

  45%, 50% {
    transform: scale(1) rotate(180deg);
  }

  70%, 75% {
    transform: scale(1.3) rotate(270deg);
  }

  95%, 100% {
    transform: scale(1) rotate(360deg);
  }
}

.spinner {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
}
.spinner::before, .spinner:after {
    content: "";
    position: absolute;
    border-radius: inherit;
}
.spinner:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #ff00cc 0%, #333399 100%);
    animation: loading .5s infinite linear;
}
.spinner:after {
    width: 85%;
    height: 85%;
    background-color: #212121;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.light .spinner:after{
	background-color: #e8e8e8;
}
@keyframes loading {
 to {
  transform: rotate(360deg);
 }
}
.btn-custom {
    margin: 0px 2px 10px;
    padding: 6px 15px;
    position: relative;
}
.card-01{
    color: #0037c0;
    font-family: Poppins;
}
.card-02{
    color: #06d6d8;
    font-family: Montserrat;
}
.card-03{
    color: #df2b20;
    font-family: Poppins;
}
.card-04{
    color: #25aae1;
    font-family: Nunito;
}
.card-05{
    color: #ffba4a;
    font-family: Montserrat;
}
.card-06{
    color:#7004bc;
    font-family: Montserrat;
}
.card-07{
    color:#f2504d;
    font-family: Montserrat;
}
.card-08{
    color:#fa326f;
    font-family: Montserrat;
}
.card-01:root{
    
}
.warp-card {
    padding: 40px 10px;
}
.card-shadow {
    margin: auto;
    max-height: 500px;
    max-width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0,-30%);
    z-index: -2;
}
.card-shadow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: #fff;
    background-size: 200% 200%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-02 .card-shadow:before {
    background: currentColor;
}
.card-03 .card-shadow:before {
    background: currentColor;
}
.card-04 .card-shadow:before {
    background: currentColor;
}
.card-05 .card-shadow:before {
    background: currentColor;
}
.card-07 .card-shadow:before {
    background: currentColor;
}
.card-body {
    margin: 0 auto;
    min-height: 420px;
    width: 300px;
    border-radius: 15px;
    box-shadow: 0px 5px 17px #cfcfcf3b;
    transition: 0.3s all ease-in-out;
    background: #fff;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.card-big .card-body {
    min-height: 550px;
    width: 480px;
    max-width: 100%;
}
.card-bg-strack .card-body::before,.card-bg-strack .card-body::after{
    position: absolute;
    border-radius: 50%;
    content:'';
}
.card-bg-strack .card-body::before{
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #3023AE 0%, #f09 100%);
    filter: blur(1px);
    top: 30%;
    right: -60px;
}
.card-bg-strack .card-body::after{
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #3023AE 0%, #f09 100%);
    filter: blur(5px);
    bottom: 10%;
    left: -40px;
}
.strack-animation .card-body::after{
    animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown{0%{position: relative; top:0;}50%{position: relative; top:10px;} 100%{position: relative; top:0;}}

.rounded-top-left-bottom-right{
    border-radius: 10px 0px 10px 0px;
}
.card-line-5{
    height: 5px;
}
.card-line-10{
    height: 10px;
}
.card-line-15{
    height: 15px;
}
.card-line-20{
    height: 20px;
}
.card-border {
    border: 2px solid #fff;
}
.card-top {
    height: 120px;
    position: relative;
}
.card-big .card-top{
    height: 200px;
}
.card-logo{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.card-logo img{
    max-height: 100%;
}
.card-cover{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
	background:#ccc url(/card/images/bg-cover.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.card-cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	bottom:0;
    margin: auto;
    z-index: -1;
	height: 100%;
	width: 100%;
    object-fit: cover;
}
.cover-gadient{
    background: -webkit-linear-gradient( -20deg, rgb(242,81,76) 0%, rgb(242,81,76) 0%, rgb(242,81,77) 0%, rgb(242,80,77) 1%, rgb(246,65,94) 57%, rgb(250,50,111) 100%)
}
.card-border-radius-fancy,.card-border-radius-fancy-center{
	border-radius:15px 15px 0px 0px;
}
.card-border-radius-fancy img{
	border-radius: 100% 0% 56% 44% / 0% 31% 69% 100%;
}
.card-border-radius-fancy-center img{
	border-radius: 90% 30% 50% 50%/0% 0% 90% 100%;
}
.card-bg .card-cover{
    display: none;
}
.card-avatar{
    position: absolute;
    bottom: -65px;
    z-index: 2;
    height: 150px;
    width: 150px;
    box-shadow: rgb(74 48 140 / 25%) 0px 26px 56px -20px;
    border: 3px solid #fff;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
}
.card-avatar img {
    transition: transform .5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.card-avatar img:hover{
    /* transform: scale(1.3); */
}
.avatar-center{
	left: 0;
    right: 0;
}
.avatar-left{
	left: 15px;
    right: auto;
}
.avatar-right{
	left: auto;
    right: 15px;
}
.left{
    left: 15px;
    right: auto;
}
.center{
    left: 0;
    right: 0;
}
.right{
    left: auto;
    right: 15px;
}
.card-content {
    padding: 0px 15px 10px;
    padding-top: 80px;
}
.card-name{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px;
    color: #666;
}
.name-small{
    font-size: 16px;
}
.name-big{
    font-size: 26px;
}
.card-domain{
    padding: 10px 0px;
    color: currentColor;
    font-size: 13px;
}
.card-copy {
    color: #64748b;
    cursor: pointer;
}
.card-des {
    font-size: 14px;
    font-weight: 300;
    min-height: 62px;
    color: #64748b;
    padding: 10px 0px;
}
.card-bg .card-name, .card-bg .card-copy, .card-bg .card-des {
    color: #c9c9c9;
}
.card-wallet{
    padding: 10px 0px;
}
.card-wallet-items{
    font-size: 12px;
    color: #64748b;
    cursor: pointer;
}
.card-wallet-icon {
    width: 18px;
    height: 18px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.icon img  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 90%;
    min-width: 90%;
    max-height: 90%;
}
.card-wallet-items span {
    vertical-align: middle;
}
.card-contact{
    padding: 10px 0px;
}
.card-bot {
    padding: 20px 0px;
}
.contact-icon button{
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: auto;
    font-size: 16px;
    padding: 0;
    margin: 0px 10px;
}
.contact-icon button i{
    margin: 0;
}
.contact-icon span{
    display: none;
}
.card-bg .card-bot {
    padding-top: 10px;
}
/* .card-social{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 5px 5px;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}
.card-big .card-social a{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.card-social a:hover{
    border-color: currentColor!important;
} */
.website {
    color: #0037c0;
}
.email {
    color: #0037c0;
}
.twitter {
    color: #1d9bf0;
}
.facebook {
    color: #1B74E4;
}
.telegram {
    color: #0088CC;
}
.icon-color.twitter{
    background: #00aced;
}
.icon-color.facebook{
    background: #3b5998;
}
.icon-color.telegram{
    background: #0088cc;
}
.icon-color.discord{
    background: #5865f2;
}
.icon-color.instagram{
    background: #405de6;
}
.icon-color.github{
    background: #bd2c00;
}
.icon-color,.icon-color:hover{
    color: #fff;
}
.animation-to-top a:hover i,.animation-to-top a:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.card-block-header {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid #DDD;
    color: #666;
    text-align: left;
    font-size: 13px;
}
.card-nfts-show {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}
.card-nfts-item {
    background-color: rgb(255, 255, 255);
    border: 1px solid #ced4da;
    overflow: hidden;
    flex-direction: column;
    padding: 3px;
    text-align: center;
}
.card-nfts-item span {
    font-size: 10px;
    margin: 2px;
    color: #666;
}
.card-nfts-item span {
    font-size: 10px;
    margin: 2px;
    color: #666;
}
.btn-bg{
    background: #eee;
	color:#64748b;
}
.btn-bg:hover{
    color: #64748b!important;
}
.btn-block{
    display: block;
    position: relative;
}
.btn-block .icon{
    position: absolute;
    top: 7px;
    left: 8px;
}
.card-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: none;
}
.card-bg-img img{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.card-bg-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .3);
}
.card-bg .card-bg-img{
    display: block;
}
.card-bg .card-body{
    background-color: transparent;
}
.card-share-items span{
    display: none;
}
.card-share-01 .card-share-hover {
    position: relative;
    border: none;
    box-shadow: none;
    width: 240px;
    height: 50px;
    line-height: 52px;
    -webkit-perspective: 230px;
    perspective: 230px;
    margin: 0 auto;
    margin-top: 20px;
}
.card-share-01 .card-share-title,.card-share-01 .card-share-list {
    background: #33333366;
    display: block;
    position: absolute;
    width: 240px;
    height: 50px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border: 1px solid #fff;
}
.card-share-01 .card-share-title {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -27px;
    -moz-transform-origin: 50% 50% -27px;
    transform-origin: 50% 50% -27px;
    color: #fff;
    cursor: pointer;
}
.card-share-01 .card-share-hover:hover .card-share-title {
    -webkit-transform: rotateX(86deg);
    -moz-transform: rotateX(86deg);
    transform: rotateX(86deg);
}
.card-share-01 .card-share-list {
    -webkit-transform: rotateX(-86deg);
    -moz-transform: rotateX(-86deg);
    transform: rotateX(-86deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
    opacity: 0;
}
.card-share-01 .card-share-hover:hover .card-share-list {
    color: transparent;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
.card-share-01 .card-share-items {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 5px 5px;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.card-share-01 .card-share-items:hover {
    color: #0037c0;
    border: 1px solid #fff;
    background: #fff;
}
.card-share-02{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #fff;
    background-color: #EEEEED;
    border-radius: 30px;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.card-share-02:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.card-share-02 .card-share-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 240px;
    height: 50px;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    color: #EEEEED;
    background-color: #1F1E1E;
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.card-share-02:hover .card-share-title{
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
}
.card-share-02 .card-share-list {
    padding: 10px 0px;
}
.card-share-02 .card-share-items {
    display: inline-block;
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    color: #a8a8a8;
}
.card-share-02 .card-share-items:hover{
    color: currentColor;
}
.card-share-02 .share-icon {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.card-share-02:hover .share-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-share-02 .card-share-items:nth-of-type(1) .share-icon {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.card-share-02 .card-share-items:nth-of-type(2) .share-icon {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.card-share-02 .card-share-items:nth-of-type(3) .share-icon {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.card-share-02 .card-share-items:nth-of-type(4) .share-icon {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.card-share-03 .card-share-list a span{
    display: inline-block;
}
.card-share-03{
    position: relative;
    margin-top: 20px;
    z-index: 3;
    overflow: hidden;
}
.card-share-03 .card-share-hover {
    display: inline-block;
}
.card-share-03 .card-share-title{
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
    background: currentColor;
    padding: 5px 20px;
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.card-share-03 .card-share-title span,.card-share-03 .card-share-title i{
    color: #fff;
}
.card-share-03 .card-share-list {
    opacity: 0;
    transition: all 0.3s ease-out;
    padding-top: 50px;
    visibility: hidden;
    min-height: 110px;
}
.card-share-03 .card-share-hover:hover .card-share-list {
    opacity: 1;
    padding-top: 0px;
    visibility: visible;
}
.card-share-03 .card-share-list a {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50px;
    text-align: left;
    margin: 0px 5px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    color: #000;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.card-share-03 .card-share-list a:hover {
    width: 160px;
}
.card-share-03 .card-share-list a .share-icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease-out;
    border: 2px solid #fff;
}
.card-share-03 .card-share-list a:hover .share-icon {
    color: #fff;
}
.card-share-03 .card-share-list a .share-icon i {
    font-size: 16px;
    line-height: 32px;
}
.card-share-03 .card-share-list a:nth-child(1):hover .share-icon {
    background: #1da1f2;
}
.card-share-03 .card-share-list a:nth-child(2):hover .share-icon {
    background: #1da1f2;
}
.card-share-03 .card-share-list a:nth-child(3):hover .share-icon {
    background: #4267b2;
}
.card-share-03 .card-share-list a:nth-child(4):hover .share-icon {
    background: #1da1f2;
}
.card-share-03 .card-share-list a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    margin-left: 10px;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-bold{
    font-weight: bold;
}
.margin-15{
    margin: 15px;
}
.margin-left-15{
    margin-left: 15px;
}
.margin-right-15{
    margin-right: 15px;
}
.border-top{
    border-top: 1px solid #dee2e6;
}
.border-left{
    border-left: 1px solid #dee2e6;
}
.border-right{
    border-right: 1px solid #dee2e6;
}
.border-bottom{
    border-bottom: 1px solid #dee2e6;
}
.border-radius-custom-5{
    border-radius: 5px 0px 5px 0px;
}
.border-radius-custom-10{
    border-radius: 10px 0px 10px 0px;
}
.border-radius-custom-15{
    border-radius: 15px 0px 15px 0px;
}
.border-radius-0{
    border-radius: 0px;
}
.border-radius-5{
    border-radius: 5px;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-15{
    border-radius: 15px;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-50{
    border-radius: 50%;
}
.border-radius-fancy {
    border-radius: 100% 0% 56% 44% / 0% 31% 69% 100%;
}
.card-line {
    margin: 5px;
}
.card-line-3x {
    margin: 15px;
}
.border-2{
    border: 2px solid #424242!important;
}
.icon{
    margin: 3px;
    font-size: 15px;
    vertical-align: middle;
}
.text{
    vertical-align: middle;
    font-size: 13px;
}
.full-text{
    display: block;
}
.no-icon .icon{
    display: none;
}
.no-text .text{
    display: none;
}
.box-30{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.bg-gadient {
    background: linear-gradient(45deg, #3023AE 0%, #f09 100%);
}
.card-bg-opacity{
    border-radius: 15px;
    padding: 10px;
    margin: 0px 15px;
    margin-bottom: 10px;
    background: #ffffff96;
}
.card-item-opacity {
    background: #080d0c78;
    color: #c7c7c7;
}
.card-border-box{
    padding: 10px 5px 5px;
}
.card-border-box > div{
    padding: 0;
    margin-bottom: 10px;
}
.card-border-box > div:last-child{
    margin-bottom: 5px;
}
.btn-transparent{
    background: transparent;
}
.btn-transparent:hover{
    border: 1px solid currentColor!important;
}
.padding-5{
    padding: 5px;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-20{
    padding: 20px;
}
.display-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bar-scroll{
	
}
.bar-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
.bar-scroll::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #fff;
}
.bar-scroll::-webkit-scrollbar-thumb{
	background-color: #ccc;
    border-radius: 6px;
}
.warp-bottom {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0.5em;
}
.bottom-text-big span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    font-size: 64px;
    font-weight: bold;
    letter-spacing: -.02em;
    line-height: 1.125;
}
.text-one {
    --tw-gradient-to: #fed385;
    --tw-gradient-from: #0037c0;
    --tw-gradient-to: rgba(51,140,245,0);
    --tw-gradient-stops: var(--tw-gradient-to),var(--tw-gradient-from);
}
.text-two {
    --tw-gradient-to: #0037c0;
    --tw-gradient-from: #fed385;
    --tw-gradient-to: rgba(51,140,245,0);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.card-level1 .card-border-radius-fancy img,.card-level1 .card-border-radius-fancy-center img{
    border-radius:15px 15px 0px 0px;
}
.card-level1 .btn-custom{
    display: block;
    position: relative;
    min-height: 38px;
}
.card-level1 .btn-custom .icon{
    position: absolute;
    left: 7px;
    top: 7px;
}
/* .card-level1 .card-block-header{
    cursor: pointer;
    position: relative;
}
.card-level1 .card-block-header::after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 4px;
}
.card-level1 .card-nfts .card-block-body{
    width: 30%;
}
.card-level1 .card-block-body{
    display: none;
} */
@media (max-width:999px){
    
}
@media (max-width:768px){
    
}
@media (max-width:480px){
    .card-shadow {
        transform: translate(0,-10%);
    }
    .warp-card {
		padding: 20px 0px 50px!important;
	}
}