.pop-up-Positioning {
background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white background */
    backdrop-filter: blur(5px); /* Apply a blur effect to the background */
    width: 100%;
    height: 110vh;
    display: none;
    position: fixed;
    bottom: 0rem;
    top: -12rem;
    right: 0rem;
    left: 0rem;
    z-index: 100;
}

.closebutton{
    width: 100%;
    text-align: right;
    font-size: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial;
    
}
.closebutton:hover{
    cursor: pointer;
}
.hiring{
    height:100%
}


/* Second Form */
.pop-up-Positioning1{
background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white background */
    backdrop-filter: blur(5px); /* Apply a blur effect to the background */
    width: 100%;
    height: 110vh;
    display: none;
    position: fixed;
    bottom: 0rem;
    top: -13rem;
    right: 0rem;
    left: 0rem;
    z-index: 100;
}

.closebutton1{
    width: 100%;
    text-align: right;
    margin-bottom: -1em;
    font-size: 2rem;
    font-family: "Helvetica Neue",Helvetica,Arial;
    
}
.closebutton1:hover{
    cursor: pointer;
}

.getHired{
    height:100%
}


@media screen and (max-width: 768px)
{
  .contact-form{
    width: 90vw;
    max-height: 765px;
    /* display: flex; */
    /* flex-direction: row; */
    margin: 0 auto;
    overflow: scroll;
  }

  .pop-up-Positioning1{
    margin-top:8em;
    overflow: scroll;
  }

    .pop-up-Positioning{
    margin-top:8em;
    overflow: scroll;
  }
}