@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#contact .s1 p {
  font-size: 1.167rem;
  line-height: 1.8rem;
  color: #fff;
  max-width: 780px;
  margin-top: 1.5rem;
}

#contact .s2 {
  background-color: #E7E6E2;
}

#contact .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#contact .s2 .address-card {
  width: 33.33%;
  height: 350px;
  position: relative;
}

#contact .s2 .address-card > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#contact .s2 .address-card h3 {
  font-size: 2.165rem;
  line-height: 2.7rem;
  color: #23221F;
  margin-bottom: 1rem;
}

#contact .s2 .address-card p {
  font-size: 16px;
  line-height: 26px;
}

#contact .s2 .address-card a {
  color: #23221F;
  transition: color .3s ease;
}

#contact .s2 .address-card a:hover {
  color: #6CAB69;
}

#contact .s2 .second > div, #contact .s2 .third > div {
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 240px;
}

#contact .s2 .second {
  border-left: solid 1px #5B784D;
  border-right: solid 1px #5B784D;
}

#contact .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#contact .s3 > div {
  width: 50%;
  max-height: 1070px;
}

#contact .s3 .left {
  padding: 8.34rem 0;
}

#contact .s3 .left > div {
  max-width: 550px;
  padding-left: 1rem;
  margin-right: 4rem;
  margin-left: auto;
}

#contact .s3 .left h3 {
  font-size: 3.77rem;
  line-height: 4.2rem;
  margin-bottom: 3rem;
}

#contact .s3 .left form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#contact .s3 .left form input.hidhp {
  display: none;
}

#contact .s3 .left form input {
  display: block;
  width: 100%;
  max-width: 640px;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #23221F;
  background: transparent;
  border: none;
  border-bottom: solid 1px #5B784D;
  padding-bottom: 15px;
  -webkit-appearance: none;
  margin-bottom: 2rem;
}

#contact .s3 .left form ::placeholder {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  color: #23221F;
}

#contact .s3 .left form textarea {
  display: block;
  width: 100%;
  height: 100px;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #23221F;
  background: transparent;
  border: none;
  border-bottom: solid 1px #5B784D;
  margin-bottom: 2.23rem;
}

#contact .s3 .left form p {
  margin-bottom: 3rem;
}

#contact .s3 .left form .global-btn {
  background: none;
  cursor: pointer;
  margin-top: 1.5rem;
  border-color: #224E42;
}

#contact .s3 .left form .global-btn .text {
  color: #224E42;
}

#contact .s3 .left .response {
  position: relative;
  top: 2rem;
}

#contact .s3 .right {
  position: relative;
  overflow: hidden;
}

#contact .s3 .right .bg-parallax {
  background: url(/i/contact-form.jpg) no-repeat center/cover;
  will-change: transform;
  position: absolute;
  top: -45%;
  left: 0;
  height: 130%;
  width: 100%;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #contact .s3 .right .bg-parallax {
    position: relative;
    height: 100%;
    top: auto;
    left: auto;
    background-position: center 37%;
  }
}

@media screen and (max-width: 1023px) {
  #contact .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s3 > div {
    width: 100%;
    max-height: none;
  }
  #contact .s3 .left > div {
    max-width: none;
    padding-right: 1rem;
    margin-right: 0;
  }
  #contact .s3 .right {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #contact .s1 p {
    font-size: 1rem;
    line-height: 1.67rem;
  }
  #contact .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s2 .address-card {
    width: 100%;
    height: auto;
    padding: 3rem 0;
  }
  #contact .s2 .address-card > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #contact .s2 .second > div {
    left: auto;
    transform: none;
  }
  #contact .s2 .second {
    border-left: none;
    border-right: none;
    border-top: solid 1px #5B784D;
    border-bottom: solid 1px #5B784D;
  }
  #contact .s3 .left {
    padding: 5rem 0;
  }
  #contact .s3 .left h3 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  #contact .s3 .left form input {
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
  }
  #contact .s3 .left form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact .s3 .right {
    height: 350px;
  }
}
