@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat", serif;
  scroll-behavior: smooth;
}

* {
  font-family: "poppins", sans-serif;
}
header {
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 5px 20px;
  display: flex;
  transition: ease-in-out 0.2s;
}
header a{
  width: 100%;
}
.header-scroll{
    background-color: #414141;
    box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
}
.logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo img{
  height: auto;
  width: 100%;;
}
.gambarLogo {
  width: 50%;
  height: auto;
  max-width: 150px;
  min-width: 90px;
}
.navbar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.humberger {
  height: 100%;
  display: flex;
  align-items: center;
}
svg {
  height: 80%;
}
nav menu {
  display: none;
}
.navPanjang-scroll{
    color: white;
}
sidebar{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color:#414141;
    align-items: center;

}
.head  {
    height: 5rem;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
padding: 20px;
}
sidebar menu li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
sidebar menu li a{
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
        font-weight: 900;
        display: block;
        margin-bottom: 1rem;

}
@media screen and (min-width: 765px) {
  .humberger {
    display: none;
  }
  nav menu {
    display: flex;
    align-items: center;
  }
  nav menu li {
    display: flex;
  }
  nav menu li a {
    padding-left: 1rem;
    padding-right: 1rem;
    color: black;
    font-weight: bolder;
    text-decoration: none;
  }
}

/* Visi Misi */
.produkUnggulan {
  padding: 2rem;
  display: block;
  background-color: #414141;
  text-align: center;
  color: white;
}
.judulProdukUnggulan {
  font-size: 1.8rem;
}
.subJudulProdukUnggulan {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.containerProdukCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.produkCard {
  height: 450px;
  width: 280px;
  border-radius: 1rem;
  background-color: #665e56;
  background-size:contain;
  background-position: top;
  margin: 2rem;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
  position: relative;
  transition: ease-in-out 0.2s;
}
.produkCard:hover{
    scale: 1.05;
    transition: ease-in-out 0.2s;
}
.produkCard h1{
  margin-top: 1rem;
}
.deskripsiProdukCard {
  width: 100%;
  height: 80%;
  background-color: #d4d4d4;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.deskripsiProdukCard P{
  color: black;
  font-size: 1.2rem;
  font-weight: 900;
}
@media screen and (min-width:1800px) {
  .produkUnggulan {
  padding: 2rem 13rem;
}
}
/* Tentang Kami */
.tentangKami {
  padding: 2rem;
  display: block;
  background-color: #ffffff;
  text-align: center;
  color: #665e56;
}
.tentangKami h1 {
  font-size: 1.8rem;
}
.tentangKami h3 {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tentangKami img {
  width: 100%;
  max-width: 350px;
}

/* Pelanggan -> Tentang Kami Awal*/
.pelanggan {
  padding: 6rem 3rem 1rem;
  background-color: #d1cdc9;
  text-align: center;
  justify-items: center;
}
.poto{
  background-image: url('/about-us_files/images/PSKE.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 1rem 0rem;
  max-width: 300px;
}
.poto1{
  background-image: url('/about-us_files/images/PSKE.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 1rem 0rem;
  max-width: 300px;
}
.katakata{
  width: 100%;
  height: auto;
  margin: 1rem 0rem;
}
.katakata h1{
  font-size: 2rem;
  font-weight: bolder;
  color: #404040;
  margin: 1rem 0;
}
.katakata h2 {
  font-size: 1.2rem;
}
.katakata p{
  margin-bottom: 2rem;
}
.wave {
  width: 100%;
  height: 100px;
  margin-top: -5px;
}
@media screen and (min-width:765px) {
  .pelanggan{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .poto{
    max-width: 300px;
        margin-right: 2rem;
  }
  .katakata{
    max-width: 500px;
    text-align: start;
  }
  .katakata h1{
    margin: 0;
  }
}


/* Rancang Riset -> Tantangan*/
.rancangRiset {
  padding: 2rem 3rem 1rem;
  text-align: center;
}
.tantangan{
  justify-items: center;
}
.solusi{
    justify-items: center;
}
@media screen and (min-width:765px) {
  .tantangan{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .poto1{
    max-width: 450px;
    margin: 0 2rem;
  }
  .tantangan h1{
    font-size: 1.4rem;
    margin: 0 0 0.8rem 0;
  }
    .tantangan p{
    margin: 0;
  }
  .solusi{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .solusi h1{
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .solusi p{
        margin: 0;
  }
}

/* Pelanggan */
.containerPelanggan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 3rem;             
  padding: 2rem 2rem;
}

.logoPelangganCard {
  width: 100px;           /* lebar logo */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoPelangganCard img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Saat logo didekati kursor, warnanya kembali normal */
.logoPelangganCard img:hover {
  transform: scale(1.1);
}


/* Hubungi Kami */
.hubungiKami {
  background-image: url(images/contact.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
}

.coverGradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.3)
  );
  width: 100%;
  flex-grow: 1;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.coverGradient h1 {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.coverGradient h2 {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.containerKontaknya {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
}
.containerKontaknya a{
    text-decoration: none;
    color: black;
}
.kontakHubungiKami {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  background-color: #d4d4d4;
  border-radius: 4rem;
  border-style: solid;
  border-color: #615952;
  border-width: 5px;
  margin: 1rem;
  transition: ease 0.2s;
}
.kontakHubungiKami:hover {
  scale: 1.1;
  transition: ease 0.2s;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
}
.kontakHubungiKami svg {
  width: 50px;
  height: auto;
  margin: 1rem;
  fill: #665e56;
}
.kontakHubungiKami h1 {
  margin: 0;
  font-size: larger
}
.kontakHubungiKami h2 {
  margin: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width:650px) {
    .containerKontaknya {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
/* footer */
footer {
  background-color: #d1cdc9;
  padding: 1rem;
  color: #665e56;
  text-align: center;
}
footer h2 {
  font-size: 1.2rem;
}
.sosmed {
  display: flex;
  justify-content: center;
}
.sosmed svg {
  width: 50px;
  height: auto;
  fill: #665e56;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 765px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
