
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Josefin Sans";
}
body {
  font-family: 'Josefin Sans', sans-serif;
}

.hero {
  position: relative;
  min-height: 90vh;
  background: url("assets/images/hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.menu-close{
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-image img {
  width: 380px;
  max-width: 140%;
  margin-top: 82px;
      margin-top: 82px;

    position: relative;
    right: 40px;
}


.hero-text h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 2px;
}

.divider {
  width: 80px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-btn {
  background: #ffeb00;
  color: #000;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ffd700;
  transform: translateY(-2px);
}

.navbar {
  position: absolute;
  top: 0;
  height: 8vh;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,0.2);
    background: url("assets/images/hero.png") center/cover no-repeat;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
      height: 66px;
 
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

.logo span {
  opacity: 0.85;
}

.nav-links {
  display: flex;
  gap: 28px;
      position: relative;
    bottom: 9px;
  margin: 30px auto ;
  
}
.nav-links a {
  position: relative;
  padding: 0px 1px;
}

.nav-links a {
  color: #f6f603;
  font-size: 13px;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 1px;
  opacity: 0.70;
  transition: opacity 0.3s;
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 30px;
  padding-left: 2px;
  padding-bottom: 2px;
  background: linear-gradient(
    195deg,
    #ffeb00,
    #ff006e,
    #3a86ff,
    #06d6a0
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nav-links a:hover::before {
  opacity: 1;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-right input {
  background: rgba(255,255,255,0.2);
  border: none;
  padding: 6px 10px;
  color: #fff;
  outline: none;
  width: 130px;
}

.nav-right input::placeholder {
  color: #ddd;
}


.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.happenings {
  background: #fff;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;

}

.view-all {
  font-size: 12px;
  text-decoration: none;
  color: #0056b3;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.event-card img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.event-card h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.event-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

.event-card button {
    position: relative;
    background: linear-gradient(135deg, #e63946 0%, #d63031 50%, #b91c1c 100%);
    border: none;
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 
        0 8px 25px rgba(230, 57, 70, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    min-height: 48px;
    font-family: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.app-banner {
  background: linear-gradient(120deg, #2b003f, #001a4d);
  color: #fff;
  padding: 80px 20px;
}

.app-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.app-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.yellow-btn {
  background: #ffeb00;
  border: none;
  padding: 12px 26px;
  font-weight: bold;
  cursor: pointer;
}

.app-center img {
  width: 240px;
  margin: auto;
  display: block;
      position: relative;
    bottom: 166px;
}

.app-right h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.app-right span {
  color: #ffeb00;
}

.store-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.store-buttons img {
  width: 130px;
}

.app-right p {
  font-size: 14px;
  opacity: 0.85;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}



.membership {
  background: #f2f2f2;
  padding: 50px 20px;
}

.membership-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 40px;
}

.membership-left img {
  width: 100%;
}

.membership-right h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.membership-right p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.btn-red {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 12px 26px;
  cursor: pointer;
  font-weight: bold;
}



.brands {
  background: #fff;
  padding: 60px 20px;
}

.brands-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 40px;
}

.brand img {
  max-width: 260px;
  margin-bottom: 20px;
}

.btn-blue {
background-color: #1a61a9;
  color: #fff;
  border: none;
  padding: 12px 22px;
  cursor: pointer;
}



.footer {

  color: #fff;
  padding: 60px 20px;
   background: url("assets/images/hero.png") center/cover no-repeat;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.social a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

.app-links {
  margin: 25px 0;
}

.app-links img {
  width: 120px;
  margin: 5px;
}

.footer-links {
  margin: 20px 0;
  font-size: 13px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

copyright p {
  font-size: 12px;
  opacity: 0.8;
}

.hero1 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  height: 420px;
}

.hero1-left video {
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.hero1-right {
  background: #1e63a6;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70%;
}

.hero1-right h1 {
  font-size: 36px;
  font-weight: bold;
}

.hero1-right h2 {
  font-size: 22px;
  margin-top: 20px;
}

.divider {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 20px 0;
}



.description {
  background: #f2f2f2;
  padding: 40px 20px;
  text-align: center;
}

.description p {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}



.content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.content-left {
  padding: 60px;
}

.content-left h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.content-left p {
  font-size: 14px;
  color: #444;
  margin-bottom: 25px;
}

.btn-red {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  cursor: pointer;
}

.content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bingo {
  display: flex;
  width: 100%;
  min-height: 420px;
}

.hero-bingo-left,
.hero-bingo-right {
  width: 50%;
}

.hero-bingo-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bingo-right {
  background-color: #1a61a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bingo-right .logo {
  max-width: 260px;
  width: 100%;
}


.title-strip {
  background: #f2f2f2;
  padding: 40px 20px;
  text-align: center;
}

.title-strip h2 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #333;
}


.content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 10%;
}

.content-text {
  width: 45%;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.content-text ul {
  margin: 20px 0;
  padding-left: 20px;
}

.content-text li {
  margin-bottom: 10px;
}

.content-image {
  width: 55%;
}

.content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-header {
  background: #1a61a9;
  color: #fff;
  text-align: center;
  padding: 33px;
}

.section-header.yellow {
  background: #ffeb3b;
  color: #000;
}

.section-header h2 {
  font-size: 20px;
  letter-spacing: 1px;
}


.promo-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 50px 10%;
  text-align: center;
}

.promo-card img {
  width: 250px;
  border-radius: 50%;
  
}

.promo-card h4 {
  margin: 15px 0;
}

.promo-card button {
  padding: 15px 25px;
  background: #d32f2f;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 20px 0px 20px 0px;
}

.jackpot-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 50px 15%;
}

.jackpot-box ul {
  margin-top: 15px;
  padding-left: 20px;
  line-height: 20px;
}


.bingo-night {
  display: flex;
  gap: 30px;
  padding: 50px 10%;
  align-items: center;
}

.bingo-night img {
  width: 50%;
}

.bingo-night-text {
  width: 50%;
}


.schedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 50px 10%;
  text-align: center;
}

.schedule-card img {
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
  
}
.details {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.details img {
  max-width: 100%;
  margin: 30px 0;
}
#promo-image {
  display: block;
  max-width: 50%;
  height: 50vh;
  margin: 30px auto;
  background: #f5f5f5;
}

.promo-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* IMAGE */
.promo-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
.promo-content {
  padding: 40px 20px;
}

.promo-content h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.promo-highlight {
  text-align: center;
  font-size: 28px;
  color: #1a61a9;
  margin-bottom: 40px;
}

.promo-highlight span {
  font-weight: bold;
}

/* GRID */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.promo-grid h3 {
  margin-bottom: 10px;
  color: #1a61a9;
}

.promo-grid p {
  line-height: 1.6;
  font-size: 15px;
}

.section-event {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}

.section-event > div {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin-top: 50px;
}

.event-right{
  background-color: #c7c5c5;
  padding: 10px;
  max-width: 320px;
  border-radius: 10px 5px 10px 5px;
}
.event-venue{
  text-align: center ;
   font-size: 40px;
   border-bottom: 2px solid #555;
;
 

}
/* Text blocks */
.section-event h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
  font-weight: bold;
}

.section-event p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Button */
button {
  margin-top: 20px;
  padding: 12px 28px;
  background: #1a61a9;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}



/* Section */
.venue-section {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.event-right button {
  background: #1a61a9;
  color: #fff;
  border: none;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.logo {
  border-radius: 55%;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo a span{
  color: #0e5bf5;
}
.event-right button:hover {
  background: #144b83;
}
/* Row layout */
.venue-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
}

/* Reverse row */
.venue-row.reverse {
  flex-direction: row-reverse;
}

/* Image */
.venue-image {
  width: 50%;
  height: 300px;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.venue-content {
  width: 50%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
    height: 300px;
}

.venue-content.center {
  text-align: center;
}

.venue-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #111;
}

.venue-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 420px;
}

.venue-content.center p {
  margin: auto;
}
.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;

  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;

  transition: transform 0.2s ease;
}

.menu-close:hover {
  transform: rotate(90deg);
}


/* Tablet */
@media (max-width: 1024px) {
  .venue-content {
    padding: 60px 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .venue-row,
  .venue-row.reverse {
    flex-direction: column;
  }

  .venue-image,
  .venue-content {
    width: 100%;
  }

  .venue-image img {
    height: 280px;
  }

  .venue-content {
    padding: 40px 20px;
    text-align: center;
  }

  .venue-content p {
    max-width: 100%;
  }
}


/* Tablet */
@media (max-width: 1024px) {
  .section-event > div {
    gap: 40px;
  }

  .section-event h1 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-event > div {
    grid-template-columns: 1fr;
  }

  .section-event h1 {
    font-size: 24px;
  }

  .section-event p {
    font-size: 15px;
  }

  button {
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section-event {
    padding: 40px 15px;
  }

  .section-event h1 {
    font-size: 22px;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }
.nav-container {
    max-width: 1200px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .promo-content h1 {
    font-size: 28px;
  }

  .promo-highlight {
    font-size: 22px;
  }
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .promo-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule {
    grid-template-columns: repeat(2, 1fr);
  }
 
}

@media (max-width: 768px) {
  .promo-section,
  .jackpot-section,
  .schedule {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .bingo-night {
    flex-direction: column;
  }

  .bingo-night img,
  .bingo-night-text {
    width: 100%;
  }
}
/* TABLET */
@media (max-width: 1024px) {
  .content {
    padding: 50px 5%;
  }
  .nav-container {
    max-width: 1200px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-bingo {
    flex-direction: column;
  }
.app-center img{
  position: relative;
  top: 0px;
}
.nav-container {
    max-width: 1200px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .hero-bingo-left,
  .hero-bingo-right {
    width: 100%;
  }

  .hero-bingo {
    min-height: auto;
  }

  .content {
    flex-direction: column;
    padding: 40px 20px;
  }

  .content-text,
  .content-image {
    width: 100%;
  }

  .title-strip h2 {
    font-size: 20px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .hero-bingo-right .logo {
    max-width: 200px;
  }

  .content-text {
    font-size: 14px;
  }
}


@media (max-width: 992px) {
  .hero1 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero11-left {
    height: 260px;
  }

  .content {
    grid-template-columns: 1fr;
  }

  .content-left {
    padding: 40px 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero1-right h1 {
    font-size: 28px;
  }

  .hero1-right h2 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .membership-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .brands-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .membership-right h3 {
    font-size: 18px;
  }

  .footer-links {
    line-height: 22px;
  }
}



@media (max-width: 992px) {
  .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .store-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .event-grid {
    grid-template-columns: 1fr;
  }

  .app-left h2 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {

  /* .nav-links a {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 2px;
  background: #ffeb00;
  transition: width 0.4s ease;
}

.nav-links a:hover {
  color: #ffeb00;
  transform: translateX(6px);
}

.nav-links a:hover::after {
  width: 100%;
} */
  .nav-links {
  position: fixed;
  inset: 0; /* replaces top/left/width/height safely */
  top: -22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;

  background: linear-gradient(
    135deg,
    rgba(26, 97, 169, 0.85),
    rgba(0, 0, 0, 0.95)
  );

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
              opacity 0.35s ease;

  z-index: 999;
}

/* MENU OPEN */
.nav-links.active {
  transform: translateX(0);
  opacity: 1;
}

/* CLOSE BUTTON */
.menu-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;

  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  opacity: 0.85;
  transition: transform 0.3s ease, color 0.3s ease;
  z-index: 1000;
}

.menu-close:hover {
  transform: rotate(90deg) scale(1.15);
  color: #ffeb00;
}

.nav-links.active .menu-close {
  display: block;
}

/* Background glow */
.nav-links::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 235, 0, 0.12),
    transparent 60%
  );
  pointer-events: none;
}

/* Menu link animation */
.nav-links a {
  opacity: 0;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: fadeSlide 0.5s ease forwards;
}

.nav-links.active a:nth-child(1) { animation-delay: 0.1s; }
.nav-links.active a:nth-child(2) { animation-delay: 0.2s; }
.nav-links.active a:nth-child(3) { animation-delay: 0.3s; }
.nav-links.active a:nth-child(4) { animation-delay: 0.4s; }
.nav-links.active a:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

  .hamburger {
    display: block;
    font-size: 30px;
        position: relative;
    bottom: 20px;
  }

  .nav-right input {
    display: none;
  }
}



@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 48px;
  }

  .divider {
    margin: 20px auto;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 80vh;
  }

.nav-container {
    max-width: 1200px;
    margin: auto;

   height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .logo  {
    display: block;
    position: relative;
    left: 10px;
    bottom: 11px;
    width: 51px;
    height: 55px;
    border-radius: 55%;
    object-fit: cover;
} */
.logo h1{
  font-size: 22px;
}

  .hero-text h1 {
    font-size: 36px;
  }
  

  .hero-text p {
    font-size: 16px;
  }

  .cta-btn {
    padding: 12px 26px;
    font-size: 14px;
  }
}
