@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

img {
  width: 70%;
  display: flex;
  margin-left: 50px;
}

a {
  text-decoration: none;
}

.nav-logo1 {
  display: inline-flex;
  align-items: center; /* Mengatur vertikal ke tengah */
}

.nav-logo1 img {
  max-width: 190px;
  margin-left: -30px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff6ea;
}

nav {
  width: 100%;
  margin: 0 auto; /* Menggunakan auto untuk memastikan navbar berada di tengah */
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: inline-flex;
  align-items: center; /* Mengatur vertikal ke tengah */
}

.nav-logo img {
  max-width: 100px;
}

.nav-title {
  display: inline-flex;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #cfb53b;
  font-weight: 600;
  align-items: center; /* Mengatur vertikal ke tengah */
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 2rem;
}

.blur {
  position: absolute;
  box-shadow: 0 0 1000px 50px #2b5c6b;
  box-shadow: 0 0 1000px 50px #2b5c6b;
  z-index: -100;
}

section .header {
  color: #4c376b;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  margin-top: -4rem;
}

.sub-header {
  max-width: 600px;
  margin: auto;
  text-align: center;
  color: #18181b;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

section .header-BA {
  color: #4c376b;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  margin-top: 5rem;
}

.pricing {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.pricing .card .content {
  background: linear-gradient(135deg, #432e6e 0%, #2f7071 100%);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.pricing .card h4 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
}

.btn3 {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2rem;
  width: 100%;
  background: #4c376b;
  background: #4c376b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
}

.panel {
  color: #18181b;
  border-radius: 15px;
  background-color: #7a9a9f;
  background-color: #7a9a9f;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-out;
  margin-top: 10px;
  text-align: justify;
}

footer {
  position: relative;
  display: grid;
  grid-template-columns: 400px repeat(3, 1fr);
  gap: 2rem;
}

footer .column .logo {
  max-width: 100px;
  margin-bottom: 2rem;
}

footer .column p {
  color: #18181b;
  margin-bottom: 2rem;
}

footer .column .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer .column .socials a {
  color: #18181b;
  border: 1px solid #18181b;
  padding: 5px 10px;
  font-size: 1.25rem;
  border-radius: 100%;
  transition: all 0.3s ease;
}

footer .column .socials a:hover {
  color: #fff;
  background-color: #2b5c6b;

  border-color: #2b5c6b;

  background-color: #2b5c6b;

  border-color: #2b5c6b;
}

footer .column h4 {
  color: #18181b;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

footer .column > a {
  display: block;
  color: #18181b;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

footer .column > a:hover {
  color: #2b5c6b;

  color: #2b5c6b;
}

.copyright {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.container-f {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 2rem;
}

.slobeh {
  justify-content: center;
  text-align: center;
}

.tracking-container {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 12px;
}

.tracking-title {
  color: #1a4040;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.tracking-steps {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.tracking-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  overflow: visible;
}

.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2d5f5d;
  border: 3px solid #2d5f5d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
  position: relative;
}

.step-circle svg {
  width: 16px;
  height: 16px;
  stroke: white;
  fill: none;
  stroke-width: 3;
}

.step-line {
  position: absolute;
  top: 14px;
  left: calc(50% + 16px);
  right: calc(-50% + 16px);
  height: 3px;
  background: #2d5f5d;
  z-index: 1;
}

.tracking-step:last-child .step-line {
  display: none;
}

.step-content {
  margin-top: 10px;
  text-align: center;
}

.step-label {
  color: #1a4040;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 3px;
}

.step-status {
  color: #2d5f5d;
  font-size: 12px;
}

.tracking-step.is-pending .step-circle {
  background: transparent;
  border-color: #87a7a7;
}

.tracking-step.is-pending .step-circle svg {
  display: none;
}

.tracking-step.is-pending .step-line {
  background: #87a7a7;
}

.tracking-step.is-pending .step-status {
  color: #5f7272;
}

.tracking-step.is-current .step-circle {
  background: #f4b43f;
  border-color: #f4b43f;
}

.tracking-step.is-current .step-line {
  background: #87a7a7;
}

.tracking-step.is-current .step-status {
  color: #8c5a00;
  font-weight: 600;
}

@media (width < 1000px) {
  .nav-links {
    display: none;
  }
  header {
    grid-template-columns: repeat(1, 1fr);
  }
  header .image {
    grid-area: 1/1/2/2;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    grid-template-columns: 1fr 200px;
  }
}

@media (width < 600px) {
  header .image::before {
    display: none;
  }

  .features {
    grid-template-columns: repeat(1, 1fr);
  }

  .pricing {
    grid-template-columns: repeat(1, 1fr);
  }

  footer {
    grid-template-columns: 1fr 150px;
  }
}
