@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: black;
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #000000;
    overflow: hidden;
    padding: 10px 0;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar ul li {
    margin: 0 15px;
}

.navbar ul li a {
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.navbar ul li a:hover {
    background-color: #575757;
    border-radius: 4px;
}

h1 {
    font-family: "Hanken Grotesk", sans-serif;
    color: white;
    text-align: center;
    font-size: 35px;
}

label {
    font-family: "Hanken Grotesk", sans-serif; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}

form label {
    margin: 10px 0 5px;
}

form input, form textarea {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    padding: 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background: #555;
}

 

.frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    /* animation for 3 block 5 second each, 3 × 5 = 15 */
    animation-duration: 12s;
    animation-iteration-count: infinite;
  }
  
  .frame1 {
    animation-name: hide1;
      background-color: rgba(54, 185, 196, 1);
      background: -moz-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54, 185, 196, 1)), color-stop(100%, rgb(0, 0, 0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* W3C */
  }
  
  .frame2 {
    animation-name: hide2;
      background-color: rgba(61, 132, 197, 1);
  
      background: -moz-linear-gradient(top, rgba(61, 132, 197, 1) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(61, 132, 197, 1)), color-stop(100%, rgb(0, 0, 0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(61, 132, 197, 1) 0%, rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(61, 132, 197, 1) 0%, rgb(0, 0, 0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(61, 132, 197, 1) 0%, rgb(0, 0, 0) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(61, 132, 197, 1) 0%, rgb(0, 0, 0) 100%); /* W3C */
  }
  
  .frame3 {
    animation-name: hide3;
      background-color: rgba(237, 107, 68, 1);
  
      background: -moz-linear-gradient(top, rgba(237, 107, 68, 1) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 107, 68, 1)), color-stop(100%, rgb(0, 0, 0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(237, 107, 68, 1) 0%, rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(237, 107, 68, 1) 0%, rgb(0, 0, 0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(237, 107, 68, 1) 0%, rgb(0, 0, 0) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(237, 107, 68, 1) 0%, rgb(0, 0, 0) 100%); /* W3C */
  }
  
  .frame4 {
    animation-name: hide4;
      background-color: rgba(230, 55, 75, 1);
  
      background: -moz-linear-gradient(top, rgba(230, 55, 75, 1) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 55, 75, 1)), color-stop(100%, rgb(0, 0, 0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(230, 55, 75, 1) 0%, rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(230, 55, 75, 1) 0%, rgb(0, 0, 0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(230, 55, 75, 1) 0%, rgb(0, 0, 0) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(230, 55, 75, 1) 0%, rgb(0, 0, 0) 100%); /* W3C */
  }
  
  .frame5 {
    animation-name: hide5;
      background-color: rgba(54, 185, 196, 1);
      background: -moz-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54, 185, 196, 1)), color-stop(100%, rgb(0, 0, 0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(54, 185, 196, 1) 0%, rgb(0, 0, 0) 100%); /* W3C */
  }
  
  @keyframes hide1 {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes hide2 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes hide3 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes hide4 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes hide5 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


.discord-container {
    padding: 25px;
    gap: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.discord-button {
    background-color: #5865f2;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    
}

/* Hover effect */
.discord-button:hover {
    background-color: #4752c4; /* Slightly darker color */
    transform: scale(1.05);    /* Slight zoom */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 768px) {
  .navbar ul {
      flex-direction: column;
      align-items: center;
  }
  .navbar ul li {
      margin: 10px 0;
  }
  .navbar ul li a {
      font-size: 16px;
  }
}

#menu-toggle{
  display: none
}

@media screen and (max-width: 768px) {
  .navbar {
      display: none;
  }

  /* Hide default navbar on small screens */
  .navbar ul {
      flex-direction: column;
      align-items: center;
  }

  /* Image grid in two columns */
  .image-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .image-box {
      width: 45%;
      margin-bottom: 20px;
  }

  /* Hamburger Menu */
  #menu-toggle {
      display: none;
  }

  .hamburger {
      display: block; /* Show hamburger menu only on mobile */
      position: fixed;
      top: 20px;
      right: 20px;
      font-size: 30px;
      cursor: pointer;
      color: white;
      z-index: 1001;
  }

  /* Mobile Navigation Menu */
  .mobile-nav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 250px;
      height: 100vh;
      background: #222;
      box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
      transition: right 0.4s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1000;
  }

  /* Show menu when checkbox is checked */
  #menu-toggle:checked + .hamburger + .mobile-nav {
      right: 0;
  }

  .mobile-nav ul {
      list-style-type: none;
      text-align: center;
  }

  .mobile-nav ul li {
      margin: 20px 0;
  }

  .mobile-nav ul li a {
      color: white;
      font-size: 20px;
  }

  .mobile-nav ul li a:hover {
      color: #4F95DA;
  }
}

/* Hide Hamburger on Large Screens */
@media screen and (min-width: 769px) {
  .hamburger,
  .mobile-nav {
      display: none;
  }
}

