@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400&display=swap');


.container .layer{
    width: 100vw;
    height: 70px;
    background: #11182e;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
}
body{
    overflow-x: hidden;
    background-color: #78ceff;
}
nav{
     width: 100%;
    height: 60px;
    flex-direction: row !important;
    position: relative;
    background: #11182e;
    box-shadow: 0 0 5px 1px rgba(200, 197, 197, 0.509);
    padding-left: 1rem;
}

.icon img{
    width: 35px;
}
.png img{
    width: 80%;
}
.rbtn{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 5%;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 90%;
     right: 5vw;
    flex-direction: unset !important;
 
}
.rbtn i{
    margin-right: 10px;
}
nav{
    position: relative;
}
nav .logo{
    height: 100%;
     left: 0rem;
     position: relative;
     max-width: calc(10vw);
 }
.logo img{
    width: 100%;
}
.cen{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container{
    height: 100vh;
    width: 100vw;
        background: #324ab2;
    background-size: cover !important;
    background-position: right;
     background-repeat: no-repeat !important;
    overflow-y: auto;
    background-blend-mode: overlay;
    overflow-x: hidden;
    background: linear-gradient(45deg, #324ab2, #3254b2);
    background: url(../assets/peoplebg.png), rgba(255, 255, 255, 0);
}

.content{
    margin-top: 3rem;
    width: 400px;
 }
.wrapper{
     width: 100%;
    height: max-content;
}

.user{
    display: flex;
    flex-direction: row;
    color: #e15426;
    font-size: 19px;
    margin-top: 1rem;
    width: max-content;
}
.badge img{
    width: 90%;
}
 
.badge{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: .7rem;
}

.b_icon img{
    width: 2rem;
}
.b_icon{
    margin: .3rem;
}
.mt1{
    margin-top: 1rem;
}
.mt2{
    margin-top: 2rem;
}
.mt3{
    margin-top: 3rem;
}
.mb2{
    margin-bottom: 2rem;
}
.i{
    height: 50px;
    width: 50px;
 }


 .cen{
    display: flex;
    align-items: center;
    justify-content: center;

}

.fd_c{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fw{
    width: 100%;
}

.p1{
    padding: 1rem;
}

.b{
    border: 1px solid grey;
}
.m1{
    margin: 1rem;
}
.c{
    color: grey;
    font-size: 12px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.b_nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #011d1a;
    justify-content: space-around;
    flex-direction: row;
    box-shadow: 0 0 5px 1px rgba(128, 128, 128, 0.104);
    color: white !important;
}

.b_nav h4{
    font-size: 12px;
    
}
.start{
    position: absolute;
    top: -30px;
}
.start h4{
    margin-top: .3rem;
     text-align: center;
}
.s_i{
     height: 50px;
    width: 50px;
    border-radius: 50%;
    color: white;
 }
@media (max-width: 500px){
    .content{
        width: 85vw;
    }
    .logo{
        /* left: -14rem;
        width: 150px !important; */
        max-width: calc(10vw + 50px) !important;

        
    }
    .logo img{
        /* margin-left: -2rem; */
    }

}