@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
html{
    background-color: #000;
    font-family: "Space Grotesk", sans-serif;
    color: var(--text-color);
    position: relative;
    overflow-x: hidden;
}
/* *{
    margin: 0;
} */
:root{
    --text-color: #ffffff;
    --secondary-color: #878787;
    --line-color: #1f1f1f;
}
html::-webkit-scrollbar{
    width: 0.35rem;
}
html::-webkit-scrollbar-track{
    background: var(--line-color);
}
html::-webkit-scrollbar-thumb{
    background: var(--text-color);
}
#menu-icon{
    color: var(--text-color);
    display:none;
}
.header{
    font-size: 14px;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}
#logo{
    font-size: 3rem;
    margin-left: 2.5rem;
    margin-top: .4rem;
    cursor: pointer;
}
a{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
    text-align: center;
    gap: 8px;
    color: var(--text-color);
}
.thos{
    margin-left: 3rem;
    color: var(--text-color);
}
.active{
    border-bottom: 1px solid var(--text-color);
}
.this{
    margin-right: 24rem;
    color: var(--text-color);
}
#light-mode{
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}
.parent{
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.container{
    padding-left: 18rem;
    padding-right: 18rem;
}
.uppercontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 4rem;
}
.uppercontainer .badge{
    font-size: 12px;
    max-width: 100%;
    height: auto;
    align-items: center;
    gap: 10px;
    display: flex;
    cursor: pointer;
}
img{
    max-width: 100%;
    height: auto;
}
.bal{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid var(--text-color);
    box-shadow: 2px 2px var(--text-color);
    padding: 10px 20px;
    background-image: url(images/balance-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    margin-bottom: 20px;
}
.cbal{
    font-size: 50px;
    margin-top: -1rem;
    margin-bottom: -1rem;
}
span{
    color: var(--secondary-color);
}
.span1{
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: lighter;
}
.span2{
    color: var(--line-color);
    font-weight: lighter;
}
span i{
    color: var(--secondary-color);
    padding-left: 1%;
}
.but{
    display:flex;
    gap: 2%;
    max-width: 100%;
}
.btn{
    display: flex;
    border: 1px solid var(--text-color);
    box-shadow: 2px 2px var(--text-color);
    padding: 18px 84px;
    margin-bottom: 20px;
    gap: 15%;
    cursor: pointer;
}
.pntref{
    border: 1px solid var(--text-color);
    box-shadow: 2px 2px var(--text-color);
    display: flex;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.totpnt{
    margin-top: 24px;
    padding-right: 30px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 24px;
    border-right: 1px solid var(--line-color);
    /* border: 2px solid salmon; */
}
h2{ 
    font-size: 28px;
    margin-top: 0px;
    padding-top: -4px;
}
.totpnt p{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    /* margin-right: 20px; */
}
.urpnt{
    margin-left:12px;
    display: flex; 
    margin-right: 20px;
}
.inner{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    /* border: 2px solid salmon; */
}
.pnts{
    color: var(--secondary-color);
    margin-top: -20px;
}
.spcbtw{
    justify-content: space-between;
    display: flex;
}
.ref{
    margin-left: 5.5rem;
    padding: 0px 25px;
    /* border: 2px solid salmon; */
}
.reflink{
    display: flex;
    gap: 10%;
    border: 1px solid var(--text-color);
    align-items: center;
    padding: 0px 20px;
}
.reflink h6{
    margin: 12px 0px;
    cursor: pointer;
}
.inner h3{
    font-weight: lighter;
    font-size: 25px;
}
.inner p{
    font-weight: lighter ;
    font-size: 12px;
}
.ref h3{
    margin-bottom: 10px;
}
.assets{
    border: 1px solid var(--text-color);
    box-shadow: 2px 2px var(--text-color);
    padding: 0px 25px 25px;
    margin-bottom: 110px;
}
.coins{
    border: 1px solid var(--text-color);
    align-items: center;
    display: flex;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--text-color);
}
.cns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px 0px 10px;
    /* border: 2px solid salmon; */
}
.cns h3{
    font-size: 16px ;
}
.intercom{
    background-color: var(--text-color);
    border: 14px solid var(--text-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: fixed; 
    bottom: 20px;
    right: 20px; 
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line-color);
    padding-top:5px;
    padding-bottom: 16px;
    gap: 16px;
    flex-wrap: wrap;
}
.left{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #828284;
    font-size: 12px;
    margin-left: 40px;
}
.tp{
    color: #828284;
    margin: 0px -25px;
}
.right{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 40px;
}
.right i{
    font-size: 18px;
    font-weight: lighter;
}

@media (max-width: 1200px){
    .container{
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .this{
        margin-right: 6rem;
    }
}

@media (max-width: 992px){
    .first{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    .thos,
    .this{
        margin-left: 0;
        margin-right: 0;
    }
    #logo{
        margin-left: 0;
    }
    .container{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .btn{
        flex: 1 1 180px;
        justify-content: center;
        padding: 18px 24px;
        gap: 10px;
    }
    .but{
        flex-wrap: wrap;
    }
    .pntref,
    .spcbtw,
    .urpnt{
        flex-direction: column;
    }
    .totpnt{
        border-right: 0;
        border-bottom: 1px solid var(--line-color);
        padding-right: 0;
        padding-bottom: 16px;
        margin-right: 0;
    }
    .ref{
        margin-left: 0;
        padding: 0;
    }
    .reflink{
        justify-content: center;
    }
    .left,
    .right{
        margin-left: 20px;
        margin-right: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px){
    body{
        margin: 0;
    }
    a{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header{
        padding: 0 1rem;
    }
    .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .uppercontainer{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .cbal{
        font-size: 3.6rem;
    }
    .dopacc{
        overflow-wrap: anywhere;
    }
    .assets{
        padding: 0 12px 20px;
        margin-bottom: 80px;
    }
    .coins{
        padding-left: 12px;
    }
    .cns{
        padding: 0 10px 0 8px;
        gap: 10px;
    }
    .footer{
        justify-content: center;
        text-align: center;
    }
    .left{
        justify-content: center;
    }
}


/* History Html */
.uphistory{
    margin-left: 35px;
    margin-right: 530px;
    padding: 50px 0px 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--line-color);
}
.uphistory a{
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
.dnhistory{
    border: 1px solid var(--line-color);
    margin: 15px 40px 180px;
    padding: 15px 30px;
}
.dnuphis{
    display: flex;
    justify-content: space-between;
}
.ex{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 1000;
}
.hmid{
    color: #a1a1a1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fa-list{
    font-size: 50px;
    color:#505050;
}


/* Badges Html */
.thb{
    margin: 70px 40px;
    padding-bottom: 60px;
}
.namae{
    border: 1px solid var(--line-color);
    margin: 0px 0px 20px 0px;
}
.namae h3{
    padding: 15px 0px 15px 15px;
    margin: 0px;
}
.unlocked{
    height: 100px;
    width: 100px;
}
.felx1{
    display: flex;
    border: 1px solid var(--line-color);
    gap: 5px;
    margin: -21px 0px 10px;
}
.felx{
    display: flex;
    padding: 0px 0px 15px 12px;
    border: 1px solid var(--line-color);
    gap: 5px;
    margin: -21px 0px 10px;
}
.locked1{
    padding: 25px 0px 0px 15px;
    height: 180px;
    width: 105px;
}
.col{
    align-items: center;
    text-align: center;
    padding: 2px 5px 0px;
    margin: 0px -10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 14%;
}
.comtd{
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3%;
    color: #35d175;
}
.def{
    max-width: 92%;
    margin: 10px 0px 0px;
}
.locked{
    padding: 25px 12.5px 0px 12.5px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
}

/* this */

/* @media screen and (max-width: 768px) {
    #menu-icon {
        display: block;
        cursor: pointer;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .first {
        display: none;
    }

    .header .active {
        border-bottom: none;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .uppercontainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .uppercontainer .badge {
        margin-top: 10px;
    }

    .this {
        margin-right: 0;
    }

    .pntref {
        flex-direction: column;
    }

    .assets {
        padding: 10px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footer .left, .footer .right {
        flex-direction: column;
        align-items: center;
    }

    .footer .right i {
        margin-left: 0;
        margin-top: 10px;
    }
} */