/* Root */
:root {
  --primary: ;
  --secondary: ;
  --light: #fff;
  --dark: #333;
  --shadow: 0, 1px, 5px rgba(104, 104, 104, 0.9);
  --max-width: 70%;
}

/* CSS RESET */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* BASE */
html,
body {
  font-family: "Barlow", sans-serif;
  webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  background: var(--light);
  line-height: 1.5;
  overflow-x: hidden;
}

h1 {
  font-size: 3.2rem;
  font-weight: bolder;
  padding-bottom: 20px;
}

h2 {
  font-size: 2.4rem;
  font-weight: bolder;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.872rem;
  font-weight: bolder;
  padding-bottom: 20px;
}

p {
  margin: 0.8rem 0;
  font-size: 1.6rem;
}

b {
  margin: 0.8rem 0;
  font-size: 1.6rem;
}

div,
header,
main,
nav,
section,
article,
aside,
footer,
button,
li {
  font-size: 1.6rem;
}

a {
  color: var(--dark);
  text-decoration: none;
  font-size: 1.6rem;
}

ul {
  list-style: none;
  font-size: 1.6rem;
}

/* UTILITIES */
.container {
  max-width: var(--max-width);
  margin: auto;
  padding: 0 3.2rem;
}

.img {
  max-width: 100%;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0.7);
}

.shadow {
  box-shadow: var(--shadow);
}

header::before {
  content: "";
  position: fixed;
  top: -100;
  left: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.7);
}

header {
  min-height: 70vh;
  background: url("../assets/img/header.jpeg") no-repeat center center/cover;
}

header nav {
  height: 70px;
  padding-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .logo img {
  width: 80px;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  padding: 0 35px;
}

header nav ul li:nth-child(2) {
  width: 15ch;
}

header nav ul li a {
  color: white;
}

header nav .btn {
  display: block;
  background-color: black;
  color: white;
  padding: 10 20;
  text-align: center;
  width: 17.63ch;
  margin-left: 100px;
}

.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 20%;
  z-index: 2;
  display: none;
}

.overlapping-block {
  background-color: gray;
  min-width: 30%;
  width: 450px;
  padding: 50px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -120px;
}

.overlapping-block h1 {
  max-width: 18ch;
  color: white;
  text-align: center;
}

.overlapping-block a {
  display: inline-block;
  background-color: black;
  color: white;
  width: 200px;
  padding: 10px 20px;
  text-align: center;
}

.intro {
  margin: 10vh auto;
  width: 90vw;
  max-width: 700px;
}

.intro h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 4.9rem;
  font-weight: 300;
}

.intro p {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.intro p {
  text-align: left !important;
}

.image-text {
  width: 90vw;
  max-width: 700px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  padding: 3rem;
}

.image-text img {
  max-width: 300px;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-self: center;
}

.image-text .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nominatie {
  width: 90vw;
  max-width: 700px;
  margin: 10vh auto;
  display: grid;
  grid-template-columns: 45% 55%;
  grid-column-gap: 10px;
}

.nominatie .oorkonde {
  margin: auto;
  max-width: 200px;
}

.btn-nominatie {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  width: 200px;
  padding: 10 20;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

hr {
  width: 70vw;
  margin: 0 auto;
  background-color: white;
}

.icons {
  text-align: center;
  margin: 10vh auto;
}

.icons__title {
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

.icons__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
  max-width: 700px;
}

.icons__container .icons__data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.icons__data-icon {
  width: 100px;
}

.icons__data-text {
  color: #a8a087;
  font-weight: 600;
}

.reviews {
  padding: 4rem 0 1rem;
}

.reviews__title {
  text-align: center;
}

.reviews__content {
  position: relative;
  background-color: #f4f4f4;
  width: 242px;
  padding: 0 3rem;
  border-radius: 0.75rem;
  text-align: center;
  overflow: hidden;
  height: 500px !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  display: grid;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.reviews__img {
  width: 120px;
  height: 120px;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-self: center;
}

.reviews__description {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 3rem;
}

.partners {
  margin: auto;
  text-align: center;
  margin: 10vh auto;
}

.partners h4 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 30px;
}

.partners__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 6rem;
  padding: 0 6rem 0;
  align-items: center;
}

.partners__container .partners__img img {
  width: 100%;
}

footer {
  color: white;
}

footer .topbar {
  background-color: #3e3c38;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
}

footer .topbar h3 {
  padding: 9 0;
}

footer .bottombar {
  color: white;
  background-color: black;
  padding: 50 0;
}

footer .bottombar .bottombar-inner {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

footer .bottombar .bottombar-inner .footer-contact {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

footer .bottombar .bottombar-inner .footer-contact .follow i {
  margin-right: 10px;
}

footer .bottombar .bottombar-inner .footer-contact-menu {
  margin: 2rem 0;
}

footer .bottombar .bottombar-inner .footer-contact-menu,
footer .bottombar .bottombar-inner .footer-contact-menu a {
  color: #b8b8b8;
  font-weight: 300;
}

footer .bottombar .bottombar-inner a {
  color: white;
}

footer .bottombar .bottombar-inner .links a {
  color: #b8b8b8;
}

footer .bottombar .bottombar-inner .footer-btn {
  background-color: #848484;
  padding: 10 20;
  border: none;
}

@media (max-width: 900px) {
  .menu-btn {
    display: block;
  }
  .main-menu {
    display: block;
    background: rgba(51, 51, 51, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    padding: 30px;
    transform: translateX(-100%);
    transition: transform 0.5s;
  }
  .main-menu.show {
    transform: translateX(0%);
  }
  .main-menu .btn {
    display: none;
  }
  .main-menu li {
    padding: 10px;
    border-bottom: 1px solid #999;
  }
  .main-menu li:nth-child(2) {
    width: 100%;
  }
  .main-menu li:last-child {
    border: none;
  }
  .image-text {
    grid-template-columns: 1fr;
  }
  .image-text img {
    margin-bottom: 50px;
  }
  .overlapping-block {
    max-width: 400px;
  }
  .nominatie {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .nominatie .voorbeeld2 {
    display: none;
  }
  .icons__container {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
  .partners__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 6rem;
    padding: 5rem 6rem 0;
    align-items: center;
    justify-content: center;
  }
  .partners__container .partners__img img {
    width: 150px;
  }
  .bottombar-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
