.contact-container {
  width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
}

.contact-contact {
  width: 100%;
  height: 1247px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-image: linear-gradient(to bottom, rgb(0, 236, 253), rgb(255, 255, 255), rgb(0, 236, 253));


}

.contact-rectangle2 {
  top: 89.72204266321913%;
  left: 0px;
  width: 100%;
  height: 159px;
  position: absolute;
  box-shadow: 0 0 20px 0 #000000;
}
.contact-image1 {
  top: 92.82482223658694%;
  left: 15%;
  width: 52px;
  height: 52px;
  position: absolute;
}

.contact-text {
  top: 93.5%;
  left: 18%;
  color: rgba(0, 0, 0, 1);
  width: 198px;
  height: auto;
  position: absolute;
  font-size: 28px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-image2 {
  top: 91.7%;
  left: 70%;
  width: 85px;
  height: 85px;
  position: absolute;
}

.contact-text02 {
  top: 93.5%;
  left: 74%;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 28px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-image3 {
  top: 92.25%;
  left: 38.5%;
  width: 70px;
  height: 62px;
  position: absolute;
}

.contact-text04 {
  top: 93.5%;
  left: 42%;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 28px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-rectangle1 {
  top: 0px;
  left: 0px;
  right: 100px;
  width: 100%;
  height: 191px;
  position: absolute;
  box-shadow: 0 0 20px 0 #000000;
}

.contact-text06 {
  top: 79px;
  left: 720px;
  color: rgba(0, 0, 0, 1);
  width: 140px;
  height: auto;
  position: absolute;
  font-size: 40px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-text08 {
  top: 79px;
  left: 420px;
  color: rgba(0, 0, 0, 1);
  width: 127px;
  height: auto;
  position: absolute;
  font-size: 40px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-text10 {
  top: 79px;
  left: 1320px;
  color: rgba(0, 0, 0, 1);
  width: 173px;
  height: auto;
  position: absolute;
  font-size: 40px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-text12 {
  top: 79px;
  left: 1020px;
  color: rgba(0, 0, 0, 1);
  width: 191px;
  height: auto;
  position: absolute;
  font-size: 40px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-removal7391 {
  top: 17px;
  left: 1620px;
  width: 202px;
  height: 157px;
  position: absolute;
}

.contact-text14 {
  top: 290px;
  left: 920px;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 40px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-text16 {
  top: 381px;
  left: 420px;
  color: rgba(0, 0, 0, 1);
  width: 1182px;
  height: auto;
  position: absolute;
  font-size: 26px;
  font-style: Regular;
  text-align: left;
  font-family: Lexend;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.contact-text18 {
  top: 0px;
}

.contact-text20
{
  font-size: 26px;
  margin-left: 10px;
  font-family: Lexend;
  
}
.contact-box {
  width: 1200px;
  background-color: white;
  position: absolute;
  box-shadow: 0 0 20px 0 #000000;
  left: 420px;
  top: 600px;
}

form {
  margin: 35px;
}

.input-field {
  height: 40px;
  margin-left: 10px;
  border: 1px solid #777;
  border-radius: 14px;
  outline: none;
  width: 1113px;
  margin-top: 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.textarea-field {
  height: 150px;
  padding-top: 10px;
  width: 1113px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.btn {
  border-radius: 20px;
  color: #fff;
  margin-top: 18px;
  margin-left: 10px;
  padding: 10px;
  border: none;
  background-color: #47c35a;
  cursor: pointer;
}

