body {
  margin: 0;
  font-family: "Playfair Display", serif;
}
.pd-container {
  display: flex;
}
.pd-col {
  flex: 1;
}
/* Left Column */
.pd-form-container {
  width: 100%;
  max-width: 650px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pd-logo-row {
  padding: 40px 0 80px 0;
}
.pd-title-top-text {
  font-size: 22px;
  font-family: "Playfair Display";
  color: rgb(0, 0, 0);
  line-height: 1.136;
  text-align: left;
}
.pd-title {
  margin: 16px 0;
  font-size: 90px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
.pd-title-text {
  display: flex;
}
.pd-title-text div {
  flex: 2;
}
.pd-title-text div.pd-title-line {
  flex: 1;
}
.pd-title-text div p {
  font-size: 14px;
  font-family: "Playfair Display";
  color: rgb(0, 0, 0);
  line-height: 1.786;
  text-align: left;
}
.pd-title-line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.pd-title-line hr {
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: #000;
  z-index: 2;
}
h3.pd-list-title {
  font-size: 18px;
  font-family: "Playfair Display";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.pd-list ul {
  padding: 0;
  list-style-type: none;
}
.pd-list ul li {
  padding: 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
  font-family: "Playfair Display";
  color: rgb(64, 53, 57);
  text-align: left;
}
.pd-list ul li p {
  padding: 0;
  margin: 0;
}
.pd-list ul li p span {
  color: #c5a69a;
}
.pd-list ul li img {
  margin-right: 15px;
  height: 15px;
  width: 15px;
}
.form-title h3 {
  font-size: 20px;
  font-family: "Playfair Display";
  color: rgb(47, 47, 47);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.7;
  text-align: left;
}
.pd-form-subtitle p {
  margin: 12px 0 25px 0;
  font-size: 21px;
  font-family: "Playfair Display";
  color: rgb(197, 166, 154);
  font-style: italic;
}

/**/
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-form-input {
  position: relative;
}
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-name input {
  height: 45px;
  width: 100%;
  max-width: 500px;
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  outline: none;
}
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-email input {
  height: 45px;
  width: 100%;
  max-width: 500px;
  padding: 0 20px 0 40px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  outline: none;
}
.pd-form-container
  .pd-form-wrapper
  .pd-form-inputs
  .pd-form-input
  input::-webkit-input-placeholder {
  color: #2f2f2f;
}
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-form-input:before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.pd-form-container
  .pd-form-wrapper
  .pd-form-inputs
  .pd-form-input.pd-name:before {
  background-image: url(images/user.png);
}
.pd-form-container
  .pd-form-wrapper
  .pd-form-inputs
  .pd-form-input.pd-email:before {
  background-image: url(images/envelope.png);
}
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-checkbox {
  display: flex;
  align-items: flex-start;
  margin: 6px 0;
  width: 100%;
  max-width: 500px;
}
.pd-form-container .pd-form-wrapper .pd-form-inputs .pd-checkbox p {
  margin: 0;
  padding-left: 5px;
  font-size: 11px;
  font-family: "Playfair Display";
  color: rgba(47, 47, 47, 0.502);
  font-weight: bold;
  line-height: 1.182;
}
.pd-button-container {
  margin: auto;
  padding: 35px 0;
  display: flex;
}
input.pd-form-submit {
  border: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 180px;
  font-size: 20px;
  font-family: "Playfair Display";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.7;
  text-align: left;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(197, 166, 154);
  cursor: pointer;
}
/* Right Column */
.pd-col-right {
  height: auto;
  min-height: 100vh;
  background-image: url("images/right-bg.jpg");
  background-size: cover;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

.pd-none {
  display: none;
  visibility: hidden;
}

/* Banner */
.ph-list-banner {
  width: 100%;
}
.ph-list-banner a {
  text-decoration: none;
}
.ph-list-banner a img {
  width: 100%;
}

/* Media */
@media screen and (max-width: 1400px) {
  .pd-col-right {
    background-position: 70% 50%;
  }
}
@media screen and (max-width: 992px) {
  .pd-title-line {
    display: none;
  }
  .pd-form-container .pd-form-wrapper .pd-form-inputs .pd-name input,
  .pd-form-container .pd-form-wrapper .pd-form-inputs .pd-email input {
    width: 90%;
  }
}
@media screen and (min-width: 800px) {
   .mobile-active {
      display: none;
   }
}
@media screen and (max-width: 800px) {
  .pd-container {
    flex-direction: column;
  }
  .pd-form-container {
    width: auto;
    max-width: auto;
  }
  .pd-title {
    font-size: 65px;
  }
  .pd-col-left {
    width: 100%;
    height: auto;
  }
  .pd-form-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pd-logo-bg {
    min-height: 250px;
    background: url("images/mobile-bg.jpg");
    background-position: 30% 95%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 80px 0 30px 0; */
  }
  .pd-logo-row img {
    width: 100%;
    max-width: 230px;
  }
  .pd-title-top-text {
    margin-top: 0;
  }
  .pd-title-box,
  .pd-list,
  .form-title,
  .pd-form-wrapper {
    padding: 0 30px;
  }
  .pd-col-right {
    display: none;
  }
  .pd-form-subtitle {
    padding: 0 30px;
  }
  .pd-logo-row {
    padding: 0 30px;
  }
  .mobile-none {
    display: none;
  }
  .mobile-active {
    padding: 15px 30px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pd-title {
    font-size: 10vw;
  }
  .column {
    width: 100%;
  }
  .pd-logo-bg {
    min-height: 250px;
    background: url("images/mobile-bg-600.jpg");
    background-position: 20% 95%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 80px 0 30px 0; */
  }
}
