* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", serif;
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}

html,
body {
  transition: all 0.7s !important;
}

.container-custom {
  width: 85%;
  margin: auto;
}

.copyright {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.d-none-mobile {
  display: block;
}

.d-none-dekstop {
  display: none;
}

body {
  overflow-x: hidden;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.ps-16 {
  padding-left: 30px;
}

.container {
  position: relative;
}

#fatner-dekstop {
  display: inline-block;
}

#fatner-mobile {
  display: none;
}

#menuSide {
  position: fixed;
  top: 140px;
  /* Nilai awal */
  left: 105px;
  width: 23%;
  z-index: 99999999;
  transition: top 0.3s ease-in-out;
  /* Animasi transisi */
}

.bg-abu {
  background-color: #f5f5f5;
}

.navbar input[type="search"] {
  size: 30% !important;
}

.formLogin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.formLogin h1 {
  font-size: 40px;
  color: #464749;
  font-weight: 800;
}

label {
  color: #718096;
  font-weight: 500;
}

input[type="email"],
input[type="password"] {
  background-color: #f7fafc;
  border: 1px solid #cbd5e0;
  height: 55px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

input[type="email"]:focus,
input[type="password"]:focus {
  box-shadow: none;
  border: none;
  background-color: #f7fafc;
  border: 1px solid #cbd5e0;
}

.akademi h1 {
  font-size: 40px;
  color: #464749;
  font-weight: 700;
}

.card-akademi-1 h3 {
  color: #111a1e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 40px;
}

.card-akademi-1 h3 span {
  color: #0c8ce9;
}

.card-akademi-1 p {
  color: #111a1e;
  font-size: 15px;
  font-weight: 600;
}

.jurnal-people {
  margin-top: 40px;
}

.card-akademi-2 h3 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}

.card-akademi-2 h3 span {
  color: #fff600;
}

.card-akademi-2 p {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.img-akademi-1,
.img-akademi-2 {
  margin-top: 22px;
}

.card-akademi-1 {
  background: url("images/bg-akademi-1.png") center center;
  background-size: cover;
  height: 387.87px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.card-akademi-2 {
  overflow: hidden;
  background: url("images/bg-akademi-2.png") center center;
  background-size: cover;
  height: 387.87px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.detail-berita h1 {
  font-size: 40px;
  font-weight: 700;
  color: #464749;
}

.detail-berita .keterangan p {
  color: #464749;
  font-size: 15px;
  font-weight: 500;
}

.img-detail-berita {
  height: 682px;
  width: 100%;
}

.isi-berita p {
  font-size: 20px;
  color: #464749;
  font-weight: 500;
}

.card-berita {
  padding: 12px;
  height: 185px;
  background-color: white;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-berita:hover .bungkus-img-berita img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.bungkus-img-berita {
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.card-berita h5 {
  font-size: 25px;
  color: #464749;
  font-weight: 700;
}

.card-berita a {
  text-decoration: none;
}

.card-berita .bottom {
  display: flex;
}

.card-berita .bottom div {
  display: flex;
  align-items: center;
}

.card-berita .bottom p {
  color: #464749;
  font-size: 15px;
  font-weight: 500;
}

.card-berita .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-berita .bungkus-img-berita img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
  border-radius: 12;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  -ms-border-radius: 12;
  -o-border-radius: 12;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.top-berita {
  display: flex;
}

.top-berita h1 {
  font-size: 40px;
  font-weight: 700;
  color: #464749;
}
.top-berita p {
  font-size: 20px;
  font-weight: 500;
  color: #464749;
}

.row-vertikal {
  width: 9px;
  height: 85px;
  background-color: #0c8ce9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#profil-perusahaan h1 {
  font-size: 30px;
  font-weight: 700;
  color: #464749;
  margin-bottom: 1px;
}

#profil-perusahaan h5 {
  font-size: 20px;
  font-weight: 500;
  color: #464749;
}

#profil-perusahaan p {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 500;
  color: #776f6f;
}

.card-layanan-3 h1 {
  color: #464749;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1px;
}

.card-layanan-3 h5 {
  font-size: 20px;
  font-weight: 500;
  color: #464749;
  margin-bottom: 30px;
}

.card-layanan-3 h6 {
  font-size: 20px;
  font-weight: 700;
  color: #464749;
}

.card-layanan-3 .p-bold {
  font-size: 15px;
  font-weight: 700;
  color: #776f6f;
}

.card-layanan-3 ol {
  margin-left: -14px;
}

.card-layanan-3 ol .li-bold {
  font-size: 20px;
  font-weight: 700;
  color: #464749;
}
.card-layanan-3 ol li,
.card-layanan-3 ol p {
  font-size: 15px;
  color: #776f6f;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}

.card-layanan-3#manajemen h1 {
  font-size: 30px;
  color: #464749;
  font-weight: 700;
}
.card-layanan-3#manajemen h5 {
  font-size: 20px;
}

.card-layanan-3#manajemen h4 {
  font-size: 20px;
  font-weight: 700;
  color: #464749;
  margin-bottom: 1px;
}
.card-layanan-3#manajemen h6 {
  font-size: 15px;
  font-weight: 400;
  color: #464749;
}
.card-layanan-3#manajemen p {
  color: #776f6f;
  font-size: 15px;
  font-weight: 500;
}

.sidebarLogin {
  height: 75vh;
  padding: 21px 33px;
  border-radius: 12.5px;
  background: url("images/bg-login.png") center center;
  background-size: cover;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebarLogin .p1 {
  font-size: 15px;
  color: white;
  font-weight: 500;
}

.sidebarLogin h1 {
  font-size: 40px;
  color: white;
  font-weight: 700;
}

.sidebarLogin h1 span {
  color: #fff600;
}

.sidebarLogin .p2 {
  font-size: 10px;
  color: white;
  align-self: center;
  margin-left: 11px;
  margin-bottom: 0;
  margin-top: 0;
}

/* layanan */

.card-layanan-3 {
  background-color: white;
  padding: 35px;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}
.card-layanan-2 {
  background-color: white;
  padding: 18px;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}

.card-layanan-2 .top {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}

.card-layanan-2 .top h5 {
  font-size: 18px;
  font-weight: 700;
  color: #464749;
  margin: 0;
}

.card-layanan-3 .bodi {
  padding: 10px;
  font-size: 15px;
  color: #464749;
  font-weight: 500;
}
.card-layanan-2 .bodi {
  margin-top: 40px;
  padding: 10px;
  font-size: 15px;
  color: #464749;
  font-weight: 500;
}

.card-layanan-1 {
  background-color: white;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}

.card-layanan-1 .top {
  background: url("images/top-layanan.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 112px;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  padding: 30px;
  z-index: 999999;
}

.card-layanan-1 .top span {
  background-color: #0d1448;
  color: white;
  padding: 3px 8px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.card-layanan-1 .top h2 {
  font-size: 36px;
  font-weight: 700;

  color: white;
}
.card-layanan-1 .bodi {
  padding: 20px;
}

.card-layanan-1 .bodi h5 {
  font-size: 20px;
  font-weight: 700;
  color: #464749;
}

.card-layanan-1 .bodi .sub-fasilitas p {
  font-size: #464749;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.card-layanan-1 .harga {
  background-color: #fffdc0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.card-layanan-1 .harga div {
  background-color: #fff600;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.card-layanan-1 .harga p {
  margin: 0;
}

.card-layanan-1 .harga h1 {
  text-align: center;
  font-weight: 800;
  font-size: 38px;
  padding: 14px;
}

/* accordian */
.accordion {
  background-color: #ffffff;
  border-radius: 12px;
  width: 300px;
  padding: 10px;
  margin: 0 auto;
  border: none;
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}

.accordion-item {
  margin-bottom: 10px;
  border: none;
}

.accordion-header.active {
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}
.accordion-header {
  transition: all 0.7s !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #464749;
  font-weight: 700;
  border-radius: 12px;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}

.accordion-header .arrow {
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}

.accordion-content.active {
  display: block;
  transition: all 1s !important;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
}
.accordion-content {
  display: none;
  transition: all 0.5s !important;
  display: none;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
}

.accordion-content ul {
  list-style: none;
}

.accordion-content li {
  width: 240px;
}
.accordion-content li:hover {
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.accordion-content li.active {
  background-color: #0d1448;
  color: white !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.accordion-content li.active a {
  color: white;
}

.accordion-content li {
  padding: 5px 10px;
  margin-left: -16px;
  margin-bottom: 10px;
}
.accordion-content li a {
  text-decoration: none;
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #464749;
}
.card-3 {
  border: none;
  padding: 28px 34px;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}
.card-2 {
  border: none;
  padding: 28px 34px;
  border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  -o-border-radius: 12.5px;
}

.title-katalok-detail {
  font-size: 36px;
  font-weight: 700;
  color: #464749;
  line-height: 53px;
}

.penulis li {
  color: #464749;
  font-size: 15px;
  font-weight: 500;
}

/* detail katalok */

.p-bold {
  font-weight: 700;
  color: #776f6f;
  font-size: 15px;
}

.p-medium {
  font-size: 15px;
  color: #776f6f;
  font-weight: 500;
}

.card-harga {
  display: flex;
  background-color: #fffdc0;
  text-align: center;
  padding: 0;
  align-items: center;
  border-radius: 7.4px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  -o-border-radius: 7.4px;
  margin-bottom: 10px;
}

.card-harga .jenis {
  background-color: #fff600;
  padding: 7px 5px;
  height: 100%;
  color: #464749;
  font-size: 15px;
  flex: 1;
  font-weight: 700;
  border-radius: 7.4px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  -o-border-radius: 7.4px;
}

.card-harga .nominal {
  padding: 5px 15px;
  color: #464749;
  font-size: 18px;
  flex: 2;
  font-weight: 700;
}

.tombol-primary-big {
  background-color: #0c8ce9;
  color: #fff;
  padding: 14px 23px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 15px;
}
.tombol-primary {
  background-color: #0c8ce9;
  color: #fff;
  padding: 11px 23px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 15px;
}
.tombol-primary-layanan {
  background-color: #0c8ce9;

  color: #fff;
  padding: 11px 23px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 20px;
}

.tombol-secondary-2 {
  width: 100% !important;
  display: inline-block;
  background-color: #fff600;
  color: #0c8ce9;
  padding: 7.5px 45px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 20px;
}
.tombol-secondary {
  background-color: #fff600;
  color: #0c8ce9;
  padding: 7.5px 45px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 20px;
}
.tombol-primary-2 {
  background-color: #0c8ce9;
  color: white;
  padding: 7.5px 45px;

  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 20px;
}

.tombol-secondary:hover,
.tombol-secondary-2:hover,
.tombol-primary-big:hover,
.tombol-primary-2:hover {
  color: white;
  background-color: #0d1448;
}
.tombol-primary:hover {
  background-color: #0d1448;
}
.card-layanan .card-body-layanan .tombol-primary-layanan:hover {
  background-color: #0d1448;
}

.title-section {
  font-size: 40px;
  font-weight: bold;
  color: #464749;
  text-align: center;
}

.sub-title-section {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #464749;
}

.px-m-5 {
  padding: 0 60px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-65 {
  margin-bottom: 65px;
}

.title-fatner {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.mini-title {
  font-size: 15px;
  font-weight: 600;
  color: #464749;
}

.modal {
  z-index: 999999999999999;
}

/* Tab Menu Category */

/* .section-katalok .tab-menu-kategori .col-2 {
  margin: 2px;
} */

.tab-menu-kategori .nav-link.active {
  color: white;
  font-weight: 600;
  background-color: #0c8ce9;
  border: 1px solid #0c8ce9;
  border: none;
  padding: 10px;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  font-size: 15px;
}

.tab-menu-kategori .nav-link {
  color: #0d1448;
  font-size: 15px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #0d1448;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* section footer */
.section-footer .card {
  border: none;
  background-color: #ebfdff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.section-footer .sosmed {
  display: flex;
  gap: 10px;
}

.section-footer .sosmed a svg {
  font-size: 25px;
  color: #0d1448;
  background-color: #0d1448;
}

.section-footer h6 {
  font-weight: 800;
  font-size: #464749;
}

.section-footer p,
.section-footer a {
  font-size: 15px;
  color: #776f6f;
  font-weight: 500;
  display: block;
  text-decoration: none;
}

.section-footer .card-dark p {
  margin: 0;
  color: white;
}
.section-footer .card-dark {
  background-color: #0d1448;
  color: white;
}
.section-footer .card-dark .container {
  display: flex;
  justify-content: space-between;
  padding: 34px 0;
}

/* section testimoni */
.section-testimoni .card-testimoni {
  height: 280px;
  border: 1px solid #0d1448;
  padding: 12px 13px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-testimoni .card-head-testimoni {
  display: flex;
  align-items: center;
  background-color: #0c8ce9;
  padding: 12px 27px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  position: relative;
}

.card-testimoni .card-head-testimoni .circle-yellow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.card-testimoni .card-head-testimoni div {
  align-self: center;
}
.card-testimoni .card-head-testimoni p {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.card-testimoni .card-head-testimoni h6 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.card-testimoni .card-body-testimoni {
  padding: 19px 20px;
}

.section-testimoni .card {
  border: none;
  padding-top: 28px;
  padding-bottom: 28px;
}
/* section katalok */
.section-katalok .card {
  border: none;
  background-color: #ebfdff;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 10px;
}

.section-katalok img {
  height: 241px;
  width: 100%;
  text-align: center;
}

.section-katalok .gambar-katalok {
  height: 241px;
}

.section-katalok .card-katalok:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}

.section-katalok .card-katalok .gambar-katalok {
  border-radius: 8.41px;
  -webkit-border-radius: 8.41px;
  -moz-border-radius: 8.41px;
  -ms-border-radius: 8.41px;
  -o-border-radius: 8.41px;
}
.section-katalok .card-katalok:hover .gambar-katalok {
  overflow: hidden;
  border-radius: 8.41px;
  -webkit-border-radius: 8.41px;
  -moz-border-radius: 8.41px;
  -ms-border-radius: 8.41px;
  -o-border-radius: 8.41px;
}

.section-katalok .card-katalok {
  padding: 11px !important;
  border: 1px solid #92989d;
  border-radius: 12px;
  background-color: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.section-katalok .card-katalok:hover {
  border: 1.8px solid #0d1448;

  box-shadow: 0px 6px 4px 0px #00000025;
}

.section-katalok .card-katalok span,
.badge-category {
  background-color: #0d1448;
  color: white;
  padding: 3px 8px;
  font-size: 11px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.section-katalok .card-katalok a {
  text-decoration: none;
}
.section-katalok .card-katalok p {
  font-size: 13px;
  color: #464749;
}
.section-katalok .card-katalok h6 {
  font-size: 18px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #464749;
  margin-top: 6px;
  margin-bottom: 14px;
  word-wrap: break-word; /* Membagi kata panjang */
  white-space: normal;
}

/* section langkah */
.section-langkah h1 {
  font-size: 37px;
  font-weight: bold;
  color: #464749;
}
.section-langkah p {
  font-size: 20px;
  font-weight: 500;
}

/* section alasan */
.card-alasan-light {
  display: flex;
  align-items: center;
  height: 129px;
  background-color: #0c8ce9;
  color: white;
  padding: 17px 28px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-alasan-dark {
  display: flex;
  align-items: center;
  height: 129px;
  background-color: #0d1448;
  color: white;
  padding: 17px 28px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-alasan-light h6,
.card-alasan-dark h6 {
  font-size: 26px;
  font-weight: 700;
}

.card-alasan-light p,
.card-alasan-dark p {
  font-size: 15px;
  font-weight: 500;
}

/* section terbaik */
.section-terbaik .card {
  background: url("images/bg-section-terbaik.png") center center;
  background-size: cover;
  border: none;
  border-radius: 25px;
  padding: 30px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.section-terbaik h1 {
  font-size: 35px;
  color: white;
  font-weight: 700;
}

.section-terbaik p {
  font-size: 20px;
  color: white;
  font-weight: 500;
}

/* Section Solusi */
.section-solusi .card-solusi {
  height: 184px;
  display: flex;
  justify-content: space-between;
  background-color: #0d1448;
  border: none;
  padding: 25px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-solusi img {
  margin-right: 20px;
}

.card-solusi h4 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.card-solusi p {
  color: #ada8a8;
  font-size: 15px;
  font-weight: 500;
}

/* Layanan Penerbit */
.layanan-penerbit {
  overflow-x: hidden;
}

.layanan-penerbit .card {
  padding: 40px 0;
  background-color: #ebfdff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.layanan-penerbit .card-layanan {
  border: 1px solid #0c8ce9;
  background-color: white;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-layanan:hover {
  border: 1px solid #32a9ff;
  box-shadow: 0 10px 13px 0 #00000025;
}

.card-layanan:hover .tombol-primary-layanan {
  background-color: #32a9ff;
}
.card-layanan:hover .card-head-layanan {
  background-color: #32a9ff;
}

.layanan-penerbit .card-head-layanan {
  background-color: #0c8ce9;
  padding: 25px 26px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.card-head-layanan .layanan-top {
  display: flex;
  justify-content: space-between;
}

.card-head-layanan .layanan-top p {
  font-size: 20px;
  font-weight: 700;
  color: #97ecff;
}
.card-head-layanan h3 {
  font-size: 30px;
  font-weight: 700;
  color: white;
}

.card-head-layanan .layanan-top div {
  display: flex;
  flex-direction: row;
  align-self: center;
  align-items: center;
}

.card-head-layanan .layanan-top div p {
  align-items: center;
}

.card-body-layanan {
  padding: 20px 29px;
}

.card-body-layanan .list-fasilitas p {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

/* rating */

.rating .card-body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.rating .card-body {
  padding: 34px 0;
}

.rating h1 {
  font-size: 30px;
  font-weight: 800;
  color: #464749;
  margin-bottom: 0;
}

.rating h1 span {
  color: #0c8ce9;
}

.rating p {
  margin-bottom: 0;
  color: #ada8a8;
  font-size: 15px;
}

.rating .card {
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px 0 #00000042;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

/* hero */
.hero {
  height: 90vh;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  background-color: white; /* Warna latar tombol */
  color: #464749; /* Warna ikon */
  border-radius: 50%; /* Membuat tombol menjadi bulat */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; /* Ukuran ikon */
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  box-shadow: 0px 1px 10px #00000010;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px; /* Ukuran ikon pada tombol */
}

.swiper-button-prev {
  right: 40px;
  /*TukarposisidenganNext*/
  left: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.swiper-button-next {
  left: 40px; /* Tukar posisi dengan Prev */
  right: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.tombol-next-prev {
  display: flex;
  justify-content: space-between;
}

.satu-t {
  order: 1;
}

.dua-t {
  order: 2;
}

.hero-sub {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-sub .p-1 {
  font-size: 20px;
  color: #464749;
  font-weight: 500;
}

.hero-sub h1 {
  font-size: 48px;
  font-weight: 700;
  color: #464749;
}

.hero-sub h1 span {
  color: #0c8ce9;
}

.hero-sub .p-2 {
  color: #464749;
  font-size: 20px;
  line-height: 30px;
}

.hero .hero-1 {
  height: 100%;
  background: url("images/hero-1.png") center center;
  background-size: cover;
}
.hero-2 {
  height: 100%;
  background: url("images/hero-2.png") center center;
  background-size: cover;
}

.hero-2 h1,
.hero-3 h1 {
  color: white;
  font-weight: 700;
}

.hero-2 h1 span,
.hero-3 h1 span {
  color: #fff600;
}

.hero-3 {
  height: 100%;
  background: url("images/hero-3.png") center center;
  background-size: cover;
}

#search-mobile {
  display: none;
}

/* navbar */
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  background-color: white;
  z-index: 9999999999999;
  box-shadow: 0 1px 4px 0 #00000025;
}

.navbar-toggler i {
  font-size: 36px;
  color: #333; /* Ganti sesuai warna yang diinginkan */
}

.navbar .nav-link.active,
.navbar .dropdown .nav-link.active {
  color: #0c8ce9 !important;
}
.navbar .nav-link {
  margin-right: 18px !important;
  color: #464749;
  font-weight: 500 !important;
  font-size: 15px !important;
}

.navbar .dropdown .nav-link {
  margin-right: 0px !important;
  color: #464749 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}

.navbar .nav-link:hover {
  color: #939499 !important;
}

.navbar .nav-link.active {
  color: #0c8ce9;
}

.form-search {
  border: 1px solid #464749;
  padding: 6px 10px;
  width: 305px;
  border-radius: 12px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.form-search input[type="search"] {
  border: none;
  margin-left: 3px;
}

.form-search input[type="search"]:focus {
  border: none;
  outline: none;
}
.form-search:focus-within {
  box-shadow: 0 2px 4px 0 #00000025;
}

.form-search:focus-within i {
  color: #0c8ce9;
  font-weight: 700;
}

.form-search input[type="search"]::placeholder {
  color: #bbbbbb;
  font-weight: 200;
  font-size: 15px;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #0d1448;
  color: white;
  box-shadow: 0 1px 4px 0 #00000025;
}
.navbar .dropdown-menu {
  width: 221px;
  border: none;
  border-top: 4px solid #fff600;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
