
body {
    background-color: #15191c;
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
  }

body nav {
    background-color: #000000;

  }

.one {
  background-color: #000000;
}



  /* Loading page */

  .loader {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: right;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .static {
    padding: 1em 1em;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }

  .static p {
    height: 50px;
    float: left;
    padding-left: 15px;
    margin: 0;
    overflow: hidden;
  }
  .static b {
    float: left;
    overflow: hidden;
    height: 50px;
  }

  .static .rotating {
    display: inline-block;
    color: #d8d8d8;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    margin: 0;
    /*animation*/

    animation:move 3s;
    animation-iteration-count:infinite;
    animation-delay:2s;
  }
  @keyframes move{
  0%  { top: 0px; }
  20% { top: -50px; }
  40% { top: -100px; }
  60% { top: -150px; }
  80% { top: -200px; }
  }

  


      /* Hide content during loading */
      .content {
        opacity: 0;
        transition: opacity 1s ease-in-out;
      }
  
      /* Show content when loaded */
      .content-loaded {
        opacity: 1;
      }

  
  .navigation {
    box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.116);
  }

  .social-icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 4;
    padding: 10px 10px;
    
  }

  

  .animatie {
    position: relative;
    display:flex;
    justify-content: center;
   
  }


  .projects {
    overflow: hidden;
    padding: 40px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }


  @media only screen and (min-width: 1400px)  { 

.container-projects {
  padding: 70px;
}


  }
  @media only screen and (min-width: 1280px)  { 
    .animatie{
    height: 100vh;
    width: 100%;
  }


  }

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

    .projects {
      height: auto;
    }

 
  }
  @media only screen and (min-width: 768px)  { 
    .animatie{
    height: 100vh;
    width: 100%;

  }
  .static {
    font-size: 50px;
  }

  }

  @media only screen and (min-width: 600px)  { 
    .animatie{
    height: 100vh;
    width: 100%;
  }

  .static {
    font-size: 30px;
  }


  }


  @media only screen and (max-width: 599px) { 
    
    .animatie{
    height: 100vh;
    width: 100%;
  }
    .social-icon {
      display: flex;
      flex-direction: initial;
      justify-content: center;
      position: relative;
      padding-bottom: 50px;
      right: 0;
    }

    .static {
      font-size: 20px;
    }


  }


  a {
    text-decoration: none;
    color: #ffffff;
  }
  
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;

  }
  


  .navigation img {
    width: 100px;
    height: 100px;
  }
  

  .shadow-card {
    aspect-ratio: 1/1;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 10px rgba(255, 255, 255, 0.1),
    5px 5px 10px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    position: relative;

  }
  

  
  .box {
    aspect-ratio: 1/1;
    position: relative;
    background: #15191c;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 1s;
    box-shadow: inset 5px 5px 5px rgba(87, 87, 87, 0.2), inset -5px -5px 15px rgba(23, 23, 23, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(0, 0, 0, 0.1);
    perspective: 1000px; /* Added perspective for 3D effect */
  
  }
  
  .box.is-flipped {
    transform: rotateY(180deg); /* Corrected this for 180-degree flip */

  
  }
  
  .box-face {
    position: absolute;
    color: white;
    text-align: center;
    font-size: 20px;
    backface-visibility: hidden; /* Ensures that the back is hidden initially */
    /* padding: 20px; */
  }
  
  .box-back {
    transform: rotateY(180deg); /* Flips the back side initially */
  }
  
  .box p {
    font-size: 1rem;
    margin-top: 1rem;
  
  }


  .button {
    padding-top: 10px;
  }

  .theme-btn {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: smaller;
    letter-spacing: 2px;
    background: #15191c;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1rem;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
 
    &:nth-child(1) {
      box-shadow: 0px 0px 10px rgba(8, 8, 8, 0.288),
        0px 0px 5px rgba(0, 0, 0, 0.356);
      color: #ffffff;
    
      
      &:hover {
        opacity: 1;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -1px -1px 8px rgba(255, 255, 255, 0.1),
    5px 5px 10px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.1);
      }
    }
    
  }

  .theme-btn i {
   padding-right: 5px;
   font-weight: 200;
  }
 
 


/* Scroll Page */

.container-scroll {
  scroll-snap-type: y mandatory;
  
  overflow-y: scroll;
  height: 100vh;
}

 .one {
  

  scroll-snap-align: start;

  
 }


 .two {
  
   scroll-snap-align: start;

 }

 footer {
  scroll-snap-align: start;
 }


 .js-tilt-glare {
  border-radius: 15px !important;
 }

 /* Led Ligts */

 .led-red {
  right: 20px;
  top: 20px;
  position: absolute;
  margin: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
  border: solid 0.5px rgba(0, 0, 0, 0.329) ;
  box-shadow: 0px 0px 3px 3px #94362a;
 }

 .led-green {
 right: 20px;
  top: 20px;
  position: absolute;
  margin: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(30, 255, 0);
  border: solid 0.5px rgba(0, 0, 0, 0.384) ;
  box-shadow: 0px 0px 3px 3px #518a2c;
 }


 