


.enovo-contact-us h2 {
    background-image: linear-gradient(270deg, #6ddee5 31.82%, #50f1be 68.64%);
    color: transparent;
    background-clip: text;
    margin-top: 72px;
    /* margin-bottom: -50px !important; */
    font-size: 103px;
    /* font-size: 128px; */
    font-weight: 600;
  }
  .enovo-contact-us-para1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    /* margin-top: -20px; */
  }
  .enovo-contact-us-para2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    margin-top: 37px;
  }
  
  /* form */
  input {
    /* border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #000000; */
  }
  * :focus {
    box-shadow: none !important;
  }
  .form-control {
    resize: none;
  }
  
  .form-control:focus {
    background-color: transparent; /* Keep the background transparent on focus */
    box-shadow: none; /* Remove default shadow on focus */
    border-bottom: 1px solid #000000;
  }
  /* .form-lable2{
    color: #D2D2D2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 48px;
    margin-top: 10px;
  } */
  .form-label1 {
    color: #D2D2D2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 48px;
  }
  .form-lable2{
    color: #D2D2D2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 48px;
    margin-top: 17px;
  }
  
  .form-control-textarea1 {
    border-bottom: 1px solid #737373;
    font-size: 24px;
    font-weight: 400;
    width: 708px;
    height: 132px;
    
  }
  
  .form-control-text {
    width: 345px;
    background-color: transparent; /* Transparent background */
    border: none; /* Remove all borders */
    border-bottom: 1px solid #737373; /* Add bottom border */
    box-shadow: none; /* Remove any shadows */
    border-radius: 0; /* Remove border radius */
    margin-top: -15px ;
  }
  .io {
    margin-top: 71px;
  }
  .contact-submit{
    font-size: 24px !important;
    color: #000000;
    font-weight: 500 !important;
    border: 0.76px solid #000000;
    border-radius: 38.76px;
  }
  .contact-submit:hover{
    border: 0.76px solid #000000;
  }
  .contact-submit-btn{
    width: 13px;
    
  }


  @media only screen and (max-width:990px){
    /* .form-control-textarea1 {
      border-bottom: 1px solid #737373;
      font-size: 24px;
      font-weight: 400;
      height: 132px;
  } */
  .enovo-contact-us h2 {
    font-size: 54px;
}

.enovo-contact-us-para1 {
  width: 100%;
  font-size: 24px;
}
.enovo-contact-us-para2 {
  font-size: 16px;
  line-height: 25px;
  padding-left: 16px;
  margin-top: 18px;
}
.form-control-text {
  width: 100%;
}
.form-control-textarea1 {
  border-bottom: 1px solid #737373;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  height: 132px;
}
.form-label1 {
  font-size: 16px;
}
.form-lable2 {
  font-size: 16px;
}
.contact-submit {
  font-size: 16px !important;
}
.contact-submit-btn {
  width: 9px;
}
  }
