html {
  scroll-behavior: smooth;
}

.header {
  padding-top: 124px;
  margin-bottom: -5%;
}

.header-title {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4a4e57;
}

.header-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #1f1f1f;
  margin-top: 10px;
}

.header-curve {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.form {
  z-index: 100;
  position: relative;
}

.form-guy {
  width: 100%;
  transform: translateY(30%);
}
.form-wrapper {
  background: #f4f4ff;
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.05),
    0px 1px 30px rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 40px 32px;
  margin: 10px;
  box-sizing: border-box;
}
.form-book {
  width: 100%;
  border-radius: 5px;
}

.form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;

  color: #4a4e57;
  text-align: left;
  padding: 0;
}

.form-input-label {
  font-weight: normal;
  font-size: 16px;
  color: #4a4e57;
  text-align: left;
  padding: 0;
  /* margin: 20px 0; */
}
.form-input-wrapper {
  padding: 0;
}
.form-input {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.005),
    0px 1px 30px rgba(0, 0, 0, 0.003);
  border-radius: 10px;
  width: 100%;
  /* max-width: 468px; */
  height: 48px;
  padding: 0 15px;
}

.form-share-btn {
  height: 56px;
  width: 70px;
  background: #ffffff;
  border: 1px solid #5660f2;
  box-sizing: border-box;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.form-download-btn {
  width: 250px;
  height: 56px;
  background-color: #5660f2;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  transition: all 500ms ease-in-out;
  margin-left: 20px;
  margin-bottom: 20px;
}
.form-download-btn:hover,
.form-download-btn:active {
  transform: scale(1.05);
}

.form-caption-item {
  font-weight: normal;
  font-size: 13px;
  color: #4a4e57;
  flex-direction: row;
  margin-left: 30px;

  align-items: center;
}

.background-wrapper {
  background: linear-gradient(180deg, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 25%;
  margin-top: -20%;
  z-index: -2;
}

.info-text {
  font-size: 20px;
  text-align: left;
  color: #4a4e57;
}

.details {
  margin-top: 100px;
}

.details-title {
  font-weight: bold;
  font-size: 24px;
  color: #4a4e57;
  text-align: center;
  margin-bottom: 30px;
}

.details-card {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 1px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 24px;
  margin: 10px 25px;
  min-height: 200px;
  box-sizing: border-box;
  width: 360px;
  transition: all 300ms ease-in-out;
}

.details-card:hover {
  transform: translateY(-10px);
}

.details-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #4a4e57;
  margin-bottom: 15px;
}

.details-card-subtitle {
  font-size: 14px;
  text-align: justify;
  color: #4a4e57;
}

.download {
  margin-top: 100px;
}

.download-text {
  font-weight: normal;
  font-size: 16px;

  text-align: justify;
  margin-bottom: 72px;
  color: #4a4e57;
}

.download-btn {
  width: 259px;
  height: 55px;
  background-color: #5660f2;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;

  color: #ffffff;
}

.footer {
  margin: 50px 0;
}

.footer-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.footer-icon {
  padding: 0 15px;
  transition: all 300ms ease-in-out;
}

.footer-icon:hover {
  transform: scale(1.3);
}

.purple {
  color: #5660f2;
}

.author {
  margin: 10px 0;
  text-align: left;
}
