
.formContainer{
  width: 90%;
  max-width: 600px ;
  border-radius: 20px;
  background-color:whitesmoke;
  border: 3px solid rgba(0, 0, 0, 0.225);
  display: flex;
  justify-self: center !important;
  margin-top: 20px;
  margin: 10px auto;
}



.contactUs{
    font-size: 36px;
    text-align: center;
    background-image: url("../Images/4B79BAA4-7BE8-487C-9538-F2A0CABF9A63.PNG");
   padding: 70px;
   width: 100%;
   margin-left: 0px;
  margin-top: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid rgba(15, 14, 14, 0.111);
  border-bottom: none;
object-fit: cover;
background-position:center top 15%;
background-size: cover;
color: black;
}
    

.subHeading{
  font-size: 28px;
  margin-left: 40px;
  text-align: left;
  padding-block: 10px;
}

#contact-form{
    display: flex;
flex-direction: column;
width: 100%;
max-width: 600px;


} 

.grid{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


.longBox{
  margin: 0 auto;
  width: 90%;
}



select,
textarea,
input{
  margin-bottom: 20px;
  max-width: 600px ;
  height: 40px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.506);
  padding-left: 10px;
  display: flex;
  justify-self: center;
  width: 90%;
}


select{
  color: rgba(0, 0, 0, 0.443);
  background-color:white;
}


textarea{
  height: 80px;
  padding-top: 10px;
}

.blueLetter{
  color: blue;
}

.lightBlueLetter{
  color: rgb(11, 130, 214);
}

.formBtn{
  background-color: rgb(39, 91, 222);
  width: 30%;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid black;
  color: white;display: flex;
  align-self: center;
  width: 150px;
  margin-top: 20px;
}

.formBtn:hover{
  background-color: rgb(11, 55, 217);
}

@media (max-width: 480px){
  
  .contactUs{
   border-top-left-radius: 0;
  border-top-right-radius: 0;
}

  .formContainer{
    border-radius: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  
  .pageContainer{
    margin-bottom: 20px;
  }

.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
    .longBox{
      width: 96%;
    }


.subHeading{
  text-align: center;
}
}






