@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+IN:wght@100..400&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body {
    width: 100%;
    height: auto;
}

/* Header */
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;
  }
}

/* End of Header */
.main{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
/* Judul */
.judul{
  display: flex;
  width: 100%;
  height: 80vh;
}
.tulisanJudul{
  display: flex;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  justify-content: center;
  align-items: center;
}
.tulisanJudul h1{
text-align: center;
font-family: "Playwrite IN";
color: white;
font-size: 80px;

}
.backgroundJudul{
  width: 100%;
  height:auto;
  background-image: url(images/judul.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
}
@media  screen and (max-width: 765px) {
  .tulisanJudul h1{
    font-size: 40px;
  }

}
@media  screen and (max-width: 395px) {
  .tulisanJudul h1{
    font-size: 30px;
  }

}
/* End of Judul */
/* Isian */
.isi{
width: 60%;
height: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
}
.isian{
  /* background-color: aqua; */
  width: 50%;
  height: auto;
  padding: 10 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.isian p{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "poppins",serif;
  font-size: 15pt;
  padding: 5px;
  font-weight: bold;
  background-color: white;
  box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 2em;
}
.isian input{
  width: 100%;
  height: 40px;
  margin: 5px 0px;
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  border: none;
  box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
  font-family: "Poppins",serif;
  font-size: 1rem;
  border: gray 1px solid;
}
.isian input:focus{
  background-color: white;
}
.isian textarea{
  width: 100%;
  height: 100px;
  min-height: 225px;
  margin: 5px 0px 1rem;
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  border: none;
  box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
  resize: vertical;
  font-family: "Poppins",serif;
  font-size: 15px;
  border: gray 1px solid;
}
.isian textarea:focus{
  background-color: white;
}
.tombolKirim{
  width: 100%;
  display: flex;
  justify-content: center;
}
#tombolKirimWA{
  text-decoration: none;
  color: #000;
  font-size: 15px;
  background-color: white;
  padding: 0.5rem;
  border: gray 1px solid;
  border-radius: 2em;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
#tombolKirimWA:hover{
  color: white;
  border: none;
  background-color: #665e56;
}
.tempat{
  width: 50%;
  height: 50vh;
  padding: 10px;
  display: block;
}
.tempat p{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "poppins",serif;
  font-size: 15pt;
  padding: 5px;
  font-weight: bold;
  background-color: white;
  box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 2em;
}
.tempat iframe{
  width: 100%;
  height: 90%;
  border-radius: 2rem;
  box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .isi{
    width: 80%;
  }
}
@media screen and (max-width: 765px) {
  .isi{
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .isian{
    width: 80%;
  }
  .tempat{
    width: 80%;
  }
}
/* End of Isian */
/* Footer */
footer {
  margin-top:2rem;
  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;
  }
}

/* End of Footer */