.navigation {
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
}
.navigation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

h1 {
  font-size: calc(4.75rem + 1.5vw) !important;
  font-weight: 500;
  word-wrap: break-word;
  font-family: "basenji-variable", sans-serif;
  color: #fff;
}

h2 {
  font-size: calc(1.55rem + 1.5vw) !important;
  font-weight: 500;
  word-wrap: break-word;
  font-family: "basenji-variable", sans-serif;
  color: #fff;
}

h4 {
  font-size: calc(0.75rem + 1.5vw) !important;
  font-weight: 500;
  word-wrap: break-word;
  font-family: "basenji-variable", sans-serif;
  color: #fff;
}

h3 {
  color: #fff;
  font-size: calc(1.75rem + 1.5vw) !important;
  font-family: "inter-variable", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
h3 .hero-text {
  align-self: stretch;
}

.box-right {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 85px;
  display: inline-flex;
}
.box-right .box {
  width: 210px;
  height: 245px;
  padding: 10px;
  border-radius: 15px;
  border: 1px #D4D4D4 solid;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.box-right .box .image {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.box-right .box .image img {
  width: 100%;
  height: 65px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
}
.box-right .box .text {
  text-align: center;
  color: #0A0908;
  font-size: 23px;
  font-family: "inter-variable", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

.btn-primary {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #0A0908;
  border-radius: 25px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.btn-primary .btn-text {
  color: #fff;
  font-size: 12px;
  font-family: "inter-variable", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

.main-img {
  width: 100%;
  height: auto;
}

.location {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  min-height: 576px;
}
.location .location-right {
  text-align: left;
}

.spesifikasi-bangunan {
  color: #fff;
  background: #0A0908;
  width: 100%;
  min-height: 643px;
  padding: 35px 25px;
  border-radius: 35px;
}
.spesifikasi-bangunan ul {
  font-family: "basenji-variable", sans-serif;
  font-size: calc(0.35rem + 1.5vw) !important;
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.tour-video {
  position: relative;
  z-index: 10;
  border-radius: 35px;
  min-height: 653px;
  background: linear-gradient(105deg, #158942 17.47%, #6BBC45 86.62%);
}

.strategis {
  z-index: 1;
  color: #fff;
  background: #0A0908;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-top: 50px;
  min-height: 571px;
  position: relative;
  top: -50px;
}
.strategis h2 {
  height: 50px;
}
.strategis span {
  font-family: "basenji-variable", sans-serif;
  text-align: left !important;
  font-size: 24px !important;
}
.strategis span .detail-lokasi {
  font-size: 18px !important;
}

.last-wording p {
  text-align: left;
  font-size: calc(3.35rem + 1.5vw) !important;
  font-family: "basenji-variable", sans-serif;
  font-weight: 500;
}
.last-wording .btn-primary .btn-text {
  font-size: 1.2rem;
}
.last-wording .btn-primary .btn-text-large {
  font-size: 3.2rem;
  font-family: "inter-variable", sans-serif;
  color: #fff;
}
.last-wording .add-on {
  margin-top: 4.1rem;
}

.footer {
  width: 100%;
  min-height: auto;
  color: #fff;
  background-color: #0A0908;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding: 40px;
}
.footer p {
  font-family: "basenji-variable", sans-serif;
  font-size: calc(0.35rem + 1.5vw) !important;
}

@media only screen and (max-width: 475px) {
  h1 {
    font-size: 3.5rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  .last-wording .btn-primary .btn-text-large {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .navigation {
    height: 90px;
  }
  .navigation img {
    width: 150px;
  }
  .location {
    margin-top: 35px !important;
  }
  .strategis {
    z-index: 1;
    color: #fff;
    background: #0A0908;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-top: 50px;
    min-height: 571px;
    position: relative;
    top: -50px;
  }
  .strategis p {
    font-size: smaller;
  }
  .strategis h2 {
    height: auto;
  }
  .strategis span {
    font-family: "basenji-variable", sans-serif;
    text-align: left !important;
    font-size: 14px !important;
  }
  .strategis span .detail-lokasi {
    font-size: 18px !important;
  }
  .last-wording p {
    font-size: calc(2.35rem + 1.5vw) !important;
  }
  .footer p {
    font-size: calc(1.35rem + 1.5vw) !important;
  }
}
@media only screen and (min-width: 768px) {
  .navigation {
    height: 100px;
  }
  h1 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .navigation img {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation {
    height: 110px;
  }
  .navigation img {
    width: 220px;
  }
}

/*# sourceMappingURL=style.css.map */
