body {
  background-color: #E2EAF3;
  margin: 0px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  /*letter-spacing: -0.6px;*/
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 600;
  /*letter-spacing: -0.6px;*/
  color: #171E27; /*Primary color*/
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 500;
  /*letter-spacing: -0.6px;*/
  color: #171E27; /*Primary color*/
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  /*letter-spacing: -0.6px;*/
  margin: 0px;
  color: #3D3D3D;  /*Secondary color*/
}

img {
  max-width: 100%;
  object-fit: contain;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }

  section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

section#header-full-screen {
  display: flex;
  flex-direction: row;

  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-left, .header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 20px;
}

.header-left {
  flex: 1 1 40%;
}

img.app-qr-code {
  height: 300px;
}

div.download-app {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}

.header-right {
  flex: 1 1 60%;
}

@media (max-width: 900px) {
  section#header-full-screen {
    flex-direction: column;
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header-left, .header-right {

  }
}

section#onboarding {
  background-color: #3F88C5;
  padding-left: 128px;
  padding-right: 128px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.onboarding-img img {
  position: relative;
  z-index: 0;
}

.onboarding-headline {
  display: flex;
  flex-direction: row;
  justify-content: center;

  background-color: #3D3D3D;
  color: white;
  border-radius: 16px;

  padding-left: 128px;
  padding-right: 128px;
  /*padding-top: 32px;*/
  /*padding-bottom: 32px;*/

  position: relative;
  z-index: 1;
  margin-top: -50px;
}

@media (max-width: 900px) {
  section#onboarding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .onboarding-headline {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.concept-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.concept-text {
  /*width: 60%;*/
  flex: 1 1 60%;
}

.concept-img {
  /*width: 40%;*/
  flex: 1 1 40%;
}

@media (max-width: 900px) {
  .concept-row {
    flex-direction: column;
  }
  .concept-img {
    margin-top: 35px;
  }
}

.why-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.why-col-left, .why-col-right {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.why-col-left {
  padding-right: 50px;
}

.why-col-right {
  padding-left: 50px;
}

.why-col-center {
  min-width: 380px;
  max-width: 380px;
}

.why-col-center img {
  border: solid;
  border-color: #3F88C5;
  border-radius: 32px;
  border-width: 4px;
}

@media (max-width: 900px) {
  .why-row {
    flex-direction: column;
  }

  .why-col-left, .why-col-right {
    gap: 30px;
  }

  .why-col-left {
    padding-right: 0px;
  }

  .why-col-right {
    padding-left: 0px;
  }

  .why-col-center {
    min-width: 0px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .why-col-center img {
    max-height: 600px;
  }
}

.pro-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;

  padding-top: 36px;
}

.pro-col {
  display: flex;
  flex-direction: column;
  max-width: 25%;
  min-width: 300px;
  padding: 30px;
  border-radius: 16px;

  background-color: #3F88C5;
}

.pro-col img {
  width: 120px;
  filter: invert(98%) sepia(0%) saturate(186%) hue-rotate(337deg) brightness(117%) contrast(100%);
  align-self: center;
  margin-bottom: 25px;
}

.pro-col h3 {
  margin-top: 0;
}

.pro-col h3, .pro-col p {
  color: white;
}

@media (max-width: 370px) {
  .pro-col {
    min-width: 200px;
  }
}

section#contact-us {
  display: flex;
  flex-direction: column;
}

section#contact-us form {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 50px;
  gap: 15px;

  width: 100%;
  max-width: 900px;
}

.contact-form-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

input {
  border: 0px;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
}

input#name, input#company {
  flex: 1 1 auto;
  min-width: 0px;
}

input#name {
  margin-right: 15px;
}

input#email {
  flex: 1 1 auto;
}

textarea#message {
  flex: 1 1 auto;
  border-radius: 8px;
  border: 0px;
  padding: 20px;
}

input#submit {
  width: 50%;
  background-color: #3F88C5;
  color: white;
}

input#submit:hover {
  cursor: pointer;
}

.dna-icon-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 46px;

  padding-top: 50px;
  padding-bottom: 50px;
}

.dna-description-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
}

.dna-description-col {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 30px;
}

@media (max-width: 600px) {
  .dna-icon-row img {
    width: 76px;
  }
}

@media (max-width: 350px) {
  .dna-icon-row {
    gap: 26px;
  }

  .dna-icon-row img {
    width: 56px;
  }
}

div.plaine-images-partners {
  display: flex;
  flex-direction: row;
}

.partners-left {
  flex: 1 1 40%;
  align-self: center;
}

.partners-left img {
  width: 95%;
}

.partners-right {
  flex: 1 1 60%;
  align-content: center;
}

@media (max-width: 900px) {
  div.plaine-images-partners {
    flex-direction: column;
  }

  .partners-left img {
    width: 100%;
    max-width: 400px;
  }
}

.team-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.team-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
}

.team-card {
  display: flex;
  flex-direction: column;
  max-width: 390px;
}

.team-col .team-card  img {
  border-radius: 8px;
}

.team-card-title {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
}

.team-card-title .job-title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4F545C;
}

.team-card-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-top: 58px;
}

.linkedin-qr-code {
  width: 200px;
}

@media (max-width: 900px) {
  .team-card {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .team-card {
    max-width: 250px;
  }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 900px) {
  #popup-message {
    font-size: 22px;
  }
}

.popup button {
    margin-top: 10px;
    padding: 12px 20px;
    border: none;
    background-color: #3F88C5;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.popup.hidden {
    display: none;
}
