/*Font-families = Protest Strike voor titel en Nunito is voor de tekst*/
* {
    padding: 0;
    margin: 0;
    font-family: Protest Strike;
    text-align: center;
    scrollbar-color: #C633FE white;
}

a,
.projectsbutton {
    cursor: pointer;
}

/* homepage begin */
.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 1fr .6fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "header header header header"
        "textspace textspace textspace textspace"
        "textspace textspace textspace textspace"
        "our-products our-products our-products our-products"
        "our-products our-products our-products our-products";
}

.header {
    grid-area: header;
    background-color: white;
}

.textspace {
    grid-area: textspace;
}

.our-products {
    grid-area: our-products;
}

.headerflex {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #C633FE;
    background-color: white;
}

.logo>img {
    width: 200px;
    height: 160px;
    margin-left: 40px;
    padding-bottom: 20px;
}

.logo {
    display: flex;
    justify-content: left;
    margin-left: 8%;
}

.nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

li,
ul {
    display: flex;
    flex-direction: row;
}

li {
    margin-right: 120px;
}

.textheader,
a,
li {
    color: black;
    font-size: 25px;
    text-decoration: none;
    list-style: none;
}

.textheader {
    margin: 20px;
    padding: 15px;
    margin-top: 50px;
}

.projectsbutton {
    background-color: transparent;
    border: none;
    width: auto;
    border-radius: 6px;
    align-self: start;
}

.projectsbutton:active {
    background-color: #cacaca;
}

.dropdownContent {
    display: none;
    position: absolute;
}

.dropdownContent a {
    display: block;
    background-color: #C633FE;
    color: white;
    font-family: Nunito;
    font-size: 20px;
    padding: 15px;
    border-radius: 6px;
    border: white dashed 2px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px dimgrey;
}

.dropdownContent a:hover {
    background-color: #9426c0;
}

#active {
    background-color: #d876ff;
    font-family: Protest Strike;
}

.reveal {
    display: block;
    margin-left: 19px;
    width: 140px;
    height: 150px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.currentpage {
    color: #C633FE;
}

#infoflex {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.textbox {
    margin: 20px;
    padding: 15px;
    margin-top: 50px;
    background-color: #f2f2f2;
    box-shadow: 2px 2px 5px dimgrey;
    border-radius: 15px;
    width: 60%;
}

#productster {
    position: absolute;
    left: 370px;
    top: 913px;
    width: 20%;
    margin-left: -20%;
    margin-bottom: -5%;
    transform: rotate(-25deg) translate(25%, -45%);
    opacity: 0.8;
}

.our-products {
    margin-top: 30px;
}

.our-products h1 {
    text-shadow: 2px 2px 5px #00000051;
    margin-bottom: 15px;
}

.textbox p {
    font-family: Nunito;
    padding: 0px 55px 20px 55px;
}

.purpletext {
    color: #C633FE;
}

.productbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.box {
    width: 160px;
    height: 135px;
    border: 5px solid #C633FE;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px dimgray;
    padding: 20px;
}

.imagesProducten {
    width: 70%;
    height: 80%;
    border-radius: 15px;

}

/* Homepage end */


/* Contactpage begin */
/* form elements css */
#container_contactpage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr 0.5fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "header header header header"
        "form form form form"
        "form form form form"
        "form form form form"
        ". . . ."
        "our-products our-products our-products our-products";
}

.form {
    grid-area: form;
    margin-top: 50px;
}

.ball1,
.ball3 {
    background-color: #c433fec3;
    position: absolute;
    height: 100px;
    width: 200px;
    box-shadow: 2px 2px 5px#00000051;
    border-radius: 150px 150px 0 0;
}

.ball1 {
    top: 230px;
    left: -50px;
    transform: rotate(90deg);
}

.ball2 {
    top: 180.5px;
    left: 0px;
}

.ball3 {
    bottom: -120px;
    right: -50px;
    transform: rotate(-90deg);
}

.ball4 {
    bottom: -170px;
    right: 0px;
    transform: rotate(180deg);
}

.ball2,
.ball4 {
    background-color: #d876ff86;
    position: absolute;
    height: 100px;
    width: 200px;
    border-radius: 0 0 150px 150px;
    box-shadow: 2px 2px 5px#00000051;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.textboxContact {
    margin: 20px;
    padding: 15px;
    margin-top: 50px;
    box-shadow: 2px 3px 5px #00000051;
    text-align: left;
    transform: scale(1.2);
}

.textboxContact label {
    text-align: left;
}

input[type="text"],
textarea {
    width: 100%;
    background-color: #D9D9D9;
    padding: 10px;
    border: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    resize: none;
    box-shadow: 2px 3px 5px #00000051;
    text-align: left;
    color: #00000073;
    font-family: Nunito;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    text-align: left;
    margin-bottom: 80px;
    color: #00000073;
}

input[type="submit"] {
    background-color: #EACFFF;
    color: black;
    padding: 10px 50px 10px 50px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-family: Nunito;
    font-size: 16px;
    margin-left: 195px;
    box-shadow: 2px 2px 5px dimgray;
}

input[type="submit"]:hover {
    background-color: #C633FE;
}

/* contact page end */

.containerprojects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 345px 1fr 1fr 1fr 1fr 100px;
    gap: 0px 0px;
}

.headerProjects {
    grid-area: 1 / 1 / 2 / 9;
}

.banner {
    background-image: linear-gradient(to bottom, #c2c2c2c3, #e3e3e3d8);
    border-radius: 10px;
    z-index: -2;
}

.banner img {
    position: relative;
    margin-top: -40px;
    z-index: -1;
}

.banner h1 {
    font-size: 35px;
    color: #C633FE;
    letter-spacing: 4px;
    text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black,
        0.5px 0.5px black, -1px -0.5px black, 0.5px -1px black, -1px 0.5px black;
    margin-top: -200px;

}

.banner p {
    font-size: 30px;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
        0.5px 0.5px #fff, -1px -0.5px #fff, 0.5px -1px #fff, -1px 0.5px #fff;
    font-family: Nunito;
}

.banner {
    grid-area: 2 / 1 / 3 / 9;
    width: auto;
    border-bottom: #C633FE 5px solid;
    border-top: #C633FE 5px solid;
    background-repeat: no-repeat;
    margin-top: -23px;
    height: 400px;
}

.textProjects {
    grid-area: 3 / 1 / 4 / 9;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
    max-width: 400px;
    height: auto;
    margin: 15px;
}

.mySlides img {
    border: #C633FE 5px solid;
    border-radius: 28px;
}

/* Next & previous buttons */
.prev,
.next {
    box-shadow: none;
    border: none;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-right: 33%;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: transparent;
    border-radius: 999px;
}

.prev img,
.next img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #C633FE;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */

.dots {
    margin-bottom: 100px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px 10px 2px;
    background-color: #c433fe85;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    box-shadow: 2px 2px 5px dimgrey;
}

.active,
.dot:hover {
    background-color: #C633FE;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

iframe {
    margin-top: 150px;
    border-radius: 25px;
    box-shadow: 2px 2px 5px dimgray;
}

.videoEnImgSlider {
    grid-area: 3 / 1 / 6 / 9;
    margin-top: 300px;
}

.footerProjects {
    grid-area: 6 / 1 / 7 / 9;
}

/* footer */
.footer,
.footerProjects {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #C633FE;
    background-color: white;
}