/* ===== GENERAL ===== */


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: black;
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: white;
}


/* ===== NAVIGATION ===== */

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background: rgba(0, 0, 0, 0.9);

    padding: 12px 0;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    z-index: 9999;
}

nav a {
    color: #007BFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
}

nav a:hover {
    color: white;
}


/* ===== HOME / HERO ===== */

.hero {
    padding-top: 110px;
    min-height: 600px;
}

.logo {
    width: 260px;
    max-width: 80%;
    height: auto;
}

.hero h1 {
    color: #007BFF;
    font-size: 42px;
    margin: 25px 15px 10px;
}

.hero h2 {
    color: red;
    font-size: 30px;
}

.hero p {
    font-size: 20px;
    margin: 20px;
}


/* ===== BUTTONS ===== */

button {
    background: #007BFF;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

button:hover {
    transform: scale(1.05);
}


/* ===== CONTENT SECTIONS ===== */

.content {
    padding: 100px 20px;
    min-height: 500px;
}

.content h2 {
    color: #007BFF;
    font-size: 32px;}
.keep-together {
    display: inline-block;
    white-space: nowrap;
    font-size: 28px;
    vertical-align: middle;
}



/* ===== MOVIE GALLERY ===== */

.movie-gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}


/* ===== MOVIE CARD ===== */

.movie-card {
    width: 280px;
    max-width: 90%;

    padding: 15px;
    margin: 15px auto;

    background: rgba(0, 0, 0, 0.75);
    border-radius: 15px;

    text-align: center;

    transition: transform 0.3s ease,
                box-shadow 0.3s ease;
      display: flex;
    flex-direction: column;
    align-items: center;
}


/* ===== MOVIE POSTER ===== */

.movie-card img {
    width: 100%;
    max-width: 280px;
    height: 380px;

    object-fit: cover;

    border-radius: 10px;

    transition: transform 0.3s ease;
}


/* ===== MOVIE CARD TEXT ===== */

.movie-card h3 {
    color: #007BFF;
    font-size: 24px;
}

.movie-card p {
    color: white;
}


/* ===== MOVIE HOVER ===== */

.movie-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.movie-card:hover img {
    transform: scale(1.03);
}


/* ===== PHONE SCREEN ===== */

@media (max-width: 600px) {

    nav {
        padding: 10px 0;
        gap: 5px;
    }

    nav a {
        font-size: 16px;
        padding: 5px 7px;
    }

    .hero {
        padding-top: 120px;
    }

    .hero h1 .tkel-text {
    color: #007BFF;
    
        font-size: 32px;
    }
  .hero h2 .tkel-text {
    -webkit-text-stroke: 1px white;
    color: #007BFF;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow:
        0 0 8px rgba(0, 123, 255, 0.8),
        0 0 18px rgba(0, 123, 255, 0.5);
  }

    .hero h2 {
        font-size: 26px;
    }

    .hero p {
        font-size: 18px;
    }

    .logo {
        width: 220px;
    }

    .movie-card {
        width: 280px;
    }

    .movie-card img {
        height: 360px;
    }
}
/* FINAL FIX */

nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    z-index: 9999 !important;
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.movie-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}


.movie-card {
    width: 280px !important;
    max-width: 90% !important;
    box-sizing: border-box !important;
}

.logo {
    width: 220px;
    max-width: 80%;
    height: auto;
}

.hero a {
    text-decoration: none;
}
.welcome-text {
    max-width: 600px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.6;
    color: white;
}
.hero {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.contact-intro {
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.6;
}

.contact-card {
    max-width: 400px;
    margin: 30px auto;
    padding: 25px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
}

.contact-card a {
    color: #007BFF;
    text-decoration: none;
}

.contact-card a:hover {
    color: white;
}
.brand-name {
    display: inline-block;
    text-align: right;
}

.brand-name h2 {
    margin: 0;
    font-size: 42px;
    letter-spacing: 8px;
    line-height: 1;
    transform: scaleX(1.15);
    color: white;
}


.brand-name span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap;
    color: white;
}
footer {
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    padding: 30px 15px;
    margin-top: 50px;
}

footer h3 {
    color: #007BFF;
    margin-bottom: 10px;
}

footer p {
    margin: 8px;
    font-size: 16px;
  color: white;
}
footer a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: white;
}
.search-box {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 45px auto 25px;
    padding: 12px 15px;
}

.search-box input {
    width: 280px;
    max-width: 60vw;
    box-sizing: border-box;
    background: white;
    color: black;
    padding: 12px 15px;
    border: 2px solid #007BFF;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.search-box button {
    flex-shrink: 0;
    background: #007BFF;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 !important;

}

.search-box button:hover {
    background: #0056b3;
}
.search-box {
    position: relative;
    z-index: 10;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;

    margin: 80px auto 25px !important;
    padding: 12px 15px !important;

    transform: none !important;
}