*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


h1 span{
    color: aqua;
}
#headerblink{
    color: #fff;
    animation: blink-animation 1s steps(1, start) infinite;

}

body{
    background-color:#1e1e1e;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    max-width: 100%;
cursor: url('img/source/HackerCursor.png'), auto;

}
nav{
    text-align: center;
    padding: 2%;
}
 nav ul{
    list-style: none;
    color: rgb(116, 116, 116);
}
nav li{
    display: inline-block;
    margin-right: 5%;
}
a{
    color: rgb(143, 143, 143);
    text-decoration: none;
    cursor: url('img/source/Hacker\ &\ Hacker\ Mask\ 3D--pointer--SweezyCursors.png'), auto;

    
}
a:hover{
    color:rgb(255, 255, 255);
    transition: 0.5s;
    
}
#header{
    display: flex;
    
}

img{
    justify-content: center;
    width: 30%;
    height: 30%;
    margin-right: 5%;
    
    
}


.container{
    margin: auto;
    max-width: 75%;
    height: auto; 
    padding-bottom: 40px;
    padding-top: 15%;
}
.container h1{
    text-align: center;
    color: #fff;
    margin-top: 10%;
}

.typewriter h1 {
    text-align: center;
    color: #fff;
    font-family: monospace;
}
.typewriter p{
    color: #606060;
    font-size: larger;
    text-align: center;
    margin-top: 2%;   
}

.timeline{
    background-color: #232323;
    width: 350px;
    height: 200px;
}
.box{
    justify-content: center;
    margin-top: 10%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

#cyber{
    margin-top: 10%;
    margin-left: 80%;
}

.container ul{
    width: 100%;
    list-style: none;

}



.container li{
    color: rgb(117, 117, 117);
    display: inline-block;
    margin-right: 10%;
    margin-top: 5%;
    align-items: center;
}
.container li:hover{
    color: rgb(255, 255, 255);

    transition: 0.5s;

}

.hero{
  
    max-width: 75%;
    height: auto; 
    padding-bottom: 40px;
      margin: auto;
    color: #fff;
}


.card {
  width: 300px;
  padding: 20px;
  border: 1px solid #0d1117;
  border-radius: 10px;
  background-color: #232323;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-height: 400px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.mac-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.mac-header span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mac-header .red {
  background-color: #ff5f57;
}

.mac-header .yellow {
  background-color: #ffbd2e;
}

.mac-header .green {
  background-color: #28c941;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #e6e6ef;

}

.card-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  
}



.card .card-tag {
  display: inline-block;
  font-size: 10px;
  border-radius: 5px;
  background-color: #0d1117;
  padding: 4px;
  gap: 5px;
  max-width:max-content;
  margin-block-end: 12px;
  color: #dcdcdc;
  margin-right: 5px;
}
.code-editor {
  background-color: #343434;
  color: #dcdcdc;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    monospace;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 15px;
  overflow: auto;
  height: 150px;
  border: 1px solid #333;
}

.code-editor::-webkit-scrollbar {
  width: 8px;
}

.code-editor::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

.code-editor pre code {
  white-space: pre-wrap;
  display: block;
}

.container i{
    font-size: 50px;
}


.tech{
    grid-template-columns: repeat(4,220px);
}

.title{
    font-size:4em;
    padding: 0%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.blink{
    animation: blink-animation 1s steps(1, start) infinite;
}
@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  footer{
    width: 100%;
    text-align: center;
    margin: auto;
    color: #5c5c5c;
    padding-bottom: 2%;
    font-size: larger;
  }
  

  footer ul{
    list-style: none;
  }
  footer li{
    display: inline-block;
    margin-right: 1%;
  }
  footer li:hover{
    color: #3e3e3e;
    transition: 0.5s;

  }
  footer span{
    color: #fff;
  }
  
  /* Responsive  */

  @media screen and (max-width: 768px) {
    nav li{
        margin-right: 2%;
    }
    .container{
        max-width: 100%;
        text-align: center;
        padding:0;
        padding-bottom: 50%;
        padding-top: 50%;
    }
    .box{
        align-items: center;
        margin: auto;
        box-shadow: none;
    }
    .timeline{
        margin: auto;
        
    }
    #cyber{
        padding-top: 2%;
        margin: auto;
        align-items: center;

    }
    #header{
        display: block;
    }
    img{
        width: 50%;
        height: 50%;
    }

  }

  /* Scroll Bar */

  ::-webkit-scrollbar{
    width: 10px;
  }
  ::-webkit-scrollbar-track{
    background: #535353;
  }
  ::-webkit-scrollbar-thumb{
    background-color: aqua;
    border-radius: 10px;
  }



