:root {
  --type-grey: #445b7e;
  --base-black: #040303;
  --base-grey: #f8f8ff;
  --white: white;
  --poc_bg: #fcffd8;
}

body {
  color: var(--type-grey);
  margin-bottom: 1em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  color: var(--base-black);
  width: 100%;
  margin-top: auto;
  margin-bottom: 1em;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--base-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

label {
  margin-bottom: .5em;
  font-size: 1.1em;
  font-weight: 400;
  display: block;
}

.hero-section {
  min-height: 1svh;
}

.costumer-highlight {
  background-color: var(--base-grey);
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.services-section {
  justify-content: center;
  min-height: 70svh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.projects-section {
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.about-section {
  background-color: var(--base-grey);
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.contact-section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.footer {
  background-color: var(--base-grey);
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-nav {
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.main-nav__container {
  max-width: 90svw;
  margin-left: auto;
  margin-right: auto;
}

.main-nav__logo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 1em;
  display: flex;
}

.main-nav__buttons {
  color: var(--type-grey);
  cursor: pointer;
  transition: all .15s;
}

.main-nav__buttons:hover, .main-nav__buttons:focus {
  color: var(--base-black);
  font-weight: 700;
  text-decoration: underline;
}

.languages-container {
  border: 1px solid var(--base-black);
  border-radius: .5em;
  justify-content: center;
  padding: .25em 1em;
  display: none;
}

.language-button {
  color: var(--type-grey);
  font-size: .9rem;
  text-decoration: none;
}

.language-button:hover, .language-button:focus {
  color: var(--base-black);
  font-weight: 700;
  text-decoration: underline;
}

.lang-divider {
  background-color: #91949c;
  width: 2px;
  margin-left: .5em;
  margin-right: .5em;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-background {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 95svw;
  min-height: 90vh;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
  position: relative;
  overflow: hidden;
}

.h1-hero {
  color: #fff;
  font-size: 3svw;
  line-height: 1;
  position: static;
}

.costumer-higlight__content {
  justify-content: space-between;
  align-items: center;
  max-width: 90svw;
  display: flex;
}

.logo-wrap {
  justify-content: center;
  height: 70%;
  display: flex;
}

.max-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90svw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: flex;
}

.max-content.footer {
  flex-flow: row;
  padding-top: 2em;
  padding-bottom: 2em;
}

.max-content.footer-logo {
  border-top: 1px solid var(--type-grey);
  flex-flow: row;
  justify-content: center;
  width: 90svw;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.max-content.legal {
  width: 55svw;
  padding-bottom: 4em;
}

.services-copy {
  width: 47%;
}

.services-highlight {
  background-color: var(--base-grey);
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  padding: 3em 3em 4em;
  display: flex;
}

.services-highlight.mobile {
  width: 100%;
  margin-bottom: 3em;
  display: none;
}

.services-p {
  font-size: 1.3em;
}

.home-service {
  flex-flow: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.home-service_image {
  width: 75%;
}

.home-service_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}

.button-basic {
  background-color: var(--base-black);
  color: #fff;
  text-align: center;
  border-radius: 1.5rem;
  min-width: 55%;
  margin-top: 2em;
  padding: 1em;
  font-size: 1.2rem;
  font-weight: 700;
}

.button-basic:hover {
  background-color: var(--type-grey);
}

.button-basic.full {
  min-width: 100%;
}

.button-basic.outline-white {
  border: 2px solid var(--white);
  min-width: 45%;
  margin-top: 1em;
}

.button-basic.outline-white.hero {
  min-width: 25%;
}

.projects-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.project-card {
  background-color: var(--type-grey);
  color: var(--base-grey);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 24%;
  min-height: 70svh;
  padding: 2em;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-card.kasta {
  cursor: pointer;
  background-image: url('../images/kasta.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-card.flaix {
  background-image: url('../images/flaixfm.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-card.kixy {
  background-image: url('../images/Kixy.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-card.wevy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/wevy.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.button-more {
  color: var(--base-black);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding: .125em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0;
  display: flex;
  position: static;
  inset: auto auto .5em .5em;
}

.scope-text {
  font-style: italic;
}

.scope-title {
  font-size: 1.3em;
}

.project-card__title {
  color: var(--white);
  font-size: 3em;
}

.project-card__category {
  font-size: 1.3em;
  font-weight: 100;
}

.poc_highlight {
  background-color: var(--poc_bg);
  border-radius: 1.5rem;
  justify-content: space-between;
  width: 100%;
  min-height: 30svw;
  padding: 3em;
  display: flex;
}

.poc-info {
  width: 45%;
}

.poc-info_p {
  margin-top: 1em;
  font-size: 1.5rem;
}

.poc-higlight_image {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.poc-higlight_image.mobile {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: none;
}

.contact-container {
  background-color: var(--base-grey);
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 90svw;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
}

.contact-intro, .contact-form-container {
  width: 50%;
}

.contact-intro__p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.form-field {
  border: 1px solid var(--base-black);
  border-radius: 1rem;
  height: 3svw;
  margin-bottom: 1em;
  padding: .5em 1em;
}

.form-field.message {
  height: 8svw;
}

.contact-h2 {
  margin-bottom: .25em;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.footer-logo {
  width: 10svh;
  margin-right: .5em;
}

.footer-buttons {
  color: var(--type-grey);
  text-decoration: none;
}

.form-columns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-nav__buttons-container {
  cursor: auto;
  display: flex;
}

.project-card-overlay {
  cursor: pointer;
  background-image: linear-gradient(#101038, #2e2e9ecc 80%);
  flex-flow: column;
  justify-content: space-between;
  padding: 2em;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card-overlay:hover {
  background-image: linear-gradient(#101038, #2e2e9e 80%);
}

.hero-bg {
  z-index: 1;
  height: 100%;
  position: static;
}

.hero-opacity {
  background-color: #05050ab0;
  height: 100%;
  line-height: 2;
}

.background-video {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.zizeron-certs {
  width: 60%;
}

.footer-cert {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.footer-cert_logo {
  width: 90%;
  display: flex;
}

.footer__legal {
  flex-flow: column;
  display: flex;
}

.text-block {
  padding-top: .25em;
}

.footer-cert__container {
  width: 50%;
}

.success-message {
  background-color: #c3f7bb;
  border-radius: 1em;
  height: 10svw;
}

.form-message {
  margin-top: 5%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h2-hero {
  color: var(--white);
  margin-top: 0;
  font-size: 1.5svw;
  font-weight: 100;
  line-height: 1.2;
}

.hero-content {
  text-align: center;
  background-color: #090a13b8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cookie-table-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  display: grid;
}

.h3-cookies {
  color: var(--type-grey);
  margin-top: 40px;
}

.body {
  margin-bottom: 4em;
}

.rich-text-block {
  margin-bottom: 4rem;
}

.h2-cookies {
  color: var(--type-grey);
  margin-top: 1em;
}

.nav-button-list {
  cursor: pointer;
}

.contact-style {
  color: var(--type-grey);
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .main-nav__logo {
    width: 20%;
    margin-top: 1.3em;
  }

  .h1-hero {
    font-size: 6svw;
  }

  .logo-wrap {
    height: 85%;
  }

  .max-content {
    flex-flow: column;
  }

  .services-copy {
    width: 100%;
  }

  .services-highlight {
    width: 100%;
    margin-top: 3em;
    display: none;
  }

  .services-highlight.mobile {
    display: flex;
  }

  .services-p {
    margin-bottom: 0;
  }

  .button-basic {
    min-width: 100%;
  }

  .project-card {
    width: 48%;
  }

  .poc_highlight {
    flex-flow: wrap;
  }

  .poc-info {
    width: 100%;
  }

  .poc-info_p {
    margin-bottom: 0;
  }

  .poc-higlight_image {
    width: 100%;
    margin-top: 3em;
    display: none;
  }

  .poc-higlight_image.mobile {
    display: flex;
  }

  .contact-container {
    flex-flow: column;
  }

  .contact-intro, .contact-form-container {
    width: 100%;
  }

  .contact-intro__p {
    font-size: 1.3rem;
  }

  .form-field {
    height: 6svw;
  }

  .form-field.message {
    height: 12svw;
  }

  .footer-buttons {
    margin-left: 0;
  }

  .footer-cert {
    grid-template-columns: 1fr 1fr;
  }

  .footer-list {
    font-size: .8rem;
    list-style-type: none;
  }

  .h2-hero {
    font-size: 3svw;
  }

  .hero-content {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  li {
    width: 100%;
  }

  .main-nav__logo {
    width: 30%;
  }

  .main-nav__buttons {
    text-align: center;
    width: 100%;
    padding: 1em;
  }

  .main-nav__buttons.nav-mobile {
    border: 1px solid var(--type-grey);
    color: var(--base-grey);
    border-radius: .5em;
    margin-bottom: 1em;
  }

  .languages-container {
    border-color: var(--type-grey);
  }

  .language-button {
    color: var(--base-grey);
    width: 45%;
  }

  .nav-menu {
    border-top: 1px solid var(--type-grey);
    border-bottom: 1px solid var(--type-grey);
    background-color: var(--base-black);
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-flow: row;
    padding: 2em;
  }

  .logo-wrap {
    height: 95%;
  }

  .max-content.footer {
    flex-flow: column;
  }

  .poc-info_p {
    font-size: 1.3rem;
  }

  .contact-container {
    padding: 2em;
  }

  .contact-intro__p {
    font-size: 1rem;
  }

  .footer-info {
    width: 70%;
  }

  .main-nav__buttons-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }

  .list-item__nav-mobile {
    border: 1px solid var(--type-grey);
    background-color: var(--type-grey);
    border-radius: 1em;
  }

  .menu-button.w--open {
    background-color: var(--base-black);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }

  .footer-cert__container {
    width: 70%;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 0;
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  label {
    font-size: 1em;
  }

  .main-nav__logo {
    width: 40%;
  }

  .hero-background {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h1-hero {
    font-size: 8svw;
    line-height: 1.1;
  }

  .costumer-higlight__content {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .logo-wrap {
    max-width: 40svw;
    height: auto;
  }

  .logo-wrap.hide {
    display: none;
  }

  .services-highlight.mobile {
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .services-p {
    display: none;
  }

  .home-service {
    width: 100%;
    margin-bottom: 1em;
  }

  .home-service_image {
    max-width: 45%;
  }

  .project-card {
    width: 100%;
  }

  .project-card__title {
    font-size: 2em;
  }

  .project-card__category {
    font-size: 1em;
  }

  .poc_highlight {
    margin-top: 2em;
    padding: 1.5em;
  }

  .poc-info_p {
    font-size: 1rem;
  }

  .poc-higlight_image.mobile {
    margin-bottom: 0;
  }

  .contact-container {
    padding: 2em 1em;
  }

  .contact-intro__p {
    margin-bottom: 2em;
  }

  .form-field {
    height: 12svw;
  }

  .form-field.message {
    height: 25svw;
  }

  .footer-info, .footer-cert__container {
    width: 100%;
  }

  .h2-hero {
    font-size: 5svw;
    line-height: 1.4;
  }

  .hero-content {
    width: 100%;
  }
}


