/* ======================================= */
/* VARNIKA PREMIUM CSS */
/* ======================================= */

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

html{
  scroll-behavior:smooth;
}

body{
  background:#050505;
  color:#fff;
  font-family:'Poppins',sans-serif;
  overflow-x:hidden;
}

/* NAVBAR */

.navbar{
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 8%;
  background:rgba(0,0,0,0.4);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(212,175,55,0.15);
}

.logo{
  font-size:2rem;
  font-family:'Cinzel',serif;
  color:#d4af37;
  letter-spacing:3px;
}

nav{
  display:flex;
  gap:30px;
}

nav a{
  color:#fff;
  text-decoration:none;
  position:relative;
}

nav a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-5px;
  width:0%;
  height:2px;
  background:#d4af37;
  transition:0.4s;
}

nav a:hover::after{
  width:100%;
}

.nav-btn{
  padding:12px 25px;
  background:linear-gradient(45deg,#d4af37,#f2d06b);
  color:#000;
  text-decoration:none;
  border-radius:40px;
  font-weight:600;
}

/* HERO */

.hero{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
   padding-top:150px;
}

.hero-bg{
  position:absolute;
  width:100%;
  height:100%;

  background:
  linear-gradient(
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.92)
  ),
url("../images/hero-banner.png");

  background-size:cover;
  background-position:center;
  transform:scale(1.05);
}

.hero-overlay{
  position:absolute;
  width:100%;
  height:100%;
}

.hero-content{
  position:relative;
  z-index:5;
  text-align:center;
  width:90%;
  max-width:850px;
}

.hero-small-title{
  color:#d4af37;
  letter-spacing:5px;
  margin-bottom:20px;
  font-size:0.9rem;
}

.hero-content h1{
  font-size:8rem;
  font-family:'Cinzel',serif;
  color:#d4af37;
  line-height:1;
  text-shadow:0 0 25px rgba(212,175,55,0.4);
}

.hero-content h2{
  font-size:3rem;
  color:#d4af37;
  margin-top:10px;
}

.hero-content h3{
  margin-top:15px;
  letter-spacing:4px;
  font-weight:400;
}

.hero-tagline{
  margin:35px auto;
  max-width:700px;
  line-height:2;
  font-size:1.2rem;
  color:#f5f5f5;
}

/* BUTTONS */

.hero-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.submit-btn,
.explore-btn{
  padding:18px 38px;
  border-radius:60px;
  text-decoration:none;
  transition:0.4s;
  font-weight:600;
}

.submit-btn{
  background:linear-gradient(45deg,#d4af37,#f2d06b);
  color:#000;
}

.explore-btn{
  border:1px solid rgba(255,255,255,0.2);
  color:#fff;
}

.submit-btn:hover,
.explore-btn:hover{
  transform:translateY(-5px);
}

/* ORGANIZER BADGE */

.organizer-badge{
  margin-top:40px;
  padding:20px 35px;
  border:1px solid rgba(212,175,55,0.2);
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(10px);
  border-radius:20px;
  display:inline-block;
}

.organizer-badge p{
  color:#d4af37;
  letter-spacing:3px;
  font-size:0.8rem;
  margin-bottom:10px;
}

.organizer-badge h4{
  margin-bottom:10px;
}

.organizer-badge span{
  color:#bbb;
}

/* COMMON */

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

section{
  padding:100px 0;
}

.section-title{
  text-align:center;
  font-size:2.1rem;
  font-family:'Cinzel',serif;
  color:#d4af37;
  margin-bottom:60px;
  line-height:1.3;
  word-break:break-word;
  padding:0 10px;
}

/* INFO BAR */

.info-bar{
  width:90%;
  max-width:1300px;
  margin:-60px auto 0;
  position:relative;
  z-index:10;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.info-box{
  background:#0c0c0c;
  border:1px solid rgba(212,175,55,0.15);
  padding:30px;
  border-radius:20px;
  text-align:center;
}

.info-box span{
  display:block;
  margin-top:10px;
  color:#d4af37;
  font-weight:600;
}

/* ABOUT */

.about{
  background:#080808;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.about-image img{
  width:100%;
  border-radius:25px;
  border:1px solid rgba(212,175,55,0.15);
}

.about-card{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  padding:40px;
  border-radius:25px;
}

.about-card h3{
  color:#d4af37;
  margin-bottom:20px;
}

.about-card p{
  color:#ccc;
  line-height:1.9;
  margin-bottom:15px;
}

/* THEMES */

.theme-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

.theme-card{
  background:#0c0c0c;
  border-radius:25px;
  overflow:hidden;
  border:1px solid rgba(212,175,55,0.12);
  transition:0.4s;
}

.theme-card:hover{
  transform:translateY(-10px);
}

.theme-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.theme-card h3{
  color:#d4af37;
  padding:25px 25px 10px;
}

.theme-card p{
  color:#ccc;
  padding:0 25px 30px;
  line-height:1.8;
}

/* REQUIREMENTS */

.requirement-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.requirement-card{
  background:#0c0c0c;
  padding:35px;
  border-radius:20px;
  border:1px solid rgba(212,175,55,0.12);
  text-align:center;
}

.requirement-card h3{
  color:#d4af37;
  margin-bottom:15px;
}

/* SUBMISSION */

.submission{
  background:#080808;
}

.submission-steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.step{
  background:#0c0c0c;
  padding:35px;
  border-radius:20px;
  border:1px solid rgba(212,175,55,0.12);
  text-align:center;
}

.step span{
  width:50px;
  height:50px;
  background:#d4af37;
  color:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  margin:0 auto 20px;
  font-weight:700;
}

/* AWARDS */

.awards{
  background:#050505;
}

.award-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.award-card{
  background:#0c0c0c;
  padding:35px;
  border-radius:20px;
  border:1px solid rgba(212,175,55,0.12);
  text-align:center;
  transition:0.4s;
}

.award-card:hover{
  transform:translateY(-10px);
  border-color:#d4af37;
}
.register-cta{

  background:#080808;

  text-align:center;
}

.register-text{

  max-width:850px;

  margin:0 auto 40px;

  color:#ccc;

  line-height:2;

  font-size:1.1rem;
}

.register-buttons{

  margin-bottom:30px;
}

.entry-fee{
  background:#050505;
}

.fee-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
  max-width:700px;
  margin:auto;
}

.fee-card{
  background:#0c0c0c;
  border:1px solid rgba(212,175,55,0.15);
  border-radius:25px;
  padding:40px;
  text-align:center;
}

.fee-card h3{
  color:#ccc;
  margin-bottom:20px;
}

.fee-card h2{
  color:#d4af37;
  font-size:3rem;
  font-family:'Cinzel',serif;
}

footer a{
  color:#d4af37;
  text-decoration:none;
}

/* CTA */

.cta{
  position:relative;
  background:url("../images/filmmaking.png");
  background-size:cover;
  background-position:center;
}

.cta-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.75);
}

.cta-content{
  position:relative;
  z-index:2;
  text-align:center;
}

.cta h2{
  font-size:3rem;
  font-family:'Cinzel',serif;
  color:#d4af37;
  margin-bottom:30px;
}

.cta a{
  display:inline-block;
  padding:18px 40px;
  background:linear-gradient(45deg,#d4af37,#f2d06b);
  color:#000;
  text-decoration:none;
  border-radius:50px;
  font-weight:700;
}

/* FOOTER */

footer{
  background:#000;
  text-align:center;
  padding:60px 20px;
  border-top:1px solid rgba(212,175,55,0.12);
}

footer h2{
  color:#d4af37;
  font-family:'Cinzel',serif;
  margin-bottom:20px;
}

footer p{
  color:#aaa;
  margin-bottom:10px;
}

.copyright{
  margin-top:25px;
  font-size:0.9rem;
}
/* ================================= */
/* FLOATING QR FINAL */
/* ================================= */

.floating-qr{

  position:absolute;
  right:40px;
  bottom:40px;
  z-index:20;
  width:320px;
  display:flex;
  align-items:center;
  gap:18px;
  background:rgba(0,0,0,0.55);
  backdrop-filter:blur(18px);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:24px;
  padding:18px;
  box-shadow:
  0 10px 35px rgba(0,0,0,0.45);
}

/* QR IMAGE */

.floating-qr img{

  width:95px;
  height:95px;

  object-fit:cover;

  background:#fff;

  padding:8px;

  border-radius:14px;
}

/* TEXT */

.qr-content h4{

  color:#d4af37;

  font-size:1.5rem;

  margin-bottom:8px;
}

.qr-content p{

  color:#ddd;

  line-height:1.6;

  font-size:1rem;
}

.floating-qr:hover{

  transform:translateY(-5px);

  transition:0.4s;

  border-color:#d4af37;
}

.legal-disclaimer{
  background:#080808;
  padding:40px 0;
  border-top:1px solid rgba(255,255,255,0.05);
}

.legal-disclaimer p{
  color:#999;
  line-height:1.9;
  text-align:center;
  max-width:1000px;
  margin:auto;
  font-size:0.95rem;
}

.form-note{

  color:#999;
  font-size:0.9rem;
  line-height:1.8;
  text-align:center;
  margin-top:10px;
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

/* RESPONSIVE */

@media(max-width:992px){

  .hero-content h1{
    font-size:5rem;
  }

  .about-grid{
    grid-template-columns:1fr;
  }

}

/* ================================= */
/* MOBILE HAMBURGER MENU */
/* ================================= */

.menu-toggle{

    display:none;

    justify-content:center;

    align-items:center;

    width:45px;

    height:45px;

    font-size:2rem;

    color:#d4af37;

    cursor:pointer;

    line-height:1;

    z-index:99999;

    padding-right:0;
}

/* ================================= */
/* FINAL MOBILE RESPONSIVE */
/* ================================= */

@media screen and (max-width:768px){

  /* NAVBAR */

  .navbar{

    padding:18px 20px;

    display:flex;

    justify-content:space-between;

    align-items:center;
  }

  .logo{

    font-size:1.7rem;
  }

  .menu-toggle{

    display:flex;

    justify-content:center;

    align-items:center;

    width:40px;

    height:40px;

    font-size:1.8rem;

    color:#d4af37;

    cursor:pointer;
  }

  .nav-links{

    position:absolute;

    top:100%;

    left:0;

    width:100%;

    background:#050505;

    display:none;

    flex-direction:column;

    text-align:center;

    padding:30px 0;

    gap:25px;

    border-top:1px solid rgba(212,175,55,0.15);
  }

  .nav-links.active{

    display:flex;
  }

  .nav-btn{

    display:none;
  }


  /* HERO */

  .hero{

    height:auto;

    min-height:auto;

    padding-top:170px;

    padding-bottom:80px;

    display:block;
  }

  .hero-content{

    width:92%;

    margin:auto;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;
  }

  .hero-small-title{

    font-size:0.75rem;

    line-height:1.8;

    letter-spacing:3px;
  }

  .hero-content h1{

    font-size:3rem;

    line-height:1.1;
  }

  .hero-content h2{

    font-size:2.2rem;
  }

  .hero-content h3{

    font-size:0.9rem;

    line-height:1.7;

    letter-spacing:2px;
  }

  .hero-tagline{

    font-size:1rem;

    line-height:1.8;
  }


  /* BUTTONS */

  .hero-buttons{

    display:flex;

    flex-direction:column;

    align-items:center;

    width:100%;

    gap:15px;
  }

  .submit-btn,
  .explore-btn{

    width:100%;

    max-width:300px;

    text-align:center;
  }


  /* QR CARD */

  .floating-qr{

    position:relative;

    width:90%;

    max-width:320px;

    margin:50px auto 0;

    right:auto;

    left:auto;

    bottom:auto;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:25px;
  }

  .floating-qr img{

    width:120px;

    height:120px;
  }

  .qr-content{

    margin-top:15px;
  }

}

/* ================================= */
/* COORDINATOR CONTACT */
/* ================================= */

.coordinator-contact{

  padding:100px 8%;

  background:#050505;

  text-align:center;

  border-top:1px solid rgba(255,255,255,0.08);
}

.coordinator-contact h2{

  font-size:2.8rem;

  color:#d4af37;

  margin-bottom:20px;

  font-family:'Cinzel',serif;
}

.coordinator-contact p{

  max-width:700px;

  margin:auto;

  color:#ccc;

  line-height:1.9;

  font-size:1.05rem;

  margin-bottom:40px;
}

.contact-buttons{

  display:flex;

  justify-content:center;

  gap:20px;

  flex-wrap:wrap;
}

.call-btn,
.whatsapp-btn{

  padding:16px 34px;

  border-radius:50px;

  text-decoration:none;

  font-weight:600;

  transition:0.4s ease;
}

.call-btn{

  background:#d4af37;

  color:#000;
}

.whatsapp-btn{

  border:1px solid #25D366;

  color:#25D366;
}

.call-btn:hover,
.whatsapp-btn:hover{

  transform:translateY(-4px);
}


/* MOBILE */

@media(max-width:768px){

  .coordinator-contact{

    padding:80px 8%;
  }

  .coordinator-contact h2{

    font-size:2rem;
  }

  .contact-buttons{

    flex-direction:column;

    align-items:center;
  }

  .call-btn,
  .whatsapp-btn{

    width:100%;

    max-width:320px;
  }

}

/* ================================= */
/* RESPONSIVE CONTACT BUTTONS */
/* ================================= */

.mobile-text{

  display:none;
}

.desktop-text{

  display:inline;
}


/* MOBILE */

@media(max-width:768px){

  .mobile-text{

    display:inline;
  }

  .desktop-text{

    display:none;
  }

  .call-btn,
  .whatsapp-btn{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:2rem;

    padding:0;
  }

}