/* Algemene styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'K2D', sans-serif;
    background-color: #2C143C;
  }

   /*-------------------------intro---------------------------------------*/

.intro {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
}

  .intro .text {
    flex: 1;
    max-width: 100%;
    color: white; 
    font-size: 18px;
    font-weight: 400;
    padding: 16px 16px 40px 16px;
  }
  .intro .text h2{
    color: #FCFD9D;
    font-size: 64px;
    font-weight: 800;
    padding-bottom: 20PX;
  }

.gradient-divider {
    height: 3px;
    background: linear-gradient(to left, #D20C65, #9814AF); /* Gradient effect */
    border: none;
    margin: 50px 20px;
  }

  .button-divider {
    height: 1px;
    width: 1100px;
    background: linear-gradient(to left, #D20C65, #9814AF); /* Gradient effect */
    border: none;
    margin-top: 5px;
  }

.btn-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 20px;
    margin: 20px;
}

.btn-item {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    cursor: pointer;
    color: var(--main-colour);
}


.btn-item img {
    width: 50px;
    height: auto;
}

.btn-item h1 {
    font-size: 18px;
    margin: 0;
    padding: 5px 10px 0 10px;
    color: aliceblue;

}

.text a{
  color: #FCFD9D;
}
   /*-------------------------persona---------------------------------------*/
   .persona {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 90px 0px 90px;
    gap: 20px;
    font-family: 'K2D', sans-serif;
    position: relative;
}
.persona img{
  max-width: 400px;
    height: auto;
}

  .persona .text {
    flex: 1;
    justify-content: center;
    max-width: 50%;
    color: white; 
    font-size: 20px;
    font-weight: 400;

  }
  .persona .text h3{
    color: white;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20PX;
  }
  .persona .text p{
    margin: 0;
  }

  /*-------------------------mmodboard---------------------------------------*/
  .moodboard {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
} 
  h3{
    color: white;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20PX;
  }
   
  .text {
    flex: 1;
    max-width: 100%;
    color: white; 
    font-size: 20px;
    font-weight: 400;
    padding: 16px 16px 40px 16px;
  }
  .moodboard img{
    max-height: 547pxS;
  }
  /*-------------------------logo---------------------------------------*/
  .logo {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
} 
.logo img{
    height: 219px;
    width: 382px;
}
  /*-------------------------style scape---------------------------------------*/
  .style-scape {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
} 
.style-scape .text p{
    padding: 30px 0 30px 0;
}

.style-scape img{
  max-width: 200px;
}

.scape1, .scape2{
  display: flex;
  gap: 20px;
}
  /*-------------------------brand guide---------------------------------------*/
  .brand-guide {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
} 
.brand-guide .text{
    text-align: left;
}
  /*-------------------------reflectie---------------------------------------*/
  .reflectie {
    display: flex;
    align-items: center;
    padding: 16px 90px 90px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
} 


 .stationary{
  width: 550px;
 }