html,
body {
  scroll-behavior: smooth;
}

.box-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-search .box:nth-child(1) {
  display: flex;
}
.box-search .box:nth-child(1) img {
  margin-right: 8px;
  width: 50px;
}
.box-search .box:nth-child(1) .nama {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2px;
}
.box-search .box:nth-child(1) .nama h2 {
  font-size: 16px;
  font-weight: bold;
}
.box-search .box:nth-child(2) {
  display: flex;
  width: 300px;
}
.box-search .box:nth-child(2) input {
  width: 100%;
  border: none;
  border-radius: 30px 0 0 30px;
  outline: none;
  color: grey;
  padding: 5px 8px;
}
.box-search .box:nth-child(2) button {
  border: none;
  background: #1b5ab8;
  border-radius: 0 30px 30px 0;
}
.box-search .box:nth-child(2) button i {
  color: white;
  font-size: 20px;
  padding-right: 5px;
}

.navbar {
  background-color: white;
}
.navbar .navigasi {
  margin: auto;
}
.navbar .navigasi .nav-item {
  margin: 0 20px;
  border-radius: 5px;
}
.navbar .navigasi .nav-item .nav-link {
  color: black;
  font-weight: 600;
}
.navbar .navigasi .nav-item .nav-link:hover {
  color: white;
}
.navbar .navigasi .nav-item:hover {
  background-color: #0d6efd;
  transition: all 0.8s;
}

.nav-fix {
  background-color: rgba(255, 255, 255, 0.7215686275);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.616);
}

.info-berita .info .kiri {
  width: 100px;
}
.info-berita .info marquee {
  width: calc(100% - 110px);
}
.info-berita .info marquee a {
  text-decoration: none;
}
.info-berita .info marquee a:hover {
  text-decoration: underline;
}

.berita .col-lg-8 .isi-berita {
  padding: 0px;
}
.berita .col-lg-8 .isi-berita .img-berita {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.berita .col-lg-8 .isi-berita .teks-berita {
  height: 100%;
}
.berita .col-lg-8 .isi-berita .teks-berita p {
  color: rgb(73, 73, 73);
  text-align: justify;
  margin-bottom: 25px;
  line-height: 24px;
}
.berita .col-lg-8 .berita-terkait .row {
  display: flex;
}
.berita .col-lg-8 .berita-terkait .row .col-12 .judul a {
  text-decoration: none;
}
.berita .col-lg-8 .berita-terkait .row .col-12 .judul a:hover {
  text-decoration: underline;
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 {
  margin-top: 20px;
  height: 100%;
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 .image-berita {
  width: 200px;
  position: relative;
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 .image-berita img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 .image-berita .tgl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  font-weight: 500;
  background-color: rgba(13, 109, 253, 0.7529411765);
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 .des a {
  text-decoration: none;
}
.berita .col-lg-8 .berita-terkait .row .col-lg-6 .des a:hover {
  text-decoration: underline;
}
.berita .col-lg-8 .chat .box-chat .isi-chat {
  position: relative;
}
.berita .col-lg-8 .chat .box-chat .isi-chat .arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent; /* Tinggi panah */
  border-bottom: 15px solid transparent; /* Tinggi panah */
  border-right: 15px solid #0d6efd;
  top: 6x; /* Jarak panah dari atas balon chat */
  left: -14px; /* Jarak panah dari kiri balon chat */
}
.berita .col-lg-4 .image-berita {
  width: 200px;
  position: relative;
}
.berita .col-lg-4 .image-berita img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.berita .col-lg-4 .image-berita .tgl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  font-weight: 500;
  background-color: rgba(13, 109, 253, 0.7529411765);
}
.berita .col-lg-4 .des a {
  text-decoration: none;
}
.berita .col-lg-4 .des a:hover {
  text-decoration: underline;
}
.berita .col-lg-4 .kategori a {
  color: #0d6efd;
}
.berita .col-lg-4 .kategori a:hover {
  background-color: #0d6efd;
  color: white;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  margin: 20px;
  z-index: 9999;
  bottom: 50px;
  right: 0;
}

.wa {
  position: fixed;
  width: 40px;
  height: 40px;
  margin: 20px;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

.muncul {
  visibility: visible;
}

@media screen and (max-width: 995px) {
  .navbar .navigasi .nav-item .dropdown-menu {
    border: none;
  }
  .navbar .navigasi .nav-item .dropdown-menu li {
    padding: 5px 0;
  }
  .navbar .navigasi .nav-item .dropdown-menu li .dropdown-item {
    font-weight: 300;
    border-bottom: 1px solid grey;
  }
  .navbar .navigasi .nav-item:hover {
    background-color: transparent;
  }
  .navbar .navigasi .nav-item:hover a:hover {
    color: black;
  }
}
@media screen and (max-width: 767px) {
  .box-search {
    flex-direction: column;
    gap: 20px;
  }
  .box-search .box:nth-child(2) {
    width: 100%;
    padding: 9px 5px 9px 5px;
  }
}
@media screen and (max-width: 473px) {
  .berita .isi-berita .teks-berita .share {
    justify-content: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */