.section-contact{
    background: url(../images/leaves.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
    
  }

  .section-contact h1{
    text-align: center;
    color: rgb(58, 58, 58);
    font-family:Georgia, 'Times New Roman', Times, serif;
  }
  .border{
    width: 300px;
    height: 5px;
    background: hsl(27, 100%, 79%);
    margin: 20px  auto;
    border-radius: 10px;
  }
  .border2{
    width: 150px;
    height: 5px;
    background: hsl(27, 100%, 79%);
    margin: 20px  auto;
    border-radius: 10px;
  }
  
  .contact-form{
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
  }
  
  
  .contact-form-text{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: 0;
    background: #111;
    padding: 20px 40px;
    outline: none;
    color: #ddd;
    transition: 0.5s;
    border-radius: 26px;
  }
  .contact-form-text:focus{
    box-shadow: 0 0 10px 4px #34495e;
    
  }
  textarea.contact-form-text{
    resize: none;
    height: 120px;
  }
  .contact-form-btn{
    float: right;
    border: 0;
    background: #34495e;
    color: #fff;
    padding: 12px 50px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
    
  }
  .contact-form-btn:hover{
    background: #2980b9;
  }
  /* media queries */
  @media only screen and (max-width: 768px){
    .section-contact{
      background: url(../images/leaves.jpg) no-repeat center;
      background-image: none;
      width: 60%;
      position: relative;
      left: 150px;
      margin: 10px 0px 100px 0px;
    }
    .section-contact .form-contact{
     position: relative;
     /* right: 400px; */
      
    }
    .container-req{
      margin: 0px 0px 50px 0px;
    }
      
   
  }
  @media only screen and (max-width: 425px){
    .section-contact{
      background: url(../images/leaves.jpg) no-repeat center;
      background-image: none;
      width: 80%;
      position: relative;
      left: 40px;
      margin: 10px 0px 100px 0px;
    }
    .section-contact .form-contact{
     position: relative;
     /* right: 400px; */
      
    }
    .container-req{
      margin: 0px 0px 50px 0px;
    }
    .border{
      position: relative;
     
      width: 300px;
      height: 5px;
      background: hsl(27, 100%, 79%);
      margin: 20px  auto;
      border-radius: 10px;
    }
    
      
   
  }
  @media only screen and (max-width: 375px){
    .border{
      position: relative;
      left: 0px;
      width: 300px;
      height: 5px;
      background: hsl(27, 100%, 79%);
      margin: 20px  auto;
      border-radius: 10px;
    }
    .section-contact{
      position: relative;
      left: 40px;
      background: url(../images/leaves.jpg) no-repeat center;
      background-image: none;
      width: 80%;
      
      
    }
  }
  @media only screen and (max-width: 320px){
    .border{
      width: 250px;
      height: 5px;
      background: hsl(27, 100%, 79%);
      margin: 20px  auto;
      border-radius: 10px;
    }
    
  }