/* import font */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.header_top {
  background-color: #abd38a;
  height: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 300px 1fr;
}

.img_logo {
  display: inline-block;
  align-items: center;
  justify-self: center;
  padding: 30px 30px;
}

.nav {
  align-items: center;
  justify-self: right;
  text-decoration: none;
}

.nav a {
  text-decoration: none;
}

.nav li {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  list-style: none;
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  font-weight: 700;
}

.slide_image {
  vertical-align: center;
  align-items: center;
  justify-self: stretch;
  align-content: stretch;
}

.container {
  display: grid;
  grid-template-columns: 1fr;
}

.container img {
  max-width: 100%; /* Ensures the image doesn't exceed the container's width */
  height: auto; /* Automatically adjusts the height to maintain aspect ratio */
  display: block; /* Optional: Removes default inline spacing issues */
}

.main_image {
  width: 100%;
  justify-self: stretch;
  justify-items: stretch;
  position: relative;
}

.main_image-layanan-text {
  font-family: "Playfair", serif;
  font-size: 64px;
  font-weight: 800;
  color: white;
  position: absolute;
  top: 150px;
  left: 180px;
  z-index: 10;
}

.main_image-layanan-text-content {
  font-family: "Merriweather", serif;
  font-size: 22px;
  color: white;
  position: absolute;
  top: 230px;
  left: 180px;
  z-index: 10;
  width: 450px;
  height: auto;
}

.main_image-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-evenly;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 150px;
  row-gap: 20px;
}

.main_image-box-layanan {
  vertical-align: middle;
  justify-self: center;
  align-content: center;
}

.thumb-box-layanan,
.thumb-box-berita {
  display: block;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  justify-self: center;
}

.thumb-box-layanan-detail,
.thumb-box-berita-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: center;
  gap: 50px;
  margin-bottom: 50px;
}

.berita-title,
.fasilitas-title {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  color: rgb(94, 90, 90);
}

.fasilitas-title {
  text-align: center;
}

.fac_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Inter", "sans-serif";
}

.berita-headline {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

.berita-box {
  vertical-align: middle;
  justify-self: center;
  align-content: center;
}

.main_image-box-layanan-imgthumb {
  vertical-align: middle;
  justify-self: center;
  align-content: center;
  position: relative;
}

.main_image-box-layanan-title {
  font-family: "Kanit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: white;
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 2;
}

.btn-pelajari {
  z-index: 4;
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.orange-box {
  background-color: #bc8271;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 30%;
}

.profil_group {
  display: inline-block;
  height: 1000px;
}

.profil {
  display: grid;
  grid-template-columns: 170px 500px 1fr 170px;
}

.image_profil {
  margin-bottom: 10px;
  border-radius: 30px;
}

.image-profil-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: rgb(80, 75, 75);
}

.image-profil-text2 {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
  color: grey;
}

.text_profil {
  margin-top: 0;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 200;
  color: rgb(43, 40, 40);
}

.text_profil_title {
  width: 100%;
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 36px;
  color: rgb(75, 73, 73);
  vertical-align: middle;
  text-align: center;
  margin-bottom: 40px;
}

.fasilitas-text-content p,
li {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(77, 73, 73);
  line-height: 1.8;
}

.berita_title_menu {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: 44px;
  color: rgb(97, 95, 95);
  vertical-align: middle;
  text-align: center;
  margin-top: 15px;
}

/* for Footer */

.nav-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  background-color: #abdbc6;
  height: 280px;
}

.nav-bottom-col1 {
  display: grid;
  vertical-align: middle;
  justify-content: center;
  justify-self: center;
}

.nav-bottom-col1-logo {
  align-content: center;
  justify-self: center;
}

.nav-bottom-col1-addr {
  vertical-align: middle;
  align-items: center;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(87, 85, 85);
}

.nav-bottom-col2 {
  display: grid;
  padding: 20px;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  row-gap: 15px;
  font-family: "Inter", serif;
}

.nav-bottom-col2-operate {
  font-size: 16px;
  font-weight: 700;
  color: rgb(75, 71, 71);
}

.nav-bottom-col2-medsos-ig {
  width: 17px;
  height: 17px;
}

.nav-bottom-col2-site a {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.nav-bottom-col3 {
  padding: 20px;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  line-height: 2;
}

.nav-bottom-col3 a {
  text-decoration: none;
}

.nav-bottom-col3-menu {
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(75, 71, 71);
}

.footer {
  background-color: #abd38a;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(75, 73, 73);
  padding: 15px 15px;
  text-align: center;
  margin: 0 0;
}

.contact_us-addr {
  margin-top: 20px;
  vertical-align: middle;
  align-items: center;
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(75, 73, 73);
  line-height: 40px;
}
