.d-fle{
    display: flex;
    justify-content: space-evenly;
}
.nav{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.searchBox{
    height: 50px;
    width: 560px;
    background-color: white;
    display: flex;
    justify-content: end;
    align-items: center;
}
.navIcons{
    height: 50px;
    width: 120px;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 20px;
}
.searchInput{
    border-radius: 15px 0px 0px 15px;
    border: none;
    width: 350px;
}
.innerSearch{
    border-radius: 15px 15px 15px 15px;
    height: 30px;
    width: 380px;
    border: 1px solid black;
    display: flex;
    justify-content: end;
}
.searchIcon{
    border-radius: 0px 15px 15px 0px;
    height: 30x;
    width: 40px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videos{
    border: 1px solid black;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.channelimage{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.divTwo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.div1{
    margin-top: 5%;
    border: 1px solid black;
}
.div1 h5{
    /* font-weight: 700; */
    font-size: 15px;
    color: rgb(88, 90, 90);
}
.fixed{
    width: 300px;
    height: 500px;
    background-color: black;
}
/* .main{
    display: flex;
} */