* {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

.logostis {
  display: inline-block;
}

.navbar {
  background-image: linear-gradient(to left, #2a4e9b, #0092d7);
  font-weight: 600;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.footer {
  background-image: linear-gradient(to left, #1b449c, #0092d7);
}

.dropdown-menu {
  background-color: #1b449c;
}

.dropdown-menu li {
  color: #c98600;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #0092d7;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* #topheader .navbar-nav .nav-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */

.garis {
  color: #c98600;
}
.unggulan {
  background-color: #f0f0f0;
}

.event {
  background-color: #f0f0f0;
}

.sambutan {
  font-size: 30px;
  font-weight: 500;
}

.judul {
  font-size: 50px;
  font-weight: 700;
}

.kursus {
  font-weight: 600;
  font-size: 24px;
}

.materi {
  width: 100%;
  background-color: #f0f0f0;
}

.materi:hover {
  background-color: rgb(27, 68, 156, 0.3);
  color: white;
}

/* BERITA */
#beritaKat {
  width: 200px;
  height: 100px;
  background-color: #f0f0f0;
  color: #1b449c;
}

#beritaKat:hover {
  background-color: #1b449c;
  color: white;
}

.daftarBerita {
  background-size: cover;
}

.daftarBerita::before {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(27, 68, 156, 0.5);
}

/* DETAIL BERITA */

#detailberita {
  display: flex;
  flex-direction: row;
}

#konten_berita {
  width: 60vw;
}

#berita_terkait {
  width: 20vw;
}

/* END OF DETAIL BERITA */

.download {
  margin-top: 10px;
  margin-right: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
  /* NAVBAR */
  .logostis {
    display: inline-block;
    height: 3rem;
    width: 3rem;
  }

  .titlepppm {
    font-size: 0.8rem;
  }
  /* END OF NAVBAR */

  /* FOOTER */
  .footer {
    font-size: 0.8rem;
  }
  /* END OF FOOTER */

  .gambar {
    display: none;
    visibility: hidden;
  }

  .tampilan-awal {
    width: 100%;
  }

  .event {
    margin-top: 10px;
  }

  #beritaKat {
    width: 30vw;
    height: 70px;
    font-size: 13px;
  }

  .materi {
    width: 100%;
  }

  /* .tugas {
    margin-left: 10px;
  } */

  .kursus {
    text-align: center;
  }

  .gambarpelatihan {
    margin-left: 40px;
  }

  iframe {
    width: 300px;
    height: 200px;
  }

  .download {
    margin-right: 0px;
  }

  /* detail berita */
  #detailberita {
    display: flex;
    flex-direction: column;
  }

  #konten_berita {
    width: 100vw;
  }

  #berita_terkait {
    width: 100vw;
  }
  /* end of detail berita */
}

@media only screen and (max-device-width: 320px) {
  .gambarpelatihan {
    margin-left: 10px;
  }

  .download {
    margin-right: 0px;
  }
}

@media only screen and (min-device-width: 426px) and (max-device-width: 768px) {
  iframe {
    width: 500px;
    height: 300px;
  }
}

.page-header:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.position-relative {
  position: relative !important;
}
.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.opacity-4 {
  opacity: 0.4 !important;
}
/* .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-right: auto;
  margin-left: auto;
} */
@media (min-width: 320px) {
  .katajudul {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  #beritaberanda {
    height: 200px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
  .katajudul {
    margin-top: 100px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.page-header .container {
  z-index: 1;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.mt-n6 {
  margin-top: -4rem !important;
}
hr.vertical.dark {
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.4),
    transparent
  );
}
hr.vertical {
  position: absolute;
  background-color: transparent;
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
}

.cta {
  background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)),
    url("https://news.masukkampus.com/wp-content/uploads/2021/04/masukkampus_news_177210572_391836181787800_6520552564456813815_n.jpg")
      fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}
.cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 425px) {
  .mt-xs-n2 {
    margin-top: -0.5rem !important;
  }
}
/* .daftarBerita:hover .card-body {
  /* -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: 0.25s;
} */
.daftarEvent:hover .card-title {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.Pengajuan:hover {
  background: #c98600;
}

.login-btn {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  /* background: #f6b024; */
  /* color: #fff; */
}
.login-btn:hover {
  background: #c98600;
}

.navbar-nav > li > a {
  position: relative;
  color: #f6b024;
  text-decoration: none;
}

.navbar-nav > li > a:hover {
  color: #f6b024;
}

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* style beranda */
.bg-gray-200 {
  background-color: #f0f2f5 !important;
}

#heroPKL {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  background: url("../img/gedung-stis.jpg") top center;
  background-size: cover;
  /* margin-bottom: -90px;
  z-index: 99; */
  transition: 0.5s;
}

#heroPKL:before {
  content: "";
  background: rgba(29, 100, 174, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroPKL .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroPKL h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
}

#heroPKL p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#heroPKL .carousel-control-prev,
#heroPKL .carousel-control-next {
  width: 10%;
}

#heroPKL .carousel-control-next-icon,
#heroPKL .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  #heroPKL p {
    width: 60%;
  }

  #heroPKL .carousel-control-prev,
  #heroPKL .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px), (max-height: 700px) {
  #heroPKL {
    height: 120vh;
    padding: 100px 0;
  }

  #heroPKL h2 {
    font-size: 28px;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  /* margin-top: 50px; */
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #1571ba;
  color: white;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background: url("../img/gedung-stis.jpg") top center;
  background-size: cover;
  /* margin-bottom: -90px;
  z-index: 99; */
  transition: 0.5s;
}

#hero:before {
  content: "";
  background: rgba(29, 100, 174, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: 120vh;
    padding: 100px 0;
  }

  #hero h2 {
    font-size: 28px;
  }
}

/* style isi */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.blur {
  box-shadow: inset 0px 0px 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.shadow-blur {
  box-shadow: inset 0 0px 1px 1px rgba(254, 254, 254, 0.9),
    0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.font-weight-bolder {
  font-weight: 700 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.fs-1 {
  font-size: 20px;
}
.fc-blue {
  color: #1b449c;
}
.card.card-plain {
  background-color: transparent;
  box-shadow: inset;
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.p-0 {
  padding: 0 !important;
}
.position-relative {
  position: relative !important;
}
.d-block {
  display: block !important;
}
.text-dark {
  color: #344767 !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card.card-background .full-background {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.75rem;
}
.card.card-background {
  align-items: center;
}
.card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index: 2;
}
.text-white {
  color: #fff !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.border-radius-lg {
  border-radius: 0.5rem;
}
.col-md-12 {
  flex: 0 0 auto;
  width: 100%;
}

.bg-gray-100 {
  background-color: #d5dfe9 !important;
}
.info-horizontal {
  text-align: left !important;
}
.border-radius-xl {
  border-radius: 0.75rem;
}

.bg-gradient-dark {
  background-image: linear-gradient(195deg, #f8f9fa 0%, #f0f2f5 100%);
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.bg-pengajuan {
  /* background: linear-gradient( #2a4e9b, #0092d7), url("../img/gedung-stis.jpg") fixed center center; */
  background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)),
    url("../img/gedung-stis.jpg") fixed center center;
}
@media (min-width: 769px) {
  .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.cta-btn {
  text-trans: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  text-decoration: none;
  margin: 10px;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  background-color: #f6b024;
  color: #fff;
}
.cta-btn:hover {
  border: 2px solid #f6b024;
}
.mt-n6 {
  margin-top: -4rem !important;
}
.mt-n1 {
  margin-top: -1rem;
}
.mt-1 {
  margin-top: 10rem;
}
.mt-10 {
  margin-top: 15rem;
}
.opacity-7 {
  opacity: 0.7 !important;
}
/* .w-100 {
  width: 100% !important;
} */
.container-pkl {
  margin: 0 auto;
}
/* .a-item{
  align-items: center;
} */
