@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --primary: #001f3e;
  --bg: white;
  --secondary: #d0b669;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: var(--primary);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary);

  padding: 15px 30px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li img {
  width: 150px;
}

.nav-links li a:hover {
  color: var(--primary);
}
.highlight-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: black;
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  margin: 10px;
  gap: 10px;
  overflow: hidden;
}

.highlight-label {
  background: transparent;
  color: var(--secondary);
  font-weight: bold;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
}

.highlight-text {
  flex: 1;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lato", sans-serif;
}
.highlight-track {
  display: inline-block;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.highlight-track a {
  color: white;
  text-decoration: none;
  margin: 0 20px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.highlight-track a:hover {
  color: var(--secondary);
}
.footer {
  background-color: var(--secondary);
  color: var(--primary);
  padding: 40px 20px;
}
.center {
  text-align: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.logo-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-footer img {
  height: 50px;
}

.footer h3 {
  margin: 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.footer p {
  font-size: 14px;
  margin: 5px 0;
  color: var(--primary);
  font-family: "Lato", sans-serif;
}

.social-icons-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.social-icons-footer img {
  width: 30px;
  height: 30px;
}

.map-container {
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.container-utama {
  max-width: 850px;
  margin: auto;
  padding: 20px;
  background-color: white;
}
.breadcrumb-utama {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 15px;
}

.breadcrumb-utama a {
  color: black;
  font-family: "made-me", sans-serif;
  font-weight: bold;
}

.title-utama {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
  color: var(--primary);
  font-family: "made-me";
  font-weight: 700;
  font-style: normal;
}
.source-utama {
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.date-utama {
  font-size: 13px;
  color: black;
  margin-bottom: 20px;
  font-family: "Lato";
  font-weight: bold;
}

.share-utama {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: black;
  font-family: "Lato";
  font-weight: bold;
}

.share-utama img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.share-utama img:hover {
  transform: scale(1.1);
}
.image-wrapper-utama {
  margin-bottom: 20px;
}

.image-wrapper-utama img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 8px;
}
.caption-utama {
  font-size: 13px;
  color: black;
  margin-top: 8px;
  font-family: "Lato";
  font-weight: bold;
}
.copy-message {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a1f44;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.news-utama {
  margin-bottom: 20px;
}

.news-utama p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Lato";
  font-weight: bold;
}

.highlight-utama {
  color: var(--primary);
  font-weight: bold;
}
p {
  color: black;
}
.tipe-text a {
  font-size: 22px;
  text-decoration: none;
  font-family: "made-me";
}
.tipe-text a:hover {
  color: red;
}
.download-files {
  background-color: var(--primary);
  width: 200px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.download-files a {
  color: var(--secondary);
  text-decoration: none;
  font-family: "Lato";
  font-weight: 900;
}
.download-files a:hover {
  color: white;
}

@font-face {
  font-family: "made-me";
  src: url("../font/made.ttf");
  font-weight: normal;
  font-style: normal;
}
/* @media (max-width: 900px) {
} */
