@import url("https://fonts.googleapis.com/css2?family=Barlow: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&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --soft-red: hsl(7, 99%, 70%);
  --yellow: hsl(51, 100%, 49%);
  --graphic-design-text: hsl(167, 40%, 24%);
  --photografy-text: hsl(198, 62%, 26%);
  --footer: hsl(167, 37%, 77%);

  --very-dark-saturated-blue: hsl(212, 27%, 19%);
  --very-dark-grayish-blue: hsl(213, 9%, 39%);
  --dark-grayish-blue: hsl(232, 10%, 55%);
  --grayish-blue: hsl(210, 4%, 67%);
  --white: hsl(0, 0%, 100%);
}

.container {
  width: 100%;
  height: auto;
  font-size: 18px;
}

.img-header {
  background-image: url(images/desktop/image-header.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  width: 100%;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}

.header .menu ul li {
  list-style: none;
}

.header .menu ul li a {
  text-decoration: none;
  color: white;
  font-family: Barlow;
  font-size: 18px;
}

.header .menu ul li a:hover {
  padding: 10px 15px;
  background-color: rgba(208, 232, 242, 0.9);
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  font-family: Fraunces;
  font-size: smaller;
}

h1.text-header {
  text-align: center;
  font-family: Fraunces;
  color: white;
  font-size: 3em;
  letter-spacing: 10px;
  margin-top: 100px;
}

.arrow-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
}

/* content */

.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.content1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.isi-content {
  width: 70%;
  display: flex;
  flex-direction: column;
}

h1.title-isi-content {
  font-family: Fraunces;
  margin-bottom: 30px;
}

.isi-content p {
  margin-bottom: 30px;
  font-family: Barlow;
  color: var(--very-dark-grayish-blue);
  font-weight: 500;
}

a.learn-more {
  font-family: Fraunces;
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

.content2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content3 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.img-content {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.special {
  color: var(--photografy-text);
  position: absolute;
  text-align: center;
  margin-bottom: 30px;
  width: 53%;
}

.lline {
  width: 130px;
}

.line {
  height: 6px;
  border-radius: 20px;
  margin-top: -6px;
  opacity: 0.5;
}

.line:hover {
  opacity: 1;
}

.satu {
  background-color: var(--yellow);
}

.dua {
  background-color: var(--soft-red);
}

/* akhir content */

/* testimonial */
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  text-align: center;
}

.title-testimonial {
  padding-bottom: 50px;
  font-family: Fraunces;
  color: var(--dark-grayish-blue);
  letter-spacing: 2px;
}

.testimonial-profiles {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 2em;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.testimonial-profile {
  width: 80%;
  height: auto;
}

img.testimonial-profile-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  border-radius: 50%;
}

.testimonial-profile-img {
  margin-bottom: 30px;
}

.testimonial-profile-text {
  font-family: Barlow;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--very-dark-grayish-blue);
}

.profile-name h5 {
  color: black;
  font-size: 1.2em;
  padding-bottom: 5px;
  font-family: Fraunces;
}

.profile-name p {
  font-size: 0.7em;
  font-weight: 1em;
  color: var(--very-dark-grayish-blue);
  font-family: Barlow;
}
/* akhir testimonial */

/* gallery */
.gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.gallery img {
  width: 25%;
}

/* akhir gallery */

/* footer */
.footer {
  height: 50vh;
  background-color: var(--footer);
  color: var(--photografy-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1.title-footer {
  padding-bottom: 40px;
}

.menu-footer {
  width: 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-footer a {
  text-decoration: none;
  font-weight: 500;
  font-family: Barlow;
  color: var(--photografy-text);
}

.sosmed-footer {
  padding-top: 70px;
}

.sosmed-footer i {
  padding-right: 20px;
  font-size: 20px;
}

.menu-footer a:hover,
.sosmed-footer i:hover {
  color: var(--white);
}

/* burger menu */
.burger-menu {
  display: none; /* Tidak muncul di desktop */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

.burger-menu div {
  background-color: var(--white);
  height: 4px;
  width: 100%;
  border-radius: 5px;
}
/* akhir burger menu */

/* navigation burger menu */
.nav-menu {
  display: none;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 80%;
  top: 80px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-menu ul {
  list-style: none;
}

.nav-menu ul li {
  padding: 10px 0;
}

.nav-menu ul li a {
  text-decoration: none;
  font-family: Barlow;
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

.nav-menu ul li a:hover {
  font-family: Fraunces;
  background-color: var(--yellow);
  padding: 10px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: smaller;
}

/* akhir navigation */

/* akhir footer */

/* versi mobile */
@media (max-width: 576px) {
  .burger-menu {
    display: flex; /* Tampilkan burger menu pada layar kecil */
  }

  .nav-menu {
    display: none; /* Awalnya tersembunyi */
  }

  .nav-menu.active {
    display: flex;
  }

  .img-header {
    background-image: url(images/mobile/image-header.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
  }

  .img-header h1.text-header {
    margin-top: 20px;
    font-size: 1.5em;
  }

  .arrow-header {
    margin-top: 30px;
  }

  .arrow-header img {
    width: 5%;
    height: 3%;
  }

  .menu {
    display: none;
  }

  .content {
    display: flex;
    flex-direction: column;
  }

  .testimonial-profiles {
    display: flex;
    flex-direction: column;
  }

  .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gallery img {
    width: 100%;
  }

  .menu-footer {
    width: 100%;
  }

  .isi-content {
    padding: 30px;
    font-size: 10px;
  }

  h1.title-isi-content {
    margin-bottom: 5px;
  }

  .lline {
    width: 73px;
  }

  .line {
    margin-top: -3px;
  }

  .special {
    margin-bottom: 10px;
  }

  .testimonial-profiles {
    font-size: 16px;
  }

  .footer {
    padding: 30px;
  }
}
