@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz@1,6..96&family=Poppins:ital,wght@1,200&display=swap');

* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
  /* font-family: 'Quicksand', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

:root {
  --dark-green: #21321f;
  --light-green: #c1cd77;
  --green: #628a5c;
  --sage: #78a799;
  --soft-purple: #6da5c0;
  --dark-grey: #294d61;
  --grey: #6d6a6a;
  --white-not-white: #fff;
}

body {
  background-color: #fff;
  max-width: 85rem;
  /* background-color: #f1f5f8; */
  /* background-color: #f1f5f8; */
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex h1 span {
  color: #7f26fa;
  text-shadow: none;
}

.flex a:hover {
  color: #7f26fa;
  font-size: 20px;
  font-weight: bold;
}

.flex h1 {
  color: black;
  text-shadow: none;
}

.flex-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 10px;
}

main {
  padding: 0 80px;
  /* overflow: auto; */
  margin-bottom: 50px;
}

header {
  display: inline;
}

nav {
  /*background-color: #00a2c6;*/
  background-color: #7f26fa;
  padding: 5px 5px 5px 10px;
  position: sticky;
  top: 0;

  background: url('../images/nav_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: relative;
  z-index: 5;
}

nav a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

nav li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}

.center ul {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.profile header {
  text-align: center;
}

.profile img {
  width: 150px;
}

.container {
  padding: 0px 80px;
  max-width: 100%;
}

.jumbotron {
  /* padding: 10px; */
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #c0bebe;
  /* padding-block: 15px; */
}

.jumbotron p {
  color: black;
  text-shadow: 1px 1px 1px #f5f4f7;
  font-weight: bolder;
}

/* .logo_kemenag {
  width: 30%;
} */
.img-one {
  width: 350px;
  height: auto;
  padding: 10px;
  /* background-color: #333; */
}
.img-two {
  width: 62px;
  height: auto;
  padding: 10px;
  /* background-color: #333; */
}
.img-three {
  width: 250px;
  height: auto;
  padding: 10px;
  /* background-color: #333; */
}

img {
  max-width: 100%;
  height: 100%;
}
.pusaka {
  display: flex;
}

.img-bulat {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 5px 5px 5px #333;
}

.img-bulat:hover {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 5px 5px 5px #333;
}

.card,
aside {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  /* margin-top: 20px; */
}

.featured-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.kontak-image {
  float: left;
}

.konsul a {
  padding: 20px;
  top: 20px;
}

.konsul-image {
  max-height: 30px;
  object-fit: cover;
  object-position: center;
}

h1 {
  color: black;
  text-shadow: 3px 2px 1px #f8f5f5;
}

h2,
h3 {
  color: #00a2c6;
}

#content {
  /* float: left; */
  width: 100%;
}

.full-layar {
  float: left;
  width: 100%;
}

#gambar {
  float: left;
  width: 25%;
}

#judul {
  float: right;
  width: 55%;
}

/* aside {
  float: right;
  width: 25%;
  padding-left: 20px;
} */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: center;
  padding: 5px;
}

th {
  background-color: orange;
  color: white;
}

/* .footer-content {
  font-size: 1rem;
} */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* Dropdown */

.drop-btn {
  border: none;
  cursor: pointer;
}

.drop-btn:hover,
.drop-btn:focus {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.drop-down {
  position: relative;
  display: inline-block;
}

.drop-down-content {
  display: none;
  position: absolute;
  background-color: rgb(216, 213, 54);
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.drop-down-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.card-two {
  display: flex;
  flex-wrap: wrap;
}

.images-two {
  flex: 1 1 120px;
  aspect-ratio: 1/1;
}

.content-two {
  flex: 1 1 200px;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.navbar a {
  text-decoration: none;
  color: inherit;
}

.logo {
  margin-right: 50px;
}

.list {
  list-style: none;
  display: flex;
  margin: 10px;
  color: #5a6a82;
}

.list-jumbotron {
  list-style: none;
  display: flex;
}

#toggler,
.navbar label {
  display: none;
  /*Hide the checkbox and label on large screens.*/
}

/* ! CSS untuk Dropdown */
.dropdown {
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown .left-icon,
.dropdown .right-icon {
  position: relative;
  display: inline-block;
  top: -3px;
  width: 10px;
  height: 4px;
  background: #5a6a82;
  border-radius: 40px;
  transition: 0.5s;
}
.dropdown .left-icon {
  left: 10px;
  transform: rotate(45deg);
}

.dropdown.active .left-icon {
  transform: rotate(135deg);
}
.dropdown .right-icon {
  transform: rotate(-45deg);
}

.dropdown.active .right-icon {
  transform: rotate(-135deg);
}

.dropdown .dropdown-items {
  position: absolute;
  top: 0;
  left: -3000%;
  width: 250px;
  height: 400px;
  /* background: #232323; */
  margin-top: 33px; /* jarak dari item ke bawah list menu nya */
  overflow: hidden;
  z-index: 1;
}
.dropdown.active .dropdown-items {
  left: 0;
}
.dropdown .dropdown-items a {
  position: relative;
  display: flex;
  top: -100%;
  font-size: 10px;
  background: #fff;
  color: #5a6a82;
  /* text-decoration: none; */
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 2.5px;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.dropdown.active .dropdown-items a {
  top: 0;
}

.dropdown .dropdown-items a:hover {
  color: #fff;
}

.dropdown .dropdown-items a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86c4cf;
  z-index: -1;
  border-radius: inherit;
  transform: rotate(140deg);
  transform-origin: right;
  transition: 0.5s;
}
.dropdown .dropdown-items a:hover span {
  transform: rotate(0deg);
}

#toggler,
.mylabel {
  display: none;
}

/* ! */

/* ? CSS For Article Hero */
.article-hero {
  max-width: 100%;
  display: flex;
  position: relative;
  z-index: -1;
  margin-top: 25px;
  transition: all 0.5s ease;
}

.article-hero-line-v-1:nth-child(1),
.article-hero-line-v-1:nth-child(3) {
  min-width: 40%;
  height: 40px;
  border: 4px solid #37d4ba;
  border-bottom: none;
}

.article-hero-line-v-1:nth-child(1) {
  border-right: none;
  border-radius: 10px 0 0 0;
}
.article-hero-line-v-1:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  border-left: none;
  border-radius: 0 10px 0 0;
}
.article-hero-line-v-1:nth-child(2) {
  min-width: 20%;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 40%;
  font-family: 'Bodoni Moda', serif;
  font-size: 2.5dvw;
  font-weight: 800;
  padding: 5px;
  color: #5a6a82;
}
.grid-col-span-2 {
  grid-column: span 2;
}
.grid-row-span-2 {
  grid-row: span 2;
}

.article-grid {
  padding: 0px 10px 0px 10px;
  display: grid;
  gap: 1.5rem;
  grid-auto-columns: 1fr;

  grid-template-areas: 'satu' 'dua' 'tiga' 'empat' 'lima';
  margin-bottom: 40px;
}

.article-items:nth-child(1) {
  grid-area: satu;
}
.article-items:nth-child(1) h2,
.article-items:nth-child(3) h2 {
  font-size: 0.8rem;
}
.article-items:nth-child(1) p,
.article-items:nth-child(3) p {
  font-size: 0.7rem;
}
.article-items:nth-child(2) {
  grid-area: dua;
}
.article-items:nth-child(3) {
  grid-area: tiga;
}
.article-items:nth-child(4) {
  grid-area: empat;
}
.article-items:nth-child(5) {
  grid-area: lima;
}

.article-grid h2 {
  font-size: 1.2rem;
}
.article-grid h2,
p {
  text-align: justify;
}
.article-grid p {
  margin-top: 5px;
  font-size: 0.8rem;
}
.article-title a {
  text-decoration: none;
  color: blue;
  font-size: 1rem;
}
.article-photo {
  text-align: center;
}
.article-information {
  margin-top: 15px;
  /* display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: 'kiri' 'tengah' 'kanan'; */
  display: flex;
  justify-content: space-between;
}

.article-share {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  padding-right: 1 rem;
}
.article-share a {
  color: #333;
}
.article-share a:hover i:not(.fa-facebook) {
  color: rgb(33, 247, 33);
}
.article-share a:hover i {
  color: blue;
}
.article-information p {
  font-size: 0.6rem !important;
  margin-right: 5px;
}
.article-share a {
  font-size: 1.5rem;
}

.article-bg {
  background: linear-gradient(to right, rgb(2, 139, 71), rgb(130, 110, 221));
}

/* Carrousel Start*/
.carrousel-peristiwa {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.title-carousel {
  position: absolute;
  bottom: 150px;
  left: 20px;
  padding: 0 10px 0 10px;
  border-radius: 5px;
  background-color: #00a2c6;
  color: #fff;
}

.photo-information {
  position: absolute;
  /* background-color: #00a2c6; */
  width: 600px;
  z-index: 2;
  bottom: 50px;
  left: 20px;
  padding: 0 10px 0 10px;
  transition: 0.6s;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.carrousel-slides {
  position: absolute;
  width: 500%;
  height: 100%;
  display: flex;
}

.carrousel-slides::before,
.carrousel-slides::after {
  background: linear-gradient(
    to top,
    rgb(15, 15, 17) 0%,
    rgb(255, 255, 255, 0) 45%
  );
  content: '';
  position: absolute;
  /* z-index: 1; */
  height: 100%;
  width: 100%;
}
.slide {
  position: relative;
  width: 20%;
  transition: 0.6s;
}

input[name='radio-slide'] {
  position: absolute;
  visibility: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.navigation-slide {
  position: absolute;
  bottom: 0;
  left: 62%;
  display: flex;
}

.bar {
  width: 80px;
  height: 60px;
  border: 2px solid rgb(250, 247, 247);
  margin: 4px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 2;
}
.bar:hover {
  /* background: #fff; */
  border: 2px solid rgb(202, 14, 14);
}
.bar img {
  width: 100%;
  height: 100%;
}

#rs1:checked ~ .s1 {
  margin-left: 0;
}
#rs2:checked ~ .s1 {
  margin-left: -20%;
}
#rs3:checked ~ .s1 {
  margin-left: -40%;
}
#rs4:checked ~ .s1 {
  margin-left: -60%;
}
#rs5:checked ~ .s1 {
  margin-left: -80%;
}

/* Carrousel End */

/* ? Satuan Kerja */
.satuan-kerja,
.statistik-data {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;

  padding: 0 10px 0 10px;
}
.content-title-section {
  width: inherit;
  border: 1px solid #c4bebe;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
}
.right-place {
  position: absolute;
  top: -20px;
  right: 0;
}
.content-line-section {
  position: relative;
}
.content-line-section a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: blue;
}
.line-title {
  width: 80px;
  height: 2px;
  border: 2px solid #17c5fa;
  border-radius: 5px;
}

.content-title-section h2 {
  color: #333;
}

.satker-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.satker-content-items {
  width: 33%;
  height: 4.5rem;
  margin: 0 0 0.9rem 0;
  display: flex;
}
.satker-content-items-nl {
  width: 45%;
  height: 4.5rem;
  margin: 0 0 0.9rem 0;
  display: flex;
}

.satker-photo {
  width: 25%;
  height: 100%;
  padding-right: 0.2rem;
}

.satker-photo img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 10px 0;
}
.satker-information {
  width: calc(100% - 25%);
  height: 100%;
}
.satker-name {
  width: 100%;
  height: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.satker-name a {
  background-color: #17c5fa;
  border-radius: 5px;
  text-decoration: none;
  color: rgb(247, 245, 245);
  padding: 2px;
}

.satker-detail-content {
  width: 100%;
  height: 2.4rem;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.satker-detail-content a {
  text-decoration: none;
  color: #333;
  /* text-align: justify; */
}
.satker-detail-information {
  width: 100%;
  font-size: 0.6rem;
  margin-top: 0.2rem;
}
/* ? Satuan Kerja */

/* ? Banner */
.infinite-banner {
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}
.infinite-banner-slide {
  display: flex;
  width: 500%;
}
.infinite-banner-slide input {
  display: none;
}

.banner-slide {
  width: 20%;
  transition: 2s;
}

#radio1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first {
  margin-left: -20%;
}
#radio3:checked ~ .first {
  margin-left: -40%;
}
#radio4:checked ~ .first {
  margin-left: -60%;
}
#radio5:checked ~ .first {
  margin-left: -80%;
}

.link-slider {
  height: 150px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.link-slider::before,
.link-slider::after {
  content: '';
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  position: absolute;
  width: 5%;
  z-index: 2;
}
.link-slider::before {
  top: 0;
  left: 0;
}
.link-slider::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}
.link-slides {
  display: flex;
  width: calc(250px * 10);
  animation: scroll 20s linear infinite;
}
.link-slide {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
  /* border: 1px solid red; */
  perspective: 100px;
}
.link-slide img {
  transition: transform 1s;
}
.link-slide img:hover {
  transform: translateZ(20px);
  cursor: pointer;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 5));
    transition: 1s;
  }
}
/* ? Banner */
.media-social {
  margin: 10px;
}
.media-social a {
  /* display: flex; */
  text-decoration: none;
}
.read-content {
  padding: 10px;
  display: flex;
  align-items: start;
  gap: 30px;
}
.read-detail {
  /* float: left; */
  width: 100%;
  /* height: 200vh; */
  /* background-color: yellow; */
}
.news-title {
  margin-bottom: 20px;
  text-align: justify;
}
.news-title h2 {
  color: #333;
}
.news-title-kategori {
  margin-bottom: 20px;
}

.news-title-kategori a,
.aside-title a {
  text-decoration: none;
  background-color: #17c5fa;
  padding: 0 5px 0 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-style: italic;
}
.aside-title {
  margin-bottom: 10px;
}
.news-information {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: space-between;
  /* background-color: #00a2c6; */
  font-size: 0.7rem;
  color: #333;
  padding: 2px 0 2px 0;
  margin-bottom: 20px;
}
.news-detail-content-description p {
  margin-bottom: 15px;
}
.news-author {
  display: flex;
  gap: 10px;
}
.news-detail-content-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.author-img {
  width: 35px;
  height: 35px;
}
.news-detail-content {
  color: #333;
}
/* Abuzar */
aside {
  /* float: right; */
  width: 45%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 50px;
}
.new-other-content {
  /* width: 200px; */
  height: 70px;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
  font-size: 0.9rem;
}
.new-other-content a {
  text-decoration: none;
  color: #333;
}
.news-other {
  width: 100%;
  height: 80px;
  /* background-color: #00a2c6; */
  display: flex;
  gap: 3px;
}
.news-other-photo {
  float: left;
  width: 25%;
}
.news-other-photo img {
  border-radius: 10px;
}
.new-other-title {
  float: right;
  width: 75%;
  /* background-color: #138568; */
  padding-left: 3px;
}
.new-other-title p {
  font-size: 0.6rem;
  color: #17c5fa;
}
footer {
  padding: 20px;
  color: #fff;
  background-color: #333;
  text-align: center;
  font-size: 0.8rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.footer-content h3 {
  color: #fff;
}
.footer-bottom {
  font-size: 12px;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 1rem 0;
}
.socials li {
  margin: 0 10px;
}
.socials a {
  text-decoration: none;
  color: #fff;
}
.socials a i {
  font-size: 1.1rem;
  transition: color 0.4s ease;
}
.socials a:hover i:not(.fa-facebook) {
  color: #f14141;
  /* color: #17c5fa; */
}
.socials a:hover i {
  color: #17c5fa;
  /* color: #17c5fa; */
}

/* ? Pagination */
.pagination {
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
  background: #fff;
  /* width: 450px; */
  border-radius: 50px;
  box-shadow: 5px 2px 5px #333;
}
.pagination li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}
.pagination li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 25px;
}
.previous-page,
.next-page {
  background: #0ab1ce;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.2s;
}
.previous-page:hover {
  transform: translateX(-5px);
}
.next-page:hover {
  transform: translateX(5px);
}
.current-page,
.dots {
  background: #ccc;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.current-page:hover,
.dots:hover {
  background: #0ab1ce;
}
.active {
  background: #0ab1ce;
}
.disable {
  background: #ccc;
}
.hide {
  display: none;
}
/* ? Pagination */

/* ? Login Form */
.container-form-login {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-linear {
  background-image: linear-gradient(
    to right,
    var(--dark-green),
    var(--green),
    var(--light-green),
    #fff
  );
}

.container-login {
  width: 350px;
  height: 450px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 1px 1px 5px #333;
  transition: 0.3s;
}

.container-login:hover {
  box-shadow: 1px 1px 5px #fff;
}
.login-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-logo {
  width: 85px;
  height: 80px;
  padding: 10px;
  text-align: center;
}
.login-image img {
  width: 100%;
  height: 100%;
}
.login-description {
  text-align: center;
  margin-bottom: 10px;
}
:is(.title-login, .login-description) h3 {
  font-size: 1.2em;
  color: #333;
}
.login-image p {
  color: #333;
}
.login-form {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type='text'],
input[type='password'] {
  border-radius: 5px;
  padding: 5px;
  font-size: 0.9em;
  outline: none;
  margin-bottom: 5px;
}
.show-password {
  float: right;
}
.show-password label {
  font-size: 0.8em;
  margin-bottom: 5px;
}

button {
  width: 150px;
  height: 35px;
  font-size: 0.9em;
  float: right;
  margin-top: 10px;
  background: var(--dark-green);
  border-radius: 3px;
  border: none;
  color: var(--white-not-white);
  transition: 0.3s;
}
button:hover {
  background: var(--green);
  color: #fff;
  cursor: pointer;
}
.footer-login {
  font-size: 0.7em;
  text-align: center;
  margin-top: 20px;
}

.detail-content {
  padding: 10px;
}

.detail-content-title {
  width: 100%;
  height: 50px;
  background: #00a2c6;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.detail-content-title h2 {
  font-size: 18px;
  color: #fff;
}
.detail-content-description {
  margin-top: 25px;
  padding: 10px;
}
.detail-content-description li {
  margin-left: 15px;
}
/* ? Login Form */
@media (min-width: 20rem) {
  .article-information {
    grid-template-areas: 'kiri kiri tengah kanan';
  }
  .card-two {
    grid-template-areas: 'card-kiri card-kanan card-kanan';
  }

  .article-grid {
    grid-template-areas:
      'satu satu satu'
      'dua dua dua'
      'tiga tiga tiga';
  }
}
@media (min-width: 48rem) {
  .article-grid {
    grid-template-areas:
      'satu satu dua dua dua tiga tiga'
      'empat empat dua dua dua lima lima';
  }
  .article-information {
    grid-template-areas: 'kiri kiri tengah kanan';
  }
}
@media (min-width: 90rem) {
  .carrousel-peristiwa {
    height: 70vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  aside {
    width: 100%;
    padding: 10px;
  }
  .satker-content {
    justify-content: space-between;
    gap: 0.2rem;
  }
  .satker-content-items {
    width: 48%;
  }
  .satker-content-items-nl {
    width: 100%;
  }
  .container {
    padding: 0;
  }
  main {
    padding: 0;
  }
  .title-carousel {
    left: 10px;
    bottom: 180px;
  }
  .slide h2 {
    font-size: 18px;
  }
  .photo-information {
    width: 100%;
    left: 0;
    bottom: 130px;
  }
  .article-hero {
    display: none;
  }
  .carrousel-peristiwa {
    height: 50vh;
  }
  .navigation-slide {
    left: 40%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pagination {
    margin: 0;
  }
  .previous-page,
  .next-page {
    width: 30px;
  }

  .pagination li {
    font-size: 0.6em;
    line-height: 20px;
    margin: 2px;
  }
  .current-page {
    width: 20px;
  }
  /* pagination */
  .read-content {
    flex-wrap: wrap;
    flex: 100%;
  }
  .read-detail,
  aside {
    width: 100%;
    padding: 10px;
  }
  .navbar {
    background-color: #045c13;
    margin-bottom: 20px;
    color: #fff;
  }
  .satker-content-items {
    width: 100%;
    gap: 0.2rem;
  }
  .satker-content-items-nl {
    width: 100%;
  }
  .satuan-kerja {
    padding: 0 10px 0 10px;
  }

  .article-information p {
    text-align: left;
  }
  .article-hero {
    display: none;
  }
  .carrousel-peristiwa {
    height: 40vh;
  }
  .img-one {
    width: 60%;
  }
  .navigation-slide {
    left: 0;
  }

  .bar {
    width: 60px;
    height: 40px;
    margin: 2px;
  }

  .title-carousel {
    left: 10px;
    bottom: 245px;
  }
  .slide h2 {
    font-size: 13px;
  }
  .photo-information {
    width: 100%;
    left: 0;
    bottom: 60px;
  }

  .satker-title h2 {
    font-size: 1rem;
  }
  .article-items:nth-child(4),
  .article-items:nth-child(5) {
    display: none;
  }
  .container {
    padding: 0;
  }
  .article-grid {
    gap: 0.5rem;
  }

  main {
    padding: 0;
  }
  .navbar a {
    font-size: 14px;
    padding: 5px;
  }

  .dropdown.active .dropdown-items {
    left: -50px;
  }
  .dropdown .left-icon {
    left: 10px;
  }
  .menu2 {
    display: none;
  }

  .menu {
    position: absolute;
    width: 100%;
    background-color: #1b1616;
    top: 0;
    right: 0;
    overflow-y: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    opacity: 0.9;
    font-size: 12px;
    /* background-color: #f1f5f8; */
  }

  .menu a {
    transition: 1s ease;
  }
  .menu a:hover {
    color: #333;
    background-color: #f5f4f7;
    border-radius: 5px;
  }

  .list {
    flex-direction: column;
    align-items: center;
  }

  .navbar .mylabel {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.8s ease;
    /* background-color: #00a2c6; */
  }

  #toggler:checked ~ .mylabel {
    transform: rotate(90deg);
    color: #fff;
  }
  #toggler:checked ~ .menu {
    /* max-height: 100%; */
    height: calc(100vh - 100px);
    overflow-y: hidden;
  }
  #toggler:not(checked) ~ .menu {
    height: 0;
  }
}

/* Dropdown */

/* Unutk ukuran table */
