@import url("//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

:root {
  /* --main-color: #00ac69; */
  /* --second-color: #31bd86; */
  --main-color: #aee1fe;
  --second-color: #d5f0ff;
  --three-color: #0b1c91;
  --four-color: #000000;
  --five-color: #3363c1;
  --six-color: #de3f33;
  --body-color: #f8f8f8;
  /* --body-color: #5c5757; */

  --footer-color: #10274e;
  --second-footer-color: #10274e;

  --main-font: "Poppins", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* list-style: none; */
  text-decoration: none;
}
body {
  /* margin-left: 100px; */
  background-color: var(--body-color);
  font-family: var(--main-font);
  font-size: 0.92rem;
}

.footer-new {
  background-color: var(--footer-color);
  font-size: 0.9em;
  /* height: 60px; */
}

section {
  margin-top: 20px;
}

a.navbar-brand-front {
  height: 70px;
  display: flex;
  margin: 0;
  padding: 10px;
  color: white;
}
a.navbar-brand {
  height: 40px;
  display: flex;
  margin: 0;
  color: white;
}
a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.nav-atas {
  background-color: var(--main-color);
  max-width: 100%;
}

.text-nav-atas {
  color: var(--three-color);
}

.topnav {
  /* background-color: #31bd86; */
  overflow: hidden;
  color: white;
  text-align: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topnav a {
  float: none;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.navbar-new {
  background-color: var(--second-color);
  /* border-bottom: 0.25px solid;
  border-bottom-color: #fff; */
  box-shadow: 0 2px 4px 0 rgb(189 189 189 / 44%);
}

.hero-image {
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  /* position: absolute; */
}
.text-hero {
  position: absolute;
  top: 150px; /* Meletakkan div kedua di tengah vertikal */
  /*left: 50%; /* Meletakkan div kedua di tengah horizontal */
}

/* .navbar-new .container { */
/* width: 0; */
/* margin: auto; */
/* } */

a.nav-link {
  color: var(--four-color) !important;
}

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

.dropdown-item {
  color: var(--four-color);
}

/* .container ul li {
  color: #f2f2f2;
} */

.sec-survey {
  background-color: var(--five-color);
}

.warna-font {
  color: var(--five-color);
}
.warna-btn {
  background-color: var(--six-color);
  color: #ffffff;
}

.warna-btn-cfg {
  background-color: var(--five-color);
  border-color: var(--five-color);
  color: #ffffff;
}

.btn-cfg {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.warna-bg {
  background-color: var(--five-color);
}
.bg-card {
  background-color: var(--main-color);
}
.warna-icon {
  color: var(--five-color);
}
a {
  color: var(--five-color);
}

.text-biru {
  color: var(--three-color);
}

.page-item.active .page-link {
  /* z-index: 3;
  color: #fff; */
  background-color: var(--three-color);
  border-color: var(--five-color);
}
.page-link {
  color: var(--five-color);
}
.page-link:hover {
  color: var(--three-color);
}

@media (min-width: 1200px) {
  .title {
    font-size: 64px;
  }
}

/* .hero {
  background-image: url(https://jdih.kejaksaan.go.id/template/v3/assets/css/template/v3/assets/img/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.hero-container {
  background-image: url(https://jdih.kejaksaan.go.id/template/v3/assets/css/template/v3/assets/img/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
} */
.card_hukum {
  border-radius: 10px;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);

  cursor: pointer;
}

.card_hover:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card_navright {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-style: groove;
  border-radius: 15px;
}

.card_hukum:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.hukum {
  display: inline-block;
  color: #00ac69;
  background: #f5c342;
  width: 80px;
  height: 80px;
  border-radius: 50px; /* half of width + borders */
  line-height: auto; /* vertical center */
  /* horizontal center */
}

.hulu {
  background: #f5c342;
  color: #00ac69;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
  .card img {
    height: 11em;
  }

  .bg-image {
    height: 100vh;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.circle {
  display: inline-block;
  width: 9em;
  box-sizing: content-box;
  height: 9em;
  border: 0.7em solid var(--main-color);
  border-radius: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}