* {
    margin: 0; 
    padding: 0;
}
@font-face {
    font-family: 'OregonExtraBold';
    src: url('Oregon\ LDO\ ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "sans-serif", "Open Sans";
    overflow-x: hidden;
}
a    {
    text-decoration: none;
    color: white;
}
#container {
	width:100%; 
	margin-right:auto;
	margin-left:auto;
}
#home {
    height: 100vh;
    display: flex;
    background-color: black;
    padding-left: 5%;
    padding-right: 5%;
}
p{
    color: white;
}
.custom-bullets-white li {
    background: url('Fotos/bulletpoint-white.png') no-repeat left top 5px;/*  Gebruik jouw PNG */
    background-size: 16px 16px; /* Zorg dat de afbeelding de juiste grootte heeft */
    padding-left: 24px; /* Creëert ruimte tussen de afbeelding en de tekst */
    line-height: 24px; /* Zorgt voor verticale uitlijning met de bullet */
    color: white;
    list-style: none;
  }
/* Nav bar*/
.menu-icon{
    position: fixed;
    top: 20px;
    right: 50px;
}
#navbar {
    box-sizing: border-box;
    color: white;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
    position: absolute  ;
    float: right;
}

#navbar a {
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 20px;
    transition: background-color 0.3s;
    border-radius: 10px;
    z-index: 1;
}
#navbar a:hover {
    background-color: #0FB2F2;
    /* z-index: 2; */
}

.nav-links {
    display: flex;
    float: right;
    gap: 10px;
}
/*menu icon van nav bar*/
button { 
    all: unset;
}
.menu-icon{
    position: fixed;
    top: 40px;
    right: 50px;
    display: none;
    mix-blend-mode: difference;
    z-index: 1100;
}
.menu-icon div {
    height: 4px;
    background-color: white;
    margin: 5px 0;
    border-radius: 25px;
    transition: 0.3s;
}
.one {
    width: 30px;
}
.two {
    width: 20px;
}
.three {
    width: 25px;
}
.nav:hover div{
    width: 30px;
    /* background-color: #0FB2F2; */
}

/*als zichtbaar    */
.menu-icon.show {
    display: block;
}
.menu-icon:hover + #vertical-navbar,
#vertical-navbar:hover {
    display: flex; /* Zorgt ervoor dat de navbar zichtbaar wordt */
    transform: translateX(0); /* Schuift naar binnen */
}

/* End Nav bar*/


/* uitklap nav bar/*

/* Verticale navigatiebalk */
#vertical-navbar {
    position: fixed;
    top: 0px;
    right: -200px;
    background-color: black;
    height: 100%; /* Volledige schermhoogte */
    width: 200px; /* Breedte van de navigatie */
    display: flex;
    flex-direction: column; /* Links onder elkaar */
    align-items: center;
    padding-top: 100px;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Links in de verticale navigatiebalk */
#vertical-navbar a {
    color: white;
    text-decoration: none;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s;
}

#vertical-navbar a:hover {
    background-color: #0FB2F2;
}

.menu-icon:hover + #vertical-navbar,
#vertical-navbar:hover {
    right: 0; /* Schuif de balk naar binnen */
}



/* Logo*/

#text-logo img {
    position: absolute;
    top:50px;
    left: 110px;
    width: 200px;
    height: auto;
}
/* #symbol-zwart-logo img { 
    position: fixed;
    top: 5px;
    width: 300px;
    max-height: 100px;
    width: auto;
    left: 5%;
    width: auto;    
    left: 70px;
} */

#symbol-logo img{
    position: fixed;
    top: 5px;
    width: 100px;
    max-height: 100px;
    left: 20px;
    mix-blend-mode: difference;
  }
.tag-line {
    top: 80px;
    left: 120px;
    display: flex;
    position: absolute;
    font-family: 'OregonExtraBold', sans-serif;   
    color: #0FB2F2;
}
.tag-line h2 {
    font-size: 20px;
}
/* End Logo*/
/* foto*/
#portret {
    margin-right: 100px;
    margin-bottom:0px;
    margin-top: 71px;
    position: relative;
/* foto*/
/* Home page info*/
}
.hero-info{
    margin-left: 10%;
    margin-top: 15%;   
}
.hero-info h1 {
    font-family: 'OregonExtraBold', sans-serif; 
    display: block;
    position: relative;
    /* margin-right: -150px; */
    font-size: 3vw;
    color: white;
    z-index: 2;
}
.hero-info p {
    line-height: 1.8;
    padding: 10px;
}
.hero-info .social-icons {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    padding: 0px;
}
.social-icons {
    margin-top: -40px;
}
.social-icons li {
    list-style: none;
    display: flex;
}

.social-icons i {
    color: white;
    font-size: 2rem;
    transition: color 0.1s ease;
}

.social-icons i:hover {
    color: #0FB2F2;
}
.social-icons .naam {
    color: white;
    font-size: 1.2rem;
    padding: 0;
    align-items: center;
}
.button-uitleg {
    background-color: #0FB2F2;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-left: 350px;
    white-space: nowrap;
}

.button-uitleg:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* Home page info*/

/* phone size */

@media screen and (max-width: 1100px) {

    #home {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-info {
        margin: 0;
        width: 90%;
        margin-top: 140px;
        text-align: left;

    }
    .hero-info h1 {
        align-items: center;
        width: auto;
    }

    #portret {
        margin: 20px 0 0 0;
        max-width: auto;
        height: 70%;
        overflow: hidden;
    }
}
@media screen and (max-width: 1100px) {
    #navbar {
        display: none;
    }
    #symbol-logo img{
        position: absolute;
}
}