/*Page 1*/

body {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

html, body {
  margin-top: 25px;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.page1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 40px 50px 40px 50px;
  margin-top: 75px;
  gap: 80px;
  flex-wrap: wrap;
}

.title-Text {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: -10px;
}

.textPage1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.title-SubText {
  color: gray;
  font-size: 18px;
  line-height: 1.5;
}

.button1 {
  border-radius: 10px;
  background-color: rgb(252, 65, 73);
  color: white;
  border: none;
  padding: 14px 20px 14px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.button1:hover {
  background-color: rgb(255, 6, 6);
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.button1:active {
  box-shadow: none;
}

.button2 {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(252, 65, 73);
  border-color: rgb(252, 65, 73);
  border-style: solid;
  padding: 14px 20px 14px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.button2:hover {
  transition: 0.3s;
  background-color: rgb(255, 41, 41);
  border-color: rgb(247, 126, 126);
  color: white;
}


/*Pelanggan Setia Page*/

.pelanggan-setia-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.PSK-Title {
  font-size: 36px;
  font-weight: bold;
}

.PSK-Subtext {
  font-size: 16px;
  color: gray;
  text-align: center;
}

.pelanggan-images {
  width: 150px; height: 150px; object-fit: contain;
  background-color: rgb(253, 253, 253);
  padding: 20px 20px 20px 20px;
}

.div-pelanggansetia1 {
  display: flex; gap: 50px;
}


/*Page 2*/

.page2{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 80px 80px 80px 80px;
  margin-bottom: 30px;
}

.image2 {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.about-us-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-us-bottom {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

/*Page 3*/

.page3 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 70px;
padding-bottom: 10px;
}

.yup1{
  font-size: 44px; font-weight: bold; 
}

.commitment-text {
  display: flex; justify-content: center; gap: 250px; margin-bottom: 70px;
  max-width: 1100px; align-items: center;
}

.image3 {
width: 100%;
max-width: 1100px;
border-radius: 10px;
}

/*Page 4*/

.page4{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.image-page-product {
width:350px;
height: 230px
}

.produk-button {
  border: none; color: white; background-color: rgb(252, 65, 73);
    border-radius: 15px; padding-top: 10px; padding-right: 20px; padding-left: 20px; padding-bottom: 10px;
    font-weight: bold;
}

.produk-button:hover {
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-bahan {
  display: flex; flex-direction: row; gap: 40px;
}


/*Page 5*/

.page5{
  background-image: url('/images/Rectangle 540.png');
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 70px 70px 70px 70px;
  align-items: center;
  margin-bottom: 30px;
}

.page5-for-top {
  display: flex; flex-direction: column; justify-content: center; margin-left: -570px; gap: 10px;
}

.container-for-page5 {
  display: flex; margin-top: 35px; gap: 100px; align-items: center; justify-content: center;
}

.image-vector-page-5 {
width: 60px;
}

/*Page 6*/
.page6 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.mengapa-kita-container {
  display: flex; gap: 50px;
}

.image-page-6 {
  width: 50px;
}

/*Page 7*/
.page7 {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.page7-top {
  display: flex; flex-direction: column; gap: 30px;
}

.contact-vector {
  width: 50px;
}

.contact-placeholder {
  font-family: sans-serif;
  font-size: 16px;
  padding: 10px 10px 10px 10px; 
  border: 1px solid rgb(185, 185, 185);
  border-radius: 8px; 
  outline: none;
  margin-bottom: 20px;
}

.textarea1 {
  max-width: 500px;
  font-family: sans-serif;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgb(185, 185, 185);
  border-radius: 8px;
  height: 150px;
  outline: none;
  margin-bottom: 20px;
}

.contact-placeholder:focus {
  border-color: rgb(242, 111, 111);
}

.textarea1:focus {
  border-color: rgb(242, 111, 111);
}

.form-for-contact {
box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.1);
padding: 30px; display: flex; flex-direction: column; width: 500px;
}

/*page 8*/

.page8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(252, 65, 73);
  height: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 1050px) {
  .image2{
    width: 100%;
    height: auto;
  }

  .card-bahan {
    display: flex;
    flex-direction: column;

  }

.PSK-Title {
  font-size: 36px;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}

.PSK-Subtext {
  font-size: 16px;
  color: gray;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  line-height: 1.5;
}



.page2{
  flex-wrap: wrap;
}

.page5-for-top {
  margin-left: 0px;
  justify-content: center;
  align-items: center;
}

.container-for-page5 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.commitment-text {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.mengapa-kita-container {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
}

.page7 {
  display: flex;
  flex-direction: column;
}

}

@media screen and (max-width: 480px) {
 .page1 {
  margin-bottom: 20px;
 }

 .div-pelanggansetia1 {
  display: flex; gap: 20px; flex-direction: column;
}

 .image2{
  width: 300px;
  height: auto;
  border-radius: 10px;
 }

 .page5-for-top {
  margin-left: -10px;
  margin-bottom: 20px;
 }

 .image3 {
  margin-top: 20px;
  height: 200px;
  border-radius: 0px;
 }

 .commitment-text {
  width: 300px;
  margin-top: -20px;
 }

 .temporary-text {
  margin-top: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 80%;
 }

 .yup1 {
  font-size: 36px;
  margin-bottom: -10px;
 }


 .page7-top{
  justify-content: center;
  width: 300px;
 }


 .fashion {
  width: 300px;
 }

 .image-page-product {
  width: 300px;
  height: auto;
 }

.form-for-contact {
  width: 250px;
}

.page8 {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
}

}

