body {
    margin: 0 auto;
    padding: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.logo {
    width: 15rem;
    height: auto;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10rem;
    padding-top: 1rem;
}

.content h1 {
    font-size: 5rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-bottom: 2rem;
}

.content p {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    margin-bottom: 2rem;
}

#learn-more-button {
    background-color: transparent;
    color: #06a2e1;
    border: 2px solid #06a2e1;
    padding: 0.75rem 1rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

#learn-more-button:hover {
    background-color: #06a2e1;
    color: #ffffff;
}

.ai-graphic {
    width: 50rem;
    height: auto;
}

.demonstration-video {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #06a2e1, #9b4dca);
}

.demonstration-video iframe {
    width: 70%;
    height: 70%;
}

.about-us {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 10rem;
    overflow: hidden;
}

.about-us-left {
    flex: 1;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-left h1 {
  font-size: 4.5rem;
}

.about-us-left p {
  font-size: 1.3rem;
}

.about-us-right {
    flex: 1;
    position: relative;
}

.about-us-right img {
  width: 30rem;
  float: right;
}

.contact-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 10rem;
  overflow: hidden;
  background-color: #06a2e1;
}

.contact-us-left {
  flex: 1;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.contact-us-left h1 {
  font-size: 10rem;
}

.contact-us-right {
  flex: 1;
  position: relative;
  background-color: #ffffff;
}

.contact-us-right form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.contact-us-right label {
    font-size: 1.2rem;
    color: #333;
}

.contact-us-right input,
.contact-us-right select,
.contact-us-right textarea {
    padding: 0.75rem;
    font-size: 1.1rem;
    border: 1px solid black;
    border-radius: 0px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
}

#submit {
  background-color: black;
  color: white;
  border: 1px solid black;
  padding: 0.75rem 1rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 2rem;
  transition: all 0.3s ease;
}

#submit:hover {
  background-color: white;
  color: black;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 10rem;
  overflow: hidden;
  background-color: black;
  color:white;
}

.footer-left {
  flex: 1;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.footer-left img {
  width: 40rem;
}

.footer-right {
    flex: 1;
    position: relative;
    text-align: center;
}

.footer-right img {
    width: 15rem;
    margin-bottom: 1rem;
}

.footer-right h1 {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.footer-right p {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.footer-right button {
    background-color: transparent;
    color: #06a2e1;
    border: 2px solid #06a2e1;
    padding: 0.75rem 1rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 1rem 0;
    transition: all 0.3s ease;
}

.footer-right button:hover {
  background-color: #06a2e1;
  color: white;
}

.socials {
    margin-top: 1rem;
}

.socials h3 {
    margin: 0 0 0.5rem 0;
}

.socials a {
    color: white;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    text-decoration: none;
}

.meet-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 10rem;
}

.meet-us h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.meet-us p {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
    text-align: center;
}

.teammembers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.teammembers > div {
    flex: 1;
    text-align: center;
}

.teammembers img {
    width: 15rem;
    object-fit: cover;
    margin-bottom: 1rem;
}

.teammembers h2 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.teammembers p {
    font-size: 1.2rem;
    margin: 0;
    color: #666;
}

h1 {
    margin: 0;
    padding: 0;
}
