body{
    font-family: 'Inter', monospace;
    overflow-x: hidden;
    background: #ffffff;
    margin: 0;
}
body::-webkit-scrollbar {
    height: 0em;
    width: 0.3vw;
  }
   
body::-webkit-scrollbar-track {
  }
   
body::-webkit-scrollbar-thumb {
    border-radius: 3.5vw;  
    background-color: rgb(22, 53, 100);
  }

.wrap{
    display: flex;
    flex-direction: column;
    padding-left: 7vw;
}
.nav{
    width: 85vw;

    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#ffffff ;
    }
.nav-title{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-top: 3vw;
    font-size: 1.3vw;
}
.nav-button{
    background: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    font-size: 0.9vw;
    border-radius: 0.5vw;
    margin-top: 1.4vw;
    text-decoration: none;
    border: 0px;
    padding: 1.2vw 2vw;
}
.nav-button:hover{
    background: linear-gradient(to top,rgb(63, 63, 63),rgb(36, 36, 36));
}
.cont-root{
    display: flex;
    flex-direction: row;
    margin-top: 8vw;
}
.menu{
    width: 19vw;
    position: fixed;
}

.menu-item{
font-weight: 700;
color: #000000;
font-size: 1.75vw;
margin-bottom: 2.4vw;
}
.menu-sub{
    margin-bottom: 4vw;
}
.menu-sub-item{
font-weight: 400;
font-size: 1.1vw;
color: #6d6d6d;
margin-bottom: 1.75vw;
}
.cont{
    margin-left: 20vw;
}

.tab{
    margin-top: 0vw;
    margin-bottom: 8vw;
}

.tab-in{
    width: 28vw; 
    padding: 0.5vw 0vw;
}
.tab-in-title{
    background: #ff8686;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-size: 0.8vw;
    border-radius: 0.35vw;
    margin-top: 3vw;
    border: 0px;
    padding: 0.3vw 0.8vw;
}
.tab-in-code{
    width: 33vw;
    background: #212542;
    line-height: 1.5vw;
    font-size: 1vw;
    font-family: 'Roboto Mono', monospace;
    color: #FFF;
    font-weight: 400;
    margin-top: 1vw;
    padding: 1.2vw;
    padding-left:2vw;
    border-radius: 0.5vw;
}

.tab-title{
    font-size: 4vw;
    font-weight: 700;
    margin: 0vw;
    color: #000000;
}
.tab-text{
    font-size: 1.1vw;
    font-weight: 400;
    color: #747474;
    width: 33vw;
    margin-top:2vw;
    line-height: 2.7vw;
}
.sub{
    margin-top: 3vw;
    margin-bottom: 9vw;
}
.sub-title{
    font-size: 2vw;
    color: #000000;
    font-weight: 700;
}
.sub-text{
    color: #929292;
    margin-top: 1vw;
    font-weight: 400;
    line-height: 2.5vw;
    font-size: 1.1vw;
    width: 28vw;
}
.sub-code{
    width: 31vw;
    color: #fff;
    font-size: 1vw;
    font-family: 'Roboto Mono', monospace;
    line-height: 2.3vw;
    padding: 1.7vw 3vw;
    border-radius: 0.5vw;
    margin-top: 2vw;
    background: #212542;
}

.tab-table{
    margin-top: 3vw;
    background: #f3f3f3;
    padding: 1vw 0.5vw;
    font-weight: 400;
    font-size: 1.1vw;
    color: #929292;
    border-radius: 0.3vw;
}
.tab-table-col{
    display: flex;
    flex-direction: row;
}
.col-1{
    font-weight: 500;
    padding: 1.2vw;
    font-size: 1.2vw;
    color: #333333;
    width: 10vw;
}
.col-2{
    padding: 1vw;
    width: 20vw;
}

.pn{
    color: #F982F2;
}.lb{
    color: #93D7FF;
}.or{
    color: #df8d46;
}.db{
    color: #82A2F9;
}.yl{
    color: #e0e06c;
}.gr{
    color: #4cc56c;
}
.wh{
    color: #fff;
}
.tl-1{
    margin-left: 2vw;
}
.tl-2{
    margin-left: 4vw;
}

.name-link{
    text-decoration: none;
    color: #2c2c2c;
}
.name-links{
    margin-top: -15vw !important;
}

@media only screen and (max-width: 600px) {
body{
    font-family: 'Inter', monospace;
    overflow-x: hidden;
    background: #ffffff;
    margin: 0;
}
body::-webkit-scrollbar {
    height: 0em;
    width: 0.3vw;
  }
   
body::-webkit-scrollbar-track {
  }
   
body::-webkit-scrollbar-thumb {
    border-radius: 3.5vw;  
    background-color: rgb(22, 53, 100);
  }

.wrap{
    display: flex;
    flex-direction: column;
    padding-left: 7vw;
}
.nav{
    width: 85vw;

    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#ffffff ;
    }
.nav-title{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-top: 3vw;
    font-size: 4vw;
}
.nav-button{
    background: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    font-size: 0.9vw;
    border-radius: 0.5vw;
    margin-top: 1.4vw;
    text-decoration: none;
    border: 0px;
    padding: 1.2vw 2vw;
}
.nav-button:hover{
    background: linear-gradient(to top,rgb(63, 63, 63),rgb(36, 36, 36));
}
.cont-root{
    display: flex;
    flex-direction: column !important;
    margin-top: 10vw;
}
.menu{
    width: 19vw;
    position: relative;
    display: none;
}

.menu-item{
font-weight: 700;
color: #000000;
font-size: 5vw;
margin-bottom: 2.4vw;
}
.menu-sub{
    margin-bottom: 4vw;
}
.menu-sub-item{
font-weight: 400;
font-size: 3vw;
color: #6d6d6d;
margin-bottom: 1.75vw;
}
.cont{
    margin-left: 20vw;
}

.tab{
    margin-top: 0vw;
    margin-bottom: 8vw;
    margin-left: -20vw;
}


.tab-in{
    width: 28vw; 
    padding: 0.5vw 0vw;
}
.tab-in-title{
    background: #ff8686;
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-size: 2vw;
    border-radius: 0.35vw;
    margin-top: 3vw;
    border: 0px;
    padding: 1vw 1vw;
}
.tab-in-code{
    width: 75vw;
    background: #212542;
    line-height: 5vw;
    font-size: 2.6vw !important;
    font-family: 'Roboto Mono', monospace;
    color: #FFF;
    font-weight: 400;
    margin-top: 3vw;
    padding: 3vw 4vw;
    border-radius: 1vw;
}

.tab-title{
    font-size: 8vw;
    font-weight: 700;
    margin: 0vw;
    color: #000000;
}
.tab-text{
    font-size: 3vw;
    font-weight: 400;
    color: #747474;
    width: 63vw;
    margin-top:2vw;
    line-height: 6vw;
}
.sub{
    margin-top: 3vw;
    margin-bottom: 9vw;
}
.sub-title{
    font-size: 6vw;
    color: #000000;
    font-weight: 700;
}
.sub-text{
    color: #929292;
    margin-top: 2vw;
    font-weight: 400;
    line-height: 6vw;
    font-size: 3vw;
    width: 60vw;
}
.sub-code{
    width: 71vw;
    color: #fff;
    font-size: 2.6vw;
    font-family: 'Roboto Mono', monospace;
    line-height: 6vw;
    padding: 3vw 4vw;
    border-radius: 1vw;
    margin-top: 4vw;
    background: #212542;
}

.tab-table{
    margin-top: 3vw;
    background: #f3f3f3;
    padding: 1vw 0.5vw;
    font-weight: 400;
    font-size: 1.1vw;
    width: 80vw;
    color: #929292;
    border-radius: 0.3vw;
}
.tab-table-col{
    display: flex;
    flex-direction: row;
}
.col-1{
    font-weight: 500;
    padding: 1.2vw;
    font-size: 3vw;
    color: #333333;
    width: 30vw;
}
.col-2{
    padding: 1vw;
    font-size: 2.8vw;
    width: 70vw;
}

.pn{
    color: #F982F2;
}.lb{
    color: #93D7FF;
}.or{
    color: #df8d46;
}.db{
    color: #82A2F9;
}.yl{
    color: #e0e06c;
}.gr{
    color: #4cc56c;
}
.wh{
    color: #fff;
}
.tl-1{
    margin-left: 2vw;
}
.tl-2{
    margin-left: 4vw;
}

.name-link{
    text-decoration: none;
    color: #2c2c2c;
}
.name-links{
    margin-top: -15vw !important;
}
}