* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #202020;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* custom scroll bar section */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* End of scrollbar section */

/* Declaring a global Icon variable */
:root {
  --icons: white;
}

.navbar1 {
  width: 100%;
}

.youtube {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 0px 20px;
}

.navbar1 img {
  width: 35px;
  margin: 0px 2px;
}

.ng {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

sup {
  padding: 0 5px;
}

.youtube {
  display: flex;
}

.youtube h3 {
  color: white;
  font-size: 22px;
  letter-spacing: -2px;
}

.youtube h3 sup {
  color: #bbbaba;
  font-size: 10px;
}

.ng i {
  padding-right: 20px;
  font-size: 20px;
  color: var(--icons);
}

.search form input {
  width: 550px;
  height: 40px;
  background-color: #121212;
  border: none;
  padding-inline-start: 5px;
  color: white;
  font-size: 15px;
}

.search {
  display: flex;
}

#search {
  background-color: #313131;
  width: 60px;
  height: 40px;
  text-align: center;
}

#search i {
  padding-top: 10px;
  color: var(--icons);
  font-size: 20px;
}

.microphone {
  width: 40px;
  border-radius: 100%;
  background-color: #181818;
  text-align: center;
  margin-left: 10px;
}

.microphone i {
  padding-top: 10px;
  color: var(--icons);
  font-size: 20px;
}

.profile {
  text-align: center;
}

.profile i {
  padding: 0px 20px;
  color: var(--icons);
  font-size: 20px;
  position: relative;
  bottom: 5px;
}

.profile img {
  width: 35px;
  border-radius: 100%;
  height: 30px;
}

/* End of navbar1 */

/* Beginning of navbar2 */

/* .main {
  display: flex;
} */

.navbar2 {
  height: 100%;
  background-color: #212121;
  width: 17%;
  margin-top: 20px;
  /* overflow-y: scroll; */
  float: left;
}

.underline {
  border-bottom: 1px solid #383838;
  width: 100%;
  margin: 20px 0px;
}

.explore {
  color: #aaaaaa;
}

.menu1 h4 {
  padding: 0 30px;
  color: white;
  padding-bottom: 10px;
  white-space: nowrap;
}

.menu1 ul li a {
  display: block;
  text-decoration: none;
  margin: 0 10px;
  padding: 10px 0px;
  color: white;
  font-size: 17px;
  transition: all ease;
  letter-spacing: -0.5px;
}

.menu1 ul li i {
  padding: 0px 20px;
}

.menu1 ul li a:hover {
  background-color: #383838;
  width: auto;
  /* height: 20px; */
}

span {
  color: #aaaaaa;
}

#red i {
  color: red;
}

#red :nth-child(4) i {
  transform: rotate(-19deg);
}

.batch,
.copyright {
  margin: 0px 25px;
}

.batch a {
  text-decoration: none;
  color: #7a9daa;
  padding: 0px 5px;
  font-size: 14px;
}

.batch2 {
  padding: 10px 0px;
}

.copyright p {
  color: #576671;
  font-size: 12px;
  margin-bottom: 20px;
}

/* End of navbar2 */

/* Beginning of feeds */

.feeds-main-container {
  margin-left: 240px;
  margin-top: 10px;
  /* width: 80%; */
  width: auto;
}

.feeds {
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  overflow-x: auto;
}

.feeds ul {
  display: flex;
  margin: 20px;
}

.feeds ul li {
  list-style: none;
}

.feeds ul li a {
  text-decoration: none;
  margin: 0px 10px;
  padding: 5px 10px;
  background-color: #383838;
  color: white;
  border-radius: 100px;
  white-space: nowrap;
}

.feeds ul li a:hover {
  background-color: #5d5d5d;
}

.videos {
  background-color: #181818;
  height: 100%;
}

.yt-video {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  max-width: 330px;
  padding: 20px;
  margin: 0px 10px;
  display: inline-block;
}

#img {
  display: flex;
  padding-top: 5px;
}

.img-section img {
  width: 40px;
  border-radius: 50px;
}

#img p {
  padding-left: 20px;
  color: white;
  font-weight: 500;
}

.time {
  position: relative;
  left: 60px;
  padding-top: 10px;
}

.time p {
  color: #5d5d5d;
  font-weight: 500;
  font-size: 13px;
}

.fa-certificate {
  color: white;
  padding-left: 5px;
}

.check {
  position: relative;
  right: 16px;
  color: black;
}
