@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: #171717;
  /*can't copy text*/
  user-select: none;        /* Modern browsers */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;    /* IE/Edge */
}

/* HEADER BASE */
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: #171717;
  padding: 0 20px;
}

/* LOGO */
header .logo {
  flex-shrink: 0;
}
header .logo img {
  width: 105px;
  height: auto;
  display: block;
  padding-top: 25px;
  margin-left: 360px;
  margin-top: -20px;
}

/* NAVIGATION */
header ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  list-style: none;
  transition: right 0.3s ease-in-out;
}
header ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 12px;
}
header ul li a:hover {
  color: #f37021;
}

/* MENU ICON */
#chk1 {
  display: none;
}
header .menu {
  font-size: 2rem;
  color: #fff;
  display: none;
  cursor: pointer;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 15px;
  margin-left: 20px;
  margin-right: 250px;
}
.social-icons a {
  color: white;
  font-size: 20px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #f37021;
}


#header-social-media{
 display: none;
}





/* ================== RESPONSIVE ================== */

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  header .logo img {
  margin-left: 0px;
 }
 .social-icons {
  margin-right: 0px;
 }

 .social-icons a {
  font-size: 17px;
 }

 header ul{
  gap: 10px;
 }

 header ul li a {
  font-size: 12px;
 }

 .language-switcher a{
  font-size: 12px;
 }

}



/* Tablets & Below */
@media (max-width: 1000px) {
  header {
    padding: 0 25px;
  }

  header ul {
    position: fixed;
    top: 70px;
    right: -100%;
    flex-direction: column;
    background-color: #171717;
    background-image: url(Images/black-paper.png);
    width: 100%;
    height: calc(45vh - 40px);
    justify-content: center;
    gap: 25px;
    border-radius: 0 0 10px 10px;
  }

  #chk1:checked ~ ul {
    right: 0;
  }

  header .menu {
    display: block;
    width:100px;
    text-align: center;
    margin-top: 0px;
    padding-left: 140px;
  }

  .social-icons {
    display: none;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0;
    margin-left: 0px;
    margin-right: 0px;
  }

  #chk1:checked ~ .social-icons {
    display: none;
  }

  #header-social-media{
   display: flex;
  }

}




/* Small Tablets & Large Phones */
@media (max-width: 768px) {

  header .logo img {
    width: 95px;
    margin-left: 0px;
  }

  header ul li a {
    font-size: 13px;
  }

  .social-icons {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  header .menu {
    display: block;
    width:100px;
    text-align: center;
    margin-top: 0px;
    padding-left: 450px;
  }

  #header-social-media{
   display: flex;
  }


}

/* Small Phones */
@media (max-width: 480px) {
  header {
    height: 70px;
  }

  header ul {
     padding-top: 0px;
      height: calc(60vh - 40px);
    }

  header .logo img {
    width: 95px;
    margin-left: -20px;
  }

  header ul li a {
    font-size: 12px;
    padding: 6px 10px;
  }

  .social-icons {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .social-icons a {
    display: none;
    font-size: 18px;
  }

  #header-social-media{
   display: flex;
  }

  header .menu {
    display: block;
    width:100px;
    text-align: center;
    margin-top: 0px;
    padding-left: 140px;
  }

}



.slider{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 70px;
 }

@media only screen and (max-width: 1850px){
  .slide{
        margin-top: 15px;
        width: 100%;
        height: 100%;
    } 
  
  .slide video{
          width: 100%;
          height: 100%;
      }
  
}


  figure{
          position: relative;
          left: 0;
          width: 400%; /* width dikali slide */
          animation: 10s slide infinite;
      }
      
      .slide{
          position: relative;
          width: 25%; /* width dibagi slide */
          float: left;
      }
      
      .slide h1{
          position: absolute;
          font-size: 3em;
          width: 100%;
          text-align: center;
          margin-top: 50px;
          color: white;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      }
      

    
      .slide video{
          margin-top: -15px;
          width: 100%;
          height: auto;
      }
      


 @media (max-width: 768px){
      .slide video{
        margin-top: -15px;
        width: 100%;
        height: 100%;
      }
  }




/* Base Styles */
.ourmission {
  background-color: #FCF6F5;
  margin-top: -10px;
  width: 100%;
  padding: 40px 20px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ourmission h3 {
  color: #f37021;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ourmission p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  max-width: 1105px;  
  text-align: justify;
}


/* Tablets & small laptops */
@media (max-width: 1000px) {
  .ourmission h3 {
    font-size: 22px;
  }
  .ourmission p {
    font-size: 16px;
    max-width: 90%;
  }
}

/* Mobile devices */
@media (max-width: 768px) {

  .ourmission {
  padding: 20px 10px 20px 10px; 
  }

  .ourmission h3 {
    font-size: 20px;
  }
  .ourmission p {
    font-size: 14px;
    max-width: 95%;
    line-height: 1.5;
  }
}

/* Small phones */
@media (max-width: 480px) {

  .ourmission {
   padding: 20px 10px 20px 10px; 
  }

  .ourmission h3 {
    font-size: 20px;
    margin-bottom: 5px; 
  }
  .ourmission p {
    font-size: 13px;
  }
}




.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: 2px;
  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;
}


.language-switcher a:hover {
  color: #f37021;
}


@media (max-width: 600px) {
  .language-switcher {
    text-align: center;
    padding: 0px;
  }

  .language-switcher .lang-btn {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
  }

  .language-switcher a{
   font-size: 10px;
  }

}




/* FOOTER NAV LINKS */
.footerNav {
  margin: 20px 0;
}

.footerNav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  padding: 0;
}

.footerNav ul li a {
  color: #fff;
  margin: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.footerNav ul li a:hover {
  color: #f37021;
}

/* COPYRIGHT */
.footerBottom {
  background-color: #171717;
  padding: 15px;
  text-align: center;
}

.footerBottom p {
  color: white;
  font-size: 11px;
  margin: 0;
}

.designer {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1000px) {
  .footerNav ul {
    flex-direction: column;
    align-items: center;
  }

  .footerNav ul li {
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .socialIcons a i {
    font-size: 1em;
  }
}




/* ===== Movies Section ===== */
.movies {
  background: linear-gradient(180deg, #111 0%, #1b1b1b 100%);
  padding: 50px 20px;
  text-align: center;
}

.movies h3 {
  color: #f37021;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ===== Gallery ===== */
#mz-gallery-container {
  max-width: 1100px;
  margin: 0 auto;
}

#mz-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 35px;
  justify-items: center;
}

/* ===== Movie Card ===== */
.movie-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 260px;
  background: #222;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.movie-card:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 35px rgba(0,0,0,0.65);
}

.movie-card img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid rgba(255,255,255,0.1);
  transition: opacity 0.35s ease;
}

.movie-card:hover img {
  opacity: 0.85;
}

/* ===== Caption (always visible) ===== */
.movie-card .caption {
  font-family: 'Montserrat', sans-serif;
  padding: 12px 8px;
  margin-top: 0px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #1b1b1b;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* ===== Tablet ===== */
@media (max-width: 1000px) {
  .movies h3 {
    font-size: 28px;
  }
  #mz-gallery {
    gap: 25px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .movies {
    padding: 30px 20px;
  }
  .movies h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #mz-gallery {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
  }
  .movie-card .caption {
    font-size: 0.8rem;
    padding: 10px 6px;
  }
}



/*Videos Section*/
.youtube {
  background: #111 url(image/youtube\ bg\ s.png) no-repeat center/cover;
  padding: 40px 20px;
}

.videos h4 {
  color: #f37021;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/* Main Container */
.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Video Player */
.youtube_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  background: #000;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.item {
  position: relative;
  text-align: center;
}

.item img {
  width: 100%;
  display: block;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.item img:hover {
  transform: scale(1.05);
}

/* Caption below thumbnails */
.caption {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-top: 8px;
  line-height: 1.4;
  text-align: center;
  white-space: normal;   /* allow wrapping */
  word-wrap: break-word;
}

/* Overlay YouTube Icon */
.youtube_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.item:hover .youtube_icon {
  opacity: 1;
}

.youtube_icon img {
  width: 50px;
}

.youtube_icon.active {
  background-color: transparent;
}

.youtube_icon.active img {
  opacity: 0;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .videos h4 {
    font-size: 26px;
  }
  .gallery {
    gap: 15px;
  }
  .caption {
    font-size: 13px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 600px) {
  .videos h4 {
    font-size: 20px;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 12px;
  }
  .youtube_icon img {
    width: 32px;
  }
  .caption {
    font-size: 12px;
  }
}




/* Section Title */
.container h3 {
  color: #f37021;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

/* News Wrapper */
.news {
  background-color: #FCF6F5;
  padding: 40px 10px;
}

/* Slider/Grid */
#news-slider2 {
  display: flex;
  flex-wrap: wrap;   /* allows wrapping on smaller screens */
  justify-content: center;
  gap: 20px;
}

/* Card */
.post-slide2 {
  flex: 1 1 calc(25% - 20px); /* 4 cards per row on desktop */
  max-width: 300px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-slide2:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Image */
.post-slide2 .post-img {
  overflow: hidden;
}
.post-slide2 .post-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease-in-out;
}
.post-slide2:hover .post-img img {
  transform: scale(1.01);
}

/* Content */
.post-slide2 .post-content {
  padding: 12px 15px 15px;
}

.post-slide2 .post-title {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: justify;
}
.post-slide2 .post-title a {
  color: #101010;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-slide2 .post-title a:hover {
  color: #f37021;
}

/* Meta */
.post-slide2 .post-bar {
  font-size: 11px;
  color: #676767;
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

/* Button */
.post-slide2 .read-more {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 550;
  color: #fff;
  background: #f37021;
  border-radius: 4px;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.3s linear;
}
.post-slide2 .read-more:hover {
  background: #f7843d;
}

/* ================== RESPONSIVE ================== */

/* Large Tablets */
@media (max-width: 1200px) {
  .post-slide2 {
    flex: 1 1 calc(33.333% - 20px); /* 3 per row */
  }
  .container h3 {
    text-align: center;
  }
}

/* Tablets */
@media (max-width: 900px) {
  .post-slide2 {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
  .container h3 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #news-slider2 {
    flex-direction: column;
    align-items: center;
  }
  .post-slide2 {
    flex: 1 1 100%; /* full width */
    max-width: 95%;
  }
  .container h3 {
    font-size: 20px;
    text-align: center;
  }
  .post-slide2 .post-title {
    font-size: 15px;
  }
  .post-slide2 .read-more {
    font-size: 13px;
    padding: 5px 10px;
  }
}
