.showcase-text h5 {
  text-transform: uppercase;
  color: #9EC4FF;
  font-weight: 300;
}

.showcase-text h1 {
  font-weight: 700;
}

.my-job-card {
  height: 100%;
  width: 100%;
  text-align: center;
}

.my-job-card img {
  width: 50%;
  margin-bottom: 1.5rem;
}

.my-job-card h3 {
  font-size: 1.7em;
}

.googleplay-badge {
  width: 35%;
}

a {
  color: white !important;
  text-decoration: none !important;
}

.btn.btn-primary.inv {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn.btn-primary.inv:hover {
  background-color: #20c997;
  border-color: transparent;
}

@media all and (min-width: 1025px) {
  .app-btn {
    display: none;
  }
  .btn.btn-primary.indir-btn {
    display: none;
  }
  .btn.btn-primary.inv {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .nav-link.uygulama-indir {
    display: none;
  }
  .p-5.bg-light.text-dark.text-center.justify-content-between.align-items-center.uygulama-indir {
    display: none;
  }
}

.app-btn {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.ilce-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 15.75em;
  min-height: 15.75em;
  overflow: hidden;
  border-radius: .5em;
  text-decoration: none;
  background: white;
  margin: 1em;
  padding: 2.75em 2.5em;
  -webkit-box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, 0.1);
}

.ilce-card h1 {
  font-size: 7rem;
  color: #343a40;
}

.ilce-card h2 {
  font-size: 2rem;
  color: #343a40;
}
/*# sourceMappingURL=style.css.map */