.header-bar {
  padding: 50px 100px 0 100px;
}

.contact-us {
  padding: 30px 100px;
}

.contact-us .left-part {
  margin-top: 50px;
}

.contact-us .left-part h3 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.contact-us .left-part h1 {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-us .left-part p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
}

.input-group-meta textarea {
  width: 100%;
  height: 100px;
  font-size: 23px;
  color: var(--heading);
  border: none;
  border-bottom: solid 2px #000;
  resize: none;
  padding: 20px 0;
  font-family: "Rubik", sans-serif;
}

.form-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1px;
}

.info-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.info-item i {
  margin-right: 15px;
  color: var(--primary-color);
  font-size: 20px;
  border: solid 1px var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.social-links {
  margin-top: 30px;
}
.social-links h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1px;
}
.social-links p {
  margin-bottom: 10px;
  font-size: 16px;
}
.social-links a {
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.social-links a:hover {
  color: var(--heading);
  border-color: var(--heading);
}

.contact-form .nput-group-meta .phone-number-label{
  top: -30px;
}