body {
  font-family: "Manrope", sans-serif;
  position: relative;
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

body.show-nav-mobile {
  right: 250px;
}

body.show-nav-mobile header.header {
  right: 250px;
}

body.show-nav-mobile header.header nav {
  right: 0;
}

body.show-nav-mobile header.header .btn-nav-mobile > span:first-child {
  width: 38px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.show-nav-mobile header.header .btn-nav-mobile > span:nth-child(2) {
  width: 0;
  opacity: 0;
}

body.show-nav-mobile header.header .btn-nav-mobile > span:last-child {
  width: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

p {
  line-height: 1.75;
}

header.header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header.header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.header .header--logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

header.header .header--logo > img {
  height: 50px;
}

header.header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header.header nav > ul > li > a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

header.header nav > ul > li > a.call-nav {
  background-color: #FFBF00;
  color: #333;
  padding: 10px 18px;
  border-radius: 6px;
}

header.header .btn-nav-mobile {
  display: none;
}

section.hero-banner {
  margin-top: 90px;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/bg-hero-banner.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

section.hero-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.85;
  position: absolute;
}

section.hero-banner .container {
  position: relative;
}

section.hero-banner .heading--banner {
  display: block;
  color: #FFF;
  margin-bottom: 60px;
}

section.hero-banner .heading--banner > h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

section.hero-banner .heading--banner > p {
  font-size: 1.125rem;
  line-height: 1.7;
}

section.hero-banner .tile--service {
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.hero-banner .tile--service > img {
  width: 65px;
  margin-bottom: 25px;
}

section.hero-banner .tile--service > h4 {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.45;
}

section.hero-banner .tile--service > p {
  color: #777;
}

section.hero-banner .tile--service > a {
  margin-top: 25px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #FFBF00;
  color: #333;
  padding: 10px 20px;
}

section {
  padding: 120px 0;
}

section .section--heading {
  font-weight: 700;
  margin-bottom: 30px;
}

section .section--paragraph {
  color: #777;
}

section .section--btn-main {
  display: inline-block;
  background-color: #FFBF00;
  color: #333;
  text-decoration: none;
  padding: 20px 30px;
  font-weight: 600;
  border-radius: 8px;
}

section.tentang-kami .side-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.tentang-kami .side-text p {
  margin-bottom: 0;
}

section.trip {
  background-color: #f9f9ff;
}

section.trip .side--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.trip ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

section.trip ul > li > a {
  display: block;
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-decoration: none;
  padding: 12px 20px;
  color: #333;
  font-weight: 600;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

section.trip ul > li > a:hover {
  background-color: #FFBF00;
}

section.kontak-kami {
  background-color: #f9f9ff;
}

section.kontak-kami .side--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.kontak-kami .contact--list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

section.kontak-kami .contact--list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

section.kontak-kami .contact--list > li > .icon {
  width: 50px;
  height: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #FFBF00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.kontak-kami .contact--list > li > .list--text > h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

section.kontak-kami .contact--list > li > .list--text > span {
  color: #777;
}

section.kontak-kami .contact--list > li > .list--text > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

section.kontak-kami .contact--list > li > .list--text > ul > li > a {
  color: #333;
}

footer.footer {
  background-color: #333;
  padding: 30px 0;
  color: #FFF;
}

.tile--testimony {
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.tile--testimony > h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.tile--testimony > p {
  color: #777;
  margin-bottom: 20px;
}

.tile--testimony > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.tile--testimony > ul > li {
  color: #FFBF00;
}

.map-google {
  border-radius: 20px;
  overflow: hidden;
}

.accordion-button:after {
  content: "Lihat Rute Ini";
  font-size: 0.813rem;
  width: auto;
  height: auto;
  background-image: none;
  background-color: #FFBF00;
  border-radius: 4px;
  padding: 5px 10px;
}

.accordion-button:not(.collapsed):after {
  background-image: none;
  background-color: #FFF;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
  background-color: #FFBF00;
  color: #332600;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-item {
  border-color: #f1f1f1;
}

@media (max-width: 991px) {
  header.header nav {
    width: 250px;
    height: 100%;
    background-color: #f9f9ff;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 10;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header nav > ul {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header.header nav > ul > li > a.call-nav {
    display: block;
    margin-top: 5px;
  }

  header.header .btn-nav-mobile {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header.header .btn-nav-mobile > span {
    width: 30px;
    height: 3px;
    background-color: #333;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header.header .btn-nav-mobile > span:first-child {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }

  header.header .btn-nav-mobile > span:nth-child(2) {
    opacity: 1;
  }

  header.header .btn-nav-mobile > span:last-child {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  header.header .btn-nav-mobile:hover {
    cursor: pointer;
  }
}

@media (max-width: 575px) {
  header.header {
    height: 70px;
  }

  section.hero-banner {
    margin-top: 70px;
  }

  section {
    padding: 80px 0;
  }
}