/* SECTION FOOTER */
.footer {
  height: 100%;
  width: 100%;
  color: #fff;
  color: #e5e5e5;
  background: #333;
  background: #222;
  padding: 50px 0;
}
.isiFooter {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  transition: all 1s ease;
}
.isiFooter h5,
.isiFooter h5 a {
  font-weight: 500;
  font-size: 1.6rem;
}
.isiFooter p,
.isiFooter a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  color: #e5e5e5;
}
.isiFooter a:hover {
  color: #f98d41;
}
.isiFooter .toHomeImg:hover {
  background: unset;
}
.footerNamaPT {
  margin-bottom: 5px;
}
.isiFooter2 p,
.isiFooter3 p {
  margin-left: 15px;
}
.logoFooter {
  width: 100px;
}
.isiFooter1,
.isiFooter2,
.isiFooter3 {
  width: 25%;
}
.mapsFooter {
  margin-top: 15px;
}
.ojk {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.ojk .ojkText {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 0;
  text-align: right;
}
.logoOjk {
  margin-top: 10px;
  width: 150px;
  /* border: 1px solid white; */
}

/* Section Below Footer */
.belowFooter {
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isiBelowFooter {
  /* border: 1px solid black; */
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.isiBelowFooter p {
  font-size: 1.2rem;
  width: 45%;
}
.tARight {
  text-align: right;
}

@media screen and (max-width: 850px) {
  /* SECTION FOOTER */
  .isiFooter {
    flex-wrap: wrap;
  }
  .isiFooter img {
    width: 30%;
  }
  .isiFooter1,
  .isiFooter2,
  .isiFooter3 {
    margin-top: 20px;
    width: 100%;
  }
  .mapsFooter {
    height: 250px;
  }
  .ojk {
    align-items: flex-start;
  }

  /* SECTION NAVIGASI */

  .garisSelamat {
    top: -35px;
    height: 15%;
  }
  .garis2 {
    width: 90px;
    left: 170px;
  }

  /* SECTION FOOTER */
  .isiFooter p,
  .isiFooter a,
  .isiFooter h5,
  .isiFooter h5 a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .isiBelowFooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
  }
  .isiBelowFooter p {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
  }
}
