@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
}

.navbar {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  position: sticky;
  top: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.flex {
  display: flex;
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

ul,
li {
  list-style-type: none;
}

a {
  color: black;
  text-decoration: none;
}

.logo {
  width: 40px;
}

.hero {
  width: 100%;
  height: 90vh;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tentang-kami {
  scroll-margin-top: 28px;
  padding: 60px 0;
  background-color: #f9f9f9;
}

.tentang-kami h1 {
  font-size: 36px;
  font-weight: 500;
}

.tentang-kami p {
  font-size: 16px;
  color: #666;
}

.tentang-kami .left {
  flex: 1;
}

.tentang-kami .left p {
  margin-top: 10px;
}

.btn-group {
  margin-top: 16px;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  padding: 16px 32px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 16px;
  font-size: 16px;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  padding: 16px 32px;
  outline: none;
  border: 1px solid #007bff;
  cursor: pointer;
  color: #007bff;
  font-size: 16px;
}

.tentang-kami .right {
  flex: 1;
  gap: 24px;
  text-align: center;
}

.tentang-kami .right h1 {
  font-size: 48px;
}

.tentang-kami .right div {
  flex: 1;
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 16px;
  box-shadow: 0 15px 25px -5px rgb(0 0 0 / 0.1), 0 0px 10px -6px rgb(0 0 0 / 0.1);
}

.tentang-kami .right div h1 {
  margin-bottom: 10px;
  font-weight: 700;
}

.program-keahlian-list {
  margin-top: 32px;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.program-keahlian-list p {
  text-wrap: nowrap;
}

.visi-misi {
  scroll-margin-top: 28px;
  padding: 60px 0;
}

.title {
  background-color: #007bff;
  color: white;
  padding: 10px 16px;
  border-radius: 100px;
  width: fit-content;
  letter-spacing: 2px;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
}

.subtitle {
  font-size: 32px;
  font-weight: 600;
}

.visi-misi .container .flex {
  gap: 32px;
  margin-top: 24px;
  align-items: start;
}

.visi-misi .visi {
  flex: 1;
}
.visi-misi .misi {
  flex: 1;
}

.visi .box {
  margin-top: 20px;
  border: 1px solid #eaeaea;
  padding: 12px;
  line-height: 28px;
  transition: 0.5s;
}

.visi .box:hover {
  background-color: #eaeaea;
}

.misi .box {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

.misi .box:hover .box-number,
.misi .box:hover .box-text {
  background-color: #eaeaea;
}

.misi .box .box-number {
  border: 1px solid #eaeaea;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.misi .box .box-text {
  border: 1px solid #eaeaea;
  padding: 12px;
  line-height: 28px;
}

#galeri {
  scroll-margin-top: 28px;
  background: #f9f9f9;
  padding: 60px 0;
}

#galeri .subtitle {
  text-align: center;
  margin-top: 16px;
}

#galeri .galeri-box {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#galeri .galeri-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#galeri .galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kontak {
  scroll-margin-top: 28px;
  padding: 60px 0;
}

#kontak .subtitle {
  text-align: center;
  margin-top: 16px;
}

.map {
  margin-top: 24px;
  height: 270px;
  width: 100%;
}

#kontak {
  width: 100%;
  overflow: hidden;
}

#kontak .flex {
  margin-top: 24px;
}

#kontak .info {
  flex: 1;
}

#kontak .info .item {
  margin-bottom: 32px;
  display: flex;
  gap: 16px;
}

#kontak .info .item i {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  background-color: #f9f9f9;
  color: #01a44e;
  transition: 0.5s;
}

#kontak .info .item:hover i {
  color: white;
  background-color: #01a44e;
}

#kontak .info .item h4 {
  font-size: 28px;
  font-weight: 600;
}

#kontak .info .item p {
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 8px;
}

.kontak-box {
  flex: 1;
}

.kontak-box .kontak-input input,
.kontak-box .kontak-input textarea {
  width: 100%;
  outline: none;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  padding: 10px 16px;
  font-size: 16px;
}

.kontak-box .flex {
  gap: 24px;
}

.kontak-box .kontak-group {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.kontak-box .kontak-group .kontak-input {
  flex: 1;
}

.btn-kontak {
  width: 100%;
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}

footer {
  border-top: 3px solid #007bff;
  padding: 20px 0;
}

footer .container div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
