* {
  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;
}
.bg-faq a {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: yellow;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  pointer-events: none;
}

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-link {
  text-decoration: none;
}
.book {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 12rem;
  height: 3.5rem;
  background-color: yellow;
  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: #274a3f;
  background-color: transparent;
}

.now {
  font-size: 1.2rem;
  font-family: poppins;
  font-weight: 800;
  color: black;
}

.book:hover {
  background-color: #274a3f;
}

.book:hover .book-icon {
  color: yellow;
}

.book:hover .now {
  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;
}
.faq-section {
  margin: 2rem 5rem;
  background-color: #274a3f;
  padding: 2rem 4rem;
  padding-bottom: 6rem;
  height: auto;
  display: flex;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-header {
  color: yellow;
  font-family: "poppins", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
}

.faq-line {
  border: 0.1rem solid white;
  margin-top: 2rem;
}

.faq-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.faq-number {
  background-color: yellow;
  color: #274a3f;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
}

.faq-question p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.faq-answer {
  color: #cfd8dc;
  font-family: "Poppins", sans-serif;
  padding-left: 4.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.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: yellow;
  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;
}
