/* tentangkami.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f3e6d6;
}

/* Header & Logo */
header {
    position: relative;
    width: 100%;
    }

header .logo {
    position: absolute;
    z-index: 10;
    width: 90px;
    height: 90px;
    top: 0px;
    left: 35px;
    }

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    }

/* Navbar */
nav {
    background-color: #A06C2A;
    overflow: hidden;
    display: flex;
    font-family: 'Adamina', sans-serif;
    width: calc(100% - 80px);
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    margin: 20px 40px;
    position: relative;
    z-index: 9;
    top: 23px;
    }

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

nav ul li {
    display: inline-block;
    }

nav ul li a {
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 15px 30px;
    letter-spacing: 3px;
    font-size: 15px;
    transition: color 0.3s ease;
    }

nav ul li a:hover {
    color: #813405;
    }

/* SEJARAH */
.sejarah {
  padding: 20px 80px;
}

.sejarah h1 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  letter-spacing: 4px;
  padding-top: 70px;
}

.content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.img-box {
  position: relative;
  width: 320px;
}

.img-box img {
  width: 350px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  left: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.674);
}

/* TEXT */
.text-box {
  width: 70%;
  font-size: 16px;
  line-height: 1.8;
  color: #2d2d2d;
  text-align: justify;
  padding-left: 90px;
  padding-top: 0px;
}

/* visi misi*/
.visi-misi {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  padding: 20px;
}

.box {
  width: 90%;
  padding: 35px;
  text-align: center;
  background-color: #fff;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.413);
}

.box h2 {
  font-size: 38px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.box p {
  font-size: 16px;
  line-height: 1.8;
}

.visi {
  background-color: white;
  border-left: 4px solid #6B4423;
  color: #000;
}

.misi {
  background-color: white;
  border-left: 4px solid #6B4423;
  color: #000;
}

/* STRUKTUR */
.struktur {
  text-align: center;
  padding: 10px 80px;
}

.struktur h1 {
  font-size: 40px;
  margin-bottom: 20px;
  padding: 100px;
}

.struktur-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  justify-items: center;
}

.struktur-item {
  width: 220px;
  text-align: center;
}

.struktur-item img {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.struktur-item p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}

/* POSISI */
.kiri {
  grid-column: 2;
}

.kanan {
  grid-column: 3;
}

.kiri-bawah {
  grid-column: 2;
}

.kanan-bawah {
  grid-column: 3;
}

/* KERJA SAMA */
.kerjasama {
  padding: 90px 80px;
}

.kerjasama h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
  letter-spacing: 4px;
}

.kerja-content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.img-kerja {
  position: relative;
  width: 320px;
}

.img-kerja img {
  width: 350px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  left: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.674);
}

.img-kerja img:hover {
  transform: scale(1.05);
}

.text-kerja {
  width: 70%;
  font-size: 16px;
  line-height: 1.8;
  color: #2d2d2d;
  text-align: justify;
  padding-left: 50px;
  padding-top: 0px;
}

/* SERTIFIKASI */
.sertifikasi {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.sertif-content {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 50px;
}

.sertif-box {
  position: relative;
  width: 260px;
}

.sertif-box img {
  width: 100%;
  height: 280px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  background: white;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.413);
}

/* FOOTER */
.footer {
  background-color: #5b1f24;
  color: white;
  padding: 50px 80px;
  position: relative;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-box h3 a {
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
}

.footer-box p a {
  font-size: 14px;
  color: white;
  margin-bottom: 6px;
  text-decoration: none;
}

.produk1 {
  display: flex;
  gap: 10px;
}

.produk1 img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.produk1 img:hover {
  transform: scale(1.05);
}

/* LOGO FOOTER */
.footer-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.footer-logo img {
  width: 60px;
}

.footer-logo img:hover {
  transform: scale(1.05);
}

/* Fade text */
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* Gambar slide */
.slide-img {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease;
}

.slide-img.show {
  opacity: 1;
  transform: translateX(0);
}

/* foto zoom */
.slide-img:hover {
  transform: scale(1.07);
  transition: 0.4s;
}