img.logo {
  width: 100%;
  max-width: 30rem;
}

a.image-options {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
a.image-options img {
  border: 5px solid transparent;
}

a.image-options.active img {
  border: 5px solid #005784;
}

.image-options img {
  border-radius: 1rem;
  width: 100%;
  max-width: 25rem;
}

.image-options img.m-left {
  margin-left: auto;
}

.image-options img.m-right {
  margin-right: auto;
}

.instruction p {
  font-size: 1.25rem;
}

.instruction > h1 {
  text-align: left;
  /* border-bottom: 5px solid #cda838; */
  display: inline-block;
  margin-bottom: 1rem;
}
.subpoints {
  text-align: justify;
  margin: 2rem;
  font-size: 1.25rem;
}

.contact-form {
  max-width: 40rem;
  margin: auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  height: auto;
  display: flex;
  flex-direction: column;
}

.form-fields {
  margin-bottom: 1rem;
}

.form-fields label {
  margin-bottom: 0.5rem;
  display: block;
}

.contact-form .space-between {
  margin: auto;
  margin-bottom: 0;
}

.contact-form > h5 {
  margin-bottom: 2rem;
  border-bottom: 2px solid #cda838;
}
/* Artofspaceprofiler */
.asp-blue {
  color: #0041c2 !important;
}
.asp-black {
  color: #000000 !important;
}
.asp-red {
  color: #e3242b !important;
}

.logo-background {
  width: 80%;
  margin: auto;
  margin-top: 2rem;
}

.header-logo {
  background-color: #f4f4f4;
  padding: 1rem;
}

.header-logo img {
  width: 30%;
}

.heart img {
  width: 100%;
}

.asp-background {
  width: 100%;
  position: relative;
}
.asp-background .asp-logo {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20%;
  opacity: 0.7;
}
.asp-matter-background {
  background-image: url("/assets/asp/images/matter-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 27rem;
}

.asp-matter-content {
  width: 70%;
  padding: 2rem;
}

.asp-matter-content h5 {
  font-size: 3rem;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 3px 5px 1px
    rgba(39.56750259399413, 1.066604343845667, 1.066604343845667, 0.92);
  color: #ffffff;
}

.asp-center-heading h4 {
  font-family: "Philosopher", Sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.3);
  color: #b7940e;
  text-align: center;
  margin-bottom: 1rem;
  min-height: 4rem;
}

.heaven-door {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heaven-door img {
  width: 55%;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px 5px 5px 5px;
}

.border-open img,
.border-close img {
  width: 100%;
  height: 44px;
  object-fit: fill;
}

.asp-center-content p {
  text-align: justify;
  color: #000000;
  font-family: "Nunito", Sans-serif;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.25rem;
}

.asp-center-content p:last-child {
  margin-bottom: 0;
}

.rightful-placement-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightful-placement-image img {
  width: 80%;
  border-radius: 8px 8px 8px 8px;
}

.hand-heart-image img {
  width: 44%;
  transition-duration: 0.3s;
}

.gradient-text {
  background: linear-gradient(110deg, #fc6366, #f9433f, #ef180a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.boxes {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e700aa;
  background-color: #d1c2d7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box-image img {
  width: 60%;
}

.box-list {
  font-size: 1.15rem;
  background-color: #ffffff;
  border: 3px solid #dfaf3f;
  padding: 1rem;
  margin: 2rem;
  min-height: 26.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}

.box-list:hover {
  border: 3px solid rgb(223, 210, 138);
}

.box-list h3 {
  font-size: 1.75rem;
}

.box-list ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.box-list ul > li {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 0.5rem;
}

.w-50 {
  width: 50%;
}

.box-left {
  padding: 1rem;
}

.box-right {
  padding: 1rem;
}

.box-border-left {
  border-right: 20px solid #ede6f0;
}
.box-border-right {
  border-left: 20px solid #ede6f0;
}

.asp-up-button {
  position: sticky;
  display: flex;
  justify-content: flex-end;
  bottom: 1rem;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.asp-up-button.visible {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

.asp-up-button button {
  padding: 0.25rem 0.5rem;
  background-color: #0041c2;
  color: #ffffff;
}

.asp-center-content {
  padding: 0.85rem;
}

.heart-hand-heading p {
  font-size: 1.75rem;
  line-height: 1.5;
}

.box-list .paypal-message {
  color: #0041c2;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.asp-info-container {
  min-height: 116rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.asp-info-container-left {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.asp-info-container-right {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
}

.heading-container h1 {
  font-size: clamp(24px, 5vw, 50px);
  font-weight: bold;
  color: #0041c2;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 3px 3px 6px rgba(0, 65, 194, 0.3),
    -2px -2px 4px rgba(255, 255, 255, 0.5);
  transform: skew(-5deg);
}

@media (max-width: 768px) {
  .heading-container {
    margin-bottom: 1rem;
  }
  .heading-container h1 {
    letter-spacing: 1px;
  }
  .asp-matter-background {
    height: 800px;
  }
  .header-logo {
    margin-top: 0.85rem;
  }
  .heaven-door img {
    margin-inline: 5rem;
  }
  .box-list {
    min-height: 15rem;
  }
  .box-list .paypal-message {
    font-size: 1.25rem;
  }
  .asp-info-container {
    height: 100%;
  }
  .logo-background {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 1024px) {
  .asp-matter-content h5 {
    font-size: 3.5rem;
  }

  .asp-center-content p {
    font-size: 1.25rem;
  }

  .asp-matter-background {
    background-position: center;
  }

  .header-logo img {
    width: 100%;
    height: 100%;
  }

  .heart img {
    width: 80%;
  }

  .box-left {
    border-bottom: 1px solid #ede6f0;
  }

  .rightful-placement-image img {
    width: 100%;
  }

  .box-list h3 {
    font-size: 1.5rem;
  }
  .box-border-left {
    border-right: none;
  }
  .box-border-right {
    border-left: none;
  }
  .asp-info-container {
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .asp-matter-background {
    /* background-attachment: fixed; */
  }
}

@media (max-width: 1200px) {
  .asp-info-container {
    height: 100%;
  }
}
