.f-daftar {
  margin-top: 30%;
}

.hp-daftar {
  margin-left: -100px;
  margin-top: -45px;
  width: 400px;
}

.app-work {
  background-color: #ece0e0;
}

.section-title p {
  color: #0e0d0d;
}

.title-offline {
  text-align: center;
}

.col-xl-6 h5 {
  text-align: center;
}

h5 span {
  color: #f08519;
}

/* BUTTON PETA */
.btn-peta {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.btn-peta:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

/* END BUTTON PETA */


/* RESPONSIVE */
/* small mobile :320px. */
@media (max-width: 767px) {
  .f-daftar {
    margin-top: 10%;
  }

  .btn-peta {
    margin-bottom: 10%;
  }

  .btn-daftar {
    margin-bottom: 10%;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .f-daftar {
    margin-top: 10%;
  }

  .btn-peta {
    margin-bottom: 10%;
  }

  .btn-daftar {
    margin-bottom: 10%;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-peta {
    margin-bottom: 10%;
  }

  .btn-daftar {
    margin-bottom: 10%;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-daftar {
    margin-bottom: 10%;
  }
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}