
body {
  background: #0a0a0a;
  color: #fff;
  
  scroll-behavior: smooth;
}
h2 {
  color: #b58eff;
  text-shadow: 0 0 10px #b58eff;
}
.section {
  padding: 100px 20px;
}
.navbar-brand img {
  height: 100px;
}
.gallery-grid img {
  border-radius: 10px;
  
  width: 100%;
  transition: transform 0.3s ease;
}
.gallery-grid img:hover {
  transform: scale(1.03);
}
.gallery-filters button {
  margin: 0 5px;
}
.card {
  background: #111;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  
}
.card img {
  border-radius: 50%;
  width: 120px;
  margin-bottom: 10px;
}
footer {
  background: #000;
  color: #bcbcbc;
  text-align: center;
  padding: 40px;
  font-size: 14px;
}


/* Fade-in animation */
.section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loader customization */
.spinner-border {
  width: 4rem;
  height: 4rem;
}


#loader {
  background: linear-gradient(to bottom, #0a0a0a, #000);
}
.pulse-animation {
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}


.glow-logo {
  height: 140px;
  animation: glowPulse 2s infinite ease-in-out;
}
@keyframes glowPulse {
  0% { filter: drop-shadow(0 0 5px #a54bff) drop-shadow(0 0 10px #a54bff); }
  50% { filter: drop-shadow(0 0 15px #a54bff) drop-shadow(0 0 30px #a54bff); }
  100% { filter: drop-shadow(0 0 5px #a54bff) drop-shadow(0 0 10px #a54bff); }
}


body {
  background-color: #0a0a0a;
  background-image: radial-gradient(#1a1a1a 1px, transparent 1px),
                    radial-gradient(#1a1a1a 1px, transparent 1px);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% { background-position: 0 0, 25px 25px; }
  100% { background-position: 50px 50px, 75px 75px; }
}


.team-card {
  background-color: #1a1a1a;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  
}


.btn-discord {
  background-color: #5865F2;
  color: white;
  font-weight: 500;
}
.btn-discord:hover {
  background-color: #4752C4;
  color: white;
}


.gallery-img {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-img:hover {
  transform: scale(1.03);
}
#lightbox-overlay button {
  transition: color 0.2s;
}
#lightbox-overlay button:hover {
  color: #b58eff;
}


/* Global Background */
body {
  background-image: url('../images/background.jpg'); /* You can replace with your image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


/* Background Placeholder */
body {
  background-image: url('../images/background-placeholder.jpg'); /* <- החלף לקובץ הרצוי */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}


body {
  background: linear-gradient(135deg, #2d005f 0%, #120025 100%) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


section {
  background: linear-gradient(135deg, #2d005f 0%, #120025 100%) !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


.team-member {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member:hover {
  transform: translateY(-6px);
  
}


.team-member img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Image transition and hover animation */
img {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
img:hover {
  transform: scale(1.03);
  opacity: 0.95;
}


@media (max-width: 768px) {
  #connectButton {
    display: none !important;
  }
}


@media (max-width: 991.98px) {
  #connectButton, .connect-button, button.connect-button {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
  }
}


@media (max-width: 768px) {
  #server-float-button {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
  }
}


.vip-section {
  padding: 60px 20px;
  background: #0f0f1a;
  color: #fff;
  text-align: center;
}
.vip-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.vip-card {
  background: #1b1b2e;
  border: 2px solid #b58eff;
  border-radius: 12px;
  padding: 20px 30px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 0 20px rgba(181, 142, 255, 0.3);
}
.vip-card h3 {
  color: #b58eff;
  font-size: 26px;
  margin-bottom: 15px;
}
.vip-card ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.vip-card ul li {
  margin-bottom: 8px;
}
.price {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #ffe100;
}
.vip-buttons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.btn-pay, .btn-visa {
  padding: 10px 14px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.btn-pay {
  background: #0070ba;
}
.btn-visa {
  background: #5a189a;
}


.vip-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.vip-card {
  background: #1b1b2e;
  border: 2px solid #b58eff;
  border-radius: 12px;
  padding: 20px 30px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(181, 142, 255, 0.3);
}
.vip-card ul {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  text-align: right;
}
.vip-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}


.gta-vip-section {
  background: linear-gradient(to bottom, #0f0f1f, #1b1b2e);
  padding: 60px 20px;
  text-align: center;
}
.gta-vip-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.gta-vip-card {
  background: rgba(24, 24, 34, 0.95);
  border: 2px solid #b58eff;
  border-radius: 18px;
  padding: 25px 30px;
  width: 300px;
  box-shadow: 0 0 25px rgba(181, 142, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gta-vip-card h3 {
  font-size: 24px;
  color: #ffe100;
  margin: 15px 0 10px;
}
.gta-vip-card ul {
  list-style: none;
  padding: 0;
  text-align: right;
  width: 100%;
}
.gta-vip-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}
.vip-character {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.vip-price {
  font-size: 20px;
  color: #ffffff;
  background: #b58eff;
  padding: 6px 18px;
  border-radius: 10px;
  margin-top: 12px;
}
.vip-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.btn-pay, .btn-visa {
  padding: 10px 14px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.btn-pay {
  background: #0070ba;
}
.btn-visa {
  background: #5a189a;
}


.vip-section-gta {
  padding: 50px 0;
  background-color: #0f0f1a;
  text-align: center;
}
.vip-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vip-full-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(160, 80, 255, 0.4);
}


.vip-cards-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #0e0e1a, #140032);
  color: #fff;
  text-align: center;
}
.vip-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.vip-card {
  background: #1b1b2f;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(160, 80, 255, 0.4);
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.vip-img {
  width: 100%;
  display: block;
}
.vip-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vip-info h3 {
  color: #b58eff;
  font-size: 22px;
}
.vip-info ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.vip-info ul li {
  margin: 6px 0;
}
.vip-info .price {
  margin-top: 10px;
  color: #ffe100;
  font-weight: bold;
  font-size: 18px;
}
.vip-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-pay, .btn-visa {
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.btn-pay { background: #0070ba; }
.btn-visa { background: #5a189a; }


.vip-hover-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #0e0e1a, #140032);
  text-align: center;
  color: #fff;
}
.vip-hover-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.vip-hover-card {
  width: 300px;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 0 25px rgba(181, 142, 255, 0.3);
  transition: transform 0.3s ease;
}
.vip-hover-card:hover {
  transform: scale(1.03);
}
.vip-hover-content {
  position: absolute;
  inset: 0;
  background-color: rgba(15, 15, 30, 0.9);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.vip-hover-card:hover .vip-hover-content {
  opacity: 1;
}
.vip-hover-content h3 {
  font-size: 24px;
  color: #ffe100;
}
.vip-hover-content ul {
  list-style: none;
  padding: 0;
  text-align: right;
  font-size: 14px;
}
.vip-hover-content ul li {
  margin-bottom: 5px;
}
.vip-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-pay, .btn-visa {
  padding: 8px 14px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.btn-pay { background-color: #0070ba; }
.btn-visa { background-color: #5a189a; }


/* === VIP Hover Card UX/UI Upgrade === */
.vip-hover-section {
  padding: 80px 20px;
  background: radial-gradient(circle at top, #180030, #0a0a1a);
  text-align: center;
  color: #fff;
}
.vip-hover-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
  
  color: #b58eff;
  text-shadow: 0 0 12px #9b59b6;
}
.vip-hover-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.vip-hover-card {
  width: 320px;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 0 25px rgba(181, 142, 255, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.vip-hover-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 0 40px rgba(181, 142, 255, 0.6);
}
.vip-hover-content {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 30, 0.95);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(4px);
}
.vip-hover-card:hover .vip-hover-content {
  opacity: 1;
}
.vip-hover-content h3 {
  font-size: 26px;
  color: #ffe100;
  
  margin-bottom: 10px;
}
.vip-hover-content ul {
  list-style: none;
  padding: 0;
  text-align: right;
  font-size: 15px;
  line-height: 1.6;
}
.vip-hover-content ul li {
  margin-bottom: 6px;
}
.vip-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.btn-pay, .btn-visa {
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-pay {
  background-color: #0070ba;
}
.btn-visa {
  background-color: #5a189a;
}
.btn-pay:hover, .btn-visa:hover {
  transform: scale(1.05);
  background-color: #fff;
  color: #120025;
}


.vip-hover-section {
  background: url('../images/vip/vip-bg-placeholder.jpg') center center / cover no-repeat fixed;
  background-blend-mode: overlay;
}


.vip-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.vip-player-image {
  max-width: 400px;
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-player-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(160, 80, 255, 0.4);
}
.vip-hover-container {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


body {
  
}
h1, h2, h3, h4, h5, .neon-text {
  
}


body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, input, button, label {
  
}


body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, input, button, label {
  
}






* {
  font-family: 'Varela Round', sans-serif !important;
}


.gallery-connected-section {
  background-color: #0f0f1a;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.gallery-connected-strip {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-connected-strip img {
  width: 16.666%;
  height: 420px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  transition: filter 0.3s ease;
}
.gallery-connected-strip img:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 768px) {
  .gallery-connected-strip {
    flex-direction: column;
  }
  .gallery-connected-strip img {
    width: 100%;
    height: auto;
  }
}


.gallery-custom-section {
  background: linear-gradient(to right, #0f0f1a, #220044);
  padding: 60px 30px;
  text-align: center;
  color: #fff;
}
.gallery-custom-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.gallery-img-box {
  flex: 0 0 auto;
  width: calc(100% / 6 - 10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-img-box img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.gallery-img-box:hover {
  transform: scale(1.03);
}
.gallery-img-box:hover img {
  filter: brightness(1.15);
}
@media (max-width: 1024px) {
  .gallery-img-box {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .gallery-img-box {
    width: 90%;
  }
}


.about-section {
  background-color: #120025;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.about-section h2 {
  color: #b58eff;
  font-size: 36px;
  margin-bottom: 30px;
}
.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}
.about-content p {
  margin-bottom: 25px;
}
.about-content .highlight-text {
  font-weight: bold;
  font-size: 20px;
  color: #ffe100;
  text-shadow: 0 0 10px #b58eff;
}
