.card-body {
  font-size: 1rem;
}
.page-content {
  background-color: transparent;
}
.page-header + .container::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: var(--prime1);
  z-index: -1;
}
a.wish {
  display: block;
  color: var(--prime3);
}
.wishes {
  position: relative;
  padding: 10rem 0;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--prime1);
}
.wishes::after {
}

.wishes .container {
}
.wishes .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.wishes form {
  font-weight: bold;
  width: inherit;
  max-width: 75%;
  padding: 2rem 1rem;
  border-radius: 9px;
  color: #212121;
  font-weight: bold;
}

.wishes input,
.wishes textarea {
  padding: 0.7rem;
  border-radius: 9px;
}
.wishes label {
  font-size: 2rem;
}
textarea#userwish {
  width: 100%;
  margin: auto;
  border-radius: 9px;
  min-height: 27vh;
  background-color: #ffffffbe;
  border: 1px solid #d1dae3;
  font-size: 1.4rem;
  line-height: 1.2;
}
.submit-fld {
  padding-inline: 8rem;
  display: flex;
  justify-content: flex-end;
}
.wishes button {
  background-color: var(--prime2);
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  font-size: 1.4rem;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  transition: all 0.2s ease-in-out;
}
.wishes button:hover {
  transform: scale(1.1);
  background-color: var(--prime1);
}
.card-body p,
.card-body span {
  font-size: 1.25rem;
}
strong {
  font-size: 1.5rem;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 991px) {
  .col-lg-6 {
    text-align: center;
  }
  .wishes {
    padding: 1rem 0;
  }
  .wishes label {
    font-size: 1.25rem;
  }
  textarea#userwish {
    min-height: 22vh;
    font-size: 1.1rem;
  }
  .wishes form {
    max-width: 70%;
  }
  .wishes button {
    padding: 0.15rem 1.5rem;
  }
  .page-header + .container::after {
    content: none;
  }
}
@media (max-width: 600px) {
  .container::after {
    content: none;
  }
  strong {
    font-size: 1.3rem;
  }
  p,
  span {
    font-size: 1.15rem;
  }
  .wishes form {
    max-width: 80%;
    margin-left: auto;
  }
  .wishes label {
    font-feature-settings: 1.1rem;
  }
}
