.main-contact-section {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.maining {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.dark {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.604);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(3px);
}

.darkTitle {
  font-size: 40px;
  font-weight: 600;
  color: orange;
}

.darkContent {
  width: 40%;
  text-align: center;
  color: white;
}

.actual-contact-div {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.line {
  height: 80%;
  width: 1px;
  background-color: rgba(128, 128, 128, 0.271);
}

.acd-indi {
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.acd-indi div {
  text-align: center;
  color: black;
}

.contact-svg {
  height: 30px;
  width: 30px;
  fill: orange;
}

.acd-svg-div {
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .main-contact-section {
    height: 300px;
    width: 100%;
  }

  .darkTitle {
    font-size: 20px;
  }

  .darkContent {
    font-size: 14px;
    width: 80%;
  }

  .dark {
    background-color: rgba(0, 0, 0, 0.386);
  }

  .main-gallery img {
    height: 250px;
    width: 46%;
  }

  .actual-contact-div {
    flex-direction: column;
    height: fit-content;
  }

  .line {
    width: 90%;
    height: 1px;
  }

  .acd-indi {
    width: 90%;
    gap: 2px;
    height: 150px;
    /* width: 100%; */
  }

  .acd-svg-div {
    margin-bottom: 0px;
  }
}
