
* {
    --main-color:#D60000;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.dropdown {
    position: relative;
    width: 60%;
  }
  
  .dropdown-selected {
    padding: 10px;
    border: 2px solid #3f3f3f;
    cursor: pointer;
    border-radius: 30px;
  }
  
  .dropdown-options {
    overflow-y: auto;
    height: 405px;
    margin: 15px 0 0 0;
    position: absolute;
    top: 100%;
    border-radius: 9px;
    left: 0;
    width: 100%;
    border: 1px solid #cccccc38;
    box-shadow: 0 2px 5px rgb(0 0 0 / 91%);
    backdrop-filter: blur(15px);
    background-color: #0000009e;
    display: none;
    z-index: 1000;
  }
  
  .dropdown-option {
    padding: 10px;
    cursor: pointer;
    border-radius: 9px;
  }
  
  .dropdown-option:hover {
    color: #000;
    background-color: var(--main-color);
  }

/* dropseries */

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 50%;
    margin: 40px 0px 40px 0;
  }

  @media (max-width:644px) {
    .custom-select-wrapper {
        width: 100%;
    }

}
  
  .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 100%;
    line-height: 60px;
    background-color: #5d5d5d4f;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid #363636;
  }
  
  .custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-top: none;
    background: #000000a6;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    backdrop-filter: blur(10px);
    border-radius: 10px;
  }
  
  .custom-option {
    position: relative;
    display: block;
    padding: 0px 20px;
    margin: 2px auto;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 10px;
  }

  .custom-option:hover {
    background-color: var(--main-color);
    color: black;
  }
  
  .custom-option.selected {
    background-color: var(--main-color);
    
  }
  
  .hidden {
    display: none;
  }

  .custom-options.show {
    display: block;
    opacity: 1;
    visibility: visible;
    border: 2px solid #262626;
    margin: 10px 0 0 0;
}

/* ------------------------------- */

h1 {
    font-size: 22px;
    padding: 10px 0 10px;
}

.movie-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0 0 4px;
}

.title {
    font-size:10px;
    margin-top: -5px;
}

.card {
    
    display: flex;
    flex-direction: row;
}


.titulo {
    font-size:30px;
}

.genres li {
    text-transform: none;
}

@media (max-width:644px) {
    .genres ul {
        margin-right: 9%;
    }

}

.genres {
    display: flex;
    padding-right: 10%;
    margin-bottom: 15px;
    color: var(--main-color);
    align-items: center;
    gap: 5px;
}

.genres strong {
    color: var(--main-color);
    font-size: 11px;
    border: 2px solid #3a3a3ab0;
    background: #69696930;
    backdrop-filter: blur(17px);
    padding: 6px;
    border-radius: 30px;
}

aside img{
    border-radius:15px;
    max-width:100%;
}

.img-top10 {
    width: 100%;
    border-radius: 6px;
}

.container-slides {
    margin: 0 0px 0px 20px;
}

@media (max-width:640px) {
    .container-slides {
        padding: 20px;
        margin: -100px 0 0 0;
    }
}

.sinopse {
    font-size:15px;
}

iframe {
    width:100%;
    height: 30rem;
}

.backdrop {
    color: #ffffff;
    padding: 10rem 0px 40rem 0px;
    height: 0px;
    
}

.backdrop-tv {
    backdrop-filter: blur(20px);
}

.main {
    margin-top:10px;
    padding: 20px;
}

.imdb {
    background-color: #ffffff26;
    color: #ffea51;
    border-radius: 6px;
    font-size: 15px;
    padding: 6px 2px 6px 8px;
    width: 65px;
    font-weight: 800;
    text-align: center;
    backdrop-filter: blur(9px);
    display: flex;
    margin-right: 3px;
    align-items: center;
    justify-content: center;
    border: 2px solid #353535;
}

.imdb-m {
    background-color: #ffffff26;
    color: #ffea51;
    border-radius: 6px;
    font-size: 15px;
    padding: 6px 2px 6px 8px;
    width: 65px;
    font-weight: 800;
    text-align: center;
    backdrop-filter: blur(9px);
    display: flex;
    margin-right: 3px;
    border: 2px solid #353535;
    justify-content: center;
    align-items: center;
}

.imdb-m p {
    display: flex;
    align-items: center;
    gap: 5px; 
    margin: 0;    
}

.imdb-m i {
    font-size: 1.2em; 
    color: #FFD700;
}


ul {
    display: inline-block;
    margin-right: 10px; 
}

:root {
    --plyr-color-main: var(--main-color);
    color:white;
    font-family: 'Poppins', sans-serif;
    --swiper-navigation-top-offset: 0rem;
    --swiper-navigation-sides-offset:1rem;
    
}

.poster-m {
    display:flex;
    margin-bottom: 30px;
}

.info-filme {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width:640px) {
    .poster-m {
        flex-direction: column;

    }
}

aside {
        flex: 0 0 12.5rem;
max-width: 12.5rem;
margin-right: 2rem;
}

.featured-item {
height: auto;
border-radius:50px;
}

.featured {
    width: 100%;
    max-height: 50%;
}

a {
text-decoration: none; /* Remove o sublinhado padrão */
color: inherit; /* Mantém a cor padrão do texto */
cursor: pointer; /* Altera o cursor para indicar que é clicável */
}

/* Estilos para minilogo */
.minilogo {
    width: 250px;
    height: auto;
    margin-top: 6%;
    padding: 20px;
    margin-top: 10%;
}

/* Estilos para tornar featured-item responsivo */
@media (max-width: 768px) {
    .featured-item {
        height: 300px; /* Reduzir altura para telas menores */
    }
}

/* Estilos para tornar minilogo responsivo */
@media (max-width: 768px) {
    .minilogo {
        width: 70px; /* Reduzir a largura para telas menores */
    }
}

.informacoes {
    display: flex;
    margin-top: 15px;
}

#data-cast {
    display: flex;
    flex-direction: column;
}

#data-cast ul {
    list-style-type: none;
    padding: 0;
}

#data-cast li {
    display: flex;
    align-items: center;
    gap: 10px;
}

#data-cast .cast-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px;
    margin: 10px 0 0 0;
    width: auto;
    overflow: auto;
    -ms-overflow-style: none;  /* para Internet Explorer e Edge */
    scrollbar-width: none;  /* para Firefox */
}

#data-cast strong {
    font-size: 12px;
    color: white;
}

.cast-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cast-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid var(--main-color); 
}

.added-to-fav {
    background-color: green;
    color: white;
}

.removed-from-fav {
    background-color: blue;
    color: white;
}

.error {
    background-color: red;
    color: white;
}


.video-player {
    display: none;
}


.genres li {
    margin-right: 10px; /* Espaçamento entre os itens do elenco */
}

.genres ul {
    list-style: none; /* Removendo marcadores da lista */
    display: flex;
    padding: 0; /* Removendo espaçamento interno da lista */
}

.genres li {
    margin-right: 10px; /* Espaçamento entre os itens do elenco */
}



.tns-outer [aria-controls], .tns-outer [data-action]{
    background-color:black;
    border:1px solid white;
    
}

body {
    background: #000;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-top: -57px;
    margin-bottom: 100px;
    padding: 0 20px;
}
ul {
    text-align: center;
}

#menu {
    display: flex;
    text-align: center;
}
.menu li {
    padding: 1rem 2rem 1.15rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #ebebeb;
    
}
.menu li:hover {
    background-size: 100% 100%;
    color: var(--main-color);
    animation: spring 300ms ease-out;
    font-weight: bold;
}
.menu li:active {
    transform: translateY(4px);
}
@keyframes spring {
    100% {
        -webkit-transform-origin: center;
        -webkit-transform: scale(1.1);
    }
}

strong {
    color: var(--main-color);
    font-size: 15px;
}
.search-icon {
    color: #ebebeb;
    font-size: 20px;
    cursor: pointer;
    margin-right: 30px;
}

.round-image img {
    width: 50px; /* Ajuste o tamanho da imagem redonda conforme necessário */
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    margin-right:10px;
    transition: box-shadow 0.3s ease;
}

.round-image:hover img {
    width: 50px; /* Ajuste o tamanho da imagem redonda conforme necessário */
    height: 50px;
    margin-right:10px;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 1px var(--main-color);  /* Brilho verde na borda da imagem no hover */
}


.poster-img {
    width: 90%;
    border-radius: 6px;
}

/* .splide__track_custom {
    width: 100%;
} */

.netx-prev {
    display: flex;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    max-width: 200.4px;
    width: 162px;
    margin-right: 40px; /* Isso fará com que 5 slides sejam exibidos por vez (20% de largura cada) */
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: contain;
    
}

.swiper-container-canais {
    width: 100%;
    overflow: hidden;
}

.swiper-container-canais .swiper-wrapper img {
    border-radius: 10px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    
}

.related-movies-slider .swiper-container {
    overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
    /* Reduza o número de slides exibidos para telas menores que 1200px */
    .swiper-slide {
        width: 25%; /* Isso fará com que 4 slides sejam exibidos por vez (25% de largura cada) */
    }
}

@media screen and (max-width: 992px) {
    /* Reduza o número de slides exibidos para telas menores que 992px */
    .swiper-slide {
        width: 33.33%; /* Isso fará com que 3 slides sejam exibidos por vez (33.33% de largura cada) */
    }
}

@media screen and (max-width: 768px) {
    /* Reduza o número de slides exibidos para telas menores que 768px */
    .swiper-slide {
        width: 50%; /* Isso fará com que 2 slides sejam exibidos por vez (50% de largura cada) */
    }
}

@media screen and (max-width: 576px) {
    /* Reduza o número de slides exibidos para telas menores que 576px */
    .swiper-slide {
        width: 100%; /* Isso fará com que apenas 1 slide seja exibido por vez (100% de largura) */
    }
}

.right-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    transition: .4s;
    opacity: 1;
    z-index: 999;
}

.body-fav {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent), 
    linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent), 
    linear-gradient(to top, rgb(0, 0, 0), transparent),
    url('/public/assets/images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0rem 0;
    height: 100vh;
}

.navbar {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 10px;
    margin: 0 0 0rem 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
}

.nav-link {
    transition: 0.3s ease;
    cursor: pointer;
}

.nav-link:hover {
    color: var(--main-color);
}

.hamburguer {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

@media (max-width:744px) {
    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburguer.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburguer.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: absolute;
        left: -100%;
        top: 89px;
        gap: 0;
        border-radius: 20px;
        background-color: #00000038;
        backdrop-filter: blur(25px);
        text-align: center;
        flex-direction: column;
        width: 100%;
        transition: 0.3s;
        box-shadow: -4px 4px 24px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        border: 2px solid #3d3d3d;
    }

    .nav-item {
        margin: 16px 0;
    }

    .navbar {
        margin: 0 0 0rem 0px;
        padding: 16px 16px;
    }

    .nav-menu.active {
        left: 0;
    }

    .right-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 0 8rem;
    }

    header {
        background-color: transparent;
        margin: auto 0 -14.5rem 0;
    }

    .backdrop {
        color: #ffffff;
        padding: 10rem 0px;
        height: 0px;
        
    }

    .genres {
        padding-right: 0%;
    }
}

.anuncios {
    display: flex;
    justify-content: center;
    padding: 20px 0 50px;
}

.anuncios p {
    margin-right: 10px;
    font-size: 18px;
    color: red;
    font-weight: 900;
}
.anuncios .botao {
    background-color: var(--main-color);
    padding: 7px;
    border-radius: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    margin: 60px auto;
    background-color: #00000000;
    border-radius: 10px;
    justify-content: center;
    backdrop-filter: blur(10px);
}

@media (max-width:600px) {
    .container {
        display: flex;
        flex-direction: column;
    }

}

.player-left {
    flex: 1;
    padding: 9px;
}

.player-options {
    flex: 0.3;
    background-color: #f0f8ff00;
    padding: 20px;
}

/* Estilos para as opções de player */
.option {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: 800;
    border-radius: 7px;
    width: 50%;
    background-color: var(--main-color);
    transition: background-color 0.3s ease;
}

.option:hover {
    background-color: #36ff0300;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.option:active {
    background-color: #36ff0300;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.episodio {
    align-items: center;
    border-bottom: 1px solid #404040;
    cursor: pointer;
    display: flex;
    min-height: 10em;
    overflow: hidden;
    padding: 1em;
    position: relative;
}

.episodio span {
    padding: 10px;
    font-size: 15px;
}

.episodio img {
    width: 20%;
    border-radius: 5px;
}

.play-button {
    position: relative;
}

.names {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
    justify-content: space-between;
    text-align: start;
    position: relative;
    bottom: 17px;
}

.names h4 {
    font-size: 19px;
}

.names p {
    font-size: 15px;
    color: #828282;
}

.toggle-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.overview.collapsed {
    max-height: 100px;
    overflow: hidden;
}

@media (max-width:744px){
    .episodio img {
        width: 100%;
    }

    .episodio {
        padding: 9px 0px 1px 0px;
        flex-direction: column;
    }
    .names {
        padding: 26px 0 0 0px;
    }

    .names h4 {
        font-size: 15px;
    }

    .names p {
        font-size: 15px;
        color: #828282;
    }
}

body.modal-open {
    overflow: hidden; /* Prevent scrolling when the modal is open */
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px); /* Adds the blur effect */
    z-index: 1050; /* Higher z-index than modal to cover the background */
    display: none; /* Hidden by default */
}
.modal.show .modal-backdrop {
    display: block; /* Show the backdrop when the modal is open */
}

#videoModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 84%);
    backdrop-filter: blur(8px); /* Adds the blur effect */
    z-index: 1050; /* Higher z-index than modal to cover the background */
    display: none; /* Hidden by default */
}

.modal-content {
    margin: 0px;
}

.modal-header {
    display: flex;
    font-size: large;
    justify-content: center;
}

.close span {
    font-size: 50px;
    font-family: serif;
}

.n-e-number {
    display: flex;
    align-items: center;
}

.close {
    border-radius: 50%;
    border: 1px solid #ffffff24;
    background-color: #000000ab;
    color: white;
    margin: 67px;
    width: 58px;
    text-align: center;
    height: 58px;
    cursor: pointer;
}

#seasonSelector {
    background-color: #000;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px;
    outline: none;
    border-radius: 10px;
    width: 23%;
    text-align: center;
    font-size: 18px;
    height: 50px;
    margin-bottom: 60px; 
}

@media (max-width:744px){
    #seasonSelector {
        width: 100%;
    }
    
}

.temps {
    background-color: #000;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 10px;
    width: 23%;
    text-align: center;
    font-size: 18px;
}

.series-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Cria 6 colunas com tamanhos iguais */ /* Permite que os itens quebrem para a próxima linha quando não couberem na largura */
    gap: 0px;
    top: -5rem;
    position: relative;
    justify-content: center;
    padding: 30px;
}

.related-series-slider {
    margin: 50px 0 80px 0;
}

.serie {
    box-sizing: border-box;
    padding: 5px; /* Espaçamento interno */
}

/* Ajustar para dispositivos menores */
@media (max-width: 768px) {
    .series-list {
        grid-template-columns: repeat(2, 1fr); /* 2 itens por linha em dispositivos menores */
    }
}

.serie figure {
    height: 115%;
}

.serie img {
    width: 100%;
    height: 80%!important;
    border-radius: .2rem;
    object-fit: fill;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.serie h2 {
    font-size: 12px;
}

.pagination {
    width: 100%; /* Largura total */
    display: flex;
    justify-content: center; /* Centralizar horizontalmente */
    margin-top: 5rem; /* Espaçamento superior da paginação */
}

.pagination-tv {
    width: 100%; /* Largura total */
    display: flex;
    justify-content: center; /* Centralizar horizontalmente */
    margin-top: 2rem; /* Espaçamento superior da paginação */
}

@media (max-width: 768px) {
    .pagination {
        padding-bottom: 8rem;
        padding-top: 1rem;
    }
}

.pagination-links a {
    margin: 0 5px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid var(--main-color);
    padding: 5px 10px;
    border-radius: 50px;
}

.pagination-links a.active {
    background-color: var(--main-color);
    color: #000;
    font-weight: 800;
    box-shadow: 0 0 1rem var(--main-color);
}




.splide__slide {
    padding: 0 0px;
}

.splide__slide img {
    width: 100%;
}

.splide__slide_c img {
    border-radius: 6px;
}

.destaque-gradient {
    position: relative;
}

.destaque-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 50%), transparent), linear-gradient(to bottom, rgb(0 0 0 / 30%), transparent),linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
    pointer-events: none;
}


.miniposter {
    margin: -18rem 0 0px 41px;
    display: flex;
    z-index: 99;
    position: relative;
    padding: 2rem 0 6rem 0;
    flex-direction: column;
    align-items: flex-start;
}

.miniposter img{
    width: 480px;
    height: 180px;
    object-fit: contain;
}

@media (min-width:1310px){
    .miniposter {
        margin: -33rem 0 0px 41px;
    }

    .miniposter img {
        width: 480px;
        height: 180px;
    }

}

@media (min-width:1780px){
    .miniposter {
        margin: -50rem 0 0px 41px;
    }

}

.sinopse-m {
    width: 50%;
    padding: 20px 0 0 0;
    text-align: start;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Número de linhas após o qual o texto será cortado. */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:1920px) {
    .sinopse-m {
        width: 26%!important;
    }

}

@media (max-width:644px) {
    .sinopse-m {
        width: 65%!important;
        font-size: 13px;
    }

}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 2rem 0 -3rem 0px;
}

.splide__arrows {
    top: 20rem;
    position: relative;
}

.splide__pagination__page.is-active {
    background: var(--main-color);
    transform: scale(1.4);
    box-shadow: 0 0 1rem var(--main-color);
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #cccccc1c;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: var(--main-color);
    height: 1.2em;
    width: 1.2em;
}

@media (max-width:468px) {
    .miniposter {
        margin: -22rem 0 -1rem 0;
        padding: 20px;
    }

    .miniposter img {
        width: 50%;
        height: auto;
    }
}

@media (min-width:469px) {
    .miniposter {
        margin: -5rem 0 -1rem 0;
        padding: 20px;
    }
    
}

@media (min-width:780px) {
    .miniposter {
        margin: -15rem 0 -1rem 0;
        padding: 20px;
    }
}

@media (min-width:1100px) {
    .miniposter {
        margin: -25rem 0 -1rem 0;
        padding: 20px;
    }
}

@media (min-width:1650px) {
    .miniposter {
        margin: -35rem 0 -1rem 0;
        padding: 20px;
    }
}

@media (min-width:1950px) {
    .miniposter {
        margin: -45rem 0 -1rem 0;
        padding: 20px;
    }
}

@media (min-width:2300px) {
    .miniposter {
        margin: -55rem 0 -1rem 0;
        padding: 20px;
    }
}

@media (max-width:644px) {

    .info {
        gap: 10px;
        margin: 1rem 0 2rem 0px;
    }

    .destaque-gradient::before {
        height: 105%;
    }

    .splide__arrows {
        top: 10rem;
    }

    .splide__list {
        padding: 0rem 0 5rem 0!important;
    }
}

.modal-body iframe {
    width: 100%;
    height: 30rem;
}

.fancybox-content {
    background: #fff0;
    width: 100%;
}

.ep {
    width: 100%;
    display: grid;
}

.top10filmes {
    text-align: center;
    margin: 20px auto;
}

.titulo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.titulo {
    font-size: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.slick-buttons {
    display: flex;
}

.slick-prev,
.slick-prevt,
.slick-nextt,
.slick-next {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #555;
}

.slick-prev {
    margin-right: 10px;
}

.slick-carousel {
    width: 100%;
    margin: 0 0;
}

.choosed-info {
    display: flex;
    width: auto;
    height: auto;
    margin: 0px 7px 0 0px;
    justify-content: center;
    flex-direction: column;
}

.splide {
    margin: 0 0 40px 0;
}

.episode-title {
    margin: 3px 0 0 0;
    text-align: left;
    font-size: 10px;
}

@media (min-width:1110px) {
    .episode-title {
        font-size: 14px;
    }
}

.top10-info {
    position: relative;
    padding: 0 20px 0 0px;
}

.top10-info img {
    margin: 0px 0 0 0px;
}

.filme .top10-info img {
    max-width: 80%;
    height: auto;
    margin: 0 50px 0px 50px;
    border-radius: 8px;
}

.numero.numero-menor {
    font-size: 95px;
    top: 21px;
}

.filme.filme-menor .top10-info img {
    max-width: 80%;
    height: auto;
    margin: 0 50px 0px 80px;
    border-radius: 8px;
}


.filme {
    padding: 0px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.filme-info {
    position: relative;
    padding: 0 7px 0 0px;
}

.numero {
    position: absolute;
    top: 15px;
    right: 80px;
    left: -4px;
    z-index: -1;
    color: #242424;
    padding: 11px 14px;
    font-weight: 900;
    font-size: 105px;
    -webkit-text-stroke: 2px #888888e0;
    font-family: 'Work Sans', sans-serif;
}

.filme img {
    max-width: 100%;
    height: auto;
    margin: 0 50px;
    border-radius: 8px;
}

@media (max-width:450px) {
    .numero.numero-menor {
        font-size: 95px;
        top: 21px;
    }

    .filme .top10-info img {
        max-width: 80%;
        height: auto;
        margin: 0 50px 0px 50px;
        border-radius: 8px;
    }

    .filme.filme-menor .top10-info img {
        max-width: 80%;
        height: auto;
        margin: 0 50px 0px 80px;
        border-radius: 8px;
    }

    .numero {
        position: absolute;
        top: 15px;
        right: 80px;
        left: -4px;
        z-index: -1;
        color: #242424;
        padding: 11px 14px;
        font-weight: 900;
        font-size: 105px;
        -webkit-text-stroke: 2px #888888e0;
        font-family: 'Work Sans', sans-serif;
    }

    .filme {
        padding: 0px;
        text-align: center;
        border-radius: 8px;
        position: relative;
    }
    
    .filme-info {
        position: relative;
        padding: 0 7px 0 0px;
    }

    .filme img {
        max-width: 100%;
        height: auto;
        margin: 0 50px;
        border-radius: 8px;
    }

}

@media (max-width:920px) {
    .numero.numero-menor {
        font-size: 128px;
        top: 21px;
        left: -21px;
    }

    .filme .top10-info img {
        max-width: 80%;
        height: auto;
        margin: 0 50px 0px 50px;
        border-radius: 8px;
    }

    .filme.filme-menor .top10-info img {
        max-width: 80%;
        height: auto;
        margin: 0px 0px 0 90px;
        border-radius: 8px;
    }

    .numero {
        position: absolute;
        top: 25px;
        right: 88px;
        left: -28px;
        z-index: -1;
        color: #242424;
        padding: 0 7px 9px 19px;
        font-weight: 900;
        font-size: 8rem;
        -webkit-text-stroke: 2px #888888e0;
        font-family: work sans,sans-serif;
    }

    .filme {
        padding: 0px;
        text-align: center;
        border-radius: 8px;
        position: relative;
    }
    
    .filme-info {
        position: relative;
        padding: 0 7px 0 0px;
    }

    .filme img {
        max-width: 100%;
        height: auto;
        margin: 0 50px 0 100px;
        border-radius: 8px;
    }

}

.filme h3 {
    margin-top: 10px;
    font-size: 11px;
    text-align: start;
}

form {
    margin-bottom: 20px;
    padding: 30px;
    border: 0;
    outline: 0;
}

.search-input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    border: 2px solid #ffffff17;
    backdrop-filter: blur(7px);
    background-color: #2626268c;
    outline: 0;
}

.img-top10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-pinned {
    border-radius: 6px;
}

.top10-info, .filme-info {
    position: relative;
    width: 100%;
    padding-bottom: 150%; /* Mantém a proporção 2:3 */
    overflow: hidden;
}

.splide__slide {
    position: relative;
    overflow: hidden; /* Isso cortará qualquer imagem que exceda os limites */
}

.img-container {
    position: relative;
    width: 100%;
    padding-bottom: 150%; /* Mantém a proporção 2:3 */
    overflow: hidden;
}

/* Estilos para os resultados */
.result {
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.result h2 {
    font-size: 20px;
    margin: 0;
}

.result p {
    font-size: 16px;
    margin: 0;
    color: #777;
}


header h1 {
    margin: 0;
}

/* Estilos para o rodapé */
footer {
    text-align: center;
    padding: 15px;
    background-color: #33333382;
    color: #fff;
    border-top: 1px solid var(--main-color);
    margin: 5rem 0 0 0;
}

@media (max-width:644px) {
    footer {
        display: none;
    }
}
.result-title {
    padding: 15px;
    font-size: 15px;
    margin-left: 34px;
}
/* Estilo para a seção de resultados */
.results-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
    position: relative;
    justify-content: center;
    padding: 30px;
    transition: .9s;
}

@media (max-width:730px){
    .results-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1920px){
    .results-section {
        grid-template-columns: repeat(10, 1fr);
    }
}



/* Estilo para cada resultado individual */
.result-card {
    max-width: 200px;
    margin: 12px 0px 0 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.result-card .info {
    padding: 10px;
}

.result-card h2 {
    font-size: 18px;
    margin: 0;
}

.result-card p {
    font-size: 14px;
    margin: 5px 0;
    color: #777;
}

.result-card-animate {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.results-section.show-results .result-card-animate {
    opacity: 1;
    transform: translateY(0);
}

#realTimeResults {
    transition: 1s;
}

/* Estilo para o botão de visualização */
.view-button {
    display: block;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

.view-button:hover {
    background-color: #0056b3;
}

/* Estilos para a seção de sugestões */
.suggesteds {
    margin-top: 20px;
}

/* Estilos para cada seção de sugestões (filmes, séries e animes) */
.suggested-section {
    margin-top: 20px;
}

/* Estilos para o título das seções de sugestões */
.suggested-section h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 0 0px 0 31px;
}

/* Estilos para o grid horizontal */
.suggested-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Cria 6 colunas com tamanhos iguais */ /* Permite que os itens quebrem para a próxima linha quando não couberem na largura */
    gap: 5px;
    position: relative;
    justify-content: center;
    padding: 30px;
}

@media (max-width: 518px) {
    .suggested-items {
        grid-template-columns: repeat(2, 1fr); /* 2 itens por linha em dispositivos menores */
    }
}

@media (min-width: 1920px) {
    .suggested-items {
        grid-template-columns: repeat(12, 1fr); /* 2 itens por linha em dispositivos menores */
    }
}

/* Estilos para cada item sugerido */
.suggested-item {
    margin-right: 15px;
    flex: 0 0 auto;
    max-width: 200px;
}

/* Estilos para a imagem do item sugerido */
.suggested-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: .1s ease-in-out;
}

.suggested-item img:hover {
    outline: 2px solid var(--main-color);
}

/* Estilos para o nome do item sugerido */
.suggested-item p {
    margin-top: 0px;
    font-size: 12px;
}

.container-busca {
    margin-top: -13rem;
    background-image: linear-gradient(to right, rgb(0 0 0 / 50%), transparent), linear-gradient(to bottom, rgb(0 0 0 / 100%), transparent),linear-gradient(to top, rgb(0 0 0), transparent),
    url('/public/assets/images/background.jpg');
    background-size: cover;
    background-position: center center;
    padding: 24rem 0px;
    height: 0px;
}

@media (max-width:644px) {
    .container-busca {
        margin-top: -21rem;
    }
}

.related-movies-slider {
    width: 100%;
    margin: 0 0 80px 0;
}

.related-canais-slider {
    width: 100%;
    margin: 0 0 80px 0; 
}

.prev-next {
    display: flex;
    margin-bottom: 1rem;
}

.swiper-button-next, 
.swiper-button-prev {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    color: var(--main-color);
    background-color: #ffffff47;
    padding: 15px;
    border-radius: 50px;
    right: -40px;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.hidden {
    display: none;
}

.container-footer {
    padding: 20px;
    display: flex;
    margin: 11px;
    flex-direction: column;
    border-radius: 20px;
    align-items: center;
    backdrop-filter: blur(10px);
}

.logo-footer img {
    width: 15%;
    margin-bottom: 10px;
}

.playstore img{
    width: 35%;
    margin-bottom: 30px;
}

.footer {
    margin-bottom: 1rem;
}
@media (max-width:644px) {
    #top10-carousel, #choosed-carousel, #ultimos-carousel, #trending-carousel, #srecentes-carousel, #episodio-carousel, #top10series-carousel {
        margin: 0 0 -4rem 0px;
    }
}

.logo {
    width: 60px;  /* ou qualquer tamanho padrão que você deseja */
}

@media (max-width: 768px) {
    .logo {
        width: 60px;  /* tamanho reduzido para tablets */
    }
}

@media (max-width: 480px) {
    .logo {
        width: 60px;  /* tamanho mais reduzido para dispositivos móveis */
    }
}

@media (max-width: 640px) {
    .container-series {
        margin: -5rem 0 0rem 0px;
    }
}

.container-series {
    margin: 0 0 2rem 0;
}

.container-profile {
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 5px;
    margin: 5rem 0 0rem 0px;
    flex-direction: column;
    background-size: cover;
    align-items: center;
}

.container-profile h2 {
    font-size: 25px;
    margin-bottom: 40px;
}

@media (max-width: 640px) {
    .container-profile {
        margin: 1rem 0 0rem 0px;
    }
}

.form-profile {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 45vh;
    margin: 0px 0 57px 0;
    flex-direction: column;
}

#input-profile {
    width: 340px;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    border: 2px solid #ffffff17;
    backdrop-filter: blur(7px);
    background-color: #2626268c;
    outline: 0;
}

.input-profile, .password-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    border: 2px solid #ffffff17;
    backdrop-filter: blur(7px);
    background-color: #2626268c;
    outline: 0;
}

.input-icon-container {
    position: relative;
    display: inline-block;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    color: var(--main-color);
    transform: translateY(-50%);
    cursor: pointer;
}

.form-control {
    padding-right: 30px;  /* Espaço adicional no lado direito para garantir que o texto não fique atrás do ícone */
}

.form-group label {
    display: block;
    margin: 10px;
}

#confirm-password-input, #password-input {
    width: 340px;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    border: 2px solid #ffffff17;
    backdrop-filter: blur(7px);
    background-color: #2626268c;
    outline: 0;
}

.btn-profile {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--main-color);
    color: #000000;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
}


.conteiner-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
}

.entrar {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 7px;
}

/* Estilos para o contêiner de login */
.login-container {
    background-color: #0000002e;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 390px;
    height: 600px;
    text-align: center;
    gap: 22px;
    backdrop-filter: blur(10px);
    display: flex;
    margin: 5rem 0 0 0;
    border: 2px solid #ffffff30;
    flex-direction: column;
}

.login-container p {
    margin: -20px 0 0 0;
}

@media (min-width:644px) {
    .login-container {
        width: 530px;
    }
}

/* Estilo para o botão */
.btn-login {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--main-color);
    color: #000000;
    border: none;
    font-weight: 600;
    width: 60%;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 0 20px 0px;
}

.register-link {
    padding: 13px;
    font-size: 16px;
    background-color: #2bf14a00;
    color: #f8f8f8;
    border: 2px solid var(--main-color);
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
}

.g_id_signin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 15px 0;
}

.logo-login {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-login img {
    width: 60px;
}

.login-container label {
    display: flex;
    font-weight: 600;
    margin: 0px 0rem 10px 0;
}

.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px 0 15px 0px;
}

.password-input {
    padding-right: 40px;  /* Adiciona algum espaço à direita para o ícone */
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.aviso-reset {
    color: red;
    text-align: center;
    font-weight: 600;
    margin: 70px 0 0 0;
}

.alert-success {
    color: #006400; /* verde escuro */
    background-color: #90EE90; /* verde claro */
    border: 2px solid #006400;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px; /* Espaçamento abaixo do alerta, opcional */
    display: flex; /* permite que os itens dentro do alerta sejam alinhados horizontalmente */
    align-items: center; /* alinha os itens no centro verticalmente */
}

.alert-danger {
    color: #640000; /* verde escuro */
    background-color: #ee9090; /* verde claro */
    border: 2px solid #640000;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px; /* Espaçamento abaixo do alerta, opcional */
    display: flex; /* permite que os itens dentro do alerta sejam alinhados horizontalmente */
    align-items: center;
}

.invalid-feedback {
    color: #de3d3d;
    font-size: 12px;
}

.fa-circle-check {
    color: #00ff00;
    margin-right: 10px; /* Espaçamento à direita do ícone, opcional */
    font-size: 1.2em; /* Tamanho do ícone, opcional */
}

.card-header {
    font-size: 20px;
    font-weight: 600;
}

.btn-reset {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--main-color);
    color: #000;
    border: none;
    font-weight: 600;
    width: 60%;
    border-radius: 50px;
    cursor: pointer;
    margin: 25px 0 20px 0;
}

.banner {
    border: 2px solid #ffd700;
    border-radius: 20px;
    padding: 20px;
}

.col-b {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.col-b p {
    text-align: center;
}

.btn-premium {
    padding: 10px 20px;
    font-size: 16px;
    background-image: linear-gradient(to right, #ffd700, #ffcc52);
    color: #000000;
    border: none;
    font-weight: 600;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 0 20px 0px;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

@media screen and (max-width: 468px) {
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
}

.avatar-item label {
    display: block;
}

.avatar-item img {
    max-width: 100%;
    border: 2px solid transparent;
}

.avatar-item input:checked + label img {
    border-color: blue;
}


.container-profilec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.avatar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -55px;
}

.avatar-image {
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.avatar-image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;
}

.avatar-image img:hover {
    border: 2px solid var(--main-color);
}

.delete-icon {
    position: absolute;
    top: 111px;
    right: -43px;
    width: 30px;
    height: 30px;
    background-color: #00000030;
    border: 2px solid #2bf14a36;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.avatar-name {
    text-align: center;
    margin-top: 7rem;
    font-size: 20px;
    font-weight: 800;
}

.action-buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

@media (max-width:644px) {
    .avatar-image {
        width: 30px;
        height: 15px;
    }

    .avatar-image img {
        width: 120px;
        height: 120px;
    }

    .delete-icon {
        top: 80px;
    }
}

.card-body {
    display: flex;
    flex-direction: column;
    margin: 0px 0 0 0;
}

.profile-list {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 5rem;  /* Espaçamento entre os itens */
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
    .profile-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }
}

@media (min-width: 1600px) {
    .profile-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 8rem;
    }
}

.avatar-list {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 3rem;
    width: auto;
    height: 500px;
    padding: 22px;
    margin: -35px 0 -46px 0;
    overflow: auto;
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
    .avatar-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1600px) {
    .avatar-list {
        grid-template-columns: repeat(7, 1fr);
        gap: 2rem;
    }
}

.col- {
    display: flex;
}

.row-profiles {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 711px;
}

.card-profiles {
    gap: 0rem;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.card-profiles-1 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 2rem 0 0 0;
}

.criar-perfil {
    margin: 0rem 0px 2rem 0px;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.criar-perfil-create {
    margin: 4rem 0px 2rem 0px;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.fa-trash {
    color: #2BF14A;
}

.btn-profiles {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--main-color);
    color: #000000;
    border: none;
    font-weight: 600;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    margin: 26px 0 20px 0px;
}

.btn-profiles-editar {
    padding: 8px 16px;
    font-size: 14px;
    background-color: var(--main-color);
    color: #000000;
    border: none;
    font-weight: 700;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    margin: 8px 0 20px 0px;
}

.btn-profiles-criar {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--main-color);
    color: #000000;
    border: none;
    font-weight: 600;
    width: 250px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    margin: 26px 0px 20px auto;
}

.form-delete-p{
    display: block;
}

.avatar-container-create {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    width: 150px;
    border-radius: 50%;
    backdrop-filter: blur(9px);
    background-image: linear-gradient(45deg, #8787878f, transparent);
    height: 150px;
}

.avatar-container-create input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 150px;
    height: 150px;
    margin: 0;
    cursor: pointer;
}


/* Estilo para a borda verde quando o avatar é selecionado */
.avatar-container-create input[type=radio]:checked + label img {
    border: 2px solid #0ffe0b;
    border-radius: 50%; 
    width: 150px;
}

.avatar-container-create label img {
    width: 150px;
    border-radius: 50%;
}

.avatar-container-create label img:hover {
    border: 2px solid var(--main-color);
}

.avatar-container-create:hover {
    box-shadow: 0px 0px 42px -8px var(--main-color);
    border-radius: 50%;
}

.form-group-avatares {
    margin: 40px 0 0px 0;
}

.form-group-avatares h4 {
    margin: 40px 0 50px 0;
}

.confirmation-message {
    display: none;
    position: absolute;
    bottom: 79%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fb2a2a;
    border: 2px solid #820000;
    color: white;
    font-size: 13px;
    padding: 9px;
    border-radius: 8px;
    z-index: 1000;
}

.sem-perfil {
    text-align: center;
    position: absolute;
    background-color: #ffffff14;
    padding: 20px;
    backdrop-filter: blur(10px);
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #60606085;
}

.subscription-info {
    line-height: 3;
    text-align: center;
    background-color: #ffffff14;
    padding: 15px;
    backdrop-filter: blur(10px);
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    color: #bbbbbb;
    border: 2px solid #60606085;
    margin: 0 0 20px 0;
}

.subscription-info h3 {
    color: white;
}


.avatar-container-conta {
    position: relative;
    width: 150px; /* ou a largura desejada */
    margin-bottom: 10px;
}

.btn-mudar-perfil {
    border-radius: 50px;
    padding: 10px;
    color: white;
    background-color: #5858581a;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    margin: 2px 0 20px 0;
}

.avatar-image-conta {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.avatar-edit-text {
    text-align: center;
    margin-bottom: 5px;
}

.avatar-overlay {
    position: absolute;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); /* fundo semi-transparente */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.avatar-container-conta:hover .avatar-overlay {
    opacity: 1;
}

.filter {
    margin: 3rem 0 3rem 0;
}

.filter h3 {
    font-size: 36px;
}

.itens-destaque {
    display: flex;
}

.container-landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem;
}

@media (max-width:644px) {
    .container-landing {
        padding: 2rem;
    }
}

.movies-landing, .series-landing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin: 15px 0 50px 0;
}

@media (max-width:644px) {
    .movies-landing, .series-landing {
        grid-template-columns: repeat(2, 1fr);
        
    }
}

@media (min-width:1280px) {
    .movies-landing, .series-landing {
        grid-template-columns: repeat(5, 1fr);
        margin: 15px 100px 50px 100px;
        
    }
}

.info-landing {
    padding: 20rem 20rem 0 20rem;
    margin-top: -12rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width:1050px) {
    .info-landing {
        padding: 0rem;
        margin-top: 5rem;
    }
}

.poster-movie, .poster-serie {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 7px;
}

.poster-movie img, .poster-serie img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    background-color: #000000a1;
    backdrop-filter: blur(6px);
}

.landing-buttons {
    display: flex;
    gap: 11px;
}

.l-cadastrar {
    border: 2px solid var(--main-color);
    background-color: #000;
    color: white;
    width: 125px;
    border-radius: 25px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.l-entrar {
    background-color: var(--main-color);
    border-radius: 25px;
    padding: 10px;
    border: none;
    width: 125px;
    outline: none;
    font-weight: 600;
    cursor: pointer;
}

.landing-logo img {
    width: 60px;
}

.hero {
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 500px;
    width: 100%;
    flex-direction: column;
}

.hero h3 {
    font-size: 40px;
}

.hero h4 {
    color: #c2c2c2;
    background-color: #00000036;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #3d3d3d;
}

@media (max-width:644px) {
    .hero h3 {
        font-size: 30px;
    }
}

.fundo {
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fundo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fundo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 50%), transparent), linear-gradient(to bottom, rgb(0 0 0 / 55%), transparent),linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
    
}

.hero-int {
    position: relative;
    padding: 20px;
    display: flex;
    margin: 50px 0 70px 0;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-landing {
    background-color: var(--main-color);
    color: black;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    width: 210px;
    margin: 25px 0 0 0;
    transition: box-shadow 0.3s ease;
}

.btn-landing:hover {
    
    box-shadow: 0px 0px 30px 1px var(--main-color);
}

.container-conteudo {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 80%;
    display: flex;
    text-align: center;
    margin: 20px 0 70px 0;
    background: radial-gradient(
        100.39% 520.66% at 46.68% -218.91%,
        #8200ff 0%,
        #b009e5 20.27%,
        #190e4f 67.44%,
        #000000 100%
    );
    font-family: 'Arial', sans-serif;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:644px) {
    .container-conteudo {
        width: 100%;
        flex-direction: column;
    }
}

.container-conteudo p {
    font-size: 1.0rem;
    margin: 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.container-conteudo i {
    min-width: 30px;
    text-align: center;
    font-size: 1.3rem;
    color: var(--main-color);
    margin-right: 10px;
}

.itens-content {
    display: flex;
    flex-direction: column;
}

.img-content img {
    width: 150px;
}


.faq-container {
    width: 100%;
    margin: auto;
    font-family: Arial, sans-serif;
}

.faq-title {
    font-size: 25px;
    text-align: center;
    margin: 0 0 10px 0;
}

.faq-question {
    background-color: #000000;
    border: 2px solid #323232;
    color: white;
    padding: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 32px;
}

.faq-answer {
    display: none;
    padding: 20px;
    background-color: #272727;
    margin-bottom: 10px;
    border-radius: 30px;
}

.landing-plan {
    display: flex;
    align-items: center;
    padding: 20px;
    background: radial-gradient(
        51.39% 511.66% at 47.68% -217.91%,
        #ff9900 0%,
        #e50914 17.27%,
        #0e1b4f 79.44%,
        #000413 100%
    );
    color: white;
    justify-content: center;
}

.lottie-container {
    width: 20%;
}

.text-container {
    padding: 20px;
}

.text-container h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.text-container p {
    line-height: 1.6;
    color: #c4c4c4;
}

.footer-landing {
    background-color: #000413;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}

.container-landing h2 {
    font-family: 'Bungee Spice', sans-serif;
    
}

.plataformas ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Cria 4 colunas */
    grid-template-rows: auto auto; /* Cria 2 linhas */
    gap: 18px; /* Espaço entre as imagens */
    list-style: none; /* Remove a estilização padrão da lista */
    padding: 0; /* Remove o padding padrão */
    margin: 0; 
}

.plataformas li {
    display: flex;
    justify-content: center;
    align-items: center; 
    transition: all .3s;
    background-color: #000;
}

.plataformas li:hover {
    transform: scale(1.1);
}

.plataformas h3 {
    margin: 20px 0 20px 0;
    font-size: 17px;
}

.plataformas img {
    width: 100%;
    height: auto;
    max-width: 150px;
    border: 2px solid var(--main-color);
    border-radius: 15px;
    padding: 10px;
}

.playstore {
    display: flex;
    align-items: center;
}

.playstore img {
    width: 240px;
}

.webvideocast {
    background: radial-gradient(
        100.39% 531.66% at 49.68% -233.91%,
        #ff8900 0%,
        #e5cf09 38.27%,
        #00627c 86.44%,
        #000000 100%
    );
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.webvideocast i {
    margin-right: 5px;
}

.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333333d6;
    backdrop-filter: blur(25px);
    display: none;
    align-items: center;
    height: 80px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    z-index: 999999;
    justify-content: center;

}

.splide__slider {
    position: relative;
  }

.bottom-nav .nav-item {
    text-decoration: none;
    color: white;
    text-align: center;
}

.nav-menu-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* Media Query para telas menores que 600px */
@media (max-width: 600px) {
    header {
        display: none; /* Oculta a header em telas pequenas */
    }

    .bottom-nav {
        display: flex; /* Mostra o bottom-nav em telas pequenas */
    }

    .bottom-nav .nav-item span {
        display: block;
        font-size: 12px;
    }

    .footer {
        display: none;
    }
}

.nav-item p {
    font-size: 10px;
}

.nav-item i {
    color: var(--main-color);
}

.right-item-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 1rem;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333333a1;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    backdrop-filter: blur(8px);
    border: 1px solid var(--main-color);
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.container-tv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 100%;
    backdrop-filter: blur(50px);
}

.tv-img {
    width: 300px;
    height: 170px;
    object-fit: cover;
    display: flex;
    border-radius: 10px;
}

.player-tv {
    padding: 20px;
    width: 90%;
    border: 2px solid #fff;
}

.content-tv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 15px;
    gap: 20px;
}


@media (min-width:780px) {
    .content-tv {
        margin-left: 5rem;
        padding: 65px;
    }
}

@media (min-width:1780px) {
    .content-tv h1 {
        font-size: 50px;
    }
}

.tv-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    top: 0rem;
    position: relative;
    padding: 40px;
    justify-content: space-between;
    justify-items: center;
    align-content: space-around;
}

@media (max-width:644px) {
    .tv-list {
        grid-template-columns: repeat(1,1fr);
    }
}

@media (min-width:1600px) {
    .tv-list {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (min-width:1780px) {
    .tv-list {
        grid-template-columns: repeat(5,1fr);
    }
}

.tv {
    box-sizing: border-box;
    padding: 6px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background-color: #4f4f4f42;
}

.tv h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

.tv figure {
    width: auto;
}

.tv img {
    width: 300px;
    height: 150px;
    display: flex;
    border-radius: 10px;
    object-fit: cover;
}

#random-movie-player {
    display: flex;
    align-items: center;
    padding: 20px;
    background: radial-gradient(
        65.39% 485.66% at 47.68% -236.91%,
        #ff9900 20%,
        #ff00ff 8.27%,
        #0e1b4f 75.44%,
        #000413 100%
    );
    color: white;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    margin: 0 5rem 0 10rem;
}

@media (max-width:600px) {
    #random-movie-player {
        margin: -6rem 0 5rem 0;
    }

}

#banner {
    display: none;
    border-radius: 10px;
    background-color: #84848426;
    padding: 20px;
    margin: 18px 0 0 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#banner i {
    width: 30px;
}

#btn-random-movie, #btn-random-series {
    position: relative;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    top: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    background: #ffffff3d;
    backdrop-filter: blur(25px);
    transition: all .3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#btn-random-movie:hover {
    transform: scale(0.9);
}

#btn-random-series:hover {
    transform: scale(0.9);
}

#btn-random-movie i {
    margin-right: 5px;
    font-size: 16px; /* Ajuste o tamanho conforme necessário */
}

.profile-dropdown-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: -51px;
    background-color: #000000d4;
    border: 2px solid #595959;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    transition: all .4s ease-in-out;
}

.profile-dropdown-menu i {
    margin-right: 6px;
}

.profile-dropdown-menu a {
    color: #ffffff;
    width: 100%;
    font-size: 15px;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    background: transparent;
}

.profile-dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.profile-container {
    position: relative;
}

.nav-item svg {
    color: var(--main-color);
}

.profile-dropdown-menu svg {
    color: var(--main-color);
    margin-right: 5px;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.random-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#continue-watching {
    border-radius: 50px;
    margin: 30px 0 30px 0;
    padding: 15px;
    border: none;
    background: #ffffff17;
    color: white;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
} 


.top10series .titulo-container {
    margin-bottom: 20px;
    margin-top: 30px;
}

.top10series .splide__list {
    display: flex;
    gap: 10px; /* Adjust the gap as needed */
}

.top10series .splide__slide {
    position: relative;
    width: 20%; /* Adjust width as needed */
}

.top10series .top10-posicao {
    position: absolute;
    top: 106px;
    left: 0;
    z-index: 2;
    font-size: 5rem;
    color: white;
}

.top10series .img-top10 {
    width: 100%;
    display: block;
}

.top10series .top10-numero {
    color: #000000c9;
    text-shadow: -1px -1px 0 #fff,  
         1px -1px 0 #fff,
        -1px 1px 0 #fff,
         1px 1px 0 #fff;
    font-weight: bold;
}

@media (max-width:644px) {
    .top10series .top10-posicao {
        top: 85px;
    }
}

@media (max-width:1920px) {
    .top10series .top10-posicao {
        top: 157px;
    }
}

.serie-menor .top10-posicao {
    font-size: 5rem;
}

@media (max-width:1920px) {
    .serie-menor .top10-posicao {
        font-size: 5rem;
    }
}

.container-404 {
    display: flex;
    position: relative;
    top: 100px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.container-favoritos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 20px;

}

@media (min-width:780px) {
    .container-favoritos {
        margin-left: 31px;
    }
}

#lottie-animation {
    padding: 20px;
    margin: 3rem 0 0 0;
}

.favoritos-movies, .favoritos-series {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
    justify-content: center;
    padding: 30px;
}

@media (max-width:644px) {
    .favoritos-movies, .favoritos-series {
        grid-template-columns: repeat(3, 1fr);
    }
}

.favorito-item {
    box-sizing: border-box;
    padding: 5px;
}

.favorito-item img {
    width: 100%;
    border-radius: .2rem;
    object-fit: fill;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.favorito-item figure {
    height: 115%;
}

.tabcontent {
    display: none;
}

.tablinks {
    background-color: #3b3b3b57;
    width: 100px;
    color: white;
    border: 2px solid grey;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}

.tablinks.active {
    border: 2px solid var(--main-color);
}

.tab-fav {
    display: flex;
    gap: 20px;
}

.btn-trailer, #fav-btn {
    color: white;
    display: inline-block;
    background-color: #f5f5f536;
    border: none;
    padding: 10px;
    height: auto;
    width: 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.btn-trailer i {
    margin-right: 5px;
}

.trailer-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 74%);
    backdrop-filter: blur(5px);
}

.trailer-modal-content {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 25px;
}

@media (min-width:780px) {
    .trailer-modal-content {
        width: 80%;
        margin: 10rem 0 0 10rem;
    }
}

.close-trailer-modal {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-trailer-modal:hover,
.close-trailer-modal:focus {
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
}

.actions {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 13px;
}

#card-slides {
    margin: auto 100px 100px 100px;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Ajuste a largura conforme necessário */
}

.ano {
    border-radius: 20px;
    background-color: #000;
    color: white;
}

.container-planos {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 500px;
    gap: 20px;
    background-color: #00000000;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    align-items: center;
}

.plano {
    border: 2px solid #2a2a2a;
    border-radius: 10px;
    margin: 15px;
    padding: 0 0 20px 0;
    text-align: center;
}

@media (max-width: 600px) {
    body {
        flex-direction: column;
    }
}

.btn-planos {
    display: block;
    border-radius: 50px;
    background-color: var(--main-color);
    padding: 10px;
    color: black;
    font-weight: 600;
    margin: 23px 10px 0 10px;
    transition: all .2s;
}

.btn-planos:hover {
    box-shadow: 1px 4px 0px 0px #006400;
}

.titulo-planos {
    display: flex;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    margin: 0 0 25px 0;
    background: radial-gradient(
        78.39% 511.66% at 46.68% -243.91%,
        #ff9900 -14%,
        #42e509 19.27%,
        #0e4f12 74.44%,
        #000413 100%
    );
}

.preco-planos {
    display: block;
    font-size: 34px;
    font-weight: 800;
}

.planos-list {
    display: flex;
}

@media (max-width: 640px) {
    .planos-list {
        display: flex;
        flex-direction: column;
    }
}

.body-planos { 
    padding: 3rem 0;
}

.itens-plans {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    gap: 10px;
    flex-direction: column;
}

.itens-plans i {
    color: var(--main-color);
}



.accordion-wrapper {
    display: block;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    max-width: 500px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .accordion + .title {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background: #161616;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    border: 1px solid #0dfd00;
  }
  
  .accordion ~ .title strong {
    line-height: 24px;
    color: white;
    margin-left: 7px;
  }
  
  .accordion ~ .title .side-icon {
    display: block;
  }
  
  .accordion:checked ~ .title .side-icon {
    display: none;
  }
  
  .accordion ~ .title .down-icon {
    display: none;
  }
  
  .accordion:checked ~ .title .down-icon {
    display: block;
  }
  
  .accordion ~ .content {
      display: none;
      padding: 15px;
      position: relative;
      cursor: pointer;
      margin-top: -1px;
      border-radius: 20px;
      background-color: #1a1a1a;
      border: 2px solid #383838;
  }
  
  .accordion:checked ~ .content {
    display: block;
  }
  
  .faq {
      width:100%;
      margin-top: 40px;
      padding: 20px;
  }

  .faq h2 {
    margin: 0 0 10px 0;
    padding: 10px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .whatsapp-btn {
    background-color: #00c449;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid green;
}

.whatsapp-btn i {
    margin-right: 8px;
}

.filmes-series-pop-planos {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.plataformas {
    padding: 20px;
}

.text-container h1 {
    font-size: 15px;
}

.landing-planos {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px;
    background: radial-gradient(
        60.39% 511.66% at 47.68% -253.91%,
        #ffc600 1%,
        #e5098a 0.27%,
        #0e1b4f 111.44%,
        #000413 100%
    );
    color: white;
    justify-content: center;
    border-radius: 10px;
}

@media (max-width:644px) {
    .landing-planos {
        flex-direction: column;
    }
}

.sidebar {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #0000006b;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    z-index: 999999;
    backdrop-filter: blur(8px);
    border-radius: 0px 25px 25px 0;
}

@media (min-width:780px){
    .sidebar {
        display: flex;
    }

}

.navbar {
    display: flex;
    flex-direction: column;
}

.sidebar .nav-link {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    display: block;
}

.sidebar .nav-link:hover {
    color: var(--main-color);
    transform: scale(0.9);
}


.header-logo img.logo {
    width: 60px; /* Ajuste conforme necessário */
    margin-bottom: 100px;
}

/* Ajustes adicionais para o logout form e ícones */
.logout-form {
    display: none;
}



.main {
    margin-top:10px;
    padding: 20px;
}

@media (min-width:780px){
    .main {
        margin-left: 90px;
    }

    .container-slides {
        margin: 0 0px 0px 115px;
    }
}


@media (max-width:468px) {
    .miniposter {
        margin: -22rem 0 -1rem 0;
        padding: 20px;
    }

    .miniposter img {
        width: 50%;
    }
}

@media (min-width:469px) {
    .miniposter {
        margin: -5rem 0 -1rem 0;
        padding: 20px;
    }
    
}

@media (min-width:780px) {
    .miniposter {
        margin: -15rem 0 -1rem 147px;
        padding: 20px;
    }
}

@media (min-width:1100px) {
    .miniposter {
        margin: -25rem 0 -1rem 147px;
        padding: 20px;
    }
}

@media (min-width:1650px) {
    .miniposter {
        margin: -35rem 0 -1rem 147px;
        padding: 20px;
    }
}

@media (min-width:1950px) {
    .miniposter {
        margin: -45rem 0 -1rem 147px;
        padding: 20px;
    }
}

@media (min-width:2300px) {
    .miniposter {
        margin: -55rem 0 -1rem 147px;
        padding: 20px;
    }
}

.container-busca {
    margin-top: -20rem;
    background-image: linear-gradient(to right, rgb(0 0 0 / 50%), transparent), linear-gradient(to bottom, rgb(0 0 0 / 100%), transparent),linear-gradient(to top, rgb(0 0 0), transparent),
    url('/public/assets/images/background.jpg');
    background-size: cover;
    background-position: center center;
    padding: 24rem 0px;
    height: 0px;
    
}

@media (max-width:644px) {
    .container-busca {
        margin-top: -21rem;
    }
}

@media (min-width:780px) {
    .container-busca {
        margin-left: 5rem;
    }
}

@media (min-width:780px) {
    .container-series {
        margin: 0 0px 0px 80px;
    }
}

#movie-image {
    width: 165px;
    height: 100%;
    border-radius: 5px;
}

#movie-image,#movie-overview, #titulo-capa {
    display: none;
}

@media (min-width:780px) {
    #movie-image {
        width: 165px;
    }
}

#titulo-capa {
    gap: 30px;
    margin: 2rem;
}

.title-desc {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#movie-overview {
    width: 100%;
    height: 115px;
    padding: 0px 0 0px 0;
    text-align: start;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #bfbfbf;
    text-overflow: ellipsis;
}

#movie-date {
    border: 2px solid #ffffff3d;
    border-radius: 25px;
    padding: 1px;
    text-align: center;
    width: 60px;
    backdrop-filter: blur(22px);
    background-color: #41414140;
}

/* Estilo do contêiner da busca */
.search-container {
    margin: 20px 0;
    text-align: center;
}

/* Estilo do campo de entrada de texto */
.search-container input[type="text"] {
    width: 60%;
    padding: 15px;
    font-size: 16px;
    border-radius: 50px;
    color: white;
    border: 2px solid #ffffff17;
    backdrop-filter: blur(7px);
    background-color: #2626268c;
    outline: 0;
}

/* Estilo do botão de busca */
.search-container button[type="submit"] {
    padding: 10px;
    background-color: #4CAF50; /* Cor de fundo do botão */
    color: white; /* Cor do texto do botão */
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0; /* Bordas arredondadas do lado direito */
    font-size: 16px; /* Tamanho da fonte do botão */
}

/* Mudar a cor de fundo do botão ao passar o mouse sobre ele */
.search-container button[type="submit"]:hover {
    background-color: #45a049;
}

/* Estilo para telas menores para garantir a responsividade */
@media screen and (max-width: 600px) {
    .search-container input[type="text"], .search-container button[type="submit"] {
        width: 90%;
        margin: 0;
        padding: 10px;
    }
}

.continue-watching {
    margin-top: 20px;
}

#continue-watching .movies-list .movie {
    width: 300px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

#continue-watching .movies-list .movie img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#continue-watching .movies-list .movie .movie-info {
    padding: 8px;
    text-align: center;
}

.continue-watching .movie-info img.movie-backdrop {
    width: 100%; 
    height: auto; 
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.continue-watching h3 {
    font-size: 10px; 
    color: #fff; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden; 
    text-align: left;
}

.continue-watching .movie-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    border: 2px solid #ffffff24;
}

.continue-watching .movie-backdrop-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* Garante que a imagem respeite o border-radius */
}

.continue-watching .movie-backdrop {
    width: 100%;
    display: block;
    transition: transform 0.3s ease; /* Efeito de zoom ao passar o mouse */
}

.continue-watching .movie-backdrop-container:hover .movie-backdrop {
    transform: scale(1.05); /* Zoom leve ao passar o mouse */
}

.continue-watching .movie-details {
    padding: 10px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.continue-watching .movie-details h3 {
    margin: 0 0 10px 0; /* Espaço entre título e botão */
}

.continue-watching .continue-watching-btn {
    background-color: #fff;
    border: none;
    padding: 7px 16px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.continue-watching .continue-watching-btn i {
    margin-right: 5px; /* Espaço entre o ícone e o texto */
}

.continue-watching .progress {
    height: 3px; /* Altura da barra de progresso */
    background-color: #e0e0e040;
    border-radius: 2.5px; /* Bordas arredondadas para a barra */
    width: 100%; /* Largura total dentro do container */
    margin-top: 5px; /* Espaço acima da barra */
}

.continue-watching .progress-bar {
    height: 3px; /* Altura da barra de progresso */
    background-color: var(--main-color); /* Cor da barra de progresso */
    border-radius: 2.5px; /* Bordas arredondadas para a barra de progresso */
    width: 30%; /* Largura da barra de progresso - pode variar conforme o progresso */
}


