    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body, html {
      font-family: Arial, sans-serif;
      height: 100%;
      width: 100%;
      scroll-behavior: smooth;
      
    }

    .bg-body{
      display: flex;
      flex-direction: column;
      background: #FFF22A;
      background: -moz-linear-gradient(left, #FFF22A 0%, #FFFFFF 44%, #1F6B83 100%);
      background: -webkit-linear-gradient(left, #FFF22A 0%, #FFFFFF 44%, #1F6B83 100%);
      background: linear-gradient(to right, #FFF22A 0%, #FFFFFF 44%, #1F6B83 100%);
      min-height: 100vh;
      background-size: cover;
      background-attachment: scroll;
      width: 100%;
      flex: 1;
      overflow-x: hidden;
    }
    header {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
    }
    .slider {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
    .slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }
    .slider img.active {
      opacity: 1;
    }
    .logo{
      height: 1000px;
    }
    .nav {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
      font-weight: bold;
      z-index: 10;
    }
    .nav .right {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .nav a {
      color: white;
      text-decoration: none;
      margin-left: 10px;
    }
    .nav-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }
    .nav-toggle span {
      height: 3px;
      background: white;
      margin: 4px 0;
      width: 25px;
    }
    .centered-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
    }
    .centered-text h1 {
      font-size: 48px;
      letter-spacing: 5px;
    }
    .centered-text p {
      font-size: 18px;
    }
    section {
      padding: 60px 5%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      opacity: 0;
      width: 100%;
      transform: translateY(30px);
      transition: opacity 1s ease, transform 1s ease;
    }
    section.visible {
      opacity: 1;
      transform: translateY(0);
    }
    section.reverse {
      flex-direction: row-reverse;
    }
    section img {
      width: 100%;
      max-width: 400px;
      min-width: 200px;
      height: 400px;
    }
    section iframe{
      height: 420px;
      width: 420px;
    }
    section .text {
      flex: 1;
    }
    section .text h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    section .text p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }
    .gambar_visi_misi{
      width: 40%; height: 50vh;
    }
    .footer {
      background-color: #333;
      color: white;
      padding: 40px 0;
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .footer div {
      flex: 1 1 550px;
      margin-left: 150px;
      margin-bottom: 20px;
    }
    .footer h3 {
      margin-bottom: 10px;
    }
    .footer p, .footer a {
      font-size: 14px;
      color: #ccc;
      text-decoration: none;
    }
    @media (max-width: 768px) {
      .nav .right {
        display: none;
        flex-direction: column;
        background: rgba(0,0,0,0.8);
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 5px;
      }
      .logo{
        height:500px; 
        max-width: 500px ; 
        margin-left:50px;
      }
      .nav .right.show {
        display: flex;
      }
      .nav-toggle {
        display: flex;
      }
      section,
      section.reverse {   /* Tambahan ini */
        flex-direction: column !important;
        align-items: center;
        padding: 30px 5%;
      }

      section img {
          width: 300px;
          height: 400px;
          max-width: 100%;
      }

      section iframe{
      width: 300px;
      height: 300px;
      }

      .gambar_visi_misi{
        width: 300px;
        height: 400px;
        max-width: 100%;
      }
      .footer div {
        margin-left: 0 !important;
        text-align: center !important;
      }

    }
    @font-face {
    font-family: 'Open Sauce';
    src: url('KJC/font/open-sauce.sans-black.ttf') format('truetype');
    font-weight: normal;
  }

  @font-face {
    font-family: 'Open Sauce';
    src: url('KJC/font/open-sauce.sans-extrabold.ttf') format('truetype');
    font-weight: bold;
  }