:root {
    --zwart: black;
    --blauw: #283544;
    --grijs: #B9C3CD;
    --wit: #F4FAFF;
    --roos: #EF798A;
    --lichtBlauw: #447fad;
}

html {
    scroll-behavior: smooth !important;
    overscroll-behavior-block: contain;
}

body {
    opacity: 0;
    transition: opacity 0.5s;
    font-family: 'Prompt', sans-serif;
    color: var(--wit);
    cursor: none;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}

body.fade-out {
    opacity: 0;
    transition: opacity 0.5s, background-position 0.5s linear;
}

.cursor {
    width: 40px;
    height: 40px;
    border: 2px solid var(--wit);
    border-radius: 50% !important;
    position: fixed;
    top: -20px;
    left: -20px;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(44, 44, 44, 0.863);
    transition: width 0.4s, height 0.4s, left 0.4s, top 0.4s;
    visibility: hidden;
}

hr {
    margin-top: 8px;
}

h1 {
    font-size: 2.2em;
}

@keyframes zoomIn {
  25% {
    transform: scale(1.2);
    opacity: 0.8;
    background-color: var(--wit);
  }
  100% {
    transform: scale(1);
  }
}

.hoverEffect {
    cursor: none !important;
}

.slickItem a {
    cursor: none;
}

.img-fluid {
    filter: grayscale(1);
    transform: scale(1);
    opacity: 0.8;
    background-color: var(--wit);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.img-fluid:hover {
    transform: scale(1.2);
    opacity: 1;
    background-color: initial;
}

.textContainer {
    width: 75vw;
}

.rightSide {
    justify-content: center !important;
}

.rightSide > .row {
    margin-bottom: 10vh;
    text-align: end;
    justify-content: end;
    max-width: 700px;
}

.thin {
    font-size: 1.2em !important;
    text-align:justify;
}

.blockContainer {
    background-color: #0e0f0ace;
}

.sliderContainer {
    position: fixed;
    top: 30%;
    left: 11%;
    height: 500px;
}

.gradientBottom {
    mask-image: linear-gradient(to top, transparent 2%, black 30%, black 70%, transparent 98%);
    mask-position: left top;
    mask-repeat: no-repeat;
    z-index: 99;
    height: 50px;
    width: 100%;
    overflow-y: visible !important;
    display: inline;
}

.slickSlider {
    max-width: 200px;
    width: 25vw;
}

.slickItem a {
    max-height: 280px;
}

img {
    filter: brightness(0.8);
}

.imgContainer:hover {
    border-color: var(--lichtBlauw) !important;
}

.wit {
    color: var(--wit);
}

.title {
    font-size: 3em;
}

.thin {
    font-size: 1.3em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.Montserrat {
    font-family: Montserrat, arial;
    opacity: 0.9;
}

.op70 {
    opacity: 0.7;
}

/*navbar*/
.offcanvas-transition {
    transition: transform 0.3s ease-in-out;
}

.navbar-nav .nav-link {
    cursor: none;
    color: var(--wit);
}

.navbar-nav .nav-link:hover {
    color: var(--grijs);
}

.navbar-nav .nav-link.active {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-color: var(--grijs);
}

/* Intro styles */
.intro {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #0e0f0a;
    backdrop-filter: invert(5%) blur(5px);
    transition: 1s;
}

.logo-header {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--wit);
}

.logo {
    position: relative;
    display: inline-block;
    bottom: -20px;
    opacity: 0;
}

.logo.active {
    bottom: 0;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.logo.fade {
    bottom: 150px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

/* Scrollbar Styles */
::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--wit);
    border: 1px solid var(--grijs);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: var(--zwart);
}

@media (max-width: 991px) {
    body {
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: 0% !important;
        background-color: #050603;
        min-height: 100vh;
    }

    html, body {
        overscroll-behavior-y: contain;
        margin: 0;
    }

    .big {
        font-size: 2em !important;
    }

    .thin {
        font-size: 1.3em !important;
    }

    h1 {
        font-size: 1.6em;
    }

    .cursor {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cursor {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .big {
        font-size: 1.6em !important;
    }

    .thin {
        font-size: 1.1em !important;
    }

    h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 991px) {
    .sidebar {
        background-color: #050603;
        backdrop-filter: blur(3px);
        align-items: flex-end !important;
        border-left: 1px solid var(--wit) !important;
        width: 40% !important;
        position: none;
    }
    
    .offcanvas-end .offcanvas-header .btn-close {
        order: 2;
    }

    .offcanvas-end .offcanvas-header .btn-close.ms-auto {
        order: 1;
    }

    .offcanvas-end .offcanvas-body .navbar-nav {
        text-align: right;
    }

    .titlebox {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 2vh !important;
        text-align: center;
    }

    .title {
        font-size: 2em;
    }

    .col-12 {
        text-align: center !important;
    }

    .sliderContainer {
        left: 18%;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: smaller;
    }
}