@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Regular.woff2') format('woff2'),
       url('font/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #FCF6F5;
  /*can't copy text*/
  user-select: none;        /* Modern browsers */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;    /* IE/Edge */
}


/* Watermark */
body::after {
  content: "© vnffilms.com";
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  opacity: 0.3;
  z-index: 9999;
  pointer-events: none;
}


/* Scroll behavior */
html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 100px; /* Adjust based on your header height */
}


.transparent-header{
width:100%;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 99;
background: transparent;
/*backdrop-filter: blur(2px);*/
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.transparent-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent; 
  z-index: -1;
}



/* When scrolled */
.transparent-header.scrolled {
  background-color: #111b29; 
  background-image: url(Images/black-paper.png);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
}



@media only screen and (max-width: 768px){
  header{
   width:100%;
   height: 80px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: fixed;
   z-index: 99;
   box-shadow: 0 0 10px #000;
   background: rgb(0, 0, 0);
  }
   i{
   color: #fff;
   cursor: pointer;
   padding-left: 0px;
   padding-top: 20px;
  }

  .transparent-header::before {
   background-color: #111b29; 
   background-image: url(Images/black-paper.png);
}
  
  }
  
  
  
  #chk1{
    display: none;     
  }
  
  i{
    color: #fff;
    cursor: pointer;
    
  }
  
  
  header .logo{
    flex: 1; 
    margin-left: 30px;
  }
  
  header .logo img{
    float: left;
    width: 150px;
    height: auto;
    padding-top: 0px;
    margin-left: 400px;
    margin-top: -20px;
  }
    
  
  
 @media only screen and (max-width: 768px){
   header .logo img{
    float: left;
    width: 120px;
    height: auto;
    padding-top: 8px;
    margin-left: -20px;
  }  
  }
  
@media screen and (min-width: 1024px) and (max-width: 1440px){ 
  header .logo img{
    margin-left: 30px;
  }
}


header ul {
flex: 1.5;
display: flex;
justify-content: space-evenly;
margin-right: 350px;
}

header ul li{
list-style: none
}

header ul li a{
text-decoration: none;
color:#ffffff;
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
padding: 10px;
}
header ul li a:hover{
color: #ffdcdc;
}
header .menu{
font-size: 2.5em;
display: none;
}


#header-social-media a{
  font-size: 16px;
}



/* Mobile styles */
@media only screen and (max-width: 768px) {
  header {
    justify-content: space-between;
  }

  header ul {
    flex-direction: column;
    position: fixed;
    top: 80px;
    right: -100%;
    background-color: #111b29; 
    background-image: url(Images/black-paper.png);
    width: 100%;
    padding: 0px;
    transition: right 0.2s ease;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    height: calc(83vh - 40vh);
    align-items: center;
    margin-right: 0px; 
  }

  #chk1:checked ~ ul {
    right: 0;
  }

  header .menu {
    display: block;
    width:100px;
    text-align: center;
    margin-top: -15px;
    padding-left: 60px;
  }

  /* Allow dropdowns to expand inside mobile menu */
  header ul li:hover > .dropdown,
  header ul li:hover > .dropdown2 {
    position: relative;
    top: 0;
    right: 0;
  }

  header ul .dropdown li a,
  header ul .dropdown2 li a {
    padding-left: 20px;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1440px){ 
header ul {
flex: 5;
margin-right: 50px;
}
}


ul li ul.dropdown li a{
text-transform: capitalize;
display: block;
background: transparent;
margin: 0px;
}

ul li ul.dropdown {
width:auto;
background: transparent;
position: absolute;
z-index: 999;
display: none;
margin-left: -13px;
border-radius: 0 0 10px 10px;
height: 90px;
padding: 15px;
padding-top: 7px;
}

ul li:hover ul.dropdown{
display: block;
}

ul li ul.dropdown2 li a{
    text-transform: capitalize;
    display: block;
    background:rgb(0, 0, 0);
    margin: 8px 0px;
    }
    ul li ul.dropdown2 {
    width:auto;
    background: rgb(0, 0, 0);
    position: absolute;
    z-index: 999;
    display: none;
       margin-left: -13px;
  border-radius: 0 0 10px 10px;
  height: 45px;
  padding: 15px;
  padding-top: 7px;
    }
    ul li:hover ul.dropdown2{
    display: block;
    }


.language-switcher {
  text-align: right;
  padding: 5px 20px;
  background-color: transparent; /* dark background for contrast */
}

.language-switcher a{
  display: block;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.language-switcher .lang-btn {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
  padding: 6px 12px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.language-switcher .lang-btn:hover {
  background-color: #fff;
  color: #111;
}


@media (max-width: 600px) {
  .language-switcher {
    text-align: center;
  }

  .language-switcher .lang-btn {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
  }
}



/* RIGHT SIDE (BUTTON + BURGER) */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.member-btn {
  background: transparent;
  border: 2px solid #f0c14b;
  color: #f0c14b;
  padding: 10px 20px;
  margin-top: -10px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 13.33px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.member-btn:hover {
  background-color: #f0c14b;
  color: #000;
}


/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 26px;
  color: #f0c14b;
  cursor: pointer;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}




footer{
  background-color: #111b29;
  background-image: url(Images/black-paper.png);
}
.footerContainer{
  width: 100%;
  padding: 20px 20px 5px 20px ;
}
.socialIcons{
  display: flex;
  justify-content: center;
}



@media only screen and (max-width: 768px){
  .socialIcons{
           display: flex;
           justify-content: center;
           padding-left: 170px;
       
       }
.socialIcons a i{
    padding:  30px;
}
   
 }


.socialIcons a{
  text-decoration: none;
  padding:  7px;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 1.3em;
  color: rgb(255, 255, 255);
  opacity: 0,9;
}

/* Hover affect on social media icon */
.socialIcons a:hover{
  background-color: #111;
  transition: 0.5s;
}
.socialIcons a:hover i{
  color: white;
  transition: 0.5s;
}

.footerNav{
  margin: 20px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li a{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.7;
  transition: 0.5s;

}
.footerNav ul li a:hover{
  opacity: 1;
}
.footerBottom{
  background-color: #111b29;
  background-image: url(Images/black-paper.png);
  padding: 20px;
  padding-top: 0px;
  text-align: center;
}
.footerBottom p{
  color: white;
  font-size: 11px;
}
.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
@media only screen and (max-width: 768px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:100%;
      text-align: center;
      margin: 5px;
  }
  .socialIcons a{
      padding: 10px;
    padding-bottom: 0px;
      margin: 4px;
    margin-left: -180px;

  }
}


/* Poster Container */
.poster-wrapper {
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

/* Responsive Poster Image */
.poster-image {
  width: 100%;
  height: 850px;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}


@media screen and (min-width: 768px) and (max-width: 1023px) { 
.poster-image {
  height: auto;
}
}

@media screen and (max-width: 480px) { 
.poster-image {
  height: auto;
}
}

@media screen and (min-width: 1024px) and (max-width: 1440px){ 
.poster-image {
  height: auto;
}
}


.film-animated-poster{
  width: 100%;
  height: auto;
  margin-top: -200px;
}


.container {
  width: 100%;
  margin: auto;
  padding: 50px 270px 50px 270px;
  background-color: #111b29;
  background-image: url(Images/black-paper.png);

}


h1 {
  color: #FCE877;
  font-size: 2rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 2);
}

.description p{
  color: #ffffff;
  text-align: justify;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 2);
  line-height: 1.8;
}

.release-date {
  color: #fffffffc;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 2);
}

.description,
.cast-details {
  line-height: 1.6;
  font-size: 1rem;
  color: #fffffffc;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 2);
  margin-bottom: 20px;
}

.cast-details span {
  display: block;
  margin-bottom: 8px;
}

/* Tablet */
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }

  .description,
  .cast-details {
    font-size: 0.95rem;
  }

  .film-animated-poster{
    margin-top: -45px;
  }
}

/* Mobile */

@media (max-width: 768px){
  #synopsis{
  padding: 15px 20px 15px 20px;
 }
}

@media (max-width: 480px) {
  #synopsis{
  padding: 15px 20px 15px 20px;
 }

  h1 {
    font-size: 1.2rem;
  }

  .description,
  .cast-details {
    font-size: 0.9rem;
  }

  .film-animated-poster{
    margin-top: -27px;
}

}



.read-more-btn {
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #1b283a;
  background-image: url(Images/black-paper.png);
  color: #fff;
  border: none;
  font-size: 0.95rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 2);
}

.read-more-btn:hover {
  background-color: rgb(41, 55, 77);
}

@media screen and (min-width: 1024px) and (max-width: 1440px){ 
.container {
  padding: 50px;
}
}


/* Gallery Header */
.gallery-section {
  width: 100%;
  background-color: #111b29;
  background-image: url(Images/black-paper.png);
  position: relative;
  padding: 50px 270px 50px 270px;
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.gallery-header h2 {
  color: #FCE877;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid #FCE877;
  display: inline-block;
  padding-bottom: 4px;
}

.logo {
  height: 30px;
}

.share-icon {
  height: 20px;
  cursor: pointer;
}

/* Slider Styles */
.slider-container {
  position: relative;
  overflow: hidden;
  background: #000;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  min-width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
}

.slide.active {
  display: block;
  height: 500px;
}

/* Arrows */
.arrow {
  position: absolute;
  transform: translateY(-50%);
  font-size: 36px;
  background: none;
  border: none;
  color: #ffd700;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}

.arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  background: none;
  border: none;
  color: #FCE877;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  left: 10px;
}

.arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  background: none;
  border: none;
  color: #FCE877;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .gallery-header h2 {
    font-size: 20px;
  }

 .gallery-section {
  padding: 20px;
}

  .slide.active {
  height: auto;
}

  .arrow {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .logo,

  .arrow {
    font-size: 24px;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1440px){ 
  .gallery-section {
   padding: 20px 50px 20px 50px;
}
}


/* News Section */
.news-section {
  padding: 30px 20px;
  max-width: 1400px;
  margin: auto;
}

.news-title {
 color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid #303030;
  display: inline-block;
  padding-bottom: 4px;
}

.news-container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

/* News Card */
.news-card {
  background: #fff;
  border: 1px solid #ddd;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.news-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.news-card img {
  width: 100%;
  height: auto;
  display: block;
}

.news-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-content p {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #242424;
}

.news-meta img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Responsive */

@media screen and (min-width: 1024px) and (max-width: 1440px){ 
  .news-section {
   padding: 20px 50px 20px 50px;
}
}


@media (max-width: 1024px) {
  .news-card {
    width: calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {
  .news-card {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-container {
  display: block;
  }

}

@media (max-width: 480px) {
  .news-card {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-title {
    font-size: 20px;
  }

  .news-container {
  display: block;
  }
}


.video-container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.video-container h2 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid #303030;
  display: inline-block;
  padding-bottom: 4px;
}

.main-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-bottom: 20px;
  border: none;
}

/* Thumbnails Wrapper */
.video-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Scrollable Thumbnail Row */
.video-list {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  padding-top: 0px;
  flex: 1;
}

.video-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar on Chrome/Safari */
}

.video-item {
  flex: 0 0 auto;
  width: 317.5px;
  background: white;
  color: black;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  border: 1px solid #ddd;
}

.video-item:hover {
  transform: scale(1.03);
}

.thumbnail {
  position: relative;
}

.thumbnail img {
  width: 100%;
  display: block;
  height: 150px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px;
  display: none;
}

.video-details {
  padding: 10px;
}

.video-details p {
  color: #161616;
  margin: 5px 0;
  font-size: 14px;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  transition: background 0.3s;
  border-radius: 50%;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}





/* Responsive Design */
@media screen and (min-width: 1024px) and (max-width: 1440px){ 

  .video-container {
   padding: 20px 50px 20px 50px;
}
}


@media (max-width: 768px) {

  .main-video{
   height: auto; 
  }

  .video-item {
    width: 160px;
  }

  .video-details p {
    font-size: 12px;
  }

  .arrow {
    font-size: 24px;
    padding: 6px;
  }

  .thumbnail img {
    height: auto;
  }

}



.share-container {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.share-btn {
  background-color: transparent;
  color: black;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.share-options {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.share-options a,
.share-options button {
  display: block;
  margin: 5px 0;
  text-decoration: none;
  color: #333;
  background-color: #f7f7f7;
  padding: 6px;
  border-radius: 4px;
  text-align: center;
  border: none;
  width: 100%;
  cursor: pointer;
}

.share-options a:hover,
.share-options button:hover {
  background-color: #ddd;
}
