* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: din, sans-serif;
    color: white;
}

#home_bg {
    background: radial-gradient(47.92% 47.92% at 50% 52.08%, #AD2424 0%, #901C1C 63.24%, #7A1A1A 100%);
}

#films_bg {
    background: radial-gradient(47.92% 47.92% at 50% 52.08%, #AD2424 0%, #901C1C 63.24%, #7A1A1A 100%);
}

#details_bg {
    background: radial-gradient(47.92% 47.92% at 50% 52.08%, #7124AD 0%, #6B1C90 63.24%, #5C1A7A 100%);
}

.grelha {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.area_3_colunas {
    grid-column: span 3;
}

.area_4_colunas {
    grid-column: span 4;
}

.area_6_colunas {
    grid-column: span 6;
}

.area_12_colunas {
    grid-column: span 12;
}

.aqui_gap {
    gap: 20px;
}

.esp25 {
    padding-top: 25px;
}

.margintop{
    margin-top: 30px;
}

.margindown {
    margin-bottom: 60px;
}

.padbottom20 {
    padding-bottom: 20px;
}

.fit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.fit img {
    width: 100%;
    height: 100%;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.cta {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ctal {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ctall {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.name {
    display: block;
}

.nameresponsive {
    display: none;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: gray;
    text-decoration: none;
}

header {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.header_red {
    background: linear-gradient(#380000, #7A1A1A);
}

.header_purple {
    background: linear-gradient(#240038, #571A7A);
}

.divstroke {
    top: 0px;
    margin: 0px;
    padding: 0px 2px 2px 3px;
    border-width: 2px;
    border-bottom-width: 2px;
    border-bottom-color: White;
    border-bottom-style: solid;
    width: 100%;
}

#menu_nav {
    width: 90%;
    margin: auto;
    height: 123px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav#desktop ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

nav#desktop ul li {
    margin: 0 10px;
}

nav#mobile {
    display: none;
}

#bigmac {
    display: none;
    width: 40px;
    height: 28px;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

#bigmac .linha {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 9px;
    left: 0;
    transition: 0.5s ease-in-out;
}

#bigmac .linha:nth-child(1) {
    top: 0px;
}

#bigmac .linha:nth-child(2) {
    top: 12px;
}

#bigmac .linha:nth-child(3) {
    top: 12px;
}

#bigmac .linha:nth-child(4) {
    top: 24px;
}

#bigmac.open .linha:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#bigmac.open .linha:nth-child(2) {
    transform: rotate(45deg);
}

#bigmac.open .linha:nth-child(3) {
    transform: rotate(-45deg);
}

#bigmac.open .linha:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.purple1 {
    background-color: #320D44;
}

.purple2 {
    background-color: #411256;
}

.purple3 {
    background-color: #501869;
}

.purple4 {
    background-color: #563761;
}

.purple5 {
    background-color: #B84699;
}

.silver-btn {
    font-family: din, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 240px;
    height: 50px;
    cursor: pointer;
    background: url('media/Silver.jpg') center/cover no-repeat;
    margin: 0 auto;
}

.red-btn {
    font-family: din, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 240px;
    height: 50px;
    background-color: #AD3131;
    color: #DCDEDD;
}

.btn-border-p {
    color: #330053;
    border-style: solid;
    border-color: #330053;
    border-radius: 8px;
    border-width: 2px;
}

.btn-border-r {
    color: #AD3131;
    border-style: solid;
    border-color: #AD3131;
    border-radius: 8px;
    border-width: 2px;
}

.btn-border-g {
    border-style: solid;
    border-color: #989C9D;
    border-radius: 8px;
    border-width: 2px;
}

.btn-border-p p:hover {
    color: #542c6b;
}

.btn-border-r p:hover {
    color: #701f1f;
}

.btn-border-g p:hover {
    color: #989C9D;
}

button p {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.08em;
}

#hero {
    display: block;
    margin-top: 25px;
}

#herores {
    display: none;
}

.hero-overlay {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 65%;
    z-index: 10;
}

.hero-overlay h1,
.hero-overlay h2 {
    color: #000000;
}

.hero-overlay h1:nth-of-type(1) {
    margin-bottom: 5px;
}

.hero-overlay h1:nth-of-type(2) {
    margin-bottom: 15px;
}

.hero-overlay h2 {
    margin-bottom: 20px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.footer-thanks {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

#stats {
    width: 80%;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

.stat-item {
    border-left: 2px solid white;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

#h1news {
    margin: 0 auto;
    padding-bottom: 30px;
}

#filmcomp {
    margin-top: 20px;
}

.film-list {
    margin-bottom: 35px;
}

.card-con img {
    height: 100%;
    width: 100%;
}

.film-card-info {
    background-color: #470E0E;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px 5px 12px;
    align-items: center;
}

.film-card-info p {
    padding-bottom: 5px;
}

.film-botao {
    border-radius: 3px;
    display: block;
    padding: 1px 27px;
    margin-bottom: 5px;
    text-align: center;
}

.film-botao:hover {
    color: gray;
}

.film-card-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.datecta {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.dropdown-container {
    width: 100%;
    max-width: 520px;
}

#E29th {
    font-size: 26px;
    font-weight: 400;
}

.custom-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    padding: 12px 40px 12px 16px;
    width: 100%;
    font-family: din, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s ease;
    margin-top: 15px;
    margin-bottom: 30px;
}

.custom-dropdown:hover,
.custom-dropdown:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.custom-dropdown option {
    background-color: #6a1015;
    color: #ffffff;
    padding: 10px;
}

.main-carousel-section {
    margin-top: 25px;
}

#carousel_sinopse {
    height: 358px;
}

.synopsis-content {
    width: 88%;
    margin: 6% auto 10% auto;
}

.synopsis-content p {
    padding-top: 10px;
}

#genre {
    letter-spacing: 0.16em;
    text-align: end;
}

.slider-container {
    width: 100%;
    height: 358px;
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    pointer-events: none;
}

.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: 0.3s;
}

.dot.active {
    background: #ffffff;
    transform: scale(1.2);
}

#sessions_cast {
    height: 499px;
}

#sessions_cast h1 {
    text-align: center;
    padding-top: 27px;
}

#timetablemar {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 8%;
    margin-bottom: 12%;
}

.timetable {
    display: flex;
    width: 100%;
    align-items: center;
}

.timetable p {
    margin: 0;
    padding: 12px 0;
}

.timetable-col1 {
    flex: 2;
    text-align: left;
    padding-left: 3.5%;
}

.timetable-col2 {
    flex: 1;
    text-align: left;
    padding-left: 3.5%;
}

.timetable-col3 {
    flex: 1;
    text-align: left;
    padding-left: 3%;
}

.timetable-col4 {
    flex: 1;
    text-align: left;
    padding-left: 3.9%;
}

.cast-container {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    overflow: hidden;
}

.cast-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.cast-track::-webkit-scrollbar {
    display: none;
}

#castTrack p {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.cast-group {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    scroll-snap-align: start;
}

.actor-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.actor-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.actor-label {
    background-color: #563761;
    padding: 7px;
    text-align: left;
}

.actor-label h5 {
    text-align: center;
    font-size: 15px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.actor-label p {
    font-size: 10px;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.cast-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s;
}

.cast-arrow:hover {
    opacity: 0.7;
}

.cast-arrow.left {
    left: 10px;
}

.cast-arrow.right {
    right: 10px;
}

#info {
    padding-top: 35px;
    padding-bottom: 60px;
}

footer {
    background-image: url('media/Footer_image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_txt {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#footer_1,
#footer_3 {
    padding-top: 106px;
}

#footer_1 li,
#footer_3 li {
    padding-bottom: 16px;
}

#footer_2 {
    padding-top: 50px;
}

#footer_4 {
    display: none;
}

.social_icons {
    padding-top: 30px;
}

.social_icons img {
    width: 50px;
    height: 50px;
}

.iconpad {
    margin-right: 10px;
}

#Discover {
    padding-top: 30px;
}

#copyright {
    padding-top: 65px;
    padding-bottom: 20px;
}

@media (max-width: 800px) {
    * {
        min-width: 0;
    }

    header {
        padding-top: 2px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    #menu_nav {
        width: 95%;
        height: 85px;
    }

    #menu_nav img {
        width: 87%;
    }

    #bigmac {
        display: block;
    }

    nav#desktop {
        display: none;
    }

    nav#mobile {
        display: block;
        position: fixed;
        z-index: 20;
        width: 100%;
        left: -100vw;
        top: 85px;
        transition: .3s linear;
        background-color: #000000d7;
    }

    nav#mobile.menu_abre {
        left: 0;
    }

    nav#mobile ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    nav#mobile li {
        width: 100%;
        margin: 5px 0;
        text-align: center;
        height: 39px;
    }

    .grelha {
        grid-template-columns: 1fr;
        width: 95%;
    }

    .area_6_colunas,
    .area_4_colunas,
    .area_12_colunas,
    .area_3_colunas {
        grid-column: span 1;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h5 {
        font-size: 12px;
    }

    p,
    .cta,
    .ctal,
    .ctall {
        font-size: 12px;
        line-height: 1.5;
    }

    #hero {
        display: none;
    }

    #herores {
        display: block;
        margin-top: 100px;
    }

    .fit {
        width: 95%;
    }

    .hero-overlay {
        width: 80%;
        top: 39%;
    }

    .hero-overlay h1 {
        font-size: 20px !important;
        line-height: 1.1;
    }

    .hero-overlay h1:nth-of-type(1) {
        margin-bottom: 4px;
    }

    .hero-overlay h1:nth-of-type(2) {
        margin-bottom: 8px;
    }

    .hero-overlay h2 {
        font-size: 13px !important;
        margin-bottom: 15px;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 6px;
        margin-top: 8px;
        margin-bottom: 12px;
        width: 100%;
    }

    .hero-buttons button {
        flex: 1;
        height: 28px;
        width: auto;
        padding: 0 4px;
    }

    .hero-buttons button p {
        font-size: 8px;
        letter-spacing: 0.05em;
    }

    .footer-thanks {
        font-size: 8px;
        line-height: 1.2;
    }

    #stats {
        flex-direction: column;
        align-items: flex-start;
        width: 85%;
        gap: 30px;
        margin: 50px auto;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-label {
        font-size: 16px;
    }

    .margintop {
        margin-top: 5px;
    }

    .margindown {
        margin-bottom: 30px;
    }

    #category h1 {
        margin: 0;
        text-align: left;
        padding: 0;
        padding-left: 5px;
    }

    #E29th {
        font-size: 21px;
    }

    .custom-dropdown {
        font-size: 15px;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .main-carousel-section,
    #filmcomp {
        margin-top: 100px;
    }

    #carousel_sinopse {
        height: auto;
    }

    .synopsis-content {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    #genre {
        padding-top: 15px;
    }

    .slider-container {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    #sessions_cast {
        height: auto;
        max-width: 100vw;
        overflow: hidden;
    }

    #sessions {
        padding-bottom: 38px;
    }

    #timetablemar {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 6%;
        margin-bottom: 8%;
    }

    .timetable {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .timetable p {
        font-size: 11px;
        white-space: nowrap;
        overflow: visible;
        padding: 5px 0;
    }

    .timetable-col1 {
        flex: 3;
        text-align: left;
        padding-left: 10px;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .timetable-col2 {
        flex: 1.2;
        text-align: left;
        padding-left: 10px;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .timetable-col3 {
        flex: 1.6;
        text-align: left;
        padding-left: 20px;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .timetable-col4 {
        flex: 1.4;
        text-align: left;
        padding-left: 20px;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .cast-container {
        position: relative;
        overflow: visible;
        padding: 20px 25px;
    }

    .cast-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px;
    }

    .cast-group {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }

    .actor-card {
        flex: 1;
        min-width: 0;
    }

    .actor-card img {
        height: 220px;
        aspect-ratio: 2/3;
    }

    .actor-label h5 {
        font-size: 12px;
    }

    .actor-label p {
        font-size: 10px;
    }

    .cast-arrow {
        font-size: 20px;
    }

    .cast-arrow.left {
        left: 5.5px;
    }

    .cast-arrow.right {
        right: 5.5px;
    }

    #info {
        padding-top: 10px;
        padding-bottom: 35px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .silver-btn {
        width: 200px;
        height: 43px;
    }

    button p {
        font-size: 13px;
    }

    #footer_1,
    #footer_3 {
        display: none;
    }

    #footer_2 {
        padding-top: 30px;
    }

    #footer_4 {
        padding-top: 20px;
        display: block;
    }

    #logo {
        width: 228px;
    }

    .social_icons {
        padding-top: 20px;
    }

    .social_icons img {
        width: 45px;
        height: 45px;
    }

    .iconpad {
        margin-right: 7px;
    }

    #Discover {
        padding-top: 20px;
    }

    .footer_txt {
        font-size: 16px;
    }

    #copyright {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .name {
        display: none;
    }

    .nameresponsive {
        display: block;
    }
}