html, body{
    min-height: 100%;
    overflow-x: hidden;
    padding: 0;
    padding-top: 45px;
    margin: 0;
    font-family: sans-serif;
    font-weight: normal;
    background-color: rgb(251 251 248);
}

/* navbar For mobile */
a{
    text-decoration: none;
    color: white;
}
.nav-container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    opacity: 0.999;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}
.navbar{
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    gap: 24px;
}
.right-nav{
    display: flex;
    /* justify-content: space-between; */
    gap: 15px;
    align-items: center;
}
.navbar button{
    font-size: 17px;
    border-radius: 20px;
    background-color: black;
    color: white;
    padding: 8px 16px;
    border: 0;
}
.nav-links{
    display: none;
}
.nav-links a{
    text-decoration: none;
    color: black;
}
.navbar .logo{
    height: 1.53125rem;
    font-size: 20px;
    font-weight: bold;
}
.menu-icon {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
    border-radius: 2px;
}
hr{
    margin: 0;
    border-top: 0.5px solid grey;
    opacity: 0.2;
}
main{
    min-height: 100vh;
    padding: 0rem .75rem 40px .75rem  ;
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: ; */
    gap: 25px;
    margin-top: 2.25rem;
    padding-top: .75rem;
}
.hero .nav-1 p{
    line-height: 1.75rem;
}
.hero .nav-2, .see-market, .see-hidden{
    width: fit-content;
    padding: 12px 12px 4px;
    border: 1px solid rgb(225, 223, 223);
    border-radius: 12px;
    background-color: #ffffff;
}
.hero .nav-2 p{
    font-size: 12px;
    /* line-height: 1.75rem;   */
    margin: 0;
    letter-spacing: 0.1px;
}   
.hero .nav-2 div > p{
    font-size: 23.3px;
    color: black;
    margin-top: 8px;
}
main h1{
    font-size: 36px;
    font-weight: normal;
    margin: 0px;
}
.hero p{
    font-size: 18px;
    margin: 8px 0px 0px;
    color: grey;
}
/*........................................... */
.search-box{
    position: relative;
}
.search-box input:focus{
    border-color: none;
    box-shadow: none;
    outline: none;
}

.search-box input {
    width: 80%;
    padding: 14px 20px 14px 44px; /* space for icon */
    border-radius: 24px;
    border: 1px solid #dfe1e5;
    font-size: .875rem;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    stroke: rgb(115 115 115);
}
/*........................................................  */
.features{
    margin: 28px 0px 56px 0px;
    padding: 12px 0px 48px 0px;
}
.section-3{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.see-market, .see-hidden{
    padding: 8px;
    height: 25px;
    color:  rgb(115 115 115);
}
.market-trade{
    border: 1px solid rgb(225, 223, 223);
    border-radius: 20px; 
    margin-top: .75rem;
    background-color: #ffffff;
    /* padding: 0px 10px; */
}
.market-trade > .sub-heading{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 25px 16px 20px;
    color: grey;
}
.sub-heading > .chain{
    padding-left: 6.2rem;
}
.market-list{
    padding-left: 20px;
}
.market-list > div, .chain-list > div{
    margin: 15px 0px;
}

.content{
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    row-gap: 20px;
    /* background-color: dodgerblue; */
    color: grey;
    padding: 10px 0px 10px 20px;
  }
  .container > div {
    /* background-color: #f1f1f1; */
    /* border: 1px solid black; */
    padding: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chain-list{
    text-align: center;
    padding: 0rem 0px 0px 15px;
}
.list-part{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.icon-sprite{
    display: none;
}
.icon-search{
    width: 25px;
    height: 25px;
}
.icon-path1{
    fill: #3cc27a;
    stroke: none;
}
img{
    width: 1.25rem;
    height: 1.25rem;
}
/* .icon-wrapper:hover{
    box-shadow: inset 0 0 10px 4px white;
    transition: filter 0.3s ease;
    filter:drop-shadow(0 0 10px white); 
} */
.icon-path2{
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    
}
.text{
    color: rgb(8 8 8);
    opacity: 1;
    margin-left: 10px;
    margin-right: auto;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.view-more{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.btn-page{
    background-color: black;
    color: white;
    padding: 8px 16px;
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 10px;
    border: none;
}
.angle-icon{
    padding-left: 5px;
}
/* For tablet upwards */
@media (min-width: 600px) {
    .nav-container{
        height: 71px;
    }
    /* .nav-container::before{
        position: absolute;
        opacity: 0.9;
        backdrop-filter: blur(50px);
    } */

    .navbar{
        gap: 100px;
        padding: 17px 48px;
        
    }
    .left-nav{
        display: flex;
        align-items: center;
    }
    .nav-links{
        display: flex;
        gap: 2.88rem;

    }
    .nav-links a{
        text-decoration: none;
        color: grey;
        font-size: 17.5px;
    }
    /* .nav-links a:hover{
        text-decoration: underline;
    } */
    .navbar .menu-icon{
        display: none;
    }
    main{
        padding: 0px 48px;
    }
   .hero{
        flex-direction: row;
        flex-wrap: wrap;
   }
}