#mw-page-container-tv {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mw-tv-section {
  height: 480px;
  width: 100%;
  background-color: #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SplideWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.mw-tv-section-container {
  width: 1200px;
  height: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.mw-tv-section-info {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mw-tv-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 23px 0 40px;
}
.mw-tv-section-title figure img {
  width: 30px;
  height: auto;
}

.mw-tv-section-title-mobile {
  display: none;
}

.mw-tv-title {
  font-family: "NunitoSans-Black", sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.mw-tv-title span {
  font-family: "NunitoSans-Regular", sans-serif;
}

.mw-tv-info-title {
  display: flex;
  flex-direction: column;
}

.mw-tv-info-title h3 {
  font-family: "NunitoSans-SemiBold", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.mw-tv-info-title h2 {
  font-family: "NunitoSans-Black", sans-serif;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}

.mw-tv-info-title p {
  font-family: "NunitoSans-Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

.mw-tv-social-medias {
  display: flex;
  gap: 10px;
}

.mw-tv-media-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.channel-redirect {
  width: 282px;
  height: 210px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  padding-top: 40px;
  gap: 35px;
}

.mw-tv-media-btn:hover {
  scale: 1.1;
  filter: brightness(0.85);
}

#mw-next-channel {
  height: 45px;
  visibility: hidden;
  width: 280px;
  background: #00529e;
  color: #fff;
  border-radius: 23px;
  border: none;
  outline: none;
  font-family: "NunitoSans-Black", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 30px;
}

.mw-tv-section-tv {
  height: 100%;
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: center;
}

.mw-tv-player {
  border-radius: 20px;
  background-color: #111;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 3px 1px 16px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 1px 16px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 1px 16px 6px rgba(0, 0, 0, 0.75);
}

.mw-tv-player:hover{
  transition: 0.3s;
    transform: scale(1.01);
    
}

.mw-tv-channel-carousel {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  gap: 30px;
}

.mw-tv-carousel-channel {
  width: 282px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0 20px;
}

.mw-tv-carousel-channel > img {
  max-width: 200%;
  max-height: 180px;

}

.mw-tv-carousel-library {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  align-items: center;
  justify-content: center;
}

.mw-tv-carousel-library::-webkit-scrollbar {
  display: none;
}

.mw-library-inner {
  height: 100%;
  width: 100%;
  display: flex;
  cursor: grab;
}

.mw-tv-carousel-next {
  height: 100%;
  width: 45px;
}

.mw-tv-next {
  height: 100%;
  width: 100%;
  cursor: pointer;
  border: none;
  background-color: inherit;
  outline: none;
}

.mw-tv-carousel-video {
  width: 282px;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #444;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.mw-tv-carousel-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

.mw-video-thumb {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  /*filter: brightness(50%);*/
  padding: 27px;
  cursor: pointer;
}

.mw-play-btn,
.mw-video-title {
  z-index: 4;
}

.mw-tv-carousel-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.mw-tv-carousel-video img {
  height: 100%;
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 2; */
  object-fit: cover;
}

.mw-tv-carousel-video:hover{
  transition: 0.3s;
  filter: brightness(110%);
  transform: scale(1.01);

}
.mw-play-btn {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.mw-video-title {
  font-family: "NunitoSans-Black", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}

main .main-title {
  width: 1200px;
  margin-top: 50px;
  font-size: 26px;
  font-family: "NunitoSans-SemiBold", sans-serif;
  color:#4A4A4A;
}

.splide__list {
  width: 100%;
  gap: 5px;
}

.splide__list li.channel-redirect {
  background-color: #fff;
  border-radius: 15px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main li.channel-redirect a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: "NunitoSans-Black", sans-serif;
}

main li.channel-redirect a:nth-child(2) img {
  width: 45px;
  margin-right: 10px;
}

main li.channel-redirect a:nth-child(2) div {
  display: flex;
  flex-direction: column;
}

main li.channel-redirect a:nth-child(2) div strong {
  font-size: 1rem;
}

main li.channel-redirect a:nth-child(2) div small {
  color: var(--lightGray);
  font-size: 0.8rem;
}

.mw-tv-carousel-library .splide__track {
  height: 100%;
  padding: 0 !important;
  color: #707070;
}

.mw-tv-channel-carousel .splide__arrow {
  background-color: #fff;
  width: 30px;
  padding: 6px;
  height: 30px;
  opacity: 1;
}

.mw-tv-channel-carousel .splide__arrow--prev {
  left: 17em;
}

.mw-tv-channel-carousel .splide__arrow--next {
  right: -1.3em;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  filter: invert(46%) sepia(1%) saturate(0%) hue-rotate(321deg) brightness(93%)
    contrast(85%);
}

/*RESPONSIVITY*/

@media (max-width: 1100px) {
  .mw-library-inner {
    width: 100%;
  }

  .mw-tv-channel-carousel {
    height: 200px;
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    position: relative;
  }

  .mw-tv-channel-carousel .splide__arrows {
    top: 50% !important;
    width: unset;
    position: unset;
  }

  .mw-tv-carousel-channel {
    width: 400px;
  }

  .mw-tv-channel-carousel .splide__arrow--prev {
    left: 19em;
  }

  .mw-tv-channel-carousel .splide__arrow--next {
    right: 0.5em;
  }

  .mw-tv-carousel-channel {
    margin-right: 5px;
  }

  main .main-title {
    text-align: center;
    width: 100%;
  }
}


@media (max-width: 870px) {
  .mw-tv-carousel-video {
    width: 240px;
  }

  .mw-tv-channel-carousel .splide__arrow--prev {
    left: 16em;
  }

  .mw-tv-channel-carousel .splide__arrow--next {
    right: 3em;
  }

  .mw-tv-channel-carousel {
    width: 580px;
  }
}

@media (max-width: 780px) {
  #mw-tv-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .tv-grid {
    display: flex;
  }

  .mw-tv-carousel-video {
    width: 240px !important;
  }

  .mw-tv-carousel-channel {
    width: 240px !important;
  }

  .mw-tv-section-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 30px;
  }

  .mw-tv-section-info {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 3;
    gap: 30px;
  }

  .mw-tv-info-title p,
  h2,
  h3 {
    text-align: center;
  }

  .mw-tv-section-title {
    display: none;
  }

  .mw-tv-section-title-mobile {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .mw-tv-section-title-mobile figure img {
    width: 30px;
    height: auto;
  }

  .mw-tv-section-tv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
  }

  .mw-tv-h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .mw-tv-player {
    height: 400px;
    max-width: 550px;
  }
}

@media (max-width: 475px) {
  .mw-tv-info-title p,
  h2,
  h3 {
    text-align: left;
  }

  .SplideWrapper {
    gap: 20px;
  }

  .mw-library-inner {
    width: 90%;
  }

  .mw-tv-section-info {
    align-items: flex-start;
  }

  .mw-tv-channel-carousel {
    gap: 20px;
    padding: 0 10px 35px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 340px;
    border-bottom: 0.1em solid #8080805e;
  }

  .mw-video-title {
    font-size: 10px;
    line-height: 12px;
  }

  .mw-tv-carousel-video {
    height: 100%;
    width: 100%;
  }

  .mw-tv-carousel-channel {
    height: 100%;
    width: 100%;
    background-color: unset;
    padding-bottom: 20px;
  }

  .mw-tv-carousel-channel > img {
    width: auto;
    height: 100px;
  }

  .mw-tv-player {
    height: 300px;
    max-width: 100%;
  }

  .mw-tv-channel-carousel .splide__arrow--prev {
    left: 0.5em;
    top: 17em;
  }

  .mw-tv-channel-carousel .splide__arrow--next {
    right: 0.2em;
    top: 17em;
  }
}
