@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  /* color: #6d8a8c; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #09256b;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 31px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}

header {
  background-color: #fff;
  box-shadow: 0px 0 25px 0px rgba(43, 171, 160, 0.08);
}

/* NAV BAR */
.nav-memu {
  display: flex;
  align-items: center;
  gap: 1px;
  list-style: none;
  background-color: #fff;
  margin: 6px 0px;
}

.nav-memu li {
  width: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #1081ad;
}

.nav-memu li:hover {
  background-color: #045777;
}

.nav-memu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}

main {
  max-width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.content-box {
  /* padding: 20px 15px; */
  height: 100%;
  /* border-radius: 10px; */
  background-color: #fff;
  text-align: center;
  border: 1px solid #f0f4ff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

/* .content-box:hover {
  box-shadow: inset 0 -2px rgba(57, 109, 240, 0.562);
  transition: all 0.3s ease-in-out;
} */

.content-box .box-desc {
  padding: 20px;
}

.content-box .box-desc h4 {
  margin-bottom: 15px;
}

/* Hero */
.hero {
  margin: 6px 0px;
  position: relative;
  display: block;
}
/* Content Post */
.content-post {
  background-color: #f5f4f4;
}

.content-post p {
  margin-bottom: 15px;
}

.owl-dots {
  display: none;
}
.home-lingkungan {
  padding-top: 30px;
}

section {
  padding: 30px 0;
}

.containet-telpon img {
  width: 100%;
}

.introduction,
.pengenalan,
.content-form {
  background-color: #fff;
}

.content-box-card {
  text-decoration: none;
}

.content-box-card .box-card-img img {
  border-radius: 3px;
}

.content-box-card .box-card-desc {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
  padding: 15px 10px;
  text-align: center;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  /* display: flex;
  height: 100%; */
  /* min-height: 115px;
  display: flex;
  height: 100%; */
}
.content-box-card:hover .box-card-desc {
  transform: translateY(-60px);
}

.content-box-card .box-card-desc h4 {
  color: #09256b;
}

/* .body-content-border {
  border: 1px solid #00a5e3;
  padding: 20px;
} */

.wrapper-penyakit .box-link-penyakit {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  display: inline-block;
  padding: 20px;
}

.wrapper-penyakit .box-link-penyakit img {
  transition: all 0.5s ease-in-out;
}
.wrapper-penyakit .box-link-penyakit:hover img {
  transform: scale(1.1);
}

.wrapper-title-top {
  background-color: #fff;
  /* padding: 0 10px; */
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: -60px 15px 30px; */
  /* margin-top: -60px; */
  position: relative;
  box-shadow: 0px 0px 10px 0px
    rgba(0, 20, 9.000000000000004, 0.10196078431372549);
}

.wrapper-title-top::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #09256b;
  position: absolute;
  top: 0;
  left: 20px;
}
.wrapper-title-top::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #09256b;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrapper-title-top .box-color {
  background-color: #09256b;
  width: 60px;
  height: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}

.wrapper-title-top .content-title {
  text-align: center;
  /* margin-left: 15px; */
  padding: 10px 15px;
  color: #09256b;
}

.wrapper-title-top .content-title h2 {
  margin-bottom: 10px;
}

/* .box-bg p {
  background-color: #09256b;
  color: #fff;
  margin-bottom: 0;
} */

/* FOOTER */
footer {
  background-color: #1a1a20;
  color: #fff;
  padding: 40px 20px 100px 20px;
  text-align: center;
}

.chat-fitur {
  max-width: 650px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  z-index: 9999;
}

.chat-fitur .overplow {
  background-color: #fff;
  text-align: center;
}

.chat-fitur .title-chat {
  margin-bottom: 15px;
  font-weight: bold;
}

.chat-fitur .wrapper-content {
  gap: 3px;
}

.chat-fitur .wrapper-icon {
  width: 100%;
}

.chat-fitur .icon {
  display: flex;
  flex-direction: column;
  background-color: #1081ad;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  box-shadow: 0px 0 25px 0px rgba(43, 171, 160, 0.08);
}

.chat-fitur .wrapper-icon .btn2 {
  background-color: #09256b;
}

.chat-fitur .icon i {
  font-size: 30px;
}

.chat-fitur .icon .icon-teks {
  margin: 0px;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .content-box-card .box-card-desc h4 {
    font-size: 20px;
  }
  footer p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .chat-fitur .wrapper-content {
    gap: 0;
  }
}

@media screen and (max-width: 576px) {
  .nav-memu {
    /* padding-right: 0px;
    padding-left: 0px; */
    overflow-x: scroll;
  }
  .nav-memu li a {
    font-size: 14px;
  }
  .wrapper-title-top .content-title h2 {
    font-size: 18px;
  }
  .wrapper-title-top .content-title p {
    font-size: 12px;
  }

  .chat-fitur .icon .icon-teks {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .content-box-card .box-card-desc h4 {
    font-size: 14px;
  }
}
