body {
    font-family: "Public Sans", sans-serif;
    font-weight: 100;
}

.richmond-text {
    font-family: 'richmond-text', sans-serif;
}

.container.large {
    padding-left:22px;
    padding-right:22px;
    max-width:1980px;
}

.header-block {
    background:#1B0B3B;
    width:100%;
    height:1060px;
    position: relative;
    overflow:hidden;
}

.header-block:before {
    width: 100%;
    height: 100%; 
    
    background: radial-gradient( 700px 300px, rgba(70, 58, 168, 1), rgba(27, 11, 59, 1));
    background-repeat: no-repeat;
    content:'';
    
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:0;
    pointer-events:none;
}

.header-block:after {
     width:100%;
     height:246px;
     background: linear-gradient(to top, #1B0B3B, transparent);
     left:0;
     bottom:0;
     z-index:4;
     position: absolute;
     content:'';
     pointer-events:none;
     
}

.header-block .text-name {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:2;
    max-width:1980px;
    right:0;
    margin:auto;
   
}
  
.header-block .text-name img {
    width:100%;
    height:auto;
    display:inline-block;
}

.header-block .photo {
    background-image:url('../images/peter.png');
    width:50%;
    height:90%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left:0;
    right:0;
    bottom:-20px;
    margin:auto;
    position: absolute;
    z-index:3;
    pointer-events:none;
}


.relative {
   position: relative; 
}


.header-block .content {
    font-family: 'richmond-text', sans-serif;
    font-weight: 100;
    position: absolute;
    top:220px;
    right:10%;
    color: white;
    z-index:5;
    
}

.row-menu {
    margin-top:20px;
}

.row-menu img {
    width:119px;
    height:auto;
}

.col-right {
    text-align:right;
}

.navbar {
    flex: 1; /* Allows the nav to grow and center its content */
    padding-left: 27%;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex; /* Centers the list within the nav */
}

.navbar li {
    margin: 0 20px;
}

.navbar a {
    font-family: "Public Sans", sans-serif;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    transition: background-color 0.3s;
}

.navbar a:hover {
    background-color: #555;
    border-radius: 4px;
}

.nav-btn {
    background-color:#FF7557; 
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nav-btn button:hover {
    background-color: #0056b3;
    transition: .2s;
}

.btn1 {
    background-color: #0057b300;
    font-size: 20px;
    border-color: #4A3EB1;
    border-style: double;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 25px;
    cursor: pointer;
    transition: background-color 2s;
}

.wave {
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
  }
  
  @keyframes wave-animation {
      0% { transform: rotate( 0.0deg) }
     10% { transform: rotate(50.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
     20% { transform: rotate(-8.0deg) }
     30% { transform: rotate(14.0deg) }
     40% { transform: rotate(-4.0deg) }
     50% { transform: rotate(10.0deg) }
     60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
  }

  .btndown {
    max-width:1980px;
    position: absolute;
    align-items:center;
    margin-top: 36.5%;
    margin-left: 38%;
    z-index: 10;
    border: none;
    background-color:#1b0b3b00;

  }
  
  /* start of page 2 */

  .page2 {
    margin: auto;
    padding-top: 2%;
    padding-left: 16%;
    padding-right: 16%;
    padding-bottom: 2%;
    max-width: 1980px;
  }

  .h1-pvds {
    font-family: "Public Sans", sans-serif;
    font-weight: 100;
    color: #4A3EB1;
    font-size: 15px;
}


.highlight {
    color: #6c63ff;
    font-style: italic;
}

.content p {
    font-size: 1em;
    line-height: 1.5;
    color: #666;
    margin: 10px 0;
}

.content strong {
    font-weight: bold;
}

.strat {
    font-family: "Public Sans", sans-serif;
    font-weight: 100;
    color: #3B3155;
}

.p1 {
    font-family: "Public Sans", sans-serif;
    font-weight: 100;
    color: #3B3155;
    line-height: 1.8;
    font-weight: 300;
}

.p2 {
    text-align: center;
    font-size: 20px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    color: #3B3155;
}

.h2 {
    padding-top: 2%;
    padding-bottom: 2%;
    color: #3B3155;
    font-family: 'richmond-text', sans-serif;
    font-weight: 800;
}


.equation {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.262);
}

.equation-item {
    font-family: 'richmond-text', sans-serif;
    font-size: 100%;
    color: #1B0B3B;
    margin: 0 10px;
    position: relative;
}

.equation-item span {
    font-family: 'richmond-text', sans-serif;
    display: block;
    font-size: 0.5em;
    color: #999;
}

.plus, .equals {
    font-family: 'richmond-text', sans-serif;
    font-size: 5em;
    font-weight: 100;
    color: #6960FF;
    padding-bottom: 5%;
    margin: 0 10px;
}

.h1-2 {
    font-family: 'richmond-text', sans-serif;
    font-size: 130px;

}

.h1-3 {
    font-family: 'richmond-text', sans-serif;
    font-size: 130px;
    color: #6960FF;
}

.cta-button {
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    font-size: 1em;
    color: #fff;
    background-color: #6c63ff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #5a54d6;
}

/* page 3 */

.section3 {
    margin: auto;
    background-color: #1B0B3B;
}
.page3 {
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    max-width: 1980px;
}

.recent-projects
{
padding-top: 3%;
}

.h2-recente {
    padding-bottom: 2%;
    color: #ffffff;
    font-family: "Public Sans", sans-serif;

}
.recent-projects h2 {
    color: #ffffff;
    font-family: 'richmond-text', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.project {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #6960FF;
    padding: 20px 0;
    border-bottom: 1px solid #6960FF;
}

.project-info {
    max-width: 60%;
}

.project-image img {
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.project-info h3 {
    font-family: 'richmond';
    color: #ffffff;
    font-size: 3em;
    margin: 0;
}

.merk {
    position: relative;
    font-family: "Public Sans", sans-serif;
    font-size: 1.5em;
    color: #6960FF;
}


.project-image img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}


.cta-button2 {
    font-family: "Public Sans", sans-serif;
    display: block;
    width: 200px;
    margin: 20px auto;
    margin-bottom: 7%;
    padding: 5px;
    font-size: 1em;
    color: #ffffff;
    background-color: #1B0B3B;
    border-color: white;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
}

.cta-button2:hover {
    background-color: #3a3690;
}

.logo-carousel {

    padding: 20px 0;
    border-top: 1px solid #ffffff;
}

.carousel {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
}

.carousel-item {
    display: inline-block;
    padding: 20 20px;
}

.carousel-item img {
    height: 80px;
    width: auto;
    filter: brightness(0) invert(1); /* Ensures logos are visible on dark background */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
  
.btnrecente {
    background-color: #1B0B3B;
    border-color: #1b0b3b00;
}

