.video-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    padding-left: 5px;
    row-gap: 40px;
}
.contain:hover{
    background-color: rgb(207, 207, 207);
    border-radius: 10px;
}
.videoimg{
    position: relative;
    cursor: pointer;
}
.videotime{
    position: absolute;
    color: white;
    background-color: black;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    bottom: 9px;
    right: 5px;
    border-radius: 5px;
}
.thumbnail{
    width: 100%;
    border-radius: 5px;
}
.videotitle{
    font-weight: bold;
    font-size: 14px;
    margin:5px 0px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.channel-pc{
    width: 40px;
    border-radius: 40px;
    cursor: pointer;
    vertical-align: top;
}
.info{
    margin-top:10px;
    display: grid;
    grid-template-columns: 50px 1fr ;
}
.header{
    z-index: 100;
    height: 70px;
    width:100%;
    justify-content: space-between;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: fixed;
    border-bottom-style: solid;
    border-bottom-width:1px ;
    border-bottom-color:lightgray ;
}
.left-section{
    display: flex;
    align-items: center;
    margin-right: 5%;
}
.right-section{
    width: 180px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content:flex-end;
    margin-right: 0.05%;
    flex-shrink: 0;
}
.middle-section{
    flex: 1;
    margin-left: 5%;
    margin-right: 35px;
    max-width: 650px;
    display: flex;
    align-items: center;
}
.ham-men{
    height: 24px;
    margin-left: 24px;
    margin-right: 24px;
    border: none;
    border-color: white;
    background-color: white;
}
.youtube-logo{
    height: 20px;
}
.searchbar{
    width: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding-left: 20px;
    height: 36px;
    flex: 1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(180, 180, 180);
    font-size: 16px;
    box-shadow: inset 1px 2px 2px rgb(104, 103, 103);

}
.searchbar::placeholder{
    color: rgb(114, 114, 114);
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.seacrh-button{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    width: 52px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(180, 180, 180);
    box-shadow: inset 1px 2px 2px rgb(104, 103, 103);
    position: relative;
    cursor: pointer;
}
.search-icon{
    border-radius: 30px;
    height: 25px;
    display: flex;
    max-width: 100px;
    align-items: center;
    border-width: 1px;
    border-style: solid;
}
.voice-button{
    height: 30px;
    width: 30px;
    background-color: white;
    border:none;

}
.voiceicon{
    margin-left: 4px;
    background-color: rgb(219, 219, 219);
    height: 31px;
    border-radius: 40px;
    cursor: pointer;
}
.user{
    height: 30px;
    width: 30px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5%;
    margin-right: 30px;
    margin-left: 15px;
}
.notification{
    height: 40px;
    width: 30px;
    margin-right: 5%;
}
.notify{ 
    position: relative;
}
.nnoofnoti{
    position: absolute;
    top: -1px;
    right:-8px;
    height: 18px;
    padding: 1px 5px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: red;
    border-radius: 30px;
}
.uplode{
    height: 30px;
    width: 30px;
    margin-right: 5%;
}
.more-app{
    height: 30px;
    margin-right: 5%;
    width: 30px;
}
body{
    height: 3000px;
    margin-top: 70px;
    padding-top: 10px;
    padding-left: 74px;
    padding-right: 24px;
    background-color: rgb(243, 242, 242);
}
.left-menue{
    width: 72px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    position: fixed;
    top:65px;
    left: 0;
    bottom: 0;
    z-index:200;
    padding-top: 5px;
    padding-right: 10px;
}
.videoauthor,
.videostats{
    color: gray;
    margin-top :0px;
    margin-bottom:5px;
    cursor: pointer;
}
.icns:hover{
    background-color: rgb(235, 235, 235);
}
.icns img{
    height: 27px;
    width: 30px;
    bottom: 0;
    cursor: pointer;
    top: 2px;
    margin-bottom: 4px;
}
.icns{
    height: 74px;
    width: 80px;
    display: flex;
    padding-left: 7px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.icns div{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;

}
.tooltip{
    position: absolute;
    background-color: gray;
    color: white;
    padding:4px 8px;
    border-radius: 2px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 5;
    pointer-events: none;
    white-space: nowrap;
}
.seacrh-button:hover .tooltip{
    opacity: 1;
}