* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    border-radius: 0px;
}

.css-chat {
    width: 100%;
    height: 100vh;
    border-radius: 20px;

}

#unordered li {
    background-color: rgb(247, 251, 0);
    margin-top: 10%;
    border-radius: 50px;
    padding: 12px;
    border-bottom-left-radius: 0;

}

.home {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px;

}

#comment-box {
    border-bottom: 2px solid #000;
    border-radius: 5px;
    width: 35%;
}

.cbx {
    background-color: rgb(249, 252, 255);
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
    width: 75%;
    height: 5vh;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 25px;
    justify-content: space-evenly;

}

#post {
    box-shadow: 0 0.5px 20px rgba(0, 0, 0, 0.282);
    background-color: rgb(0, 252, 189);
    color: #fff;
    padding: 10px;
    border-radius: 20px;

animation: bcc 3s infinite;
}

@keyframes bcc{
    0%{
        background-color: red;
    }
    10%{
        background-color: rgb(255, 183, 0);

    }
    60%{
        background-color: rgb(34, 0, 255);
    }
    90%{
        background-color:rgb(0, 252, 189);
    }
    100%{
        background-color: red;
    }
}


.left {
    width: 45%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;

    /* border: 2px solid red; */
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);

}

#unordered {
    width: 45%;
    height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;

    overflow-y: auto;
    justify-content: center;
    flex-direction: column;
    line-height: 40px;
    background-color: rgb(249, 252, 255);
    padding: 10px;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
}

.right ::-webkit-scrollbar {
    background-color: rgb(250, 250, 250);
}

.right ::-webkit-scrollbar-thumb {
    background-color: blue;
    width: 25px;
    border-radius: 20px;
}

.right {
    width: 45%;
    height: 70vh;
    display: flex;
    border-radius: 20px;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
}

.right h4 {
    font-size: 30px;
    line-height: 55px;
    /* border-radius: 20px; */

    word-wrap: break-word;
    word-break: break-all;
}

.nav {
    width: 100%;
    height: 16vh;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
    display: flex;
    align-items: center;
    border-radius: 20px;

    justify-content: space-evenly;
    padding: 15px;

}

.navbar-con {
    width: 80%;
    height: 100%;
    display: flex;
    border-radius: 20px;

    align-items: center;
    justify-content: space-between;


}

.menu {
    position: relative;
    width: 6%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;

    transition: all 5s ease-in-out;


}

.menu li {
    left: 0;
    position: absolute;
    transition: 0.5s;
    list-style: none;
    transform-origin: 65px;
    border-radius: 20px;

    left: -15%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    transition-delay: calc(0.1s * var(--i));
    transform: rotate(0deg) translateY(-25px) translateX(50px);

}

.menu.active li {
    transform: rotate(calc(360deg / 8 * var(--i)));

}


.menu #toogle {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgb(0, 252, 189);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 5em;
    cursor: pointer;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);

    z-index: 10000;
    transition: all 5s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
}

#toogle i {
    font-size: 25px;
    cursor: pointer;
}

.menu.active #toogle {
    transform: rotate(315deg);
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
    transform: rotate(315deg);
    transition: all 5s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
}

.menu.active .menu-leg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 5%;
    border-radius: 50%;
    height: 6%;
    padding: 10px;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    /* box-shadow: 0 0.5px 20px rgb(0, 252, 189); */
}



li a {
    color: #fff;
    width: 30px;
    font-size: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    background-color: rgb(0, 252, 189);
    transform: rotate(calc(360deg / -8 * var(--i)));
    box-shadow: 0 0.5px 10px rgba(7, 181, 138, 0.486);
    text-decoration: none;

}

.fa-comments {
    font-size: 50px;
    color: rgb(0, 252, 189);
}

li a:hover {
    color: #fff;
    background-color: rgb(0, 81, 255);
    transition: all 0.75s;
}

li a:nth-child(5) {
    color: rgb(0, 252, 189);
    background-color: #000;
}

.active li {
    margin-left: -50px;
    margin-bottom: -15px;
}

.menu li {
    margin-bottom: -15px;
    margin-left: -30px;
}

@media only screen and (max-width : 700px) {


    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        outline: none;
        border: none;
        font-size: 15px;
        letter-spacing: 2px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 600;
        border-radius: 20px;
    }


    .css-chat {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    #unordered li {
        background-color: rgb(0, 234, 251);
        margin-top: 10%;
        border-radius: 50px;
        padding: 12px;
        border-bottom-left-radius: 0;

    }

    .home {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    #comment-box {
        border-bottom: 2px solid #000;
        border-radius: 5px;
        width: 100%;
    }

    .cbx {
        background-color: rgb(249, 252, 255);
        box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;

    }

    #post {
        box-shadow: 0 0.5px 20px rgba(0, 0, 0, 0.282);
        background-color: rgb(0, 252, 189);
        color: #fff;
        padding: 10px;
        margin-left: 10%;
    }

    .left {
        width: 95%;
        height: 10vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;

        position: fixed;
    }

    #unordered {
        width: 98%;
        height: 90vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        overflow-y: auto;
        justify-content: center;
        flex-direction: column;
        line-height: 40px;
        background-color: rgb(249, 252, 255);
        padding: 10px;
    }

    .right ::-webkit-scrollbar {
        background-color: rgb(250, 250, 250);
    }

    .right ::-webkit-scrollbar-thumb {
        background-color: blue;
        width: 25px;
        border-radius: 20px;
    }

    .right {
        width: 95%;
        height: 75vh;
        z-index: -1000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        border-top: none;
        top: 14%;
        border-radius: 0;
    }

    .right h4 {
        font-size: 30px;
        line-height: 55px;
        display: none;
    }

    .nav {
        width: 95%;
        height: 16vh;
        box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: fixed;
        background-color:#fff ;
        z-index: 10000;
        top: 0;

    }

    .navbar-con {
        width: 80%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 10000;
        background-color: white;

    }

    .menu {
        position: relative;
        width: 6%;
        height: 8vh;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 5s ease-in-out;


    }

    .menu li {
        left: 0;
        position: absolute;
        transition: 0.5s;
        list-style: none;
        transform-origin: 65px;
        left: -15%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        transition-delay: calc(0.1s * var(--i));
        transform: rotate(0deg) translateY(-25px) translateX(50px);

    }

    .menu.active li {
        transform: rotate(calc(360deg / 8 * var(--i)));

    }


    .menu #toogle {
        position: absolute;
        width: 60px;
        height: 60px;
        background-color: rgb(0, 252, 189);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 5em;
        cursor: pointer;
        box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);

        z-index: 10000;
        transition: all 5s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
    }

    #toogle i {
        font-size: 25px;
        cursor: pointer;
    }

    .menu.active #toogle {
        transform: rotate(315deg);
        box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.282);
        transform: rotate(315deg);
        transition: all 5s cubic-bezier(0.19, 1, 0.22, 1) ease-in-out;
    }

    .active li {
        margin-left: -50px;
        margin-bottom: -15px;
    }

    .menu li {
        margin-left: -50px;
    }

    .menu.active .menu-leg {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -25px;
    }

    .logo {
        width: 5%;
        border-radius: 50%;
        height: 6%;
        padding: 10px;
        height: 70px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;

        box-shadow: none;
    }



    li a {
        color: #fff;
        width: 30px;
        font-size: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 50%;
        background-color: rgb(0, 252, 189);
        transform: rotate(calc(360deg / -8 * var(--i)));
        box-shadow: 0 0.5px 10px rgba(7, 181, 138, 0.486);
        text-decoration: none;

    }

    .fa-comments {
        font-size: 50px;
        color: rgb(0, 252, 189);
    }

    li a:hover {
        color: #fff;
        background-color: rgb(0, 81, 255);
        transition: all 0.75s;
    }

    li a:nth-child(5) {
        color: rgb(0, 252, 189);
        background-color: #000;
    }


}