/** @format */
/** @format */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  border: none;
  background-color: initial;
  font: inherit;
  cursor: pointer;
  outline: none;
}

a {
  text-decoration: none;
}

h1 {
  font-size: bold 1.125rem/1.4em "Poppins", sans-serif;
}

h2 {
  font-size: bold 1rem/1.4em "Poppins", sans-serif;
  margin-top: 10px;
}

h3 {
  margin-top: 10px;
  font-size: bold 1rem/1.4em "Poppins", sans-serif;
}

p {
  font-size: 1rem/1.4em "Poppins", sans-serif;
}

ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

ol {
  list-style: decimal;
  margin-left: 20px;
}

strong {
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 1.4rem;
  }
}
.u-box-shadow {
  box-shadow: 0px 4px 4px hsla(0, 0%, 0%, 0.19), 0px 12px 12px hsla(0, 0%, 0%, 0.08);
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-weight: 600;
}

.u-underline {
  text-decoration: underline;
}

.u-show {
  display: block !important;
}

.u-glassbg {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  margin: 15px;
}

.u-card {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 150px auto;
  background: linear-gradient(0deg, hsl(0, 0%, 93%) 50%, hsl(0, 0%, 95%) 100%);
  border-radius: 20px;
}

.u-info-box {
  padding: 16px;
  margin: 20px 0;
  border-radius: 11px;
}

.u-info-box.u-important {
  background: rgba(232.866, 134.334, 155.6826, 0.1);
  border-left: 4px solid hsl(347, 69%, 72%);
}

.u-info-box.u-tip {
  background: rgba(15.0195, 81.8805, 50.6787, 0.1);
  border-left: 4px solid hsl(152, 69%, 19%);
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-list-none {
  list-style: none;
}

.app {
  font-family: "Poppins", sans-serif;
  background-color: hsl(88, 12%, 88%);
  color: hsl(0, 0%, 6%);
  line-height: 1.6;
  font-weight: 100;
}

/** @format */
/** @format */
.header {
  width: 100%;
  background: hsl(0, 0%, 95%);
  top: 0;
  z-index: 5;
  position: fixed;
}
.nav {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.nav__img {
  margin: 10px;
  height: auto;
  display: block;
  object-fit: cover;
  height: 80px;
}
@media screen and (max-width: 1100px) {
  .nav {
    margin: 0 25px;
  }
}

.navbar {
  display: inline-block;
}
.navbar__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.navbar__dropbtn {
  color: hsl(0, 0%, 6%);
  text-decoration: none;
  font-weight: 200;
  padding: 8px 40px;
  border-radius: 11px;
  transition: all 0.3s;
}
.navbar__dropbtn:hover, .navbar__dropbtn:focus, .navbar__dropbtn:active {
  color: hsl(0, 0%, 6%);
  background: rgba(0, 0, 0, 0.05);
}
.navbar__dropdown-content {
  display: none;
  position: absolute;
  background-color: hsl(0, 0%, 93%);
  min-width: 300px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 4;
  border-radius: 8px;
  padding: 10px 3px;
  top: 45px;
}
.navbar__dropdown-paragraph {
  color: hsl(0, 0%, 6%);
  opacity: 0.6;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-weight: 200;
  text-align: start;
}
.navbar__dropdown-link {
  color: hsl(0, 0%, 6%);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: 200;
  text-align: start;
  transition: all 0.3s;
  text-indent: 12px;
}
.navbar__dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: hsl(0, 0%, 6%);
}
.navbar__btn {
  background: hsl(347, 69%, 67%);
  color: hsl(0, 0%, 100%);
  padding: 8px 20px;
  margin-left: 20px;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.navbar__btn:hover {
  background-color: hsl(347, 69%, 72%);
}

.navbar__mobile-dropbtn {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  padding-right: 0px;
  color: hsl(0, 0%, 6%);
}
.navbar__mobile-content {
  display: none;
  position: absolute;
  background-color: hsl(0, 0%, 93%);
  min-width: 80%;
  width: 100vw;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 4;
  border-radius: 8px;
  padding: 10px 3px;
  top: 95px;
  right: 0vw;
}
.navbar__mobile-link {
  color: hsl(0, 0%, 6%);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: 200;
  text-align: start;
  transition: all 0.3s;
}
.navbar__mobile-link:hover {
  background-color: rgba(0, 0, 0, 0.025);
  color: hsl(0, 0%, 6%);
}

@media screen and (max-width: 550px) {
  .navbar__dropbtn {
    display: none;
  }
  .navbar__mobile-dropbtn {
    display: block;
  }
  .navbar__btn {
    display: none;
  }
}
/** @format */
/** @format */
.footer {
  width: 100%;
  background: linear-gradient(0deg, hsl(0, 0%, 93%) 50%, hsl(0, 0%, 95%) 100%);
}
.footer__main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  padding: 20px;
}
.footer__links {
  display: flex;
}
.footer__icon-link {
  text-align: center;
  margin-left: 20px;
}
.footer__icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 6%);
  margin: 0 8px;
  color: hsl(0, 0%, 6%);
  opacity: 0.75;
}
.footer__list {
  list-style: none;
}
.footer__link {
  text-decoration: none;
  color: inherit;
}
.footer__contactinfo {
  display: block;
  justify-self: start;
}
.footer__copyright {
  font-size: 13px;
  margin-left: 5%;
  color: hsl(0, 0%, 30%);
}
@media screen and (max-width: 700px) {
  .footer__main {
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .footer__links {
    flex-direction: column-reverse;
  }
  .footer__icon-link {
    margin-left: 0;
  }
  .footer__icon {
    margin: 0;
  }
}

/** @format */
/** @format */
.privacy__main {
  padding: 10%;
}
.privacy__paragraph {
  padding: 5px 0;
}

.article {
  flex-direction: column;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.article__h1 {
  color: hsl(152, 69%, 19%);
  font-weight: 500;
}
.article__h2 {
  color: hsl(152, 69%, 19%);
  font-weight: 500;
}
.article__h3 {
  color: hsl(152, 69%, 19%);
  font-weight: 500;
}
.article__h5 {
  color: hsl(152, 69%, 19%);
  font-weight: 300;
}
.article__paragraph {
  margin-bottom: 20px;
}
.article__list {
  margin-left: 20px;
  margin-bottom: 10px;
}
.article__inline-link {
  color: hsl(347, 69%, 67%);
}
@media screen and (max-width: 64em) {
  .article {
    border-radius: 0;
    padding: 25px;
  }
}
@media screen and (max-width: 48em) {
  .article {
    padding: 20px;
  }
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: rgba(15.0195, 81.8805, 50.6787, 0.1);
  border-radius: 11px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
table * {
  position: relative;
}
table td,
table th {
  padding-left: 8px;
  font-weight: 300;
}
table thead tr {
  height: 0px;
  background: rgba(15.0195, 81.8805, 50.6787, 0.8);
  color: hsl(0, 0%, 95%);
  font-size: 1rem;
}
table tbody tr {
  height: 78px;
  border-bottom: 1px solid hsl(0, 0%, 30%);
}
table tbody tr:last-child {
  border: 0;
}
table td,
table th {
  text-align: left;
}
table td.l,
table th.l {
  text-align: right;
}
table td.c,
table th.c {
  text-align: center;
}
table td.r,
table th.r {
  text-align: right;
}

@media screen and (max-width: 35.5em) {
  table {
    display: block;
  }
  table > *,
  table tr,
  table td,
  table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    position: absolute;
    font-size: 0.8rem;
    font-weight: 300;
    width: 50%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Niveau";
  }
  table tbody tr td:nth-child(2):before {
    content: "Periode";
  }
  table tbody tr td:nth-child(3):before {
    content: "Dosering weegschaal";
  }
  table tbody tr td:nth-child(4):before {
    content: "Dosering spuitje (2ml)";
  }
}
.main-content {
  display: flex;
  flex-grow: 1;
  max-width: 1100px;
  width: 100%;
  margin: 200px auto 100px;
}
.main-content__container {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-direction: row-reverse;
  display: flex;
}
.main-content__image {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-content__title-background {
  background-color: hsla(0, 0%, 100%, 0.86);
  border-radius: 16px;
  box-shadow: 0 4px 30px hsla(0, 0%, 0%, 0.1);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border: 1px solid hsla(0, 0%, 100%, 0.64);
  width: 45%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 440px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  position: relative;
}
.main-content__title-background:hover {
  transform: scale(1.02);
}
.main-content__logo {
  margin-bottom: 20px;
  width: 49%;
  margin-left: 7.35%;
}
.main-content__text {
  margin: 20px 50px 0px;
  text-align: center;
  color: hsl(152, 69%, 19%);
  font-size: 29px;
  letter-spacing: inherit;
  line-height: 120%;
}
.main-content__welcome {
  font-size: 18px;
}
.main-content__btn {
  display: flex;
  font-weight: 500;
  margin: 35px;
  padding: 25px 30px;
  align-items: center;
  justify-content: center;
  height: 11%;
  background-color: hsl(347, 69%, 67%);
  color: hsl(0, 0%, 100%);
  border-radius: 11px;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.main-content__btn:hover svg {
  transform: translateX(5px);
}
.main-content__btn:hover {
  background-color: hsl(347, 69%, 72%);
}
.main-content__btn:active {
  transform: scale(0.95);
}
.main-content__btn-arrow {
  width: 25px;
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}
@media screen and (max-width: 1050px) {
  .main-content__container {
    border-radius: 0;
  }
}
@media screen and (max-width: 950px) {
  .main-content__welcome {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .main-content__title-background {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .main-content {
    margin: 0 auto 100px;
    padding-top: 130px;
    background-color: hsl(0, 0%, 95%);
  }
  .main-content__title-background {
    width: 100%;
    justify-content: end;
  }
  .main-content__logo {
    width: 250px;
  }
  .main-content__image {
    width: 100%;
  }
  .main-content__btn {
    width: 80%;
    border-radius: 12px;
  }
}

.about {
  flex-flow: row-reverse;
}
.about__img-container {
  height: 710px;
  width: 40%;
}
.about__img {
  object-fit: cover;
  width: 100%;
}
.about__text-container {
  padding: 55px 30px 55px 55px;
  margin-right: 20px;
  width: 60%;
}
.about__title {
  color: hsl(152, 69%, 19%);
  font-weight: 300;
}
.about__paragraph {
  margin: 20px 0;
}
@media screen and (max-width: 1050px) {
  .about {
    border-radius: 0;
  }
  .about__text-container {
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .about {
    flex-flow: column-reverse;
  }
  .about__img-container {
    width: 100%;
    overflow: hidden;
    height: 600px;
  }
  .about__img {
    height: 650px;
    object-position: 50% -100px;
  }
  .about__text-container {
    width: 100%;
  }
}

.recognize__img-container {
  width: 40%;
  height: 580px;
}
.recognize__img {
  object-fit: cover;
  width: 100%;
}
.recognize__text-container {
  padding: 40px;
  width: 60%;
}
.recognize__title {
  color: hsl(152, 69%, 19%);
  font-weight: 300;
}
.recognize__paragraph {
  margin: 20px 0;
}
@media screen and (max-width: 1050px) {
  .recognize {
    border-radius: 0;
  }
  .recognize__text-container {
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .recognize {
    flex-flow: column;
    position: relative;
  }
  .recognize__img-container {
    width: 100%;
    overflow: hidden;
    height: 300px;
  }
  .recognize__img {
    height: 350px;
    object-position: 50% -400px;
  }
  .recognize__text-container {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .recognize__img {
    object-position: 50% -200px;
  }
}
@media screen and (max-width: 380px) {
  .recognize__img {
    object-position: 50% -50px;
  }
}

.beyond {
  flex-flow: row-reverse;
}
.beyond__img-container {
  width: 40%;
  height: 650px;
  overflow: hidden;
}
.beyond__img {
  object-fit: cover;
  height: 100%;
}
.beyond__text-container {
  padding: 55px;
  width: 60%;
}
.beyond__title {
  color: hsl(152, 69%, 19%);
  font-weight: 300;
}
.beyond__paragraph {
  margin: 20px 0;
}
.beyond__link {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
  .beyond {
    border-radius: 0;
  }
  .beyond__text-container {
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .beyond {
    flex-flow: column;
  }
  .beyond__img-container {
    width: 100%;
    height: 400px;
  }
  .beyond__img {
    object-position: 50% -90px;
    width: 100%;
  }
  .beyond__text-container {
    width: 100%;
  }
}

.method {
  flex-direction: column;
}
.method__row {
  display: flex;
}
.method__img-container {
  overflow: hidden;
  width: 40%;
}
.method__img {
  object-fit: cover;
  width: 100%;
  border-bottom-right-radius: 20px;
}
.method__text-container {
  padding: 25px 50px;
  width: 60%;
}
.method__title {
  color: hsl(152, 69%, 19%);
  font-weight: 300;
}
.method__paragraph {
  margin: 20px 0;
}
.method__secondary-row {
  padding: 0px 50px;
}
@media screen and (max-width: 1050px) {
  .method {
    border-radius: 0;
  }
  .method__text-container {
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .method__row {
    flex-direction: column;
  }
  .method__img-container {
    overflow: hidden;
    width: 100%;
    height: 420px;
  }
  .method__img {
    object-position: 50% -330px;
    width: 100%;
  }
  .method__text-container {
    width: 100%;
    padding-bottom: 0;
  }
  .method__secondary-row {
    padding: 0 25px;
  }
}
@media screen and (max-width: 650px) {
  .method__img {
    object-position: 50% -250px;
  }
}
@media screen and (max-width: 550px) {
  .method__img {
    object-position: 50% -150px;
  }
}
@media screen and (max-width: 500px) {
  .method__img {
    object-position: 50% -100px;
  }
}
@media screen and (max-width: 450px) {
  .method__img {
    object-position: 50% -60px;
  }
}
@media screen and (max-width: 400px) {
  .method__img {
    object-position: 50% 0px;
  }
}
@media screen and (max-width: 360px) {
  .method__img {
    object-position: 50% 50px;
  }
}
