
@font-face {
   
    font-family: 'thinfont'; 
    srC: url('font/thinfont.otf') format('truetype');
}
@font-face {
   
    font-family: 'otherfont'; 
    srC: url('font/otherthin.otf') format('truetype');
}

@font-face {
   
    font-family: 'punk'; 
    srC: url('font/punk.ttf') format('truetype');
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.banner {
  background-color: #333333; 
  color: #000000;            
  padding: 15px 20px;
  display: flex;
  z-index: ;
  justify-content: space-between;
  align-items: center;
  font-family: "otherfont";
}

.banner h1 {
  margin: 0;
  font-size: 1.5em;
}

.banner nav ul {
  list-style: none;
  margin: 0;
  padding: 10;
  display: flex;
  gap: 20px;
}
.banner nav a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.banner nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: rgb(117, 228, 219);
  transition: width 0.3s ease;
}

.banner nav a:hover {
  color: rgb(117, 228, 219);
}

.banner nav a:hover::after {
  width: 100%;
}

.fuckass-banner {
  margin-top:0;
  padding-top:0;
  background-color: #0e0116;
}

.img-bg {
  position: relative;
  width: 100%;
  height:100%;
  opacity: 0.8;
  pointer-events: none;
}


.img-left {
  position: absolute;      
  left: 20px;             
  top:16%;        
  z-index: 2;              
  width: 300px;              
}
.img-left2 {
  position: absolute;       
  right:47%;           
  top:50%;             
  z-index: 2;             
  width: 60px;       
   pointer-events: none;     
}
.fuckass-banner h1 {
  position: absolute;
  z-index: 3;
  font-family: 'otherfont';
  font-size: 3em;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
    border-radius: 10px;;
      animation: glow 2s linear infinite;
  border: linear-gradient(200deg,  #98d5ed, #9e98ed,#000000);

  background: linear-gradient(200deg,  #98d5ed, #9e98ed,#000000);



  -webkit-text-stroke: 10px transparent,  #ffffff;
  background-clip: text;
  -webkit-text-fill-color: transparent;



}
@keyframes glow {
  0% { text-shadow: 0 0 10px #00eaff, 0 0 20px #ff00ff, 0 0 30px #ffd500; }
  50% { text-shadow: 0 0 20px #ff00ff, 0 0 40px #ffd500, 0 0 60px #00eaff; }
  100% { text-shadow: 0 0 10px #00eaff, 0 0 20px #ff00ff, 0 0 30px #ffd500; }
}
.fuckass-banner h2 {
  position: absolute;
  z-index: 3;
  font-family: 'otherfont';
  font-size: 3;
  color:white;
  text-align: center;
  top: 30%;
  left: 25%;
  width:60%;
}
.fuckass-banner h3 {
  position: absolute;
  z-index: 3;
  font-family: 'otherfont';
  font-size: 2;
  color:white;
  text-align: center;
  top: 50%;
  left: 25%;
  width:70%;
}



.mid img {
  display:flex;
  flex: auto;
  align-items: center;
  width:40%;
  height:40%;
  opacity: 50%;
}

.mid
{
  margin-top:0;
  padding-top:0;
  display:flex;
  align-items: center;
  flex-direction: center;
  background-color: #333333;
}