.email-wedding {
  border: 1px #000;
}

.enquire-button {
  color: #edeff2;
  letter-spacing: 3px;
  background-color: #192024;
  background-image: linear-gradient(#192024, #192024);
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  font-size: 24px;
  line-height: 24px;
  transition: color .5s;
}

.enquire-button:hover {
  color: #7e00ff;
}

.about-wrap {
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.book-now-button {
  color: #edeff2;
  letter-spacing: 3px;
  background-color: #192024;
  background-image: linear-gradient(#192024, #192024);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 24px;
  transition: color .5s;
}

.book-now-button:hover {
  color: #7e00ff;
}

.heading-3 {
  color: #192024;
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.email {
  border: 1px solid #000;
  margin-bottom: 10px;
}

.name {
  border: 1px solid #000;
  border-top-color: #8e8e9c;
  margin-bottom: 10px;
}

.white-box {
  text-align: center;
  background-color: #0000;
  border: 2px solid #192024;
  border-radius: 5px;
  flex-flow: column;
  place-content: stretch space-between;
  align-items: stretch;
  width: 33.3%;
  min-height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.book-now-wrap {
  display: none;
}

.package-line {
  color: #7e00ff;
  background-image: linear-gradient(#7e00ff, #7e00ff);
  border: 1px #7e00ff;
  border-radius: 0;
  width: 80%;
  height: 2px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.packages-paragraph-title {
  color: #676770;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.whitebox-wrap {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.packages-paragraph {
  color: #676770;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.packages-section {
  text-align: center;
  background-color: #edeff2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 40px;
  position: static;
}

.heading-4 {
  color: #192024;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bold-text {
  color: #7e00ff;
  font-size: 16px;
}

.div-block {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .enquire-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .about-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .book-now-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .white-box {
    justify-content: space-between;
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
  }

  .packages-paragraph-title {
    font-size: 12px;
    line-height: 20px;
  }

  .whitebox-wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .packages-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .packages-section {
    margin-bottom: 0;
    padding: 10px 10px 0;
  }

  .heading-4 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .enquire-button {
    letter-spacing: 6px;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .about-wrap {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .book-now-button {
    letter-spacing: 6px;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 38px;
  }

  .white-box {
    width: 90%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .packages-paragraph-title, .packages-paragraph {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .packages-section {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .enquire-button {
    letter-spacing: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .about-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .book-now-button {
    letter-spacing: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
  }

  .white-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px 10px;
  }

  .package-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .packages-paragraph-title {
    font-size: 14px;
    line-height: 24px;
  }

  .whitebox-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .packages-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .packages-section {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}


