#contact {
  position: relative;
}

#contact .main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

#contact #contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#contact img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact #map {
  width: 400px;
  height: 550px;
}

#contactdetails {
  width: 40%;
  height: 300px;
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

#contactdetails p {
  color: #fff;
  text-align: center;
}

#contactdetails p.para {
  color: var(--paraColor);
}

iframe {
  width: 98%;
  height: 342px;
  margin: 20px 0px;
  border-radius: 4px;
}

#social {
  width: 200px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

#social a {
  text-decoration: none;
}

#social i {
  color: #fff;
  margin: 0px 4px;
}
