/* Plaats hier je design system Sass van de vorige opdracht en nieuwe Sass code */
/* activeer de Sass plugin zodat de correcte SCSS wordt aangemaakt */
/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.navbar {
  flex-wrap: nowrap;
}

.nav-item {
  margin: 0.5rem;
}
.nav-link:hover:hover {
  color: #646739;
  border-bottom: 2px solid #646739;
}

.selected {
  color: #646739 !important;
  border-bottom: 2px solid #646739;
}

.fa-solid {
  color: black;
}

.fa-brands {
  font-size: 150%;
  margin-right: 1rem;
}
.fa-brands:hover {
  color: #038f75;
}

.fa-check {
  font-size: 500%;
  color: #038f75;
  border: 1px solid #038f75;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-top: 3rem;
  padding: 3rem;
  margin-bottom: 3rem;
}

.form-control {
  border-color: hsl(67, 51%, 48%);
}
.form-control:focus {
  border-color: hsl(67, 51%, 48%);
  box-shadow: 0 0 0 0.25rem hsla(67, 51%, 48%, 0.25);
}

.modal-content {
  display: flex;
  align-items: center;
}

.fa-arrow-up-long {
  color: white;
  font-size: 150%;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
p {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-nav__brand {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.c-nav__img {
  width: 10%;
  height: auto;
}
@media (max-width: 426px) {
  .c-nav__img {
    width: 20%;
  }
}
.c-nav__logo {
  margin-left: 0.5rem;
}
@media (max-width: 426px) {
  .c-nav__logo {
    display: none;
  }
}

.c-typography {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
}
.c-typography__logo {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
}
.c-typography__r-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
}
.c-typography__r-bold--service {
  font-size: 20px;
}
.c-typography__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
}
.c-typography__title--promo {
  font-size: 4rem;
}

.c-container {
  height: 20rem;
  overflow: hidden;
}
.c-container--services {
  display: flex;
  overflow: visible;
}
.c-container--servicesabo {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.c-container__img {
  width: 100%;
  height: 100%;
  border: 2px solid hsl(67, 51%, 48%);
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-container__img--services {
  width: 50%;
  margin-right: 1rem;
}

.c-tekst {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .c-tekst {
    margin-bottom: 1rem;
  }
}
.c-tekst--second {
  align-items: flex-end;
  text-align: end;
  margin-bottom: 1rem;
}
@media (max-width: 769px) {
  .c-tekst--second {
    align-items: flex-start;
  }
}
.c-tekst__description {
  margin-bottom: 1rem;
}
@media (max-width: 769px) {
  .c-tekst__description {
    text-align: start;
  }
}
.c-tekst__title {
  color: #646739;
}
@media (max-width: 769px) {
  .c-tekst__title {
    text-align: start;
  }
}

.c-ruler {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid hsl(67, 51%, 48%);
  opacity: 1;
  width: 70%;
}
.c-ruler--footer {
  width: 90%;
  margin-bottom: 40px;
}

.c-btn {
  color: white;
  background-color: #038f75;
  text-decoration: none;
  padding: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0.625rem;
  border-radius: 5px;
  border: none;
}
.c-btn:hover {
  box-shadow: -1px 2px 5px 4px rgba(0, 0, 0, 0.26) inset;
}
.c-btn--abo {
  border: 2px solid #038f75;
  box-shadow: none !important;
}
.c-btn--unselected {
  color: #038f75;
  background-color: transparent;
  border: 2px solid #038f75;
}
.c-btn--unselected:hover {
  color: white;
  background-color: #038f75;
  cursor: pointer;
}

.c-modal {
  display: flex;
  justify-content: center;
}
.c-modal__content {
  text-align: center;
  margin-right: 10px;
}

.c-topbtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 150%;
  text-align: center;
  background-color: #038f75;
  width: 120px;
  border-radius: 42px;
  border: 2px solid transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 5;
}
@media (max-width: 769px) {
  .c-topbtn {
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
  }
}
.c-topbtn:hover {
  box-shadow: -1px 2px 5px 4px rgba(0, 0, 0, 0.26) inset;
}

.c-nav__img {
  width: 10%;
  height: auto;
}

.c-service {
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
.c-service__img {
  height: 100%;
  width: 100%;
  border: 2px solid hsl(67, 51%, 48%);
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-contact {
  width: -moz-fit-content;
  width: fit-content;
}
.c-contact__title {
  color: #646739;
}
.c-contact__info {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-contact__info:hover {
  cursor: pointer;
}
.c-contact__info:hover .c-contact__txt {
  color: #038f75;
}
.c-contact__info:hover .fa-solid {
  color: #038f75;
}
.c-contact__info--direction {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.c-contact__content {
  display: flex;
  align-items: center;
}
.c-contact__icon {
  margin-right: 5px;
}

.c-info {
  display: flex;
}
@media (max-width: 426px) {
  .c-info {
    flex-direction: column;
    align-items: center;
  }
}
.c-info__title {
  color: #646739;
}
.c-info__img {
  height: -moz-fit-content;
  height: fit-content;
  width: 30%;
  margin-right: 10px;
}
.c-info__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-news__title {
  color: #646739;
}

.c-socials {
  width: -moz-fit-content;
  width: fit-content;
}
.c-socials__title {
  color: #646739;
}

.c-copyright__link {
  color: #038f75;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/
.u-title {
  color: #646739;
  border-bottom: 2px solid #646739;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  font-style: normal;
  margin-bottom: 1rem;
}
@media (max-width: 426px) {
  .u-title {
    font-size: 2rem;
    text-align: center;
  }
}
.u-title--service {
  margin-bottom: 1rem;
}

.u-mb {
  margin-bottom: 50px;
}

.u-hidden {
  display: none;
}

.u-fitcontent {
  width: -moz-fit-content;
  width: fit-content;
}