body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  margin: 0 auto;
  color: #1F1A17;
  max-width: 1380px;
}

.container-custom {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.navbar-brand img {
  max-width: none;
}
.navbar-title {
  width: 530px
}
.navbar-title h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 120%;
}
.navbar-title h2 {
  font-weight: 600;
  color: #00923F;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin-bottom: 4px;
}
.navbar-title h1,
.navbar-title p {
  margin: 0;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  color: #1F1A17;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00923F;
  border-bottom: 1px solid #00923F;
}
.nav-item:not(:last-child) {
  margin-right: 50px;
}
.nav-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.nav-link.active, .nav-link:hover {
  color: #00923F;
}

.hero-desc {
  padding-right: 40px;
  padding-left: 10px;
}
.hero-desc h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 1rem;
}
.hero-desc h2 span {
  color: #00923F;
}
.hero-desc p {
  line-height: 34px;
  font-size: 20px;
}

.bg-services {
  background-image: url(../assets/png/bg-layanan.png);
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: right;
  height: 350px;
  width: 100%;
  top: -10px;
  position: absolute;
}
.services {
  padding: 40px 0;
  height: max-content;
  background-color: #F8C3000A;
  position: relative;
}
.services h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.services h5 {
  color: #00923F;
  font-weight: 600;
}
.service-item img:hover {
  transform: scale(1.2);
  transition: all ease-out .3s;
}
.service-item {
  width: 120px;
}

.location {
  margin-top: 50px;
}
.skpd-wrapper {
  display: flex;
}
.location h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.location-search input {
  width: 85%!important;
  padding: 12px 16px!important;
  border: 1px solid rgba(34, 34, 34, 0.2392156863);
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1rem;
}
.location-search input::placeholder {
  color: #E0E0E0;
}
.location-search input:focus {
  outline: none;
  border: 1px solid rgba(34, 34, 34, 0.784);
}
.location-result {
  margin-top: 40px;
  overflow: auto;
  max-height: 454px;
  font-size: 12px;
  scrollbar-width: 4px;
  scrollbar-color: #D9D9D9;
}
.location-result::-webkit-scrollbar {
  width: 4px;
}
.location-result::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
}
.location-result div.mt-\[40px\]:first-child {
  margin-top: 0;
}
.location-result .item {
  align-items: center;
  line-height: 18px;
}
.location-result .item:not(:last-child) {
  margin-bottom: 10px;
}
.location-result .item svg {
  margin-right: 10px;
}
.location-result i {
  color: red;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.btn {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}
.btn-success {
  background-color: #00923F;
  color: #fff;
}

.ejournal {
  margin-top: 60px;
  background-image: url(../assets/png/bg-ejurnal.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
}
.ejournal-desc {
  padding: 6rem 0;
}
.ejournal-desc h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 42px;
}
.ejournal-desc {
  font-size: 16px;
  line-height: 29px;
}

.settings {
  margin-top: 70px;
}
.settings h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.settings-icon i {
  color: rgb(255, 40, 40);
  font-size: 3rem;
}
.settings-desc p,
.settings-desc h5,
.settings-desc span {
  margin: 0;
  margin-bottom: 5px;
}
.settings-desc .subtitle {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
.settings-desc .detail {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #AEAEAE;
}
.settings-desc p span {
  color: rgb(241, 42, 42);
  font-weight: 500;
}
.settings-desc span {
  color: rgb(174, 174, 174);
}
.settings-desc h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.settings-item {
  margin-top: 25px;
}
.btn-page {
  font-size: 13px;
  width: 45px;
  height: 45px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  margin: 0 8px;
}

.pdf {
  background-color: #F7F7F7;
  padding: 16px 8px;
  border-radius: 8px;
  width: 48%;
  margin-bottom: 20px;
}

.footer {
  margin-top: 60px;
  background-color: #1F1A17;
}
.footer-logo {
  padding: 50px 0;
  box-sizing: border-box;
}
.footer-logo img {
  height: 100px;
}
.footer-desc {
  margin-left: 10px;
  color: #fff;
}
.footer-desc span {
  color: #F8C300;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-desc h1 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.footer-desc h2 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0.08em;
  color: #F8C300;
}
.footer-information h5 {
  color: #F8C300;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-information p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 120%;
  margin-bottom: 10px;
}
.footer img {
  max-width: none;
}
.footer .copyright {
  color: #fff;
  margin-top: 50px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.m-copyright {
  display: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
}
.footer-wrapper {
  display: flex;
}

#map { 
  height: 573px;
  border-radius: 8px;
}

.break-all {
  word-break: normal!important;
}

/* sm mobile screen */
@media screen and (min-width: 320px) and (max-width: 480px) {
  #nav-menu {
    display: none;
  }
  nav .h-\[100px\] {
    height: 80px!important;
  }
  .navbar-brand.ml-\[100px\] {
    margin-left: 60px!important;
  }
  .h-\[100px\].mr-\[20px\] {
    margin-right: 15px;
  }
  .navbar-brand.mr-\[20px\] {
    margin-right: 15px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-title {
    width: 262px;
  }
  .navbar-title h1 {
    font-size: 14px;
    line-height: 110%;
  }
  .navbar-title h2 {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-custom .px-10 {
    padding: 0;
  }
  .hero {
    margin-bottom: 40px;
  }
  .hero .flex {
    flex-direction: column;
    align-items: flex-start!important;
  }
  .hero .flex .w-1\/2 {
    width: 100%;
  }
  .hero-desc {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-desc h2 {
    font-size: 24px;
    line-height: normal;
  }
  .hero-desc p {
    font-size: 12px;
    line-height: normal;
  }
  #hero-img {
    margin-top: 20px;
  }
  #hero-img.pl-\[50px\] {
    padding-left: 0;
  }
  #hero-img.top-\[-40px\] {
    top: auto;
  }
  .bg-services {
    display: none;
  }
  .services {
    padding: 20px 0;
  }
  .services h3 {
    font-size: 14px;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .services .w-1\/2 {
    width: 100%;
  }
  .services .w-1\/2:not(:first-child) {
    display: none;
  }
  .services .flex-col div {
    padding: 0;
  }
  .service-item img {
    height: 80px;
  }
  .service-item a {
    display: inline-flex;
    align-items: center;
  }
  .service-item h5 {
    font-size: 11px;
  }
  .location {
    margin-top: 40px;
  }
  .location h3,
  .settings h3 {
    font-size: 14px;
    line-height: normal;
  }
  .skpd-wrapper {
    flex-direction: column;
  }
  .location .w-1\/2 {
    width: 100%!important;
  }
  .location-search {
    margin-top: 20px;
  }
  .form-search h5 {
    font-size: 12px;
  }
  .location-search input {
    padding: 6px 12px !important;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
  }
  .btn {
    padding: 6px 8px;
    font-size: 12px;
  }
  .btn svg.mr-\[5px\] {
    margin-right: 3px;
  }
  .location-result h1 {
    font-size: 11px;
  }
  .location-result .item {
    font-size: 11px;
  }
  .ejournal {
    /* background-image: none; */
    height: auto;
    margin-top: 40px;
    /* background-color: #1F1A171C; */
    /* transform:scaleX(-1); */
    
  }
  .ejournal .container-custom {
    background-color: #ffffffc2;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .ejournal .w-1\/2 {
    width: 100%;
  }
  .ejournal .w-1\/2:first-child {
    display: none;
  }
  .ejournal-desc {
    padding: 20px 0;
  }
  .ejournal-desc h5 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .ejournal-desc p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .ejournal-desc .btn.w-\[180px\] {
    width: 138px;
  }
  .ejournal-desc .btn.h-\[40px\] {
    height: 35px;
  }
  .settings select {
    font-size: 11px;
  }
  .settings-desc .subtitle {
    font-size: 9px;
  }
  .pdf {
    width: 100%;
  }
  .settings-desc h5 {
    font-size: 12px;
    line-height: normal;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal!important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
  }
  .settings-desc .detail {
    font-size: 9px;
  }
  .settings-item .mb-\[50px\].mt-\[40px\] {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .btn-page {
    font-size: 11px;
    width: 40px;
    height: 40px;
  }
  #map {
    height: 350px;
  }
  .footer {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  .footer .h-\[100px\] {
    height: 80px!important;
  }
  .footer a.ml-\[100px\] {
    margin-left: 60px!important;
  }
  .footer a.mr-\[20px\] {
    margin-right: 15px;
  }
  .footer a img {
    height: 50px;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .footer-wrapper .w-1\/2 {
    width: 100%;
  }
  .footer-desc {
    margin-left: 0;
  }
  .footer-desc h1 {
    font-size: 14px;
    line-height: 140%;
  }
  .footer-desc h2 {
    margin-bottom: 0;
  }
  .copyright {
    display: none;
  }
  .m-copyright {
    display: inline-block;
    margin-top: 20px;
  }
  .footer-wrapper .w-1\/2.second-child {
    margin-top: 20px;
  }
  .footer-information h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-information p {
    word-break: break-all;
    font-size: 11px;
  }
  .footer-information p:not(:last-child) {
    margin-bottom: 9px;
  }
  .break-all {
    word-break: break-all!important;
    min-width: 50px;
  }
}

/* m mobile screen */
@media screen and (min-width: 481px) and (max-width: 767px) {
  #nav-menu {
    display: none;
  }
}

/* tablet screen */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-menu {
    display: none;
  }
}