:root{
  --bg-menu: #97fcea;
  --card-divisi-header: #00baba;
  --white: white;
  --bg-card: #040811;
  --main-cyan: #78cac2;
  --button-line: #78cac2;
  --main-white: #ededed;
  --text-body: #ffff;
}


@media (max-width: 425px) {

  body{
    background:  #040811;
  }


  .bagian-divisi {
    display: none;
  }

  .tulisan-loading, .counter{
    font-size: 4vw;
  }
/* 
  .scroll_section{
    display: none;
  } */
  .lux-image{
    display: none;
  }

  .judul-card-divisi{
    display: none;
  }

  .judul-divisia{
    display: none;
  }

  .p1{
    display: none;
  }
/* 
  .lux-image-mobile{
    display: none;
  } */

  .containerabout .lux h1 {
    font-size: 45px;
  }

  .containerabout h2{
    font-size: 20px;
    margin-top: 40px
  }

  .button-book-text{
    font-size: 18px;
  }

  .containerabout .lux {
    margin-top: -300px;
  }

  .weare {
    font-size: 2px;
  }

  main {
    width: 100%;
  }

  /* ------------------------------------ */
  /* ------------------------------------ */
  /* ------------------------------------ */
  /* .wallpaper-mobile{
    height: 100%;
    width: 100%;
    object-fit: cover;

  } */



  .containerabout .lux {
    position: fixed;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 0;
    
  }

  .weare{
    position: fixed;
    text-align: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    line-height: 8rem;
    opacity: 1; /* Ensure it's initially visible */
    transition: opacity 0.5s ease-in-out; 
  
  }


  .lux-image-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(110%); /* Start below the viewport */
    width: 100%; /* Adjust size as needed */
    height: 200vh;
  
    opacity: 1;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out; /* Slower transition */
    pointer-events: none; /* Prevent interaction with image */
    z-index: -999;
    object-fit: cover;
  }
  
  .lux-image-mobile.visible {
    transform: translate(-50%, -50%) translateY(0); /* Slide to center */
    opacity: 1;
  }

  .judul-divisi-main{
    font-size: 22px;
  }

  .judul-divisia-mobile{
    font-size: 40px;
    top: 20%;
    position: static;
  }

    /* ------------------------------------ */
  /* ------------------------------------ */
  /* ------------------------------------ */

  .divisi {
    flex: 1;
    margin: 0 auto;
    /* margin-right: 130px; */
  }

  .divisi .judul-divisi{
    color: var(--main-cyan);
  }

  .nomor {
    font-size: 20px;
  }

  .bagian-divisi-mobile {
    height: 400dvh;
    background-color: var(--bg-card);
    position: relative; /* Pastikan elemen dapat digerakkan */
    will-change: transform; /* Optimasi performa animasi */
    transition: transform 0.1s linear; /* Animasi halus saat transform berubah */
  }
  .isi-divisi {
    text-align: justify;
  }
  .card-divisi-mobile {
    width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* flex-direction: column; */
    position: sticky;
    top: 10%;
    /* right: 400px;
    height: 200px; */
    /* overflow: hidden; */
    /* border: 2px solid #fff; */
    /* background-color: var(--card-divisi-header); */
    background-color: var(--bg-card);
    padding: 40px;
    /* align-items: flex-start; */
    border-top: 2px solid #58c4b1; /* Solid line with specified color */
    border-bottom-color: none !important;
    /* box-shadow: 0 0 10px #58C4B1;  */
    /* Basic glow effect */
    /* margin-bottom: -40px; */
    border-radius: 20px;
    /* will-change: transform; */
    border-bottom: none !important;
    /* margin-bottom: 100vh; */
  }

  .card-divisi-mobile .judul-divisi {
    width: 100%;
    height: 100%;
    display: flex;

    /* font-size: 29px; */
    color: var(--main-white);
  }

  .gabungan-no-dan-judul-divisi{
    display: flex;
    flex-direction: row;
    align-items: center;
            margin-top: -20px;
         margin-bottom: 10px;
         gap: 1rem; 
  }
/* 
  .card-divisi-mobile .nomor {
    margin-top: -20px;
    margin-bottom: 10px;
  } */

  .card-divisi-mobile .nomor-divisi {
    width: 100px;
    height: 155px;
    position: relative;
  }
  .card-divisi-mobile .nomor-divisi p {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; /* Menghilangkan margin bawaan */

    /* padding-left: 100px; */
  }

  .divisi-image {
    width: 100%; /* Full width */
    height: auto; /* Maintain aspect ratio */
    aspect-ratio: 16 / 9; /* Enforce landscape aspect ratio (e.g., 16:9) */
    object-fit: cover; /* Ensure the image covers the area, cropping if necessary */
    margin-left: 0px;
    border-radius: 20px;
    margin-top: 30px;
    border-top: 2px solid #58c4b1;
}
.card-divisi-mobile:nth-child(1) {
  top: 8%;
  z-index: 1;
}
.card-divisi-mobile:nth-child(2) {
  top: 19%;
  z-index: 2;
}
.card-divisi-mobile:nth-child(3) {
  top: 30%;
  z-index: 3;
}
.card-divisi-mobile:nth-child(4) {
  top: 41%;
  z-index: 4;
}
.card-divisi-mobile:nth-child(5) {
  top: 52%;
  z-index: 5;
}
  /* .card-divisi-mobile:nth-child(6) {
    transform: translateY(100%) translateX(0%);
  } */


  /* ------------------------------------ */
  /* ------------------------------------ */
  /* ------------------------------------ */

  .who-we-are-div{

    border-radius: 20px;
  }

  .who-we-are-div .text .p1 {
    font-size: 20px;
    padding: 10px
  }

  /* section{
    height: 30vh;
  } */

    /* ------------------------------------ */
  /* ------------------------------------ */
  /* ------------------------------------ */

  .scroll_section{
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    margin: 0 3vw;
  }

  .scroll_section img{
    width: 300px;
    height: 400px;
    object-fit: cover;
  }

  
  .sticky-parent{
    height: 350dvh;
  }

  .sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    z-index: 10;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .judul-card-divisi-mobile{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 10%;
    /* right: 400px;
    height: 200px; */
    
    /* border: 2px solid #fff; */
    /* background-color: var(--card-divisi-header); */
  
    padding: 40px;
    padding-top: 0;
    padding-bottom: 60px;
    align-items: flex-start;
    /* border-top: 1px dashed grey; */
    /* margin-bottom: -40px; */
    will-change: transform; 
    background-color: var(--bg-card);
      overflow: hidden;
  }


  /* ------------------------------------ */
  /* ------------------------------------ */
  /* ------------------------------------ */

  .make-eternal{
    font-size: 30px;
    width: 100%;
  }
  
  .who-we-are{
    display: contain;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
    z-index: 2;
  }

  .who-we-are-div .text .p1-mobile {
    /* Hapus display: inline-block agar span berada di barisnya */
    margin: 0;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    justify-content: start;
    align-items: start;
    line-height: 1.3;
  }
  
  .who-we-are-div .text .p1-mobile .line {
    display: block; /* Membuat setiap span menjadi satu baris */
    background: linear-gradient(
      to right,
      rgb(255, 255, 255) 50%,
      rgb(71, 70, 70) 50%
    );
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 5px; /* Optional: Atur jarak antar baris */
  }

  .judul-swiper{
    font-size: 40px;
  }

  .section-article{
    margin-top: -140px;
    margin-bottom: -100px;
  }
  

/* .scroll_section{
  width: 500vw;
  justify-content: flex-end;
} */
 

  /* .kosong{
    height: 50px;
  } */
}
