.card {
  margin-bottom: 20px;
}
.card iframe {
  height: 250px;
}

/* styles.css */
#youtube-logo-container {
  margin-left: 75px;
}

#youtube-logo {
  width: 100px;
}

#search-bar {
  justify-self: center;
  width: 38vw;
  margin-top: 15px;
  height: 25px;
  padding: 2px;
  padding-left: 5px;
}

#icon-container {
  color: gray;
  margin-top: 15px;
  cursor: pointer;
  justify-self: flex-end;
  margin-right: 5px;
}

.fas {
  font-size: 20px;
}

#app-icon {
  transform: translateY(5px);
  font-size: 20px;
}

#side-bar-section {
  margin-left: 0;
  position: fixed;
  left: 0%;
  width: 250px;
  float: left;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}

#side-bar-section > div {
  margin-bottom: 30px;
}

.side-bar {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
  width: 250px;
  box-sizing: border-box;
}

.side-bar > li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 230px;
  padding-left: 20px;
  height: 25px;
}

#active-title {
  background: rgba(188, 195, 204, 0.5);
  height: 40px;
  display: flex;
  margin-bottom: 20px;
  left: 0%;
  align-items: center;
}

.material-icons {
  color: rgb(99, 95, 94);
}

#home-icon {
  color: red;
}

.side-bar-titles {
  text-decoration: none;
  color: rgb(53, 50, 49);
  font-size: 15px;
  position: absolute;
  top: 5%;
  left: 35%;
}

.active {
  position: absolute;
  top: auto;
  left: 35%;
  font-weight: bold;
}

.fa-clock,
.fa-thumbs-up {
  color: rgb(99, 95, 94);
}

.side-bar-heading {
  color: rgb(99, 95, 94);
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
}

.channel-dp-container-1 {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  justify-self: flex-start;
}

.channel-dp-1 {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

#video-section {
  margin: 20px 5px 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 255px;
  margin-top: 60px;
  padding-top: 20px;
}

.video-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.images {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.video-description {
  display: flex;
  flex-direction: row;
}

.channel-dp-container-2 {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  justify-self: flex-start;
}

.channel-dp-2 {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-details {
  width: 200px;
  margin-top: 3px;
  margin-left: 10px;
  justify-self: flex-end;
}

.video-title {
  font-weight: bold;
  text-decoration: none;
  color: black;
  margin-bottom: 5px;
}
.video-title:hover {
  color: #70A548;
}

.channel-name {
  color: black;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

.channel-name:hover {
  color: #70A548;
}

.views {
  color: black;
  text-decoration: none;
}
.views:hover {
  color: #70A548;
}

.fa-circle {
  color: black;
  font-size: 2px;
  transform: translateY(-3px);
}

.time {
  text-decoration: none;
  color: black;
}
.time:hover {
  color: #70A548;
}

footer p {
  text-align: right;
  color: rgb(99, 95, 94);
  margin-right: 20px;
}

@media all and (max-width: 255px) {
  .video-description {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 300px) {
  #search-bar {
    order: 1;
    flex: 1 1 100%;
    justify-self: center;
  }
}
@media all and (max-width: 315px) {
  .images {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  #side-bar-section {
    display: none;
  }
  #video-section {
    margin-left: 0;
  }
  #youtube-logo-container {
    margin-left: 0;
  }
}
#show-more {
  width: 10%;
  border: 2px solid black;
}
@media screen and (max-width: 1199.8px) {
  #show-more {
    width: 12% !important;
  }
}
@media screen and (max-width: 991.8px) {
  #show-more {
    width: 15% !important;
  }
}
@media screen and (max-width: 767.8px) {
  #show-more {
    width: 20% !important;
  }
}
@media screen and (max-width: 536.8px) {
  #show-more {
    width: 22% !important;
  }
}
@media screen and (max-width: 488.8px) {
  #show-more {
    width: 25% !important;
  }
}
@media screen and (max-width: 429.8px) {
  #show-more {
    width: 28% !important;
  }
}
@media screen and (max-width: 383.8px) {
  #show-more {
    width: 34% !important;
  }
}
@media screen and (max-width: 316.8px) {
  #show-more {
    width: 36% !important;
  }
}
#show-more:hover {
  background-color: black;
  border-color: black;
}

#show-less {
  width: 10%;
  border: 2px solid black;
}
@media screen and (max-width: 1199.8px) {
  #show-less {
    width: 12% !important;
  }
}
@media screen and (max-width: 991.8px) {
  #show-less {
    width: 15% !important;
  }
}
@media screen and (max-width: 767.8px) {
  #show-less {
    width: 20% !important;
  }
}
@media screen and (max-width: 536.8px) {
  #show-less {
    width: 22% !important;
  }
}
@media screen and (max-width: 488.8px) {
  #show-less {
    width: 25% !important;
  }
}
@media screen and (max-width: 429.8px) {
  #show-less {
    width: 28% !important;
  }
}
@media screen and (max-width: 383.8px) {
  #show-less {
    width: 34% !important;
  }
}
@media screen and (max-width: 316.8px) {
  #show-less {
    width: 36% !important;
  }
}
#show-less:hover {
  background-color: black;
  border-color: black;
}

.nav-pills {
  border-bottom: 1px solid #dee2e6;
}

.nav-pills .nav-item {
  margin-right: 2px;
  margin-top: 2px;
}

.nav-pills .nav-link.active {
  background-color: #70A548 !important;
}

.nav-pills .nav-link {
  background-color: #CCCCCC;
  color: black;
  border-radius: 0.25rem !important;
}
.nav-pills .nav-link:hover {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCCCCC;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #e9e591;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #e9e591;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.col-sm-6 p {
  font-weight: bold;
  background-color: #CCCCCC;
  color: black;
  font-size: 15px;
}

.col-sm-6 a .icon {
  font-weight: bold;
  background-color: #282828;
  color: #CCCCCC;
  font-size: 15px;
  text-align: right;
  height: 30px;
}

.gallery_container .col-sm-6,
.video-container .col-sm-6 {
  margin: 10px 0;
}

.video-container {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.video-container .img-overlay {
  position: relative;
  display: inline-block;
}
.video-container .img-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 115, 123, 0.55);
  mix-blend-mode: multiply;
  border-radius: 8px;
}

.video-container img + img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  z-index: 9;
}

a.lightbox .lightbox-icon {
  top: 50%;
  left: 50%;
  margin-top: 7px;
  margin-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 15px;
  pointer-events: none;
  z-index: 9;
  transition: 0.4s;
}

a.lightbox {
  position: relative;
}
a.lightbox .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.gallery_container a.lightbox:hover:before {
  opacity: 1;
}

a.lightbox:hover .plus-icon {
  color: #fff;
  opacity: 1;
}

a.lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(69, 68, 68, 0.9);
  content: "";
  transition: 0.4s;
}

a:hover:after {
  opacity: 1;
}/*# sourceMappingURL=youtube.css.map */