/* ============================
NAVIGATION 
*/

.navigation {
  display: flex;
  margin-top: 6.4rem;
  justify-content: space-between;
}

.navigation__logo {
  height: 2.4rem;
  width: 19.6rem;
}

.navigation__items {
  display: flex;
  gap: 4.2rem;
}

.navigation__item {
  transition: all 0.3s ease-out;
  position: relative;
}

.navigation__item:hover {
  color: var(--color-peach);
}

.navigation__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0rem;
  height: 0.1rem;
  transition: all 0.3s;
  background-color: var(--color-peach);
}

.navigation__item:hover:after {
  width: 100%;
}

/* 
*/

h1 {
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
}

p {
  font-family: Jost;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
a {
  color: inherit;
}

.menu {
  display: flex;
  font-size: 20px;
  height: 14px;
  align-self: center;
  justify-content: center;
}

.underline:hover {
  text-decoration: underline;
}

.contact-us__card {
  width: 1111px;
  height: 600px;
  background: #e7816b;
  border-radius: 15px;
  margin-top: 64px;
  margin-bottom: 160px;
}

.contact-us__textbox {
  width: 540px;
  height: 184px;
  padding-left: 95px;
  padding-top: 135px;
}

.contact-us__title {
  margin-bottom: 32px;
  color: #fff;
}

.contact-us__form {
  display: flex;
  margin-left: 60%;
  position: relative;
  flex-direction: column;
  margin-bottom: 50%;
}

.form-item {
  border: none;
  color: #ffffff;
  font-family: Jost;
  margin-bottom: 25px;
  width: 380px;
  height: 49px;
  position: relative;
}

.form-item > p.active {
  display: block;
  pointer-events: none;
}

.form-item > p {
  text-align: right;
  padding-right: 36px;
  position: relative;
  font-weight: 400;
  z-index: 1;
  display: none;
  font-style: italic;
  pointer-events: none;
}

.form-item > p::after {
  content: "";
  position: absolute;
  top: unset;
  right: 8px;
  bottom: unset;
  left: unset;
  width: 20px;
  height: 20px;
  background-image: url(/assets/contact/desktop/icon-error.svg);
}

input,
textarea {
  background-color: transparent !important;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid white;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  transition: all 0.1s ease;
  resize: none;
  padding-left: 15px;
  position: absolute;
  width: 100%;
}

input:placeholder {
  color: #fff;
  color: #ffffff;
  margin-left: 20px;
  mix-blend-mode: normal;
  opacity: 0.5;
  padding-left: 20px;
}

input:focus {
  border-bottom: 3px solid white;
  transition: all 0.1s ease;
}

::placeholder {
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-left: 20px;
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.location__card {
  width: 350px;
  text-align: center;
  margin-bottom: 160px;
}

.location__card img {
  margin: 0 auto;
}

.skills__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 5px;
  color: #333136;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.location__title {
  margin-bottom: 32px;
  margin-top: 0px;
}

.location__image {
  margin-bottom: 42px;
}

.skills__img {
  background-image: url(/assets/shared/desktop/bg-pattern-small-circle.svg);
  background-size: cover;
  margin-bottom: 43px;
}

.card__btn {
  margin-top: 40px;
}

.contact__btn {
  margin-top: 118px;
  margin-right: 96px;
}

.btn {
  background: #ffffff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  width: 152px;
  height: 56px;
  border: none;
  transition: all 0.7s ease;
  transition-property: color, background-color;

  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #ffad9b;
  transition: all 0.4s ease;
}

.btn-peach {
  background: #e7816b;
  color: #fff;
}

.contact__btn-left {
  margin-left: 228px;
  margin-top: 30px;
}

.terms-conditions-link {
  margin-top: 32px;
  display: inline-block;
  text-decoration: underline;
  opacity: 0.7;
  color: #fff;
}

#contact-form {
  width: 100px;
  margin-left: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 0%;
}

/* ============================
FOOTER
*/

.footer {
  background-color: var(--color-black);
  color: var(--color-white);
  height: 39rem;
  padding-top: 7.2rem;
}

.footer-content {
  margin: 0 auto;
}

.footer__line {
  margin-top: 4rem;
  border: 1px solid var(--color-dark-grey);
}

.footer__info {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-info__contact {
  display: flex;
  gap: 16.8rem;
  color: var(--color-medium-grey);
}

.footer__info-oficine p:nth-of-type(1) {
  font-weight: 500;
}

.footer__info-oficine p:nth-of-type(2) {
  max-width: 23rem;
}

.footer__info-online p:nth-of-type(1) {
  font-weight: 500;
}

.footer__info-online a {
  display: block;
}

.footer__info-online a:hover {
  text-decoration: underline;
}

.footer_info-social ul {
  display: flex;
  gap: 1.6rem;
}

.footer_info-social svg {
  cursor: pointer;
  transition: all 0.3s ease;
  fill: var(--color-peach);
}

.footer_info-social svg:hover {
  fill: var(--color-light-peach);
  transform: scale(1.1);
}
