h1 {
  font-size: 5rem;
  margin: 0 0 50px;
  line-height: 5.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  color: #FF5D5D;
  margin: 0 auto 30px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1.5rem;
  color: #A27B5C;
}

form {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}

form h2 {
  margin: 10px 0 50px;
}

form input {
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  background-color: inherit;
  border-radius: 5px;
  color: #FF5D5D;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  outline: none;
  border: solid 1px #A27B5C;
  padding: 10px 20px;
}

form textarea {
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  background-color: inherit;
  border-radius: 5px;
  height: 20vh;
  resize: none;
  color: #FF5D5D;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  outline: none;
  border: solid 1px #A27B5C;
  padding: 20px;
}

input::placeholder, textarea::placeholder {
  color: rgb(180, 180, 180);
}

input:focus, textarea:focus {
  border: solid 1px #FF5D5D;
}

p {
  margin: 0;
}

.contact-center {
  position: relative;
  top: 8vh;
}

.contact-items a {
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
  color: rgb(80, 80, 80);
}

.contact-items a:hover {
  color: #FF5D5D;
}

.contact-top {
  position: relative;
  background-image: url("../imgs/bg-lines2.png");
  background-blend-mode: soft-light;
  background-color: #FF5D5D;
  background-size: cover;
  mix-blend-mode: normal;
  color: white;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 20vh;
}

.main-content {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 80%;
  max-width: 1024px;
}

.contact-items {
  border-radius: 5px;
  border: solid 1px #FF5D5D;
  padding: 50px;
}

.icons-cnt {
  font-size: 4rem;
  margin: 0;
  color: #FF5D5D;
}

.inner-opt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3vw;
}

.cont-options {
  background-color: #EFEFEF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  padding: 50px 0 100px;
}

.form-cnt {
  padding: 100px 0;
}

.form-btn {
  width: 100%;
  background-color: inherit;
  padding: 10px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  background-color: inherit;
  border-radius: 5px;
  color: #FF5D5D;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  border: solid 1px #FF5D5D;
  cursor: pointer;
  transition: 0.3s;
}

.form-btn:hover {
  background-color: #FF5D5D;
  color: white;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .contact-items a {
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
  }

  .contact-items p {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
    line-height: 1rem;
  }

  .contact-items {
    border-radius: 5px;
    border: solid 1px #FF5D5D;
    padding: 30px;
  }

}

@media (max-width: 700px) {
  .contact-items {
    grid-column: 1/3;
  }
}
