* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
  margin: 0px;
  padding: 0px;
}
#nav_Bar {
  margin-top: -50px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.973);
  display: flex;
  gap: 20px;
  padding: 5px;
  box-sizing: border-box;
  justify-content: baseline;
  align-items: center;
}

.meanu_icon {
  width: 3%;
  margin-left: 10px;
}
.meanu_icon > i {
  font-size: 20px;
}
.youtube_Logo {
  width: 27%;
}
.youtube_img_div {
  width: 38%;
  text-align: left;
}
.youtube_img_div > a > img {
  width: 65%;
}

.search_Input_Div {
  display: flex;
  width: 38%;
}

.search_input_child_div {
  width: 90%;
  border: 1px solid rgb(160, 160, 160);
  height: 56%;
}
input {
  border: transparent;
  font-size: 16px;
  padding: 6px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  font-size: 16px;
}
.search_btn {
  background-color: #f9f9f9;
  width: 51px;
  padding: 7px;
  border: 1px solid rgb(94, 94, 94);
  cursor: pointer;
}
.mic_icon {
  margin-right: 30px;
  margin-left: 10px;
}
.mic_icon_btn {
  background-color: #f9f9f9;
  border-radius: 100%;
  border: none;
  width: 37px;
  height: 37px;
}
.mic_icon_btn > i {
  width: 10px;
  font-size: 14px;
}

.same_icon {
  margin-left: 8%;
}
.same_icon > i {
  margin-left: 30px;
  font-size: 18px;
  color: rgb(104, 104, 104);
}

.google_email {
  margin-left: 2%;
  width: 3%;
  height: 40px;
}

.firest_lettter {
  width: 80%;
  height: 35px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  border: none;
  color: white;
  text-align: center;
 
}
.firest_lettter > img{
  width: 100%;
}

#silder_meanu {
  /* display: none; */
  width: 70px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  text-align: center;
  top: 50px;
}

.silder_meanu_small > a {
  text-decoration: none;
  color: black;
}
.silder_div_icon {
  margin-top: 25px;
}

.silder_div_icon > i {
  font-size: 25px;
  margin-top: 19px;
}
.silder_div_icon > p {
  margin: 8px;
  padding: 0;
}

#main_Videos_Show {
  width: 90%;
  padding: 0px 15px 15px 15px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 26%);
}
.videos_Div {
  cursor: pointer;
  margin-left: 15px;
  margin-top: 60px;
}

.videos_thubmail_div {
  width: 100%;
}
.videos_thubmail_div > img {
  width: 100%;
}

.videos_first_div {
  display: flex;
  padding: 1px;
  box-sizing: border-box;
  gap: 10px;
  align-items: center;
}

.channel_first_img {
  width: 38px;
  height: 37px;
}
.channel_first_img > img {
  width: 100%;
  height: 90%;
  border-radius: 50%;
}

.video_channel_name {
  width: 73%;
  margin: auto;
  text-align: left;
  margin-top: -10px;
}

.video_channel_name > p {
  font-size: 15px;
  line-height: 22px;

  color: #414141;
  font-family: sans-serif;
}

.channel_Second_div {
  width: 100%;
}
.text_title_text {
  margin: auto;
  width: 98%;
  font-size: 0.8rem;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.text_title_text > h3 {
  overflow: hidden;
  width: 95%;
  height: 40px;
  text-overflow: ellipsis;
}
.title_three_dots > i {
  margin-left: -10px;
}

#main_Videos_Show > :nth-child(1),
#main_Videos_Show > :nth-child(2),
#main_Videos_Show > :nth-child(3),
#main_Videos_Show > :nth-child(4) {
  margin-top: 40px;
}
