.containerd {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding-top: 30px;
}

#contact-section {
  /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.9)),url(../imgs/contact.jpg);
    background-size: cover;
    background-position: center; */
  background-color: #202020;
  margin-top: 50px;

  height: 100%;
  width: 100%;
  padding-bottom: 2%;
}

.containerd h2 {
  text-align: center;
  /* text-decoration: underline; */
  /* text-decoration-color:red; */
  /* text-underline-position: under; */
  color: rgb(238, 235, 235);
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: bold;

}

.contact-form i.fa {
  /* color: red; */
  /* color: #fff; */
  font-size: 22px;
  padding: 3%;
  background-color: none;
  border-radius: 80%;
  margin: 2%;
  /* border: 2px solid #fff; */
  cursor: pointer;
  border: 2px solid rgb(190, 190, 190);
  color: rgb(190, 190, 190);
}

.phonee {
  rotate: 90deg;
}

.contact-form i.fa:hover {
  cursor: pointer;
  border: 2px solid white;
  color: white;
}

.contact-form {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 40px;
}

.form-info {
  font-size: 16px;
  font-style: italic;
  color: white;
  letter-spacing: 2px;
}

input {
  padding: 10px;
  margin: 10px;
  width: 70%;
  background-color: #2a2a2a;
  color: white;
  border: none;
  outline: none;
}

input::placeholder {
  color: white;
}

textarea {
  padding: 10px;
  margin: 10px;
  width: 70%;
  background-color: #2a2a2a;
  color: white;
  border: none;
  outline: none;
}

textarea::placeholder {
  color: white;
}



.submit {
  width: 40%;
  background-color: #6A52CC;
  padding: 4px;
  outline: none;
  color: white;

  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  width: 350px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  margin-left: 2%;
}

.submit:hover {
  background-color: #f1c40f;

  color: black;
  cursor: pointer;
}

/* media queries */
@media (max-width: 768px) {

  #contact-section .contact-form {
    display: block;
    width: 100%;
    text-align: center;
  }
    .containerd 
    {
         margin-top: 110px;
    }
  #contact-section .submit {

    width: 70%;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .address {
    display: none;
  }

}

.containerm {
  max-width: 1170px;
  margin: auto;
}