body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: panzer;
  src: url(../fonts/PANZER-CONDENSED.TTF);
}

h1 {
  font-family: panzer;
}

.nav-item .nav-link {
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 40px;
}

.navbar-custom {
  max-width: 100%;
  margin: auto;
  background: url(../img/bg-nav.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar .navbar-brand {
  padding: 0 !important;
}

.navbar .navbar-brand .sm-logo {
  height: 40px;
}

.tkn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 85px;
  z-index: 1;

}
.full {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.full .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24%;
}

.full .merah {
  width: 750px;
  height: 50px;
  background-color: #bd0000;
  position: absolute;
  bottom: 189px;
  right: -280px;
  transform: rotate(-45deg);
  display: block;
}

.full .hitam {
  width: 350px;
  height: 350px;
  background-color: #000000;
  position: absolute;
  bottom: -176px;
  right: -187px;
  transform: rotate(-45deg);
  display: block;
}

.module {
  min-height: 100vh;
  padding-top: 80px;
}

#visi-misi .container {
  background-color: #FFF;
  text-align: justify;
}

#visi-misi.module {
  min-height: auto;
}

#visi-misi .visi-box {
  border-radius: 25px;
  overflow: hidden;
  padding: 10px;
  border: 5px solid #bd0000;
}

#visi-misi .visi-box>div {
  border: 5px solid #bd0000;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

#visi-misi .visi-box>div .merah {
  width: 660px;
  height: 40px;
  background-color: #bd0000;
  position: absolute;
  bottom: 189px;
  right: -280px;
  transform: rotate(-45deg);
  display: block;
}

#visi-misi .visi-box>div .hitam {
  width: 360px;
  height: 320px;
  background-color: #000000;
  position: absolute;
  bottom: -176px;
  right: -187px;
  transform: rotate(-45deg);
  display: block;
}

#visi-misi .visi-desc {
  background-color: #bd0000;
  padding: 20px;
  color: #FFF;

}

#visi-misi .visi-desc p {
  font-size: 13px;
}

#visi-misi .pengurus {
  background: url(../img/pengurus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#visi-misi .pengurus img {
  visibility: hidden;
}

#visi-misi .indonesia-maju {
  position: relative;
  margin-top: 30px;
  background: url(../img/visi-misi-line.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #bd0000;
  border-radius: 25px;
  padding: 250px 30px;
  padding-top: 30px;
  /* min-height: 60vh; */
}

#visi-misi .indonesia-maju h1 {
  color: #000;
}

#visi-misi .link-pdf {
  background: #FFF;
  display: inline-block;
  padding: 4px 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  color: #22262a;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: 500;
}

#visi-misi .link-pdf:hover {
  border: 3px solid #bd0000;
}

#visi-misi .link-pdf img {
  width: 35px;
  margin-right: 10px;
}

.module h1 {
  font-weight: 700;
  padding-bottom: 20px;
}

.module h5 {
  font-weight: 700;
}

.navbar-toggler {
  border: none !important;
}

#berita .kegiatan-box {
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  transition: box-shadow 0.15s ease-in-out;
  padding: 10px 0;
  margin-bottom: 20px;
}

#berita .kegiatan-box span {
  font-weight: 700;
  font-size: 11px;
  color: #E42A7B;
}

#galeri .col-4 {
  margin-bottom: 23px;

}

#galeri a {
  display: block;
  position: relative;
}

#galeri .col-4 .labelPraka {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg-nav.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}

#galeri img {
  width: 100%;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}
.main-video .video {
  width: 100%;
  border-radius: 5px;
}
.main-video .video .title {
  color: #333;
  font-size: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.video-list {
  border-radius: 5px;
  height: 520px;
  overflow-y : scroll;
}
.video-list::-webkit-scrollbar {
  width: 7px;
}
.video-list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 50px;
}
.video-list .vid video {
  width: 100px;
  border-radius: 5px;
  pointer-events: none;
}

.video-list .vid {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0, .1);
  cursor: pointer;
}
.video-list .vid .title {
  font-size: 16px;  
}
.video-list .vid:hover {
  background: #eee;
}
.video-list .vid.active {
  background-color: #bd0000;
}
.video-list .vid.active .title {
  color: #fff;
}

@media(max-width: 991px) {

}
@media(max-width: 768px) {

}


.module#berita img {
  height: 290px;
  width: 100%;
  object-fit: cover;
}

.pagination>li {
  display: inline;
}

.page {
  display: none;
}

.page-active {
  display: block;
}

.page-link {
  background: #bd0000 !important;
  font-weight: 700;
  color: #FFF !important;
}

.active .page-link {
  background: #000 !important;
}

.active>.page-link, .page-link.active {
  border-color: white !important;
}

.btn-link {
  border: 1px solid #bd0000;
  padding: 6px;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
  background-color: #bd0000;
}

.btn-link:hover {
  padding-right: 35px;
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  width: 15px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #ffffff;
}

.btn-link:hover::before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.btn-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
  transition: .5s cubic-bezier(.86, 0, .07, 1);
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#kontak .container {
  position: relative;
}

.floating-box {
  background: #bd0000;
  color: #FFF;
  position: absolute;
  top: 90px;
  right: 50px;
  width: 40%;
  padding: 20px;
  font-weight: 600;
}


.footer {
  max-width: 100%;
  margin: auto;
  background: url(../img/bg-nav.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  padding: 10px 0;
}


@media (min-width: 2560px) {
  .full .logo {
    width: 70%;
  }
}


@media (min-width: 1600px) {
  .full .merah {
    width: 850px;
    height: 80px;
    bottom: 230px;
    right: -298px;
  }

  .full .hitam {
    width: 480px;
  }
}



@media (min-width: 768px) and (max-width: 1280px) and (min-height: 1024px) {

  .navbar-custom {
    background-position: 20%;
  }

  .full .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;

  }

  .full .bendera {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    display: block;
  }
}

@media(max-width: 1200px) and (min-height: 768px) {
  .nav-item .nav-link {
    margin-left: 20px;
  }
}

@media (max-width: 450px) {

  #visi-misi .indonesia-maju {
    padding: 250px 0;
    padding-top: 30px;
    border: none;
  }

  #visi-misi .indonesia-maju .link-pdf {
    bottom: 0;
    font-size: 13px;
  }

  #visi-misi .indonesia-maju .link-pdf img {
    width: 30px;
  }

  .full .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
  }

  .full .merah {
    width: 850px;
    height: 30px;
    bottom: -30px;
    right: -298px;
  }

  .full .hitam {
    width: 200px;
    bottom: -240px;
    right: -204px;
  }

  #galeri .col-4 .labelPraka {
    height: 20px;
    line-height: 20px;
    font-size: 6px;
  }
}

@media screen and (max-height: 450px) and (orientation:landscape) {
  .full .hitam {
    width: 280px;
    height: 280px;
  }
  .full .merah {
    height: 35px;
    bottom: 70px;
  }
}

@media screen and (orientation:landscape) {
  body {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}


@media (orientation:portrait) {
  .navbar-custom {
    background-position: 15%;
  }

  #visi-misi .visi-box {
    border: none;
    padding: 0;
  }

  #visi-misi .visi-box>div .merah {
    display: none;
  }

  #visi-misi .visi-box>div .hitam {
    display: none;
  }


  #visi-misi .indonesia-maju {
    background-size: 180%;
  }

  body {
    background: url(../img/bg-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .navbar-custom {
    max-width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .google-maps iframe {
    height: 500px;
  }

  .floating-box {
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    font-weight: 700;
    width: 100%;
  }
}

/* @media (min-width: 768px) and (max-width: 1280px) and (min-height: 1024px) {
}

@media (min-width: 768px) and (max-width: 1280px) and (max-height: 810px) {
}

@media (width: 1366px) and (height: 1024px) {
}

@media (max-height: 450px) {
}

@media (max-width: 450px) {
} */