*{
    font-family: 'Righteous', cursive;
    font-weight: 200;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    color: white;
    /* background-color: rgb(0, 0, 0); */
    /* border: solid white 2px; */
}

:root{
    --dark-gray--: rgb(22, 22, 22);
    --background-image-: url("images/brewery-print-shoppe-background-keg-beer.jpg");
    --background-image-1: url("images/background-wood-v2.png");
    --background-image-2: url("images/pmpkn-spc-bgrnd.jpg");
    --background-image-3: url("images/montauk-bg.jpg");
    --bier--melon--: url("images/melon-beer.png");
    --bier--tripel--: url("images/tesla-tripel.png");
    --bier--nettle--: url("images/nettle-beer.png");
    --bier--pils--: url("images/pils.png");
    --wblogo--:url("images/WB_logo_V1.svg");
    --wblogo-2--:url("images/logo wakkerbier v2.4.png");
    --landingpage-img--: url("images/bottle-caps-4890369_1920.jpg");
    --bg--blck-frdy--: url("images/blck-f-bg.jpg");
}

body{
    background-color: rgb(0, 0, 0);
}

header{
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100px;
    /* background-color: black; */
    /* padding: 20px 0; */
}

#navlogo{

}

#myTopnav.navigation{
  padding-top: 1rem;
}

.navigation > *{
    flex-basis: 100%;
}

.navigation{
    text-align: center;
    align-items: center;

}

.nav-item:hover{
    text-decoration:underline;
}

nav{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-transform: uppercase;
    background-color: transparent;
    /* background: linear-gradient(to bottom, #000, #0003 70%,#0000); */
    transition: background .5s;
}

nav.scrolled {
  background: #0a0a0a;
  box-shadow: 0px 10px 25px black;
}

.nav-logo{
    width: 300px;
    height: 150px ;
    top: 0;
    content:"";
    background-image: var(--wblogo--);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
   }

.nav-logo-bg:hover{
    animation-name: example;
    animation-duration: 3s;
}



.winkelmand{
  /* background-color: white; */
right: 1rem;
position: absolute;
width: 130px;
border-radius: 50%;
display: flex;
height: 130px;
/* margin-top: -10rem; */
border: solid white 3px;
}

.winkelmand a{
  display: flex;
flex-direction: row;
align-items: center;
padding: 1em;
}

.winkelmand img{
  height: 50px;
  /* padding: 0 3rem;
  padding-top: 0px;
  padding-top: 2rem; */
}

.winkelmand> *{
    flex-basis: 100%;
}

.total-items-in-cart{
  /* margin: 13px;
background-color: rgb(52, 52, 52);
border-radius: 50%;
justify-content: center;
display: flex; */
font-size: 3rem;
}

/* ///////////////////////////Menu toggle////////////////////// */

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 60px;
  height: 7px;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

@keyframes example{
    0%{
        background-color: rgba(255, 255, 255, 0.58);
        border-radius: 150px;
        transform: scale(1.1);
    }
    100%{
        background-color: rgba(255, 255, 255, 0.58);
        border-radius: 150px;
        transform: scale(1.5);
    }

}



.nav-item{
    padding: 0 20px;
}

.navigation {
   display: flex;
   align-items: center;
   justify-content: center;
}

/* ///////////////////////////////////////////////age-verify///////////////////// */

.page-block{
    display: none;
    height: 120vh;
    width: 100%;
    /* background-color: white; */
    position: fixed;
    /* margin: 0 25vw; */
    z-index: 123456;
    backdrop-filter: blur(1rem);
}

.page-block.active{
    display: none;
}

.overlay{
        /* display: none; */
        height: 120vh;
        width: 50%;
        /* background-color: white; */
        position: fixed;
        margin: 0 25vw;
        z-index: 123456;
        /* backdrop-filter: blur(1rem); */
}

.notify{
    background-color: rgba(255, 255, 255, 0.059);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50vh 0;
    border-radius: 20px;
}

.notify-text{
    height: fit-content;
}

.age-verify{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 20vh;
}

.age-verify h3{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 2rem;
}

.age-verify label{
    text-transform: uppercase;
    padding: calc(0.75em + 3px) 2em 0.75em;
    border: 1px solid white;
    margin: 0.25em 0.5em 0;
    border-radius: 100px;
    cursor: pointer;
}

.age-verify label input{
    /* display: none; */
}

.age-verify-message{
    display: none;
}
/* //////////////////////////////SWIPER CONTENT1////////////////////////////////////// */

#slide-red{
  background-image: url("images/4k-red.png");
  background-position: center;
  background-size: cover;
}

#slide-green{
  background-image: url("images/4k-green.png");
  background-position: center;
  background-size: cover;
}

#slide-halloween{
  background-image: url("images/pmpkn-spc-bgrnd.jpg");
  background-position: center;
  background-size: cover;
}

#slide-black{
  background-image: url("images/blck-f-bg.jpg");
  background-position: center;
  background-size: cover;
}
/* //////////////////////////////SWIPER CONTENT socials////////////////////////////////////// */

#slide-1{
  background-image: url("images/promo tripel.jpg");
  background-position: center;
  background-size: cover;
}

#slide-2{
  background-image: url("images/promo stout.jpg");
  background-position: center;
  background-size: cover;
}

#slide-3{
  background-image: url("images/promo vuurwater.jpg");
  background-position: center;
  background-size: cover;
}

#slide-4{
  background-image: url("images/promo melon ale.jpg");
  background-position: center;
  background-size: cover;
}

.content-pumpkin{
  /* background-blend-mode: multiply; */
    background-image: var(--background-image-2);
    background-size: cover;
    background-position:top;
    height: 45vh;
  }

.content-montauk{
    /* background-blend-mode: multiply; */
      background-image: var(--background-image-3);
      background-size: cover;
      background-position:top;
      height: 45vh;
    }
  

.socials{
    height: 20vh;
    max-width: 100%;
    background-color: rgba(24, 24, 24, 0.313);
    /* margin: 0px 100px 20px 100px; */
    display:flex;
    border-radius: 0px 0px 40px 40px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    /* align-items: center; */
    justify-content: center;
}

/* .socials> *{
    flex-basis: 100%;
} */
.item1{
    align-items: center;
    justify-content: center;
    margin-top: -240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* background-image: var(--bier--melon--); */
    /* background-size:cover;
    background-position: center;
     */
}

.item1 a{
    text-transform: uppercase;
    opacity: 0;
}

.item1:hover a{
    opacity: 1;
}

.item1 img{

    height: 400px;
    /* align-content: center;
    justify-content: center; */
}


.item1:hover{
    /* transform: scale(1.2) translateY(-20px) ;
    transition-duration: 1.5s; */
}


.element-1{
    text-align: center;
    display: flex;
    flex-direction:column;
    max-width: 100%;
    margin: 100px 200px;
    /* background-color: blue; */
  }

  .element-1 span{
    color: white;
    text-transform: uppercase;
    font-size: 5rem;
    /* z-index: -1; */
    /* padding: 20px 0; */
    /* transform: translate(-30%,-30%); */
  }

/* //////////////////////////////////////body////////////////////////////////////// */

.landingpage{
    height: 50vh;
    padding: 10vw 10vw;
}

.landingpage-content{
    display: flex;
    justify-content:center ;
    align-items: center;
}

.landingpage-intro{
    padding: 0 100px;
}

.landingpage-img{
    background-image: var(--landingpage-img--);
    background-size:cover;
    background-position: center;
    height: 500px;
    width: 500px;
}

/* //////////////////////////contact//////////////////// */

.blackfriday-content{
    background-image: var(--bg--blck-frdy--);
    background-size: cover;
    background-position:top;
    height: 70vh;
    
  }

.friday-text {
 
  padding: 58vh 1vw 0vh 1vh
}

.friday-text h1{
  text-align: center;
  align-content: center;
  font-size: 2.5em;
}
/* //////////////////////////////////////////products//////////////////////////// */

.product{
    display: flex;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    justify-content: center;
    padding: 50px 0;
}

.assortiment-header{
  max-width: 100%;
display: flex;
justify-content: center;
border-radius: 100px;
border: solid white;
margin: 0 3rem;
box-shadow: 0px 0px 15px #fff;
}

.assortiment-knop{
    display: flex;
    padding: 50px 50px;
    /* border: solid white 2px; */
    /* border-radius: 0px 0 10px 10px; */
}

.assortiment-knop-1{
    padding: 0 50px;
    text-transform: uppercase;
}

.assortiment{
    margin: 0 150px;
    max-width: 100%;
    display: flex;
    justify-content: center;

}

.assortiment > *{
    flex-basis: 100%;
}

.assortiment-1{
    margin: 10px;
    padding: 20px;
    background-color: rgba(24, 24, 24, 0.313);
    justify-content: center;
    text-align: center;
    /* align-items: center; */
    /* flex-direction: column ; */
    /* height: 200px;
    width: 200px; */
}

/* .assortiment-1-item{
    background-image: var(--bier--melon--);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
} */

.assortiment-1-h1 a{
    text-align: center;
    text-transform: uppercase;
    border: solid white 2px ;
    border-radius: 0px 0 10px 10px;
}

.assortiment-1 img{
    height: 300px;
    /* padding: 0 100px; */
}

.desc{
  width: 100%;
  margin-top: 10%;
  /* height: 20vh; */
}

.desc img{
  width: 100%;
}

/* /////////////////////////////////////////footer////////////////////////// */
.link-content{
    max-width: 100%;
    /* height: 50vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 300px;
    text-align: center;
}

.link-content a{
    padding: 0 50px;
}

.link-content-logo{
    /* background-image: var(--wblogo--);
    background-size: contain;
    background-repeat: no-repeat; */
    /* width: 300px;
    height: 300px; */
}

.link-content-logo img{
  width: 200px;
  height: 200px;
}


.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }

  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }


  /* //////////////////////////////////////////////////////melon/////////////////////////////////////////// */


.product-pg-1-{
    background-color: rgb(0, 0, 0);
    display: flex;
    height: 10vh;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20vh;
}

.product-pg-1- > *{
    flex-basis: 100%;
}

.product-pg-1-txt h1{
    justify-content: center;
    text-align: center;
    align-items: center;
}

/* ////////////////////////////////////////////////////////front item/////////////// */

.melon-txt1 {
    justify-content: center;
    text-align: end;
    top: 200px;
}

.ingredient > *{
    flex-basis: 100%;
}

.ingredient h1{
    text-transform: uppercase;
    font-size: 15px;
    text-align:left;
}

.ingredient{
    display: flex;
    padding: 20px;
    /* align-items: flex-start;
    text-align: center; */
    padding-right: 300px;
}

.ingredient img{
    height: 50px;
    max-width: 50px;
}

.product-pg-1-item- img{
    /* background-image: var(--bier--melon--); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* z-index: 2; */
    /* width: 300px; */
    height: 15vh;
    /* justify-content: center;
    align-items: center;
    justify-items: center; */
    /* position: relative; */
    /* height:10%; */
}

.placeholder{
    height: 30vh;
}

.product-pg-2-{
    height: 50vh;
    padding: 0 10vw;
    justify-content: center;
}

.product-pg-2-content > *{
    flex-basis: 100%;
}

.product-pg-2-content{
    display: flex;
    justify-content:center;
    /* align-items: center; */
}

.product-pg-2-txt{
    padding: 0 100px;
}

.product-pg-2-img{
    padding: 0 100px;
    /* justify-content:right; */
    /* align-content:space-between; */
}

.product-pg-2-img img{
    /* background-image: var(--landingpage-img--); */
    /* background-size:contain; */
    /* background-position: center; */
    /* justify-content: right; */
    height: 30vh;
    width: 30vh;
    /* width: 500px; */
}



/* ////////////////////////////////////over//////////////////////////////////// */

.over-title{
    padding: 100px 0;
    margin: 100px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

.over-text{
    margin: 100px 100px;
    padding: 100px 100px;
    display: block;
    justify-content: center;
    text-align: center;
    background-color: var(--dark-gray--);
}

.over-text-1{
    padding: 20px 20px;
}


/* /////////////////////////////////////////form///////////////////////// */

.form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 50px 50vh;
    text-align: center;
    color: black
  }

  .form-container input{
    font-size: 2rem;
    height: 3vh;
    color: black;
    width: 80vw;
  }

  .form-group{
    font-size: 4rem;
    align-content: flex-start;
    text-align: center;
    width: 80vw;
  }

  .form-label{
    display: flex;
    /* justify-content: center; */
  }

  .btn{
    font-size: 3rem;
    background-color: var(--backgroundgrey);
    cursor:pointer ;
  }

 #message{
    color: black;
    font-size: 2rem;
  }

.form-control{
    width: inherit;
    border-radius: 20px;
    box-shadow: 0px 5px 10px white;
  }

  .option-value{
    background-color: black;
  }

  .option-value{
    font-size: 1rem;
  }

  #aantal-value{
    height: 3vh;
    width: inherit;
    color: black;
    font-size: xxx-large;
  }

  /* /////////////////////////////////////thanks//////////////// */

.thanks-text {
    text-transform: uppercase;
    font-size: 8rem;
    text-align: center;
}
  .thanks{

    margin: 100px 50px;
  }

  .thanks img{
    max-width: 100%;
    align-self: center;
  }


  /* /////////////////////////////////cart/////////////// */

  .cart-items {
    min-width: 600px;
    max-height: calc(100vh - 247px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* cart item */
  .cart-item {
    display: flex;
    justify-content: space-around;

    padding: 10px 0;
  }

  .cart-item-space {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-item-image{
    display: flex;
    flex-direction: column;
    width: 300px;
  }

  .cart-item-image img{
    height: 200px;
    width: 300px;
  }
