*{
    margin: 0;
    box-sizing: border-box;
}
.container {
    display: flex;
    flex-direction: row;
    height: auto;
}
.profile-name .b{
    background-color: rgba(0, 0, 0, 0.805);
    color: white;
}
.item a{
text-decoration: none;
color: black;
}
/* CSS for mobile  */
@media (max-width:600px) {

    .video-profile {
        width: 30%;
        padding-top: 40px;
        border-right: 2px solid lightgray;
        height: auto;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 23%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 75px;
        width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 4vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 2vw;
    }

    .menu {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 85%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 70%;
        /* background-color: orange; */
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        height: 35px;
        font-size: 3vw;
        font-family: 'Roboto', sans-serif;
        /* background-color: white; */
    }
    .menu ul .blog{
        padding-left: 25px;
    }

    .current {
        background-color: lightgray
    }

    .item:hover {
        background-color: lightgray;
        cursor: pointer;
        color: blue;

    }

    .logo-place {
        height: auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .item .logo {
        visibility: hidden;
    }

    .item i {
        display: none;
    }


    /* CSS for post-part */

    .post-part{
        height: auto;
        width: 70%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        /* background-color: cyan; */
    }
    .user-post{
        width: 90%;
        height: 50%;
        margin: 0 auto;
        box-shadow: 0px 2px 2px gray;
    }
    .nav-bar{
        height: 30px;
        width: 100%;
        font-size: 2.5vw;
        background-color: rgb(7, 165, 7);
        font-family: 'Roboto', sans-serif;

    }
    .nav-bar ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .nav-item{
        height: 100%;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-item:hover{
        cursor: pointer;
        background-color: lightgray;
    }
    .create-post{
        height: 30px;
        width: 100px;
        background-color: lightgray;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 3vw;
        border-bottom: 2px solid gray;
    }
    .write-post{
        height: 300px;
        width: 100%;
        background-color: lightgray;      
    }
    .write-post p{
        color:rgba(0, 0, 0, 0.786) ;
        font-size: 2.5vw;
        height: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .footer{
        height: 40px;
        width: 100%;
    }
    .footer ul{
        height: 95%;
        display: flex;
        width: 100%;
    }
    .footer .footer-item{
        height: 100%;
        font-size: 3vw;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }
    .footer .footer-item:hover{
        background-color: lightgray;
        cursor: pointer;
    }
} 

/* Media quary for 600px to 800px */

@media (min-width:600px) and (max-width:800px){
    .container{
        height: auto;
    }
    .video-profile {
        width: 30%;
        height: 100vh;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 2vw;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        background-color: white;
    }

    .logo-place {
        height: 10%;
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: lightgray;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }
    
    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        border: 1px solid gray;
        cursor: pointer;
        color: blue;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for post  */
    .post-part{
        height: 100vh;
        width: 70%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        /* background-color: cyan; */
    }
    .user-post{
        width: 90%;
        height: 50%;
        margin: 0 auto;
        box-shadow: 0px 2px 2px gray;
    }
    .nav-bar{
        height: 30px;
        width: 100%;
        font-size: 2vw;
        background-color: rgb(7, 165, 7);
        font-family: 'Roboto', sans-serif;

    }
    .nav-bar ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .nav-item{
        height: 100%;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-item:hover{
        cursor: pointer;
        background-color: lightgray;
    }
    .create-post{
        height: 30px;
        width: 100px;
        background-color: lightgray;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 2vw;
        border-bottom: 2px solid gray;
    }
    .write-post{
        height: 300px;
        width: 100%;
        background-color: lightgray;      
    }
    .write-post p{
        color:rgba(0, 0, 0, 0.786) ;
        font-size: 2vw;
        height: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .footer{
        height: 40px;
        width: 100%;
    }
    .footer ul{
        height: 95%;
        display: flex;
        width: 100%;
    }
    .footer .footer-item{
        height: 100%;
        font-size: 2vw;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }
    .footer .footer-item:hover{
        background-color: lightgray;
        cursor: pointer;
    }
}


/* Media query for  Laptop*/

@media (min-width:800px) and (max-width:1200px){

    .video-profile {
        width: 30%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 130px;
        width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 1.5vw;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        border: 1px solid rgb(148, 138, 138);
    }

    .menu-list ul .item:hover {
        border: 1px solid gray;
        cursor: pointer;
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }



/* CSS for post part */
    .post-part{
        height: 100vh;
        width: 70%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        /* background-color: cyan; */
    }
    .user-post{
        width: 90%;
        height: 50%;
        margin: 0 auto;
        box-shadow: 0px 2px 2px gray;
    }
    .nav-bar{
        height: 30px;
        width: 100%;
        font-size: 1.5vw;
        background-color: rgb(7, 165, 7);
        font-family: 'Roboto', sans-serif;
    }
    .nav-bar ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .nav-item{
        height: 100%;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-item:hover{
        cursor: pointer;
        background-color: lightgray;
    }
    .create-post{
        height: 30px;
        width: 100px;
        background-color: lightgray;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 1.5vw;
        border-bottom: 2px solid gray;
    }
    .write-post{
        height: 300px;
        width: 100%;
        background-color: lightgray;      
    }
    .write-post p{
        color:rgba(0, 0, 0, 0.786) ;
        font-size: 2vw;
        height: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .footer{
        height: 40px;
        width: 100%;
    }
    .footer ul{
        height: 95%;
        display: flex;
        width: 100%;
    }
    .footer .footer-item{
        height: 100%;
        font-size: 1.5vw;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footer-item:hover{
        background-color: lightgray;
        cursor: pointer;
    }
}


/* Media Quary for scree larger then 1200px to 1800px */
@media (min-width:1200px) and (max-width:1800px)
{
    .container{
        display: flex;
    }
    .video-profile {
        width: 20%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 28px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1vw;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 1.1vw;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

    .menu-list ul .item:hover {
        cursor: pointer;
    }

    .logo-place {
        height: 10%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 80px;
        width: 16vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }



/* CSS for post part */
    .post-part{
        position: absolute;
        top: 0;
        left: 234px;
        height: 120vh;
        width: 80%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        z-index: 10;
    }
    .post-part::before{
        content: "";
        position: absolute;
        top: 0;
        left:23px ;
        height: 120vh;
        width: 100%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        background: url(msg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -10;
        filter: blur(20px);

    }
    .user-post{
        width: 50%;
        height: 50%;
        margin: 0 auto;
        box-shadow: 0px 2px 2px gray;
    }
    .nav-bar{
        height: 30px;
        width: 100%;
        font-size: 1.1vw;
        background-color: rgb(7, 165, 7);
        font-family: 'Roboto', sans-serif;
    }
    .nav-bar ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .nav-item{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
    }
    .nav-item:hover{
        cursor: pointer;
        background-color: lightgray;
    }
    .create-post{
        height: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;  
        font-size: 1.1vw;
        padding: 0px 10px;
    }
    .write-post{
        height: 300px;
        width: 100%;
        background-color: lightgray;      
    }
    .write-post p{
        color:rgba(0, 0, 0, 0.786) ;
        font-size: 1.1vw;
        height: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .footer{
        height: 40px;
        width: 100%;
    }
    .footer ul{
        height: 95%;
        display: flex;
        width: 100%;
        border: 1px solid white;
        border-top: none;
        background-color: green;
    }
    .footer .footer-item{
        height: 100%;
        font-size: 1.1vw;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        
    }
    .footer .footer-item:hover{
       cursor: pointer;
    }
}


/* Medai quary for largest screen */
@media (min-width:1800px)
{
    .container{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .video-profile {
        width: 10%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
        border-left: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 130px;
        width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 20px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 10px;
    }

    .menu {
        width: 100%;
        height: 100%;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        border: 1px solid rgb(148, 138, 138);
    }

    .menu-list ul .item:hover {
        border: 1px solid gray;
        cursor: pointer;
        color: blue;
    }
    .logo-place {
        height: 10%;
        margin-top: 50px;
        width: 180px;
    }
    .logo-place img {
        height: 80px;
        width: 180px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }



/* CSS for post part */
    .post-part{
        height: 100vh;
        width: 35%;
        padding-top: 40px;
        font-family: 'Roboto', sans-serif;
        /* background-color: cyan; */
    }
    .user-post{
        width: 90%;
        height: 50%;
        margin: 0 auto;
        box-shadow: 0px 2px 2px gray;
    }
    .nav-bar{
        height: 30px;
        width: 100%;
        font-size: 10px;
        background-color: rgb(7, 165, 7);
        font-family: 'Roboto', sans-serif;
    }
    .nav-bar ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .nav-item{
        height: 100%;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
    }
    .nav-item:hover{
        cursor: pointer;
        background-color: lightgray;
    }
    .create-post{
        height: 30px;
        width: 100px;
        background-color: lightgray;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 10px;
        border-bottom: 2px solid gray;
    }
    .write-post{
        height: 300px;
        width: 100%;
        background-color: lightgray;      
    }
    .write-post p{
        color:rgba(0, 0, 0, 0.786) ;
        font-size: 10px;
        height: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .footer{
        height: 40px;
        width: 100%;
    }
    .footer ul{
        height: 95%;
        display: flex;
        width: 100%;
    }
    .footer .footer-item{
        height: 100%;
        font-size: 10px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footer-item:hover{
        background-color: lightgray;
        cursor: pointer;
    } 
}