* {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    color: #1a1a1a;
  }
  /* Base styles for mobile devices */
  .discover {
    font-size: 3em;
    font-weight: bolder;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #718F94;
    opacity: 30%;
    transform: translate(-50%, -50%);
    top: 22%;
    width: 100%;
    left: 50% !important;
    z-index: -1;
    text-align: center;
    font-style: oblique;
  }

  .terms {
    width: 100%;
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 1rem;
    font-size: 1rem;
    margin-top: 500px;
    line-height: 1.7;
  }

  .terms h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    text-align: center;
    margin-bottom: 2rem;
  }

  .terms h2 {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    margin-top: 2rem;
  }



  #signUp {
    background-color: transparent;
    padding: 12px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 1.5em;
    position: absolute;
    top: 7%;
    left: 83%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    z-index: 100000;
  }

  #signUp:hover {
    cursor: pointer;
    border: 1px solid #1a1a1a;
    box-shadow: 0 0 5px #C2A15A,
    0 0 25px #C2A15A,
    0 0 50px #C2A15A,
    0 0 200px #C2A15A;
    transition: 0.3s ease-in-out;
    background-color: #C2A15A;
    color: white;
  }

  .header {
    text-align: center;
    font-size: 5em;
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .discover {
      font-size: 4.5em;
      top: 25%;
    }

    .header {
      font-size: 7em;
      top: 28%;
    }
  }

  /* Large devices (desktops, 1024px and up) */
  @media (min-width: 1024px) {
    .discover {
      font-size: 6em;
      top: 22%;
    }

    .header {
      font-size: 9em;
      top: 30%;
    }
  }

  /* Extra large devices (large desktops, 1440px and up) */
  @media (min-width: 1440px) {
    .discover {
      font-size: 6.5em;
      top: 22%;
    }

    .header {
      font-size: 10.5em;
      top: 30%;
    }
  }




  #signIn {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 1.5em;
    position: absolute;
    color: #C2A15A;
    top: 7%;
    z-index:2000;
    left: 15%;
    transform: translate(-50%, -50%);
  }

  #signIn:hover {
    cursor: pointer;
    color: #A88746;
    transition: 0.3s ease-in-out;
  }


  .terms {
    margin-top: 450px;
    width: 100%;
  }

  .terms h1,
  .terms h2 {
    font-weight: bold;
  }

  footer {
    position: absolute;
    top: 320%;
    left: 0;
    width: 100%;
    max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
    background-color: black;
    color: white;
    padding: 60px;
    text-align: center;
    z-index: 999; /* Ensure footer is on top of other content */
    overflow-x: hidden; /* Hide horizontal overflow */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }


  .discover1 {
    color: #C2A15A;
    font-style: italic;
    font-size: 2em;
  }

  .discover2 {
    color: #C2A15A;
    font-style: italic;
    font-size: 1em;
  }

  .slogans {
    margin-top: 20px;
  }

  .slogans p {
    margin: 5px 0;
  }

  .buttons {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    margin-top: 20px; /* Adjust margin as needed */
  }



  a {
    text-decoration: none; /* Remove underline from all links */
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.footer-content .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

#signUp2, #signIn1 {
  padding: 25px 30px;
  background-color: #050801;
  color: #C2A15A;
  border: 1px solid #C2A15A;
  border-radius: 5px;
  gap: 40px;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
  font-size: 1.1em;
}


.terms h1,
.terms h2 {
  font-weight: bold;
}


#signUp2:hover, #signIn1:hover {
  cursor: pointer;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 5px #C2A15A,
  0 0 25px #C2A15A,
  0 0 50px #C2A15A,
  0 0 200px #C2A15A;
  transition: 0.3s ease-in-out;
  background-color: #C2A15A;
  color: white;
}

  .copy {
    color: #C2A15A;
  }

  .copy1 {
    color: #C2A15A;
    text-decoration: underline;
  }

  a {
    text-decoration: none; /* Remove underline from all links */
}

  .header1 {
    font-size: 5em;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
  }


@media (min-width: 1500px) {
  footer {
    position: absolute;
    top: 300%;
    left: 0;
    width: 100%;
    max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
    background-color: black;
    color: white;
    padding: 60px;
    text-align: center;
    z-index: 999; /* Ensure footer is on top of other content */
    overflow-x: hidden; /* Hide horizontal overflow */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }

}

@media (min-width: 1900px) {
  footer {
    position: absolute;
    top: 250%;
    left: 0;
    width: 100%;
    max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
    background-color: black;
    color: white;
    padding: 60px;
    text-align: center;
    z-index: 999; /* Ensure footer is on top of other content */
    overflow-x: hidden; /* Hide horizontal overflow */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }

}
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .discover {
      font-size: 4.5em;
      top: 25%;
    }

    .header {
      font-size: 7em;
      top: 28%;
    }
  }

  @media (min-width: 1024px) {
    .discover {
      font-size: 6em;
      top: 22%;
    }

    .header {
      font-size: 9em;
      top: 30%;
    }

  }

  /* Extra large devices (large desktops, 1440px and up) */
  @media (min-width: 1440px) {
    .discover {
      font-size: 6.5em;
      top: 22%;
    }

    .header {
      font-size: 10.5em;
      top: 30%;
    }
  }


  @media only screen and (max-width: 1237px) {
    .discover {
      font-size: 5.5em;
      top: 23%;
    }
  }

  @media only screen and (max-width: 1166px) {
    .header {
      font-size: 8em;
    }
  }

  @media only screen and (max-width: 1133px) {
    .discover {
      font-size: 5em;
    }
  }

  @media only screen and (max-width: 1105px) {
    .discover {
      font-size: 5em;
    }
  }



  @media only screen and (max-width: 1037px) {
    .header {
      font-size: 7em;
    }

    .terms {
      margin-top: 400px !important;
      width: 100%;
    }

    .terms h1,
    .terms h2 {
      font-weight: bold;
    }


  }

  @media only screen and (max-width: 1030px) {
    .discover {
      font-size: 4.5em;
    }

  }

  @media only screen and (max-width: 930px) {
    .discover {
      font-size: 4em;
      top: 24%;
    }



  }


  @media only screen and (max-width: 906px) {
    .header {
      font-size: 6.5em;
    }

    #signUp {
      font-size: 1.2em;
    }

    #signIn {
      font-size: 1.5em !important;
    }

    footer {
      position: absolute;
      left: 0;
      width: 100%;
      max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
      background-color: black;
      color: white;
      padding: 60px;
      text-align: center;
      z-index: 999; /* Ensure footer is on top of other content */
      overflow-x: hidden; /* Hide horizontal overflow */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }
  }

  @media only screen and (max-width: 843px) {
    .header {
      font-size: 6em;
    }

    .terms {
      margin-top: 400px !important;
      font-size: 1em !important;
      width: 100%;
    }


  }

  @media only screen and (max-width: 839px) {
    .discover {
      font-size: 3.5em;
    }
  }

  @media only screen and (max-width: 777px) {
    .header {
      font-size: 5.5em;
    }

    .header1 {
      font-size: 4.5em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }

  }

  @media only screen and (max-width: 767px) {
    .discover {
      top: 26%;
    }
  }

  @media only screen and (max-width: 722px) {
    .discover {
      font-size: 3.2em;
    }
  }


  @media only screen and (max-width: 711px) {
    .header {
      font-size: 5em;
    }


    .header1 {
      font-size: 4em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }


    .slogans {
      font-size: 0.8em;
    }

    .copy,
    .copy1 {
      font-size: 0.8em;
    }


    .terms {
      margin-top: 380px !important;
      font-size: 0.9em !important;
      width: 100%;
    }

    footer {
      position: absolute;
      left: 0;
      width: 100%;
      top: 300%;
      max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
      background-color: black;
      color: white;
      padding: 60px;
      text-align: center;
      z-index: 999; /* Ensure footer is on top of other content */
      overflow-x: hidden; /* Hide horizontal overflow */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }
  }

  @media only screen and (max-width: 661px) {
    .discover {
      font-size: 3em;
      top: 27%;
    }
  }


  @media only screen and (max-width: 649px) {
    .header {
      font-size: 4.5em;
    }

    .header1 {
      font-size: 3.5em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }
  }

  @media only screen and (max-width: 618px) {
    .discover {
      font-size: 2.7em;
      top: 27%;
    }

    .terms {
      margin-top: 360px !important;
      font-size: 0.88em !important;
      width: 100%;
    }
  }


  @media only screen and (max-width: 582px) {
    .header {
      font-size: 4em;
    }


    .header1 {
      font-size: 3em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }


    .slogans,
    .copy,
    .copy1 {
      font-size: 0.7em;
    }


#signUp2, #signIn1 {
  padding: 15px 25px;
  background-color: #050801;
  color: #C2A15A;
  border: 1px solid #C2A15A;
  border-radius: 5px;
  gap: 40px;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
  font-size: 0.8em;
}

    #signUp {
      font-size: 1em;
    }

    #signIn {
      font-size: 1.3em !important;
    }

  }
  @media only screen and (max-width: 520px) {
    .header {
      font-size: 3.7em;
    }

    .header1 {
      font-size: 2.9em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }
  }

  @media only screen and (max-width: 500px) {
    .discover {
      font-size: 2.4em;
      left: 50%;
      top: 27%;
    }

html,
body {
  overflow-x: hidden;
}
    .terms {
      margin-top: 330px !important;
      font-size: 0.82em !important;
      width: 100%;
    }

    footer {
      position: absolute;
      left: 0;
      top: 280%;
      width: 100%;
      max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
      background-color: black;
      color: white;
      padding: 60px;
      text-align: center;
      z-index: 999; /* Ensure footer is on top of other content */
      overflow-x: hidden; /* Hide horizontal overflow */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }
  }

  @media only screen and (max-width: 450px) {
    .discover {
      top: 28%;
    }
    .terms {
      width: 90%;
    }

    footer {
      position: absolute;
      top: 340%;
      left: 0;
      width: 100%;
      max-width: 100vw; /* Ensure footer width doesn't exceed viewport width */
      background-color: black;
      color: white;
      padding: 60px;
      text-align: center;
      z-index: 999; /* Ensure footer is on top of other content */
      overflow-x: hidden; /* Hide horizontal overflow */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    .header1 {
      font-size: 2em;
      font-family: Helvetica Neue, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
    }
    .discover {
      font-size: 1.8em;
    }

    .header {
      font-size: 3.7em;
    }


.header {
  font-size: 2.8em;
}



  }
