@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.navbarim {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.ul-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.ul-links li {
  list-style: none;
}

.ul-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.2s;
}

.ul-links li a.active-my {
  color: #ffd700;
}

.ul-links li a:hover {
  color: #ffd700;
}

.logom {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 999;
}

.hero-cont-in {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px;
}

.style-1 {
  color: #fff;
  font-size: 42px;
}

.style-2 {
  color: #c1c1c1;
}

.link-main {
  background: #d72638;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  transition: 0.3s;
}

.link-main:hover {
  background: #ffd700;
}

.hero img {
  border-radius: 12px;
}

.about {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.about img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/game.png);
  backdrop-filter: blur(10px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  border-radius: 16px;
  padding: 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.why-us {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.why-item {
  background: rgba(11, 15, 44, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px;
  min-height: 230px;
}

.why-item img {
  margin-bottom: 20px;
}

.style-3 {
  color: #c1c1c1;
  font-size: 24px;
}

.faq-item {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: none;
}

.accordion-button {
  background: transparent;
  font-weight: 600;
  color: #c1c1c1;
  font-size: 22px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #d72638;
  color: #fff;
}

.accordion-body {
  background: rgba(11, 15, 44, 0.8); /* Dark glass effect */
  color: #f5f5f5;
}

.glass-input {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 12px;
  color: #f5f5f5;
  padding: 0.75rem 1rem;
}

.glass-input::placeholder {
  color: #c0c0c0; 
}

.glass-input:focus {
  border-color: #d72638; /* Casino Red */
  box-shadow: 0 0 10px rgba(215, 38, 56, 0.7);
}

.btn-casino {
  background-color: #d72638; /* Casino Red */
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}

.btn-casino:hover {
  background-color: #ffd700; /* Gold hover */
  color: #0b0f2c;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
}

footer {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

footer p a {
  color: #d72638;
  text-decoration: none;
  transition: 0.3s;
}

footer p a:hover {
  color: #ffd700;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #0b0f2c;
}
