body {
    margin: 0 !important;
    font-family: Georgia, serif !important;
    color: black !important;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}

/* Navbar */
nav {
    background-color: #F5F3F6 !important;
    color: black !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100vw !important;
    margin-bottom: 0 !important;
}

li {
    list-style: none !important;
}

nav div {
    flex: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

nav a {
    padding: 1vw !important;
    text-align: center !important;
    text-decoration: none !important;
    color: black !important;
}

nav a:hover {
    color: #f63232 !important;
}

nav img {
    object-fit: contain !important;
    height: 10vh !important;
    filter: opacity(0.5) !important;
    padding-bottom: 1rem;
}


/*Footer*/
footer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;

}

.right, .center, .center2, .left {
    display: flex !important;
    flex-direction: column !important;
    height: 200px !important;
    padding: 10px !important;
    background-color: #d9d9d9 !important;
    text-align: center !important;
}

.right a, .center a, .left a {
    text-decoration: none;
    color: #0f0f0f;
}

.left {
    flex: 10%;
}

.center2 a {
    text-decoration-color: #0f0f0f !important;
    text-decoration: none !important;
    color: #0f0f0f !important;
}

.center, .center2, .right {
    display: flex;
    flex: 33.33%;
    justify-content: center;
}

/*Home Page css*/

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5vw;
    background-image: linear-gradient(180deg, rgba(200, 200, 200, 0) 0, rgba(200, 200, 200, 0.6) 0), url("../src/achtergrond;foto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}

.headerLeft {
    display: flex;
    flex-direction: column;
    width: 30%;
    font-size: 2rem;
    border-right: 3px solid #f63232;
}

.headerRight {
    display: flex;
    flex-direction: column;
    width: 30%;
    font-size: 1.5rem;
    margin-left: 5vh;
    color: #931b1b;
}

.start {
    color: #c02323;
}

.middle {
    color: #931b1b;
}

.end {
    color: #621212;
}

/* Zekerheden */
.info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 20vh;
}

.card {
    display: flex;
    flex-direction: column;
    margin-right: 5vw;
    margin-left: 5vw;
    font-size: 1.5rem;
    transform: translateX(-100vw);
}

.card i {
    color: #E9A6A7;
}

/* About */
.infoTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d9d9d9;
    height: 20vh;
}

.infoText {
    transform: translateY(-5vh);
    opacity: 0;
}

.infoTitle p {
    margin-top: 5vh;
    color: darkred;
    font-size: 1rem;
    text-transform: uppercase;
}

.infoTitle h1 {
    font-size: 3rem;
}

.about {
    display: flex;
    justify-content: center;
    background-color: #d9d9d9;
    height: 80vh;
}

.aboutLeft {
    display: flex;
}

.aboutImg {
    margin-left: 10vw;
    opacity: 0;
    transform: translateX(-100vw);
}

.aboutRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(20vh);
    opacity: 0;
}

.aboutRight p {
    width: 50%;
}


/*Projecten*/

.projectTitle {
    display: flex;
    justify-content: center;
}

.projects {
    display: flex;
    height: 50vh;
    width: 100vw;
}

.projectCard {
    display: flex;
    flex-direction: column;
    flex: 25%;
    margin: 5vh 5vw;
    justify-content: center;
    align-items: center;
}

.projectCard a {
    text-decoration: none;
    margin-top: 2vh;
    color: black;
}

.projectCard a:hover {
    color: #ea9296;
}

.projectCard img {
    max-width: 100%;
    border-radius: 1vw;
    object-fit: cover;
    vertical-align: middle;
    height: auto;
}


/*Watch project for Klant*/
.projectKlant {
    margin-top: 0;
    background-image: linear-gradient(180deg, rgba(200, 200, 200, 0) 0, rgba(200, 200, 200, 0.6) 0), url("../src/achtergrond;foto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vh;
}

.projectKlant h1, p {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.projectKlant h1 {
    padding: 4% 0 1% 0 !important;
}

.bekijkKlantInputs {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: center;
}

#formBekijkKlant {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

#formBekijkKlant button {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    padding: 1vh 0 1vh 0;
}

.listKlant {
    display: flex;
    flex-direction: row;
    gap: 20vw;
    margin-left: 22vw;
    padding-bottom: 2vh;
}

/*Link to reservation edit*/
#pasAan {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    padding: 1vh 0 1vh 0;
    margin-bottom: 5vh;
}

#pasAan a {
    font-size: .9rem;
    color: #ffffff;
    background-color: #621212;
    text-decoration: none;
    font-weight: bolder;
    border-radius: 5vw;
    border: 1px solid transparent;
    box-shadow: 0 0 8px black;
    padding: 1vh 1.2vw 1vh 1.2vw;
}


/*Make a reservation Klant*/
/*Also works with reserveringAanpassen*/
.reserveren {
    background-image: linear-gradient(180deg, rgba(200, 200, 200, 0) 0, rgba(200, 200, 200, 0.6) 0), url("../src/achtergrond;foto.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#formBekijkKlant {
    background: none;
}

.reservation {
    display: flex;
    flex-direction: row;
    margin: 0 2vw 0 2vw;
    gap: 20vw;
}

.leftUp h2 {
    margin-top: 5vh;
}

.leftDown {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    margin-left: -2vw;
    margin-top: 5vh;
    max-width: fit-content;
}

.formSBS {
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.formSBS input {
    margin-top: .5vh !important;
    height: 5vh !important;
    min-height: 5vh !important;
    border-color: #E9A6A7 !important;
}

.formReservation {
    display: flex;
    flex-direction: column;
}

.formReservation label {
    font-weight: bolder !important;
    color: black !important;
}

.formReservation input {
    border-color: #E9A6A7 !important;
}


.datepicker-date-display {
    background-color: #ee6e73 !important;
}

#goBackButton {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    padding: 1vh 0 1vh 0;
}

#goBackButton a {
    font-size: .9rem;
    color: black;
    background-color: #E9A6A7;
    text-decoration: none;
    font-weight: bolder;
    border-radius: 5vw;
    padding: 1vh 1.2vw 1vh 1.2vw;
}

/*Elements for header and multipurpose*/
li {
    padding: 0.5vw;
}

.info {
    flex: 2;
}

.interactive {
    flex: 1;
    background: rgba(200, 200, 200, 0.7);
    padding: 2vw;
    text-align: center;
    border-radius: 50px;
    box-shadow: black 0 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

button {
    background: #E9A6A7;
    padding: 2%;
    border: none;
    border-radius: 30px;
    width: 15vw;
}

#submit {
    background: #E9A6A7;
    padding: 2%;
    border: none;
    border-radius: 30px;
    width: 15vw;
}

#msg {
    flex: 2;
    height: 20vh;
    width: 25vw;
}

button a {
    text-align: center !important;
    text-decoration: none !important;
    color: black !important;
}

.error {
    color: #ee6e73;
    font-size: 16pt;
}

#submit:hover {
    cursor: pointer;
}

#ophaalKlant {
    display: flex;
    flex-direction: row;
    min-width: 100vw;
}

.banner {
    background-image: url("../images/achtergrondfoto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    width: 62vw;
}

.succes-banner {
    background-image: url("../src/lamp.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    width: 20vw;
    padding-right: 60vw;

}

.succes-photo {
    max-width: 10px;
    max-height: 10px;

}

.succes-body {
    color: #0f0f0f !important;

    background: #931b1b;

}

.nav-succes {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}

.nav-succes img {
    object-fit: contain !important;
    height: 10vh !important;

}

.succes-container {
    align-items: center;
    text-align: left;
    max-width: 1vh;

    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
    border-radius: 5vh;
    background: #ffffff !important;


}

.succes-box {
    max-width: 40vw;
    text-align: left !important;
}

.succes-box2 {
    color: #0f0f0f !important;
}

.getForm {
    background-color: #E9A6A7;
    color: black;
    padding-left: 5vw;
}

.trapeze {
    display: flex;
    flex-direction: row;
    gap: 10vw;
    border-bottom: 80vh solid #621212;
    border-right: 10vw solid transparent;
    width: 7vw;
}

.titleBanner h1 {
    margin-top: 30vh;
    color: #621212;
    font-size: 4rem;
    font-weight: 600;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    padding: 2vh 2vw 0 2vw;
    padding-bottom: .4vw;
    border-bottom: rgb(255, 255, 255) solid .25vw;
    background: rgba(255, 255, 255, 0.32);
}

#ophaalKlant {
    display: flex !important;
    flex-direction: row !important;
    min-width: 100vw !important;
}

.banner {
    background-image: url("../src/achtergrond;foto.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    flex-direction: row !important;
    width: 62vw !important;
}

.trapeze {
    display: flex;
    flex-direction: row;
    gap: 10vw !important;
    border-bottom: 80vh solid rgb(98, 18, 18) !important;
    border-right: 10vw solid transparent !important;
    width: 7vw !important;
}

.titleBanner h1 {
    margin-top: 30vh;
    color: #621212;
    font-size: 3rem;
    font-weight: 600;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    padding: 2vh 2vw 0 2vw;
    padding-bottom: .4vw;
    border-bottom: rgb(255, 255, 255) solid .25vw;
    background: rgba(255, 255, 255, 0.32);
    flex-wrap: nowrap !important;
}

/*Inputs in de bekijken klant*/
.bekijkKlantInputs input {
    background: none;
    border: none;
}

.bekijkKlantInputs input:valid {
    border-bottom: .1vw solid #2E2F30 !important;
    background: transparent;
    min-width: fit-content;
}

#my-section {
    background-color: #d9d9d9;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.my-section-container {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    vertical-align: middle;
    color: #F5F3F6 !important;
    background-color: rgba(98, 18, 18, 0.88);
    border-radius: 3vw;
    min-width: 70vw;
    max-width: 70vw;
    margin: 10vh 0;
}

.my-section-container h1 {
    padding-bottom: 2vh;
    border-bottom: #E9A6A7 .3vh solid;
}

.bekijken-klant-info {
    display: flex;
    flex-direction: row;
    gap: 5vw;
}

.bekijken-klant-info-naam li {
    border-bottom: #E9A6A7 .2vh solid;
}

.my-section-pas-aan {
    margin-top: 5vh;
}


/*Form*/
.container {
    color: white !important;
    background: rgb(98, 18, 18);
    padding: 25px 0 10px 40px !important;
}

.container .text {
    text-align: center;
    font-size: .6rem;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container form {
    padding: 30px 0 0 0;
}

.container form .form-row {
    display: flex;
    margin: 32px 0;
}


form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
}

form .form-row .textarea {
    height: 70px;
}

.input-data input,
.textarea textarea {
    color: white !important;
    display: block;
    height: 100%;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.69) !important;
    background: transparent;
}

.input-data input {
    width: 15vw !important;
}

.textarea textarea {
    width: 32.9vw;
}

.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label {
    transform: translateY(-10px);
    font-size: 14px;
    color: #621212;
}

.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.input-data label {
    margin-top: -10vh;
    pointer-events: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.textarea label {
    width: 100%;
    bottom: 40px;
    margin-top: 15vh !important;
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px !important;
    width: 100%;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 2px !important;
    width: 100%;
    color: #621212;
    transform: scaleX(0) !important;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
    transform: scale(1);
}

.submit-btn .input-data {
    margin-top: 3vh !important;
    height: 45px !important;
    width: 8vw !important;
}

.submit-btn .input-data:hover .inner {
    left: 0;
}

.submit-btn .input-data input {
    width: fit-content;
    background: none;
    border: rgba(255, 255, 255, 0.69) .15vw solid;
    border-radius: 5vw;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 2;
}

.input-data p {
    margin-left: 7vw !important;
    white-space: nowrap;
}

.backhome {
    width: 13vw;
    background: none;
    border: rgba(255, 255, 255, 0.69) .15vw solid;
    border-radius: 5vw;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    padding-left: 8px;
    background: #0f0f0f;
    text-align: center;


}

.backhome .input-data {
    margin-top: 4vh !important;
    height: 60px !important;
    width: 10vw !important;
}

.backhome .input-data:hover .inner {
    left: 0;
}

@media (max-width: 700px) {
    .container .text {
        font-size: 30px;
    }

    .container form {
        padding: 10px 0 0 0;
    }

    .container form .form-row {
        display: block;
    }

    form .form-row .input-data {
        margin: 35px 0 !important;
    }

    .submit-btn .input-data {
        width: 40% !important;
    }
}

.datepicker {
    margin-top: 5vh !important;
    color: white !important;
    border-bottom: none !important;
}

.datepicker-date-display {
    background-color: #c02323 !important;
    color: black !important;
}

.datepicker-table {
    color: black !important;
}

.datepicker:hover {
    cursor: default;
}

.datepicker-day-button {
    color: #621212 !important;
}

.datepicker-table:focus ~ label,
.datepicker-table:valid ~ label {
    border-bottom: none;
}

.form-submit {
    display: flex;
    flex-direction: row;
}

/*contact pagina*/
.gegevens {
    padding-left: .8vw !important;
}

.contact {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -6vh !important;
}

.contact-container {
    display: flex;
    flex-direction: column;
}

.contact-submit {
    margin-top: 10vh;
}

.contact-text {
    margin-top: -7.65vh !important;
}

.contact-form-contain {
    display: flex;
    flex-direction: row;
    margin: 0 !important;
}

.contact .submit-btn {
    margin-top: -9vh !important;
}

/*Uitlezen admin*/

.adminMain {
    display: flex;
    margin-top: 5vh;
}

.adminButton {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #e00707;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms, background 200ms;
}

.adminButton:hover {
    transform: translateY(-2px);
}

.wrapper{
    display: flex;
    justify-content: space-evenly;
}

.drop{
    margin-right: 1vw;
    margin-left: 1vw;
}
/*Admin Home*/

.adminHeader{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80vh;
}
/* Resultaten */

.regio{
    display: flex;
    justify-content: end;
    margin-right: 3vw;
    margin-top: 5vh;
}
.regio a{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.slider{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 75vh;
    margin: 10vh 5vw;
}
.slider h1{
    margin-bottom: 5vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
