body {
  font-family: "Barlow", sans-serif;
}


a {
  list-style-type: none;
  text-decoration: none;
  color: white;
}


/* navbar */
nav {
  background-color: white;
  background-image: url(images/paw-pattern-light.png);
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.container .hamburger {
  display: none;
  cursor: pointer;

}

#hamburger-div {
  justify-content: center;
  width: 99%;
  height: 1500px;
  background-color: white;
  background-image: url(./images/paw-pattern-light.png);
  padding: 40px 20px 40px 20px;
  border-radius: 32px 32px 0px 0px;
  display: none;
  color: #2E5070;
  font-size: 24px;

}

#ham-tulisan {
  color: #2E5070;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
}

#rightnav {
  color: #2e5171;
  margin-right: -90px;
}

.lowercontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
}

.ul-nav {
  color: #2e5171;
  font-weight: 600;
  font-size: 18px;
}

#a-nav {
  color: #2e5171;
}



.hero {
  background-color: #EDF8F9;
  padding: 100px;
}

.hero-section{
  padding-top: 60px;
  background-color: #EDF8F9;
}

.hero p {
  font-size: 20px;
}

.h1-about {
  color: #2c3e50;
  font-size: 2.5rem;
}


.imgHeader {
  width: 100%;
}

.cat-option {
  background-color: #EDF8F9;
  
  
}

.card {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.carding {
  padding: 32px 48px 32px 48px;
}

.carder {
  padding-left: 30px;
  padding-bottom: 48px;
}

.card-title {
  font-size: 40px;
  color: #2E5070;
  
}

#ul-satu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}

#ul-satu li {
  font-size: 20px;
  color: #2E5070;
  display: flex;
  gap: 20px;
}

.javsc {
  padding: 80px 40px 80px 40px;
  
}


.custom-form {
  background-color: #FFC857;
  padding: 20px;
  border-radius: 16px;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  
}

.h2-akhir {
  font-size: 32px;
  color: #2E5070;
}

.p-akhir {
  font-size: 20px;
  color: #2E5070;
}

.nama {
  font-size: 20px;
  color: #2E5070;
  font-weight: bold;
}
.custom-form .form-group {
  margin-bottom: 1rem;
}
.custom-form .btn {
  background-color: #264653;
  color: white;
  border: none;
  width: 100%;
  height: 84px;
  gap: 10px;
  border-radius: 100px;
  font-size: 24px;
}

.form-control {
  border-radius: 6px;
  height: 51px;
}

.form-control-dua {
  height: 159px;
  border-radius: 6px;
  width: 100%;
  border: none;
}

.done-man {
  height: 764px;
}

#thankYouMessage {
  font-size: 36px;
  color: #264653;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 50%;

}

.footer {
  background-color: #002b4c;
}

.footer h4, .footer h5 {
  color: #ffffff;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer img {
  margin-right: 10px;
}

.footer p, .footer a {
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
  line-height: 1.6;
}

.footer-logo {
  font-family: 'Arial', sans-serif;
  font-size: 1.5rem;
}

#footer {
  background-color: #2E5070;
  background-image: url(./images/paw-pattern-dark.png);
}

.dark-logo {
  width: 100%;
}

@media (max-width: 600px) {
  .imgHeader {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .hero {
    padding-top: 0;
    padding: 50px;
  }


  .dark-logo {
    width: 200px;
  }

  .cord {
    padding-top: 45px;
  }

  .carder {
    padding-left: 28px;
    padding-right: 28px;
  }

  nav {
    overflow: hidden;
    z-index: 10;
  }

  #rightnav a {
      display: none;
  }

  .container .hamburger {
      display: flex;
  }

  #hamburger-div {
      display: none;
      margin-top: 110px;
      position: fixed;
      z-index: 10;
  }
#hamburger-div a {
  color: #2e5171;
}

.cap-anjing {
  display: none;
}
}

form.hidden,
#thankYouMessage.hidden {
  display: none;
}