:root {
    --schermbreedte: 1000px;
}

@font-face {
    font-family: tahoma;
    src: url(../fonts/tahoma.ttf);
}
@font-face {
    font-family: tahoma-bold;
    src: url(../fonts/tahomabd.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}

body {
    margin: 0;
    background-color: #383838;
    background: linear-gradient(144deg,#2c2c2c 0%, #383838 35%, #505050 100%);
    font-family: Roboto-Regular;
}

.container {
    box-sizing: border-box;
    width: 100%;

    padding-left: 10rem;
    padding-right: 10rem;
    position: relative;

    color: #fff;
}

.bergen-grafisch {
    background-image: url("../img/bergen.svg");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.MMS-header {
    background-color: rgba(26, 26, 26, 0.7);
    backdrop-filter: blur(5px);
    height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Roboto-Regular;

    z-index: 100;
    top: 0;
    position: sticky;

    padding-left: 10rem;
    padding-right: 10rem;
    transition: all 0.3s ease-in-out;
}.MMS-header-home {
    background-color: rgba(26, 26, 26, 0.0);
    backdrop-filter: blur(0px);
    height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Roboto-Regular;

    z-index: 100;
    top: 0;
    position: sticky;

    padding-left: 10rem;
    padding-right: 10rem;
    transition: all 0.3s ease-in-out;
}

.header-logo-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: tahoma-bold;
    position: relative;
    left: 0;
    transform: translateX(0);
}

.header-logo {
    height: 80%;
    transition: all 0.3s ease-in-out;
}.header-logo-home {
    height: 100%;
    transition: all 0.3s ease-in-out;
}
#header-logo-tekst {
    transition: opacity 0.3s ease-in-out;
    font-family: Roboto-Black;
}

.header-dropdowns-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 100%;
    width: 50%;
    justify-content: right;
    transition: all 0.3s ease-in-out;
}

.header-dropdowns {
    right: 0;
    position: absolute;
    font-family: tahoma-bold;
    color: #fff;
}



/* ########## */
/* Blikvanger */
/* ########## */
.blikvanger {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    position: relative;
    animation: fadeInNormaal 1s ease-out forwards;
}

.blikvanger-row {
    display: flex; 
    flex-direction: row;
}

.blikvanger-titel {
    color: #fff;
    font-size: 80px;
    margin: 0;
    font-family: Roboto-Black;
}

.blikvanger-subtitel {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

#blikvanger-wissel-subtitel {
    color: #ffc400;
}

.blikvanger-blackfriday img {
    width: 35vh;
    border-radius: 5%;
    transition: all 0.2s ease-in-out;
}.blikvanger-blackfriday img:hover {
    transform: scale(110%);
    box-shadow: 0 0 20px 0px #000;
    cursor: pointer;
}

.review-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}.review-box h3 {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}.review-box p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.review-titel-row {
    display: flex; 
    flex-direction: row;
    font-family: Roboto-Black;
    width: 100%;
}

.review-sterren {
    margin-left: auto;
    color: #ffc400;
}





/* ######### */
/* Pronkstuk */
/* ######### */

.pronkstukken-header {
    margin-top: 50px;

    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.pronkstukken-header h1 {
    margin: 0;
    font-family: tahoma-bold;
}
.pronkstukken-header h3 {
    color: #bdbdbd;
    font-family: tahoma-bold;
}

.pronkstukken-producten {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-bottom: 5rem;
    margin-top: 50px;
}

.pronkstuk-container {
    position: relative;
    width: 33%;
}

.pronkstuk {
    position: relative;
    box-sizing: border-box;

    border-radius: 50px;
    height: auto;
    width: 100%;
    background-color: #1a1a1a;

    box-shadow: 0 0 20px 0 #202020;
    transition: all 0.2s ease-in-out;
    padding-bottom: 1px;
}
.pronkstuk:hover {
    transform: scale(105%);
}

.pronkstuk a {
    font-family: Roboto-Black;
    color: #ffecac;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    margin-bottom: 2vh;
    background: #383838;
    background: linear-gradient(130deg,rgb(148, 118, 61) 0%, rgba(255, 194, 82, 1) 100%);
    transition: ease-in-out 0.2s all;
    text-decoration: none;
}.pronkstuk a:hover {
    cursor: pointer;
    color: #fff;
    box-shadow: 0 0 15px 0 rgb(185, 121, 1);
}

.pronkstuk-titel {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-family: tahoma-bold;
}
.pronkstuk-afbeelding {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 50px; 
    border-top-right-radius: 50px;
    overflow: hidden;
}

.pronkstuk-bottom {
    height: 25vh;
    padding: 3vw;
    padding-top: 0;
    padding-bottom: 0;
}.pronkstuk-bottom h2 {
    font-family: Roboto-Regular;
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.pronkstuk-bottom p {
    font-family: Roboto-Regular;
    font-size: 1.3rem;
    min-height: 20vh;
    max-height: 20vh;
}

.pronkstuk-prijs {
    margin-top: 3vh;
    height: 5vh;
    width: 30%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 3vw;
    background: #383838;
    background: linear-gradient(130deg,rgb(148, 118, 61) 0%, rgba(255, 194, 82, 1) 100%);
}

.pronkstuk-prijs p {
    line-height: 5vh;
    margin: 0;
    font-family: Roboto-Black;
    font-size: 2rem;
    color: #ffecac;
}

.pronkstuk-button-row {
    display: flex; 
    flex-direction: row; 
    vertical-align: center; 
    justify-content: center;
}



/* ###### */
/* Footer */
/* ###### */
.MMS-footer-container {
    box-shadow: 0 -10px 15px 0 #292929;
    background-color: #1a1a1a;
    color: #fff;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    position: relative;
    bottom: 0;

    padding-left: 10rem;
    padding-right: 10rem;
}

.MMS-footer-tabellen {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}

.MMS-footer-tabel-25 {
    display: flex;
    width: 25%;
    flex-direction: column;
}.MMS-footer-tabel-50 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MMS-footer-tabel-titel {
    font-family: tahoma-bold;
}

.MMS-footer-tabel-link {
    font-family: tahoma;
    text-decoration: none;
    color: #bdbdbd;
    width: auto;
    transition: all 0.2s ease-in-out;
}.MMS-footer-tabel-link:hover {
    color: #fff;
}

.MMS-footer-logo {
    height: 60%;
    transition: all 0.1s ease-in-out;
}.MMS-footer-logo:hover {
    transform: rotate(10deg);
}

.MMS-footer-copyright {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #1a1a1a;
    border-top: 3px solid #ffc400;
    padding-left: 10rem;
    padding-right: 10rem;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}
.MMS-footer-container-vakje {
    width: 50%;
}.MMS-footer-container-vakje a {
    margin-block-start: 1em;
    margin-inline-end: 1em;
    text-decoration: none;
    color: #fff;
    transition: ease-in-out 0.2s all;
}.MMS-footer-container-vakje a:hover {
    color: #cccccc;
}
.MMS-footer-container-vakje p {
    margin-block-start: 1em;
    margin-inline-end: 1em;
    text-decoration: none;
    color: #fff;
}



/* ####### */
/* Contact */
/* ####### */
.contact-container {
    box-sizing: border-box;
    width: 100%;

    padding-left: 14rem;
    padding-right: 14rem;
    margin-bottom: 5rem;

    color: #fff;
    background-color: #292929;
    border-radius: 50px;
    box-shadow: 0 0 20px 0 #3a3a3a;
    transition: all 0.5s ease;

    background-image: url("../img/bergen2.svg");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.contact-container:hover {
    transform:translateY(-5px);
}

.contact-header {
    padding-top: 50px;

    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.contact-header h1 {
    margin: 0;
    font-family: tahoma-bold;
}
.contact-header h3 {
    color: #bdbdbd;
    font-family: tahoma-bold;
    text-align: center;
}

.contact-formulier {
    display: flex;
    flex-direction: row;
    padding-left: 20%;
    padding-right: 20%;
    gap: 5%;
    box-sizing: border-box;
}

.contact-formulier a {
    background-color: #bdbdbd;
    color: #fff;
    text-decoration: none;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s ease;
}

.contact-discord:hover {
    background-color: #7289da;
    transform: scale(103%) rotate(-5deg);
    box-shadow: 0 0 10px 0 #90a8ff;
}

.contact-email:hover {
    background-color: #ffc400;
    transform: scale(103%) rotate(-5deg);
    box-shadow: 0 0 10px 0 #ffd341;
}



/* #################### */
/* ##### OVER ONS ##### */
/* #################### */
.over-ons {
    position: relative;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-bottom: 5rem;
    background-color: #2b2b2b;
    box-shadow: 0 0 20px 0 #292929;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.over-ons-row {
    display: flex;
    flex-direction: row;
}

.over-ons h1 {
    font-size: 2.8rem;
    font-family: Roboto-Black;
    background: linear-gradient(130deg, rgb(255, 196, 86) 0%, rgb(141, 110, 57) 50%, rgb(201, 154, 67) 100%);
    -webkit-background-clip: text; /* Chrome, Safari */
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    background-clip: text; /* Firefox */
    color: transparent; /* fallback */
    margin-bottom: 0;
}

.over-ons h3 {
    color: #ccc;
}

.over-ons img {
    width: 70%;
}

.over-ons-inhoud {
    width: 100%;
    color: #ffffff;
}

.over-ons-inhoud-mobile {
    display: flex; flex-direction: column; width: 75%;
}

.over-fade {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.over-fade.show {
    opacity: 1;
    pointer-events: none;
}

.over-roan {
    position: absolute;
    z-index: 100;
}

.over-ons-fotos {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: flex-end;
    justify-content: center;
}.over-ons-fotos img {
    transition: ease-in-out 0.2s all;
}.over-ons-fotos img:hover {
    cursor: pointer;
    transform: scale(110%);
}

#vanillaConfettiCanvas {
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
}



/* ##################### */
/* ##### ANIMATIES ##### */
/* ##################### */
@keyframes fadeInNormaal {
    from {
        opacity: 0;
        transform: translateY(20px); /* Optioneel: een subtiele beweging */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





.dropdown-button {
    background: none;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 7px 10px;
    margin: 7px 10px;
    position: relative;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
}.dropdown-button:hover {
    background-color: #ffffff20;
}

.fivem-button {
    background-color: #b98e00;
    border-radius: 25px;
    margin: 3px 6px;
    padding: 10px 14px;
    color: #fff;
    font-family: Roboto-Black;
}.fivem-button:hover {
    color: #fff;
    background-color: #997500;
}

.dropdown-content {
    position: absolute;
    background-color: #202020; /* #1a1a1a */
    min-width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.dropdown-content a {
    color: white;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #333;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    transform: translateY(10px);
}.dropdown:hover .dropdown-button-icon {
    transform: rotate(180deg);
}

.dropdown-button-icon {
    padding-left: 5px;
    font-size: 80%;
    padding-right: 5px;
    transition: all 0.2s ease-in-out;
}




/* Mobile */
.MMS-header-mobile {
    display: none;
    width: 100%;
    height: 8vh;
    box-sizing: border-box;
    background-color: rgba(26, 26, 26, 0.7);
    backdrop-filter: blur(5px);
    justify-content: center;

    z-index: 100;
    top: 0;
    position: sticky;

    color: #fff;
}

.header-mobile-box {
    width: 33.33333333%;
}

.header-logo-mobile {
    position: relative;
    top: 1.5vh;
    height: 5vh;
}

.MMS-header-mobile-dropdown {
    display: none;
    flex-direction: column;
    gap: 2vh;
    height: fit-content;
    background-color: #222222b3;
    backdrop-filter: blur(5px);
    padding: 5rem;
    font-family: Roboto-Regular;
    color: #fff;

    z-index: 100;
    top: 8vh;
    position: sticky;
    font-size: 2rem;

    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}

.MMS-header-mobile-dropdown h2 {
    margin: 0;
    font-family: Roboto-Black;
}

.MMS-header-mobile-dropdown a {
    margin-left: 2vw;
    text-decoration: none;
    color: #fff;
}

.MMS-header-mobile-dropdown button {
    margin-left: 2vw;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    text-align: left;
    padding: 0;
}

.MMS-header-producten-dropdown {
    display: none;
    flex-direction: column;
    margin-left: 5vw;
    gap: 1vh;
}

@media screen and (max-width: 1000px) {
    .MMS-header {
        display: none;
    }
    .MMS-header-mobile {
        display: flex;
    }

    /* Blikvanger */
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bergen-grafisch {
        height: 92vh;
    }
    .blikvanger-row {
        flex-direction: column !important;
    }
    .blikvanger {
        width: 100% !important;
        height: 92vh;
    }
    .blikvanger-mobile-reviews {
        display: none;
    }
    .blikvanger-titel {
        font-size: 6rem;
    }
    .blikvanger-subtitel {
        font-size: 3rem;
    }
    .bergen-grafisch {
        background-size: 200%;
    }

    /* Pronkstukken */
    .pronkstukken-header h1 {
        font-size: 4rem;
    }
    .pronkstukken-header h3 {
        font-size: 2rem;
    }
    .pronkstuk-container {
        width: 80vw !important;
    }
    .pronkstukken-producten {
        flex-direction: column !important; /* Zet de producten onder elkaar op kleinere schermen */
        align-items: center;
        gap: 10vw !important; /* Verklein de ruimte tussen de items op kleinere schermen */
    }
    .pronkstuk-afbeelding {
        height: 20vh;
    }
    .pronkstuk-bottom {
        height: 15vh;
        padding: 5vw;
        padding-bottom: 0;
        padding-top: 0;
    }
    .pronkstuk-bottom h2 {
        font-size: 4rem;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
    .pronkstuk-bottom p {
        font-size: 2rem;
    }
    .pronkstuk-prijs {
        padding-left: 0;
    }
    .pronkstuk-prijs p {
        padding-left: 5vw;
        font-size: 2.4rem;
    }
    .pronkstuk-button-row a {
        font-size: 2.4rem;
        padding: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }

    /* Over ons */
    .over-ons {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .over-ons-inhoud-mobile {
        width: 100%;
    }
    .over-ons-row {
        flex-direction: column;
    }
    .over-ons-row h1 {
        font-size: 5rem;
    }
    .over-ons-row h2 {
        font-size: 3rem;
        margin-bottom: .8vh;
    }
    .over-ons-row h3 {
        padding-left: 2vw;
        font-size: 2rem;
    }
    .over-ons-row h5 {
        font-size: 1.5rem;
    }
    .over-ons-fotos {
        flex-direction: row;
        width: 100%;
        margin-bottom: 2vh;
    }
    .over-ons-fotos img {
        height: 10vh;
        width: 10vh;
    }

    /* Contact */
    #contact {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .contact-header h1 {
        font-size: 4rem;
    }
    .contact-header h3 {
        margin-left: 3vw;
        margin-right: 3vw;
        font-size: 2rem;
    }
    .contact-container {
        box-sizing: border-box;
        padding: 0 !important;
        padding-bottom: 50px !important;
    }
    .contact-formulier {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }
    .contact-formulier a {
        width: 100%;
        font-size: 2rem;
        border-radius: 30px;
    }

    /* Footer */
    .MMS-footer-container {
        height: auto;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 2vh;
    }
    .MMS-footer-tabellen {
        display: flex;
        flex-direction: column;
    }
    .MMS-footer-tabel-25 {
        width: 100%;
    }
    .MMS-footer-tabel-50 {
        display: none;
    }
    .MMS-footer-tabel-titel {
        font-size: 3rem;
        margin-bottom: 0.8vh;
    }
    .MMS-footer-tabel-link {
        font-size: 2rem;
        padding-left: 2vw;
    }

    .MMS-footer-copyright {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .MMS-footer-copyright p {
        font-size: 1.7rem;
    }
    .MMS-footer-copyright a {
        font-size: 1.7rem;
    }
}