/* General Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #121212;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

header {
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
  z-index: 1000; /* Ensure the header stays above other content */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #1E1E1E;
  color: #FFFFFF;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

nav {
  display: flex;
  align-items: center;
}

.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-links li a:hover {
  color: #00BFFF;
}

/* Logo and Text Section */
.logo-text-section {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #2C2C2C 0%, #1E1E1E 50%, #3C3C3C 100%); /* Abstract dark gradient */
}

.logo-image {
  width: 200px;
  height: 200px;
  animation: pulse 2s infinite;  
}

@keyframes pulse {
  0% {
    transform: scale(1);
   }
  50% {
    transform: scale(1.1);
   }
  100% {
    transform: scale(1);
   }
}

.logo-text {
  font-size: 18px;
  margin-top: 10px;
}

  

/* Auth Buttons Container */
.auth-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #1E1E1E;
}

.auth-buttons-container a {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none; /* Remove underline from links */
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.auth-buttons-container a.login {
  background-color: #00BFFF; /* Blue background for Login */
  color: #FFFFFF; /* White text */
}

.auth-buttons-container a.register {
  background-color: #00FF00; /* Green background for Register */
  color: #000000; /* Black text */
}

/* Default Style for Submit Button */
input[type="submit"].submit-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #00BFFF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover Effect for Submit Button */
input[type="submit"].submit-button:hover {
  background-color: #009ACD;
}


/* Hover Effects */
.auth-buttons-container a.login:hover {
  background-color: #009ACD; /* Darker blue on hover */
}

.auth-buttons-container a.register:hover {
  background-color: #00CC00; /* Darker green on hover */
}

.login {
  background-color: #00BFFF;
}

.register {
  background-color: #00FF00;
}

/* Social Links */
.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-links a {
  font-size: 200%; /* Increase size to 150% */
  color: #00BFFF;
  text-decoration: none;
}

.social-sharing a {
  font-size: 200%; /* Increase size to 150% */
  text-decoration: none;
}

.responsive-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #2C2C2C;
  border-radius: 10px;
  color: #FFFFFF;
} 

.responsive-form-center {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #2C2C2C;
  border-radius: 10px;
  color: #FFFFFF;
} 

.responsive-sniper {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  color: #FFFFFF;
} 

.responsive-form-left {
  max-width: 600px;
  padding: 20px;
  background-color: #2C2C2C;
  border-radius: 10px;
  color: #FFFFFF;
}


.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #2C2C2C;
  color: #FFFFFF;
} 

/* Responsive iframe Styles */
.responsive-iframe {
  width: 100%; /* Take full width of the container */
  height: auto; /* Adjust height automatically */
  aspect-ratio: 16 / 9; /* Maintain aspect ratio (e.g., 16:9 for videos) */
  border: none; /* Remove iframe border */
}
/* Responsive new styles */
.responsive-form input,
.responsive-form option,
.responsive-form input[type="password"],
.responsive-form input[type="number"],
.responsive-form textarea {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #555;
    background-color: #1a1a1a;
    color: white;
    border-radius: 4px;
}

.admin-input {
    width: 90%;
    max-width: 200px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #555;
    background-color: #1a1a1a;
    color: white;
    border-radius: 4px;
}

/* Options styling - limited browser support */
#mainFormElements option {
    background-color: #1a1a1a;
    color: white;
    padding: 8px;
}

/* Apply .admin-input styles to elements in #mainFormElements */
#mainFormElements select {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #555;
    background-color: #1a1a1a;
    color: white;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
    cursor: pointer;
}

/* Option hover state - limited support */
.responsive-form option:hover,
.responsive-form option:focus,
.responsive-form option:checked {
    background-color: #333;
    color: white;
}

/* File input styling - requires some special handling */
.responsive-form input[type="file"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 2px solid #555;
    border-radius: 4px;
    background-color: #1a1a1a;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
}

.responsive-form input[type="file"]:focus {
    outline: none;
    border-color: #666;
    background-color: #222;
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
}

/* Style the file input button */
.responsive-form input[type="file"]::-webkit-file-upload-button {
    padding: 8px 16px;
    margin-right: 15px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.responsive-form input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #444;
}

/* For Firefox */
.responsive-form input[type="file"]::file-selector-button {
    padding: 8px 16px;
    margin-right: 15px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.responsive-form input[type="file"]::file-selector-button:hover {
    background-color: #444;
}

/* Style for disabled selected option */
.responsive-form select option[disabled][selected] {
    color: #888;
    opacity: 0.7;
}

/* Responsive new Styles end*/


/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Ensure it's on top of other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scrolling if content is too long */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.modal-content-privacy {
  background-color: #000000;
  margin: 10% auto; /* Center the modal */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%; /* Adjust width as needed */
  max-width: 800px; /* Maximum width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-button {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover {
  color: #FF0000; /* Red color on hover */
}

.modal-body {
  max-height: 60vh; /* Limit height and enable scrolling */
  overflow-y: auto; /* Enable vertical scrolling */
  padding: 10px;
}


/* Responsive Menu */
@media (max-width: 768px) {
	
  .modal-content {
    width: 90%; /* Wider on small screens */
    margin: 20% auto; /* Adjust vertical positioning */
  }
	
  .menu-icon {
    display: block;
  }

  .responsive-form {
    padding: 15px;
  }  

  .responsive-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  
  .banner-image {
    width: 80%; /* Ensure the image takes full width */
  }  

  .responsive-iframe {
    aspect-ratio: 4 / 3; /* Change aspect ratio for smaller screens if needed */
  }
  
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background-color: #1E1E1E;
    padding: 10px;
    border-radius: 5px;
  }

  .nav-links.active {
    display: flex;
  }

  .auth-buttons {
    display: none;
  }
  
    .grid {
    grid-template-columns: 1fr; /* Single column on small screens */
  }

  .stats {
    flex-direction: column; /* Stack stats vertically on small screens */
  }
}

.banner-ad {
  background-color: #2C2C2C;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

 

.welcome {
  text-align: center;
  padding: 50px 20px;
}

.features {
  padding: 20px;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
  gap: 20px;
  padding: 20px;
}

.feature {
  background-color: #2C2C2C;
  padding: 20px;
  border-radius: 10px;
}

.stats {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.text-pagination {
  padding: 20px;
  text-align: center;
}

.pagination button {
  padding: 10px 20px;
  margin: 5px;
  background-color: #00BFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.partners {
  padding: 20px;
  text-align: center;
}

.slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
}

.faq {
  padding: 20px;
}

.collapsible {
  background-color: #2C2C2C;
  color: #FFFFFF;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
}

.content {
  padding: 0 10px;
  display: none;
}

.special-offer {
  text-align: center;
  padding: 50px 20px;
  background-color: #1E1E1E;
}

.cta {
  padding: 15px 30px;
  background-color: #FFD700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.expand-btn-banner {
  padding: 15px 30px;
  background-color: #FFD700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.expand-btn-nft {
  padding: 15px 30px;
  background-color: #FFD700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Banner and Text Section */
.banner-text {
  text-align: center;
  padding: 20px;
  background-color: #1E1E1E;
}

.banner-text .banner-ad {
  background-color: #2C2C2C;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px; /* Add space between banner and text */
}

.banner-text p {
  font-size: 14px;
  color: #CCCCCC;
  margin: 0 auto;
  max-width: 800px; /* Limit text width for better readability */
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #1E1E1E;
}

.footer-banner {
  margin-bottom: 20px;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #00BFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 120%;
}