* {
  padding: 0%;
  margin: 0;
}

/* Contact */

#contact-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;

  justify-content: space-between;
}
#background-contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -999;
  object-fit: cover;
  height: 60vw;
}
.contact-footer {
  padding-bottom: 2.1%;
  display: flex;
  margin-top: 12.3%;
}

.sosmed-contact {
  margin-top: 4%;
  display: flex;
  gap: 6%;
}
.sosmed-contact img {
  width: 4%;
}
.contact-footer-left-content {
  width: 100%;
}

.contact-footer-right-content {
  width: 100%;
}

.coppy-right {
  display: flex;
  gap: 4%;
  justify-content: center;
  margin-top: 4.5%;
}

.form-row .input-data {
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
  background: none;
}

.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  transition: all 0.3s ease;
}

.text-area {
  width: 100%;
}

.input-text {
  font-size: clamp(9px, 1.8vw, 17px);
  width: 100%;
  padding: 2% 0 5.5%;
  box-sizing: border-box;
  resize: none;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #f1f4f6;
  outline: none;
  color: #f1f4f6;
}

.email-input {
  margin-top: -2.5%;
  width: 100%;
  margin-bottom: 5.45%;
}
.input-textarea {
  font-size: clamp(9px, 1.8vw, 17px);
  width: 100%;
  padding: 1% 0;
  box-sizing: border-box;
  resize: none;
  font-family: "Poppins", sans-serif;
  height: 4vw;
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 3px solid #f1f4f6;
  outline: none;
  color: #f1f4f6;
  opacity: 1; 
}

.email-input::placeholder {
  color: rgba(241, 244, 246, 1); 
}

.input-textarea:focus {
  outline: none;
}

.section-2-button-link-contact {
  text-decoration: none;
  background-color: #14b54a;
  padding: 0.4em 1.6em;
  outline: 0;
  border: none;
  color: #f1f4f6;
  margin-top: 8%;
}
#popup-message {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #28a745;
  color: white;
  border-radius: 5px;
  z-index: 1000;
  text-align: center;
}

.email-input input::placeholder {
  color: white;
}
.text-area textarea::placeholder {
  color: white;
}

@media (min-width: 640px) and (max-width: 1024px) {
  .input-textarea {
    height: 5.5vw;
  }
  #background-contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -999;
  object-fit: cover;
  height: 66vw;
}
}
@media (min-width: 360px) and (max-width: 640px) {
  .contact-background {
    position: relative;
    padding: 0;
  }
  .coppy-right {
    margin-top: 18.5%;
    justify-content: space-between;
  }
  .contact-footer {
    flex-direction: column;
  }
  .contact-title {
    line-height: 1.1;
  }
  .box-contact {
    padding: 8% 0 0 !important;
  }
  .input-textarea {
    height: 11vw;
    border-bottom: 1px solid #f1f4f6;
  }
  .contact-background-mobile {
    padding: 2.8% 0 0;
    position: relative;
    z-index: 0;
  }
  .contact-footer {
    padding-bottom: 15%;
    display: flex;
    margin-top: 15%;
  }
  .sosmed-contact {
    margin-top: 4%;
    display: flex;
    gap: 7%;
  }
  .sosmed-contact img {
    width: 6%;
  }
  .section-2-button-link-contact {
    padding: 0.4em 1.3em;
  }
  #background-contact {
    height: 100%;
  }
}
