@font-face {
    font-family: 'Exan';
    src: url('/assets/fonts/Exan-Regular.ttf');
  }
  
  @font-face {
    font-family: 'Kontakt';
    src: url('/assets/fonts/Kontakt.ttf');
  }
  
  body {
      margin: auto;
      padding: 0px;
      background: #000;
      font-family: Roboto, sans-serif;
  }
  
  * {
      text-transform: uppercase;
      box-sizing: border-box;
      color: #fff;
  }
  
  section#Main {
      min-height: 100vh;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url('/assets/images/main-screen.svg');
      background-position-x: 50%;
      padding: 0px 20px;
  }
  
  section#Main *{
      font-family: Kontakt, sans-serif;
  }
  
  html { 
      scroll-behavior: smooth;
      font-size: 100%;
      box-sizing: border-box;
  }
  
  section#Main * {
      text-align: center;
  }
  
  h1 {
      font-size: 6em;
      margin: 0.3em;
  }
  
  p.description {
      font-size: 2em;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 10px;
  }
  
  a.btn {
      border: 2px solid #fff;
      padding: 15px 65px;
      font-size: 1em;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      display: inline-flex;
      width: max-content;
  }
  
  img.spaceship {
      position: absolute;
  }
  
  section {
      background: url('/assets/images/all-screens.svg');
      min-height: 100vh;
      background-attachment: fixed !important;
  }
  
  section#Hitech {
      display: flex;
      flex-direction: column;
  }
  
  container.flex {
      display: flex;
      padding: 25px 20px;
      margin: auto 0px;
  }
  
  .container-title {
      font-size: 50px;
      font-weight: bold;
      text-align: right;
  }
  
  section#Hitech p {
      font-size: 35px;
      max-width: 700px;
      margin: auto auto 0px auto;
  }
  
  right {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  left {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      align-items: center;
      justify-content: center;
  }
  
  left > img {
      max-width: 50%;
  }
  
  section#Neurals right {
      max-width: 600px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .jR3DCarouselGallery {
      width: 500px !important;
      height: 350px !important;
      perspective: 600px !important;
  }
  
  section#Neurals p {
      font-size: 35px;
      max-width: 700px;
      margin: auto auto 0px auto;
  }
  
  section#Hitech left {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  left p {
      margin: 25px 0px !important;
  }
  
  section#Neurals {
      display: flex;
      flex-direction: column;
  }
  
  section#Neurals left .container-title {
      text-align: left;
  }
  
      section#Robots p {
      font-size: 35px;
      max-width: 700px;
      margin: auto auto 0px auto;
  }
  
  @media screen and (min-width: 600px) {
      section#Robots p {
          margin: 10px 0px !important;
      }
  }
  
  @media screen and (max-width: 600px) {
      
  .flex {
      flex-direction: column;
  }
  
  section#Neurals > container {
      flex-direction: column-reverse;
  }
  
  right {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 100% !important;
      padding: 20px 0px;
  }
  
  .flex p{
      margin: 10px 0px !important;
      line-height: 1.2;
  }

  h1{
    font-size:4.0em;
  }

  p {
    text-align: right;
    font-size: 1em !important;
    padding: 0px !important;
  }
  
  section#Neurals p {
      text-align: left;
  } 

  a.btn {
    position: relative;
    z-index: 100000000;
  }

  img.spaceship {
    position: absolute;
    left: 34px;
    max-width: calc(100vw - 100px);
  }

  .container-title{
    font-size: 30px;
  }

  .btn{
    padding: 10px 20px !important;
    margin: 0px 20px !important;
  }

  .autogallery > div {
    width: 100vw !important;
  }
  
  section#Robots p {padding: 0px 25px !important;}

  section#Robots .container-title {
    padding: 0px 25px;
  }
}

@media screen and (max-height: 500px) {
    img.spaceship {
        display: none;
    }
}