@font-face {
  font-family: a4speed;
  src: url(fonts/a4speed.ttf);
}

@font-face {
  font-family: inter;
  src: url(fonts/Inter-VariableFont_slnt,wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(0, 0, 0);
  font-family: inter, sans-serif;
  text-decoration: none;
}

body::-webkit-scrollbar {
  display: none;
}

header {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.headercontainer {
  display: flex;
  align-items: center;
}

#logo {
  width: 50px;
  height: auto;
  margin-right: 20px;
}

#brand {
  font-family: a4speed;
  font-size: 25px;
  color: #ffffff;
}

nav {
  position: relative;
}

.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
  align-self: center;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  display: inline-block;
  margin-right: 40px;
}

nav ul li:last-child {
  margin-right: 0px;
}

.link-header {
  font-family: a4speed;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.link-header:hover {
  color: #ffde7a;
}

a {
  text-decoration: none;
}

.teamphotocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.teamphoto img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.teamphoto {
  -webkit-user-select: none;
  user-select: none;
}

.content-title {
  color: #ffffff;
  font-family: a4speed;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 30px;
}

.content {
  color: #ffffff;
  font-family: inter;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
}

a {
  text-decoration: none;
}

button {
  background-color: #000000;
  color: #ffffff;
  font-family: inter;
  font-size: 16px;
  padding: 16px 72px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px #ffffff;
  text-decoration: none;
}

button:hover {
  box-shadow: 0px 0px 20px #ffffff;
}

footer {
  padding: 40px 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 240px;
}

.footercontainer {
  display: flex;
  align-items: center;
}

#footer-logo {
  width: 40px;
  height: auto;
  margin-right: 8px;
}

#footer-brand {
  font-family: a4speed;
  font-size: 20px;
  color: #ffffff;
}

.footer-text {
  color: #dddddd;
  text-align: justify;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-icons img {
  height: 20px;
  width: auto;
}

.footer-right {
  display: flex;
}

.pages h2 {
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.pages-footer {
  color: #dddddd;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

.pages a:last-child {
  margin-bottom: 0px;
}

.pages {
  margin-right: 40px;
}

.contact h2 {
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-footer {
  margin-bottom: 12px;
  display: flex;
}

.contact-footer img {
  width: 18px;
  height: 16px;
}

.contact-footer p {
  color: #dddddd;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
}

/* ABOUT */
.about-content-title {
  color: #ffffff;
  font-family: a4speed;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 30px;
  margin-left: 15%;
  margin-right: 15%;
}

.paragraph {
  margin-bottom: 20px;
}

.about-content {
  color: #ffffff;
  font-family: inter;
  text-align: left;
  font-size: 18px;
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
}

.about-bottom-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.about-bottom-img img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.about-bottom-img {
  -webkit-user-select: none;
  user-select: none;
}

/* ROBOTS */
.snapfire-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.snapfire-photo img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

.snapfire-photo {
  -webkit-user-select: none;
  user-select: none;
}

.line-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.linephoto img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.linephoto {
  -webkit-user-select: none;
  user-select: none;
}

.robots-content {
  color: #ffffff;
  font-family: inter;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 15%;
  margin-right: 15%;
}

.robots-content-linked {
  color: #ffffff;
  font-family: inter;
  text-align: center;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
}

.robots-content-linked a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.banner-photo img {
  max-width: 25%;
  display: block;
}

.banner-photo {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}



.legal-info {
  margin-top: 80px;
  padding: 40px 100px;
  background-color: #0a0a0a;
  border-top: 1px solid #333;
  color: #dddddd;
  font-family: inter, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.legal-info h2 {
  font-family: a4speed;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.legal-info p {
  margin-bottom: 10px;
}

.legal-info a {
  color: #ffde7a;
  text-decoration: none;
  font-weight: 500;
}

.legal-info a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }

  a {
    color: #ffffff;
  }

  a:hover {
    color: #dddddd;
  }

  .off-screen-menu {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100%;
    max-width: 200px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: a4speed;
    text-align: left;
    font-size: 16px;
    transition: 0.3s ease;
  }

  .off-screen-menu.active {
    right: 0;
  }

  .off-screen-menu.active ul {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
  }

  .off-screen-menu ul {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
  }

  .off-screen-menu.active ul li {
    margin-top: 40px;
  }

  .off-screen-menu ul li {
    margin-top: 40px;
  }

  .off-screen-menu.active ul li:first-child {
    margin-top: -320px;
  }

  .off-screen-menu ul li:first-child {
    margin-top: -320px;
  }


  nav {
    padding: 0rem;
    display: flex;
    background-color: none;
  }


  .ham-menu {
    height: 40px;
    width: 30px;
    margin-left: auto;
    position: relative;
  }

  .ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }

  .ham-menu span:nth-child(1) {
    top: 25%;
  }

  .ham-menu span:nth-child(3) {
    top: 75%;
  }

  .ham-menu.active span {
    background-color: white;
  }

  .ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ham-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .teamphoto img {
    min-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .content-title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .content {
    color: #ffffff;
    font-family: inter;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
  }

  footer {
    flex-direction: column;
    align-items: center;
    padding: 5%;
  }

  .footer-text {
    color: #dddddd;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .social-icons {
    margin-bottom: 20px;
  }

  .footer-right {
    align-self: flex-start;
  }

  .contact {
    display: flex;
    flex-direction: row;
    gap: 28px;
  }

  .pages,
  .contact h2 {
    display: none;
  }

  .contact-footer {
    margin-bottom: 12px;
    display: flex;
    white-space: nowrap
  }

  .contact-footer img {
    width: 18px;
    height: 16px;
  }

  .contact-footer p {
    color: #dddddd;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
  }

  /* ABOUT */
  .about-content-title {
    margin-left: 5%;
    margin-right: 5%;
  }

  .about-content {
    color: #ffffff;
    font-family: inter;
    text-align: left;
    font-size: 18px;
    margin-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
  }

  /* ROBOTS */
  .snapfire-photo img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }

  .robots-content {
    color: #ffffff;
    font-family: inter;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .robots-content-linked {
    color: #ffffff;
    font-family: inter;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }

  .legal-info {
  padding: 5%;
}

}
