@import url("progress-bar.css");
body,
html {
    margin: 0;
    padding: 0;
}

.title {
    display: grid;
    background-color: black;
    overflow: hidden;
    place-items: center;
}

.title_content {

    color: #31B800;
    font-family: VT323;
    place-items: center;
    font-size: 50px;
}

.undertitle {
    display: grid;
    justify-content: center;
    background-color: black;
    overflow: hidden;
    padding: 0;
}

.undertitle_content {
    color: #31B800;
    font-family: VT323;
    font-size: 20px;
}

.grid-info {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: #05060A;
    color: white;
}

body {
    background: #000;
    flex-direction: column;
    font-family: 'VT323';
}

#forget,
#awesome {
    text-align: center;
    font-size: 3vw;
    color: #0f0;
    margin-top: 0;
    text-shadow: 3px 3px 0 #0f09;
}

#awesome {
    font-size: 2vw;
}

::selection {
    background: #0f0;
    color: #fff;
}

.info_containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    

}

.container-properties-skills {
    
    grid-area: cps;
    border: solid #31B800;
    color: #31B800;
    text-align: center;
    background-color: #0d3000;
    height: 100%;
    border-radius: 15px;
    
}

.container-properties-about {
    display: flex;
    flex-direction: column;
    grid-area: cpa;
    border: solid #31B800;
    color: #31B800;
    background-color: #0d3000;
    height: 100%;
    border-radius: 15px;
    
}

.container-properties-contact {
    
    grid-area: cpc;
    border: solid #31B800;
    color: #31B800;
    text-align: center;
    background-color: #0d3000;
    height: 100%;
    border-radius: 15px;
    
}

.container-title {
    place-content: center;

    color: #31B800;

}

.container-content {
    text-align: center;
    color: white;
}

.bar {
    text-align: center;
    background-color: black;
    width: 100%;
}

.bar-block {
    background-color: #31B800;
    width: 1%;
    
}

.bar-block:nth-last-child(-n+4) {
    background-color: #31B800;
}

.bar-block:nth-last-child(-n+3) {
    background-color: #31B800;
}

.stats {
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
    
}

.skilss {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: large;
    
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

  .info-containers {
    display: grid;
    justify-content: space-evenly;
    margin: 0px 3rem 0px 3rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 0px;
    grid-template-areas: 
    
    'cps cpa cpc' 
    
    ;
  }



  @media screen and (max-width: 1060px) {
    .info-containers {
        grid-template-areas: 
        
        'cps cps cps' 
        'cpa cpa cpa'
        'cpc cpc cpc'
        
        ;
        justify-content: center;
        align-items: center;
        grid-row-gap: 3rem;
      };
    
    .title {
        justify-content: center;
        align-items: center;
    }

    .kapper{
        width: 30%;
        height: 20%;
    }

    .neuro1{
        width: 30%;
        height:20%;
    }
}
    
  

.card-title {
    color: #31B800;
    font-family: VT323;
    font-size: 25px;
    text-align: center;
}

.card-content {
    color: white;
    font-family: VT323;
    font-size: 25px;
    text-align: center;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed positioning */
    z-index: 1; /* Make sure the modal appears on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scrolling if needed */
    background-color: rgba(26, 26, 26, 0.75); /* Black background with opacity */
    backdrop-filter: blur(7px);
  }

  .modal-content {
    background-color: black;
    color: white;
    text-align: center;
    font-size:25px;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid #31B800;
    border-radius: 15px;
    width: 80%; /* 80% width */
  }

  .modal-title{
    color: #31B800;
    font-family: VT323;
    font-size: 30px;
    text-align: center;
  }

  /* Style for the close button */
  .closeAbout {
    color: red;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }

  
  .closeAbout:focus {
    color: black;
    text-decoration: none;
  } 

  .closeNeuro {
    color: red;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }

  
  .closeNeuro:focus {
    color: black;
    text-decoration: none;
  } 

  .closeKapper {
    color: red;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }

  
  .closeKapper:focus {
    color: black;
    text-decoration: none;
  } 

  .closeContact {
    color: red;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }

  
  .closeContact:focus {
    color: black;
    text-decoration: none;
  } 

  #AboutBtn{
    background-color: #0d3000;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 10px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;
  }

#AboutBtn:hover{
    background-color: black;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 15px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;
}

#yo,
#awesome {
    padding: 2rem;
    text-align: center;
    font-size: 3vw;
    color: #0f0;
    margin-top: 0;
    text-shadow: 3px 3px 0 #0f09;
}

#awesome {
    font-size: 2vw;
}

#NeuroBtn{
    background-color: #0d3000;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 10px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;
  }

#NeuroBtn:hover{
    background-color: black;
    color: #175101;
    border: 3px solid #31B800;
    border-radius: 15px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;}

#KapperBtn{
    background-color: #0d3000;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 10px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;
  }

#KapperBtn:hover{
    background-color: black;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 15px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;}

#ContactBtn{
    background-color: #0d3000;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 10px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;
  }

#ContactBtn:hover{
    background-color: black;
    color: #31B800;
    border: 3px solid #31B800;
    border-radius: 15px;
    font-size: 25px;
    font-family: VT323;
    padding: .5rem;
    margin: 10px;
    cursor: pointer;
    transition: 300ms;}

.niels{
    width: 20rem;
    height: 30rem;
}

.kapper{
    width: 80%;
    height: 70%;
}

.neuro1{
    width: 80%;
    height: 70%;
}

.neuro2{
    width: 80%;
    height: 70%;
}