html,
body {
  margin: 0px !important;
  width: 100%;
  height: 100%;
  padding: 0px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
}
.color-blue {
  color: rgb(4, 125, 218);
}

#a-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

#a-menu-link:hover {
  color: rgb(4, 125, 218);
}

#about-us-1 {
  display: inline-block;
  background-color: rgb(209, 228, 243);
  margin: 0px !important;
  width: 100%;
}

#nav-bar-1 {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Abhaya Libre", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: rgb(209, 228, 243);
  padding-right: 160px;
}

#logo-div {
  display: block;
}

#logo-1 {
  display: block;
  width: 100%;
  object-fit: cover;
}

#logo-home-link {
  display: block;
  width: 100%;
}
#menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 60px;
}

#about-us-hero {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 180px 0px 80px 50px;
  gap: 100px;
}

#about-us-dia-1 {
  width: 60%;
  opacity: 0.6;
}

#about-us-text {
  width: 100%;
}

#about-us-hero h1,
h4 {
  font-family: "Abhaya Libre", serif;
}

#about-us-hero p {
  font-family: "Inter", sans-serif;
}

#about-us-hero-h1-1 {
  font-size: 35px;
  word-spacing: 1px;
  padding-bottom: 10px;
}

#about-us-hero-p-1 {
  font-size: 14px;

  color: rgba(128, 128, 128, 0.836);
}

#about-us-section-2 {
  margin: 60px 160px 80px 50px;
}

#about-us-section-2-text-1 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 30px;
  word-spacing: 1px;
}

#about-us-section-2-flex-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

#founder-div {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

#founder-div-text {
  font-family: "Inter", sans-serif;
}

#founder-div-text-1 {
  font-size: 15px;
  line-height: 24px;
  word-spacing: 1px;
  color: rgb(68, 67, 67);
}

#founder-div-text-2 {
  font-size: 15px;
  line-height: 24px;
  word-spacing: 1px;
  color: rgb(68, 67, 67);
  margin-bottom: 0;
}

#founder-pic-1 {
  height: 200px;
}

#home-section-4-flex-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#home-section-4-col-col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

#home-section-4 {
  padding: 100px 40px;
  background-color: rgba(90, 125, 151, 0.26);
}

#home-section-4-flex-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

#home-section-4-h1-col-1 {
  font-family: "Itim", cursive;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}

#home-section-4-p1-col-1 {
  font-family: "Nanum Brush Script", cursive;
  margin-top: -3px;
}

.home-section-4-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

.home-section-4-menu-link:hover {
  color: rgb(9, 58, 194);
}

#subscriber-form {
  font-family: "Inter", sans-serif;
}
#subscriber-form label {
  font-size: 13px;
}

#subscriber-form input {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 3px;
}

#subscriber-email {
  margin-bottom: 5px;
}

#home-section-4-col-4 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

#home-section-4-col-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

#send-btn-1:hover {
  background-color: rgba(90, 125, 151);
  color: white;
}
