body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
  color: white;

}

.logo {
  position: fixed;
  right: 10px;
  top: 5px;
}

.mainwrap {
  max-width: 1024px;
  margin: auto;
  min-height: 100vh;
  padding-bottom: 70px;
  box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, .35);

}

.mainwrap--center {
  display: flex;
  justify-content: center;
  align-items: center
}



.menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 15px;
  box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, .1);
  max-width: 1024px;
  margin: 0 auto
}

.menu--onboard .menu__wrap {
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0
}


.nav_sidebar:link {
  color: #1d0101;
  text-decoration: none
}

.nav_sidebar:visited {
  color: #ffffff;
  text-decoration: None
}

.nav_sidebar:hover {
  color: #db306a;
  text-decoration: none
}

.nav_sidebar:active {
  color: #ffffff;
  text-decoration: none
}


.nav2:link {
  color: #ffffff;
  text-decoration: none;

}

.nav2:link {
  color: #ffffff;
  text-decoration: none;
}

.nav2:visited {
  color: #ffffff;
  text-decoration: None
}

.nav2:hover {
  color: #db306a;
  text-decoration: none
}

.nav2:active {
  color: #ffffff;
  text-decoration: none
}


.nav3:link {
  color: #ffffff;
  text-decoration: none
}

.nav3:visited {
  color: #ffffff;
  text-decoration: None
}

.nav3:hover {
  color: #ffd106;
  text-decoration: none;
}

.nav3:active {
  color: #ffffff;
  text-decoration: none
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

banner_header_text {

  font-size: 50px;
  color: white;

}


/* Full-page background image slideshow */

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}




h1 {
  position: absolute;
  bottom: 60px;
  right: 60px;
  color: white;
  padding: 10px;
  font-size: 70px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}



@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    position: absolute;
    bottom: 60px;
    right: 30px;
    color: white;
    padding: 10px;
    font-size: 50px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;

  }
}


@media (max-width: 767px) {
  h1 {
    position: absolute;
    bottom: 50px;
    right: 30px;
    color: white;
    padding: 10px;
    font-size: 40px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;

  }
}


h3 {
  position: absolute;
  bottom: 60px;
  color: white;
  padding: 10px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;

}

@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    position: absolute;
    bottom: 80px;
    color: white;
    padding: 10px;
    font-size: 30px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;

  }
}


@media (max-width: 767px) {
  h3 {
    position: absolute;
    bottom: 90px;
    color: white;
    padding: 10px;
    font-size: 19px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;


  }
}


.link-button {
  position: absolute;
  bottom: 160px;
  right: 60px;
  color: white;
  font-size: 20px;
  font-family: "Poppins", serif;
  background-color: #252525;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  width: 130px;
  z-index: 1;
  display: flexbox;
}


@media (min-width: 768px) and (max-width: 1023px) {
  .link-button {
    position: absolute;
    bottom: 140px;
    right: 30px;
    color: white;
    padding: 10px;
    font-size: 25px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    width: 100px;

  }
}


@media (max-width: 767px) {
  .link-button {
    position: absolute;
    bottom: 120px;
    right: 30px;
    color: white;
    padding: 10px;
    font-size: 13px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    width: 100px;
  }
}


.dots-container {
  position: absolute;
  bottom: 50px;
  right: 60px;
  display: flex;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



.dot:hover {
  background-color: #db306a;
}


@media (max-width: 767px) {
  .dots-container {
    position: absolute;
    bottom: 50px;
    right: 35px;
    display: flex;
  }
}


@media (min-width: 767px) {
  .dots-container {
    position: absolute;
    bottom: 50px;
    right: 35px;
    display: flex;
  }
}


.logo {
  position: fixed;
  top: 25px;
  right: 190px;
  z-index: 1000;
}


@media (min-width: 1083px) and (max-width: 1920px) {
  .logo {
    position: fixed;
    top: 25px;
    right: 220px;
    z-index: 1000;
  }
}

@media (min-width: 1083px) and (max-width: 1400px) {
  .logo {
    position: fixed;
    top: 25px;
    right: 120px;
    z-index: 1000;
  }
}

@media (min-width: 1024px) and (max-width: 1082px) {
  .logo {
    position: fixed;
    top: 25px;
    right: 40px;
    z-index: 1000;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
  .logo {
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 1000;
  }
}

@media (max-width: 767px) {
  .logo {
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1000;
  }
}



.menu {
  position: fixed;
  top: 0;
  left: 120;
  z-index: 1000;
}

.hamburger {
  font-size: 30px;
  cursor: pointer;
  padding: 15px;
}

.menu-overlay {
  position: fixed;
  left: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  color: white;
  transition: 0.3s;
}

.menu-overlay ul {
  list-style: none;
  padding: 20px;
}

.menu-overlay ul li {
  margin: 20px 0;
}

.menu-overlay a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  text-align: right;
  padding: 15px;
}



.event-button {
  position: absolute;
  right: 450px;
  width: 190px;
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #db306a;

}



.button_catalog {
  position: absolute;
  right: 200px;
  margin-top: 30px;
  width: 250px;
  padding: 10px 20px;
  background-color: #db306a;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
}


.mbutton_catalog {
  width: 200px;
  padding: 10px 20px;
  background-color: #db306a;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  font-size: 12px;
  margin: auto;


}

.headline_banner {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: white;
  text-align: center;
  padding-top: 30px;
}


.headline_bio {
  font-family: "Poppins", serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 70px;
  color: white;
  text-align: center;
  padding-top: 100px;
}



.button {
  color: black;
  border: 2px solid #db306a;
  border-radius: 30px;
  color: white;
  font-size: 14px;
  padding: 10px;
  width: 200px;
}

.copy {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: white;
}

.date_event {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  color: #db306a;
  margin-bottom: -10px;
}


.mdate_event {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #db306a;

}



.mtime_event {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  margin-top: -10px;

}


.time_event {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;

}

.headline_event {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-top: -15px;
  margin-bottom: -1px;

}


.mheadline_event {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;


}


.content {
  width: 60%;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}

.pagination a {
  text-decoration: none;
  padding: 8px 12px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.pagination a:hover {
  background-color: #db306a;
}

.pagination .active {
  color: white;
  background-color: #db306a;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}



.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 100%;
  padding: 20px
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.modal:target {
  display: flex;
}

.close {
  position: absolute;
  top: 40px;
  right: 350px;
  color: white;
  font-size: 24px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  transition: background-color 0.3s ease;
}

.close:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}

.zoom.active {
  transform: translate(-50%, -50%) scale(3);
}




.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;


}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.0rem;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay.out {
  transform: translateX(-100%);
}






.gallery_video {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  max-width: 800px;
  margin: auto;
  overflow-y: auto;
  max-height: 80vh;
}

.gallery_video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}


::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #222222;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a0a0a;
}




.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 17rem);
  gap: 2rem;
}

.item {
  position: relative;
  height: 19rem;
  background-color: rgb(116, 12, 12);
  overflow-y: hidden;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 8px;

  h3 {
    margin: 0;
    display: block;
    background-color: rgb(0, 0, 0);
    padding: 1rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms;
    color: white;
    font-size: 20px;
  }

  a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    &:hover,
    &:focus {
      ~.item__overlay {
        transform: translate3d(0, 0, 0);

        h3 {
          transform: translate3d(0, 0, 0);
        }

        .item__body {
          opacity: 1;
        }
      }
    }
  }
}

.img2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.item__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  position: absolute;
  width: 100%;
  top: 0;

  transition: transform 500ms;
  background-color: lighten(rgb(0, 0, 0), 15%);
  transform: translate3d(0, 100%, 0);
}

.item__body {
  flex-grow: 1;
  padding: 1rem;
  padding-top: 50px;
  opacity: 0;
  transition: opacity 500ms 100ms;

  p {
    margin: 0;
  }
}

/*
img:hover {
  -ms-transform: scale(1.2);
   IE 9 
  -webkit-transform: scale(1.2);
  
  transform: scale(1.2);
  transition: transform .2s;
   
}
*/

.headline_news {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  color: white;
  text-align: center;

}


.subheadline_news {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: white;
  text-align: center;
  margin-top: -25px;

}

/* Jumbotron Section Styling */
.jumbotron {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  color: white;


}

/* Image styling */
.jumbotron img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.jumbotron h2 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: "Poppins", serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 5vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  margin: auto;
}



@media (max-width: 767px) {
  .jumbotron h2 {
    position: relative;
    font-family: "Poppins", serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 35px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    align-items: center;
    text-align: center;
  }
}


@media (max-width: 767px) {

  ul,
  li {
    position: relative;
    font-family: "Poppins", serif;
    font-size: 12px;
    margin-bottom: 5px;


  }
}

@media (min-width: 767px) {

  ul,
  li {
    position: relative;
    font-family: "Poppins", serif;
    margin-bottom: 5px;


  }
}





.gallerys-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;

}

.gallerys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 10px;
  max-height: 90vh;
  /* Adjust based on your preference */
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
  /* Adjust based on your preference */
  box-sizing: border-box;
}

.photo-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.photo-item img:hover {
  transform: scale(1.05);
}

/* Optional: Add scrollbar styling for better visibility */
.gallery::-webkit-scrollbar {
  width: 8px;
}

.gallery::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.gallery::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}






/* news thumbnail */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.container_news {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding: 20px;
}

.thumbnail_news {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.thumbnail_news img {
  width: 100%;
  max-width: 500px;
  display: block;
  border-radius: 10px;
}

.content_news {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  width: 100%;
}

.overlay_news {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
}

.thumbnail_news:hover .overlay_news {
  bottom: 0;
}

.overlay_news h1 {
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease-in-out;

}

.overlay_news p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  font-size: 12px;
}

.thumbnail_news:hover .overlay_news h1 {
  transform: translateY(0);
}

.thumbnail_news:hover .overlay_news p {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive untuk mobile: tetap 2 kolom */





@media (max-width: 600px) {
  .container_news {
    grid-template-columns: repeat(2, 1fr);
    /* Tetap 2 kolom di mobile */
  }

  .overlay {
    padding: 10px;
  }

  h4 {
    font-size: 1rem;
    text-align: center;
  }

  desc {
    font-size: 1.8rem;
    text-align: left;
  }

}




h5{
  font-size: clamp(12px, 2.5vw, 13px);
  padding: 10px;
  }