/* To Top */
.toTop {
  position: fixed;
  top: 50%;
  right: 2.5%;
  width: 3rem;
  height: 3rem;
  border: 1px solid #659dbd;
  background: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(50%);
  opacity: 0;
  transition: all ease 0.5s;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
}
.toTop:hover {
  border: 1px solid white;
  background: #659dbd;
}
.toTop.muncul {
  opacity: 1;
  transform: translateY(0);
}
.toTop img {
  z-index: 100;
  width: 100%;
}

/* Hubungi Kami */
.hubungikami {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 999;
  pointer-events: none;
}
.hubungikami.muncul {
  pointer-events: all;
}
.kotakchat {
  opacity: 0;
  transform: translateX(50rem);
  transition: 0.5s;
  pointer-events: none;
}
.kotakchat.muncul {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.isikotakchat {
  background: #e5ddd5;
  border-radius: 1rem;
  max-height: 50rem;
  min-height: 25rem;
  position: relative;
}
.kotakchatatas {
  width: 100%;
  background: rgb(16, 70, 34);
  padding: 1rem;
  color: white;
}
.kotakchattengah {
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.kotakchattengah img {
  height: 100%;
}
.kotakchattengahkiri {
  background: white;
  border-radius: 50%;
  margin-right: 0.75rem;
  height: 2.75rem;
}
.kotakchattengahkanan {
  background: white;
  padding: 0.8rem;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.formchat {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formchat input {
  padding: 1rem;
  border: none;
  border-radius: 2rem;
  flex: 1;
  margin-right: 0.5rem;
  word-wrap: break-word;
}
.formchat img {
  width: 3.5rem;
  border-radius: 50%;
}
.tombolmunculchat {
  width: 5rem;
  cursor: pointer;
  display: block;
  margin-left: auto;
  pointer-events: all;
}

/* Header */
header {
  height: 12vh;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerkiri {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.imglogo {
  height: 55%;
}
#logo {
  font-weight: bold;
  font-size: 1.9rem;
}
#logo a,
.nav-li a {
  text-decoration: none;
  color: #659dbd;
  cursor: pointer;
  transition: 0.3s;
}
#logo a:hover,
.nav-li a:hover {
  color: #0c4261;
}
nav {
  flex: 1;
  font-size: 1.6rem;
  color: #659dbd;
  cursor: pointer;
}
.nav-links {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
}

/* Section Top */
.top {
  width: 100%;
  background: #659dbd;
}

.isitop {
  width: 80%;
  text-align: center;
  padding: 5rem 0;
  margin: 0 auto;
  color: #feffff;
}
.isitopbold {
  font-weight: bold;
}
.black {
  background: #333;
}
.isitop a {
  display: inline-block;
  color: white;
  background: #659dbd;
  border: 1px solid white;
  padding: 0.8rem;
  border-radius: 0.5rem;
  width: 30rem;
  margin: 1rem 2rem;
  transition: 0.3s;
}
.isitop a:hover {
  color: #659dbd;
  border: 1px solid #659dbd;
  background: white;
}

/* Section Mid */
.mid {
  width: 100%;
  background: #eee;
}
.isimid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding: 5rem 0;
  margin: 0 auto;
}
.kiri {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.isikiri {
  margin-right: 2rem;
}
.isikiriImg {
  width: 100%;
  overflow: hidden;
}
.isikiriImg img {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-left: auto;
  transition: 0.3s;
}
.isikiriImg img:hover {
  transform: scale(1.05);
}
.fiturhargapilih {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
}
.fiturharga {
  flex: 1;
}
.pilih {
  flex: 1;
  text-align: right;
}
.tombolpilih {
  display: inline-block;
  text-align: center;
  border: 1px solid #659dbd;
  background: #eee;
  width: 15rem;
  border-radius: 0.5rem;
  padding: 0.8rem;
  color: #659dbd;
  transition: 0.3s;
}
.tombolpilih:hover {
  border: 1px solid #659dbd;
  background: #659dbd;
  color: white;
}
.kanan {
  flex: 1;
}
.isikanan {
  margin-left: 2rem;
}

/* Contact Section */
.kontak {
  width: 100%;
  background: #d8f8f8;
}
.kontak-isi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  width: 80%;
  margin: 0 auto;
}
.kontak-tendabiru,
.kontak-tautan,
.kontak-kontak,
.mediaSosial {
  width: 30%;
  margin: 3rem 0;
}
.kontak-isi h3 {
  color: #659dbd;
  font-weight: bold;
  margin-bottom: 1rem;
}
.kontak-isi h5 {
  width: 80%;
  color: #333;
  text-align: justify;
}
.kontak-isi a {
  color: #333;
}
.kontak-isi a:hover {
  transform: scale(1.05);
  color: #659dbd;
}
.mediaSosial a {
  display: flex;
}
.mediaSosial .instagram,
.mediaSosial .facebook,
.mediaSosial .twitter,
.isiKontak .alamat,
.isiKontak .whatsapp,
.isiKontak .email {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.mediaSosial img,
.isiKontak img {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

/* Footer */
footer {
  width: 100%;
  padding: 2rem 0;
  background: #659dbd;
  text-align: center;
  color: #feffff;
}
