@import "custom.css";

* {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.bg-light-50 { 
  background-color: #d9d9d9; 
  opacity: 0.8; 
} 
 
.bg-light-50:hover { 
  background-color: var(--btn-primary); 
  opacity: 1; 
}
.bg-darkblue{
  background-color: var(--btn-primary) !important;
}

h1 {
  font-size: 45px !important;
  letter-spacing: 1px;
}
table thead tr th {
  border-style: none !important;
}
/* ebook */
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.g-3, .gy-3 {
    --bs-bobbyfajarc-gutter-y: 1rem;
}

.contentLink{
  text-decoration: none !important;
}

.komoditas{
  text-decoration: none !important;
}
.row {
    --bs-bobbyfajarc-gutter-x: 1.5rem;
    --bs-bobbyfajarc-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-bobbyfajarc-gutter-y));
    margin-right: calc(-0.5* var(--bs-bobbyfajarc-gutter-x));
    /* margin-left: calc(-0.5* var(--bs-bobbyfajarc-gutter-x)); */
}
.row>* {
    position: relative;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

/* scrolling to top */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 50%;
}

/* slick style */
button.slick-arrow {
  background-color: blue !important;
  color: blue !important;
  border-radius: 500px !important;
  padding: 1px 1px 1px 0px;
  align-self: center !important;
  text-align: center !important;
  align-items: center !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2072ac !important;
}
.text-justify {
  text-align: justify !important;
}

.navbar ul li a {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #111 !important;
}

.nav-link {
  font-weight: 600 !important;
  font-size: 20px !important;
}

.btn-primary {
  color: #fff !important;
  border: 1.4px solid #2c338d !important;
  border-radius: 4px !important;
  background-color: #2c338d !important;
}

.btn-primary:hover {
  color: #fff !important;
  border: 1.4px solid #fff !important;
  border-radius: 4px !important;
  background-color: none !important;
  background-color: #2933ca !important;
}

.nav-link:hover {
  font-weight: bold !important;

  color: var(--text-blue) !important;
}

.nav-link.active {
  font-weight: bold !important;
  color: var(--text-blue) !important;
}

.text-login {
  font-size: var(--text-p);
  color: var(--text-blue) !important;
}

.navbar-text.text-login {
  font-size: var(--text-h3) !important;
}

.btn-darkblue:hover {
  background-color: var(--btn-secondary) !important;
  color: #fff !important;
  font-weight: bold !important;
}
.hero {
    background-image: url('./assets/hero.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 105% !important;
   
    margin-top: -214px !important;
  }

/* mobile version */
@media only screen and (max-width: 768px) {
  .navbar-brand img,
  .navbar img {
    width: 60% !important;
  }

  a.navbar-brand {
    width: 60% !important;
  }

  .offcanvas .offcanvas-body img {
    width: 35% !important;
  }

  .navbar .btn.btn-outline-primary {
    height: 42px !important;
    align-items: center !important;
    font-size: 18px !important;
  }
  body {
    overflow-x: hidden !important;
  }

  .px-25 {
    padding: 0 12px !important;
  }

  /* navbar */
  .navbar-text.text-login {
    text-align: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    font-size: var(--text-h2) !important;
  }

  /* hero */
  .hero {
    background-image: url("../assets/heroTitle.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100% !important;
   
    margin-top: -214px !important;
  }

  .hero-text {
    font-size: var(--text-h1) !important;
    font-weight: 800 !important;
    margin-top: 144px !important;
    line-height: 44px !important;
    margin-bottom: 28px !important;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 100px !important;
  }

  .btn-darkblue {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue {
    border: 2px solid var(--btn-primary) !important;
    color: var(--text-blue) !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue:hover {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-green {
    background-color: var(--bg-table) !important;
    color: #121212 !important;
    font-weight: bold !important;
  }

  /* komoditas */

  .komoditas{
    text-decoration: none !important;
  }

  .komoditas h5 {
    font-size: var(--text-h1);
    font-weight: bold;
    text-decoration: none !important;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditas img {
    width: 99% !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
    
  }

  .komoditas .komoditasTitle a.contentLink{
   
    text-decoration: none !important;
  }

  .komoditas .komoditasTitle a.komoditasLink {
  text-decoration: none !important;
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    /* border-radius: 12px !important; */
    left: 0;
    width: 99%;
    height: 100%;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; /* Awalnya opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditasTranslate {
    width: 95% !important;
    height: 30% !important;
    padding: 0 24px !important;
    
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(-10px);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h3) !important;
    color: #fff !important;
    margin-top: -28px  !important;
  }

  .komoditas .komoditasTitle a {
    margin-top: 6px !important;
    padding: 10px 20px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-p) !important;
    color: #fff;
  }

  /* artikel */

  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .artikel .card a {
    color: #111 !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data */

  .data {
    margin: 44px 0 !important;
  }

  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
    margin-bottom: 32px !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }
  table thead.bg-blue {
    background-color: #B1B5E7 !important;
  }

  table {
    width: 768px !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }

  /* ebook */

  .ebook {
    margin: 0 auto !important;
  }

  .ebook .row {
    margin-top: 1px !important;
  }

  .ebook .row .col-6 {
    margin-top: 8px !important;
  }
  .ebook .bg-ebook {
    
    margin-top: 12px !important;
    height: 200px !important;
    background-size: 99% 100% !important;
    background-repeat: no-repeat;

    border-radius: 16px !important;
    width: 50%;

    position: relative !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook span {
    font-size: 12px !important;
  }

  .ebook .ebookContent:hover {
    border-radius: 16px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  .ebook a img {
    margin-right: 1px !important;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: var(--text-p) !important;
  }

  .heroArtikel {
    /* background-image: url("/assets/backgroundArtikel.png") !important; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
  }

  .heroArtikel h1 {
    font-size: var(--text-h1) !important;
  }

  .heroArtikel p {
    font-size: var(--text-p) !important;
    line-height: 30px !important;
    margin-top: 24px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
    padding-top:30px;
  }

  /* ! artikel page*/
  .artikelCardText h5 {
    margin-top: 12px !important;
  }

  /* ! artikelPage */
  .cardArtikel div img {
    width: 100% !important;
  }
}

/* tablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .hero {
    background-image: url("/..assets/heroTitle.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 98vw !important;
    height: 100% !important;
    margin-top: 12px !important;
  }

  .hero-text {
    line-height: 72px !important;
    margin-bottom: 32px !important;
    font-size: 54px !important;
    letter-spacing: 1px !important;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 80px !important;
  }

  .komoditas h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    /* border-radius: 18px !important; */
    left: 0;
    width: 92.5%;
    height: 100%;
    margin-left: 7px !important;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; /* Awalnya opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditas img {
    width: 100% !important;
    height: 300px !important;
    padding-left: 10px !important;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(100%);

    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditasTranslate {
    width: 100% !important;
    padding: 0 44px !important;
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(100px);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h2) !important;
    color: #fff !important;
  }

  .komoditas .komoditasTitle a {
    margin-top: 36px !important;
    padding: 10px 20px !important;
    margin-right: 44px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-h4) !important;
    color: #fff;
  }

  /* artikel */
  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  .artikel .card {
    height: 100% !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data n informasi */
  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }

  table thead.bg-blue {
    background-color: #B1B5E7 !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }
  /* ebook */
  .ebook .bg-ebook {
    /* background-image: url("/assets/ebook.png"); */
    width: 23%;
    /* height: 500px !important; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    height: 344px !important;
    border-radius: 16px !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  .ebook .ebookContent:hover {
    border-radius: 20px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  }

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: 15px !important;
  }

  /* ! Artikel css */
  /* hero css */
  .heroArtikel {
    /* background-image: url("/assets/backgroundArtikel.png") !important; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 99vw !important;
    height: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 100px !important ;
  }

  .heroArtikel h1 {
    font-size: var(--text-heading) !important;
  }

  .heroArtikel p {
    font-size: var(--text-h3) !important;
    line-height: 30px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }

  /* ! artikel */
  .card {
    border-radius: 10px;
    border: 1px solid #c8ccd0;
    background: #fff;
  }
  .artikelCardText h5 {
    font-size: var(--text-h2);
  }

  .artikelCardText p {
    font-size: var(--text-h3) !important;
    color: #103956;
  }
}
/* dekstop */
@media only screen and (min-width: 1024px) {
  /* navbar style */

  .navbar ul li {
    padding: 0 14px !important;
  }
  .px-25 {
    padding: 0 25px !important;
  }

  /* hero */
  .hero {
    background-image: url("/assets/heroTitle.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 98vw !important;
    height: 100% !important;
    margin-top: 12px !important;
  }

  .hero-text {
    line-height: 72px !important;
    margin-bottom: 32px !important;
    font-size: 54px !important;
    letter-spacing: 1px !important;
    padding-right: 50px;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 30px !important;
  }

  .btn-darkblue {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue {
    border: 2px solid var(--btn-primary) !important;
    color: var(--text-blue) !important;
  }

  .btn-outline-darkblue:hover {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
  }

  .btn-green {
    background-color: var(--bg-table) !important;
    color: #121212 !important;
    font-weight: bold !important;
  }

  /* komoditas */




  .komoditas h5 {
    font-size: 35px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 0px !important;
    left: 12px;
    width: 93%;
    height: 100%;
    margin-left: 10px !important;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditas img {
    width: 98% !important;
    height: 300px !important;
    padding-left: 24px !important;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(120%);

    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditasTranslate {
    width: 100% !important;
    margin-top: 98px !important;
    padding: 0 44px !important;
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(-10%);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h2) !important;
    color: #fff !important;
  }

  .komoditas .komoditasTitle a.contentLink{
    margin-top: -60px !important;
    text-decoration: none !important;
  }

  .komoditas .komoditasTitle a.komoditasLink {
    margin-top: 50px !important;
    /* background-color: #288ed7 !important;     */
    padding: 10px 20px !important;
    margin-right: 44px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-h4) !important;
    color: #fff;
  }

  /* artikel */
  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  .artikel .card {
    height: 100% !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data n informasi */
  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }
  table thead.bg-blue {
    background-color: #B1B5E7 !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }
  /* ebook */
  .ebook .bg-ebook {
    /* background-image: url("/assets/ebook.png"); */
    width: 23%;
    /* height: 500px !important; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    height: 100% !important;
    border-radius: 16px !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  /* .ebook .ebookContent:hover {
    border-radius: 20px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  } */

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: 15px !important;
  }

  /* ! Artikel css */
  /* hero css */
  .heroArtikel {
    /* background-image: url("/assets/backgroundArtikel.png") !important; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 99vw !important;
    height: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 100px !important ;
  }

  .heroArtikel h1 {
    font-size: var(--text-heading) !important;
  }

  .heroArtikel p {
    font-size: var(--text-h3) !important;
    line-height: 30px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }

  /* ! artikel */
  .card {
    border-radius: 10px;
    border: 1px solid #c8ccd0;
    background: #fff;
  }
  .artikelCardText h5 {
    font-size: var(--text-h2);
  }

  .artikelCardText p {
    font-size: var(--text-h3) !important;
    color: #103956;
  }
}
        .mainwrapper {
            background: #fefefe;
            display: flex;
            width: 100%;
            height: 650px;
            justify-content: center;
            align-items: center;
        }

        img.imgthumb {
            width: 150px;
            border-radius: 10px;
        }

        /* overlay by webprogramminunpas and modified by nelayankode.com*/
        .overlay {
            width: 0;
            height: 0;
            overflow: hidden;
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0);
            z-index: 9999;
            transition: .8s;
            text-align: center;
            padding: 150px 0;
        }

        .overlay:target {
            width: auto;
            height: auto;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, .7);
        }

        .overlay img {
            /* max-height: 100%; */
            box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
            height: 450px;
            width: 700px;
        }

        .overlay:target img {
            animation: zoomDanFade 1s;
        }

        .overlay .close {
            position: absolute;
            top: 2%;
            right: 2%;
            margin-left: -20px;
            color: white;
            text-decoration: none;
            line-height: 14px;
            padding: 5px;
            opacity: 0;
        }

        .overlay:target .close {
            animation: slideDownFade .5s .5s forwards;
        }

        /* animasi */
        @keyframes zoomDanFade {
            0% {
                transform: scale(0);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes slideDownFade {
            0% {
                opacity: 0;
                margin-top: -20px;
            }

            100% {
                opacity: 1;
                margin-top: 0;
            }
        }
        
