/*contact*/

.contact-head {
  position: relative;
  margin-top: 50px;
  background-color: black;
}


.contact-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.contact-text h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 75px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
}


.contact-text p {
  position: absolute;
  top:  56%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
}

.contact-bottom svg {
  margin: 30px 0px 10px 50px;
}

.contact-bottom h2 , .contact-bottom p {
  color: white;
  margin: 10px 0px 30px 50px;
}
