/* JAKARTA SANS */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --black: #000000;
  --white: #ffffff;
  --color-accens: #dd6b00;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  /* font-family: 'Roboto Serif', sans-serif; */
  /* font-family: 'Raleway', sans-serif; */
  background-color: var(--white);
  /* margin-top: 80px; */
}

.container-fluid-custom {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container-fluid-custom {
    padding-left: 100px;
    padding-right: 100px;
  }
}




/* JUDUL BERANDA */
.judul-beranda {
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

/* NAVBAR ATAS */
.navbar {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
}

.nav-link {
  /* text-transform: capitalize; */
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 14pt;
}

a.nav-link:link,
a.nav-link:visited {
  color: var(--black);
}

a.nav-link:hover {
  color: var(--color-accens);
  text-decoration: none;
}

.dropdown-header {
  font-size: 13pt;
  font-weight: 500;
}

.dropdown-menu {
  background-color: var(--black);
}

.dropdown-item {
  text-transform: capitalize;
  font-weight: 400;
}

a.dropdown-item:link,
a.dropdown-item:visited {
  color: var(--white);
}

a.dropdown-item:hover {
  background-color: var(--white);
  color: #383838;
  text-decoration: none;
}


/* NAVIGATION SIDEBAR */
.navigation {
  transition: all 0.5s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation.active {
  background: var(--black);
  color: var(--white);
}

.brand-logo {
  width: 30px;
}

.menu-bar {
  font-size: 24pt;
}

a.menu-bar:link,
a.menu-bar:visited {
  color: var(--black);
}

a.menu-bar:hover {
  color: var(--black);
  text-decoration: none;
}

@media (min-width: 992px) {
  .brand-logo {
    width: 100%;
  }

  .menu-bar {
    font-size: 25pt;
    margin-right: 0px;
  }
}

.offcanvas .list-sidebar {
  width: 100%;
  padding: 0;
}

.offcanvas .list-sidebar li {
  list-style: none;
  /* background-color: var(--black); */
  text-align: center;
  padding: 10px 0;
}

a.list-item-sidebar:link,
a.list-item-sidebar:visited {
  color: var(--black);
  text-decoration: none;
  font-size: 14pt;
}

a.list-item-sidebar:hover {
  color: var(--color-accens);
}

/* SIDEBAR */
/* .offcanvas-active {
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 1150;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.541);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.offcanvas {
  width: 100%;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all .2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: rgb(0, 0, 0);
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform .2s;
}

.offcanvas .header {
  height: 140px;
}

.offcanvas .btn-close {
  color: var(--white);
  position: absolute;
  right: 45px;
  top: 25px;
  font-size: 25px;
  font-weight: 100;
  cursor: pointer;
}

.offcanvas .header .img-sidebar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.offcanvas .list-sidebar {
  width: 100%;
  padding: 0;
}

.offcanvas .list-sidebar li {
  list-style: none;
  background-color: var(--black);
  text-align: center;
  padding: 10px 0;
}

a.list-item-sidebar:link,
a.list-item-sidebar:visited {
  color: var(--white);
  font-size: 14pt;
}

a.list-item-sidebar:hover {
  color: #acacac;
  text-decoration: none;
}

.offcanvas .footer {
  bottom: 0;
  background-color: var(--black);
  position: fixed;
  height: 100px;
  width: 100%;
}

.sosmed-sidebar {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  /* background-color: #494949; */
}

.sosmed-sidebar li {
  margin-top: 20px;
  /* background-color: #1d1d1d; */
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 14pt;
}

a.sosmed-item-sidebar-instagram:link,
a.sosmed-item-sidebar-instagram:visited {
  color: var(--white);
  font-size: 16pt;
}

a.sosmed-item-sidebar-instagram:hover {
  color: #ff1fa9;
  text-decoration: none;
}

a.sosmed-item-sidebar-youtube:link,
a.sosmed-item-sidebar-youtube:visited {
  color: var(--white);
  font-size: 16pt;
}

a.sosmed-item-sidebar-youtube:hover {
  color: #e52d27;
  text-decoration: none;
}

a.sosmed-item-sidebar-whatsapp:link,
a.sosmed-item-sidebar-whatsapp:visited {
  color: #e0e0e0;
  font-size: 16pt;
}

a.sosmed-item-sidebar-whatsapp:hover {
  color: #2CB23F;
  text-decoration: none;
}

*/
/* SLIDER */
/* .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
} */

.carousel-indicators li {
  width: 36px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #dfdfdf;
  /* border-radius: 50%; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 17px;
  font-size: 25pt;
  color: #f7f7f7;
  text-shadow: var(--black) 1px 2px;
}

a.carousel-control-prev:link a.carousel-control-prev:visited {
  background-color: var(--black);
}

a.carousel-control-prev:hover {
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0, 0, 0));
}

a.carousel-control-next:link a.carousel-control-next:visited {
  background-color: var(--black);
}

a.carousel-control-next:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 0, 0));
}

.event-test {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, -50%);
  z-index: 100;
}

a.button-event:link,
a.button-event:visited {
  color: var(--white);
  font-size: 12pt;
  padding: 8px 16px 10px 16px;
  border: 1px solid var(--white);
  border-radius: 5px;
  /* position: absolute; */
}

a.button-event:hover {
  padding: 13px 20px 14px 20px;
  font-size: 15pt;
  color: var(--white);
  /* background-color: #222222; */
  border: 3px solid var(--white);
  transition: all 0.3s;
  text-decoration: none;
}





/* TOP PAGE TITLE */
.top-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 25px;
}

.title-top-page {
  color: var(--black);
  font-size: 25pt;
  font-weight: 700;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

@media (min-width: 992px) {
  .top-page {
    padding-top: 45px;
  }

  .title-top-page {
    font-size: 30pt;
  }
}


/* COUNT DOWN / WAKTU EVENT */
.section-event {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.title-contdown {
  font-size: 18pt;
  font-weight: 600;
}

.box-counter {
  background-color: var(--white);
  padding: 15px 0;
  box-shadow: 2px 2px 4px #a4a4a4;
  border-radius: 5px;
  margin: 0px 15px;
  width: 40%;
  text-align: center;
  font-size: 16pt;
  font-weight: 600;
}

/* .angka {} */

.ket {
  font-size: 14pt;
}

@media (min-width: 992px) {
  .title-contdown {
    font-size: 24pt;
    font-weight: 600;
  }

  .box-counter {
    padding: 25px 0;
    width: 140px;
    font-size: 24pt;
  }

  /* .angka {} */

  .ket {
    font-size: 18pt;
  }
}

/* TITLE GENERAL */
.title-light {
  font-size: 20pt;
  color: var(--black);
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

.title-dark {
  font-size: 20pt;
  color: #E5E4E9;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 992px) {
  .title-light {
    font-size: 24pt;
  }

  .title-dark {
    font-size: 24pt;
  }
}

/* LINK GENERAL */
a.link-light:link,
a.link-light:visited {
  color: #0D2237;
  font-size: 14pt;
  font-weight: 600;
}

a.link-light:hover {
  color: #e30017;
  text-decoration: none;
}

a.link-dark:link,
a.link-dark:visited {
  color: #cdcdcd;
  font-size: 14pt;
  font-weight: 600;
}

a.link-dark:hover {
  color: var(--color-accens);
  text-decoration: none;
}

@media (min-width: 992px) {

  a.link-light:link,
  a.link-light:visited {
    font-size: 16pt;
  }

  a.link-dark:link,
  a.link-dark:visited {
    font-size: 16pt;
  }
}




/* FRONT END */
/* TENTANG KAMI FRONT END*/
.section-tentang {
  padding: 50px 0;
  background-color: var(--white);
}

.img-tentang {
  width: 150px;
  margin-bottom: 40px;
}

.title-tentang {
  color: #757575;
  font-size: 16px;
  font-weight: 600;
}

.headline-tentang {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
}

.isi-tentang {
  color: #757575;
  font-size: 16px;
  text-align: justify;
}

.isi-lengkap-tentang {
  text-align: justify;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section-tentang {
    padding: 100px 0;
  }

  .img-tentang {
    width: 250px;
    margin-bottom: 30px;
  }

  .title-tentang {
    font-size: 24px;
  }

  .headline-tentang {
    font-size: 38px;
  }

  .isi-tentang {
    font-size: 16px;
    line-height: 32px;
    margin-top: 1px;
  }

}

/* KEGIATAN KAMI */
.section-kegiatan {
  padding: 50px 0;
  min-height: 100vh;
  /* background-image: url('../image/bg_section.jpg'); */
  background-color: var(--black);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* background-repeat: no-repeat; */
}

/* WIDGET SINGLE NEWS KEGIATAN */
a.widget-kegiatan-link:link,
a.widget-kegiatan-link:visited {
  color: #E5E4E9;
}

a.widget-kegiatan-link:hover {
  color: var(--color-accens);
  background-color: var(--black);
  text-decoration: none;
}

.container-kegiatan {
  margin-bottom: 20px;
  position: relative;
}

.container-kegiatan .wraper-image-kegiatan {
  width: 100%;
  height: 290px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.container-kegiatan .image-kegiatan .gradient-image-kegiatan {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.container-kegiatan .box-content-kegiatan {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.container-kegiatan .box-content-kegiatan .title-kegiatan {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 18px;
  font-weight: 700;
  /* color: #d2d2d2; */
}

.container-kegiatan .box-content-kegiatan .content-kegiatan {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12pt;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}

/* KEGIATAN MOBILE VIEW */
.container-kegiatan {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.cards {
  display: flex;
  padding: 5px 0px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  padding: 20px;
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
  scroll-snap-align: start;
  transition: all 0.9s;
  height: 540px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  flex-basis: calc(90% - 10px);
  position: relative;
}

.card:not(:last-child) {
  margin-right: 10px;
}

.card .card-wrapper {
  margin-top: auto;
  position: relative;
  z-index: 200;
}

.card .card-title {
  font-size: 20pt;
  font-weight: 500;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
}

.card .card-content {
  color: #E5E4E9;
  padding-bottom: 20px;
}

.card .card-link {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid var(--white);
  transition: background 0.2s;
}

.card-gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* background-color: #0D2237; */
  /* z-index: 0; */
}

.card:hover .card-link {
  background: var(--color-accens);
  border: 1px solid var(--color-accens);
}

.cards::-webkit-scrollbar {
  height: 5px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
  background: var(--color-accens);
}

.cards::-webkit-scrollbar-track {
  background: #edf2f4;
}

@media (min-width: 500px) {
  .card {
    flex-basis: calc(85% - 10px);
  }

  .card:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 700px) {
  .card {
    flex-basis: calc(calc(100% / 3) - 20px);
  }

  .card:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 1100px) {
  .card {
    flex-basis: calc(25% - 30px);
  }

  .card:not(:last-child) {
    margin-right: 40px;
  }
}


/* BERITA FRONT END */
.section-berita {
  padding: 50px 0;
  background-color: var(--white);
}

.box-berita {
  margin-bottom: 30px;
}

a.link-berita:link,
a.link-berita:visited {
  text-decoration: none;
  color: var(--black);
}

a.link-berita:hover {
  color: var(--color-accens);
}

.wraper-img-berita {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.tanggal-berita {
  margin-top: 10px;
  font-size: 9pt;
  color: #494949;
}

.judul-berita {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

a.selengkapnya-berita:link,
a.selengkapnya-berita:visited {
  color: #1d1d1d;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}

a.selengkapnya-berita:hover {
  color: #494949;
  text-decoration: none;
}

@media (min-width: 992px) {
  .box-berita {
    margin-bottom: 20px;
  }

  .wraper-img-berita {
    height: 250px;
  }

  .tanggal-berita {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .judul-berita {
    font-size: 20px;
  }

  a.selengkapnya-berita:hover {
    background-color: #1f1f1f;
    color: #eeeeee;
  }
}

/* VIDEO FRONT END */
.section-video {
  padding: 50px 0;
  /* min-height: 100vh; */
  /* background-image: url('../image/bg_section.jpg'); */
  background-color: var(--black);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cover-title {
  width: 100%;
  background-color: var(--black);
  opacity: 75%;
  height: 70px;
  width: 100%;
  padding: 10px 15px 10px 15px;
  display: flex;
  position: relative;
}

a.link-video:link,
a.link-video:visited {
  text-decoration: none;
  color: var(--white);
}

a.link-video:hover {
  color: var(--color-accens);
}

.title-video {
  font-size: 12pt;
  line-height: 20px;
  padding-top: 3px;
  z-index: 2;
}

.logo-play-video {
  color: var(--white);
  font-size: 19pt;
  padding-top: 0 !important;
  padding-right: 15px;
}

.overlay-video {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.wraper-thumb-video {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: var(--black);
  border-radius: 10px;

}

@media (min-width: 992px) {
  .video-section {
    /* padding-top: 90px; */
  }

  .title-video {
    padding-top: 5px;
    font-size: 14pt;
  }

  .wraper-thumb-video {
    height: 250px;
  }
}

/* GALERY FRONT END */
.section-galery {
  padding: 50px 0;
  /* min-height: 100vh; */
  /* background-image: url('../image/bg_section.jpg'); */
  background-color: var(--white);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


/* ALBUM FOTO */
a.widget-album-link:link,
a.widget-album-link:visited {
  color: #E5E4E9;
}

a.widget-album-link:hover {
  color: var(--color-accens);
  background-color: var(--black);
  text-decoration: none;
}

.kolom-album {
  padding: 2px;
}

.box-album {
  margin-bottom: 0px;
  position: relative;
}

.box-album .wraper-image-album {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.box-album .image-album .gradient-image-album {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.box-album .box-content-album {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.box-album .box-content-album .title-album {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 14pt;
  font-weight: 500;
  /* color: #d2d2d2; */
}

.box-album .box-content-album .time-album {
  margin: 0;
  padding: 0;
  /* margin-bottom: 5px; */
  font-size: 8pt;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}

@media (min-width: 992px) {
  .box-album .wraper-image-album {
    height: 290px;
  }

  .box-event .box-content-album {
    padding: 20px;
  }

  .box-album .box-content-album .title-album {
    font-size: 18pt;
  }

  .box-album .box-content-album .time-album {
    font-size: 12pt;
  }
}

/* GALERI FOTO */
.square-box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 992px) {
  .square-box {
    height: 400px;
  }
}


/* DATIL KEGIATAN */
.detail-kegiatan-title {
  font-weight: 700;
}

.detail-kegiatan-isi {
  font-size: 14pt;
}



/* SIDEBAR KONTENT */
.wraper-img-sidebar {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.judul-sideber {
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 600;
}

.date-sidebar {
  font-size: 13px;
  color: var(--black);
}

a.link-sidebar:link,
a.link-sidebar:visited {
  color: var(--black);
  text-decoration: none;
}

a.link-sidebar:hover {
  color: var(--color-accens);
}

@media (min-width: 992px) {
  .wraper-img-sidebar {
    height: 80px;
  }
}


/* SIDEBAR BERITA (RECENT NEWS) */
.list-recent-news {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #777777;
  font-size: 14pt;
  line-height: 20px;
}

a.link-recent-news:link,
a.link-recent-news:visited {
  color: #4d4d4d;
}

a.link-recent-news:hover {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}


/* EVENT */
/* EVENT VIEW */
a.widget-event-link:link,
a.widget-event-link:visited {
  color: #E5E4E9;
}

a.widget-event-link:hover {
  color: var(--color-accens);
  background-color: var(--black);
  text-decoration: none;
}

.kolom-event {
  padding: 2px;
}

.box-event {
  margin-bottom: 0px;
  position: relative;
}

.box-event .wraper-image-event {
  width: 100%;
  height: 310px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}

.box-event .image-event .gradient-image-event {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.box-event .box-content-event {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.box-event .box-content-event .title-event {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  /* color: #d2d2d2; */
}

.box-event .box-content-event .time-event {
  margin: 0;
  padding: 0;
  font-size: 12px;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}

@media (min-width: 992px) {
  .box-event .wraper-image-event {
    height: 550px;
  }

  .box-event .box-content-event {
    padding: 20px;
  }

  .box-event .box-content-event .title-event {
    font-size: 18px;
  }

  .box-event .box-content-event .time-event {
    font-size: 12px;
  }
}

/* EVENT DETAIL */
.box-detail-event {
  /* border: solid 2px #636363; */
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 1px 1px 10px #b3b3b3;
}

.judul-detail-event {
  font-size: 13pt;
  font-weight: 600;
}

.icon-detail-event {
  color: #292929;
  /* margin-right: 10px; */
}



/* ======================================== */
/* BREADCRUMB */
.breadcrumb-container {
  background-color: var(--black);
}

.breadcrumb-box {
  font-size: 12px;
  /* font-family: 'Oswald', sans-serif; */
}

.breadcrumb-active {
  font-weight: 700;
  color: var(--color-accens);
}

a.breadcrumb-link:link,
a.breadcrumb-link:visited {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

a.breadcrumb-link:hover {
  color: var(--color-accens);
}



/* WIDGET INSTAGRAM */
.box-ig {
  border: solid 5px #494949;
  border-radius: 10px;
}







/* FOOTER */
hr.hr-footer {
  border-top: 1px solid var(--white);
}

.footer-content {
  padding: 70px 10px;
  background-color: var(--black);
}

.title-footer {
  font-size: 15pt;
  padding-bottom: 10px;
  font-weight: 600;
  color: var(--color-accens);
  font-family: 'Oswald', sans-serif;
}

.footer-content .col-tentang {
  font-size: 16px;
  line-height: 25px;
  color: var(--white);
  text-align: justify;
}

ul.list-menu-footer {
  padding-left: 0;
}

.list-menu-footer li {
  list-style-type: none;
  padding-bottom: 10px;
}

a.menu-footer:link,
a.menu-footer:visited {
  color: var(--white);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

a.menu-footer:hover {
  color: var(--color-accens);
}

.kontak-footer {
  color: var(--white);
}

.box-icon-kontak {
  width: 25px;
  text-align: center;
  padding-right: 10px;
  color: var(--white);
}

.footer-copyright {
  font-size: 10pt;
  color: var(--color-accens);
  background-color: var(--black);
  padding: 20px 0;
  text-align: center;
}

.icon-sosmed-footer {
  height: 50px;
  /* padding: 10px; */
  border-radius: 5px;
  /* background-color: #6b4e4e; */
  margin-right: 20px;
  color: var(--white);
  font-size: 14pt;
}

a.icon-footer-whatsapp:link,
a.icon-footer-whatsapp:visited {
  color: var(--white);
  font-size: 16pt;
  border: 1px solid var(--white);
  padding: 10px 17px 10px 17px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-footer-whatsapp:hover {
  color: var(--black);
  background-color: var(--color-accens);
  border: 1px solid var(--color-accens);
  text-decoration: none;
}

a.icon-footer-instagram:link,
a.icon-footer-instagram:visited {
  color: var(--white);
  font-size: 16pt;
  border: 1px solid var(--white);
  padding: 10px 17px 10px 17px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-footer-instagram:hover {
  color: var(--black);
  background-color: var(--color-accens);
  border: 1px solid var(--color-accens);
  text-decoration: none;
}

a.icon-footer-youtube:link,
a.icon-footer-youtube:visited {
  color: var(--white);
  font-size: 16pt;
  border: 1px solid var(--white);
  padding: 10px 14px 10px 14px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-footer-youtube:hover {
  color: var(--black);
  background-color: var(--color-accens);
  border: 1px solid var(--color-accens);
  text-decoration: none;
}


@media (min-width: 992px) {
  .footer-copyright {
    font-size: 10pt;
  }

}


/* ICON SHARE KONTEN */
a.icon-share-konten:link,
a.icon-share-konten:visited {
  color: #333333;
  font-size: 12pt;
  border: 1px solid #707070;
  padding: 7px 13px 6px 13px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-share-konten:hover {
  color: var(--white);
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  text-decoration: none;
}



/* PAGINATION */
.pagination>li>a {
  background-color: var(--white);
  color: #100F0F;
  font-weight: 700;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: var(--color-accens);
  background-color: var(--white);
  border-color: solid 1px var(--black);
}

.pagination>.active>a {
  color: var(--white);
  background-color: var(--black) !Important;
  border: solid 1px var(--black) !Important;
}

.pagination>.active>a:hover {
  background-color: #100F0F !Important;
  border: solid 1px #100F0F;
}



.body-instafeed {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .body-instafeed {
    width: 70%;
  }
}






/* TENTANG */
.single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .single-timeline-content {
    padding: 20px;
  }
}

.single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #f1c40f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.single-timeline-content .timeline-icon i {
  color: var(--white);
  line-height: 30px;
}

.single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}

.single-timeline-content:hover .timeline-icon,
.single-timeline-content:focus .timeline-icon {
  background-color: #020710;
}

.single-timeline-content:hover .timeline-text h6,
.single-timeline-content:focus .timeline-text h6 {
  color: #3f43fd;
}







/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a.widget-link:link,
a.widget-link:visited {
  color: #E5E4E9;
}

a.widget-link:hover {
  color: var(--color-accens);
  background-color: var(--black);
  text-decoration: none;
}

.widget.single-news {
  margin-bottom: 20px;
  position: relative;
}

.widget.single-news .wraper-news {
  width: 100%;
  height: 290px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.widget.single-news .image .gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, var(--black) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.widget.single-news .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.widget.single-news .details .title {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 18pt;
  font-weight: 700;
  /* color: #d2d2d2; */
}

.widget.single-news .details .content {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12pt;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.box-kegiatan {
  border: solid 2px var(--black);
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 0;
  transition: all .3s ease;
  /* box-shadow: 5px 10px 10px #b3b3b3; */
}

.box-kegiatan:hover {
  color: var(--white);
}

.box-kegiatan:hover a {
  border-color: white;
  background: white;
}

.box-rimaji:hover {
  border-color: #7F167F;
  background: #7F167F;
}

.box-rimaji:hover a {
  color: #7F167F;
}

.box-schooltour:hover {
  border-color: #1DA1F2;
  background: #1DA1F2;
}

.box-schooltour:hover a {
  color: #1DA1F2;
}

.box-reimclass:hover {
  border-color: #EB455F;
  background: #EB455F;
}

.box-reimclass:hover a {
  color: #EB455F;
}

.box-reimagination:hover {
  border-color: #472183;
  background: #472183;
}

.box-reimagination:hover a {
  color: #472183;
}

.box-icon-kegiatan {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.icon-kegiatan {
  font-size: 40pt;
}

.judul-kegiatan {
  font-size: 25pt;
  font-weight: 600;
  text-align: center;
}

.isi-kegiatan {
  text-align: justify;
  padding: 5px 20px;
}

.box-kegiatan a {
  margin: 22px 0;
  background: rgb(0, 0, 0);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 15px 20px;
  border-radius: 25px;
  transition: .3s ease;
}

.box-kegiatan a:hover {
  border-radius: 4px;
}

/* a.link-kegiatan:link,
a.link-kegiatan:visited {
  margin: 22px 0;
  background: rgb(0, 0, 0);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 15px 20px;
  border-radius: 25px;
  transition: .3s ease;
}

a.link-kegiatan:hover {
  border-radius: 4px;
} */
@media (min-width: 992px) {
  .judul-kegiatan {
    font-size: 19pt;
  }
}



.title-login-user {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.show-password {
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

/* PROFIL ANGGOTA */
.profile-container {
  position: relative;
  display: inline-block;
  width: 150px;
  /* height: 250px; */
  margin-bottom: 30px;
}

.profile-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  border-radius: 50%;
  /* Membuat area wrap menjadi bulat */
  overflow: hidden;
  /* Menyembunyikan bagian gambar di luar lingkaran */
  /* border: 4px solid #BCC4C4; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Memastikan gambar menutupi area lingkaran */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.edit-icon {
  position: absolute;
  /* background-color: rgb(255, 50, 50); */
  border-radius: 50%;
  padding: 5px 12px;
  box-shadow: 0 2px 4px #00000033;
  font-size: 15px;
  color: #ffffff;
}

.edit-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(0, 0, 0, 0.6); */
  color: #383838;
  display: none;
  /* Disembunyikan secara default */
}

.profile-container:hover .profile-pic {
  opacity: 0.7;
  /* Efek hover dengan opacity lebih rendah */
}

.profile-container:hover .edit-icon {
  display: block;
  /* Tampilkan ikon pensil saat di-hover */
}

.nama-anggota {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.link-profile:link,
.link-profile:visited {
  color: var(--black);
  text-decoration: none;
}

.link-profile:hover {
  color: var(--color-accens);
}

@media (min-width: 576px) {
  .profile-container {
    width: 180px;
  }

  .profile-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .profile-container {
    width: 180px;
  }

  .profile-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .profile-container {
    width: 200px;
  }

  .profile-container {
    margin-bottom: 30px;
  }

  .nama-anggota {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .profile-container {
    width: 200px;
  }

  .profile-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .profile-container {
    width: 250px;
  }

  .profile-container {
    margin-bottom: 30px;
  }
}