* {
  margin: 0;
  padding: 0;
}
.contact-container .inner {
  position: relative;
}

.contact-container {
  background-image: url(../Images/img/black-texture2.jpg);
  height: 100%;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contact-form-header h1,
.contact-form-header p {
  color: var(--jobless-white);
}

.contact-form-container {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.contact-form-header h1 {
  font-size: 46px;
  margin-bottom: 10px;
}

.contact-form-header p {
  font-size: 17px;
}

.contact-img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.contact-container::after {
  content: "";
  background-color: var(--jobless-dark);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 50%;
  position: absolute;
}

.green-blob {
  position: absolute;
}

.blob1 {
  top: 0px;
  right: 0;
  width: 80%;
}

.blob2 {
  width: 50%;
  top: 650px;
  right: 0px;
}

.contact-img {
  width: 99%;
  top: 220px;
  right: 0px;
  position: absolute;
}

.contact-img img {
  width: 100%;
}

.input-container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.input-name-container,
.input-email-container,
.input-message-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 395px;
}
.input-name-container label,
.input-email-container label,
.input-message-container label {
  padding-left: 5px;
}

.other-contact {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.form-control {
  height: 50px;
  border-radius: 15px;
  background: #e4e4e4e5;
  padding-left: 10px;
  border: none;
}

.message-input {
  border-radius: 15px 15px 0 15px;
  padding-left: 10px;
  padding-top: 10px;
  background: #e4e4e4e5;
}

.submit-button {
  width: 70%;
  max-width: 300px;
  min-width: 200px;
  height: 50px;
  border-radius: 15px;
  background-color: #92e3a9;
  font-size: 20px;
  font-weight: 500;
  border: none;
  box-shadow: var(--jobless-shadow-green);
}

.social-media-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
}

.social-media-container i {
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--jobless-white);
}

.jobless-phone,
.jobless-mail {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: #d3d3d3;
  right: 0px;
}

.fa-at,
.fa-phone {
  font-size: 1.5em;
}

@media screen and (max-width: 500px) {
  .input-name-container,
  .input-email-container,
  .input-message-container {
    width: 100%;
  }

  .form-control {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 769px) {
  .contact-container .inner {
    display: flex;
    flex-direction: row;
    z-index: 10;
    overflow: visible;
  }

  .contact-form-container {
    width: 50%;
  }

  .contact-form-wrapper {
    width: 100%;
    margin: 0;
  }

  .contact-form-wrapper form {
    width: 100%;
  }

  .input-container {
    margin-top: 100px;
    width: 100%;
  }

  .contact-img-container {
    position: relative;
    width: 50%;
  }

  .input-email-container,
  .input-name-container {
    width: 70%;
    max-width: 280px;
  }

  .input-message-container,
  .message-input {
    width: 400px;
    height: 140px;
  }

  .form-control {
    height: 40px;
  }

  .contact-container::after {
    background: linear-gradient(
      90deg,
      rgba(12, 12, 12, 0) 0%,
      rgba(12, 12, 12, 0) 32%,
      rgba(12, 12, 12, 0.8791165014164306) 54%,
      rgba(12, 12, 12, 1) 100%
    );
    content: "";
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 100%;
  }

  .contact-img {
    position: absolute;
    width: 150%;
    height: 150%;
    top: 90px;
    right: 0px;
  }

  .blob2 {
    top: 50px;
    right: 0px;
    width: 60%;
  }

  .blob1 {
    width: 100%;
    max-width: 380px;
    top: 550px;
    left: -100px;
  }
}

@media screen and (min-width: 770px) and (max-width: 882px) {
  .blob1 {
    top: 480px;
    width: 80%;
  }

  .blob2 {
    width: 60%;
    top: 0px;
  }
}

@media screen and (min-width: 1100px) {
  .blob1 {
    top: 630px;
    left: -190px;
  }

  .blob2 {
    width: 50%;
  }
}
