html {
  scroll-behavior: smooth;
}    
    body {
      /*font-family: "Nova Square", sans-serif;*/
      font-family: "Noto Serif Hebrew", serif;
      color: #f8e4c1;
      background-color: #3a1f0b;
      overflow-x: hidden;
    }
.font-title{
    font-family: 'Playfair Display', serif;  
}    
.casino-bg {
  position: relative;
  background: url('images/poker-3024531_960_720.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.casino-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Warm brown tint + darkness */
  background: linear-gradient(
    rgba(46, 26, 9, 0.85),   /* Dark brown base */
    rgba(70, 40, 15, 0.85)   /* Slight gradient for richness */
  );
  mix-blend-mode: multiply;   /* blends with green background */
  z-index: 2;
  backdrop-filter: blur(1px);
}

/* Ensure content appears above overlay */
.casino-bg > *:not(.casino-bg-overlay) {
  position: relative;
  z-index: 3;
}
.fs-50{
  font-size: 50px;
}
.fs-40{
  font-size: 40px;
}
.fs-35{
  font-size: 35px;
}
.fw-600{
  font-weight: 600;
}
    /* Navbar */
    .navbar {
      background-color: #3a1f0b;
    }
    .navbar-brand {
      color: #f8e4c1 !important;
      font-size: 26px;
      font-weight: 700;
      display: flex;
      align-items: center;
    }
    .nav-link {
      color: #f8e4c1 !important;
      font-weight: 500;
      font-size: 18px;
    }

    .nav-link:hover {
      color: #ffc107 !important;
    }

    .navbar-toggler {
      border: 1px solid #f8e4c1;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28248,228,193,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* Slider */
    .slider img {
      height: 88vh;
      width: 100%;
      obj ect-fit: contain;
    }

    /* Tabs */
    .nav-tabs {
      justify-content: center;
      margin-top: 40px;
      border: none;
    }
    .nav-tabs .nav-link {
      color: #f8e4c1;
      background: #4a2a12;
      margin: 0 5px;
      border-radius: 5px;
      border: none;
    }
    #games .nav-tabs .nav-link.active {
      background: #d19f56;
      color: #2e1a09!important;
      font-weight: bold;
    }

    /* Game Cards */
    .game-card {
      background: #3b220f;
      border: 1px solid #6b4c2c;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      margin-bottom: 30px;
      transition: 0.3s;
    }
    .game-card:hover {
      transform: scale(1.05);
      box-shadow: 0 0 15px #d19f56;
    }
    .game-card img {
      width: 100%;
      height: 120px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    /* Certificate */
    .certificate-section {
      position: relative;
      text-align: center;
      margin: 60px 0;
    }
    .certificate-section img {
      width: 250px;
      max-width: 80%;
    }

.celebration-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* So it doesn’t block clicks */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

.celebration-overlay img {
  width: 120%;
  max-width: none;
  opacity: 0.8;
  mix-blend-mode: screen; /* Creates that shiny, glowing effect */
}
.fireworks-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.payment-method-slider img {
  max-height: 100px;
  margin: 0 15px;
  filter: brightness(0.9);
  transition: transform 0.3s ease;
  border-radius: 50%;
}

.payment-method-slider img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
#payment-methods img {
  filter: brightness(0.9);
  transition: transform 0.3s ease;
}

#payment-methods img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.certificate{
  transition: transform 0.3s ease;
}
.certificate:hover{
  transform: scale(1.05);
  filter: brightness(1.1);
}

    /* Footer */
    footer {
      background: #3a1f0b;
      padding: 15px;
      text-align: center;
      color: #d19f56;
      font-size: 18px;
    }

    /* Social Icons */
    .social-icons {
      position: fixed;
      top: 40%;
      left: 10px;
      z-index: 999;
    }
    .social-icons a {
      display: block;
      transition: transform 0.3s ease;
      margin: 8px 0px;
    }
    .social-icons a:hover {
      transform: scale(1.05);
      filter: brightness(1.1);
    }

/* Darker backdrop for modal */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 1); /* Almost black backdrop */
      opacity: 0.7!important;
}

/* Casino Modal Theme */
.casino-modal {
  background: linear-gradient(145deg, #2b1a0d, #1a0f07);
  color: #fff;
  border: 2px solid #d4af37;
  border-radius: 15px;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.3);
  font-family: "Noto Serif Hebrew", serif;
  position: relative;
  overflow: hidden;
}

.text-gold {
  color: #d4af37 !important;
}

.btn-gold {
  background: #d4af37;
  color: #2b1a0d;
  border-radius: 25px;
      line-height: 1;
    padding-top: 10px;
    padding-bottom: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: #b5942b;
  color: #fff;
}

.rules-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rules-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 16px;
  letter-spacing: 0.3px;
}

.rules-list li:last-child {
  border-bottom: none;
}


/* Instant Fund Transfers (Pink Section) */
.instant-funds {
  background: #1a0f07;
  color: #f8e4c1;
}

.instant-funds .section-subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
.instant-funds img {
  transition: transform 0.3s;
}
.instant-funds img:hover {
  transform: scale(1.2);
}

/* Why Choose Us Section */
.why-us {
  position: relative;
  background: url('images/bg-2.jpg') center center / cover no-repeat fixed;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

/* Overlay for darker readable effect */
.why-us-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(
    rgba(30, 15, 5, 0.85),
    rgba(20, 10, 2, 0.85)
  );
  z-index: -1;
  backdrop-filter: blur(2px);
}

/* Text styles */
.why-us .section-title {
  color: #d4af37;
}
.why-us .section-subtitle {
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  color: #f5deb3;
}

/* Icons */
.why-us i {
  color: #d4af37;
  transition: transform 0.3s, color 0.3s;
}
.why-us i:hover {
  transform: scale(1.2);
  color: #ffda79;
}

/* Headings and paragraph spacing */
.why-us h4 {
  color: #f8e4c1;
}
.why-us p {
  color: #f1d9a6;
}




    @media (max-width: 767px) {
      .slider img {
        height: auto;
      }
      .navbar-brand {
        font-size: 20px;
      }
      .navbar-brand img{
        width: 40px;
      }
      .navbar-nav{
          gap: 0px!important;
      }
      .navbar-toggler{
        font-size: 15px;
        padding: 3px 8px;
      }
      .nav-title {
        font-size: 20px;
      }
      .social-icons {
          top: 80%;
          left: 5px;
        }
        .social-icons a {
          margin: 4px 0px;
        }
      .social-icons img{
          width: 25px!important;
      }
    }
  /* Custom 5-column layout for desktops */
  @media (min-width: 992px) {
    .col-md-2-4 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }    