body {
  margin: 30px auto 0 auto;
  max-width: 720px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
}

.hamburger {
  width: 32px;
  display: none;
  transition: transform 0.3s ease;
}

.hamburger.active {
  transform: rotate(90deg);
}

.container-logo {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.st-name {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.nd-name {
  font-family: "Libre Baskerville", serif;
}

.video-background {
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
}

.video-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 3;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.container-overlay {
  border-radius: 20px;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 20%,
    rgba(0, 0, 0, 0) 70%
  );
}

.main-video {
  padding: 0px;
}

.video-overlay h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 6px 0;
}

.video-overlay p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}
.main-video {
  position: relative;
}

.container-header-tentang {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 60px;
}

.container-header-tentang .main-header {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
}

.container-header-tentang .main-header span {
  font-family: "Libre Baskerville", serif;
  font-weight: 800;
  color: #ae9101;
  font-size: 20px;
}

.info-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-header .svg-location {
  width: 18px;
  height: 20px;
  fill: #002251;
  display: block;
}

.info-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
}

.container-content-tentang {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}

.image-tentang .img-cirebon {
  width: 135px;
  margin-top: 10px;
  height: auto;
  border-radius: 20px;
}

.content-tentang {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
}

.asal-mula-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.asal-mula-header {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 24px;
}

.asal-mula-header span {
  font-family: "Libre Baskerville", serif;
  font-weight: 800;
  color: #ae9101;
  font-size: 20px;
}

.asal-mula-header .asal-mula-subheader {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: gray;
}

.sub-st-content {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-top: -16px;
  font-size: 14px;
  color: rgb(48, 48, 48);
}

.st-content {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
}

.dna-container {
  margin-top: 20px;
}

.dna-header {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
}

.dna-header span {
  font-family: "Libre Baskerville", serif;
  font-weight: 800;
  color: #ae9101;
  font-size: 20px;
}

.graph-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}

.graph-content-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.graph-content-item {
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  margin-bottom: 10px;
}

.graph-label {
  font-size: 12px;
  text-align: left;
}

.graph-bar {
  height: 20px;
}

.graph-percentage {
  font-size: 10px;
  right: 6px;
  padding-left: 5px;
  display: inline-block;
}

.graph-label {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.graph-bar-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.graph-bar {
  height: 25px;
  border-radius: 12px;
  background-color: #002251;
  transition: all 0.3s ease;
  position: relative;
}

.graph-percentage {
  font-size: 14px;
  font-weight: 800;
  padding-left: 10px;
  display: inline-block;
}

.circle-graph {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.graph-bar.jawa {
  width: 60%;
  background-color: #002251;
}
.graph-bar.sunda {
  width: 25%;
  background-color: #004080;
}
.graph-bar.tionghoa {
  width: 10%;
  background-color: #0066cc;
}
.graph-bar.arab {
  width: 3%;
  background-color: #3399ff;
}
.graph-bar.lainnya {
  width: 2%;
  background-color: #66b3ff;
}

.description-graph {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.explore-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.explore-container h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.subheader-explore {
  font-family: "Archivo", serif;
  font-weight: 400;
  margin-top: -10px;
  font-size: 16px;
  color: gray;
  text-align: center;
}

.explorebox-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  height: 240px;
}

.explorebox-container > div {
  overflow: hidden;
  position: relative;
  flex: 1;
  padding: 20px;
  height: fit-content;
  border: 3px white solid;
  border-radius: 24px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
}

.explorebox-container > div:nth-of-type(1) {
  background-image: url("/assets/sejarah-crb.jpg");
}

.explorebox-container > div:nth-of-type(2) {
  background-image: url("/assets/budaya-crb.jpg");
}

.explorebox-container > div:nth-of-type(3) {
  background-image: url("/assets/situs-keraton.jpg");
}

.explore-container .inner-items h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -6px;
  color: white;
}

.explore-container .inner-items {
  position: absolute;
  bottom: 14px;
  left: 10px;
  z-index: 10;
}

.explore-container .inner-items p {
  font-family: "Archivo", sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: white;
  line-height: 18px;
}

.explore-container button {
  background-color: white;
  width: calc(100% - 12px);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.explore-container button:hover {
  background-color: #f0f0f0;
  color: #002251;
}

.explore-container a {
  color: black;
  text-decoration: none;
}

.gradient-blur {
  z-index: 5;
  inset: auto 0 0 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  left: 0;
}
.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
  position: absolute;
  inset: 0;
}
.gradient-blur::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(0.5px);
  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
}
.gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(2px);
  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
}
.gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(6px);
  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
}
.gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(8px);
  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
}

.gradient-blur::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(12px);
  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(0, 0, 0, 1) 100%
  );
}

footer {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
}

.logo-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

.logo-container img {
  width: 20px;
}

.st-name-footer,
.nd-name-footer {
  font-size: 16px;
  font-weight: 800;
}

.nd-name-footer {
  font-family: "Libre Baskerville", serif;
}

.desc-footer {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: gray;
  margin-top: -7px;
}

footer .container-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.container-2 {
  width: 60%;
}

.container-2 h3 {
  font-weight: 600;
  font-size: 16px;
}

.container-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container-2 ul li {
  margin-bottom: 10px;
}

.container-2 ul li a {
  text-decoration: none;
  color: rgb(84, 84, 84);
}

.container-3 {
  width: 30%;
}
.container-3 > p {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: rgb(39, 39, 39);
  margin-top: -7px;
}

.container-3 h3 {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 600px) {
  body {
    margin: 20px auto 0 auto;
    padding: 0 30px;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
  }

  .hamburger:hover {
    transform: scale(1.1);
  }

  .nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    margin: 10px;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
  }

  .st-name {
    font-size: 14px;
  }

  .container-logo img {
    width: 20px;
  }

  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    margin: 0;
  }

  .nav-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu li:last-child {
    border-bottom: none;
  }

  .nav-menu a {
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
  }

  .nav-menu a:hover {
    color: #666;
  }

  .container-logo {
    flex-direction: row;
    align-items: center;
  }

  .graph-content-item {
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .graph-label {
    font-size: 12px;
    text-align: left;
  }

  .graph-bar {
    height: 20px;
  }

  .graph-percentage {
    font-size: 10px;
    right: 6px;
  }

  .main-video .video-background {
    width: 100%;
    height: 460px;
    border-radius: 10px;
    object-fit: cover;
  }
  .container-overlay .video-overlay h1 {
    font-size: 16px;
  }

  .container-overlay .video-overlay p {
    font-size: 12px;
  }

  .container-header-tentang .main-header {
    font-size: 18px;
  }

  .container-header-tentang .main-header span {
    font-size: 18px;
  }

  .info-header .info-location svg {
    width: 13px;
  }

  .info-header .info-location {
    font-size: 14px;
  }

  .asal-mula-container {
    flex-direction: row;
  }

  .container-content-tentang {
    flex-direction: column;
  }
  .image-tentang .img-cirebon {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .container-header-tentang {
    flex-direction: column;
    gap: 10px;
  }

  .content-tentang {
    font-size: 14px;
  }

  .asal-mula-header {
    font-size: 20px;
  }

  .asal-mula-header span {
    font-size: 18px;
  }

  .asal-mula-container {
    margin-top: 10px;
    font-size: 14px;
    flex-direction: column;
  }

  .dna-header {
    font-size: 18px;
  }

  .dna-header span {
    font-size: 16px;
  }

  .graph-bar .circle-graph {
    display: none;
  }

  .graph-content {
    gap: 0px;
  }

  .description-graph {
    font-size: 14px;
    text-align: center;
  }

  .explore-container h1 {
    font-size: 18px;
  }
  .explore-container .subheader-explore {
    font-size: 14px;
  }

  .explorebox-container {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 720px;
  }

  footer {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }

  footer .container-3 {
    width: 100%;
  }
}
