body{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  background: url("../img/bg.png") center/cover no-repeat;}
.hero-section {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.small-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px;
}
.disclaimer-box {
    background-color: #f8f9fa;
    padding: 40px 0;
    margin: 40px 0;
}
.form-section {
    padding: 40px 0;
}
.site-navbar {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.nav-link-custom {
    color: white !important;
    margin: 0 10px;
    font-weight: 500;
}
.nav-link-custom:hover {
    color: #0d6efd !important;
}
.demo-btn {
background: linear-gradient(190deg, #FF6B00 0%, #FF3D00 100%);
border: none;
border-radius: 50px;
padding: 12px 30px;
font-weight: bold;
color: white;
text-transform: uppercase;
font-size: 16px;
box-shadow: 0 4px 0 #C62828, 0 6px 10px rgba(0,0,0,0.25);
transition: all 0.2s ease;
position: relative;
overflow: hidden;
margin-left: 15px;
}

.demo-btn:hover {
background: linear-gradient(190deg, #FF3D00 0%, #D84315 100%);
transform: translateY(-2px);
box-shadow: 0 6px 0 #C62828, 0 8px 15px rgba(0,0,0,0.3);
color: white;
}

.demo-btn:active {
transform: translateY(2px);
box-shadow: 0 2px 0 #C62828, 0 3px 5px rgba(0,0,0,0.2);
}

.demo-btn::after {
content: "";
position: absolute;
top: -50%;
left: -60%;
width: 200%;
height: 200%;
background: rgba(255,255,255,0.1);
transform: rotate(30deg);
transition: all 0.3s ease;
}

.demo-btn:hover::after {
left: 100%;
}
h1{
    font-size: 70pt !important;
}
.hero-title{
    color: #ff702e
}
.content-description{
font-family: "Montserrat", sans-serif;

}

.game-card {
    border: none;
    border-radius: 15px;
    background: linear-gradient(135deg, #2c3e50 0%, #1a1a2e 100%);
    color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s;
  }
  
  .game-card:hover {
    transform: translateY(-10px);
  }
  
  .card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff702f !important;
  }
  .card-text{
    color: white !important;
    font-family: "Montserrat", sans-serif;
  }
  #cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}
#cookie-popup p {
    margin: 0 0 15px 0;
    font-size: 14px;
}
#cookie-popup a {
    color: #f1c40f;
}
#cookie-accept {
    background: #f1c40f;
    color: #2c3e50;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
  .casino-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 40px 0 20px;
    border-top: 3px solid #f1c40f;
  }

  .footer-brand h3 {
    color: #f1c40f;
    font-family: "Bangers", cursive;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .footer-links h4,
  .footer-legal h4,
  .footer-info h4 {
    color: #f1c40f;
    margin-bottom: 20px;
    font-size: 19px;
  }

  .casino-footer ul {
    list-style: none;
    padding: 0;
  }

  .casino-footer ul li {
    margin-bottom: 10px;
  }

  .casino-footer a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s;
  }

  .casino-footer a:hover {
    color: #f1c40f;
    padding-left: 5px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .disclaimer p {
    text-align: right;
    opacity: 0.8;
    font-size: 14px;
  }

  @media (max-width: 768px) {
    .footer-brand,
    .footer-links,
    .footer-legal,
    .footer-info {
      margin-bottom: 30px;
    }
    
    .disclaimer p {
      text-align: left;
      margin-top: 15px;
    }
  }
  .games-section {
    background-color: #0f0f1a;
    color: white;
  }
  
  .section-title {
    font-family: "Bangers", cursive;
    color: #f1c40f;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }
  
  .game-card {
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .game-card:hover {
    transform: translateY(-10px);
  }
  
  .game-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  
  .game-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .game-title {
    color: #f1c40f;
    font-family: "Bangers", cursive;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .game-description {
    color: #ddd;
    font-size: 0.9rem;
    margin-bottom: 20px;
    flex-grow: 1;
  }
  
  .play-btn {
    background: linear-gradient(to right, #f1c40f, #f39c12);
    border: none;
    color: #1a1a2e;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    align-self: flex-start;
  }
  
  .play-btn:hover {
    background: linear-gradient(to right, #f39c12, #e67e22);
    box-shadow: 0 5px 15px rgba(243, 156, 19, 0.4);
  }
  .contact-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
h1 {
    color: #2c3e50;
    border-bottom: 2px solid #f1c40f;
    padding-bottom: 10px;
    text-align: center;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.contact-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #f1c40f;
}
.contact-card h2 {
    color: #2980b9;
    margin-top: 0;
}
.contact-icon {
    font-size: 2rem;
    color: #f1c40f;
    margin-bottom: 15px;
}
.map-container {
    margin-top: 40px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.notice-box {
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
}
.contact-card p {
    font-family: "Montserrat", sans-serif;

}
address{
    font-family: "Montserrat", sans-serif;

}
.game-board{
    width: 100%;
    margin-top: 20px;
}
.game-board iframe{
    width: 80% !important;
    height: 80vh !important;
    margin: 0 auto;
    position: relative;
    display: block;
}
.error-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.error-code {
  font-size: 120px;
  font-weight: bold;
  color: #f1c40f;
  font-family: 'Bangers', cursive;
  text-shadow: 5px 5px 0 rgba(0,0,0,0.3);
}
.error-message {
  font-size: 32px;
  margin: 20px 0;
}
.home-btn {
  background: linear-gradient(to right, #f1c40f, #f39c12);
  border: none;
  color: #1a1a2e;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
  transition: all 0.3s;
}
.home-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(241, 196, 15, 0.3);
}
.slot-machine {
  font-size: 60px;
  margin: 30px 0;
  color: #f1c40f;
}
.disclaimer-box {
  background-color: #f8f9fa;
  padding: 30px 0;
  border-top: 3px solid #f1c40f;
  border-bottom: 3px solid #f1c40f;
  margin: 40px 0;
}
.disclaimer-title {
  color: #d9534f;
  font-family: 'Bangers', cursive;
  letter-spacing: 1px;
}
.disclaimer-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.warning-item {
  background: #fff8e1;
  padding: 12px 15px;
  border-left: 4px solid #f1c40f;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.disclaimer-note {
  color: #6c757d;
  border-top: 1px dashed #dee2e6;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .warning-item {
      flex-direction: column;
      align-items: flex-start;
  }
  h1 {
    font-size: 30pt !important;
}
.small-image{
  width:50%;
      height: 98px;
}
body{
  overflow-x: hidden;
}
}