/* ----------------------------------------------------------------
DEZE WEBSITE IS GEMAAKT DOOR TILTO
---------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap");

body {
  font-family: "Manrope", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.bg-main-light {
  background-color: rgba(218, 18, 18, 0.05);
}

.bg-ccc {
  background-color: #ccc;
}

.link {
  font-weight: 700;
  color: black;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}

.link i {
  transition: 0.3s ease-in-out;
  margin-left: 0px;
  position: relative;
  left: 0;
}

.link:hover i {
  margin-left: 3px;
  left: 3px;
}

.syne {
  font-family: "Syne", sans-serif;
}

.text-main {
  color: #da1212;
  letter-spacing: 5px;
}

.text-spacing {
  letter-spacing: 5px;
}

.bg-main {
  background-color: #da1212;
}

.btn-dark {
  background-color: black;
  border: 3px solid black;
}

.btn-dark:hover {
  background-color: var(--bs-dark);
  border: 3px solid var(--bs-dark);
}

.btn-outline-dark {
  border: 3px solid black;
  color: black;
}

.btn-outline-dark:hover {
  border: 3px solid black;
  background-color: black;
  color: white;
}

.text-hero {
  color: #eef3f8;
}

.navbar {
  transition: all 0.5s;
  background-color: white;
}

.navbar .nav-link:hover {
  color: black;
}

.navbar img {
  transition: width 0.3s ease-in-out;
}

.navbar .navbar-brand span {
  opacity: 1;
  color: black;
  transition: opacity 0.1s ease-in-out;
}

.navbar-dark {
  background-color: white;
  z-index: 9999 !important;
  padding: 0px;
}

.navbar-dark .navbar-brand span {
  opacity: 0;
}

.navbar-dark img {
  width: 40px;
}

.navbar-dark .nav-link:hover {
  color: black;
}

.navbar-dark .nav-link.active {
  color: black;
}

.navbar-dark .nav-link {
  color: #595959;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler span {
  display: block;
  background-color: rgb(0, 0, 0);
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

@media (max-width: 1200px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
}

mark {
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em;
  background-color: #fdda0d;
}

.footer-bg {
  background-color: #000000;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  border: 1px solid #03a9f5;
}

.img-stretch {
  object-fit: cover;
  width: 250px;
  height: 250px;
  max-width: 250px;
  max-height: 250px;
}

.img-stretch {
  transition: filter 0.3s;
}

.omslag:hover .img-stretch {
  filter: brightness(0.5);
}

.plus-icon {
  position: absolute;
  bottom: 40%;
  left: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.omslag:hover .plus-icon {
  opacity: 1;
}

.img-card-stretch {
  object-fit: cover;
  height: 250px;
  max-height: 250px;
}

.foto .foto-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}

.foto:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}

.foto:hover:before {
  opacity: 1;
}

.foto:hover .foto-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.foto .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #03a9f5;
  opacity: 0;
  transition: all 0.35s ease;
}

.foto:hover .overlay-item {
  opacity: 1;
}

.img-card {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.img-card img {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
  display: block;
}

.img-card:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.n {
  position: relative;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.container.n {
  position: relative;
  z-index: 2;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #000 !important;
}

.text-white p {
  color: white !important;
}

.tint-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 169, 244, 0.5);
  z-index: 1;
}

.tint-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(218, 18, 18, 0.5);
  z-index: 1;
}
