
.canvas-header{
  flex-direction: row-reverse;
}

.offcanvas-body{
  text-align: center;
}


#main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.services {
  text-align: center;
}
.movie-info {
  color: white;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 99;
  padding: 15px;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  
    
}

@media (max-width: 992px) {
  #main {
    background: none;
  }
}

.swiper-container-main {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}



.movie-info span,
.movie-info h2,
.movie-info p {
  margin: 10px 0;
}

.stream-now-btn {
  background-color: #c80020;;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  
}

.stream-now-btn:hover {
  background-color: #ff3333;
}


@media (min-width: 992px) {
  .slider-swiper-main{
    position: sticky;
    left: 55%;
    top: 15%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 40px 50px;
    border-radius: 10px;
    margin-right: 10px;
    }
}


@media (max-width: 992px) {
 .swiper-container {
    width: 100%;
  }
  
  .movie-info p{
      display:none;
  }
}

@media (min-width: 992px) {
  .movie-info {
    width: 50%; 
  }
}

@media (max-width: 992px) {
  .movie-info {
    color: white;
    
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 15px;
    border-radius: 10px;
    
    text-align: center;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 50%; 
  }
  
  .stream-now-btn {
        font-size: 12px;
        padding: 5px 10px;
  }
  
  .swiper-button-prev , .swiper-button-next {
      display:none;
  }
  
  
}


.swiper-pagination-bullet{
      display:none;
  }


@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative; 
    top: auto; 
    bottom: -20px; 
    width: 40px; 
    height: 40px;
    margin: 0 5px; 
    border-radius: 50%; 
    background-color: red;
    color: white; 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10; 
    cursor: pointer; 
  }

  .swiper-button-next {
    right: auto; 
  }

  .swiper-button-prev {
    left: auto; 
  }

  .swiper-container {
    text-align: center; 
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px; 
    color: white; 
    display: block;
  }
  
  .movie-info {
   
    width: 50%;
}
 
  
}



.movie-info.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.movie-genre,
.movie-title,
.movie-description,
.movie-meta,
.stream-now-btn {
    opacity: 0;
    transform: translateX(-10%);
    animation-fill-mode: forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10%);
        opacity: 0;
    }
    50% {
        transform: translateX(5%);
        opacity: 0.8;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.movie-genre.delay-0 {
    animation: slideIn 1.5s ease-in-out 0.2s forwards;
}

.movie-title.delay-1 {
    animation: slideIn 1.8s ease-in-out 0.4s forwards;
}

.movie-description.delay-2 {
    animation: slideIn 2s ease-in-out 0.6s forwards;
}

.movie-meta.delay-3 {
    animation: slideIn 2.2s ease-in-out 0.8s forwards;
}

.stream-now-btn.delay-4 {
    animation: slideIn 2.5s ease-in-out 1s forwards;
}


@media (max-width: 768px) {
  .movie-info {
    font-size: 12px; 
    line-height: 0.2; 
    padding: 10px; 
    max-width: 90%; 
  }

  .movie-info h2 {
    font-size: 12px; 
    margin-bottom: 5px; 
  }

  .movie-info span,
  .movie-info p,
  .movie-info button {
    font-size: 12px; 
    line-height: 0.2; 
  }

  .movie-info button {
    padding:10px; 
    font-size: 10px;
  }
  .slider-swiper-main {
    padding: 10px;
}
  
  
}


@media (min-width: 660px) and (max-width: 992px) {
  .movie-info {
   bottom: 100px;
  }
}
 



.top-movies {
  color: white;
  padding:0 20px;
}

.main-title {
  text-align: center;
  margin: 20px;
}
.swiper-container-top10 {
  width: 100%; 
  max-width: 1800px; 
  margin: 0 auto; 
}
.top10-slider {
  position: relative;
}

.top10-slider img {
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}




.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.movie-info-top10 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: white;
  padding: 10px;
}

.stream-now-btn-top10 , .movie-title-top10 {
  
  color: white;
  padding: 10px;
 
}



.swiper-slide:hover .movie-info-top10 {
  opacity: 1;
  transform: translateY(0);
}

.rank-top10 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 24px;
  background: red;
  color: white;
  padding: 5px 10px;
  border-radius: 50%;
}

.movie-title-top10 {
  margin-top: 5px;
}

.stream-now-btn-top10 {
  background-color: #c80020;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    font-size: 10px;

}

.stream-now-btn-top10:hover {
  background: #ff6347;
}

.swiper-button-prev-top10,
.swiper-button-next-top10 {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* .swiper-button-prev-top10 {
  left: -20px;
} */

.swiper-button-next-top10 {
  right: 0px;
}

@media screen and (max-width: 576px) {
  .swiper-button-prev-top10,
  .swiper-button-next-top10 {
    display: none;
  }

  .movie-info-top10 {
    position: absolute;
    background: transparent;
    opacity: 1;
    transform: none;
  }
}





.swiper-button-prev-top10,
.swiper-button-next-top10 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: white;
}


.swiper-button-prev-top10 {
  border: 1px solid white;
    left: -20px;
}


.swiper-button-next-top10 {
    right: -20px;
    border: 1px solid white;
}


.swiper-button-prev-top10::before,
.swiper-button-next-top10::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 16px;
}


.swiper-button-prev-top10::before {
    content: '\f104'; 
}


.swiper-button-next-top10::before {
    content: '\f105'; 
}




@media (max-width: 576px) {
  .swiper-button-prev-top10 , 
  .swiper-button-next-top10 {
    display: none;
  }
}



@media (min-width: 576px) and (max-width: 992px) {
  .swiper-button-prev-top10 , 
  .swiper-button-next-top10 {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 922px) {
  .swiper-button-prev-top10 ,  
  .swiper-button-next-top10 {
    width: 40px;
    height: 40px; 
  }
}



.swiper-container {
  width: 100%; 
  
  height: auto; 
}




.rank {
  position: absolute;
  bottom: 0px;
  right: 5px;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50%;
  z-index: 10;
  font-size: 4rem;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease; 
  
  line-height: 1; 
}
.swiper-slide:hover .rank {
  animation: bounce-hover 1s ease-in-out; 
}
@keyframes bounce-hover {
  0% {
    transform: translateY(0); 
  }
  50% {
    transform: translateY(-50px); 
  }
  100% {
    transform: translateY(0); 
  }
}

@media (min-width: 922px) {
  .rank {
    font-size: 6rem;
  }
}



.movie-title-top10,
.stream-now-btn-top10 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.swiper-slide:hover .movie-info-top10,
.swiper-slide:hover .movie-title-top10,
.swiper-slide:hover .stream-now-btn-top10 {
  opacity: 1;
  transform: translateY(0);
}






  .stream-now-btn-top10 {
    font-size: inherit; 
  }
@media (max-width: 765px) {
  .movie-title-top10 {
    font-size: inherit; 
  }
}
@media (min-width: 922px) {
  .movie-info-top10 {
    left:-30px;

  }
}


.footer {
  background-color: #121212;
  color: white;
  padding: 2rem 1rem;
  
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.footer-section {
  flex: 1;
  margin: 0 1rem;
  min-width: 200px;
}

.footer-logo {
  font-size: 1.5rem;
  color: #ff4b4b;
  margin-bottom: 1rem;
}

.footer-section h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ff4b4b;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
}

.newsletter-form button {
  padding: 0.5rem 1rem;
  background-color: #ff4b4b;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #e03e3e;
}

.social-icons {
  margin-top: 1rem;
}

.social-icons a {
  color: white;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.social-icons a:hover {
  color: #ff4b4b;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1rem;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-links a {
  color: white;
  margin: 0 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ff4b4b;
}

.footer-apps a img {
  margin: 0 0.5rem;
  display: inline-block;
  width: 100px;
}

.footer-apps a:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}


#Only-on-SineShish {
  padding: 2rem;
  background-color: #121212;
  color: white;
  text-align: center;
}

.slider-container1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.Only-on-SineShish {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.movie {
  flex: 0 0 20%; 
  margin: 0 10px;
  text-align: center;
  position: relative;
}

.movie img {
  width: 100%;
  border-radius: 10px;
}

 
.slider-controls1 {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-button1 {
  background-color: #c60013;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-button1:hover {
  background-color: #e03e3e;
}

 
@media (max-width: 576px) {
  .movie {
    flex: 0 0 50%; 
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .movie {
    flex: 0 0 25%; 
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .movie {
    flex: 0 0 20%; 
  }
}

@media (min-width: 1201px) {
  .movie {
    flex: 0 0 16.66%; 
  }
}




.movie-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.movie-icons i {
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.movie-icons i:hover { 
  color: #ff4b4b;
}

.movie-title {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
}

.movie-duration {
  color: #ccc;
  font-size: 14px;
}
     

 
.hover-slid:hover .movie-overlay {
  opacity: 1;
}

.hover-slid:hover img {
  
  transition: transform 0.8s ease, filter 0.8s ease; 
  filter: brightness(0.8);
}
.hover-slid:hover .rank {
  cursor: pointer; 
  transition: transform 0.8s ease, filter 0.8s ease; 
  filter: brightness(0.8);
}
.hover-slid:hover  {
  cursor: pointer;
}


.slider-controls1 {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-button1 {
  background-color: #c60013;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-button1:hover {
  background-color: #e03e3e;
}


 
@media (max-width: 576px) {
  .movie1 {
    flex: 0 0 50%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .movie1 {
    flex: 0 0 25%; 
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .movie1 {
    flex: 0 0 20%; 
  }
}

@media (min-width: 1201px) {
  .movie1 {
    flex: 0 0 16.66%; 
  }
}


 
.movie2 {
  flex: 0 0 20%;
  margin: 10px;
}

.movie2 img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.movie2:hover img {
  
  filter: brightness(0.7); 
}


.movie2:hover .movie-overlay {
  opacity: 1;
}

.slider-container2 {
  overflow: hidden;
  position: relative;
}

.Upcoming-Movies {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-controls2 {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-button2 {
  background-color: #c60013;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-button2:hover {
  background-color: #e03e3e;
}


 
@media (max-width: 576px) {
  .movie2 {
    flex: 0 0 50%; 
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .movie2 {
    flex: 0 0 25%; 
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .movie2 {
    flex: 0 0 20%; 
  }
}

@media (min-width: 1201px) {
  .movie2 {
    flex: 0 0 16.66%; 
  }
}


.vertical-movies {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
}

.vertical-slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #000; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  height: 60%; 
  width: 320px; 
  overflow: hidden;
  top: 30px;
}



.vertical-slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.vertical-movie {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  text-align: center;
}

.vertical-movie img {
  width: 100%;
  height: auto;
  object-fit: cover;
  
  transition: transform 0.5s ease;
}

.vertical-movie.selected img {
  border-bottom: 5px solid #d10016; 
  transition: border-bottom 0.3s ease;
}

.vertical-movie .movie-info {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%; 
  
  color: white;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: left; 
}

.vertical-movie .movie-info h3 {
  margin: 0;
  font-size: 18px; 
  font-weight: bold;
}

.vertical-movie .movie-info p {
  margin: 5px 0 0 0; 
  font-size: 14px; 
  color: #ccc; 
}

.vertical-slider-button {
  position: absolute;
  background-color: #d10016;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  left: 50%;
  
  z-index: 10;
}





.vertical-slider-button:hover {
  background-color: #e03e3e;
}

#vertical-prev {
  top: 10px;
}

#vertical-next {
  bottom: 6px;
}




@media (max-width: 992px) {
  .vertical-slider-container {
    height: 100vh;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    padding: 10px;
    position: relative; 
  }

  .vertical-slider-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  #vertical-prev {
    top: 10px; 
  }

  #vertical-next {
    bottom: 55px; 
  }
}


.vertical-movies {
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  box-sizing: border-box;
  padding: 20px;
}

.character-slider-section {
  background-color: #000;
  padding: 20px;
  text-align: center;
  color: white;
}

.character-slider-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.character-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}



.character-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.character-item h4 {
  font-size: 16px;
  margin: 5px 0;
}

.character-item p {
  font-size: 14px;
  color: #ccc;
}

.character-slider-button {
  background-color: #c60013;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#character-prev {
  left: 10px;
}

#character-next {
  right: 10px;
}



.popular-movies-section {
  background-color: #000;
  padding: 20px;
  color: white;
}

.slider-container-popular {
  position: relative;
  overflow: hidden;
}

.popular-movies {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

.movie-popular {
  flex: 0 0 250px; 
}

.movie-popular img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.movie-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.movie-popular:hover .movie-overlay {
  opacity: 1;
}

.slider-button-popular {
  position: absolute;
  top: 50%;
  
  background-color: #c60013;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.slider-button-popular:hover {
  background-color: #e03e3e;
}

#prev-popular {
  left: 10px;
}

#next-popular {
  right: 10px;
}




.series-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; 
  height: 100%; 
}

.series-item {
  flex: 0 0 100%; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0; 
  margin: 0; 
  box-sizing: border-box;
}

.series-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%; 
  padding: 20px;
}

.series-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 0; 
}

.series-info {
  margin-top: 20px;
}

.series-ranking {
  background-color: gold;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.series-info h2 {
  font-size: 36px;
  margin: 10px 0;
}

.series-info p {
  font-size: 16px;
  line-height: 1.5;
}

.series-details {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}



.stream-now-btn:hover {
  background-color: #e03e3e;
}

.episodes-sidebar {
  width: 30%; 
  background-color: #111;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
}

.episodes-sidebar h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.season-tabs {
  display: flex;
  gap: 10px;
}

.tab {
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.tab.active {
  background-color: #d10016;
}

.episodes-list {
  margin-top: 20px;
}

.episodes-list.hidden {
  display: none;
}

.episode {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.episode img {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}

.episode h5 {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.episode p {
  font-size: 14px;
  color: #ccc;
}




.series-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.series-item {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}




.series-slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-container-series {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.series-slider-series {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.series-item-series {
  flex: 0 0 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.series-info-series {
  max-width: 50%;
  color: white;
}

.episodes-sidebar-series {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
  
}

.slider-controls-series {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.slider-button-series {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
}

.slider-button-series:hover {
  background-color: #555;
}



.episodes-sidebar-series {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  width: 300px;
  height: auto;
  overflow-y: auto;
  border-radius: 8px;
}

.season-tabs-series {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.tab-series {
  background-color: #333;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

.tab-series.active {
  background-color: #d10016;
}

.episodes-list-series {
  margin-top: 10px;
}

.episode-series {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.episode-series img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.episode-series h5 {
  font-size: 14px;
  margin: 0;
}

.episode-series p {
  font-size: 12px;
  color: #aaa;
}


.stream-now-btn-series {
  background-color: #d10016;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, transform 0.2s ease;
  text-align: center;
}

.stream-now-btn-series:hover {
  background-color: #e03e3e;
  
}

 
.series-ranking-series {
  background-color: gold;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.series-ranking-series:hover {
  background-color: #ffcc00; 
}


@media (max-width: 992px) {
  .episodes-sidebar-series {
    display: none; 
  }

  .series-info-series {
    width: 100%; 
  }

  .series-slider-section {
    padding: 0; 
  }
}

.episodes-sidebar-series {
  height: 600px; 
  max-height: 60vh; 
  overflow-y: auto; 
  background-color: #111;
  padding: 20px;
  border-radius: 10px; 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); 
  transition: all 0.3s ease; 
}

.episodes-sidebar-series h4 {
  margin-bottom: 15px; 
  font-size: 20px;
  color: #fff;
}

.episodes-list-series {
  margin-top: 10px;
}

.episode-series {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.episode-series img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.episode-series h5 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.episode-series p {
  font-size: 14px;
  color: #ccc;
}


.component-title {
  font-size: 24px;
  text-align: center;
  margin: 20px;
  color: white;
}

.slider-container-genre {
  position: relative;
  overflow: hidden;
}

.genre-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


.slider-controls-genre {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  
  z-index: 10;
}

.slider-button-genre {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-button-genre:hover {
  background-color: #555;
}




.genre-slider-section {
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}



.slider-container-genre {
  position: relative;
  overflow: hidden;
}

.genre-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}



.genre-item h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.genre-item:hover {
  
  border: 2px solid #d10016; 
}

.slider-controls-genre {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  
  z-index: 10;
}

.slider-button-genre {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-button-genre:hover {
  background-color: #555;
}



.recommended-movies-section {
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.main-title-recommended {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.slider-container-recommended {
  position: relative;
  overflow: hidden;
}

.recommended-movies {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.movie-recommended {
  flex: 0 0 20%;
  margin: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.movie-image-recommended img {
  width: 100%;
  border-radius: 8px;
}

.movie-overlay-recommended {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.movie-recommended:hover .movie-overlay-recommended {
  opacity: 1;
}

.movie-title-recommended {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.movie-duration-recommended {
  font-size: 14px;
  color: #ccc;
}

.slider-controls-recommended {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  
}

.slider-button-recommended {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider-button-recommended:hover {
  background-color: #555;
}



.top-picks-section {
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.main-title-top-picks {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.slider-container-top-picks {
  position: relative;
  overflow: hidden;
}

.top-picks-movies {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.movie-top-picks {
  flex: 0 0 20%;
  margin: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.movie-image-top-picks img {
  width: 100%;
  border-radius: 8px;
}

.movie-overlay-top-picks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.movie-top-picks:hover .movie-overlay-top-picks {
  opacity: 1;
}

.movie-title-top-picks {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.movie-duration-top-picks {
  font-size: 14px;
  color: #ccc;
}

.slider-controls-top-picks {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  
}

.slider-button-top-picks {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider-button-top-picks:hover {
  background-color: #555;
}





html, body {
    overflow-x: hidden;
}



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


img, video {
    max-width: 100%;
    height: auto;
}


.stream-page {
  background-color: #000;
  color: #fff;
  padding: 20px;
  
}

 
.video-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

 
.video-details {
  margin-top: 20px;
  text-align: center;
}

.video-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.video-genres span {
  color: #ff5555;
  margin: 0 5px;
}

.video-meta {
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 15px;
}

.video-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.video-actions button {
  padding: 10px 20px;
  background-color: #ff5555;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.video-actions button:hover {
  background-color: #ff3333;
}

 
.trailer-section {
  margin-top: 20px;
  text-align: center;
}

.trailer-thumbnail {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.trailer-thumbnail img {
  width: 300px;
  border-radius: 10px;
}

.trailer-label {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
}



