.hero-section {
  background: linear-gradient(
      180deg,
      rgba(15, 113, 135, 0.35) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.hero-section {
  min-height: 100vh !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 82px;
  justify-content: flex-start;
  align-items: flex-start;
  /* background: linear-gradient(
            180deg,
            rgba(15, 113, 135, 0.35) 0%,
            rgba(0, 0, 0, 0.7) 100%
          ),
          linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url("../images/img_.png"); */
  background: linear-gradient(
      180deg,
      rgba(15, 113, 135, 0.35) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.brand-text {
  font-size: 16px;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.content-section {
  width: 1251px;
  min-height: 552px;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(10px);
  border-radius: 32px;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  width: calc(100% - 26px);
  margin-inline: 13px;
  border-radius: 32px;
}

.form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 5vw;
  gap: 5vw;
}

.form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 42px;
}

.sign-up-title {
  font-size: 29px;
  font-family: "Anybody", sans-serif;
  font-weight: 500;
  line-height: 31px;
  color: #ffffff;
}

.form-fields {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
  width: 100%;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.form-input:-webkit-autofill ~ img.eye {
  filter: invert(1) contrast(150%);
}
.input-group img.eye {
  position: absolute;
  right: 15px;
  top: 35px;

  width: 15px;
  height: 15px;
}
.input-label {
  font-size: 14px;
  font-family: "Anybody", sans-serif;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
}

.form-input {
  padding: 8px 6px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 10px;
  color: #d9d9d9;
  background-color: transparent;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  border: 0.665365px solid rgba(217, 217, 217, 0.5);
  border-radius: 6.65365px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 10px;
  color: #d9d9d9;
}

select::picker(select) {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  right: 10px;
  position: absolute;
}

option {
  color: var(--hover-bg-color);
}

option:hover {
  background-color: var(--hover-bg-color);
  color: #d9d9d9;
}

.form-input::placeholder {
  color: #d9d9d9;
}

.form-input:focus {
  /* border-color: #ffffff; */
}

.checkbox-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}

.checkbox-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 2px;
}

.checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  background: white;
  cursor: pointer;
  position: relative;
}

.checkbox:checked::after {
  content: "✔";
  color: black;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  left: 1px;
  top: -2px;
}

.checkbox-text {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 9px;
  color: #ffffff;
}

.terms-link {
  text-decoration: underline;
}

.sign-up-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

.sign-in-button,
.sign-up-button {
  width: 100%;
  padding: 6px;
  font-size: 16px;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #2c2c2c;
  text-align: center;
  text-decoration: none;
  background-color: #d9d9d9;
  border: none;
  position: relative;
  /* top: -32px; */
  border-radius: 6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-inline: 26px;
  transition: all 0.3s ease;
}

.sign-in-button:hover,
.sign-up-button:hover {
  background-color: #cccccc;
  transform: translateY(-2px);
}

.divider {
  width: 100%;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.divider-line {
  width: 60%;
  height: 1px;
  background-color: #d9d9d9;
}

.social-buttons {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.social-button {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 15px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.social-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-icon {
  width: 16px;
  height: 16px;
}

.sign-in-text {
  font-size: 13px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  align-self: center;
  line-height: 14px;
  color: #ffffff;
  margin-top: 14px;
}

.sign-in-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
  color: #ffffff;
  transition: text-underline-offset 0.2s ease;
}
.sign-in-link:hover {
  color: #d9d9d9;
  text-underline-offset: 4px;
}

.image-section {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  width: 44%;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.image-section-bg-video {
  width: 100%;
  border-radius: 16px;
  height: 312px;
  object-fit: cover;
}

.image-section-button {
  padding: 12px 34px;
  width: 100%;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;

  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;

  font-family: "Helvetica Now Text";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;

  color: #2c2c2c;
}

/* Interactive states */
button:active {
  transform: scale(0.95);
}

input:focus {
  border: 1px solid #ffffff;
}

/* Bottom Nav */
.bottom-nav {
  padding-top: 3rem;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Responsive media queries */
@media (min-width: 640px) {
  .form-input {
    font-size: 16px;
  }

  .input-label {
    font-size: 16px;
  }

  .checkbox-text {
    /* font-size: 10px; */
  }

  .social-button {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .hero-section {
    gap: 37px !important;
  }
  .content-section {
    padding: 40px 0px;
  }

  .form-container {
    flex-direction: row;
    /* padding: 0 10vw; */
  }

  .form-content {
    width: 56%;
  }
  .form-container {
    width: calc(100% - 13px * 2);
  }

  .social-buttons {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .image-section {
    display: flex;
  }

  .hamburger {
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .form-input {
    /* font-size: 10px; */
  }

  .input-label {
    /* font-size: 13px; */
  }

  .checkbox-text {
    /* font-size: 9px; */
  }

  .social-button {
    /* font-size: 11px; */
  }
}

@media (min-width: 1024px) {
  .content-section {
    padding: 56px 60px;
  }

  .form-input {
    /* font-size: 16px; */
  }

  .input-label {
    /* font-size: 16px; */
  }

  .checkbox-text {
    /* font-size: 10px; */
  }

  .social-button {
    /* font-size: 14px; */
  }
}

@media (min-width: 1280px) {
  .sign-up-title {
    /* font-size: 32px; */
    line-height: 34px;
  }

  .form-input {
    /* font-size: 16px; */
    padding: 8px;
  }

  .input-label {
    /* font-size: 16px; */
  }

  .checkbox-text {
    /* font-size: 12px; */
  }

  .social-button {
    /* font-size: 14px; */
    padding: 8px 26px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    gap: 37px !important;
  }
  .desktop {
    display: none !important;
  }
}
