body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: panzer;
  src: url(../fonts/PANZER-CONDENSED.TTF);
}

h1 {
  font-family: panzer;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-item .nav-link {
  color: #23346A;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 30px;
  text-transform: uppercase;
}

.navbar-custom {
  max-width: 85%;
  margin: auto;
  background: url(../img/navbar.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  transition: 0.5s;
}


.navbar .navbar-brand {
  padding: 0 !important;
  width: 200px;
  display: flex;
  align-items: center;
}

.navbar .navbar-brand p {
  color: #002564;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0;
  line-height: 12px;
}

.navbar .navbar-brand img {
  float: left;
  margin-right: 10px;
}

.line {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.line img {
  width: 80%;
}

.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: 28%;
}


.module {
  min-height: 100vh;
  padding-top: 80px;
}

#profil {
  background: url(../img/bg-profile.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#education,
#karir,
#politik,
#organisasi,
#kontak {
  background: url(../img/bg-career.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #D5C184;
}

.certificate-box {
  display: flex;
  align-items: start;
  margin-top: 20px;

}

.certificate-box div img {
  margin-right: 10px;
}

.certificate-box ul {
  padding: 0;
  list-style-type: none;
}

#sosmed {
  background: url(../img/bg-social.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


#profil .profil-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  background: url(../img/bg-desc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

#profil .class-box {
  color: #ccc;
  text-align: center;
  max-width: 90%;
  margin: auto;
}

#profil .class-box h5 {
  text-align: center;
  margin-top: 20px;
  position: relative;
  font-weight: 400;
}

#profil .class-box h5::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgba(219, 169, 64, 1) 0%, rgba(248, 198, 69, 1) 50%, rgba(250, 225, 109, 1) 100%);
  ;
}

#profil .class-box p {
  text-align: left;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 700;
}

#profil .class-box .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#profil .class-box .grid-box div {
  margin: 10px;
  padding: 5px;
  text-wrap: wrap;
  width: 140px;
  height: 140px;
  background: linear-gradient(90deg, rgba(35, 52, 106, 1) 0%, rgba(35, 52, 106, 1) 100%) padding-box,
    linear-gradient(90deg, rgba(219, 169, 64, 1) 0%, rgba(248, 198, 69, 1) 50%, rgba(250, 225, 109, 1) 100%);
  border-radius: 50%;
  border: 7px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}

#profil .class-box .grid-box2 .child {
  display: flex;
  flex-direction: row;
}

.progress-bar {
  background: #D5C184;
}

#profil .profil-wrapper>div:nth-child(1) {
  padding: 1rem 12rem;
  padding-right: 6rem;
}

#profil .profil-wrapper div:nth-child(1) img {
  margin-bottom: 20px;
}

#profil .profil-wrapper div:nth-child(1) p {
  color: #002564;
  text-align: justify;
}

#profil .profil-wrapper>div:nth-child(2) {
  position: relative;
  width: 100%;
  display: block;
  background-color: rgba(35, 52, 106, 0.9);
  padding-top: 40px;
}

#profil .circle-box {
  position: relative;
  padding: 0;
  background: radial-gradient(circle, rgba(199, 199, 199, 1) 0%, rgba(119, 119, 119, 1) 100%) padding-box,
    linear-gradient(90deg, rgba(219, 169, 64, 1) 0%, rgba(248, 198, 69, 1) 50%, rgba(250, 225, 109, 1) 100%);
  border-radius: 50%;
  border: 7px solid transparent;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: auto;

}

#profil .circle-box::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 7px solid #002564;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#profil .circle-box img {
  position: relative;
  left: -20px;
}

/* #profil .profil-wrapper div:nth-child(2) img {
  position: absolute;
  bottom: 0px;
  left: -100px;
} */

.karir-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 100px;
}

#education .karir-wrapper {
  margin-top: 0;
}

#organisasi .karir-wrapper {
  margin-top: 0;
}

.karir-wrapper .karir-title {
  flex: 30%;
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 150px;
}

#politik .karir-wrapper .karir-title,
#organisasi .karir-wrapper .karir-title {
  margin-top: 0;
}

.karir-wrapper .karir-title .karir-title-h1 {
  width: 50px;
  line-height: 40px;
}

.karir-wrapper .karir-title .karir-title-line {
  width: 2px;
  height: 150px;
  background-color: #D5C184;
  margin-left: 4.5rem;
  margin-top: 10px;
}

.karir-wrapper .karir-title img {
  width: 40px;
  margin-left: 3.2rem;
  cursor: pointer;
}

.karir-wrapper .karir-content {
  flex: 70%;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.karir-wrapper .karir-content .karir-content-list {
  display: flex;
  font-weight: 700;
  align-items: baseline;
}

.karir-wrapper .karir-content .karir-content-list .karir-content-list-year {
  width: 100px;
}


.karir-wrapper .karir-content .karir-content-list .karir-content-line {
  margin: 0 25px;
  text-align: center;
}


.karir-wrapper .karir-content .karir-content-list .karir-content-line .dotted {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D5C184;
  position: relative;
}

.karir-wrapper .karir-content .karir-content-list .karir-content-line .dotted::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #23346A;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}

.karir-wrapper .karir-content .karir-content-list .karir-content-line .dottedX {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D5C184;
  position: relative;
}

.karir-wrapper .karir-content .karir-content-list .karir-content-list-work {
  flex: auto;
  margin-bottom: 5px;
}

.karir-wrapper .karir-content .karir-content-list-work .karir-content-list-work-title {
  font-weight: 400;
  font-size: 13px;
}

.module h1 {
  font-weight: 700;
  padding-bottom: 20px;
  color: #D5C184;
}

.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 {
  background: url(../img/bg-gallery.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#galeri .col-4 {
  margin-bottom: 23px;

}

#galeri a {
  display: block;
  position: relative;
}

#pagination-galeri {
  margin: 0;
  padding-bottom: 25px;
}

#galeri .col-4 .labelPraka {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D5C184;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #002564;
  font-weight: 700;
}

#galeri img {
  width: 100%;
  aspect-ratio: 1 / 1;
  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;
}

.contact-box {
  border: 4px solid #DCBF81;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  line-height: 240px;
  margin: auto;
  margin-bottom: 10px;
  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);
}

.contact-box img {
  max-width: 80px;
}

#kontak a {
  text-decoration: none;
  color: #DCBF81;
}

.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: #D5C184 !important;
  font-weight: 700;
  color: #002564 !important;
}

.active .page-link {
  background: #002564 !important;
  color: #D5C184 !important;
}

.active>.page-link,
.page-link.active {
  border-color: white !important;
}

.btn-link {
  border: 1px solid #D5C184;
  padding: 6px;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #002564;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
  background-color: #D5C184;
}

.btn-link:hover {
  padding-right: 35px;
  background-color: #002564;
  border-color: #002564;
  color: #D5C184;
  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: #DCBF81;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #23346A;
  font-weight: 700;
  padding: 10px 0;
}


@media (min-width: 2560px) {
  .full .logo {
    width: 70%;
  }
}


@media (min-width: 1600px) {}



@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) {


  .full .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
  }

  #galeri .col-4 .labelPraka {
    height: 20px;
    line-height: 20px;
    font-size: 6px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-custom.hide {
    top: -80px;
  }
}

@media screen and (max-height: 450px) and (orientation:landscape) {
  .line {
    display: none;
  }

}

@media screen and (orientation:landscape) {
  #home {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #profil .profil-wrapper {
    flex-direction: row;
  }
}


@media (orientation:portrait) {

  #karir.module,
  #politik.module,
  #organisasi.module {
    min-height: auto;
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-brand p {
    font-size: 13px;
    font-weight: 700;
  }

  .navbar-custom {
    background-position: 15%;
  }

  #profil .profil-wrapper {
    flex-direction: column;
  }

  #profil .profil-wrapper div:nth-child(1) {
    padding: 1rem 1rem;
  }

  #home {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #profil .profil-wrapper div:nth-child(2) {
    height: auto;
  }

  #profil .profil-wrapper div:nth-child(2) img {
    position: relative;
    bottom: auto;
    left: auto;
  }


  .navbar-custom {
    max-width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .karir-wrapper {
    flex-direction: column;
    margin-top: 0;
  }



  .karir-wrapper .karir-title {
    flex: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .karir-wrapper .karir-title .karir-title-h1 {
    width: auto;
    line-height: auto;
  }

  .karir-wrapper .karir-title .karir-title-line {
    display: none;
  }

  .karir-wrapper .karir-title img {
    display: none;
  }

  .karir-wrapper .karir-content {
    flex: auto;
    padding: 15px;
  }

  .karir-wrapper .karir-content .karir-content-list {
    font-size: 12px;
  }

  .karir-wrapper .karir-content .karir-content-list .karir-content-list-work-title {
    font-size: 8px;
  }

  .karir-wrapper .karir-content .karir-content-list .karir-content-line {
    margin: 0 15px;
  }

  .karir-wrapper .karir-content .karir-content-list .karir-content-list-year {
    width: 115px;
  }

  .karir-wrapper .karir-content .karir-content-list .karir-content-list-work {
    width: 100%;
  }

  #galeri .col-4 {
    margin-bottom: 0;
    padding: 5px;
  }

  .google-maps iframe {
    height: 500px;
  }

  .floating-box {
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    font-weight: 700;
    width: 100%;
  }

  .contact-box {
   
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .contact-box img {
    max-width: 50px;
  }
 #kontak a h5 {
    margin-bottom: 20px;
  }
}

/* @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) {
} */