*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    transition: background-color 0.5s, color 0.5s;
}

body.light-mode {
    background-color: white;
    color: black;
}

body.dark-mode {
    background-color: black;
    color: white;
}

#mode-toggle {
    padding: 10px 20px;
    margin: 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

body.light-mode #mode-toggle {
    background-color: black;
    color: white;
}

body.dark-mode #mode-toggle {
    background-color: white;
    color: black;
}


section{
    margin-top:2rem;
}

header{
    background: rgb(149, 6, 142);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    border-bottom:rgb(0, 0, 0), 0.3rem solid;
}

.headerText{
    display: flex;
    gap:3rem;
    padding-right: 10rem;
    

}

.headerText  a:link {
    text-decoration: none;
    color: white;
}

.headerText > a:visited {
    text-decoration: none;
    color: white;
}

.headerText a:hover {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.headerIMG > img{
    width: 23rem;
    height: 100%;
}

.headerIMG{
    padding-left: 8rem;
}

.Beginscherm{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url("https://www.lucardi.nl/data/blogartikel-detail/402/visual-detailx1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 92vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    flex-direction: column;
    gap: 2rem;
}

.Beginscherm > h1{
    color: white;
    font-size: 2.5rem;
    font-style: italic;
}

.Beginscherm a  button{
    color: rgb(0, 0, 0);
    width: 20rem;
    height: 10rem;
    font-size: 2.5rem;
    background: transparent;
    border-radius: 20%;
}

.heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: sans-serif;
    padding: 2rem;
}

.figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
}

.skate3:hover{
    transform: scale(1.1);
}


.figure--second{
    gap: 2rem;
    font-size: 2rem;
    padding: 2rem;
    background: rgb(5, 149, 215);
    border-radius: 10%;
    height: 40vh;
    width: 70vw;
  
}

.watchbut{
    height: 7vh;
    width: 15vw;
    color: white;
    background-color: black;
    font-size: 2rem;
    border-radius: 20%;
    border-color: transparent;
    border-style: solid;
    border-color: black;
}

.Rijen{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 7.5rem;
    animation-name: popup;
    animation-duration: 0.8s;
    animation-fill-mode: backwards;
    transition: 0.2s transform;
}

.Rijen  a  img {
    height: 50vh;
}

.Rijen a img:hover{
    transform: scale(1.1);
    transition: 0.2s transform;
}

.container{
    background:rgb(223, 0, 216);
    margin: 6rem;
    border-radius: 10%;
}

.stappen{
    display: flex;
    flex-wrap: wrap;
    gap: 7.5rem;
    align-items: center;
    justify-content: center;
    padding-top: 5.5rem;
    padding-bottom: 5,5rem;
}

.stappen ul img{
    height: 35vh;
    border-radius: 10%

}



.stappen  ul  h1{
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}



.stappen ul  h2{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    border-bottom: rgb(0, 0, 0) 2px solid;
    font-style: italic;
    color: white;
}




.square--first{
    height: 25vh;
    background: rgb(223, 0, 141);
    z-index: -1; 
}

.lucardii{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.LUCadis img{
    box-shadow: 0rem 0rem 1rem 0rem rgb(0, 0, 0);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding-top: 5rem;
    height: 70vh;
    width: 35vw;
}

.lucardi-button{
    margin-top: 2rem;
    height: 7vh;
    width: 15vw;
    color: white;
    background-color: rgb(0, 0, 0);
    font-size: 2rem;
    border-radius: 20%;
    border-color: transparent;
    border-style: solid;
    border-color: black;
}

.lucardi-button:hover{
    cursor: pointer;
}

.square--second{
    background:  rgb(223, 0, 149);
    padding: 20vh;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.square--second > h1{
    color: white;
    font-size: 3rem;
    padding-bottom: 1rem;
}


.square--second > h2{
    color: white;
    font-size: 2rem;
}

.section--third{
    background: white; 
    display: flex;
    height: auto;
    padding: 4rem;
    align-items: center;
    }



    .arrow{
        width: 10%;
        background: white;
        font-size: 300%;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        
    .arrow:hover{
        cursor: pointer;
    }
    
    .reviews{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 2rem;
        width: 80%;
        flex-wrap: wrap;
    }
        
    .review{
        width: 30rem;
        min-height: 20rem;
        background: darkred;
        list-style: none;
        padding: 4rem;
        align-items: center;
        border-radius: 0.5rem;
        background: white;  
        box-shadow: 0rem 1rem 1rem 0rem rgba(0,0,0,0.2),
        inset 0 -1rem 1rem -1rem rgba(0,0,0,0.1);
        position: relative;
        animation-name: fadeIn;
        animation-duration:0.5s;
    }
        
    .review:nth-of-type(4), .review:nth-of-type(5), .review:nth-of-type(6){
        display: none;
    }
        
    .review > p {
        font-size: 150%;
        font-style: italic;
        border-bottom: 0.5rem solid rgba(0,0,0,0.2);
    }
        
    .stars{
        color: gold;
    }
        
    .qoute {
        font-size: 500%;
        position: absolute;
        top:0;
        left:50%;
        transform: translateX (-50%);
        line-height: 0.5;
    }
    
    .review > figure > img {
        height: 10vh;
        border-radius: 50%;
    }
    
    .top{
        width: 80px;
        height: 80px;
        background-color: black;
        border: none;
        font-size: 1.5rem;
        font-family: 'Open Sans', sans-serif;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        position: fixed;
        bottom: 20px;
        right: 50px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        border-style: solid;
        border-color: rgb(0, 0, 0);
    }
    
    .FrontFooter{
        padding:5rem ;
        background: rgb(223, 0, 171);
    }
    
    .FrontFooter > h1{
        display: flex;
        color: white;
        justify-content: space-between;
    }
    
    .productpagegames{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
        list-style: none;
        flex-direction: row;
        padding: 2rem;
    }
    
    
    .productpagegames > li > img{
        height: 40vh;
    
    }
    
    .productpagegames > li{
        padding: 2rem;
    }
    
    .ProductGame1{
        padding: 2rem;
    }
    
    .productpagegames > li > img:hover{
        transform: scale(1.1);
        transition: 0.2s transform;
    }

    .listsieraden{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: center;
    }
    
    
    .sieraaden{
        font-family: sans-serif;
        font-size: 2rem; 
        background: #eee;   
        padding: 2rem;
        overflow: hidden;
        mix-blend-mode: darken;
        list-style: none;
        height: 30rem;
        transition: .2s;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc((100vw / 6) - 2rem);
    }
    
    .inputs{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4rem;
        width: 100%;
        margin-bottom: 4rem;
        flex-wrap: wrap ;
    }
    
    .inputs > div{
        width: 40rem;
        display: flex;
        align-items: center;
    }
    
    
    .filter{
        width: 5rem;
        height: 5rem;
        margin-right: 2rem;
        background: #eee;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 5px;
        box-shadow: inset 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    }
    
    .label:hover{
        cursor: pointer;
    }
    
    .filter:hover{
        cursor: pointer;
    }
    
    .filter:checked{
        background: linear-gradient(rgb(223, 0, 182), rgb(0, 0, 0));
    }
    
    .filter:checked ~ .label{
        text-decoration: underline;
    }
    
    .listsieraden:hover{
        cursor: pointer;
    }
    
    
    .sieraaden:hover{
        transform: scale(1.02) translateY(-0.7rem);
        cursor: pointer;
    }
    
    .sieraaden img{
        width:100%;
        height: 100%;
        object-fit: contain;
    }
    
    .skate3img{
        padding-left: 10rem;
        padding-top: 4rem;
        display: flex;
    }
    
    .skate3img > img {
        width: 60vw;
        height: 80vh;
    }
    
    .product-container > img {
        width: 10rem;
        padding-top: 1rem;
        padding-left: 2rem;
    }
    
    .product-container > a > img {
        width: 7rem;
        padding-top: 1rem;
        padding-left: 2rem;
    }
    
    .product-container{
        padding-left: 5rem;
    }
    .productnameskate{
        font-size: 5rem;
        display: flex;
        padding: 3rem;
    
    }
    
    .skate-price{
        font-size: 3rem;
        padding: 2rem;
    }
    
    #addToCartButton{
        margin-left: 2rem;
        margin-top: 3rem;
        height: 7vh;
        width: 15rem;
        color: white;
        background-color:rgb(255, 41, 184);
        font-size: 2rem;
        border-radius: 10%;
        border-color: transparent;
        border-style: solid;
        border-color: black;
    }
    
    .fa-shopping-cart{
        display: flex;
    }
    
    .shoppingCart__message{
        display: flex;
    
    }
    
    .skate-info{
        padding: 2rem;
    }
    
    .modal{
        width: 35vw;
        height: 20vh;
        position: fixed;
        top: 30%;
        left: 60%;
        background: rgb(51, 20, 254); 
        display: none;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 3rem;
        font-weight: 400;
        border-radius: .5rem;
    }
    
    .winkelwagen-items{
        display: flex;
        flex-direction: column;
    }
    
    .winkelwagen-items > div{
        border: solid 2px black;
        margin: 10rem;
    }
    
    .winkelwagen-items > div > img{
        width: 20vw;
    }
    
    .winkelwagen-items > div > h1{
        align-items: center;
        justify-content: center;
        float: right;
        margin-top: 17rem;
        margin-right: 50%;
        font-size: 2rem;
    }
    
    .filter{
        width: 8vw;
    }
    

    body.light-mode {
        background-color: white;
        color: black;
    }
    
    body.dark-mode {
        background-color: black;
        color: white;
    }
    
    #mode-toggle {
        padding: 10px 20px;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
    }
    
    body.light-mode #mode-toggle {
        background-color: black;
        color: white;
    }
    
    body.dark-mode #mode-toggle {
        background-color: white;
        color: black;
    }
    @media screen and (max-width: 62.5rem) {
        .modal{
            width:calc(100% - 2rem);
        }
    }
    
    @media (max-width: 800px) {
        .skate3img {
          flex-direction: column;
          align-items: center; 
          padding-left: 2rem; 
        }
      
        .product-container {
          padding-left: 0;
        }
      
        .product-container > img {
          padding: 0.5rem; 
        }
      }
    
    @keyframes popup{
        from{
            opacity: 0;
            transform: translateY(2rem);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @media screen and (max-width: 50rem){
        .arrow{
            display: none;
        }
        .reviews {
            width: 100%;
        }
    }
    
    @keyframes fadeIn{
        from{
            opacity: 0;
            filter:blur(10px);
        }
        to{
            opacity: 1;
            filter:blur(0)
        }
    }