:root{
--primary:#ff7a00;
--accent:#ffd400;
--dark:#0a0a0a;
--card:#111;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}
.booking-container {
    position: relative;
    text-align: center;
}


body{
background:var(--dark);
color:#fff;
line-height:1.6;
}

img{
width:100%;
display:block;
object-fit:cover;
}

html{
scroll-behavior:smooth;
}

/* NAVBAR */
.navbar{
position:fixed;
top:0;
width:100%;
padding:18px 8%;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(0,0,0,0.85);
backdrop-filter:blur(15px);
z-index:1000;
border-bottom:1px solid rgba(255,122,0,0.3);
}

.logo img{
max-width:160px;
}

.nav-links{
display:flex;
gap:30px;
list-style:none;
}

.nav-links a{
color:#fff;
text-decoration:none;
font-size:14px;
position:relative;
}

.nav-links a::after{
content:"";
position:absolute;
bottom:-6px;
left:0;
width:0;
height:2px;
background:var(--primary);
transition:0.3s;
}

.nav-links a:hover::after{
width:100%;
}

.nav-btn{
padding:8px 22px;
border:none;
border-radius:30px;
background:linear-gradient(135deg,#ff7a00,#ff3c00);
color:#fff;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.nav-btn:hover{
transform:translateY(-3px);
}

.menu-toggle{
display:none;
flex-direction:column;
cursor:pointer;
gap:6px;
}

.menu-toggle span{
width:25px;
height:3px;
background:#fff;
border-radius:3px;
transition:0.3s;
}

@media(max-width:768px){
.navbar{
padding:15px 5%;
}

.logo img{
max-width:120px;
}

.nav-links{
position:fixed;
left:-100%;
top:60px;
flex-direction:column;
background:rgba(0,0,0,0.95);
width:100%;
gap:0;
padding:20px 0;
transition:0.3s;
}

.nav-links.active{
left:0;
}

.nav-links a{
padding:15px 8%;
font-size:16px;
display:block;
}

.nav-btn{
padding:10px 20px;
font-size:14px;
margin:15px 8%;
width:calc(100% - 16%);
}

.menu-toggle{
display:flex;
}

.menu-toggle.active span:nth-child(1){
transform:rotate(45deg) translate(10px,10px);
}

.menu-toggle.active span:nth-child(2){
opacity:0;
}

.menu-toggle.active span:nth-child(3){
transform:rotate(-45deg) translate(8px,-8px);
}
}

@media(max-width:480px){
.navbar{
padding:12px 4%;
}

.logo img{
max-width:100px;
}

.nav-links{
top:55px;
}

.nav-btn{
margin:10px 4%;
width:calc(100% - 8%);
padding:10px 18px;
}
}
/* HERO */
.hero{
height:100vh;
display:flex;
align-items:center;
padding:0 8%;
background:
linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.6)),
url('https://images.unsplash.com/photo-1489599849927-2ee91cede3ba') center/cover no-repeat;
}

.hero h1{
font-size:60px;
line-height:1.1;
}

.hero span{
color:var(--primary);
}

.hero p{
margin:25px 0;
color:#ccc;
}

/* SECTIONS */
.section{
padding:130px 8%;
}

.dark-section{
background:linear-gradient(to bottom,#0a0a0a,#111);
}

.section-title{
text-align:center;
font-size:40px;
margin-bottom:80px;
position:relative;
}

.section-title::after{
content:"";
width:60px;
height:3px;
background:var(--primary);
display:block;
margin:15px auto;
}

/* FEATURED MOVIE */
:root{
--primary:#ff7a00;
--accent:#ffd400;
--dark:#0a0a0a;
--card:#111;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:var(--dark);
color:#fff;
line-height:1.6;
}

img{
width:100%;
display:block;
object-fit:cover;
}

html{
scroll-behavior:smooth;
}

/* NAVBAR */
.navbar{
position:fixed;
top:0;
width:100%;
padding:18px 8%;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(0,0,0,0.85);
backdrop-filter:blur(15px);
z-index:1000;
border-bottom:1px solid rgba(255,122,0,0.3);
}

.logo img{
max-width:160px;
}

.nav-links{
display:flex;
gap:30px;
list-style:none;
}

.nav-links a{
color:#fff;
text-decoration:none;
font-size:14px;
position:relative;
}

.nav-links a::after{
content:"";
position:absolute;
bottom:-6px;
left:0;
width:0;
height:2px;
background:var(--primary);
transition:0.3s;
}

.nav-links a:hover::after{
width:100%;
}

.nav-btn{
padding:8px 22px;
border:none;
border-radius:30px;
background:linear-gradient(135deg,#ff7a00,#ff3c00);
color:#fff;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.nav-btn:hover{
transform:translateY(-3px);
}

/* HERO */
.hero{
height:100vh;
display:flex;
align-items:center;
padding:0 8%;
background:
linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.6)),
url('https://images.unsplash.com/photo-1489599849927-2ee91cede3ba') center/cover no-repeat;
}

.hero h1{
font-size:60px;
line-height:1.1;
}

.hero span{
color:var(--primary);
}

.hero p{
margin:25px 0;
color:#ccc;
}

/* SECTIONS */
.section{
padding:130px 8%;
}

.dark-section{
background:linear-gradient(to bottom,#0a0a0a,#111);
}

.section-title{
text-align:center;
font-size:40px;
margin-bottom:80px;
position:relative;
}

.section-title::after{
content:"";
width:60px;
height:3px;
background:var(--primary);
display:block;
margin:15px auto;
}

/* FEATURED MOVIE */
/* GOOGLE FONT (optional) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* SECTION */
.now-booking {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 10%;
    overflow: hidden;
}

/* Optional soft background glow */
.overlay {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(229,9,20,0.15) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    z-index: 0;
}

/* LAYOUT */
.booking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
}

/* POSTER */
.movie-poster {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.movie-poster img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    object-fit: contain; /* FULL IMAGE VISIBLE */
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.7);
    transition: transform 0.4s ease;
}

.movie-poster img:hover {
    transform: scale(1.05);
}

/* BADGE */
.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e50914;
    color: white;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(229,9,20,0.5);
}

/* DETAILS */
.movie-details {
    flex: 1.2;
    color: white;
}

.movie-details h1 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.movie-details h2 {
    font-size: 22px;
    font-weight: 400;
    color: #bbb;
    margin-bottom: 25px;
}

.release-date {
    color: #e50914;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.description {
    font-size: 17px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 40px;
    max-width: 500px;
}

/* BUTTONS */
.movie-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.primary-btn {
    background: #e50914;
    color: white;
    padding: 15px 36px;
    border: none;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background: #ff1f2e;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(229,9,20,0.5);
}

.secondary-btn {
    background: transparent;
    color: white;
    padding: 15px 36px;
    border: 2px solid white;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: white;
    color: black;
    transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .booking-container {
        flex-direction: column;
        text-align: center;
    }

    .description {
        margin: auto;
    }

    .movie-actions {
        justify-content: center;
    }
}
/* UPCOMING */
.upcoming-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
}

.up-card{
background:var(--card);
border-radius:18px;
overflow:hidden;
transition:0.4s;
text-align:center;
}

.up-card img{
aspect-ratio:2/3;
}

.up-card h4{
padding:20px;
}

.up-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(255,122,0,0.2);
}

/* ABOUT */
.about-container{
display:flex;
gap:80px;
flex-wrap:wrap;
}

.about-label{
font-size:12px;
letter-spacing:3px;
color:var(--primary);
}

.about-info h2{
font-size:40px;
margin:20px 0;
}

.contact-card{
margin-top:30px;
padding:20px;
background:rgba(255,255,255,0.04);
border-radius:15px;
display:flex;
justify-content:space-between;
align-items:center;
}

.contact-social{
    display:flex;
    align-items:center;
    gap:12px;
}

.contact-social a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(6px);
    color:#fff;
    font-size:18px;
    text-decoration:none;
    transition:all 0.35s ease;
    box-shadow:0 4px 10px rgba(0,0,0,0.4);
}

/* Hover animation */
.contact-social a:hover{
    transform:translateY(-4px) scale(1.1);
    box-shadow:0 8px 20px rgba(0,0,0,0.6);
}

/* Brand colors on hover */
.contact-social a:hover .fa-instagram{
    color:#E1306C;
}

.contact-social a:hover .fa-facebook-f{
    color:#1877F2;
}

.contact-social a:hover .fa-whatsapp{
    color:#25D366;
}

/* SERVICES */
.service-box{
background:var(--card);
padding:30px;
border-radius:15px;
transition:0.3s;
}

.service-box:hover{
transform:translateY(-6px);
}

/* FOOTER */
.footer{
padding:60px 8%;
text-align:center;
background:#000;
border-top:1px solid var(--primary);
}

.footer-logo{
max-width:140px;
margin-bottom:20px;
}

.social-icons a{
margin:0 8px;
color:#fff;
font-size:18px;
transition:0.3s;
}

.social-icons a:hover{
color:var(--primary);
}

copyright{
font-size:13px;
color:#aaa;
}

/* RESPONSIVE */
@media(max-width:900px){
.hero h1{font-size:38px;}
.section{padding:90px 8%;}

}





