/*****************************/
/*CONTACT TO ME*/
/*****************************/
.contact-text-box {
  background-color: #1098ad;
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
  border-radius: 11px;
  color: #fff;
  font-weight: 400;
}

.style-white {
  color: #fff;
}

.grid--2--cols {
  grid-template-columns: 2fr 1fr;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.contact-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.contact-form input,
.contact-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  background-color: #e3fafc;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  color: #0b7285;
}

.cta-form input::placeholder {
  color: #0b7285;
}

.btn--form {
  background-color: #0b7285;
  color: #e3fafc;
  align-self: end;
  padding: 1.2rem;
}

.btn--form:hover {
  background-color: white;
  color: #0b7285;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0, 0.2);
}

.list-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
}

.link {
  text-decoration: none;
}

.link:link,
.link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s;
}
.link:hover,
.link:active {
  color: #555;
}

.contact-icon {
  fill: #333;
  height: 4.8rem;
  width: 4.8rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}
