

@font-face {
  font-family: 'Lucida Sans';
  src: url('font/lucida-sans-unicode.woff') format('.woff');
  font-style: normal;
  font-weight: normal;
}


/* body{
  background-image: url('../img/background-scann.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  font-family: 'Lucida Sans';
} */


body{
  background-image: url('../../asset/img/bg-cover.jpg');
  background-size: cover;
  background-position: center;
  height: 83vh;
  font-family: 'Lucida Sans';
}


.menu{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position:absolute;
  bottom: 230px;
}

.menu a{
  margin: 50px;
}

.navigasi{
  display: flex;
  justify-content: center;
  align-items: center;

}


/* Style lightbox untuk pdf */
/* Galeri PDF responsif */
.pdf-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* Menyesuaikan ukuran thumbnail */
.pdf-gallery .pdf-item {
  flex: 1 1 300px;
  max-width: 300px;
  text-align: center;
}

.thumbnail {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border: 2px solid #ccc;
  border-radius: 8px;
}

/* Lightbox overlay untuk menampilkan PDF */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* Menyesuaikan ukuran PDF viewer */
.lightbox-overlay .pdf-viewer {
  width: 2160px; /* Lebar yang diinginkan untuk layar 4K */
  max-width: 100%; /* Memastikan responsif */
  height: auto;
  background: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* Iframe PDF menyesuaikan layar */
.lightbox-overlay .pdf-viewer iframe {
  width: 100%;
  height: 80vh; /* Tinggi yang proporsional */
}

/* Tombol close */
.lightbox-overlay .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}


/* Style lightbox untuk pdf */



.img-link{
  display: flex;
  align-items: center;
}

.img-link:hover{
  transform: scale(1.1); /* Efek skala saat hover */
}


.back{
  display:flex;
  justify-content: center;
}


.input-group.mb-4.searchbox {
  width: 96%;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.input-group-text {
  font-size: 40pt;
  border-radius: 40px;
}

.form-control {
  border-radius: 40px;
  font-size: 50pt;
  margin-left: 30px;
}

.navbar{
  background-size: cover;
  background-position: center;
}


.butoon{
    font-size: 20pt;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    align-items: center;
    border: transparent;
    width: 100%;
    padding: 20px 100px;
    border-radius: 50px;
    background-image: url(/img/batiks0.jpg);
    box-shadow: 0 4px 6px rgba(79, 5, 5, 0.6);
    transition: background-color 0.3s ease, transform 0.3s ease;
    border:3px solid rgb(151, 3, 3);
}

.butoon a {
  color: white;
  text-decoration: none;
}

.butoon:hover{
    color: white;
    background-color: rgb(164, 0, 0);
    transform: scale(1.1); /* Efek skala saat hover */
}


/* Register */
.register{
  display: flex;
  align-items: center;
}


.button{
  font-size: 15pt;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  color: white;
  text-decoration: none;
  text-align: center;
  align-items: center;
  border: transparent;
  width: 20%;
  padding: 9px 30px;
  border-radius: 50px;
  background-image: url(/img/batiks1.jpg);
  box-shadow: 0 4px 6px rgba(8, 36, 95, 0.6);
  transition: background-color 0.3s ease, transform 0.3s ease;
  border:3px solid #05214a;
}


.button a {
  color: white;
  text-decoration: none;
}

.button:hover{
  color: white;
  background-color: rgb(164, 0, 0);
  transform: scale(1.1); /* Efek skala saat hover */
}


.abu-teks{
  color: #b7bdd1;
}






.glass-four {
  position: relative;
  padding: 30px;
  background-color: rgba(182, 182, 182, 0.6);
  background: linear-gradient(0deg, rgba(1, 10, 141, 0.245) 0%, rgba(15, 0, 97, 0.109) 50%);
  box-shadow: 0 7px 20px 5px #00000037;
  border: 1px solid #a8a8a884;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.glass-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
  background: inherit;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.glass-four:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px 10px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.1);
}

.glass-four:hover::before {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(14px);
}


/* Sponsor */
  
.s-pl{
  width: 1199px;
}

.s-pp{
  width: 710px;
}


/*  Pulse */


@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2),
                0 0 30px rgba(255, 255, 255, 0.1),
                0 0 40px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.35),
                0 0 50px rgba(255, 255, 255, 0.25),
                0 0 70px rgba(255, 255, 255, 0.15);
  }
}




/* Breakdown */

@media (max-width: 991.98px) {
    .navbar-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }


    .butoon{ 
      font-size: 10pt;
      margin-top: 25px;
      display: flex;
      justify-content: center;
      color: white;
      text-decoration: none;
      text-align: center;
      align-items: center;
      border: transparent;
      width: 100%;
      padding: 9px 70px;
      border-radius: 50px;
      background-image: url(/img/batiks0.jpg);
      border:3px solid rgb(151, 3, 3);
      box-shadow: 0 4px 6px rgba(79, 5, 5, 0.6);
      transition: background-color 0.3s ease, transform 0.3s ease;
      
  }
  
      .butoon:hover{
      color: white;
      background-color: rgb(164, 0, 0);
      transform: scale(1.1); /* Efek skala saat hover */
      }


      /*  */

      
    .button{
      font-size: 10pt;
      margin-top: 25px;
      display: flex;
      justify-content: center;
      color: white;
      text-decoration: none;
      text-align: center;
      align-items: center;
      border: transparent;
      width: 40%;
      padding: 10px 30px;
      border-radius: 50px;
      background-image: url(/img/batiks1.jpg);
      box-shadow: 0 4px 6px rgba(8, 36, 95, 0.6);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border:3px solid #033b90;
  }
  
      .button:hover{
      color: white;
      background-color: rgb(164, 0, 0);
      transform: scale(1.1); /* Efek skala saat hover */
      }







  }



  @media(min-width: 3840px) {

      .container {
        max-width: 1140px; /* Default Bootstrap container width for large screens */
        }

      .kontenisi .card{
        padding:20px;
        }

      .kontenisi .card-img-top {
        height: 30vw; /* Adjust height for 4K screens */
        }

    .kontenisi .card-title {
        font-size: 2rem; /* Adjust font size for 4K screens */
        }

    .kontenisi .card-text {
        font-size: 1.2rem; /* Adjust font size for 4K screens */
       }

    .navigasi .main a .img-link{
      display: flex;
      position: absolute;
      top: 3950px;
      bottom: 79%;
    }


  }