

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
} /*menghilangkan outline putih*/

#Bg-video
{width: 100vw;
height: 100vh;
position: absolute;
object-fit: cover;
z-index: -1;
}

header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-info {
  position: relative;
  z-index: 99;
  color: white;
  text-align: center;
  top: 30%;
  font-family: "Kaushan Script", sans-serif;
  font-size: 50px;
  flex-direction: column;
  align-items: center;
}
.btn {
    font-size: 35px;
    position: relative;
    text-align: center;
    top: 30%;
    color: white;                  /* warna teks putih */
  background-color: transparent; /* transparan */
  border: 2px solid white;       /* border putih, kotak */
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px;            /* kotak tajam, bukan rounded */
  transition: all 0.3s ease;
  display: inline-block;
  z-index: 99; 
  margin: 20px auto;
  display: inline-block;
}
.nav-background {
  position: absolute;
  top: 85px; /* sesuaikan agar sejajar menu */
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.3); /* hitam transparan */
  z-index: 0;
  pointer-events: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.0/*5*/);
  position: absolute;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}

.navbar .logo {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  z-index: 2;
  font-family: "Montserrat", sans-serif;

}

.nav-links {
  list-style: none;
  display: flex;
  gap: 60px;
  margin: 0;
  padding: 80px 40px;
  z-index: 99;
  
}


.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  z-index: 99;
  font-family: "Noto Sans JP", sans-serif;
  
}

.nav-links li a:hover {
  color: #ffd700;
}
/* section selanjutnya*/
.news-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 60px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}

.news-content {
  flex: 1 1 40%;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 40px;
}

.news-content h2 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #222;
}

.news-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.news-gallery {
  flex: 1 1 55%;
  overflow: hidden;
  position: relative;
}

.carousel {
  width: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-track {
  display: flex;
  gap: 20px;
  scroll-snap-align: start;
}

.carousel-track img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  scroll-snap-align: center;
  flex-shrink: 0;
}

/*settingan foto section negara*/
.foto-section2 {
  flex: 1 1 55%;
  overflow: hidden;
  position: relative;
}

.carousel2 {
  width: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-track2 {
  display: flex;
  gap: 20px;
  scroll-snap-align: start;
}

.carousel-track2 img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  scroll-snap-align: center;
  flex-shrink: 0;
}
/*footer*/
.site-footer {
  background-color: #111;
  color: #fff;
  padding: 60px 40px 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand h2 {
  font-family: "Montserrat", cursive;
  font-size: 36px;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 16px;
  color: #ccc;
  max-width: 300px;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex: 1;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #fff;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.newsletter-form input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #111;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #ccc;
}
.footer-social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.footer-social a img {
  width: 24px;  /* Sesuaikan ukuran ikon */
  height: 24px;
  transition: transform 0.3s ease;
  filter: brightness(100%);
}

.footer-social a:hover img {
  transform: scale(1.2); /* efek zoom saat hover */
  filter: brightness(150%);
}

/*section ke dua*/
.wherever-section {
  padding: 100px 40px;
  background: linear-gradient(to bottom right, #ffffff, #f0f0f0);
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.wherever-container h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}

.wherever-container p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555;
  line-height: 1.6;
}

.btn-discover {
  background-color: #222;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.btn-discover:hover {
  background-color: #444;
}
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #888;
}

/* --- Hamburger button --- */
.hamburger {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  z-index: 99;
}

/* --- Hide the checkbox --- */
#menu-toggle {
  display: none;
}

/* --- Responsive behavior --- */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: none;
    text-align: right;
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    -webkit-overflow-scrolling: touch;
    
  }
  .nav-background {
    display: none;
  }
.nav-links li a 
{  font-size: 14px;}

  .nav-links li {
  margin: 0px 0; /* mengurangi jarak vertikal antar item */
}

  #menu-toggle:checked + .hamburger + .nav-links {
    display: flex;
  }
 
}
