body {
    font-family: Roboto, sans-serif;
    background-color: #fff;
    margin-top: 0px;
}
.btn-ottfeed {
    padding: .5rem 1rem;
    text-transform: uppercase;
    margin-left: auto !important;
}



.nav-item {
    padding: 0 .5rem
}

footer a {
    text-decoration: none;
    color: var(--bs-gray-500)
}

footer a:hover {
    color: #fff
}

footer li {
    list-style: none;
    padding: .1rem 1.5rem .1rem .1rem
}

footer ul {
    padding: 0
}

.hide {
    display: none
}

.btn-primary:hover {
    background-color: #000!important;
    color: #fff
}

.btn-secondary:hover {
    background-color: #7400ae!important;
    border-color: #7400ae
}

.videoTitle {
    margin: 0;
    padding: 10px;
}

.videoTitle div img {
    border-radius: 14px
}
.videoTitle .ratio {
    margin: 0 0 10px;
}

.videoTitle h2 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0 8px;
    font-weight: 400
}

.videoTitle .text-muted {
    font-size: .9rem;
    margin: 0;
    padding: 0 8px
}

.videoTitle:hover {
    opacity: .7
}

.bg-gray-light {
    background: var(--bs-gray-100)
}



.bg-dim {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAAYsJrPAAAAHUlEQVQYGWNkYGA4A8QEARNBFVAFowrxhhTRwQMAVTUA4PzW3VkAAAAASUVORK5CYII=);
    background-repeat: repeat
}

.bg-gradient1 {
    background: #000;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%)
}


/* Slick Slider */

.sliderVideoTitle {

    font-size: 1rem;
      font-weight: 400;
      margin: 0;
      padding: 0 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  
  .slick-slider img {
    border: 1px solid #353535;
  }

  body {
    background-color: rgb(33, 37, 41) !important;
  }

  .mainColor {
    background-color: rgb(33, 37, 41) !important;
  }

  .site-logo {
    height: 4rem;
}


.navbar>.container {
    justify-content: space-around !important;
}
.navbar h2 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
}

.bg-gradient1 {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 30%) 20%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width:876px) {
.navbar h2 {
    font-size: 1.6rem;
}
}
@media (max-width:776px) {
    .navbar h2 {
        font-size: 1.2rem;
    }
    .site-logo {
        height: 4rem;
    }

}

@media (max-width:576px) {
    .navbar h2 {
        font-size: 0.8rem;
    }
    .site-logo {
        height: 2.6rem;
    }

}
.live-badge {
    margin: 0 10px 0 0;
    background: red;
    color: #fff;
    padding: 0 10px;
    font-size:smaller;
}