.contact-content {
    display: none;
    width: 75vw; 
    height: 100vh; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    z-index: -1;
    transform: translate(-50%, -85%);
  }
  
  .contact-black-wrapper {
    width: 100%;
    height: 70vh;
    background: black;
    display: flex;
  }
  
  .small-input {
    margin-bottom: 15px;
    height: 20px;
    width: 300px;
    padding: 20px;
    border: white 2px solid;
    color: white;
    background: rgb(24, 24, 24);
    
  }
  
  
  .long-input {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  input {
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
  }
  
  
  ::placeholder {
    color: #8B8989;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  
  .closeicon6 {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }