@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
body {
  background: #f8f9fa;
  font-family: "Poppins", sans-serif !important;
}

.btn {
  webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn:hover {
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}

.btn-link:hover {
  color: #2c7be5;
  background-color: #d5e5fa;
}

.first-section {
  margin-top: 3rem;
}

.first-section .display-4 {
  font-weight: 500;
}

.second-section {
  margin-top: 3rem;
}

.second-section .card {
  border: 0;
  margin-bottom: 1rem;
}

.text-light-gray {
  color: #6c757d !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

.avatar-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-like img {
  width: 30px;
  height: 30px;
  margin-left: -0.5rem !important;
  border: 1px solid white;
}

.third-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-position: center;
  background-size: cover;
}

.third-section h1 {
  font-weight: 500;
}

.third-section .subscribe {
  height: 50vh;
}

@media only screen and (max-width: 768px) {
  .subscribe {
    height: 30vh !important;
  }
}

.fourth-section {
  margin-top: 5rem;
}

.fourth-section .list-group-item {
  background-color: inherit;
  border: 0;
}

.fourth-section .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
  font-weight: bold;
}

.fourth-section .apple-btn {
  font-size: 1rem;
}

.fourth-section .apple-btn .font-2 {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */