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: 50px;
  }

  .background-white {
    padding: 50px;
  }

  .hero-section{
    padding-top: 60px;

  }

  .imgHeader {
    width: 100%;
  }

  .hero p {
    font-size: 20px;
  }
  
  
  .tikus {
    padding-top: 100px;
  }
  
.day-care-h1 {
    font-size: 40px;
    color: #2E5070;
}

  .h1-about {
    color: #2c3e50;
    font-size: 2.5rem;
  }
  
  #h2-hero {
    font-size: 40px;
    color: #2E5070 ;
  }
  
  
  
  .lead {
    font-size: 1rem;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .p-satu {
    padding-top: 90px;
  }
  
  .p-tiga {
    padding-top: 70px;
  }
  
.bg-daycare {
    background-color: #EDF8F9;
}

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

.h2-daycare {
    font-size: 40px;
    color: #2E5070;
}

.paket-daycare {
    padding: 80px 20px 80px 20px;
    
}

.paket-daycare-dua {
    padding: 80px 20px 80px 20px;
    
}

.card-tiga {
    background-color: #EDF8F9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
    height: 250px;
}

.card-title {
    font-size:32px;
    
}

.price {
    font-size: 32px;
    
    color: #000000;
}

.ul-dua {
    padding-left: 12px;
}

.ul-dua {
    font-size: 20px;
}



.wea {
    background-color: #95BB6F;
    border: none;
    width: 1240px;
    height: 84px;
    border-radius: 200px;
    font-size: 24px;
    color: white;
    text-align: center;
    padding-top:25px;
    
}

.wea i {
    margin-right: 8px;
}
  
  
  
  
  .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);
  }
  
  
  @media (max-width: 600px) {
    #Maps {
      width: 500px;
    }
  
    .gapping {
      flex-direction: column;
      display: flex;
      justify-content: center;
    }
  
    #card {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .contact {
      padding: 128px 10px;
    }
  
    .garis {
      width: 350px;
    }

   .daycare-penuh {
     padding-bottom: 100px;
   }

   .p-satu {
    padding-top: 20px;
   }

   .p-tiga {
    padding-top: 20px;
   }

   #poke {
    height: 30px;
   }

   #poke {
    height: 340px;
   }

   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;
}
}
  