* {
    /* background-color: whitesmoke; */
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* navbar */
.navbar-brand{
    margin-left: 10px;
}
.navbar-nav .nav-item{
    padding-right: 50px
}

/* hero header */
.hero {
    /* background-color: antiquewhite; */
    padding: 20px;
}

.carousel-item img {
    border-radius: 40px;
}

/* social media */
.medsos {
    padding: 10px 0px 10px 0px;
    width: 100%;
    height: auto;
    /* background-color: aqua; */
    /* border-bottom: #81829c solid 2px; */
}

.media {
    padding: 0px 30px 0px 30px;
    height: 55px;
    border-radius: 30px;
    border: #81829c 2px solid;
    margin-left: 20px;
    background-color: #faf8f4;
}

.media p {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 15px;
    color: #81829c;
}

.media a i {
    color: #81829c;
}

/* media-informasi */
.media-informasi {
    /* background-color: antiquewhite; */
    padding: 20px 25px 20px 25px;
    /* border-bottom: #81829c solid 2px; */
}

.info-judul h3 {
    color: #2d2e5a;
    font-weight: bold;
}

.info-judul p {
    font-weight: 350;
    font-size: 15px;
}

.info-tombol a {
    color: #2d2e5a;
}

/* card media informasi */
.media-scroll {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.media-scroll a{
    text-decoration: none;
    color: black;
}

.media-card {
    border-radius: 30px;
}

.media-card img {
    border-radius: 30px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.info-media-card {
    /* background-color: #81829c; */
    width: 250px;
    padding-top: 25px;
    padding: 25px 0px 0px 10px;
}

.info-media-card h3 {
    font-size: 15px;
    font-weight: bold;
    color: #2d2e5a;
    margin-bottom: 0;
}

.info-media-card p {
    font-size: 12px;
}

/* about */
.about {
    /* background-color: antiquewhite; */
    padding: 80px 25px 20px 25px;
    /* border-bottom: #81829c solid 2px; */
}

.header-about h3 {
    color: #2d2e5a;
    font-weight: bold;
}

.header-about p {
    font-weight: 350;
    font-size: 15px;
}

/* content about */
.content-header {
    /* background-color: #81829c; */
    padding: 30px 0px 0px 0px;
}

.content-about {
    /* background-color: antiquewhite; */
    width: 80%;
}

.content-about img {
    width: 400px;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
}

.content-text {
    width: 750px;
    padding: 0px 15px 0px 0px;
    text-align: center justify;
    /* background-color: #2d2e5a; */
}

.content-news {
    width: 20%;
    /* background-color: antiquewhite; */
}

.card-news img {
    width: 100px;
}

.content-text-news {
    padding: 0px 0px 0px 10px;
}

.content-text-news span {
    font-size: 13px;
}

.content-text-news p:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.content-text-news p:nth-child(3) {
    font-size: 12px;
}

.content-text-news i {
    font-size: 12px;
}

/* inti&dinas */
.inti-dinas {
    border-bottom: #2d2e5a solid 2px;
  }
  
  .inti {
    padding: 10px 25px;
    background-color: #f8f4ec;
  }
  
  .inti h3 {
    margin-top: 8px;
    color: #2d2e5a;
    font-weight: bold;
  }
  
  .inti a {
    color: #2d2e5a;
  }
  
  .toggleContent {
    background-color: transparent;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    transition: all 0.3s ease;
  }
  
  .content-awal, .content-tengah, .content-akhir {
    padding: 40px 25px;
  }
  
  .content-tengah {
    background-color: #2d2e5a;
    color: white;
    width: 100vw;
  }
  
  .content-akhir, .content-awal {
    background-color: #f8f4ec;
    width: 100vw;
  }
  
  .header-logo img {
    width: 300px;
  }
  
  .detail {
    text-align: justify;
  }
  
  .text-person {
    padding-top: 20px;
  }
  
  .text-person h3 {
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .text-person p {
    width: 50%;
    margin: 0 auto;
    text-align: justify;
  }
  
  .foto-person {
    width: 320px;
    height: 400px;
    border-radius: 30px;
  }
  
  .foto-all {
    width: 500px;
    border-radius: 30px;
  }


/* footer */