@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Kanit, 'sans-serif';
    margin: 0;
    padding: 0;
    color: #2C284A;
    background-color: #FFFCF5;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFCF5;
    padding: 2vh 5vw;
    border-bottom: 1px solid #fed677;
}

.nav-bar-left {
    display: flex;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
    margin: 0;
}

nav img {
    width: 100px;
    height: 100px;
}

.nav-bar-middle {
    display: flex;
    gap: 100px;
    align-items: center;
}

nav a {
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    background: #a3e4ee;
    padding: 10px 10px;
    width: 150px;
    text-align: center;
    border-radius: 25px 25px;
    border: 2px solid #a3e4ee;
    transition: 200ms ease-in-out;
    box-shadow: 0px 0px 10px #a3e4ee;
}

nav a:hover {
    color: #2C284A;
    background: #ffffff;
    transition: 200ms ease-in-out;
}


#footer-contact a {
    display: block;
    text-decoration: none;
    color: #2C284A;
}

#footer-contact a:hover {
    text-decoration: underline;
}

.footer-openingstijden {
    display: flex;
    gap: 40px;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100vw);
    }
    100% {
        transform: translateX(0);
    }
}

.title {
    font-weight: 100;
    font-style: italic;
    text-align: right;
    padding-right: 5vw;
    margin-bottom: -3vh;
    letter-spacing: 10px;
    animation: slideInLeft 2s ease-in-out;

}

header section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vh 10vw;
    gap:50px;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(0);
    }
}

#headerTitle {
    font-weight: 500;
    text-align: left;
    letter-spacing: 4px;
    padding-left: 5vw;
    margin-bottom: -2vh;
    animation: slideInRight 2s ease-in-out;
}

.divRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.divRight h3 {
    font-weight: 300;
    font-size: 1.8rem;
    width: 40vw;
    text-align: center;
}

.divRight a {
    width: 20vw;
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
    border: 2px solid #92BFEE;
    box-shadow: 0px 0px 10px #92BFEE;
    border-radius: 25px 25px;
    background: #92BFEE;
    padding: 10px 5px;
    text-align: center;
    transition: 200ms ease-in-out;
}

.divRight a:hover {
    color: #2C284A;
    background: #ffffff;
    transition: 200ms ease-in-out;
}

#header-banner-image {
    width: 350px;
    height: 350px;
    border: 5px solid #92BFEE;
    border-radius: 50% 50%;
    box-shadow: 0px 0px 20px #92BFEE;
    transition: ease-in-out 500ms;
}

#header-banner-image:hover {
    transition: ease-in 500ms;
    transform: scale(1.15);
    box-shadow: -10px 5px 20px #92BFEE;
}


.bar {
    display: flex;
    justify-content: right;
    background: #fed677;
    height: 1px;
    margin: 0 2vw;
}

/* Hier begin de main sections */
#onze-specialisten-cards, #deelnemers-cards {
    display: flex;
    justify-content: space-between;
    padding: 4vh 12vw;
    gap: 6vw;
}

#onze-specialisten h1, #onderzoek-deelnemers h1, #meest-gekozen-onderzoeken h1 {
    font-size: 3vw;
    text-align: center;
}

#onze-specialisten img, #onderzoek-deelnemers img, #section-article img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 50%;
}

.specialisten-card h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.deelnemer-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 20vw;
}

.review_stars {
    border-radius: 0 !important;
    margin: 15px;
    height: 50px !important;
}


.deelnemer-card h2, .deelnemer-card p, .footer-div h2, .footer-div p, .terms-condition h2 {
    margin: 0;
    padding: 0;
}

#gekozen-onderzoeken {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3vw;
    padding: 5vh 15vw;
}

.gekozen-onderzoek-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #92BFEE;
    padding: 4vh 1vw;
    border-radius: 25px 25px;
    justify-content: space-around;
    background: rgba(252, 169, 156, 0.5);
    padding: 4vh 1vw;
    border-radius: 25px 25px;
    width: 17vw;
    word-wrap: break-word;
}

.gekozen-onderzoek-card h2 {
    text-align: center;
    color: white;
    text-shadow: 1px 1px 5px #2C284A;
}
.gender-age{
    display: flex;
    gap:40px;
    color:white;
    text-shadow: 1px 1px 2px #000000;
    /*color: white;*/
}

.gekozen-onderzoek-card-middle {
    display: flex;
    gap: 15px;
    width: 100%;
    color: white;
    width: 250px;
    /*color: white;*/
}

.gekozen-onderzoek-card a {
    text-align: center;
    text-decoration: none;
    color: #f6f6f6;
    font-weight: bold;
    border-radius: 25px 25px;
    background: #fca99c;
    padding: 6px 5px;
}
.gekozen-onderzoek-card a:hover{
    color: #2C284A;
    background: #ffffff;
    transition: 200ms ease-in-out;
}


.alle-onderzoeken-button-container {
    background-color: #92BFEE;
    display: flex;
    justify-content: center;
}
.alle-onderzoeken {
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}

.alle-onderzoeken:hover {
    transform: scale(1.1);
}

#footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

#terms-condition {
    display: flex;
    gap: 100px;
    color: #2C284A;
}

#terms-condition a {
    text-decoration: none;
}

#terms-condition a:hover {
    text-decoration: underline;
}

.footer-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer-container img {
    width: 125px;
    height: 125px;
}

footer {
    display: flex;
    justify-content: center;
}

.terms-condition {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.terms-condition a {
    text-decoration: none;
    color: #000000;
    align-items: center;
    margin: 0;
    padding: 4px;
}


/* De styling van de pagina alle-onderzoeken.php*/
#headerMainDiv {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

main input {
    margin: 10vh 2vw 0;
}


#headerMainDiv h1 {
    font-size: 3rem;
}

#headerMainDiv h2 {
    font-size: 1rem;
}

main input{
    margin: 10vh 2vw 0;
}

#alle-onderzoeken{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 3vw;
    padding: 5vh 10vw;
}

#section-article-cards {
    display: flex;
    flex-direction: column;
    background: #92BFEE;
    padding: 4vh 1vw;
}



/* De styling van geselecteerde onderzoek.php*/
#header-geselecteerderde-onderzoek {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#experiment-details {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.trustpilot {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
}
.trustpilot p {
    margin: 0.5vw 0 !important;
}
.tp-1 {
    font-weight: bold;
    font-size: 1.4rem;
}
.trustpilotstars {
    border-radius: 0 !important;
    height: min-content !important;
    object-fit: cover;
}
.trustpilotimg {
    border-radius: 0 !important;
    height: 40px !important;
    object-fit: cover;
    margin-bottom: 1vw;
}

/*styling van bevestiging.php*/
.bevestiging{
    border-bottom: solid 10px #92BFEE;
    margin-bottom: 5vh;
    width: 100vw;
}

.text{
    display: flex;
    justify-content: center;
    padding: 15vh 5vw;
    font-size: 1.2rem;
}

.home-button{
    padding: 2vh 4vw;
    border-radius: 20px;
    font-size: 1rem;
    background-color: #92BFEE;
    margin: 0 35vw 10vh;
    width: 30vw;
}

