@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
body {
    background-image: url(Seamless_BG.PNG);
    justify-content: center;
    background-size: 255px 255px; 
    margin: 0;
    
    
}

.promo-bar {
    background-color: #C20000; 
    color: white; 
    text-align: center; 
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900; 
    padding: 10px 0; 
    position: relative; /* Changed from 'fixed' to 'relative' */
    top: 0; /* Ensure it's at the top of the page */
    left: 0;
    z-index: 1000; 
    letter-spacing: 0rem;
    width: 100%;
    font-size: 2em;
    line-height: 1;
    display: block;
    
}

@media screen and (max-width: 1024px) {
    .promo-bar {
        font-size: 1em !important;
        padding: 10px 0 !important;
        line-height: 1.2 !important;
        word-wrap: break-word;
        white-space: normal;
    }
}
.logo {
    display: block;
    margin: 0 auto; /* Centers horizontally */
    width: 400px;
    height: 400px;
}
.info {
    display: block;
    text-align: center; 
    color:#FFFFFF;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px; 
    font-weight: 900;
}
@keyframes blink {
    50% { opacity: 0; }
}

.blink {
    animation: blink 1s infinite;
}
.button-headers {
    display: block;
    text-align: center; 
    color:#FFFFFF;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px; 
    font-weight: 900;
    font-size: 3em;
}
.container {
    display: flex;
    background-color: #070707;
    gap: 0px;
    justify-content: center;
    max-width: 1000px; /* Limit the width of the container */
    margin: 0 auto; /* Center the container horizontally */
    flex-wrap: wrap;
    width: 100%;
}
/* General styling for all divs with class left-list-boundary */
.list-boundary {
    width: 300px;
    margin: 10px auto;
    padding: 0px;
    background-color: #070707; /* Light background color */
    text-align:center; /* Center align text inside */
    list-style-position: inside;
    margin-bottom: 20px;
}
ul, ol {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

li {
    margin: 0px 0; /* Remove margin on list items */
    padding: 0; /* Remove padding on list items */
}
.live-rules li {
    margin: 10px 0;
}
#dynamic-list-1 li, #dynamic-list-2 li, #dynamic-list-3 li, #dynamic-list-4 li {
    font-family: 'Nunito Sans', sans-serif; /* Font for the button */
    font-size: 1.5em; /* Text size */
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff; /* Optional: Set text color */
    font-weight: normal;
    text-align: left; /* numbers/text inside list stay left-aligned */
    padding-left: 40px;
}
#rules{
    font-family: 'Nunito Sans', sans-serif; /* Font for the button */
    font-size: 1.25em; /* Text size */
    font-weight: 900; /* Bold text */
    text-transform: uppercase;
    color: #ffffff; /* Optional: Set text color */
    text-align:center;
    list-style-position: inside;
    padding: 0px;
}
.list-header {
    font-family: 'Nunito Sans', sans-serif; /* Font for the button */
    font-size: 2em; /* Text size */
    font-weight: 900; /* Bold text */
    text-transform: uppercase;
    color: #ffffff;      /* Red color */
    
    text-align: center;
}

.join{
    background-image: linear-gradient(-180deg, #f13d3d, #E62C03);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    width: 10%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    transition: box-shadow .2s;
}
/* General Reset for elements */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Style for the button container */
.buttons.style1 {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Style for individual buttons */
.buttons.style1 .button {
    background-color: #C20000; /* Button background color */
    color: #FFFFFF; /* Text color */
    display: inline-block;
    padding: 0 1.6875rem; /* Horizontal padding */
    height: 4.375rem; /* Button height */
    line-height: 4.375rem; /* Centering text vertically */
    border-radius: 3rem; /* Rounded corners */
    text-transform: uppercase; /* Capitalize text */
    font-family: 'Nunito Sans', sans-serif; /* Font for the button */
    font-size: 1.5em; /* Text size */
    font-weight: 900; /* Bold text */
    text-align: center; /* Center text horizontally */
    width: auto; /* Auto width based on content */
    cursor: pointer; /* Mouse cursor on hover */
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease; /* Smooth transition for effects */
    text-decoration: none;
    min-width: 15rem;
}

/* Hover effects for buttons */
.buttons.style1 .button:hover {
    background-color: rgba(169, 169, 169, 0.3);
    transform: scale(0.95); /* Shrink the button on hover */
}
/* Media query for small screens (up to 480px) */
@media (max-width: 480px) {
    .buttons.style1 li a {
        max-width: 32rem; /* Max width for small devices */
        width: 100%; /* Make the button width 100% */
    }
}

/* Media query for medium-sized screens (up to 736px) */
@media (max-width: 736px) {
    .buttons.style1 li a {
        font-size: 1em; /* Keep font size standard */
        letter-spacing: 0rem; /* No letter spacing */
    }
}
.footer {
    text-align: center;
    font-size: 10em;
    padding: 20px;
    background-color: #333;
    color: white;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.social-icons a {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(0.9);
}

.social-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Make the Join List button green */
#join-list {
    background-color: #00b34a !important;   /* bright poker green */
    color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 255, 120, 0.6);
}

/* Optional: darker green on hover */
#join-list:hover {
    background-color: #00963d !important;
}

/* Background overlay */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal content container */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease-out;
}

/* Image styling */
.modal-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Hover effect */
.close-btn:hover {
  background: rgba(0,0,0,0.8);
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .modal-content {
    width: 95%;
    max-height: 80vh;
  }

  .close-btn {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}