* {
    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 {
    color: black;
    text-decoration: none;
}

@media (min-width:1200px) {
    .video-profile {
        width: 25%;
        height: auto;
        padding-top: 40px;
        border-right: 0.5px solid rgba(211, 211, 211, 0.632);
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 29%;
        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: 27px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

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

    .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: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

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

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

    .logo-place img {
        height: 70px;
    }

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

    .item span {
        padding: 0 10px;
    }

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

    /* CSS for blog */

    .blog-part {
        width: 100%;
        height: auto;
    }

    .nav-bar {
        width: 100%;
        height: 43px;
        display: flex;
        align-items: center;
        padding-left: 70px;
        margin-top: 30px;
        border-bottom: 0.5px solid rgb(137, 130, 130);
    }

    .nav-bar input {
        height: 90%;
        border-radius: 43px;
        border: none;
        background: #d3d3d399;
        padding-left: 38px;
        font-size: 15px;
        font-family: 'Roboto Flex', sans-serif;
    }

    .nav-bar span {
        color: gray;
        position: relative;
        left: 35px;
    }

    .write-blog {
        width: 80%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding-right: 50px;
        color: rgba(0, 0, 0, 0.577);
        font-family: 'Roboto Flex', sans-serif;
    }
    
    .write-blog .blog-wr:hover{
       cursor: pointer;

    }

    .nav-2 {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 1020px;
        margin-top: 20px;
        justify-content: center;
    }

    .nav-2 ul {
        width: 80%;
        display: flex;
        overflow-x: scroll;
        height: 45px;
    }

    .blog-topic {
        min-width: 150px;
        font-family: 'Roboto Flex', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0000009e;
        font-size: 14px;
    }

    .blog-topic:hover {
        cursor: pointer;
    }

    /* CSS for content */
    .content {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background-color: #d3d3d329;
        padding-top: 70px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content .ethical-hack {
        width: 83%;
        height: 200px;
        display: flex;
        margin-top: 20px;
    }

    .ethical-hack .body-part {
        padding: 10px 0px 10px 10px;
        width: 80%;
        height: 100%;
        background-color: white;

    }

    .ethical-hack .image-part {
        width: 20%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
    }

    .image-part img {
        height: 95px;
        width: 125px;
        margin: auto auto;
    }

    .write {
        height: 30px;
        width: 100%;
        font-family: 'Roboto Flex', sans-serif;
        display: flex;
        align-items: center;
        color: #000000b5;
        font-size: 16px;
    }

    .write p {
        margin: 0 8px;
    }

    .write .date {
        color: rgba(0, 0, 0, 0.51);

    }

    .head {
        width: 100%;
        height: 40px;
        font-size: 18px;
        font-family: 'Roboto Flex', sans-serif;
        font-weight: bold;
        display: flex;
        align-items: center;

    }

    .body-part .para {
        height: 80px;
        width: 100%;
        text-align: justify;
        font-size: 16px;
        line-height: 20px;
        color: #000000c9;
    }

    .footer-body {
        height: 30px;
        width: 100%;
        display: flex;
    }

    .category {
        width: 20%;
        padding: 0px 10px;
        height: 100%;
        background-color: #f2e0e0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto Flex', sans-serif;
        border-radius: 40px;
        font-size: 14px;
    }

    .fav {
        width: 80%;
        display: flex;
        justify-content: right;
    }

    .fav ul {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .fav ul li {
        margin: 0px 10px;
        color: #0000007a;
    }

    .fav ul li:hover {
        color: black;
        cursor: pointer;
    }
}