:root {
  --primary: #242c38;
  --secondary: #b59450;
  --soft: #3e434a;
}

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

html,
h1,
h2,
h3,
h4,
a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.clear {
  clear: both;
}
body {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  /* background-color: var(--primary); */
  background-color: #828891;
  color: #ffffff;

  /* background-image: url("http://www.advokatdibali.com/images/icon/background-image.jpg"); */
}
label {
  font-size: 12px;
}
input {
  width: 100%;
  height: 25px;
  border: 1px solid #a1a1a1;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
textarea {
  width: 100%;
  border: 1px solid #a1a1a1;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding-top: 5px;
}
.btn-submit {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 7px 20px;
}
.btn-submit:hover {
  background-color: #ffffff;
  color: #000000;
}
.incomplete {
  font-size: 9px;
  color: #ff0000;
}
.container {
  margin: 5px 5px;
}

.m-0 {
  margin: 0 !important;
}
.mr-15 {
  margin-right: 15px;
}
.d-flex {
  display: flex;
}
.flex-right {
  justify-content: right;
}
.align-center {
  align-items: center;
}
.text-small {
  font-size: 10px;
  color: #dd5353 !important;
}
.social-icon {
  stroke: #b73e3e;
}
.red-color {
  color: #b73e3e;
}
.italic {
  font-style: italic;
}

.top-header {
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f1dab7;
  border-bottom: 1px solid #fff7eb;
  padding: 8px 20px;
}
.top-header ul {
  list-style: none;
  padding: 0;
}
.header {
  padding: 20px;
  background: #f1dab7;
}
.header #left-header {
  float: left;
  width: 15%;
}
.header #middle-header {
  float: left;
  width: 50%;
}
.header #right-header {
  float: right;
  width: 33%;
  padding-top: 15px;
  text-align: right;
}
.header .mobile {
  display: none;
}
.heading1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.heading2 {
  font-size: 16px;
  margin: 8px 0;
}

.navigation {
  position: relative;
  display: block;
  height: 100%;
  padding: 17px;
  background-color: #8b1b1b;
}
.navigation #border-bold {
  border-top: 2px solid black;
  padding-bottom: 2px;
  margin-top: 5px;
}
.navigation #border-semi-bold {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.menu-mobile-wrapper {
  position: relative;
  right: 0;
  top: 0;
  display: none;
}
.menu-mobile-wrapper .menu-mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-background {
  color: #ffffff;
}
.nav-menu {
  float: left;
  padding: 0 10px;
  transition: all 0.5s;
  border-bottom: 3px solid transparent;
  font-weight: 400;
  font-size: 13px;
}
.nav-link {
  color: #ffffff;
  text-decoration: none;
}
.nav-link:hover {
  color: tomato !important;
}

.call-to-action {
  width: 100%;
  padding: 0;
  background: var(--secondary);
  display: flex;
  flex: 1;
}
.call-to-action p {
  font-size: 18px;
  width: 70%;
  font-style: italic;
  padding-left: 20px;
}
.call-to-action .button-action {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}
.call-to-action .button-action a {
  background: var(--soft);
  padding: 20px;
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 8px;
  transition: 0.5s;
}
.call-to-action .button-action a:hover {
  background: var(--primary);
}

.content {
  padding: 10px;
}
.content .left-content {
  margin-top: 10px;
  float: left;
  width: 63%;
}
.main-content {
  font-size: 14px;
}
.content .right-content {
  float: right;
  width: 32%;
}

.footer {
  margin-top: 20px;
  border-top: 1px solid var(--soft);
  /* font-size: 10px; */
  padding: 10px;
  background: #1f2633;
  flex: 1;
}
.footer .flex-item {
  width: 33%;
  padding-right: 8px;
}
.footer .flex-item h4 {
  font-weight: bold;
  font-size: 16px;
}
.footer .flex-item ul {
  list-style: none;
  text-decoration: underline;
  padding: 0;
}
.footer .flex-item li {
  margin-bottom: 10px;
}
.footer .flex-item li a {
  color: #ffffff;
}
.footer .flex-item li a:hover {
  color: var(--secondary);
}

.copyright {
  border-top: 1px solid var(--soft);
  width: 100%;
}
.copyright p {
  font-size: 9px;
  padding: 0;
}
.copyright p a {
  font-size: 9px !important;
}

.list-artikel {
  margin-bottom: 15px;
}
.title-artikel {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.content-artikel {
  text-align: justify;
}

.feature {
  background: #f1dab7;
  padding: 20px;
  color: #000000;
  transition: 0.5s;
  margin-bottom: 20px;
}
.feature img {
  width: 100%;
  max-width: 100px;
}
.feature:hover {
  background: #fff0d1;
}

.content-artikel a {
  color: var(--secondary) !important;
}

.slider-item .image-placeholder {
  width: 100%;
  height: 600px;
}

.slider-item .image-placeholder img {
  width: 100%;
  object-fit: fill;
  object-position: 0 0;
}

.webing-whatsapp-button.align_right {
  right: 15px;
  position: fixed;
  bottom: 15px;
  z-index: 9999;
}

.webing-whatsapp-button a.has-text {
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.webing-whatsapp-button a {
  display: inline-block;
  background-color: #25d366;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 50%;
  text-decoration: none;
}

.webing-whatsapp-button a.has-text img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.webing-whatsapp-button a span {
  color: #ffffff;
  font-size: 16px;
  display: block;
  line-height: 1;
}

@media (max-width: 750px) {
  .hide-on-mobile {
    display: none;
  }

  .container {
    margin: unset;
  }

  .d-flex {
    display: block;
  }
  .d-flex .flex-item {
    /* width: 100%; */
    margin: 0;
  }

  .top-header {
    display: flex;
    margin-top: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding: unset;
    justify-content: unset;
    flex-direction: column;
  }
  .top-header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 8px 0;
    background: #fae3c0;
  }
  .top-header ul .d-flex {
    display: flex;
    margin-right: unset;
  }

  .header .desktop {
    display: none;
  }
  .header .mobile {
    display: block;
  }

  .header .mobile .mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header .mobile .business-info {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header .mobile .business-info .address-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }

  .hide-menu {
    display: none !important;
  }
  .navigation .nav-background {
    display: flex;
    flex-direction: column;
  }
  .navigation .nav-background a {
    width: 100%;
  }
  .navigation .nav-menu {
    padding: 20px 8px;
    font-size: 10px;
    float: unset;
  }
  .menu-mobile-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .feature {
    text-align: center;
    font-size: 16px;
  }
  .feature h4 {
    font-size: 18px;
  }

  .content {
    font-size: 20px;
  }

  .footer .flex-item {
    width: 100%;
    font-size: 16px;
  }
  .footer .flex-item h4 {
    font-size: 24px;
  }
  .footer .flex-item li {
    padding: 8px 0;
  }
  .footer .flex-item li a {
    font-size: unset;
  }
}
