.container-fluid{
    padding: 50px 5%;
}
body{
    font-family: 'DM Sans';
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'poppins';
}
.center{
    text-align: center;
}
.inline{
    display: inline-block;
}
.m{
    display: flex;
    justify-content: space-between;
}
.right{
    text-align: right;
}
.mobile{
    display: none;
}
.lappy{
    display: none;
}
/* navbar  */
.navbar{
    width: 100vw;
    position: fixed;
    z-index: 1;
    padding: 10px 0;
    background-color: #181818;
}
.navbar.container-fluid{
    padding: 17px 5%;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
.navbar .navbar-nav button{
    border: none;
    border-radius: 9px;
    background-color: #0052ff;
    color: white;
    width: 90px;
    padding: 10px 0;
}
.nav-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
}
.nav-item .nav-link:hover{
    border-bottom: solid 1px #0052ff;
}

/* for sidebar  */
.offcanvas{
    width: 300px;
}
.offcanvas li{
    text-align: center;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
.navbar-nav{
    font-family: 'poppins';
    font-weight: 600;
}
.navlogo{
    width: 220px;
    height: 130px
}
.logo{
    height: 120px;
    width: 200px;
}
#landing{
    background: linear-gradient(0deg, #464255 20%, #262628 40%, #181818 80%);
    background-size: cover;
    color: white;
}
#landing-content .container-fluid{
    padding: 0 5%;
}
#landing-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    min-height: 100vh;
    width: 100vw;
}
#landing h1{
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 52px;
}
#landing h5{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: white;
}
#landing-content button{
    background: #0052ff;
    color: white;
    border: none;
    padding: 15px 0;
    width: 200px;
    border-radius: 10px;
}
#landing-content img{
    height: 500px;
    width: 100%;
    display: none;
}
#landing-content .col-lg-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link.active{
    border-bottom: 2px solid #0052ff;
}
#features{
    background-color: #464255;
    color: #fafafa;
}
#features .col-lg-3 .cover{
    border-radius: 7px;
    min-height: 266px;
    font-size: 16px;
    box-shadow: 0px 4px 25px -2px rgb(0 0 0 / 12%);
    background-color: #625E6E;
    /* background-color: #ffffff33; */
    margin-bottom: 20px;
    padding: 25px 35px;
}
#features .cover h4,
#features .cover h5{
    font-size: 16px;
}
#features .cover h5{
    color: #999999;
}
#features .cover p{
    text-align: right;
    font-size: 14px;
    color: #4886D9;
}
#features .cover span{
    color: white;
    border-radius: 100%;
    padding: 10px;
    margin-right: 4px;
}
.eq{
    background-color: #e54a41;
}
.lq{
    background-color: #37bc9c;
}
.fu{
    background: #4886d9;
}
.mr{
    background-color: black;
}
#features .cover p i{
    transform: rotate(-40deg);
}
#convince{
    background-color: #625E6E;
    color: #fafafa;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#convince .label{
    background-color: #0052ff;
    color: white;
    display: inline-block;
    font-size: 13px;
    padding: 8px;
    border-radius: 4px;
}
#convince h3{
    font-size: 42px;
}
#convince h5{
    font-size: 20px;
    color: #9f9f9f;
}
#convince img{
    max-width: 800px;
    width: 100%;
}
#testimony{
    background-color: #464255;
    color: #fafafa;
}
#testimony h3{
    font-size: 43px;
}
#testimony h5{
    font-size: 16px;
}
#testimony h6{
    font-size: 16px;
    color: #999999;
}
#testimony h3 span{
    border-bottom: 5px solid #0052ff;
}
#testimony i{
    font-size: 24px;
}
#testimony img{
    width: 100px;
    height: 100px;
}
#testimony .col-lg-6{
    padding: 20px;
    margin-bottom: 40px;
}
#testimony img.cert{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    height: 550px
}


.team-pic{
    width: 100%;
    border-radius: 100%;
    background-color: #625E6E;
}
.stake-container{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.stake-container img{
    height: 40px;
    width: 40px;
}
.stake-container h3{
    font-size: 18px;
    line-height: 28px;
    margin-top: 14px;
}
.stake-container p{
    color: rgb(122, 138, 160);
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.stake-container button{
    justify-content: center;
    height: 56px;
    border-radius: 10px;
    background-color: rgb(0 82 255);
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-top: 16px;
}
.txns-container {
    background-color: #F8F8FA;
    border-radius: 8px;
    padding: 10px 0;
    color: black;
}
.txn {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.65);
    text-align: center;
}




/* laptop view  */
@media(min-width: 992px){
    #landing-content img{
        height: 700px;
        width: 100%;
        display: block;
    }
    #testimony img.cert{
        height: 700px;
    }
    .team-pic{
        width: 322px;
        height: 322px;
    }
    .lappy{
        display: block;
    }
}


/* mobile view  */
@media(max-width: 470px){
    #landing-content{
        text-align: center;
    }
    #landing-content img{
        display: none;
    }
    .logo{
        height: 150px;
        width: 150px;
    }
    #convince h3{
        font-size: 32px;
    }
    #convince h5{
        font-size: 14px;
    }
    #convince img{
        max-width: 450px;
    }
    #landing h1{
        font-size: 32px;
    }

    #landing h5{
        font-size: 12px;
    }
    #landing-content button{
        margin: 0 auto;
    }
    #testimony h3{
        font-size: 33px;        
    }
    #testimony img.cert{
        height: 400px;
    }
    .team-pic{
        width: 250px;
        height: 250px;
    }
    #stake p{
        font-size: 13px;
    }
    .txn {
        font-size: 9px;
        line-height: 14px;
    }
    .mobile{
        display: block;
    }
}