.diamond-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  max-width: 250px;
}
@media (max-width: 480px) {
  .diamond-logo {
    display: none;
  }
}

.contact-container {
  display: flex;
  justify-content: space-around;
  margin: 80px 10px;
  gap: 50px;
}
@media (max-width: 1024px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 0;
  }
}

.information {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 40px;
}

.information-title {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.information-title span {
  font-weight: 600;
  font-size: 1rem;
  color: #a3dfff;
  font-family: "Open Sans", sans-serif;
}
.information-title h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 480px) {
  .information-title h2 {
    font-size: 2.6rem;
  }
}
.information-title p {
  font-size: 1.1rem;
  color: #fafbfc;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 480px) {
  .information-title p {
    max-width: 95%;
    text-align: center;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .information-title {
    align-items: center;
  }
}

.information-icons {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}

.information-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.information-icon img {
  height: 40px;
  width: 40px;
  background-color: #09223b;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 480px) {
  .information-icon img {
    height: 25px;
    width: 25px;
  }
}

.information-icon-info {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 5px;
  color: #fafbfc;
  font-weight: bold;
}
.information-icon-info a {
  color: #a3dfff;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .information-icon-info {
    font-size: 1.1rem;
  }
}

.form-container {
  position: relative;
  background-color: #0d2f52;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 470px;
}
.form-container h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
}
.form-container form {
  display: flex;
  flex-direction: column;
}
.form-container label {
  margin-bottom: 5px;
  font-weight: 600;
  color: #fafbfc;
  font-family: "Open Sans", sans-serif;
}
.form-container input, .form-container textarea {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #0e1216;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7rem;
  border: none;
  resize: none;
}
.form-container input::-moz-placeholder, .form-container textarea::-moz-placeholder {
  color: #fafbfc;
  opacity: 0.7;
}
.form-container input::placeholder,
.form-container textarea::placeholder {
  color: #fafbfc;
  opacity: 0.7;
}
.form-container input:focus, .form-container textarea:focus {
  outline: none;
  border-color: #77b3ff;
}
.form-container button {
  display: block;
  text-align: center;
  width: 220px;
  padding: 15px;
  outline: none;
  border: none;
  font-size: 1.2rem;
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgb(0, 172, 238) 0%, rgb(0, 90, 179) 100%);
  border-radius: 10px;
  color: whitesmoke;
  margin-top: 10px;
  font-weight: 600;
  transition: 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.173);
  text-decoration: none;
}
.form-container button:hover {
  cursor: pointer;
  filter: brightness(130%);
}
.form-container button:hover {
  background-color: #77b3ff;
}
@media (max-width: 768px) {
  .form-container {
    max-width: 90%;
    width: 100%;
    border-radius: 0;
  }
}

#error {
  display: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 5px 0;
  color: rgb(239, 88, 88);
}

#success {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#success span {
  color: white;
  font-size: 1rem;
  text-align: center;
}

.loader {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  color: white;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  transform: translateX(-38px);
  animation: l26 2s infinite linear;
}

@keyframes l26 {
  12.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
  25% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px;
  }
  50% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  62.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px;
  }
  75% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  87.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px, 19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
}/*# sourceMappingURL=contact.css.map */