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

    :root {
    --main-bg-color: rgb(0, 0, 0);
    --text-color: white;
    --headline-color: rgb(217, 36, 12);
    --headline-color2: rgb(191, 204, 235);
    --headline-color-hover: rgb(191, 7, 38);
  }

body {
    background-color: var(--main-bg-color);
}  

h1 {
    font-family: "Iceberg", serif;
    font-weight: 400;
    font-style: normal;
  }

h1, .title {
    color: var(--headline-color);
}  

h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(360deg, #ffffff, #9198a9);
    background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  display: inline;
}

h2 {
    font-size: 5rem;
    padding: 1.7rem 0;
}  

.title {
    color: var(--headline-color); 
    font-size: inherit; 
    font-family: inherit; 
    background: none;
    -webkit-text-fill-color: initial; 
  }

h3 {
    font-size: 3rem;
    padding: 1rem 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 15px;
}

h4 {
    font-size: 2rem;
    padding: 1.7rem 0;
}

p {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text-color);
    font-size: 2rem;

}

h1:hover, .title:hover {
    color: var(--headline-color-hover);
    cursor: pointer;
}  

#hero {
    background-image: url(./img/hero2.gif);
    background-size: contain;
    height: 40rem;
    width: auto;
    background-repeat: no-repeat;
}

#hero-txt {
    float: right;
    font-size: 10rem;
    margin-right: 3rem;
}

nav {
    padding: 1rem 2rem; 
    display: flex;
    justify-content: center; 
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

nav a {
    text-decoration: none; 
    color: var(--text-color);
    padding: 0.5rem 1rem; 
    font-size: 1.2rem; 
    font-weight: bold;
    text-transform: uppercase; 
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 5px; 
}

nav a:hover {
    color: var(--headline-color);
    background-color: rgba(255, 255, 255, 0.1); 
    cursor: pointer;
}

nav ul {
    list-style: none; 
    display: flex; 
    gap: 2rem; 
    padding: 0;
    margin: 0; 
}

main {
    display: flex;
    flex-direction: column;
    margin: 1rem 5rem;
}

article {
    padding: 2rem 0;
}

#about, #about div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 1rem auto;
    border: 0.1rem solid rgb(50, 2, 2);
    border-radius: 1%;
    box-shadow: 5px 5px 5px rgb(50, 2, 2);
}

#gallery img {
    width: 100%;
    height: auto; 
    object-fit: cover;
}

#gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

#trailer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

iframe {
    border: 0.1rem solid rgb(50, 2, 2);
    border-radius: 1%;
    box-shadow: 5px 5px 5px rgb(50, 2, 2);
}

#cnc {
    text-align: center;
}

#about h2 {
    text-align: center;
}

#tickets {
    text-align: center;
}

.cnc-subcat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 1rem 0; 
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.card p {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0.5rem 0 0;
}

.role {
    font-size: 0.9rem;
    font-weight: bold;
    color: #b1b0b0;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(30% - 1rem);
    max-width: 30rem;
    position: relative;
    filter: grayscale(100%);
    border: 0.1rem solid rgb(50, 2, 2);
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(50, 2, 2);
}

.card img {
    width: 100%;
    height: auto;
}

.card1-cnc {
    background-image: url(./img/smoke1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
     
}

.card2-cnc {
    background-image: url(./img/smoke2.jpeg);
    background-size: cover;
    background-repeat: no-repeat; 
}

.card3-cnc {
    background-image: url(./img/smoke3.jpeg);
    background-size: cover;
    background-repeat: no-repeat; 
}

.card4-cnc {
    background-image: url(./img/smoke4.jpeg);
    background-size: cover;
    background-repeat: no-repeat; 
}

.card img.portrait {
    width: 10rem; 
    height: auto; 
    z-index: 2; 
    border-radius: 50%;
    margin: 2rem;
    filter: blur(2px);
    
}

.card img.portrait:hover {
    filter: blur(0px);
    transform: scale(1.3);
    cursor: pointer;
}

#premiere, #premiere div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#premiere h3 {
    margin-bottom: 3.5rem;
}

#premiere h4 {
    text-align: center;
}

#premiere {
    padding: 2rem;
    color: var(--text-color);
}

#countdown {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

#demo {
    border: 0.1rem solid rgb(55, 54, 54);
    border-radius: 1rem;
    width: 20rem;
}

#premiere iframe {
    filter: grayscale(100%);
    transition: filter 0.3s ease; 
    margin: 2rem auto;
    display: block; 
}

#premiere iframe:hover {
    filter: grayscale(0);
}

#choose-tickets {
    margin: 2rem auto;
    padding: 2rem;
    color: var(--text-color);
    width: 80%;
    max-width: 600px;
    font-family: Arial, sans-serif;
}

#ticket-options {
    font-size: 2rem;
    margin: 2rem 0;
}

#buy-button {
    margin-top: 2rem;
    background-color: var(--headline-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#buy-button:hover {
    background-color: rgba(191, 7, 38, 0.9);
}


footer {
    background-color: var(--main-bg-color);
    color: var(--text-color);
    padding: 2rem 0;
    text-align: center;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2); 
    position: relative; 
    z-index: 1000;
}

footer nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
}

footer nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

footer nav a {
    text-decoration: none;
    color: var(--text-color);
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 5px;
}

footer nav a:hover {
    color: var(--headline-color);
    cursor: pointer;
}

footer p {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: normal;
}

.social-media-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.social-icon {
    font-size: 2rem;
    color: white;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: #ff5c5c;
    transform: scale(1.1); 
}

.social-icon i {
    transition: color 0.3s ease, transform 0.3s ease;
}


@media only screen and (max-width: 1800px) {
    #hero-txt {
        width: 75%;
        text-align: right;
        margin-right: 1rem;
        font-size: 8rem;
    }
}

@media only screen and (max-width: 1500px) {
    #hero-txt {
        width: fit-content;
        text-align: right;
        font-size: 6rem;
    }
    #hero {
        height: 30rem;
        background-size: cover;
    }
}

@media only screen and (max-width: 1220px) {
    #hero-txt {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1050px) {
    #hero-txt {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 1rem;
    }

    .card {
        width: 100%;
        max-width: none;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    .role {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .cards {
        grid-template-columns: 1fr; 
        gap: 0.5rem;
    }

    .card {
        width: 100%;
        max-width: none;
        font-size: 1.2rem;
    }

    .card p {
        font-size: 0.9rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    .role {
        font-size: 0.8rem;
    }
}