@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lexend", sans-serif;
  background-color: #0f0f0f;
  color: #fff;
  text-align: center;
}

header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 50%;
  border: 100px;
  border-color: #ffffff;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  text-align: center;

  color: white;
  padding: 10px 20px;
  z-index: 1000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

header h1 p1 {
  font-family: "Lexend", sans-serif;
  font-size: 2.8em;
  margin: 0;


}

nav {
  text-align: center;

}

button {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px auto; /* Center horizontally */
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

  
}

ab {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:9999;
}

button:hover {
  background-color: #575757;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  transition: all .2s ease-in-out; 
}
dc:hover {
  background-color: #9a72ca;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  transition: all .2s ease-in-out; 
}

#headerbtn {
  font-size: 1.5em;
  padding: 10px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: #ff00ea;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
  z-index:9999;
}

#headerbtn:hover {
  background-color: #000000;
  box-shadow: 0 0 10px #1f1e1f, 0 0 20px #9e9e9e, 0 0 30px #282428;
  transition: all .2s ease-in-out; 
}

.gallery {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px;
  top: 10%;
  padding: 100px;
  
}

.gallery a {
  border-radius: 25px;
  display: block;
  margin: 10px;
  transition: transform 0.3s ease;
  max-width: 340px;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
}


.gallery a img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 50%;
  text-align: center;
}



  .gallery a {
    position: relative;
    transition: all .2s ease-in-out;
  }

  .gallery a::before {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;

  }

  .gallery a:hover::before {
    opacity: 1;
  }

  .gallery a:hover {
    border-radius: 25px;
    transform: scale(0.9);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;

  }

}
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-position: 50% 50%;
  position: fixed;
  top: 0px;
  z-index:1;
}
#roddyrichhesbox{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
   box-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff;
    min-width: 350px;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #ffffff;
  border-radius: 10px;  
    background: rgba(0, 0, 0, 0);
    min-height: 250px;
    padding: 20px;
    z-index: 9999;
    text-align: center;

}

@keyframes animatedBackground_a {
  0% { background-position: 0 0 }
  100% { background-position: -500px 0% }
}
.about-container {
    padding: 20px;
    background: #222425;
    opacity: 0.85;
    border-radius: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  font-family: "Lexend", sans-serif;
}
/* Add this to your existing CSS */
.gtext {
  font-size: 3rem;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  font-family: "Lexend", sans-serif;
}
.btn {
  font-family: 'Lexend', sans-serif;
}
.ab {
  font-family: 'Lexend', sans-serif;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Styling for FAQ Section */
/* Styling for FAQ Section */
.faq-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #222; /* Darker grey background */
    border-radius: 10px;
    font-family: 'Lexend', sans-serif; /* Apply Lexend font */
    transition: box-shadow 0.3s ease; /* Smooth transition for the box-shadow */
}


.faq-title {
    text-align: center;
    font-size: 24px;
    color: #fff; /* White text */
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    background-color: #404040; /* Slightly lighter grey background */
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgb(255, 255, 255, 0.5); /* Glowing border effect */
    transition: box-shadow 0.3s ease; /* Smooth transition for the box-shadow */
}

.faq-item:hover {
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5); /* Glowing effect on hover */
}

.faq-item summary {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff; /* Black text */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); /* Glowing text effect */
}

.faq-item summary::marker {
    color: #262626; /* Black color for the dropdown button */
}

.faq-item p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff; /* White text */
    line-height: 1.5;
}

.faq-item p a {
    color: #007bff;
    text-decoration: none;
}

.faq-item p a:hover {
    text-decoration: underline;
}
body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

