#section-products {
    background-color: rgb(27, 32, 43);
    padding: 10px;
}

#small-container {
    display: flex;
    gap: 15px;
}

.login-knop {
    background-color: #058036;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

#title {
    font-size: larger;
    font-weight: bolder;
}

#item {
    color: white;
    transition: 0.5s;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 40rem;
    height: auto;
    text-align: center;
    background-color: rgb(33, 41, 54);
}

.justify-content-between{
    justify-content: space-between;
}

#item:hover {
    transform: scale(1.012);
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 40rem;
    text-align: center;
    background-color: rgb(242, 253, 245);
    color: black;
}

#img {
    margin: auto;
    max-height: 280px;
}

.navbar {
    margin-right: 410px;
}

#img-top {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 21px;
}

#button {
    border-radius: 6px;
    color: white;
    background-color: #303459;
    width: 170px;
    height: 40px;
    margin-bottom: 40px;
    transition: 0.5s;
}

#button:hover {
    border-radius: 6px;
    color: white;
    background-color: #303459;
    width: 170px;
    height: 40px;
    margin-bottom: 40px;
    transform: scale(1.04);
}

#product-text {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    font-size: small;
}

#product-prijs {
    font-size: larger;
    margin-bottom: 15px;
}

#product-maand-prijs {
    font-size: smaller;
}

#container-intro{
    justify-content: space-evenly;
}

#container-banner{
    justify-content: center;
}

@media screen and (max-width: 800px) {
    #small-container {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    #item,
    #item:hover {
        width: auto;
        margin-top: 30px;
        transform: none;
    }
}

@media screen and (max-width: 324px) {
    #buttons {
        font-size: small;
    }
    #header-spacing{
        margin-left: 1%;
        /* margin-right: 16%; */
    }
}

@media screen and (min-width: 640px) {
    #header-spacing{
        margin-left: 16%;
        margin-right: 16%;
    }
}

@media screen and (min-width: 768px) {
    #header-spacing{
        margin-left: 16%;
        margin-right: 16%;
    }
}

@media screen and (min-width: 1024px) {
    #header-spacing{
        margin-left: 3%;
        margin-right: 0%;
    }
}

@media screen and (min-width: 1280px) {
    #header-spacing{
        margin-left: 4%;
        margin-right: 3%;
    }
}

@media screen and (min-width: 1536px) {
    #header-spacing{
        margin-left: 7%;
        margin-right: 6%;
    }
}

@media screen and (min-width: 1880px) {
    #header-spacing{
        margin-left: 15%;
        margin-right: 14%;
    }
}

/* 4k scherm */
@media screen and (min-width: 2560px) {
    .container{
        max-width: 2560px !important;
    }
    #icon-banner {
        width: 134px;
        height: 134px;
    }
    #menu-balk {
        font-size: xx-large;
        /* width: 432px; */
    }
    #titel {
        font-size: 9rem;
    }
    #intro {
        font-size: 3rem;
        line-height: 4.8rem;
    }
    #buttons {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: xx-large;
    }

    #carflits-foto {
        max-width: 55rem;
    }

    #container-intro {
        justify-content: space-evenly;
        }

    #header-spacing{
        margin-left: 8%;
        margin-right: 8%;
    }
}
