body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.containerpf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 66vh;
  width: 100%;
  position: relative;
}

.background-gambarpf {
  height: 150%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}

.judulpf {
  font-family: 'Nexa-ExtraBold', sans-serif;
  color: #D8BB6A;
  font-size: 124px;
  margin-top: 35vh;
}

.container1pf {
  float: left;
  width: 60vh;
  height: 114vh;
  margin-left: 10%;
  margin-right: 10px;
  margin-top: 2%;
}

.container1pf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container2pf {
  overflow: hidden;
  margin-left: 86.4vh;
  padding: 20px;
  width: 83.8vh;
  margin-top: 17%;
}

.container2pf h2 {
  font-size: 3.5vh;
  margin-top: 10vh;
  margin-bottom: 5vh;
  font-family: 'Nexa-ExtraBold', sans-serif;
  width: 90.2vh;
}

.container2pf p {
  font-size: 2.3vh;
  line-height: 1.5;
  font-family: 'NexaText', sans-serif;
}

.wrapperpf {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 3.5vh;
}

.container1client {
  text-align: center;
  margin-bottom: 5%;
}

.our-clientsclient {
  font-size: 8.5vh;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: -3%;
}

.container2client {
  display: flex;
  justify-content: center;
}

.gridclient {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}

.columnclient {
  border: 0px solid black;
  width: 120px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

.columnclient img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container2project {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}

.columnproject {
  width: 250px;
  height: 350px;
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.columnproject h1 {
  font-size: 36px;
  font-family: 'Nexa-ExtraBold', sans-serif;
  top: 30%;
  position: absolute;
  width: 50%;
  left: 10%;
}

.columnproject h2 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
  font-family: 'NexaText', sans-serif;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  width: 91.8%;
}

.columnproject p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  width: 91.5%;
}

.columnproject img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.containerpf1 {
  position: relative;
}

.hidden-wrapperpf1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  padding: 0px;
}

.visiblepf1 {
  max-height: 1000px;
}

#viewMoreBtnpf1,
#hideBtnpf1 {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.button-containerpf1 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


@media (max-width: 768px) {

.judulpf {
  font-size: 12vw;
  margin-top: 42vh;
  text-align: center;
}
.containerpf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
  margin-bottom: 300px;
  position: relative;
}
.wrapperpf {
  padding: 2vw;
  height: 90%;
}
.container1pf {
  width: 80vw;
  height: 100vh;
  padding-bottom: 500px;
  margin: 1vh auto;
  margin-bottom: -60vh;
  margin-left: 6vw;
}


.container2pf {
  padding-bottom: 400px;
  width: 80vw;
  height: 70vh;
  margin: 1vh auto;
}

.container2pf h2 {
  font-size: 4vw;
  margin-top: 6vh;
  margin-bottom: 3vh;
  width: 100%;
}

.container2pf p {
  font-size: 3vw;
}

.container1client {
  margin-bottom: 5vh;
}

.our-clientsclient {
  font-size: 6vw;
  margin: 5vh 0;
}

.container2client {
  display: flex;
  justify-content: center;
}

.gridclient {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2%;
}

.columnclient {
  width: 20vw;
  height: 13vh;
  margin: 2vh auto;
}

.columnclient img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.container2project {
  margin-top: 10vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.columnproject {
  width: 40vw;
  height: 35vh;
  margin: 2vh 2vw;
  position: relative;
}

.columnproject h1 {
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  top: 30%;
  position: absolute;
  width: 80%;
  left: 10%;
}

.columnproject h2 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
  font-family: 'NexaText', sans-serif;
  color: white;
  padding: 1vw;
  border-radius: 5px;
  font-size: 4vw;
  width: 80%;
}

.columnproject p {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: white;
  font-size: 3vw;
  width: 80%;
}

.columnproject img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.containerpf1 {
  position: relative;
}

.hidden-wrapperpf1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  padding: 0;
}

.visiblepf1 {
  max-height: 1000px;
}

#viewMoreBtnpf1,
#hideBtnpf1 {
  background-color: black;
  color: white;
  padding: 2vw 4vw;
  border: none;
  cursor: pointer;
  font-size: 3vw;
}

.button-containerpf1 {
  display: flex;
  justify-content: center;
  margin-top: 2vh;
}
}


@media (min-width: 769px) and (max-width: 1024px){
.judulpf {
  font-size: 12vw;
  margin-top: 42vh;
  text-align: center;
}
.containerpf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 68vh;
  width: 100%;
  margin-bottom: 300px;
  position: relative;
}
.wrapperpf {
  padding: 2vw;
  height: 120%;
}
.container1pf {
  width: 80vw;
  height: 130vh;
  padding-bottom: 500px;
  margin: 1vh auto;
  margin-bottom: -60vh;
  margin-left: 6vw;
}
.container2project {
  display: flex;
  flex-wrap: wrap; /* Tambahkan flex-wrap */
  justify-content: center;
  margin-top: 140px;
}

.columnproject {
  width: 350px;
  height: 400px;
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.container2pf {
  padding-bottom: 400px;
  width: 80vw;
  height: 70vh;
  margin: 1vh auto;
}

.container2pf h2 {
  font-size: 2rem;
  margin-top: 6vh;
  margin-bottom: 3vh;
  width: 100%;
}

.container2pf p {
  font-size: 1.5rem;
}

.container1client {
  margin-bottom: 5vh;
}

.our-clientsclient {
  font-size: 6vw;
  margin: 5vh 0;
}

.container2client {
  display: flex;
  justify-content: center;
}

.gridclient {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2%;
}

.columnclient {
  width: 20vw;
  height: 13vh;
  margin: 2vh auto;
}

.columnclient img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
}