@font-face {
  font-family: H1-font;
  src: url("../fonts/NeueHaasDisplayLight.ttf") format("truetype");
}

body {
  background-color: #071117;
  font-family: "H1-font", sans-serif;
  margin: 0;
  padding: 0;
}

/* Hero section styling */
#hero {
  position: relative;
  min-height: 100vh;
  background-image: url("../images/Asset-16@3x.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

/* Contact button */
#contact-button {
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 10;
}

#contact-button .btn {
  font-size: 12px;
  padding: 6px 12px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#white-break {
  background-color: white;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#small-logo {
  background-image: url("../images/Asset-13@3x.png");
  height: 300px;
  width: 300px;
  position: absolute;
  top: 27px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

#large-logo {
  display: none;
  position: absolute;
  height: 250px;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  background-image: url("../images/Asset-14@3x.png"); /* your static logo */
}

#large-logo-video {
  height: 1000px;
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  z-index: 5;
  display: block;
}

#contact-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

#contact-button .btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

h1 {
  color: white;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0.42px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 400;
  font-family: "H1-font", sans-serif;
}

p {
  color: white;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 200;
  font-family: "H1-font", sans-serif;
}

#black-and-blue {
  background-image: url("../images/Asset-17@3x.jpg");
  height: 900px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 175px;
  padding-right: 175px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#overlay-text {
  color: white;
  font-size: 40px;
  height: 90vw;
  width: 90vw;
  max-width: 400px;
  max-height: 300px;
  text-align: left;
  font-family: "H1-font", sans-serif;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 90px;
}

#right-image {
  background-image: url("../images/Asset-15@3x.jpg");
  width: 600px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid white;
}

.contact-form {
  background-color: white;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 24px;
}

.contact-form form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-form .mb-3 {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Input fields */
.contact-form .form-control {
  max-width: 300px;
  height: 30px;
  border: 1px solid #3d32ee;
  font-size: 16px;
  font-style: italic;
}

.contact-form .form-text {
  margin: 0;
  white-space: nowrap;
}

.contact-form .btn-primary {
  background-color: #3d32ee;
  border-color: #3d32ee;
  width: 200px;
  height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .btn-primary:hover {
  background-color: #004085;
  border-color: #004085;
  width: 200px;
}

.ai-content {
  background-image: url("../images/Asset-18@3x.jpg");
  height: 900px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.ai-content p {
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 0;
  max-width: 700px;
  font-family: "H1-font", sans-serif;
  line-height: 40px;
  letter-spacing: 0.5px;
}

footer {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  text-align: left;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

footer p {
  margin: 0 !important;
  font-size: 12px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: start;
}

footer i {
  color: white;
  font-size: 16px;
  transition: color 0.3s ease;
}

footer i:hover {
  color: black;
}

/* Mobile responsiveness - phones (max-width: 480px) */
@media (max-width: 480px) {
  /* Hero section */

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  /* #hero {
    /* position: absolute; */
  /* min-height: 105.35vh; */
  /* min-height: 100vh; */
  /* width: 100%; */
  /* background-image: url("../images/Asset-20@3x-copy.jpg"); */
  /* background-position: center top; */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  /* margin: 0; */
  /* display: block; */
  /* top: 0; */
  /* display: flex; */
  /* flex-direction: column; */
  /* background-clip: padding-box; */
  /* }  */

  #hero {
    position: relative;
    min-height: 100vh;
    background-image: url("../images/Asset-20@3x-copy.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
  }

  /* Small logo */
  #small-logo {
    height: 170px;
    width: 170px;
    /* top: 25px; */
    /* left: 10px; */
  }

  #app-bar {
    min-height: 150px;
    width: 100vw;
    flex: 3 1;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* Large logo - show on mobile */
  #large-logo {
    height: 250px;
    width: 250px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 0;
    z-index: 10;
  }

  /* Large video - hide on mobile */
  #large-logo-video {
    display: none;
  }

  /* Contact button */
  #contact-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
  }

  #contact-button .btn {
    font-size: 8px;
    padding: 2px 6px;
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  /* Main heading */
  h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.42px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  /* Paragraph text */
  p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px;
  }

  /* Black and blue section */
  #black-and-blue {
    background-image: url("../images/Asset-19@3x-copy.jpg");
    height: auto;
    min-height: 600px;
    flex-direction: column-reverse;
    padding: 30px 20px;
    text-align: center;
  }

  #overlay-text {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.42px;
    max-width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  #right-image {
    width: 280px;
    height: 280px;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  /* Contact form */
  .contact-form {
    padding: 20px 15px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.42px;
  }

  .contact-form form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .contact-form .mb-3 {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .contact-form .form-control {
    max-width: 250%;
    width: 200%;
    height: 30px;
    font-size: 10px;
  }

  .contact-form .btn-primary {
    width: 75%;
    height: 30px;
    font-size: 10px;
  }

  .contact-form .form-text {
    text-align: center;
    font-size: 14px;
  }

  /* AI content section */
  .ai-content {
    height: auto;
    min-height: 100vh;
    padding: 50px 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 1 0 auto;
  }

  .ai-content p {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.42px;
    max-width: 100%;
    margin-bottom: 70px;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }

  footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 10px;
  }

  footer p {
    font-size: 11px !important;
    text-align: center !important;
  }

  /* .social-icons { */
  /* gap: 15px; */
  /* justify-content: center; */
  /* } */

  footer i {
    font-size: 18px;
  }
}
