* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

body {
    background-color: #2f2f2f;
}

.navbar{
    background-color: #1f1f1f;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: fixed;
}

.navbar .logo{
    justify-content: left;
    margin-left: 20px;
    padding: 10px 10px 0;
    color: #ffd600;
    letter-spacing: 1px;
    font-size: 16px;
}

.navbar .nav-items {
    display: flex;
    margin-left: auto;
}

.navbar .nav-items a{
    text-decoration: none;
    padding: 10px 10px;
    margin-right: 30px;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
}

.nav-items :hover {
    background-color: #ffd600;
    letter-spacing: 2px;
}


/* start homepage  */
.paralex-picture{
    width: 100%;
    height: 350px;
    z-index: 0;
}

.paralex-picture img{
    width: 100%;
    height: 100%;
    background-position: center top;
    object-fit: cover;
}

.about {
    background-color: #1f1f1f;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px; 
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.about-text {
    flex: 1; 
}

.about-image img{
    width: 300px; 
    height: auto;
    border-radius: 8px; 
    object-fit: cover;
}

.cards {
    height: 30vh; 
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards .card-1 {
    height: 100%;
    width: 300px;
    background-color: #1f1f1f;
    color: #fff;
    margin: 0px 20px 0px;
    border-radius: 10px;
    border: solid 2px #ffd600;
    text-align: center;
    align-items: center;
    scale: 1.1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.cards .card-1 .deal {
    background-color: #ffd600;
    border: solid 2px black;
    color: #000;
    width: 150px;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: -75px;
    font-weight: 100;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.cards .card-1 h2 { 
    margin-top: 10%;
    color: #ffd600;
}

.cards .btnMsg {
    background-color: #ffd600;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
}

.cards .card-2 {
    height: 100%;
    width: 300px;
    background-color: #1f1f1f;
    color: #fff;
    margin: 0px 20px 0px;
    border-radius: 10px;
    border: solid 2px #ffd600;
    text-align: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.cards .card-2 h2 { 
    margin-top: 25%;
    color: #ffd600;
}

/* end homepage */

.body-container {
    transform: translateY(150px);;
}

/* start Rijlessen page */
.proefles { 
    display: flex;
    justify-content: center;
    background-color: #1f1f1f;
    align-items: center;
    height: 35vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.proefles img {
    width: 320px;
    height: 320px;
    margin-left: -20px;
    border-radius: 10px;
 }


.proefles-info {
    text-align: left;
    margin-left: 20px;
    color: #fff;
}
/* end rijlessen page */

/* start categorie page */

.cat-r {
    width: 80%;
    height: 25vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 5px;
    border: 2px solid #ffd600;
    border-radius: 10px;

    align-items: center;

    background-color: #1f1f1f;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.cat-r img { 
    width: 300px;
    height: 100%;
    border-radius: 10px;
}

.cat-text-r {
    margin-left: 20px;
}

.cat-l {
    width: 80%;
    height: 25vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    padding: 5px;
    border: 2px solid #ffd600;
    border-radius: 10px;

    align-items: center;


    background-color: #1f1f1f;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.cat-l img { 
    width: 300px;
    height: 100%;
    border-radius: 10px;
}

.cat-text-l {
    margin-left: 20px;
}
/* end categorie page */

/* start contact page */

.contact {
    display: flex;
    height: 60vh;
    width: 100%;
}
.contact-info {
    width: 70%;
    height: 40vh;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 20px;
    /* border: 2px solid #ffd600; */
    border-radius: 10px;

    align-items: center;

    background-color: #1f1f1f;
    color: #fff;
}

.contact-info-text {
    margin-left: 20px;
}

.contact-info img {
    width: 300px;
    height: 100%;
    border-radius: 10px;
}

.card {
    background-color: #1c1c1c;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 40vh;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.card label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.card input[type="text"],
.card input[type="email"] {
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #333;
}

.card button {
    width: 96%;
    padding: 10px;
    background-color: #ffd600;
    border: none;
    border-radius: 5px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.card button:hover {
    background-color: #ffd600;
}
/* end contact page*/