/* jumbotron */
.jumbotron {
  background-image: url('../../img/photo-1516862523118-a3724eb136d8.svg');
  background-size: cover;
  width: 100%;
  height: 325px;
  position: relative;
  margin-top: 6rem;
}

.jumbotron .text-heading {
  color: white;
  font-weight: 300;
  margin-top: 6rem;
  text-align: center;
}

.jumbotron .text-heading span {
  font-weight: 500;
}

.jumbotron .container {
  z-index: 1;
  position: relative;
}

.jumbotron:after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  background-color:#162657;
  opacity:.7;
  position:absolute;
  bottom:0;
}

/* info-panel  */
.container .info-panel {
  margin-top: -8rem;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
}

.info-panel img {
  width: 5rem;
  height: 3.2rem;
}

.info-panel p {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 2px;
  margin-top: 1.8rem;
}

/* form daftar */

.form-daftar {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
  margin-top: 5rem;
  border-radius: .5rem;
}

.form-daftar h2 {
  font-weight: 600;
}

.form-daftar p {
  font-size: 1.1rem;
  font-weight: 300;
}

.form-group input {
  font-size: 1.2rem;
  margin-top: .7rem;
  margin-bottom: 2rem;
  height: 3rem;
  background: unset !important;
  outline: none !important;
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.custom-file {
  margin-bottom: 1.8rem;
}

.custom-file label {
  font-size: 1rem;
}

.form-daftar label {
  margin-top: 0px;
  font-size: 1.3rem;
  font-weight: 600;
}

.form-daftar button.btn-succes {
  outline: unset;
  border: unset;
  background: var(--main-color);
  padding: .8rem;
  color: white;
  width: 100%;
  font-size: 1.3rem;
  border-radius: .5rem;
  margin-top: 12px;
}

.form-daftar button.btn-succes:hover {
  background-color: var(--hover-color);
  transition: 0.5s;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.download {
  padding: 30px 0;
}

.download h1 {
  text-align: center;
}

.download hr {
  width: 55%;
  margin: 2rem auto 3rem;
  border: 1px solid #EF8641;
}


.barcode {
  display: flex;
  justify-content: space-evenly;

}

.barcode-ios img,
.barcode-android img {
  width: 18rem;
}

.barcode-ios p,
.barcode-android p {
  font-weight: 600;
  text-align: center;
}

.barcode p.android {
  margin-left: 4rem;
}

.barcode p.ios {
  margin-left: 6.4rem;
}

.app-store {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}

.app-store .android-store img,
.app-store .ios-store img {
  width: 15rem;
}


/* footer */
.footer {
  position: relative;
  background: #F1F1F1;
  padding-top: 2rem;
}

.footer-top {
  padding-bottom: 5rem;
}

.footer-top .footer-item {
  padding-top: .8rem
}

.footer-top .footer-link {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, .8);
  font-weight: 300;
  text-decoration: none;
}

.footer-link span {
  color: var(--main-color);
  font-weight: 600;
}

.footer-top h3 {
  margin-top: 2rem;
  font-weight: 600;
}

.footer-top .link-download img {
  margin-top: 8px;
}

.footer-top .follow-us img {
  margin-right: 5px;
}

.footer-top .follow-us a {
  text-decoration: none;
}

.footer .footer-bottom {
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
}

.footer-bottom p {
  text-transform: capitalize;
  font-size: 1.1rem;
}

.footer-bottom span {
  color: var(--main-color);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
}

@media (min-width: 768px) and (max-width: 1199.98px) {

  .jumbotron {
    height: 450px;
    background-position-x: 0px;
  }

  .jumbotron .text-heading {
    color: white;
    margin-top: 11rem;
    font-size: 4rem;
  }

  /* info-panel */
  .container .info-panel {
    margin-top: -8rem;
    z-index: 2;
    background-color: white;
    border-radius: 10px;
    padding: 2rem .5rem;
  }

  .info-panel p {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 2px;
    margin-top: 1.8rem;
  }

  .info-panel .friendly img {
    margin-top: -6px;
    width: 5rem;
    height: 3rem;
  }

  /* download */
  .download h1 {
    font-size: 3rem;
  }

  .download hr {
    width: 45%;
    margin: 2rem auto 3rem;
    border: 1px solid #EF8641;
  }

  .app-store {
    display: unset;
  }

  .app-store .android-store img,
  .app-store .ios-store img {
    width: 20rem;
    margin-top: 1rem;
  }


}

@media (min-width: 1200px) {

  .jumbotron {
    height: 500px;
  }

  .jumbotron .text-heading {
    color: white;
    margin-top: 11rem;
    font-size: 5rem;
    margin-bottom: 2rem;
  }

  /*   info-panel */
  .container .info-panel {
    margin-top: -8rem;
    z-index: 2;
    background-color: white;
    border-radius: 10px;
    padding: 2rem .5rem;
  }

  /* download */
  .download h1 {
    font-size: 3.5rem;
  }

  .download hr {
    width: 30%;
    margin: 2rem auto 5rem;
    border: 1px solid #EF8641;
  }

  .app-store {
    display: unset;
  }

  .app-store .android-store img,
  .app-store .ios-store img {
    width: 24rem;
    margin-top: 1rem;
  }
}