@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto:ital,wght@0,300;0,500;0,900;1,400;1,500;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.navbar{
    width: 100%;
    height: 56px;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 999;
}
i{
    font-size:21px;
    color: white;
}

.nav-yt{
    display: flex;
    align-items: center;
}

.nav-bars{
    margin-left: 35px;
    cursor: pointer;
}

.logo-img{
    background-image: url("/YouTube-White-removebg-preview.png");
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 100px;
    cursor: pointer;
}



.in{
    color: gray;
    position: relative;
    bottom: 10px;
    font-size: 10px;
}



.nav-search{
    border: 2px solid #212121;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background:none;
    display: flex;
    align-items: center;
    margin-left: 70px;
}

input{
    width: 460px;
    height: 37px;
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 16px;
    position: relative;

}

.search-icon{
    background-color: #222222;
    width: 70px;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right:50px;
    cursor: pointer;
}

.nav-mic i{
    font-size: 18px;
    position: relative;
    right: 60px;
    background-color: #222222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pro-logo{
    background-image: url("/profile.png");
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-right{
    width:170px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    right: 20px;
    cursor: pointer;
}
.nav-create i{
    font-size: 18px;
}


.left{
    height: 100vh;
    width: 110px;
    background-color: rgb(0, 0, 0);
    position: sticky;
    top:56px;
}


.slider{
        width: 80px;
        height: 100vh;
        background-color: rgb(0, 0, 0);
        display: flex;
        row-gap: 13px;
        align-items: center;
        flex-direction: column;
        padding-top: 20px;
}


.slider-logo1 img{
    width: 30px;
    cursor: pointer;
}
.slider-logo2 img{
    width: 40px;
    cursor: pointer;
}
.slider-logo3 img{
    width: 70px;
    cursor: pointer;
}
.slider-logo4 img{
    width: 45px;
    cursor: pointer;
}
.slider-logo5 img{
    width: 60px;
    cursor: pointer;
}

.nav2 ,span{
    background-color: #222222;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all ease 0.3s;
}
span{
    cursor: pointer;
}

.nav2,span:hover{
    background-color:rgb(55, 54, 54);
}
.right{
    min-height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
}
.main{
    display: flex;
    justify-content: space-evenly;
}
.nav2{
    width: 100%;
    height: 56px;
    position: sticky;
    top:56px ;
    float: right;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-content{
    background-color: rgb(0, 0, 0);
    width: 100%;
    min-height: 360vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0);
}

.container1{
    display: flex;
}

.box{
    height: 180px;
    width: 310px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}

.box-img img{
    background-position: center;
    background-size: cover;
    object-fit: fill;
    width: 310px;
    height: 180px;
    border-radius: 10px;
}

.vdo-info{
    color: white;
    display: flex;
}

.logo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-image: url("/channle-logo3.png");
}

.caption{
    font-size: 16px;
    padding-left: 10px;
}

.channle-name{
    font-size: 14px;
    color: gray;
    padding-left: 50px;
}

.container2{
    display: flex;
    margin-top: 120px;
}
.container3{
    display: flex;
    margin-top: 120px;
}
.container4{
    display: flex;
    margin-top: 120px;
}
.container5{
    display: flex;
    margin-top: 120px;
}
.container6{
    display: flex;
    margin-top: 120px;
}