* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

* {
  scroll-behavior: smooth;
}

@import "tailwindcss";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

.wrapper {
  background-color: #0f172a;
  color: #f8fafc;
  overflow-x: hidden;
}

.hero-gradient {
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.9)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #f59e0b;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.btn-gold {
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(245, 158, 11, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(245, 158, 11, 0.4);
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.footer-link {
  transition: all 0.2s ease;
}

.footer-link:hover {
  color: #f59e0b;
  transform: translateX(3px);
}

.mobile-menu {
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.mobile-menu.open {
  max-height: 500px;
}

.chip {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.glow {
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.5);
}

.dining-hero {
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.9)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #f59e0b;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.btn-gold {
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(245, 158, 11, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(245, 158, 11, 0.4);
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.menu-category {
  border-bottom: 2px solid #f59e0b;
  transition: all 0.3s ease;
}

.menu-category:hover {
  background-color: rgba(245, 158, 11, 0.1);
}

.dish-card {
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.dish-card:hover {
  border-left-color: #f59e0b;
  background-color: rgba(245, 158, 11, 0.05);
}

.price-tag {
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mobile-menu {
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.mobile-menu.open {
  max-height: 500px;
}

.chef-hat {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}
.main111 {
  min-height: 100vh;
}
.main1 {
  background-color: #16213b;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.casino-hero {
  background: linear-gradient(rgba(26, 13, 46, 0.85), rgba(26, 13, 46, 0.95)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}


.btn-purple {
  background: linear-gradient(135deg, #6d28d9, #4c1d95);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(109, 40, 217, 0.3);
}

.btn-purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(109, 40, 217, 0.4);
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.chip {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.game-card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.game-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.mobile-menu {
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.mobile-menu.open {
  max-height: 500px;
}

.roulette-wheel {
  animation: spin 8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slot-machine {
  position: relative;
  overflow: hidden;
}

.slot-reel {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
}

.slot-symbol {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.jackpot-counter {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f59e0b;
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}

.poker-chip {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.chip-100 {
  background: linear-gradient(135deg, #f59e0b, #b7791f);
}

.chip-500 {
  background: linear-gradient(135deg, #6d28d9, #4c1d95);
}

.chip-1000 {
  background: linear-gradient(135deg, #dc2626, #991b1b);
}

.chip-5000 {
  background: linear-gradient(135deg, #059669, #065f46);
}

.chip-10000 {
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

.events-hero {
  background: linear-gradient(rgba(26, 13, 46, 0.85), rgba(26, 13, 46, 0.95)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}

.event-card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.event-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.countdown-item {
  background: linear-gradient(135deg, #1a0d2e, #1e293b);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.artist-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.artist-card:hover .artist-info {
  transform: translateY(0);
}

.artist-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.date-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  color: #0f172a;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.calendar-day {
  transition: all 0.3s ease;
}

.calendar-day:hover {
  background-color: #1e293b;
  transform: scale(1.05);
}

.calendar-day.active {
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  color: #0f172a;
  font-weight: bold;
}

.about-hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(26, 13, 46, 0.95)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #f59e0b, #b7791f);
}

.timeline-dot {
  position: absolute;
  left: -0.5rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-weight: bold;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stat-card {
  background: linear-gradient(135deg, #1a0d2e, #1e293b);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.gallery-item {
  transition: all 0.3s ease;
  overflow: hidden;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item img {
  transition: all 0.5s ease;
}

.contact-hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(26, 13, 46, 0.95)), url('..//img/1-1.jpg');
  background-size: cover;
  background-position: center;
}

.contact-card {
  background: linear-gradient(135deg, #1a0d2e, #1e293b);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.form-input {
  background-color: rgba(30, 41, 59, 0.7);
  border: 1px solid #334155;
  transition: all 0.3s ease;
}

.form-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #b7791f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}