.lastMsg {
  margin: 34px 24px;
}

.lastMsgText {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  font-style: normal;
}

.errorMsg {
  color: red;
  margin-left: 15px;
  margin-top: 22px;
  width: 50%;
}

.click:hover {
  cursor: pointer;
  background-color: #008552;
  transform: scale(1.1);
}

.contactForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.fText {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #6b778c;
  font-style: normal;
  padding: 15px;
}

:hover::placeholder {
  transform: translate(10px);
}

form input {
  width: 327px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d0d9d4;
  background: #fff;
}

.fEmail {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
  color: #6b778c;
  font-style: normal;
  padding: 15px;
}

form textarea {
  width: 327px;
  height: 114px;
  border-radius: 4px;
  border: 1px solid #60c095;
  margin-top: 24px;
  background: #fff;
}

.fTextArea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
  color: #091e42;
  font-style: normal;
  padding-left: 16px;
  padding-top: 12px;
}

.fTextArea::placeholder {
  color: black;
}

.getInTouch {
  padding: 12px;
  background: #36b37f;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #fff;
  border-style: none;
  border-radius: 4px;
  margin-top: 24px;
}

.mailMe {
  text-align: center;
  margin-top: 10px;
  color: #555;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.footerSocialIcons {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 24px;
}

.footerSocialIconsContainer {
  position: relative;
}

.footerFrameMob {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footerEmail {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #42526e;
  font-style: normal;
  text-align: center;
  padding-top: 19px;
}

.footerHr {
  display: flex;
  justify-content: center;
}

hr {
  margin: 100px 120px 10px 121px;
  width: 134px;
  height: 4px;
  background: #0d151e;
  border-radius: 10px;
}

.footerBtn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .footerFrameMob,
  .footerEmail,
  .footerHr {
    display: none;
  }

  .footerDesktopContainer {
    max-width: 116rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 3fr);
    column-gap: 2.4rem;
    margin-bottom: 16.5rem;
    padding-right: 4rem;
    padding-left: 2rem;
  }

  .lastMsg {
    margin: 0;
  }

  .lastMsgText {
    color: #172b4d;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 52px;
    font-style: normal;
    padding-top: 50px;
  }

  .contactForm {
    width: 100%;
  }

  form input {
    width: auto;
    height: 48px;
  }

  form textarea {
    width: auto;
    height: 114px;
  }

  .getInTouch {
    margin: 0;
    margin-top: 24px;
  }

  .footerImg {
    padding: 0;
    background-image: url("https://kgomotso196.github.io/MyPortfolio/pngFiles/frameOne.png"), url("https://kgomotso196.github.io/MyPortfolio/pngFiles/frameTwo.png"), url("https://kgomotso196.github.io/MyPortfolio/pngFiles/frameThree.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 80%, 20% 70%, 100% 55%;
  }

  .footerSocialIconsContainer {
    border-top: 1px solid #dfe1e6;
  }
}
