@import url('https://use.fontawesome.com/releases/v7.0.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
body {
  font-family: lora, serif;
  text-align: center;
  margin: 100px 0;
  line-height: 2;
  font-size: 15px;
  background: black;
}
a {
  color: inherit;
  text-decoration: none;
}
.logo {
  width: 250px;
  max-width: 40%;
  margin-bottom: 50px;
}
.hero {
  width: 1000px;
  max-width: 100%;
}
.main {
  display: inline-block;
  width: 800px;
  max-width: 90%;
  text-align: left;
  padding: 100px;
  margin-top: -100px;
  background: white;
  box-sizing: border-box;
}
h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.6;
}
h2 {
  font-size: 20px;
  margin: 30px 0 0;
}
h1, h2 {
  font-weight: 500;
}
form {
  margin-top: 50px;
}
input, textarea {
  font: inherit;
  width: 100%;
  border: .5px solid;
  padding: 10px;
  outline: none;
  border-radius: 0;
}
input[type="submit"] {
  background: black;
  margin-top: 30px;
  color: white;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-not-valid-tip {
  color: black;
  margin-top: 5px;
}
.sent input[type="submit"] {
  opacity: .1;
}
.wpcf7-spinner {
  margin: 10px auto;
  display: block;
  background: black;
  opacity: 1;
}
.button {
  padding: 13px 40px;
  margin: 15px 15px 0 0;
  display: inline-block;
  background: #d3af37;
  color: white;
  font-size: 18px;
  border: solid 2px #d3af37;
}
.call {
  background: none;
  color: #d3af37;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 9;
  cursor: wait;
}
.ul {
  border-bottom: solid;
  color: #d2b038;
  font-weight: 500;
  display: inline-block;
}
reviews {
  text-align: center;
  position: relative;
  height: 220px;
  display: block;
  border: solid 2px #d2b038;
  padding: 50px;
  border-radius: 15px;
  margin: 70px 0;
}
nav img {
  width: 20px;
}
nav {
  bottom: 15px;
  left: 0;
  width: 100%;
  position: absolute;
  font-size: 0;
}
nav span {
  padding: 30px;
  display: inline-block;
  cursor: pointer;
}
nav i {
  margin: 0 10px;
  font-size: 20px;
  vertical-align: -2px;
}
.slide span {
  margin-top: 5px;
  display: block;
  font-weight: 500;
  color: #d2b038;
}
.gold {
  color: #d2b038;
}
.how {
  display: block;
  margin: 30px 0;
}
.main i {
  margin-right: 10px;
  color: #d2b038;
}
.signup {
  display: block;
  border: solid 2px #d2b038;
  padding: 50px;
  border-radius: 15px;
  margin-top: 60px;
}
.signup h1 {
  margin-bottom: 5px;
}
.footer {
  color: white;
  margin-top: 50px;
  display: inline-block;
  line-height: 2.5;
}
.footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.footer i {
  margin: 15px 0 10px;
  font-size: 25px;
}
.grecaptcha-badge {
  display: none;
}
@media (max-width: 500px) {
  body {
    margin: 70px 0;
    line-height: 1.9;
    font-size: 13px;
  }
  .logo {
    margin-bottom: 40px;
  }
  form {
    margin: 30px 0;
  }
  h1 {
    margin: 30px 0 0;
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  input, textarea {
    font-size: 16px;
  }
  .main {
    padding: 15px 15px 50px;
    margin-top: -30px;
  }
  .button {
    padding: 10px 25px;
    margin: 15px 15px 0 0;
  }
  .footer {
    font-size: 14px;
  }
  reviews {
    padding: 30px;
    margin: 70px 0;
    height: 360px;
  }
  .signup {
    padding: 30px;
  }
  .signup h1 {
    margin: 5px 0;
  }
}