.main-container {
  margin-top: 50px;
  margin-bottom: 100px;
}

.dp-2 {
  width: 500px;
  margin: 5px auto;
  margin-left: 15px;
  border-radius: 12px;
  /* position: relative; */
}

.img-h1-div {
  position: relative;
  margin-bottom: 24px;
}

.img-overlay-txt {
  position: absolute;
  left: 80px;
  bottom: 64px;
  background: none;
  font-size: 54px;
}

.img-overlay-hin {
  position: absolute;
  bottom: 48px;
  left: 86px;
  background: none;
}

.contact-head {
  margin-left: 130px;
  margin-top: 84px;
  font-size: 44px;
  color: #b7fcb7;
  font-family: sm-font-1;
}

.contact-form {
  display: flex;
  gap: 100px;
  margin: 20px 34px 20px 34px;
}

.form-left {
  margin-left: 100px;
}

.form-left p {
  width: 560px;
  /* text-align: center; */
  word-spacing: 3px;
  line-height: 34px;
}

.form-left p a {
  color: #f46036;
  transition: 0.5s ease;
}

.form-left p a:hover {
  color: #b7fcb7;
}

.form-right {
  margin-right: 100px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: poppins;
}

.contact input {
  border: none;
  color: white;
  font-family: poppins;
  font-size: 18px;
  padding: 10px 5px 18px 5px;
  border-bottom: 1px solid grey;
  width: 500px;
}

.contact input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border-color: inherit;
  border-bottom: 1px solid grey;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

option {
  border: none;
  color: white;
  font-family: poppins;
  padding: 10px;
  width: 400px;
  font-size: 18px;
}

select {
  border: 0.5px solid grey;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  margin-top: 24px;
}

textarea {
  font-family: poppins;
  width: 100%;
  resize: none;
  height: 144px;
  outline: none;
  padding: 15px;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
  max-height: 330px;
  border: 0.5px solid grey;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

.contact-pg-btn {
  width: 200px;
  height: 50px;
  padding: 5px;
  font-family: poppins;
  font-size: 20px;
  border: none;
  background-color: #f46036;
  border-radius: 5px;
  transition: 0.5s ease;
  cursor: pointer;
}

.contact-pg-btn:hover {
  color: black;
}

footer {
  margin-bottom: -200px;
  margin-top: 50px;
}