
body{
    background-image: url(./asset/background.jpg);
    background-size: 1920px 1080px%;
    background-position: 20% 50%;
        background-attachment: fixed;
    }
.menubar{
    display:flex;
    justify-content: center;
    
}

nav{
    background: linear-gradient(to bottom,#bebebe 0,#777 3%,#232323 55%,#1d1d1d 55%,#202020 98%,#000 100%);
  box-shadow: rgba(0,0,0,.3) 0 3px 8px;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #000;
  padding: 2px 5px 4px 5px;
  font-weight: 2rem;
  font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  position: relative;  
  font-size: 16.3px;
  color: #dadada;
     list-style-type: none;
     margin-top: 4px;
}
.container4banner{
    display: flex;
    justify-content: center;

}
.banner {
    background-image: url(./asset/2.png);
    max-width: 1300px;
    width:100%;
    height: 300px;
    background-size:cover;
    background-position: 30% 17%;
    display: grid;
    align-items: center;
    box-shadow: 20px 20px 20px black;

}
nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 15px;


}
    nav ul a{
        color: #dadada;
        text-decoration: none;
    }
    input{
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        
    }
    nav ul .search {
        margin-left:auto
    }

.banner h1 {
    color: #e9e9e9;
      font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
      
     font-size: 3rem;
      display: grid;
  justify-items:flex-start;

     padding:30px;

  text-shadow: 4px 5px 4px #000000;





}
.foreground{

background-color: #e0e0e0;
    padding: 30px 50px; /* Adjust padding as needed */
    margin: 0 auto;
    max-width: 1300px; /* Or whatever width you want */
    min-height: 100vh; /* Ensures it has some height even when empty */
    display: flex;
}





/*.container{
    width: 30%;
    background-color: black;
    opacity: 50%;
    height: inherit;
}

/* hover is next and we;re done nav bar

*/ 
nav ul li a {
    padding: 13px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.Hdivider{
   border: 1px solid #5a0e0e; /* Adds a thin bottom border */
  margin: 20px 0; /* Adds vertical spacing */
margin-top: 50px;
 
}





.main-content{
    padding: 20px;
    width: 100vh;
    height: 500px;
    
   
}

.flexcenter {
    display: flex;
    justify-content: center;
}
        .terminal-box {
            width: 110%;
                        background: #000;
            border: 1px solid #00ff00;
            box-shadow: 
                0 0 30px rgba(0, 0, 0, 0.4),
                0 0 60px rgba(0, 0, 0, 0.2),
                inset 0 0 80px rgba(0,255,0,0.1);
            position: relative;
            
                    }

        .terminal-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                repeating-linear-gradient(
                    0deg,
                    transparent 0px,
                    rgba(0,0,0,0.35) 1px,
                    transparent 2px,
                    transparent 3px
                );
            pointer-events: none;
            z-index: 2;
            animation: scanline 8s linear infinite;
        }

        @keyframes scanline {
            0% { transform: translateY(0); }
            100% { transform: translateY(10px); }
        }

        .terminal-box::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.4) 100%);
            pointer-events: none;
            z-index: 1;
        }

        .flicker {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,255,0,0.03);
            pointer-events: none;
            z-index: 4;
            animation: flicker 0.15s infinite;
        }

        @keyframes flicker {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.95; }
        }

        .terminal-content {
            padding: 50px;

            color: #00ff00;
            font-size: 20px;
            text-shadow: 
                0 0 5px #00ff00,
                0 0 10px #00ff00;
            position: relative;
            z-index: 0;
            line-height: 1.4;
            border:10px black;
        }

        .terminal-header {
            border: 2px solid #00ff00;
            padding: 15px;
            margin-bottom: 20px;
            background: rgba(0,255,0,0.05);
            box-shadow: 0 0 20px rgba(0,255,0,0.2);
        }

        .terminal-header h2 {
            margin: 0 0 10px 0;
            font-size: 26px;
            text-shadow: 0 0 15px #00ff00;
            letter-spacing: 2px;
        }

        .ascii-art {
  
  /* Avoid grays or low-contrast colors */

          position:absolute;
          left: 65%;
           font-size: 12px;
            line-height: 1.3;
            margin: 0px 0;
            opacity: 1;
            letter-spacing: 0;
          
        }

        .contact-section {
            border-left: 3px solid #00ff00;
            padding-left: 15px;
            margin: 20px 0;
        }

        .contact-line {
            margin: 8px 0;
            padding: 5px 0;
            position: relative;
        }

        .contact-line::before {
            content: '>';
            margin-right: 8px;
            color: #00ff00;
            font-weight: bold;
        }

        .contact-line:hover {
            background: rgba(9, 183, 9, 0.1);
    
width: 500px;
transition: 0.3s;
            display: block;
        }

        .cursor {
            display: inline-block;
            width: 10px;
            height: 18px;
            background: #00ff00;
            animation: blink 1s infinite;
            margin-left: 5px;
        }

        @keyframes blink {
            0%, 49% { opacity: 1; }
            50%, 100% { opacity: 0; }
        }
        

        