html{
 background-color: #222222;
 
     
padding-top: 166px; /* Adjust based on header height */
background-attachment: fixed; 
 background-image: url('./Solid-Black-Website-Background.jpg'); 
}

body {
      font-family:  Arial, sans-serif;
      margin: 0;
      padding: 0;
	 line-height: 1.6;
      color: #333;


    }
.layout-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
z-index: 1004;
}




    .fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
 background-image: url('./Solid-Black-Website-Background.jpg'); 
 color: white;
  padding: 1rem 2rem;
  text-align: center;
  z-index: 1000;
 
}
    
    .testimonial {
      padding: 2rem;
      max-width: 800px;
      margin: auto;
      background: linear-gradient(to right, #2c3e50, #3498db);
  color: white;
      margin-top: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
 border-radius: 10px;

  position: relative;

    }
.home {
      padding: 2rem;
      max-width: 800px;
      margin :40px auto;
max-width: 800px;
    background: linear-gradient(to right, #3a3e41, #3498db);
 color: white;
  
      margin-top: .5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
 border-radius: 10px;
padding: 0,20 ;
  position: relative;
  z-index: 999;
    }

a {
  color: rgb(122, 232, 124);}
a:hover {
  color: #23A455;}


    h1, h2 {
      color: #23A455;
    }
    footer {
      text-align: center;
      padding: 1rem;
      background-color: #eee;
      font-size: 0.9rem;
margin-top: 2rem;    }
.signup {
  background: linear-gradient(to right, #2c3e50, #3498db);
  color: white;
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  max-width: 500px;
  margin: auto;
}
.signup input {
  padding: 0.5em;
  margin-right: 0.5em;
  border: none;
  border-radius: 5px;
}
.signup button {
  padding: 0.5em 1em;
  background: #e67e22;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.signup button:hover {
  background: #d35400;
}

.section {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease-out;
}
.section.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-nav {
  position: sticky;
  top: 166px; /* Adjust based on header height */
  background-color: #444444;
  padding: 0.5rem 2rem;
  text-align: center;
  z-index: 1003;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 2rem;

}

.main-nav a {
  color: white;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: bold;
}

.main-nav a:hover {
 color: #23A455;
}

.main-nav a:active {
 color: #23A455;
}

.nav-link.active {
  color: #23A455 !important;
}

.menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Wrap nav links for toggling */
.nav-links {

  justify-content: center;

   display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}





.footer{
margin-top:2rem;
color: #23A455;
text-align: center;
}

.main-content {
  flex: 1;
  min-width: 300px;
margin-left:2rem;
}

.code-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1002; /* Behind everything */
  pointer-events: none;
  background: transparent; /* Or transparent if you want */
  padding: 1rem;
  font-family: monospace;
}

.scroll-wrapper {
  height: 100%;
  overflow-y: hidden;
}

#code-stream {
  color: rgba(194, 212, 194, 0.4); /* Matrix-style glow */
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
}
.hamburger {
  display: none;
  font-size: 2rem;
  color:#eee;
  cursor: pointer;
  padding:0;
  margin:0;
}
@media (max-width: 736px) {
  .main-nav{
    top:200px;
  }
  html{
    padding-top: 200px; /* Adjust based on header height */
  }
  .fixed-header{
    height: 200px;
     padding: 1rem .5rem;
  }
  .layout-container {
    top:200px;
  }
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #222;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 1rem;
  }

  .nav-links.active {
    display: flex;
  }
  .main-content {
     margin-left:0;
  }
}

@media screen and (max-width: 736px) {
  .layout-container {
    flex-direction: column;
  }

  .home:first-of-type {
    margin-top: 3px;
  }

 #code-stream {
   color:transparent;
    display: none;
  }
  
}

@media screen and (max-width: 1500px) {

   #code-stream {
   color:transparent;
    display: none;
  }
}

 .emailinput{
	border:0;
	padding:4px;
	font-size:18px;
	border-radius: 10px;
margin-right:6px;
margin-bottom:6px;

}   

.emailbutton{
	border: 2px solid darkblue; 
	color:white;
	padding:4px;
	background-color:black;
opacity: 0.3;
	font-size:18px;
	border-radius: 10px;
cursor: pointer; 
}

.emailbutton:hover{
background-color: rgba(0, 0, 0, 0.1);

}
.emailbutton:active{
color: #23A455;
background-color:white;
}

#hover-image {
  position: fixed;
  width: 80px;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}



/* For WebKit browsers */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #222222; /* Dark track */
}

::-webkit-scrollbar-thumb {
  background-color: #23A455; /* Green thumb */
  border-radius: 10px;
  border: 2px solid #222222; /* Optional: inset effect */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2ecc71; /* Lighter green on hover */
}
/* Firefox scrollbar styling */
body {
  scrollbar-width: thin;
  scrollbar-color: #23A455 #222222;
}

