.offcanvas {
    width: 100vw !important;
    height: 100vh !important;
background-color: rgba(15, 23, 42, 1) !important;
}
.offcanvas-header {
    height: 90px;
}

.inter {
    font-family: "Inter", sans-serif !important;
}  
body {
    background-color: rgb(15 23 42);
}
.navbar-toggler {
    border: none; /* Geen rand */
    box-shadow: none; /* Geen focus-glow */
    outline: none;
}

.navbar {
    height: 90px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card {
    background-color: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.2s ease-in-out;
}
.card:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-blend-mode: multiply;
    box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.05);
}
.card:hover .main-link {
    color: #ffc107 !important;
}
.pijltje {
    position: relative;
    transition: transform 0.2s ease-in-out;
    color: #fff;
}
.card:hover .pijltje {
    transform: translate(5px, -5px);
    color: #ffc107;
}
.badge {
    font-weight: 500;
    font-size: 14px;
    background-color: #46380a;
    border-radius: 50px;
    padding: 8px 25px;
    color: #ffc107;
    margin-bottom: 5px;
}
.date {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
#gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* zodat je nog kunt klikken door de achtergrond */
    z-index: -1;
    opacity: 0;
    transition: opacity 1s ease;
}
.card-link {
    text-decoration: none;
}
#formSuccess {
  text-align: center;
  font-weight: 500;
}
    #typewriter {
      display: inline;
      padding-left: 5px;
    }
