
@font-face {
  font-family: 'DroidSans';
  src: url('../assets/fonts/DroidSansMono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../assets/fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

:root {
    --neon-green: #39FF14;
    --neon-blue: rgba(77, 77, 255, 0.5);
    --neon-blue-light: rgba(88, 88, 236, 0.5);
    --neon-blue-dark: rgba(46, 46, 185, 0.5);
    --neon-pink: #FF10F0;
    --neon-cyan: #66ccFF;
    --neon-yellow: #FFFF00;
    --image-border: rgba(255, 255, 0, 0.75);
    --card-border: rgba(64, 64, 128, 1);
    --neon-red: #FF0000;

}

body {

  background-image: url("background4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;


    background-color: #000;
    color: var(--neon-cyan);
    font-family: 'DroidSans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size:1.2em;
 

}

.background {
 
  color: var(--neon-cyan);
  font-family: 'DroidSans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* background-image: 
    radial-gradient(circle at 10% 20%, rgba(57, 255, 20, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(77, 77, 255, 0.2) 0%, transparent 20%); */
  background-attachment: fixed;
 
}




.content-section {
    display: none;
}
.content-section.active {
    display: block;
}

.top-container {
width:100%;
    margin-top:100px;
    position: relative;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
     width: 100%;
    text-align: center;
}

.start-word {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px white;
    animation: rotate 10s ease-in-out infinite alternate;
    transition: color 0.3s ease, text-shadow 0.3s ease;
     width: 100%;
    text-align: center;
}

.start-word2 {
    font-size: 20px;
    position: absolute;
    top: 57%;
    left: 50%;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px white;
    animation: rotate 10s ease-in-out infinite alternate;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.start-word a:hover {
    color: yellow;
    text-shadow: 0 0 10px yellow;
}

.start-word a {
    color: white;
    text-decoration: none;
}

.container {
    background-color: rgba(16, 16, 32, 0.5);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 150px;
    box-shadow: 0 0 100px  rgba(16, 16, 32, 1);
    margin-bottom:100px;
}

.banner {
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;

   
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
  
}

.banner-content {

    z-index: 2;
  
}

.banner h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 0 0 10px var(--neon-blue);
}




header {
    margin-top: 0px ;
    display: flex;
    width:100%; 


   
}


nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 
   flex-wrap: wrap;

}

nav a {
  margin: 0 15px;
  font-size: 1.2em;

}

a {
  text-decoration: none;
  color: yellow;
  font-weight: bold;
  text-shadow: 0 0 10px yellow;
  position: relative;
  display: inline-block;
  padding-bottom: 2px; /* Add a small padding to accommodate the underline */
}

a:not(.no-style)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: yellow;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

a:hover::after {
  transform: scaleX(1);
}



.subnav {
   align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    
}
.subnav a {
    color: var(--neon-cyan);
    font-size: 1em;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 2px; /* Add a small padding to accommodate the underline */
   
}



.button-link {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 5px;
    background-color: var(--neon-blue);
    color: #fff;
    border-radius: 0px;
    border: 2px solid var(--neon-blue-dark);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 255, 0.5);
    transition: all 0.3s ease;
}

.button-link:hover {
    background-color: #ff3366;
    color: #000;
    border-color: #ffffff;
    box-shadow: 0 0 15px #ffffff;
}





highlight {
  color: white;
  font-weight: bold;
}


.community {
    text-align:center;
    font-size: 2em;

}







.thumbnails {
  display: flex;
  justify-content: center;
  gap: 0px;
  height: 100px;
  position: absolute; 
  bottom: 0; left: 50%; 
  transform: translate(-50%, 0);
 
  opacity:0.5;

}





.thumbnails img {
    position: relative;
    overflow: hidden;

    width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;

}



.title {
  font-size: 3.5em;
    margin: 0;
    text-shadow: 0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan);
}






h1 {
    font-size: 2.5em;
    margin: 0;
    text-shadow: 0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan);
}


.columns {
    display: flex;
    gap: 10px;

}

.column {
 flex: 1;
 padding:10px;
 
}






.btn {
  display: inline-block;
  width : 100px;
  height: 100px;
  background-color: var(--neon-cyan);
  color: #000;
  text-decoration: none;
  border-radius: 0;
  transform: rotate(45deg);
  font-weight: bold;
}




@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(-10deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(10deg);
    }
}




.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 10px;
}

.feature {
    display: flex;
    background-color: rgba(0, 153, 255, 0.356);
    padding: 15px;
    display: flex;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    flex-direction: column;

}

.feature img {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-bottom:3px solid var(--neon-blue-light);
    border-left:3px solid var(--neon-blue-light);
    border-right:3px solid var(--neon-blue-dark);
    border-top:3px solid var(--neon-blue-dark);
 
 
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
    background-color: rgba(0, 0, 0, 0.356);
}

.feature_text {
    flex:2;
    font-size: 1.2em;
    position: relative;
    text-transform: uppercase;
  
}

.feature h3 {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color:#ffff00
    
}

.feature p {
    position: relative;
    color:#ffffff;
}





.objects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    gap: 20px;
    margin-top: 10px;
}

.object {
    display: flex;
    background-color: rgba(0, 153, 255, 0.356);
    padding: 15px;
    display: flex;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border:0px solid var(--card-border);
   
}

.object img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
        border-bottom:3px solid var(--neon-blue-light);
    border-left:3px solid var(--neon-blue-light);
    border-right:3px solid var(--neon-blue-dark);
    border-top:3px solid var(--neon-blue-dark);
    background-color: rgba(0, 0, 0, 0.356);
     box-sizing: border-box;
}

.object_text {
    flex:2;
    font-size: 1em;
    position: relative;

}

.object h3 {
margin-top: 0px;
    font-size: 1.3em;
    position: relative;
    margin-bottom:5px;
    text-transform: uppercase;
    color:#ffff00;
    
}

.object p {
margin: 0px;
    position: relative;
    color:#ffffff;

}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Ensure the video stays behind the content */
}

.background-video::-webkit-media-controls {
  display: none !important;
}
.background-video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
  
  .old-tv-filter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: 
          linear-gradient(rgba(18, 16, 16, 0) 25%, rgba(0, 0, 0, 0.4) 25%),
          linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
      z-index: -1;
      background-size: 100% 4px, 6px 100%;
      pointer-events: none;
      opacity:0.5;
  }
  
     


footer {

 
    text-align: center;
    padding: 20px 0;
    margin-top: 60px;
    margin-top: 0px ;
    justify-content: center;
    flex-direction: column;

}

footer nav {
   justify-content: center;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    color: var(--neon-cyan);
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: yellow;
}



@media (max-width: 768px) {
   
.title {
font-size: 2.5em;
}
  

    .features {
        grid-template-columns: 1fr;
    }

    .columns {
        flex-direction: column;
    }


}

@media (max-width: 440px) {

h1 {
    font-size: 2em;
}

.objects {

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   

}


.object {
    flex-direction: column;

  
}

.object img {
    width: 100%;
    margin-bottom: 10px;
     object-fit: contain;
  


}

}



.font-loader {
    position: absolute;
    visibility: hidden;
    font-family: 'meinFont', sans-serif;
}