@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,125,800;1,125,800&display=swap');

/* Reset standaard marges en padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    scroll-padding-top: 73px;  
}
body {
    background-color: white;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    align-items: center;
    padding-top: 60px; 
   

}

.footer-link {
    color: white;
    /* text-decoration: none; */
}




.welkom {
    background-image: url(..//fotos/mensen.png);

    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* Stijl voor de navigatiebalk */
nav {
    position: fixed; /* Fixeer de navigatiebalk */
    top: 0;
    background-color: #0061A0;
    top: 0;
    width: 100%; 
    z-index: 1000;
    border: 2px solid rgb(0, 0, 0); 
}

.nav-tekst {
    font-size: 0.9em;
    line-height: 1.6;
    color: #000000;
}

.content {
    color: white;
    margin-left: 0; /* Geen marge aan de linkerkant */
    padding: 20px; /* Voeg padding toe voor wat ruimte binnen de box */
    text-align: left; /* Links uitlijnen */
    max-width: 400px; /* Optioneel: stel een maximale breedte in voor de tekst */
    background-color: rgba(0, 0, 0, 0.7); /* Zwarte semi-transparante achtergrondkleur */
    border-radius: 10px; /* Maak de randen van de box afgerond */
}

.content h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.content p {
    font-size: 32px;
}


nav .icon {
    height: 50px; /* Pas de grootte aan voor de kleine afbeelding */
    margin-left:30px; /* Ruimte tussen de navigatie en de kleine afbeelding */
    align-items: center;
    align-content: center;
    
   
}

nav .logo {
    height: 70px;
}


nav ul {
    padding: 0px 18px;
    list-style-type: none;
    display: flex;
    flex-grow: 1; /* Zorg ervoor dat de lijst de volledige ruimte inneemt */
    justify-content: flex-end; /* Plaats de tekst naar de rechterkant */
    align-items: center; /* Centreer de tekst verticaal in de balk */
    align-content: center;
    align-items: center;
    font-size: 15px;
    text-align: right;
}

/* Stijl voor de links in de navigatie */
nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 8px 16px;
    background-color: #ce0e25;
    border: 2px solid rgb(0, 0, 0); /* Rode border rond de tekst */
    transition: background-color 0.3s ease;
}

/* Hover-effect voor de links */
nav ul li a:hover {
    background-color: #555;
    border-radius: 4px;
}
#home {
    background-color: lightblue;
}

.icon {
    width: 50px; /* Pas de grootte van het icoon aan */
    height: 30px;
    vertical-align: middle; /* Zorg ervoor dat het icoon in lijn staat met de tekst */
    margin-left: 10px; /* Eventueel een beetje ruimte tussen de tekst en het icoon */
}
.image-container {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 250px; 
    height: 100vh; 
}


.image-left, .image-right {
    max-width: 600px; 
    height: auto; 
}
* {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
    margin-top:80px;
}


.image {
    width: 30%;
    height: auto;
    display: block;
    align-items: center;
    align-items: center;
}


.rectangle {
    /* width: 100%; */
    /* height: 200px; */
    padding: 20px;
    background-color: #0061a0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.description-text {
    /* position: absolute; */
    bottom: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.circle-small {
    border: 3px solid #ffffff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.description-box-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-family: Akira expended;
}

.description-logo{
    background-color: #ce0e25;
    padding: 5px 15px;
    font-family: "Archivo", sans-serif;
    color:rgb(255, 255, 255)
}

.doel_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.doel_container .rectangle {
    padding: 10px 100px;
}

.hero_container .rectangle{

    padding: 10px 100px;
}

.hero_container{
    margin-top:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,125,800;1,125,800&display=swap');

.hero-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
    font-size: 65px;
    font-family: "Archivo", sans-serif;
    text-align: center;
    color: #ce0e25
   

}
.body_card {
    font-family: Arial, sans-serif;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 15px;

    
}
.testimonial-card {
    background-color: #CE0E25;
    color: #fff;
    width: 350px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.blue {
    background-color: #0061A0;
    color: #fff;
    width: 350px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.red {
    background-color: #CE0E25;
    color: #fff;
    width: 350px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}


.review-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0 auto 15px;
}

.review-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #fff;
}


p {
    font-size: 0.9em;
    line-height: 1.6;
    color: #F1F1F1;
}

.review-photo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.review {
font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 15px;

    
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f4f4f4;
    color: #333;


}

h2{

    color: #0044cc;
}

h5{
    color: white;
    font-size: 22px;
}

p2 {
    font-size: 0.9em;
    line-height: 1.6;
    color: #000000;
}

.prijs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 5px solid #0044cc;
    
}

header h1 {
    font-size: 24px;
    color: #ff0000;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
  font-style: normal;
}

.header-center img {
    max-width: 150px;
}


.title {
    text-align: center;
    margin: 20px 0;
}

.title h2 {
    color: #0044cc;
    font-size: 48px;
    
    font-family: "Archivo", sans-serif;
    font-weight: 500;
  font-style: bold;
}

.title h1 {
    color: #ff0000;
    font-size: 40px;

    font-family: "Archivo", sans-serif;
    font-weight: 700;
  font-style: normal;
}

.price-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    transition: transform 0.3s ease;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    flex: 1;
    
}

.card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.card-info h3 {
    color: #ff0000;
    font-size: 22px;
    margin: 10px 0;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
  font-style: normal;
}



.card-info p:first-of-type {
    font-size: 28px;
    color: #0044cc;
    font-weight: bold;
    margin-bottom: 15px;
}

button {
    background-color: #0044cc;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
  font-style: normal;
}

button:hover {
    background-color: #003399;
}

footer {
    background-color: #00458a;
    color: white;
}

.subscribe-section {
    background-color: #e5002c;
    padding: 20px;
    text-align: center;
}

.subscribe-content p {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
}

.subscribe-content form {
    display: inline-block;
}

.subscribe-content input[type="email"] {
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.subscribe-content button {
    padding: 10px 20px;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 1em;
    cursor: pointer;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    padding: 60px 20px;
   
    background-color: #00458a;
    color: white;
}

.footer-section {
    max-width: 300px;
}

.footer-section h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-section p, .footer-section ul, .footer-section li {
    font-size: 1em;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.social-icons a img {
    width: 30px;
    margin-right: 10px;
}

.footer-bottom {
    background-color: #003366;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    color: white;
}

.footer-section.contact {
    background-color: #e5002c;  
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.footer-section.contact h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
}

.footer-section.contact .contact-info p {

    font-size: 1.1em;

}

.footer-section.logo {
    display: flex;
    align-items: center;
}

.footer-section.logo img {
    width: 1000px; /* Adjust the size of the logo as needed */
    max-width: 130%;
}

section {
    margin-bottom: 50px;
}

.return-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0044cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Responsive instellingen voor kleinere schermen */
@media (max-width: 1200px) {
    .container {
        width: 90%;
    }
    
    .image-container {
        flex-direction: column;
        gap: 50px;
    }

    nav ul {
        font-size: 14px;
        padding: 0 10px;
    }

    .content h1, .content p {
        font-size: 28px;
    }

    .card-info h3 {
        font-size: 18px;
    }

    .card-info p:first-of-type {
        font-size: 24px;
    }

    /* Verklein de afbeeldingen in de .image-container */
    .image-left, .image-right {
        max-width: 80%;
    }

    .hero-header-text {
        font-size: 45px;
    }

    .price-cards {
        flex-direction: column;
        gap: 20px;
    }

    .card {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Instellingen voor smartphones (max-width: 768px) */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    nav ul li {
        margin: 5px 0;
    }

    .hero-header-text {
        font-size: 32px;
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .image-container {
        gap: 20px;
    }

    .content {
        padding: 10px;
    }

    .footer-content {
        flex-direction: column;
    }

    .card {
        width: 100%;
    }

    .footer-section {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-section.logo img {
        width: 100%;
        max-width: 250px;
    }
}

/* Instellingen voor mobiele telefoons (max-width: 480px) */
@media (max-width: 480px) {
    .hero-header-text {
        font-size: 28px;
    }

    .content h1, .content p {
        font-size: 20px;
    }

    .card-info h3 {
        font-size: 16px;
    }

    .card-info p:first-of-type {
        font-size: 20px;
    }

    .footer-content {
        padding: 20px 10px;
        text-align: center;
    }

    .price-cards {
        flex-direction: column;
        gap: 15px;
    }

    .footer-section.contact h2 {
        font-size: 1.4em;
    }

    .footer-section.contact .contact-info p {
        font-size: 1em;
    }

    .footer-section ul li {
        font-size: 0.9em;
    }
}
