#contact .hero-part .banner-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#contact .hero-part .banner-img img {
  width: 100%;
}

#contact .hero-part .banner-img p {
  color: white;
  position: absolute;
  top: 50%;
  left: 16%;
  z-index: 1;
  font-size: 84px;
}

@media screen and (max-width: 1440px) {
  #contact .hero-part .banner-img p {
    top: 47% !important;
    font-size: 64px !important;
  }
}

@media screen and (max-width: 992px) {
  #contact .hero-part .banner-img p {
    font-size: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  #contact .hero-part .banner-img p {
    font-size: 24px !important;
    top: 45% !important;
  }
}

@media screen and (max-width: 425px) {
  #contact .hero-part .banner-img p {
    font-size: 22px !important;
  }
}

#contact .title {
  font-family: "PPFormula-Medium";
  display: flex;
  gap: 10px;
}

#contact .title span {
  font-family: "PPFormula-Medium";
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 107px;
  letter-spacing: -5.04px;
}

@media (width< 1024px) {
  #contact .title span {
    font-size: 44px;
	letter-spacing: -3.04;
  }
}

@media (max-width: 400px) {
  #contact .title span {
    font-size: 34px;
	letter-spacing: -2.04px;
  }
}

#contact .title span:first-child {
  color: #ed1c24;
}

#contact .title span:last-child {
  background: linear-gradient(180deg, #141414 0%, #747484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*  inputs */
#contact input {
  width: 100%;
  outline: none;
  border: 1px solid black;
  height: 58px;
  border-radius: 54px;
  padding: 0 45px 0 15px;
  font-family: "PPTelegraf-Regular";
  color: black;

}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  font-family: "PPTelegraf-Light";
}
#contact .input-area svg {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact textarea {
  resize: none;
  outline: none;
  border: 1px solid black;
  width: 100%;
  border-radius: 28px;
  padding: 15px;
}
#contact .right-side div {
  font-family: "PPTelegraf-Light";
  color: #eff0f2;
}
#contact .right-side div:nth-child(even) {
  font-family: "PPTelegraf-Light";
  font-size: 24px;
  line-height: 28px; /* 116.667% */
  margin-bottom: 30px;
  margin-top: 10px;
  color: white;
}
#contact button {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: -0.64px;
  box-shadow: 0px 20px 20px -15px rgba(0, 180, 216, 0.35);
  background: #ed1c24;
  letter-spacing: -0.64px;
  font-weight: 300;
}
