* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@keyframes bagsakEffect {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title1,
.load {
  animation: bagsakEffect 0.8s ease-out forwards;
}
body {
  background: white;
}
header {
  background-color: #274a3f;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
}
.upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5rem;
  box-sizing: border-box;
}
.s p {
  font-size: 0.8rem;
  font-family: poppins;
  color: white;
  margin: auto;
}
.s {
  display: flex;
  gap: 5rem;
}
.s1 {
  font-size: 0.8rem;
  font-family: poppins;
  font-weight: bold;
}
.s2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: yellow;
}
.fa-brands.fa-facebook,
.fa-solid.fa-phone,
.aa {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  color: yellow;
}
span {
  color: white;
}
.vertical-line {
  border-left: 1px solid white;
  height: 2rem;
}

.header1 {
  display: flex;
  width: 100%;
  height: 7rem;
  background-color: white;
  padding: 0 5rem;
}
nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
}
.logo {
  width: 6.8rem;
  height: 6.8rem;
}
.logo-name {
  font-size: 3rem;
  font-family: jolly lodger;
  color: #274a3f;
  font-weight: bold;
}
.s3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
ul {
  display: flex;
  list-style: none;
  gap: 3rem;
  font-size: 0.8rem;
  font-family: poppins;
}
ul li a {
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  text-decoration: none;
  color: black;
  font-family: poppins;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

ul li a::before {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: yellow;
  z-index: -1;
  transition: width 0.3s ease;
}

ul li a:hover::before {
  width: 100%;
}

.book {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 12rem;
  height: 3.5rem;
  background-color: #274a3f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
  padding-right: 4.5px;
}

.book-icon {
  font-size: 2rem;
  color: yellow;
  background-color: transparent;
}

.now {
  font-size: 1.2rem;
  font-family: poppins;
  font-weight: 800;
  color: white;
}

.background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 33vh;
  background: linear-gradient(
    267deg,
    rgba(39, 74, 63, 1) 0%,
    rgba(157, 173, 168, 1) 100%
  );
}
.bgpic {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 47.95%;
  opacity: 0.3;
}
.title1 {
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  z-index: 2;
}
.load {
  color: white;
  font-family: Poly;
  font-style: italic;
  font-size: 2rem;
  z-index: 2;
}
.bg1 {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding: 2rem 4rem;
  margin: 2rem 5rem;
  width: calc(100% - 10rem);
  box-sizing: border-box;
  background-color: #274a3f;
  padding-bottom: 5rem;
}

.picmap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.y1 {
  color: yellow;
  font-family: "poppins", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.find-line {
  border: 0.1rem solid white;
  width: 20rem;
}

.y2 {
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
.send-btn1 {
  width: fit-content;
  padding: 0.8rem 2.5rem;
  background-color: yellow;
  border: none;
  border-radius: 8px;
  font-family: "poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  opacity: 1;
}

.send-btn1:hover {
  background-color: white;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.dd {
  text-align: justify;
  width: 40rem;
  margin-top: 2rem;
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
}

.contact-pic {
  margin-top: 6rem;
  width: 100%;
  height: auto;
  max-height: 500px;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.171);
  object-fit: cover;
}

.maps {
  margin-top: 6rem;
  width: 100%;
  height: 30rem;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.171);
}
.bx1 {
  align-self: center;
  position: relative;
  top: 27rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  align-items: center;
  border: white solid 4px;
  width: auto;
  height: auto;
  background: #274a3f;
  padding: 2rem;
}
.bp1 {
  font-size: 1.5rem;
  font-family: poppins;
  color: yellow;
}
.bp2 {
  text-align: center;
  font-size: 1.5rem;
  font-family: poppins;
  color: white;
  margin-top: 2rem;
}

.t1 {
  color: yellow;
  font-family: "poppins", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
}
.get-line {
  border: 0.1rem solid white;
  width: 45rem;
  margin-top: 2rem;
}
.d1 {
  text-align: justify;
  width: 40rem;
  margin-top: 2rem;
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
}
.fc1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-link {
  width: fit-content;
  margin-top: 3rem;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: 0.3s;
}
.fb {
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
}
.fc1 i {
  color: yellow;
  font-size: 2rem;
}
.icon-link:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.contact-form {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 35rem;
}

.label-name {
  display: block;
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.input-field,
.textarea-field {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  color: white;
  font-family: "poppins", sans-serif;
  font-size: 1.2rem;
  outline: none;
}

.input-field {
  height: 4rem;
}
.textarea-field {
  height: 20rem;
  resize: none;
}
::placeholder {
  color: rgb(177, 177, 177);
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.send-btn {
  width: fit-content;
  padding: 0.8rem 2.5rem;
  background-color: yellow;
  border: none;
  border-radius: 8px;
  font-family: "poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  opacity: 1;
}

.send-btn:hover {
  background-color: white;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 16px;
  width: 50px;
  height: 50px;
  background-color: #274a3f;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: 0.3s;
}

.back-to-top:hover {
  background-color: #709487;
  transform: scale(1.1);
}

footer {
  margin-top: 20%;

  width: 100%;
  background-color: #274a3f;
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo-img {
  width: 80px;
  border-radius: 50%;
  height: auto;
}

.footer-brand {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 1px;
}

.footer-divider {
  width: auto;
  align-self: stretch;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 30px 5rem;
}

.footer-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.contact-item i {
  color: #d4f05b;
  font-size: 20px;
}

.vertical-divider {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}
