@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&family=Quicksand:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

body {
    background-color: rgb(44, 41, 41);
}

.container {
    width: 100%;
    font-size: 30px;
}

nav {
    margin-top: 20px;
}

ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.inpt {
    width: 40%;
}

input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 30px;
    width: 90%;
}

button {
    font-size: 15px;
    position: relative;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 10%;
    background-color: grey;
}

i,p {
    color: white;
}

.left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
}

li .right {
    padding: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 20%;
}

.bi-camera-video,
.bi-bell,
.user {
    margin-right: 20px;
}

.user {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: blue;
    border-radius: 50%;
}

.main {
    margin-top: 20px;
    margin-right: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebar {
    background-color: rgb(39, 37, 37);
    width: 8%;
}

.sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sidebar li {
    margin: 20px 5%;
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 20px;
}

.sidebar li:hover {
    padding: 2%;
    background-color: rgb(59, 57, 57);
    border-radius: 5px;
}

.recomendation p {
    color: white;
}

.line {
    width: 100%;
    border-bottom: 1px solid grey;
}


.sidebar p {
    display: none;
}

.sidebar i {
    margin-right: 20px;
}

.sidebar-context {
    display: flex;
    flex-direction: column;
}

.user-activity p {
    color: white;
    font-size: 20px;
    margin-left: 10px;
}

.main-content {
    width: 95%;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    display: grid;
    grid-template-columns: 350px 350px 350px 350px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.active {
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap: 20px;
}

#menuButton:hover {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgb(66, 64, 64);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar-active {
    width: 20%; 
    background-color: rgb(39, 37, 37);
    font-size: 20px;
}

.sidebar-active ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 5%;
    margin-left: 10%;
}

.sidebar-active p {
    display: block;
    color: white;
    margin-left: 10%;

}

.sidebar-active>li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    padding: 100%;

}

.sidebar-active li:hover {
    background-color: rgb(59, 57, 57);
    border-radius: 5px;
}

.item {
    height: 250px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
}

.video-info {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: white;
    margin-top: 2%;
    width: 350px;
    height: 50px;
}

.video-user {
    width: 30px;
    height: 30px;
    background-color: rgb(30, 30, 201);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
}

.user-video-info {
    margin-left: 5%;
}

.user-video-info p {
    color: grey;
}

.user-video-info-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: grey;
}

.user-video-info-data div p {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.video-photo {
    width: 350px;
    height: 220px;
    background-image: url("image/item-photo.jpg");
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:transparent;
    font-size: 30px;
}

.empty {
    width: 20%;
}

.three-dots {
    width: 10px;
    height: 10px;
    float: right;
    font-size: 20px;
}

@media screen and (max-width:600px) {
    .main-content {
        margin-right: 10px;
        margin-left: 10px;
        display: grid;
        grid-template-columns: 350px 350px;
        grid-template-rows: 300px 300px ;
        gap: 30px;
    }

    .active {
        margin-left: 10px;
        margin-right: 10px;
        display: grid;
        grid-template-columns: 350px 350px;
        grid-template-rows: 350px 350pxs;
        gap: 10px;
    }

    .sidebar-active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .sidebar-active p {
        display: block;
        font-size: 15px;
        color: white;
        margin-left: 10%;
    }

    .sidebar-active>li {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
        padding: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}