body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 56px;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 56px;
    font-weight: 700;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

caption-t {
  font-size: 12px;
  font-weight: 400;
}

.large-text {
  font-size: 10vw;
}

.spacing40 {
  width: 100%;
  height: 40px;
}

a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.button {
  width: 192px;
  height: 48px;
  background-color: #5BA4CF;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  font-size: 20px;
  font-weight: 400;
}

.button:hover {
  width: 192px;
  height: 48px;
  background-color: #1a2e44;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .button {
    width: 211px;
    height: 53px;
    font-size: 24px;
  }

  .button:hover {
    width: 211px;
    height: 53px;
    background-color: #1a2e44;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    font-size: 24px;
    font-weight: 400;
  }
}

/* header */

.header {
  background-color: #ffffff;
  /* box-shadow: 1px 1px 5px 0px var(--gray); */
  /* position: sticky; */
  top: 0;
  width: 100%;
  height: 64px;
}
/* Logo */
.logo {
  display: inline-block;
  padding: 21px 20px;
}

.logo img {
  width: 160px;
  height: 24px;
}

/* Nav menu */
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
  top: 64px;
}
.menu {
  list-style: none;
  background-image: url(./images/footer/get-in-touch.svg);
  background-repeat: no-repeat;
  background-position: 130px 80px;
  padding: 0;
  margin: 0;
  height: 100vh;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.menu a {
  display: block;
  text-decoration: none;
  padding: 30px;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}
.menu a:hover {
  /* background-color: #5BA4CF; */
  color: #5BA4CF;
  text-decoration: none;
}
.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 31px 20px;
} /* Style label tag */

.hamb-line {
  background: #000000;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
} /* Style span tag */

.hamb-line::before,
.hamb-line::after {
  background: #000000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamb-line::before {
  top: 5px;
}
.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav {
  max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

/* Responsiveness */
@media (min-width: 1000px) {
  .header {
    /* display: flex; */
    height: 80px;
    /* margin: auto; */
    position: relative;
  }
  .header-container {
    width: 100%;
    max-width: 1280px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .logo {
    display: inline-block;
    padding: 21px 80px;
  }
  .logo img {
    width: 220px;
    height: 32px;
  }
  .nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;
    padding: 0 80px;
  }
  .menu {
    box-shadow: none;
    gap: 8px;
  }
  .menu a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .menu li {
    float: left;
  }

  .menu a:hover {
    background-color: transparent;
    color: #5BA4CF;
  }

  .hamb {
    display: none;
  }
}

/* footer */

.footer {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 20px 20px;
  background-color: #ffffff;
}

.footer .footer-item {
  width: 100%;
  padding-bottom: 60px;
}

.footer .footer-item-with-bg {
  background-image: url("./images/footer/get-in-touch.svg");
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60px;
}

.footer-item-with-bg h3 {
  padding-bottom: 8px;
}

.footer-item-with-bg a {
  font-size: 20px;
}

.footer .footer-item-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 60px;
  margin: 0;
}

.footer .footer-item-wrap .footer-list-container {
  width: 50%;
  max-width: 187.5px;
}

.footer .footer-item-wrap .footer-list-container h6 {
  padding-bottom: 8px;
}

.footer .footer-item-wrap .footer-list-container .ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-item-wrap .footer-list-container .ul li {
  display: list-item;
  padding: 8px 0;
}

.footer .footer-item-wrap .footer-list-container .ul a:hover {
  color: #5BA4CF;
}

@media screen and (min-width: 1001px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer .footer-item-group {
    display: flex;
    width: 100%;
    max-width: 1280px;
  }

  .footer .footer-item-with-bg {
    width: 33.3%;
    margin-left: 108px;
  }

  .footer .footer-item {
    width: 33.3%;
    margin-left: 108px;
    padding-bottom: 60px;
  }

  .footer .footer-item-wrap {
    margin-left: 108px;
    width: 33.3%;
  }
}

/* index */
.banner-container {
  position: relative;
}

.hero-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 0px;
}

.hero-text p {
  font-size: 9vw;
  line-height: auto;
  padding: 0;
  font-weight: 700;
  color: #ffffff;
}

.banner-container img {
  width: 100vw;
}

@media screen and (min-width: 1000px) {
  .banner-container {
    display: flex;
    flex-direction: row-reverse;
    background-color: #EBF5FB;
    align-items: center;
    position: unset;
  }
  .banner-container img {
    width: auto;
    height: 100vh;
  }
  .picture {
    width: 50%;
    height: 100vh;
  }
  .hero-text {
    position: unset;
    padding-left: 45px;
  }

  .hero-text p {
    font-size: 5.5vw;
    line-height: auto;
    padding: 6px 0px;
    font-weight: 700;
    color: #000000;
  }
}

.full-width-img {
  /* background-image: url(./images/index/index-banner-m.png); */
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .full-width-img {
    width: 100vw;
    height: auto;
    max-width: 100%;
    max-height: auto;
    object-fit: cover;
  }
}

/* about page */

.title-and-text-content {
  background-image: linear-gradient(to right, #ffffff00, #D6EAF8);
  text-align: center;
  padding: 120px 20px;
}

.title-and-text-content h3 {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .title-and-text-content {
    padding: 200px 80px;
  }

  .title-and-text-content h3 {
    max-width: 848px;
    margin: auto;
  }

  .title-and-text-content p {
    max-width: 848px;
    margin: auto;
  }
}

.text-with-img-right {
  background-image: linear-gradient(to right, #ffffff00, #D6EAF8);
}

.item {
  padding: 40px 20px;
}

.item-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 0px 40px;
}

.item-text {
  text-align: center;
}

.item-text h3 {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1280px;
    margin: auto;
  }

  .item-img {
    width: 50%;
  }

  .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
  }

  .item-text {
    width: 50%;
    padding: 0 108px;
    text-align: left;
  }
}

.text-with-img-left {
  background-image: linear-gradient(to right, #ffffff00, #D6EAF8);
}

@media screen and (min-width: 768px) {
  .text-with-img-left {
    background-image: linear-gradient(to right, #D6EAF8, #ffffff00);
  }

  .text-with-img-left .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1280px;
    margin: auto;
  }
}
.highligh-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.highligh-content {
  background-color: #D6EAF8;
  border-radius: 30px;
  /* margin: 40px 20px; */
  padding: 40px;
  /* text-align: center; */
}

.highligh-content .item-text p {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .highligh-container {
    padding: 80px;
  }

  .highligh-content {
    width: 100%;
    max-width: 1280px;
    padding: 120px 0;
  }

  .highligh-content .item-text {
    text-align: center;
    margin: auto;
  }
}

/* careers page */

/* the 1st section only for desktop */
@media screen and (min-width: 768px) {
  .fixed-width-content-text {
    max-width: 640px;
    margin: auto;
  }
}

.open-positions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #ffffff00, #D6EAF8);
  padding: 40px 20px 120px 20px;
}

.open-positions-content {
  width: 100%;
}

.onderline-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.onderline-block {
  background-color: #5BA4CF;
  width: 122px;
  height: 2px;
  margin: 8px 0px 40px 0px;
}

.list-item {
  width: 100%;
  padding-bottom: 20px;
}

.list-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.list-item-title button {
  background: transparent;
  border: none;
}

.divider-block {
  background-color: #000000;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .open-positions-content {
    width: 100%;
    max-width: 1064px;
  }

  .onderline-block {
    width: 180px;
    height: 3px;
  }

  .onderline-title h4 {
    font-weight: 700;
    font-size: 36px;
  }

  .list-item-title h5 {
    font-weight: 700;
    font-size: 28px;
  }
}

/* products */

.features-container {
  background-image: linear-gradient(to right, #ffffff00, #D6EAF8);
}

.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
}

.features-content h3 {
  padding-bottom: 80px;
}

.text-content-group {
  padding: 0px 20px 40px 20px;
}

.title-line {
  display: flex;
}

.title-line p {
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
}

.content-line p {
  padding: 8px 0px 40px 39px;
}

@media (min-width: 1000px) {
  .features-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-content-group {
    width: 100%;
  }

  .features-content {
    width: 100%;
    max-width: 1064px;
  }

  .text-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .title-line {
    display: flex;
    max-width: 306px;
    /* padding-right: 126px; */
  }

  .title-line p {
    padding-right: 90px;
  }

  .title-line h5 {
    width: 183px;
    font-size: 28px;
    font-weight: 700px;
  }

  .content-line {
    max-width: 632px;
  }

  .content-line p {
    padding: 0px 0px 50px 0px;
  }
}
