#Contact {
  min-height: auto !important;
  height: auto !important;
}
#Contact.visible .Contact_wrap {
  opacity: 1;
  transform: translateY(0);
}

.Contact_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 860px;
  padding: 140px 24px 46px;
  box-sizing: border-box;
}
.Contact_container .blend_background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/Frame_2.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.Contact_container h1 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900;
}
.Contact_container .Contact_wrap {
  position: relative;
  width: min(520px, 100%);
  margin-top: 90px;
  padding: 42px 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: 900ms ease;
  box-sizing: border-box;
}
.Contact_container .Contact_wrap .contact_label {
  font-size: 1.1rem;
  font-weight: 700;
}
.Contact_container .Contact_wrap .contact_text {
  margin-top: 22px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
.Contact_container .Contact_wrap .github_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 190px;
  height: 48px;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  transition: 250ms ease;
  box-sizing: border-box;
}
.Contact_container .Contact_wrap .github_button:hover {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}
.Contact_container .Contact_wrap .github_button img {
  width: 22px;
  height: 22px;
  filter: invert(100%);
}
.Contact_container .Contact_wrap .github_url {
  margin-top: 18px;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.56);
}
.Contact_container .copyright {
  margin-top: auto;
  padding-top: 90px;
  font-size: 0.9rem;
  font-weight: 300;
  color: #7d7d82;
  text-align: center;
}

@media (max-width: 900px) {
  .Contact_container {
    min-height: 760px;
    padding-top: 110px;
  }
  #Contact .blend_background {
    background: url("../../img/Frame_2_t.png") 50% 0% no-repeat !important;
    background-size: auto 100% !important;
  }
  .Contact_container .Contact_wrap {
    margin-top: 70px;
  }
}
@media (max-width: 480px) {
  .Contact_container {
    min-height: 700px;
    padding: 90px 18px 28px;
  }
  #Contact .blend_background {
    background: url("../../img/Frame_2_m.png") 50% 40% no-repeat !important;
  }
  .Contact_container h1 {
    font-size: 2.35rem;
  }
  .Contact_container .Contact_wrap {
    margin-top: 60px;
    padding: 34px 22px;
  }
  .Contact_container .copyright {
    padding-top: 70px;
    font-size: 0.8rem;
  }
}
