* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #010101;
}

button {
  border-width: 0px;
  cursor: pointer;
}

.hero-section {
  background-image: url('img/images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 140px;
  position: relative;
}

.navbar button {
  position: absolute;
  font-family: 'Clash Display';
  font-weight: 600;
  top: 50px;
  right: 100px;
  width: 156px;
  height: 48px;
  border-radius: 60px;
  background-color: #0E0E0E;
  color: #fff;
  font-size: 12px;
}

.navbar img {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 56px;
  height: 32px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-content {
  position: absolute;
  right: 144px;
  top: 111px;
  width: 381px;
  border-radius: 16px;
  background-color: #171717;
  padding: 24px;
  border: none;
}

.loginForm {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.emailForm,
.passwordForm {
  width: 100%;
  margin-bottom: 16px;
}

.passwordForm {
  margin-top: 16px;
}

.formLabel {
  color: white;
  font-size: 18px;
  font-family: 'Clash Display';
  font-weight: 600;
}

.formInput-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 16px;
}

.toggle-password-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-block: auto;
}

.formInput {
  flex-grow: 1;
  font-size: 32px;
  font-family: 'Clash Display';
  font-weight: 600;
  background-color: #171717;
  color: white;
  margin-right: 8px;
  max-width: calc(100% - 33px);
  outline: none;
  border:none;
}

.formInput:focus {
  background-color: #171717;
}

.formInput:autofill,
.formInput:-webkit-autofill {
  background-color: #171717 !important;
  border: none !important;
  color: white !important;
}

.formInput::placeholder {
  color: #AFAFAF;
  font-family: 'Clash Display';
  opacity: 0.46;
}

.login-exception {
  margin-bottom: 33px;
  position: relative;
}

.login-exception p {
  display: none;
  position: absolute;
  left: 0;  
  font-size: 13px;
  font-weight: 400;
  margin-block: 0px;  
  font-family: 'Supreme';
  color: #FF5656;
}

.forgot-password-button {
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  background-color: #171717;
  border: none;
  color: #AFAFAF;
  text-decoration: none;
  font-family: 'Supreme';
  padding: 0px;
}

.loginSubmit-container {
  margin-top: 33px;
}

.loginSubmit {
  width: 100%;
  background-color: #0E0E0E;
  font-size: 19px;
  font-family: 'Supreme';
  color: #AFAFAF;
  border: none;
  padding-block: 15.5px;
}

.alternative {
  font-size: 13px;
  margin-top: 25px;
  color: #AFAFAF;
  text-align: center;
  font-family: 'Supreme';
}

.google-login {
  margin-top: 24px;
}

.google-login-button {
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 8px;
  border: none;
  padding-block: 15.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-login-button img {
  margin-right: 16px;
}

.google-login-button p {
  margin-block: auto;
  color: #010101;
  font-size: 19px;
  font-family: 'Supreme';
}

.signUpButton-container {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signUpButton-container button {
  text-decoration-line: underline;
  background-color: #171717;
  color: #C09FF8;
  font-family: 'Supreme';
}

.signUpButton-container p {
  margin-block: auto;
  color: #AFAFAF;
  font-size: 17px;
  font-family: 'Supreme';
}

.logo {
  text-align: center;
  margin-bottom: 60px;

}

.logo img {
  width: 220px;
  height: 220px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.content-section {
  padding: 40px 0;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.content-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.content-text {
  margin-top: -50px;
  color: #f9f9f9;
}

.content-title {
  font-size: 76px;
  max-width: 450px;
  text-align: center;
  margin-bottom: 20px;
}

.content-description {
  font-size: 20px;
  margin-top: 0px;
  max-width: 480px;
  text-align: center;
  line-height: 30px;
  color: #AFAFAF;
  margin-bottom: 20px;
  max-width: 400px;
}

.content-button {
  margin-top: 16px;
  margin: 400;
  position: absolute;
  top: 110%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-button-android {
  min-width: 200px;
  padding: 16px 30px;
  background-color: #C09FF8;
  color: #000000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: .5rem;
  float: left;
  gap: 20px;
}

.custom-button-ios {
  min-width: 200px;
  padding: 16px 30px;
  background-color: #C09FF8;
  color: #000000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: .5rem;
  float: left;
  gap: 20px;
}

.custom-button-android:hover {
  background-color: #fff;
  color: #020203;
}

.custom-button-ios:hover {
  background-color: #fff;
  color: #020203;
}

.form-container-android {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.form-content {
  background-color: #171717;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  border: 1px solid #313131;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.form-content p {
  color: #A0A0A0;
  font-size: 14px;
  max-width: 280px;
  margin-bottom: 20px;
  margin-inline: auto;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 1.5;
}

.form-content h1 {
  font-size: 28px;
  font-weight: bold;
  color: #f9f9f9;
}

.form-content form {
  display: flex;
  flex-direction: column;
}

.inputfield {
  margin: .5rem;
}

.form-content form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-content form input[type="text"],
.form-content form input[type="email"] {
  width: 90%;
  opacity: 90%;
  background-color: #010101;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #3f3f3f;
  height: 28px;
  border-radius: 8px;
  color: #f9f9f9;
}

.form-content form button[type="submit"] {
  display: inline-block;
  padding: 14px 20px;
  background-color: #C09FF8;
  color: #000000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.form-content form button[type="submit"]:hover {
  background-color: #f9f9f9;
  color: #020203;
}

.about-soultrain {
  justify-content: space-evenly;
  position: relative;
  margin-top: 150px;
}

.about-title {
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 44px;
  color: #f9f9f9;
}

.about-description {
  text-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #AFAFAF;
  padding-left: 350px;
  padding-right: 350px;
  margin-bottom: 60px;
}

.about-desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #AFAFAF;
  padding-left: 500px;
  padding-right: 500px;
  margin-bottom: 60px;
}

.about-section1 {
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 75px;
}

.about-section2 {
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 75px;
}

.about-section3 {
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 75px;
}

.about-section4 {
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 150px;
}

.left-section {
  text-align: left;
  align-items: left;

}

.left-section-title {
  max-width: 470px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  color: #f9f9f9;
  margin-bottom: 40px;
}

.right-section img {
  width: 90%;
  height: 90%;
}

.left-section-container {
  text-align: left;
  display: flex;
  align-items: top;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 30px;
  max-width: 450px;

}

.icon {
  margin-right: 16px;
}

.title {
  font-size: 17px;
  font-weight: bold;
  color: #f9f9f9;
  margin-bottom: 10px;
}

.paragraph {
  font-size: 14px;
  color: #AFAFAF;
  max-width: 420px;
  line-height: 1.5;
}

.who-for {
  text-align: center;
  align-items: center;
  padding-left: 180px;
  padding-right: 180px;
}

.who-for-section {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 150px;
}

.description {
  text-align: left;
  display: flex;
  align-items: top;
  position: relative;
  margin-bottom: 16px;
}

.description-paragraph {
  font-size: 14px;
  text-align: left;
  align-items: left;
  color: #A0A0A0;
  margin-left: 6px;
  line-height: 1.5;
}

.section-icon img {
  width: 25%;
  height: 25%;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #f9f9f9;
  margin-bottom: 28px;
  margin-top: 12px;
}

.who-for-section1 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  display: inline-block;
  width: 33%;
}

.who-for-section2 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  display: inline-block;
  width: 33%;
}

.who-for-section3 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  display: inline-block;
  width: 33%;
}

.who-we-are {
  margin-bottom: 75px;
}

.about-company {
  text-align: left;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  padding-left: 180px;
  padding-right: 180px;
  margin-bottom: 75px;
}

.company-text {
  margin-left: 60px;
}

.company-title {
  font-size: 18px;
  font-weight: bold;
  color: #f9f9f9;
  margin-bottom: 6px;
}

.company-paragraph {
  font-size: 14px;
  line-height: 1.5;
  color: #A0A0A0;
  margin-bottom: 20px;
}

.ambassadors {
  text-align: center;
  display: flex;
  position: relative;
  justify-content: space-evenly;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 150px;

}

.ambassador1 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 16px;
  display: inline-block;
  width: 25%;
}

.ambassador2 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 16px;
  display: inline-block;
  width: 25%;
}

.ambassador3 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 16px;
  display: inline-block;
  width: 25%;
}

.ambassador4 {
  border: 0.5px solid;
  border-color: #4B4B4B;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 16px;
  display: inline-block;
  width: 25%;
}

.ambassador-image img {
  width: 232px;
  height: 229px;
}

.ambassador-quote {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #f9f9f9;
}

.join-waitlist {
  text-align: center;
  display: flex;
  align-items: left;
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 150px;
}

.waitlist-text {
  text-align: left;
  align-items: center;
  font-size: 34px;
  line-height: 1.5;
  color: #f9f9f9;
  display: inline-block;
  width: 84%;
}

.waitlist-button {
  display: inline-block;
  width: 16%;
}

.button-title {
  font-size: 34px;
  color: #f9f9f9;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-container {
  margin-top: 80px;
  background-color: #C09FF8;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
}

.footer-top {
  display: flex;
  text-align: left;
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 40px;
}

.footer-top-left {
  text-align: left;
  width: 68%;
  display: inline-block;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 119px;
  height: 68px;
}

.footer-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #171717;
}

.address {
  margin-bottom: 12px;
  font-size: 14px;
}

.address i {
  margin-right: 12px;
}

.contact {
  font-size: 14px;
}

.contact i {
  margin-right: 8px;
}

.footer-top-middle {
  display: inline-block;
  width: 53%;
  padding-bottom: 30px;
}

.quick-links-title {
  color: #010101;
  font-size: 18px;
  font-weight: bold;
}

.footer-top-middle p a {
  font-size: 14px;
  text-decoration: none;
  color: #171717
}

.footer-top-right {
  display: inline-block;
  width: 11%;
}

.social-media a {
  text-decoration: none;
  color: #010101;
  padding-right: 16px;
}

.social-media a:hover {
  color: #f9f9f9;
}

hr.divider {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  position: relative;

}

.copyright {
  display: inline-block;
  width: 83.5%;
}

.links {
  display: inline-block;
  width: 16.5%;
}

.links span {
  color: #4B4B4B;
}

.footer-bottom p {
  font-size: 12px;
  color: #4B4B4B;
}

.footer-bottom a {
  font-size: 12px;
  text-decoration: none;
  color: #4B4B4B;
}

@media screen and (max-width: 768px) {
  body {
    overflow: auto;
  }

  .content-section {
    padding: 10px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .content-title {
    font-size: 48px;
  }

  .content-description {
    font-size: 22px;
    margin-top: 0px;
    max-width: 320px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .custom-button-android {
    min-width: 300px;
    padding: 16px 30px;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .custom-button-ios {
    min-width: 300px;
    padding: 16px 30px;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .about-soultrain {
    justify-content: space-evenly;
    position: relative;
    margin-top: 150px;
  }

  .about-title {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .about-description {
    text-align: center;
    align-items: center;
    font-size: 16px;
  }

  .about-section1 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    margin-bottom: 75px;
    flex-direction: column-reverse;
  }

  .about-section2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 75px;
    flex-direction: column-reverse;
  }

  .about-section3 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 75px;
    flex-direction: column-reverse;
  }

  .about-section4 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 120px;
    flex-direction: column-reverse;
  }

  .left-section {
    text-align: left;
    align-items: center;
  }

  .left-section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .right-section img {
    width: 90%;
    height: 90%;
    margin-bottom: 40px;
  }

  .left-section-container {
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: top;
    position: relative;
    margin-bottom: 30px;
  }

  .icon {
    margin-right: 12px;
  }

  .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .who-for {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .who-for-section {
    text-align: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 120px;
  }

  .description {
    text-align: left;
    display: flex;
    align-items: top;
    position: relative;
    margin-bottom: 8px;
  }

  .description-paragraph {
    font-size: 16px;
    text-align: left;
    align-items: center;
    padding-top: 12px;
    margin-left: 12px;
  }

  .description-icon {}

  .section-icon img {
    width: 25%;
    height: 25%;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 12px;
  }

  .who-for-section1 {
    text-align: center;
    padding: 32px 24px;
    width: 83%;
    margin-bottom: 16px;
  }

  .who-for-section2 {
    padding: 32px 24px;
    padding: 32px 24px;
    width: 83%;
    margin-bottom: 16px;
  }

  .who-for-section3 {
    padding: 32px 24px;
    padding: 32px 24px;
    width: 83%;
  }

  .who-we-are {
    margin-bottom: 75px;
  }

  .about-title {
    font-size: 36px;
  }

  .about-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-desc {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 24px;
  }

  .about-company {
    text-align: left;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 75px;
  }

  .company-image img {
    width: 100%;
    height: 100%;
  }

  .company-text {
    margin-left: 0px;
  }

  .company-title {
    margin-top: 32px;
    font-size: 22px;
    margin-bottom: 6px;
  }

  .company-paragraph {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .ambassadors {
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 120px;

  }

  .ambassador1 {
    width: 97%;
    margin-bottom: 16px;
  }

  .ambassador2 {
    width: 97%;
    margin-bottom: 16px;
  }

  .ambassador3 {
    width: 97%;
    margin-bottom: 16px;
  }

  .ambassador4 {
    width: 97%;
  }

  .ambassador-image img {
    width: 100%;
    height: 100%;
  }

  .ambassador-quote {
    margin-top: 16px;
    font-size: 18px;
  }

  .join-waitlist {
    align-items: left;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 120px;
  }

  .waitlist-text {
    text-align: left;
    align-items: center;
    font-size: 34px;
    margin-bottom: 24px;

  }

  .waitlist-button {
    text-align: left;

  }

  .button-title {
    display: none;
    margin-bottom: 16px;
  }

  .footer-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    text-align: left;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
  }

  .footer-top-left {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 119px;
    height: 68px;
  }

  .footer-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .address {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .address i {
    margin-right: 12px;
  }

  .contact {
    font-size: 16px;
  }

  .contact i {
    margin-right: 8px;
  }

  .footer-top-middle {
    width: 100%;
    padding-bottom: 30px;
  }

  .quick-links-title {
    font-size: 18px;
  }

  .footer-top-middle p a {
    font-size: 16px;
  }

  .footer-top-right {
    width: 100%;
  }

  .social-media a {
    padding-right: 16px;
  }

  hr.divider {
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .copyright {
    width: 100%;
  }

  .links {
    width: 100%;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .footer-bottom a {
    font-size: 12px;
  }

  .custom-button-android {
    min-width: 280px;
    margin: 0rem;
    margin-bottom: 20px;
  }

  .custom-button-ios {
    min-width: 280px;
    margin: .0rem;
  }

  .form-content p {
    font-size: 16px;
    max-width: 280px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-content h1 {
    font-size: 28px;
  }

  .form-content form input[type="text"],
  .form-content form input[type="email"] {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Clash Display';
  src: url('./fonts/ClashDisplay-Regular.woff2') format('woff2'),
    /* Modern Browsers */
    url('./fonts/ClashDisplay-Regular.woff') format('woff');
  /* Older Browsers */
  /* Add additional src lines for other font formats if available */
  font-weight: normal;
  /* Adjust as needed */
  font-style: normal;
  /* Adjust as needed */
}

@font-face {
  font-family: 'Supreme';
  src: url('./fonts/Supreme-Regular.woff2') format('woff2'),
    /* Modern Browsers */
    url('./fonts/Supreme-Regular.woff') format('woff');
  /* Older Browsers */
  /* Add additional src lines for other font formats if available */
  font-weight: normal;
  /* Adjust as needed */
  font-style: normal;
  /* Adjust as needed */
}