.back{
    width: 100%;
    height: 1800px;
   background-image: url(../images/contactback3.0.webp);
    background-size: cover;
    position: relativse;
    overflow: hidden;
  }
  .tint h1{
    margin: 150px;
    font-size: 100px;
    padding-left: 200px;
    color: #FFFFFF;
    margin-bottom: 80px;
  }
  .tint p{
    font-size:18px;
    color: #FFFFFF;
    margin: 20px;
    margin-bottom: 40pxssssss;
  }/*
  .tint{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 25, 0.5);
  }*/
  .box{
    padding-bottom: 5px;
    padding-right: 500px;
}
.contactinfo{
    display: inline-flex;
    margin-left: 50px;
}
.icon{
    width: 60px;
    height: 60px;
    background: rgb(132, 213, 189);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2.3rem;
    color: #FFF;
    
}
  
  .contact{
    display: inline;
  }
  .contactform
  {
      width: 40%;
      height: 80vh;
      padding: 40px;
      background:rgb(132, 213, 189);
      margin-left: 400px;
      margin-top: 100px;
      border-radius: 20px;
      
  }
  .contactform h2{
      font-size: 3.0rem;
      padding-bottom: 13px;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 10px;
      
  }
  .form{
      width: 90%;
      max-width: 600px;
  }
  input, textarea{
      width: 100%;
      padding: 10px;
     /* outline: 0;*/
      border: 1px solid #e3d5e6;
  }
  
  button{
      text-align: center;
      padding: 10px;
     /* color: #d788e3;*/
     /* outline: none;*/
      border: 1px solid #f152bc;
      width: 100%;
      cursor: pointer;
  }
  footer{
    background-color:rgb(132, 213, 189) ;
    display: flex;
    height: 30vh;
    padding-top: 80px;
    width: 100%;
    justify-content: space-between;
  }