* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
   
   }
   
   
   body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0e2a34;
    color: white;
    overflow-x: hidden;
   }
   
   
   .awal {
      background-color: #0e2a34;
   }
   .wonder-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
   }
   
   
   .map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: radial-gradient(circle at 10% 20%, #d8e2dc 5%, transparent 6%),
                radial-gradient(circle at 20% 30%, #40916c 5%, transparent 6%),
                radial-gradient(circle at 30% 50%, #1b4332 5%, transparent 6%); */
    opacity: 0.3;
    z-index: 0;
     z-index: 1;
    /* padding: 2rem; */
    background-image: url('asset/Batak.svg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
   
   
   .text-container {
    z-index: 1;
    padding: 2rem;
    align-items: center;
    text-align: center;
   
   
   }
   

  .btn-back {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 10;
    display: inline-block;
  }
  
  
  .btn-back img {
    width: 1.8rem;
    height: 1.8rem;
    background-color: white;
    border-radius: 50%;
    padding: 1.2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    cursor: pointer;
  }
  
  
  .btn-back img:hover {
    transform: scale(1.1);
  }
  
   
   .text-container h1 {
    font-size: 5rem;
    margin: 0;
    animation: fadeInUp 1s ease-out;
   }
   
   
   .text-container h2 {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: normal;
   }
   
   
   .glow {
    color: #ffd166;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-shadow: 0 0 10px #ffd166, 0 0 20px #ffcc00;
    animation: glow 1.5s infinite alternate;
    cursor: pointer;
   }
   
   
   .glow:hover {
    transform: scale(1.1);
   }
   
   
   .ornament {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px; */
    position: relative;
    z-index: 1;
    height: 405px;
    /* padding-bottom: 40rem; */
    /* margin-top: 10rem; */
   }
   
   
   .foto {
      margin-left: 17rem;
   }
   
   
   /* Animations */
   @keyframes glow {
    from {
      text-shadow: 0 0 5px #ffd166, 0 0 10px #ffcc00;
    }
    to {
      text-shadow: 0 0 20px #ffd166, 0 0 30px #ffcc00;
    }
   }
   
   
   @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
   }
   
   
   .photo {
      background-color: #FFF3E0;
   }
   .photo img {
      padding-top: 0;
      margin-top: 0;
   }
   
   
   /* gallery */
   .kita {
      background-color: #FFF3E0 !important;
   }
   
   
   section {
    /* background-color: #fff1db; */
    padding: 40px;
    font-family: sans-serif;
   }
   
   
   header h4 {
    color: #d6a516;
    font-size: 18px;
    margin-bottom: 10px;
   }
   
   
   header .garis {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #d6a516;
    margin-right: 10px;
    vertical-align: middle;
   }
   
   
   header h1 {
    font-size: 38px;
    font-weight: bold;
    color: #2a2a2a;
   }
   
   
   .titik {
    color: #2596be;
   }
   
   
   nav ul {
    display: flex;
    justify-content: flex-end; /* ini yang bikin pindah ke kanan */
    gap: 25px;
    margin: 20px 0;
    list-style: none;
   }
   
   
   nav li {
    cursor: pointer;
    font-size: 17px;
    position: relative;
    color: #c95f00;
   }
   
   
   nav li.active {
    font-weight: bold;
   }
   
   
   nav li.active::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #d6a516;
    position: absolute;
    bottom: -5px;
    left: 0;
   }
   
   
   .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 30px;
   }
   
   
   .gallery img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
   }
   /* end */
   /* quots */
   #kutipan-budaya {
    background-color: #fff1db;
    padding: 80px 20px 100px;
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
   }
   
   
   #isi-kutipan {
    font-size: 20px;
    font-weight: 600;
    color: #5c2e00;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
   }
   
   
   /* Gambar kiri dan kanan */
   #gambar-kiri,
   #gambar-kanan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
   }
   
   
   #gambar-kiri {
    left: 10px;
   }
   
   
   #gambar-kanan {
    right: 10px;
   }
   
   
   #gambar-kiri img,
   #gambar-kanan img {
    width: 90px; /* ukuran diperbesar */
    height: auto;
    opacity: 0.9;
   }
   
   
   /* Gambar bawah */
   #gambar-bawah {
    margin-top: 40px;
   }
   
   
   #gambar-bawah img {
    width: 100px;
    height: auto;
    opacity: 0.95;
   }
   
   
   /* Responsif: gambar samping hilang, gambar bawah tetap */
   @media (max-width: 768px) {
    #gambar-kiri,
    #gambar-kanan {
      display: none;
    }
   
   
    #isi-kutipan {
      font-size: 18px;
      padding: 0 15px;
    }
   
   
    #gambar-bawah img {
      width: 70px;
    }
   }
   
   
   /* end quots */
   /* video */
   #video-section {
    background-color: #fdf1dd;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
   }
   
   
   #judul-video {
    font-size: 42px; /* lebih besar */
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
    text-align: left;   /* pindah ke kiri */
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
   }
   
   
   /* Gallery */
   #video-gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
   }
   
   
   .video-card {
    position: relative;
    width: 250px;
    height: 350px;
    overflow: hidden;
   }
   
   
   .video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
   }
   
   
   .video-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    letter-spacing: 1px;
   }
   
   
   /* Teks Bawah */
   #video-texts {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
   }
   
   
   .kiri-teks {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #000;
   }
   
   
   .kanan-teks {
    flex: 1.5;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
   }
   
   
   /* Responsif */
   @media (max-width: 768px) {
    #judul-video {
      text-align: center;
    }
   
   
    #video-texts {
      flex-direction: column;
      text-align: center;
    }
   
   
    .kiri-teks, .kanan-teks {
      text-align: center;
    }
   }
   
   
   /* end */
   /* footer */
      #bagian-video-bawah {
        background-color: #1f2a2e; /* biru dongker */
        padding-top: 120px;
        padding-bottom: 80px;
        position: relative;
        overflow: hidden;
      }
   
   
      /* FOTO-FOTO NAIK DARI BAWAH */
      #foto-naik-dari-bawah {
        position: absolute;
        top: -100px; /* agar muncul dari bawah */
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 2;
        animation: naikDariBawah 1.5s ease-out forwards;
      }
   
   
      #foto-naik-dari-bawah img {
        width: 130px;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
        transform: rotate(-5deg);
        box-shadow: 0 4px 12px rgba(0,0,0,0.4);
      }
   
   
      #foto-naik-dari-bawah img:nth-child(2) {
        transform: rotate(0deg);
      }
      #foto-naik-dari-bawah img:nth-child(3) {
        transform: rotate(5deg);
      }
      #foto-naik-dari-bawah img:nth-child(4) {
        transform: rotate(-3deg);
      }
      #foto-naik-dari-bawah img:nth-child(5) {
        transform: rotate(3deg);
      }
   
   
      @keyframes naikDariBawah {
        0% {
          top: 100%;
          opacity: 0;
        }
        100% {
          top: -100px;
          opacity: 1;
        }
      }
   
   
      /* FOOTER KONTEN */
      #footer-info {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: #fff;
        padding: 100px 20px 30px;
        position: relative;
        z-index: 1;
      }
   
   
      .footer-kolom {
        max-width: 200px;
      }
   
   
      .footer-kolom h4 {
        font-size: 14px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #f0f0f0;
      }
   
   
      .footer-kolom p {
        font-size: 13px;
        line-height: 1.5;
      }
   
   
      /* PENUTUP */
      #penutup-footer {
        text-align: center;
        color: #fff;
        font-size: 28px;
        margin-top: 40px;
        position: relative;
        z-index: 1;
      }
   
   
      /* HIASAN GELOMBANG */
   #gelombang-hiasan {
    width: 100vw; /* full layar */
    height: 80px;
    overflow: hidden;
    position: relative; /* biar nggak terpengaruh parent lain */
   }
   
   
   #gelombang-hiasan img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* gambar dipaksa nutup area */
    display: block;
   }
      /* RESPONSIF */
      @media (max-width: 768px) {
        #foto-naik-dari-bawah {
          gap: 10px;
          top: -80px;
        }
   
   
        #foto-naik-dari-bawah img {
          width: 100px;
          height: 140px;
        }
   
   
        #footer-info {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }
   
   
        .footer-kolom {
          margin-bottom: 30px;
        }
   
   
        #penutup-footer {
          font-size: 22px;
        }
   
   
        #gelombang-hiasan {
          height: 60px;
        }
      }
   /* end */
   /* Reset */
   footer {
    background-color: #1f2a2e;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
   }
   
   
   /* Footer top info */
   .footer-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 60px 20px 30px;
   }
   
   
   .footer-kolom {
    max-width: 200px;
    margin-bottom: 20px;
   }
   
   
   .footer-kolom h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #f0f0f0;
   }
   
   
   .footer-kolom p {
    font-size: 13px;
    line-height: 1.5;
    font-size: 15px;
   }
   
   
   /* Center text */
   .footer-center {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 55px;
   }
   
   
   .footer-center h2 {
    font-size: 28px;
    font-weight: normal;
   }
   
   
   /* Wave image */
   .footer-wave img {
    width: 100%;
    height: auto;
    display: block;
   }
   
   
   /* Responsif tablet */
   @media (max-width: 1024px) {
    .footer-center h2 {
      font-size: 24px;
    }
   }
   
   
   /* Responsif HP */
   @media (max-width: 768px) {
    .footer-info {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
   
   
    .footer-center h2 {
      font-size: 20px;
      padding: 0 10px;
    }
   }
   