.contactmain{
    border:0px solid red;
    width: 100%;
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.contactcenter{
    border:0px solid red;
    width: 50%;
height: 100%;
color: black ;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;

}
.contactWant{
    font-size: 20px;
}
.contactTouch{
    margin-top: 20px;
    font-size: 50px;
    letter-spacing: 1px;

}
.needTitle{
    font-size: 20px;
    margin-top: 80px;
    color: rgb(188, 184, 184);

}
.needitem{
    position: relative;
    overflow: hidden; 
    border:1px solid gainsboro;
    border-radius: 28px;
    height: 45px;
    min-width: 100px;
    padding: 0 20px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.needitem .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    transform: scaleY(0); /* Starts scaled to 0 height */
    transform-origin: top; /* Ensures scaling is done from the top */
    transition: transform 0.5s ease;
  }
  .needitem.active span {
    color: white; /* Text turns white */
    z-index: 30;
  }
  
  .needitem.active .overlay {
    top: 0%; /* The overlay is visible */
    transform: scaleY(1); /* The overlay covers the div */
  }
  

  
.needTitle{
    padding-left: 5px;
    
}
.needContainer{
    border:0px solid red;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20%;
    width: 630px;
}
.needContainer2{
    width: 80% !important;
    padding-right: 5%;

}
.needContainer3{
    width: 85% !important;
    padding-right: 2%;

}
.needText{
    font-weight: 500;
    font-size: 14px;
}
.topFields{
   margin-top: 100px;
   border: 0px solid red;
   width: 85%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 80px;
}
.textinput{
    border: 0px solid red;
    background-color: transparent;
    border-bottom: 0.5px solid grey;
    outline: none;
    padding-bottom: 10px;
    width: 46%;
    font-size: 17px;
}
.downField{
    height: 80px;
    border: 0px solid red;
    display: flex;
    align-items: center;

}
.textinputcontact{
    width: 85%;
}
.budget{
    margin: 50px 0 20px;
    font-size: 20px;
    color: rgb(188, 184, 184);
    
}
.captcha{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
  
}
.captchaContainer{
    height: 100px;
    border: 0px solid red;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.priv{
}
.submitContainer{
    border: 0px solid red;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-top: 50px;
}
.sumbitbutton{
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    outline: none;
    border:0px solid red;
    margin-top: 50px;
    background-color: rgb(78, 144, 230);
    color:white;

}
.spec_emoji{
    font-size: 35px;
    margin-left: 10px;
    margin-top: 50px;
}
.mobileContactMain{
    display: none;
}
.mobileFooterTwo{
    display: none;
}
.mobileFooterFour{
    display: none;
}
@media (max-width: 768px) {
    .textContainer{
        margin-bottom: 30px;
    }
    .textContainer1{
      margin-top: 50px;

    }
    
    .textinput{
        width: 350px !important;
        margin: 10px 10px;
    }
.needContainer{
    border: 0px solid red;
    width: 90vw !important;

}
.needContainer3{
    border: 0px solid red;
    width: 90vw !important;
}
.needContainer2{
    border: 0px solid red;
    width: 83vw !important;
}
.needContainer4{
    border: 0px solid red;
    width: 84vw !important;
    padding-right: 0px;

}
.needContainer5{
    border: 0px solid red;
    width: 56vw !important;
    padding-right: 0px;

}
    .mobGet{
        color:black;
        font-size: 50px;
        border: 0px solid red;
        width: 80vw;
        letter-spacing: 1px;
        margin-bottom: 100px;
    
    }
    .mobWant{
        color:black;
        font-size: 15px;
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .mobileNeed{
        color:grey;
        font-size: 20px;
    }
    .mobileContactMain{
        border:0px solid red;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 10px;

    }
   .contactmain{
    display: none;
   }
   .textinput{
    width: 100vw;
   }

   
    }