/* Import Font */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Bebas+Neue&family=Oswald:wght@200..700&family=Pinyon+Script&family=Six+Caps&family=Space+Grotesk:wght@300..700&family=Candal&display=swap&family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: Human;
  src: url(font/Humane-Bold.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

body {
  min-height: 100vh;
  /* background-color: #eae6dc; */
  overflow-x: hidden;
}

li,
a {
  color: #000000;
  text-decoration: none;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 10%;
  background-color: #eae6dccf;
  top: 0;
  width: 100%;
  z-index: 10;
  /* margin-bottom: -110px; */
}

/* CSS */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  opacity: 0; /* Set awal opacity ke 0 agar header tidak terlihat saat website terbuka */
  animation: fadeInDown 2s ease forwards; /* Terapkan animasi fadeInDown dengan durasi 1 detik */
}

.logo {
  cursor: pointer;
  font-family: Candal;
  font-size: 40px;
  font-weight: bold;
  color: #0b6353;
}

nav ul {
  list-style: none;
  background-color: #ffffff;
  padding: 20px 15px;
  border-radius: 30px;
  margin-left: 40px;
}

nav ul li {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 600;
}

nav ul li a {
  transition: all 0.3s ease 0s;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  color: #000000;
}

nav ul li a:hover {
  color: #0b6353;
}

nav ul li a.active {
  color: #0b6353; /* Active color */
}

.social-media a {
  padding: 5px 7px;
  margin: 3px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 3px;
  background-color: transparent;
  border-color: #000000;
  font-size: 16px;
}

.social-media :hover {
  background-color: #0b6353;
  border-color: transparent;
  color: #ffffff;
}

.hi {
  background-color: #eae6dc; /* Atur warna latar belakang untuk membedakan kolom */
}

.home {
  background-color: #eae6dc;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.home-content {
  margin-top: auto; /* Menambahkan jarak 20px di bagian atas */
}

.home-img img {
  display: block;
  z-index: 2;
  width: 37%;
}

.home-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hi h2 {
  text-align: center;
  font-family: Human;
  font-size: 4vw;
  letter-spacing: 2px;
  padding-top: 180px;
  font-weight: 500;
}

.home-content .web1 {
  position: absolute;
  bottom: 1.2em; /* jarak dari bagian bawah */
  left: 25%; /* Pusatkan horizontal */
  font-size: 15vw; /* Ukuran font relatif terhadap lebar viewport */
  font-family: Human;
  z-index: 0;
  color: #0b6353;
  font-weight: 500;
}

.typed-cursor.typed-cursor--blink {
  display: none;
}

span.typed-cursor{
  display: none;
}

.web1.animate-on-scroll {
  opacity: 0;
  transform: translateX(-50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.web1.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.home-content .web2 {
  position: absolute;
  bottom: 0.3em; /* jarak dari bagian bawah */
  right: 23%; /* Pusatkan horizontal */
  font-size: 15vw; /* Ukuran font relatif terhadap lebar viewport */
  font-family: Human;
  z-index: 3;
  color: #0b6353;
  font-weight: 500;
}

.web2.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.hi .h3hideOnDekstop {
  display: none;
}

.hi h2.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.hi h2.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

.home-content h3 {
  right: 18%;
  position: absolute;
  bottom: 21em; /* jarak dari bagian bawah */
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3vw;
  width: 25%;
}

h3.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1.5s ease, transform 1.5s ease;
}

h3.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

/* .home-content span {
  background-color: #0b6353;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  right: 31%;
  bottom: 24em;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1vw;
  font-weight: bold;
  cursor: pointer;
} */

.availhideOnDekstop {
  display: none;
}

.availability {
  display: flex;
  position: absolute;
  left: 57%;
  bottom: 23vw;
}

.availability span {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 900;
  background-color: #ffffff;
  padding: 10px 20px;
}

.circle {
  margin-right: 10px;
  margin-left: -5px;
}

.circle,
.circle::before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #00ff00;
}

.circle::before {
  animation: mymove 2s infinite;
  position: absolute;
  background-color: #00ff00;
}

@-webkit-keyframes mymove {
  50% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.availability.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.availability.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.skill-img .photoshop {
  width: 5%;
  bottom: 400px; /* Tempatkan gambar di bagian bawah */
  left: 23%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img .elementor {
  width: 5%;
  bottom: 280px;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img .figma {
  width: 5%;
  bottom: 150px;
  left: 22%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img .php {
  width: 5%;
  bottom: 400px;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img .javascript {
  width: 5%;
  bottom: 280px;
  right: 5%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img .css {
  width: 5%;
  bottom: 150px;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Example shadow */
}

.skill-img img.photoshop {
  animation: floatAnimation 6s infinite alternate,
    moveLeft 10s infinite alternate;
}

.skill-img img.elementor {
  animation: floatAnimation 8s infinite alternate,
    moveRight 7s infinite alternate;
}

.skill-img img.figma {
  animation: floatAnimation 5s infinite alternate,
    moveRight 9s infinite alternate;
}

.skill-img img.php {
  animation: floatAnimation 7s infinite alternate,
    moveLeft 8s infinite alternate;
}

.skill-img img.javascript {
  animation: floatAnimation 9s infinite alternate,
    moveLeft 6s infinite alternate;
}

.skill-img img.css {
  animation: floatAnimation 6s infinite alternate,
    moveRight 8s infinite alternate;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}

.mobile-skill-img {
  display: none;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  border-radius: 0;
  z-index: 999;
  background-color: #0b6353;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.sidebar.sidebar-show {
  transform: translateX(0);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); /* Warna overlay */
  z-index: 998; /* Di bawah z-index sidebar (999), namun di atas konten lain */
  display: none; /* Awalnya disembunyikan */
  opacity: 0; /* Opacity awal */
  transition: opacity 0.5s ease, right 0.5s ease; /* Transisi smooth untuk opacity */
}

.sidebar li {
  width: 100%;
  padding: 45px;
  padding-top: 0;
  padding-left: 40px;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}

/* Tablet Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  .h3hideOnTablet{
    display: none;
  }

  .hideOnMobile {
    display: none;
  }

  .hideOnTablet {
    display: none;
  }

  .menu-button {
    display: block;
    padding-right: 0;
  }

  .humb {
    width: 50px;
    height: 50px;
  }

  .closehumb {
    width: 50px;
    height: 50px;
    fill: #ffffff;
    margin-right: 0;
  }

  nav ul {
    background-color: transparent;
  }

  nav ul li a:hover {
    color: #ffffff;
  }

  nav ul li a.active {
    color: #ffffff; /* Active color */
  }

  .horizontal-line {
    border: none;
    border-top: 1px solid #ffffff;
    margin-top: 20px;
  }

  .sidebar {
    width: 350px;
  }

  .sidebar li {
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0;
  }

  .sidebar a {
    color: #ffffff;
  }

  .hideOnPhone a {
    display: inline-block;
    font-size: 28px;
    padding: 20px;
    transition: background-color 0.3s; /* Animasi perubahan warna latar belakang */
  }

  .hideOnPhone i {
    margin-right: 12px;
    font-size: 30px;
  }

  .hideOnPhone a:hover {
    background-color: #ffffff; /* Ubah warna latar belakang saat dihover */
    border-radius: 5px;
  }

  .hideOnPhone a.active {
    background-color: #ffffff; /* Ubah warna latar belakang saat dihover */
    border-radius: 5px;
  }

  .hideOnPhone a:hover i {
    font-size: 28px;
    margin-right: 10px;
    color: #0b6353; /* Untuk icon sidebar tablet */
  }

  .hideOnPhone a.active i {
    font-size: 28px;
    margin-right: 10px;
    color: #0b6353; /* Untuk icon sidebar tablet */
  }

  .hideOnPhone a span {
    font-family: "Space Grotesk", sans-serif;
  }

  .hideOnPhone a:hover span {
    font-size: 28px;
    margin-right: 8px;
    color: #0b6353; /* Untuk Text sidebar tablet*/
  }

  .hideOnPhone a.active span {
    font-size: 28px;
    margin-right: 8px;
    color: #0b6353; /* Untuk Text sidebar tablet*/
  }

  .social-mobile {
    text-align: center;
    margin-top: 10px;
  }

  .fa-dribbble,
  .fa-facebook,
  .fa-instagram,
  .fa-linkedin {
    padding: 13px 15px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: 30px;
    margin: 5px;
    color: #ffffff;
  }

  .fa-dribbble:hover,
  .fa-facebook:hover,
  .fa-instagram:hover,
  .fa-linkedin:hover {
    background-color: white;
    color: #0b6353;
  }

  .social-media {
    display: none;
  }

  .home-img img {
    width: 70%;
  }

  .home-content .web1 {
    position: absolute;
    bottom: 1.4em; /* jarak dari bagian bawah */
    left: 12%; /* Pusatkan horizontal */
    font-size: 25vw; /* Ukuran font relatif terhadap lebar viewport */
    font-family: Human;
    z-index: 0;
    color: #0b6353;
    font-weight: 500;
  }

  .home-content .web2 {
    position: absolute;
    bottom: 0.6em; /* jarak dari bagian bawah */
    right: 6%; /* Pusatkan horizontal */
    font-size: 25vw; /* Ukuran font relatif terhadap lebar viewport */
    font-family: Human;
    z-index: 3;
    color: #0b6353;
    font-weight: 500;
  }

  .hi h2 {
    text-align: center;
    padding-top: 30%;
    font-family: Human;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .availability {
    display: none;
  }

  .hi .h3hideOnDekstop {
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 10px;
    position: absolute;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    width: 100%;
  }

  .hi .h3hideOnDekstop.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .hi .h3hideOnDekstop.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0); /* Posisi akhir */
  }

  .availhideOnDekstop {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 8%;
  }

  .availhideOnDekstop span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    background-color: #ffffff;
    padding: 10px 20px;
  }

  .availhideOnDekstop .circle {
    margin-right: 10px;
    margin-left: -5px;
  }

  .availhideOnDekstop .circle,
  .availhideOnDekstop .circle::before {
    content: " ";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #00ff00;
  }

  .availhideOnDekstop .circle::before {
    animation: mymove 2s infinite;
    position: absolute;
    background-color: #00ff00;
  }

  @-webkit-keyframes mymove {
    50% {
      transform: scale(3);
      opacity: 0;
    }
    100% {
      transform: scale(3);
      opacity: 0;
    }
  }

  .availhideOnDekstop.animate-on-scroll {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .availhideOnDekstop.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0);
  }

  header {
    padding: 2%;
  }

  .logo {
    font-size: 50px;
    font-weight: bold;
    padding-left: 20px;
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .mobile-skill {
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }

  .mobile-skill:hover .mobile-skill-img {
    animation-play-state: paused;
  }

  .mobile-skill:before,
  .mobile-skill:after {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .mobile-skill:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }

  .mobile-skill:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }

  .mobile-skill-img {
    display: inline-block;
    animation: 13s slide infinite linear;
  }

  .mobile-skill-img img {
    width: 65px;
    margin: 0 25px;
  }
}

/* Mobile Responsive */

@media (max-width: 767px) {
  .home {
    overflow-x: hidden;
  }

  .hideOnPhone {
    display: none;
  }

  .hideOnMobile {
    display: none;
  }

  .menu-button {
    display: block;
    padding-right: 0;
  }

  .humb {
    width: 30px;
    height: 30px;
  }

  .menu-button {
    display: block;
    padding-right: 0;
  }

  .closehumb {
    width: 35px;
    height: 35px;
    fill: #ffffff;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  nav ul {
    background-color: transparent;
  }

  nav ul li a:hover {
    color: #ffffff;
  }

  .horizontal-line {
    border: none;
    border-top: 1px solid #ffffff;
    margin-bottom: 0;
  }

  .sidebar {
    width: 100px;
  }

  .sidebar a {
    color: #ffffff;
  }

  .sidebar li {
    font-size: 25px;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 0;
  }

  /*  */
  .hideOnTablet {
    text-align: center; /* Menengahkan ikon di dalam tautan */
  }

  .hideOnTablet a {
    display: flex; /* Menjadikan tautan sebagai flex container */
    align-items: center; /* Menengahkan ikon secara vertikal */
    justify-content: center; /* Menengahkan ikon secara horizontal */
    font-size: 25px;
    padding: 5px 5px 5px 5px;
    transition: background-color 0.3s; /* Animasi perubahan warna latar belakang */
    border-radius: 3px;
  }

  .hideOnTablet i {
    font-size: 25px;
    background-color: transparent;
    transition: background-color 0.3s;
    padding: 10px 12px 10px 12px;
    border-radius: 3px;
  }

  .hideOnTablet a:hover,
  .hideOnTablet a.active {
    background-color: #ffffff; /* Ubah warna latar belakang saat dihover */
    color: #0b6353; /* Ubah warna teks saat dihover */
  }

  .hideOnTablet a:hover i,
  .hideOnTablet a.active i {
    color: #0b6353; /* Ubah warna ikon saat dihover */
  }

  .social-mobile {
    text-align: center;
    margin-top: 10px;
  }

  .fa-dribbble,
  .fa-facebook,
  .fa-instagram,
  .fa-linkedin {
    padding: 10px 13px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .fa-dribbble:hover,
  .fa-facebook:hover,
  .fa-instagram:hover,
  .fa-linkedin:hover {
    background-color: white;
    color: #0b6353;
  }

  .social-media {
    display: none;
  }

  .home-img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
  }

  .home-content .web1 {
    position: absolute;
    bottom: 1.9em; /* jarak dari bagian bawah */
    left: 10%; /* Pusatkan horizontal */
    font-size: 26vw; /* Ukuran font relatif terhadap lebar viewport */
    font-family: Human;
    z-index: 1;
    color: #0b6353;
    font-weight: 500;
  }

  .home-content .web2 {
    position: absolute;
    bottom: 1em; /* jarak dari bagian bawah */
    right: 5%; /* Pusatkan horizontal */
    font-size: 26vw; /* Ukuran font relatif terhadap lebar viewport */
    font-family: Human;
    z-index: 3;
    color: #0b6353;
    font-weight: 500;
  }

  .hi h2 {
    text-align: left;
    padding-left: 5%;
    padding-top: 30%;
    font-family: Human;
    font-size: 65px;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .hi h2.animate-on-scroll {
    opacity: 0;
    transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .hi h2.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0); /* Posisi akhir */
  }

  .hi .h3hideOnDekstop {
    display: block;
    text-align: left;
    padding-left: 5%;
    left: 0;
    right: 0;
    padding-top: 2%;
    position: absolute;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    width: 70%;
  }

  .home-content h3 {
    display: none;
  }

  .availability {
    display: none;
  }

  .availhideOnDekstop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5%;
    margin-top: 18%;
  }

  .availhideOnDekstop span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    background-color: #ffffff;
    padding: 10px 20px;
  }

  .availhideOnDekstop .circle {
    margin-right: 10px;
    margin-left: -5px;
  }

  .availhideOnDekstop .circle,
  .availhideOnDekstop .circle::before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #00ff00;
  }

  .availhideOnDekstop .circle::before {
    animation: mymove 2s infinite;
    position: absolute;
    background-color: #00ff00;
  }

  @-webkit-keyframes mymove {
    50% {
      transform: scale(3);
      opacity: 0;
    }
    100% {
      transform: scale(3);
      opacity: 0;
    }
  }

  .availhideOnDekstop.animate-on-scroll {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .availhideOnDekstop.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0);
  }

  header {
    padding: 0 2% 0 2%;
  }

  .logo {
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .mobile-skill {
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }

  .mobile-skill:hover .mobile-skill-img {
    animation-play-state: paused;
  }

  .mobile-skill:before,
  .mobile-skill:after {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .mobile-skill:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }

  .mobile-skill:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }

  .mobile-skill-img {
    display: inline-block;
    animation: 13s slide infinite linear;
  }

  .mobile-skill-img img {
    width: 45px;
    margin: 0 15px;
  }
}

.about {
  min-height: 100vh;
}

.about-section {
  display: flex;
  align-items: center;
}

.about-img {
  flex: 1;
  margin-right: 20px;
  margin-top: 150px;
  margin-left: 10%;
}

.about-img.animate-on-scroll {
  opacity: 0;
  transform: translateX(-50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.about-img.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.about-img img {
  width: 90%;
}

.about-content {
  flex: 2; /* Lebar teks relative terhadap gambar */
}

.about-content h2 {
  font-family: Human;
  font-size: 60px;
  color: #0b6353;
  margin-top: 23%;
  font-weight: 500;
}

.about-content h2.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.about-content h2.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.about-content p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 600;
  width: 72%;
  padding-top: 5px;
}

.pAbout.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.pAbout.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.fa-graduation-cap,
.fa-envelope,
.fa-image-portrait,
.fa-location-dot {
  position: relative; /* Mengubah posisi menjadi relatif agar latar belakang bulat berada dalam konteks ikon */
  border-radius: 50%; /* Membuat latar belakang bentuk bulat */
  width: 36px; /* Sesuaikan dengan ukuran ikon Anda */
  height: 36px; /* Sesuaikan dengan ukuran ikon Anda */
  background-color: #0b6353; /* Memberikan warna latar belakang */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Mengubah warna ikon menjadi putih (atau warna teks yang kontras) */
  font-size: 15px;
}

.icon-with-text1 {
  display: flex;
  align-items: center; /* Memastikan ikon dan teks diatur secara vertikal */
  margin-top: 15px;
}

.icon-with-text1.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.icon-with-text1.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.icon-with-text1 i {
  vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
  margin-right: 10px; /* Jarak antara ikon dan teks */
}

.icon-with-text1 .text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px; /* Ganti dengan ukuran font yang diinginkan */
  color: #333; /* Ganti dengan warna teks yang diinginkan */
  vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
  margin-right: 30px;
  font-weight: 700;
}

.icon-with-text2 {
  display: flex;
  align-items: center; /* Memastikan ikon dan teks diatur secara vertikal */
  margin-top: 15px;
}

.icon-with-text2.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.icon-with-text2.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.icon-with-text2 i {
  vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
  margin-right: 10px; /* Jarak antara ikon dan teks */
}

.icon-with-text2 .text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px; /* Ganti dengan ukuran font yang diinginkan */
  color: #333; /* Ganti dengan warna teks yang diinginkan */
  vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
  margin-right: 79px;
  font-weight: 700;
}

/* .download-cv {
  display: inline-block;
  padding: 13px 25px;
  color: #ffffff;
  background-color: #0b6353;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
} */

/* *,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

.download-cv {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-top: 30px;
  background: #0b6353;
  font-weight: 700;
}

.download-cv:hover {
  background-color: #000000;
  color: #fff;
}

.download-cv span {
  display: block;
  padding: 17px 40px;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
}

.download-cv::before,
.download-cv::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.download-cv span::before,
.download-cv span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.download-cv:hover::before,
.download-cv:hover::after {
  width: 100%;
}
.download-cv:hover span::before,
.download-cv:hover span::after {
  height: 100%;
}

.download-cv.btn-5::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.download-cv.btn-5 span::after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.download-cv.btn-5::before {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.download-cv.btn-5 span::before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.download-cv.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.download-cv.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.hideAboutOnDekstop {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about {
    min-height: 50vh;
    overflow-x: hidden;
  }

  .about-section {
    padding-top: 100px;
  }

  .about-img img {
    width: 270px;
    margin-top: -80px;
  }

  .about-img {
    margin-right: 50px;
  }

  .about-content h2 {
    font-size: 50px;
    margin-top: 110px;
    font-weight: 500;
  }
  .about-content p {
    font-size: 12px;
    width: 80%;
  }
  .icon-with-text1 .text {
    font-size: 12px;
    margin-right: 5px;
    width: 135px;
  }
  .fa-graduation-cap,
  .fa-envelope,
  .fa-image-portrait,
  .fa-location-dot {
    position: relative; /* Mengubah posisi menjadi relatif agar latar belakang bulat berada dalam konteks ikon */
    border-radius: 50%; /* Membuat latar belakang bentuk bulat */
    width: 30px; /* Sesuaikan dengan ukuran ikon Anda */
    height: 30px; /* Sesuaikan dengan ukuran ikon Anda */
    background-color: #0b6353; /* Memberikan warna latar belakang */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Mengubah warna ikon menjadi putih (atau warna teks yang kontras) */
    font-size: 10px;
  }

  .icon-with-text2 .text {
    font-size: 12px;
    margin-right: 5px;
    width: 135px;
  }

  .icon-with-text1 i {
    vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
    margin-right: 5px; /* Jarak antara ikon dan teks */
  }

  .icon-with-text2 i {
    vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
    margin-right: 5px; /* Jarak antara ikon dan teks */
  }

  .download-cv {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    margin-top: 30px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .about {
    min-height: 60vh;
    margin-top: 0;
    overflow-x: hidden;
  }

  .about-section {
    display: block;
    align-items: center;
    padding-top: 10px;
  }

  .about-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hideAboutOnDekstop.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .hideAboutOnDekstop.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Posisi akhir */
  }

  .about-img img {
    max-width: 100%;
  }

  .about-img {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .about-img.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .about-img.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Posisi akhir */
  }

  .about-content p {
    font-size: 12px;
    width: 95%;
    text-align: justify;
    width: fit-content;
  }

  .pAbout.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .pAbout.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Posisi akhir */
  }

  .fa-graduation-cap,
  .fa-envelope,
  .fa-image-portrait,
  .fa-location-dot {
    position: relative; /* Mengubah posisi menjadi relatif agar latar belakang bulat berada dalam konteks ikon */
    border-radius: 50%; /* Membuat latar belakang bentuk bulat */
    width: 26px; /* Sesuaikan dengan ukuran ikon Anda */
    height: 26px; /* Sesuaikan dengan ukuran ikon Anda */
    background-color: #0b6353; /* Memberikan warna latar belakang */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Mengubah warna ikon menjadi putih (atau warna teks yang kontras) */
    font-size: 9px;
  }

  .icon-with-text1 .text {
    font-size: 10px;
    margin-right: 0;
    width: 40%;
  }

  .icon-with-text1.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .icon-with-text1.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Posisi akhir */
  }

  .icon-with-text2 .text {
    font-size: 10px;
    margin-right: 0;
    width: 40%;
  }

  .icon-with-text2.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .icon-with-text2.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Posisi akhir */
  }

  .icon-with-text1 i {
    vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
    margin-right: 5px; /* Jarak antara ikon dan teks */
  }

  .icon-with-text2 i {
    vertical-align: middle; /* Memastikan ikon sejajar secara vertikal */
    margin-right: 5px; /* Jarak antara ikon dan teks */
  }

  .download-cv {
    display: block;
    width: fit-content; /* Atur lebar agar sesuai dengan isi tombol */
    text-decoration: none;
    margin-top: 30px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin: 30px auto 0;
    font-size: 12px;
  }

  .download-cv span {
    display: block;
    padding: 15px 30px;
    font-family: "Space Grotesk", sans-serif;
    color: #ffffff;
  }

  .download-cv.animate-on-scroll {
    opacity: 0;
    transform: translateY(0); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .download-cv.animate-on-scroll.visible {
    opacity: 1;
  }

  .hideAboutOnDekstop {
    text-align: center;
    margin-top: 10px;
    display: block;
    font-family: Human;
    font-size: 60px;
    color: #0b6353;
    margin-top: 30%;
    margin-bottom: 25px;
    font-weight: 500;
  }

  .hideAboutMobile {
    display: none;
  }
}

.experience {
  min-height: 100vh;
}

.experience-section {
  position: relative;
  padding-top: 150px;
}

.experience-section h1 {
  font-size: 80px;
  font-family: Human;
  text-align: center;
  color: #0b6353;
  margin-bottom: 70px;
  font-weight: 500;
}

.experience-section h1.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.experience-section h1.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

.fa-circle {
  position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
  left: 50%; /* Pusatkan .fa-circle secara horizontal */
  transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
  font-size: 30px;
  border: dashed #0b6353 2px;
  color: #0b6353;
  padding: 10px;
  border-radius: 50px;
}

.circle1,
.circle2,
.circle3{
  position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
  left: 50%; /* Pusatkan .fa-circle secara horizontal */
  transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
  font-size: 30px;
  border: dashed #0b6353 2px;
  color: #0b6353;
  padding: 10px;
  border-radius: 50px;
  top: 285px;
}

.circle1::after,
.circle2::after,
.circle3::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: dashed #0b6353 2px; /* Atur border left dengan garis putus-putus */
  height: 280%; /* Set tinggi garis sesuai dengan tinggi elemen */
  bottom: -140px;
}

.circle3 {
  top: 670px;
}

.circle2 {
  top: 480px;
}

.lpmk,
.alam,
.arista {
  margin-bottom: 100px;
  float: left;
  width: 50%;
  margin-right: 100px;
}

.lpmk.animate-on-scroll,
.alam.animate-on-scroll,
.arista.animate-on-scroll{
  opacity: 0;
  transform: translateX(-50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.lpmk.animate-on-scroll.visible,
.alam.animate-on-scroll.visible,
.arista.animate-on-scroll.visible{
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.lpmk h2,
.alam h2,
.arista h2{
  padding-left: 150px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  color: #0b6353;
}

.lpmk h2 {
  width: 80%;
}

.arista h2 {
  width: 80%;
}

.lpmk p,
.alam p,
.arista p {
  padding-left: 150px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  margin-top: 10px;
}

.lpmk-text,
.alam-text,
.arista-text{
  margin-right: 100px;
  margin-bottom: 50px;
}

.lpmk-text.animate-on-scroll,
.alam-text.animate-on-scroll,
.arista-text.animate-on-scroll{
  opacity: 0;
  transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.lpmk-text.animate-on-scroll.visible,
.alam-text.animate-on-scroll.visible,
.arista-text.animate-on-scroll.visible{
  opacity: 1;
  transform: translateX(0); /* Posisi akhir */
}

.lpmk-text h2,
.alam-text h2,
.arista-text h2{
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  color: #0b6353;
}

.lpmk-text p,
.alam-text p,
.arista-text p{
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .experience {
    min-height: 50vh;
  }

  .experience-section {
    position: relative;
    padding-top: 150px;
  }

  .experience-section h1 {
    font-size: 80px;
    font-family: Human;
    text-align: center;
    color: #0b6353;
    margin-bottom: 70px;
    font-weight: 500;
  }

  .fa-circle {
    position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
    left: 50%; /* Pusatkan .fa-circle secara horizontal */
    transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
    font-size: 30px;
    border: dashed #0b6353 2px;
    color: #0b6353;
    padding: 10px;
    border-radius: 50px;
  }

  .circle1,
  .circle2,
  .circle3{
    position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
    left: 50%; /* Pusatkan .fa-circle secara horizontal */
    transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
    font-size: 30px;
    border: dashed #0b6353 2px;
    color: #0b6353;
    padding: 10px;
    border-radius: 50px;
    top: 285px;
  }

  .circle1::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: dashed #0b6353 2px; /* Atur border left dengan garis putus-putus */
    height: 280%; /* Set tinggi garis sesuai dengan tinggi elemen */
    bottom: -140px;
  }
  
  .circle2::after,
  .circle3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: dashed #0b6353 2px; /* Atur border left dengan garis putus-putus */
    height: 230%; /* Set tinggi garis sesuai dengan tinggi elemen */
    bottom: -120px;
  }

  .circle3 {
    top: 650px;
  }
  
  .circle2 {
    top: 480px;
  }

  .lpmk,
  .alam,
  .arista {
    margin-bottom: 100px;
    float: left;
    width: 60%;
    margin-right: 0;
  }

  .lpmk h2,
  .alam h2,
  .arista h2{
    padding-left: 50px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    color: #0b6353;
  }

  .lpmk h2 {
    width: 80%;
  }
  
  .arista h2 {
    width: 80%;
  }

  .lpmk p,
  .alam p,
  .arista p{
    padding-left: 50px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
  }

  .lpmk-text,
  .alam-text,
  .arista-text{
    margin-right: 50px;
    margin-bottom: 40px;
  }

  .lpmk-text h2,
  .alam-text h2,
  .arista-text h2{
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    color: #0b6353;
  }

  .lpmk-text p,
  .alam-text p,
  .arista-text p{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .experience {
    min-height: 85vh;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .experience-section {
    position: relative;
    padding-top: 140px;
    padding-left: 20px;
  }

  .experience-section h1 {
    font-size: 60px;
    font-family: Human;
    text-align: left;
    color: #0b6353;
    margin-bottom: 50px;
    font-weight: 500;
  }

  .experience-section h1.animate-on-scroll {
    opacity: 0;
    transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .experience-section h1.animate-on-scroll.visible {
    opacity: 1;
    transform: translateX(0); /* Posisi akhir */
  }

  .fa-circle {
    position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
    left: 10%; /* Pusatkan .fa-circle secara horizontal */
    transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
    font-size: 30px;
    border: dashed #0b6353 2px;
    color: #0b6353;
    padding: 10px;
    border-radius: 50px;
  }

  .circle1,
  .circle2,
  .circle3 {
    position: absolute; /* Menjadikan posisi absolut untuk .fa-circle */
    left: 13%; /* Pusatkan .fa-circle secara horizontal */
    transform: translateX(-50%); /* Pusatkan .fa-circle secara horizontal */
    font-size: 30px;
    border: dashed #0b6353 2px;
    color: #0b6353;
    padding: 10px;
    border-radius: 50px;
    top: 245px;
  }

  .circle1::after,
  .circle2::after,
  .circle3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: dashed #0b6353 2px; /* Atur border left dengan garis putus-putus */
    height: 150px; /* Set tinggi garis sesuai dengan tinggi elemen */
    bottom: -5.1em;
  }

  .circle2 {
    top: 56%;
  }
  
  .circle3 {
    top: 83%;
  }

  .lpmk,
  .alam,
  .arista {
    margin-bottom: 5px;
    float: left;
    width: 90%;
    margin-right: 0;
    margin-top: 0;
    margin-left: 20px;
  }

  .lpmk.animate-on-scroll,
  .alam.animate-on-scroll,
  .arista.animate-on-scroll{
    opacity: 0;
    transform: translateX(50px); /* Mulai dari posisi 50px di bawah */
    transition: opacity 1s ease, transform 1s ease;
  }

  .lpmk.animate-on-scroll.visible,
  .alam.animate-on-scroll.visible,
  .arista.animate-on-scroll.visible{
    opacity: 1;
    transform: translateX(0); /* Posisi akhir */
  }

  .lpmk h2,
  .alam h2,
  .arista h2{
    padding-left: 60px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    color: #0b6353;
    bottom: 10px;
  }

  .lpmk h2 {
    width: 80%;
  }

  .lpmk p,
  .alam p,
  .arista p{
    padding-left: 60px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .lpmk-text,
  .alam-text,
  .arista-text{
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 80px;
  }

  .lpmk-text h2,
  .alam-text h2,
  .arista-text h2{
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    color: #0b6353;
  }

  .lpmk-text p,
  .alam-text p,
  .arista-text p{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.project {
  min-height: 100vh;
  margin-top: 100px;
}

.project-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eae6dc;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 120px;
  border-radius: 20px;
}
/*  */
.container {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  width: 350px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background-color: #ffffff;
}

.card img {
  width: 100%;
  height: 200px;
  margin-bottom: -11px;
}

.card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}

.card .text-container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Membuat teks dan ikon terpisah dengan ikon di kanan */
  margin-bottom: 2px; /* Adjust margin as needed */
}

.card .text {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.card .subtext {
  font-size: 13px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  margin: -8px 0 3px 0; /* Remove margin to bring closer to text */
}

.card .icon-link {
  display: inline-block; /* Pastikan link tampil sebagai elemen baris */
  text-decoration: none; /* Menghapus garis bawah pada link */
}

.card .icon-right {
  font-size: 25px; /* Ukuran ikon */
  color: #000000; /* Warna ikon */
  margin-left: 10px; /* Jarak antara teks dan ikon */
  margin-top: 20px; /* Menambahkan margin untuk menurunkan ikon */
  cursor: pointer; /* Menampilkan kursor pointer saat hover */
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out
}

.card .icon-right:hover {
  transform: scale(1.2);
}
/* 
.card:hover {
  transform: translateY(-10px);
} */

/*  */

.project-section h1.animate-on-scroll,
.project-section h2.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.project-section h1.animate-on-scroll.visible,
.project-section h2.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

.gallery.animate-on-scroll {
  opacity: 0;
  transform: translateY(0); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.gallery.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

.project-section h1 {
  font-size: 80px;
  font-family: Human;
  text-align: center;
  color: #0b6353;
  margin-bottom: 20px;
  font-weight: 500;
}

.project-section h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  text-align: center;
}

.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 200px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 330px;
  z-index: 0;
  border-radius: 15px;
  background-size: contain;
}

.gallery-item:hover {
  cursor: pointer;
}

.gallery-item-1 {
  left: 15%;
  opacity: 0.4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 250px;
  opacity: 0.8;
  width: 380px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: 0.4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: space-between; /* Mengubah posisi tombol menjadi ke kiri dan kanan */
  align-items: center; /* Memastikan tombol berada di tengah secara vertikal */
  height: 100px;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
  padding: 0 12px;
  text-transform: capitalize;
  align-self: center; /* Menyesuaikan posisi vertikal tombol */
  margin-top: -600px; /* Menyesuaikan posisi tombol ke atas */
  width: 600px; /* Menetapkan lebar yang sama untuk keduanya */
}

.gallery-controls-button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous:before {
  border: solid #000000;
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: 30px;
  padding: 10px;
  position: absolute;
  top: 30%;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 5px;
}

.gallery-controls-previous:hover::before {
  left: 20px;
}

.gallery-controls-next {
  position: relative;

}

.gallery-controls-next::before {
  border: solid #000000;
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  padding: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 5px;
}

.gallery-controls-next:hover::before {
  right: 20px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.galery-nav li.gallery-item-selected {
  background: #555;
}

/* .btn-view-all {
  display: flex;
  justify-content: center;
} */

.btn-view-all {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-top: 50px;
  background: #0b6353;
  font-weight: 700;
  /* margin-top: -100px; */
  margin-bottom: 50px;
}

.btn-view-all:hover {
  background-color: #000000;
  color: #fff;
}
.btn-view-all span {
  display: block;
  padding: 17px 40px;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
}
.btn-view-all::before,
.btn-view-all::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-view-all span::before,
.btn-view-all span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-view-all:hover::before,
.btn-view-all:hover::after {
  width: 100%;
}
.btn-view-all:hover span::before,
.btn-view-all:hover span::after {
  height: 100%;
}

.btn-view-all.btn-5::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-view-all.btn-5 span::after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-view-all.btn-5::before {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-view-all.btn-5 span::before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-view-all.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.btn-view-all.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

/* .view-all {
  display: inline-block;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #0b6353;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  align-items: center;
  margin-top: -100px;
  margin-bottom: 60px;
}

.view-all:hover {
  box-shadow: 0 0 20px #0b6353;
} */

@media (min-width: 768px) and (max-width: 1024px) {
  .project {
    min-height: 50vh;
    margin-top: 100px;
  }

  .project-section {
    background-color: #eae6dc;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 150px;
    border-radius: 20px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .card {
    width: 40%;
    height: auto;
  }

  .card img{
  width: 100%;
  height: 20vw;
}

  .gallery-item {
    height: 95px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 130px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
  }
  .gallery-item-1 {
    left: 24%;
    opacity: 0.4;
    transform: translateX(-50%);
  }

  .gallery-item-2,
  .gallery-item-4 {
    height: 120px;
    opacity: 0.8;
    width: 230px;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 38%;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
    height: 150px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    z-index: 2;
  }

  .gallery-item-4 {
    left: 63%;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    left: 76%;
    opacity: 0.4;
    transform: translateX(-50%);
  }

  /* .btn-view-all {
    display: inline-block;
    padding: 13px 30px;
    color: #ffffff;
    background-color: #0b6353;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    align-items: center;
    margin-bottom: 50px;
  } */

  .gallery-container {
    align-items: center;
    display: flex;
    height: 250px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
  }

  .gallery-controls-next::before {
    border: solid #000000;
    border-width: 0 5px 5px 0;
    content: "";
    display: inline-block;
    height: 5px;
    padding: 10px;
    position: absolute;
    top: 120px;
    right: 30px;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 5px;
  }

  .gallery-controls-previous:before {
    border: solid #000000;
    border-width: 0 5px 5px 0;
    content: "";
    display: inline-block;
    height: 5px;
    left: 30px;
    padding: 10px;
    position: absolute;
    top: 100px;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 5px;
  }
}

@media (max-width: 767px) {
  .project {
    min-height: 70vh;
    margin-top: 100px;
  }

  .project-section {
    background-color: #eae6dc;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    border-radius: 0;
  }

  .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card {
    width: 80%;
}

.card img{
  width: 100%;
  height: 180px;
}

  .project-section h1 {
    font-size: 60px;
    font-family: Human;
    text-align: center;
    color: #0b6353;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .project-section h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .gallery-item {
    height: 110px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 130px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
  }
  .gallery-item-1 {
    left: 29%;
    opacity: 0.4;
    transform: translateX(-50%);
  }

  .gallery-item-2,
  .gallery-item-4 {
    height: 130px;
    opacity: 0.8;
    width: 180px;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 41%;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
    height: 150px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 2;
  }

  .gallery-item-4 {
    left: 59%;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    left: 71%;
    opacity: 0.4;
    transform: translateX(-50%);
  }

  .btn-view-all {
    display: inline-block;
    color: #ffffff;
    background-color: #0b6353;
    text-decoration: none;
    border: none;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    align-items: center;
    margin-bottom: 70px;
    font-size: 12px;
  }

  .btn-view-all span {
    display: block;
    padding: 15px 30px;
    font-family: "Space Grotesk", sans-serif;
    color: #ffffff;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: 250px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
  }

  .gallery-controls-next::before {
    border: solid #000000;
    border-width: 0 5px 5px 0;
    content: "";
    display: inline-block;
    height: 5px;
    padding: 5px;
    position: absolute;
    top: 120px;
    right: 10px;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 5px;
  }

  .gallery-controls-next:hover::before {
    right: 5px;
  }

  .gallery-controls-previous:before {
    border: solid #000000;
    border-width: 0 5px 5px 0;
    content: "";
    display: inline-block;
    height: 5px;
    left: 10px;
    padding: 5px;
    position: absolute;
    top: 105px;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 5px;
  }

  .gallery-controls-previous:hover::before {
    left: 5px;
  }
}

.contact {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  margin-top: 0;
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 50px;
}

.contact-section.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px); /* Mulai dari posisi 50px di bawah */
  transition: opacity 1s ease, transform 1s ease;
}

.contact-section.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0); /* Posisi akhir */
}

.contact-section h1 {
  font-size: 80px;
  font-family: Human;
  text-align: center;
  color: #0b6353;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-section form {
  width: 600px;
  text-align: center;
}

.field .item {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 2px solid #0b6353;
  outline: none;
  border-radius: 6px;
  margin: 5px 0;
  font-size: 15px;
}

.field.error .item {
  border-color: #d93025;
}

form .textarea-field .item {
  resize: none;
  height: 150px;
}

.field .error-txt {
  font-size: 14.5px;
  color: #d93025;
  text-align: left;
  margin: 0 5px 10px;
  display: none;
}

.field.error .error-txt {
  display: block;
}

/* form button {
  padding: 15px 25px;
  background: #0b6353;
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
} */

form button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #0b6353;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}

form button:hover {
  background-color: #000000;
  color: #fff;
}
form button span {
  display: block;
  padding: 17px 40px;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
}
form button::before,
form button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

form button span::before,
form button span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
form button:hover::before,
form button:hover::after {
  width: 100%;
}
form button:hover span::before,
form button:hover span::after {
  height: 100%;
}

form button::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
form button span::after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
form button::before {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
form button span::before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact {
    min-height: 100vh;
  }

  .contact-section {
    padding-top: 200px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contact {
    min-height: 100vh;
  }

  .contact-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .contact-section form {
    width: 300px;
    text-align: center;
  }

  form .textarea-field .item {
    height: 100px;
  }
  .contact-section h1 {
    font-size: 60px;
  }

  form button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: #0b6353;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  form button span {
    display: block;
    padding: 15px 30px;
    font-family: "Space Grotesk", sans-serif;
    color: #ffffff;
  }
}

/* Whatsapp */

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(50%);
  z-index: 999;
  margin: 0 35px 50px 0;
  background-color: #0b6353;
  padding: 12px 15px 12px 15px;
  border-radius: 50%;
}

.whatsapp i {
  font-size: 37px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .whatsapp {
    margin: 0 0 50px 0;
    z-index: 5;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .whatsapp {
    z-index: 5;
    padding: 17px 22px 17px 22px;
    margin: 0 35px 80px 0;
  }

  .whatsapp i {
    font-size: 50px;
    color: #ffffff;
  }
}

footer {
  background: #eae6dc;
  height: auto;
  width: 100%;
  color: #000000;
}

.footer-section {
  display: flex;
  align-items: center;
  padding: 30px 10%;
  justify-content: space-between;
}

.left-content {
  display: flex;
  align-items: center;
}

.left-content .logo {
  font-size: 17px;
  padding-right: 3px;
}

.footer-section p {
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.right-content span {
  color: #0b6353;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-section {
    padding: 20px 40px 20px 10px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding: 20px 25px 20px 5px;
  }

  .left-content .logo {
    padding-right: 1px;
    font-size: 8px;
  }

  .footer-section p {
    font-size: 8px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
  }
}
