body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #020202;
    background-color: #000000;
    background-image: url('images/casino-background.jpg');
    z-index: 1;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
.content h1 {
    color: #ffffff;
}
.promotion-image {
    width: 100%; /* Make it responsive */
    max-width: 50px; /* Set a max width to prevent excessive stretching */
    height: auto; /* Keep the aspect ratio intact */
    border-radius: 8px;
    margin-bottom: 10px;
}

.content h2 {
    color: #ffffff;
}
.content h3 {
    color: #53eb60;
    text-align: left; 
    font-size: px;
}
.content p {
    color: #ffffff;
    text-align: left;
}
.content ul {
    list-style: none;
    padding: 0;
}

.content ol {
    padding-left: 0;
    list-style-type: none;
    counter-reset: list-counter;
}

.content ol li {
    color: #ffffff;
    text-align: left;
    position: relative;
    padding-left: 25px;
    counter-increment: list-counter;
}

.content ol li::before {
    content: counter(list-counter) ". ";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}


.content li a {
    color: #00FF7F;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.content li a:hover {
    color: #5eff00;
    text-shadow: 0px 0px 10px #5eff00;
}


.content ul li {
    color: #ffffff;
    text-align: left;
    position: relative;
    padding-left: 25px; 
}

.content ul li::before {
    content: "✓";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.content li a {
    color: #00FF7F;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.content li a:hover {
    color: #5eff00; 
    text-shadow: 0px 0px 10px #5eff00; 
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    pointer-events: none;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d9b31;
    color: #fff;
    padding: 10px 20px;
    gap: 20px;
    position: sticky;
    top: 0;
}


header h1 {
    margin: 0;
}


nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #3d9b31;
    padding: 5px 20px;
    position: sticky;
    top: 0;
    z-index: 1
}


.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.menu-toggle .bar {
    background-color: #fff;
    height: 4px;
    width: 100%;
    border-radius: 2px;
}


nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}


nav a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    outline: 2px solid #fff;
}


@media (max-width: 900px) {
    .menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #3d9b31;
        padding: 0 10px;
        text-align: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        z-index: 1;
    }

    .menu.show {
        display: flex;
        max-height: 300px;
        z-index: 1;
        padding: 10px 0;
    }

    .menu-toggle {
        display: flex;
    }

    nav a {
        margin: 10px 0;
        transition: all 0.3s ease;
    }

    nav a:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
    }
}


.content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.main-content {
    flex: 1;
    background-color: rgba(37, 37, 37, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 6px 6px rgba(157, 80, 80, 0.1);
}


.promotion {
    width: 30%;
    position: sticky;
    height: max-content;
    top: 4.5rem;
    bottom: 1rem;
    background-color: rgba(37, 37, 37, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}


.promotion-card {
    background-color: rgba(52, 52, 52, 0.9);
    border-radius: 8px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 16px;
    text-align: center;

   
    width: auto;
    height: auto;
    min-width: 100px;
    max-width: 100%;

   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .content {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;
    }

   
    .promotion {
        width: auto;
        position: static;
        margin-top: 20px;
        gap: 16px;
        flex-direction: column;
        height: auto;
    }
}


.big-image {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}
.content {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(37, 37, 37, 0.8);
    border-radius: 8px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    backdrop-filter: blur(10px);
}

.promotion-card p {
    margin: 0px 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.4;
}

.promotion-card h3 {
    font-size: 24px;
    margin: 0px 0;
    padding: 0;
    line-height: 1.4;
}


.content.RG {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    flex: 1;
}

.content p {
    line-height: 1.6;
}

.offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.8s forwards;
    z-index: 1;
    color: white;
}

.offer1 {
    background: linear-gradient(to left, rgba(138, 53, 53, 0.8), rgba(0, 0, 0, 0.9)), url('images/offer-icons/csgo-roll-background.jpg') no-repeat center/cover;
}

.offer2 {
    background: linear-gradient(to left, rgba(53, 53, 138, 0.8), rgba(0, 0, 0, 0.9)), url('images/offer-icons/csgo-empre-background.jpg') no-repeat center/cover;
}


@media (max-width: 768px) {
    .offer {
        flex-direction: column;
        text-align: center;
    }
}

.offer h3, .offer ul li {
    color: rgb(255, 255, 255);
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.offer img {
    max-width: 80px;
    margin-right: 15px;
}

.offer .details {
    flex: 1;
    margin-left: 20px;
    text-align: left;
}

.offer .details h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.offer .details ul {
    list-style: none;
    padding: 0;
}

.offer .details ul li {
    font-size: 14px;
}

.cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-75 {
    align-items: center;
    background-image: linear-gradient(135deg, #21e621 40%, #a8dd2c);
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Codec cold",sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    letter-spacing: .4px;
    line-height: 1;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-75:active {
    outline: 0;
  }
  
  .button-75:hover {
    outline: 0;
  }
  
  .button-75 span {
    transition: all 200ms;
  }
  
  .button-75:hover span {
    transform: scale(.9);
    opacity: .75;
  }
  
  @media screen and (max-width: 991px) {
    .button-75 {
      font-size: 15px;
      height: 50px;
    }
  
    .button-75 span {
      line-height: 50px;
    }
  }
  
  .cta a {
    transition: transform 0.3s ease;
}

.cta a:hover {
    transform: scale(1.05);
}

.cta a:active {
    transform: scale(0.95);
}

.payment-types {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 10px; 
}

.primary-list-item-payment-methods img {
    margin-right: 5px;
}


.blog-container {
    margin-top: 20px;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.blog-box {
    width: calc(50% - 10px);
    background-color: #222;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.blog-box h2 {
    margin: 10px;
    font-size: 18px;
    color: #fff;
}

.blog-box p {
    margin: 10px;
    font-size: 14px;
    color: #ccc;
}

.blog-box a {
    margin: 10px;
    color: #000;
    background-color: #ffcc00;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.blog-box a:hover {
    transform: scale(1.02);
    background-color: #e6b800;
}




.blog-box .blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #999;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 8px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .blog-grid {
        justify-content: center;
    }

    .blog-box {
        width: 100%;
        height: auto;
    }

    .blog-box img {
        height: 120px;
    }

    .blog-box h2 {
        font-size: 16px;
    }

    .blog-box p {
        font-size: 13px;
    }

    .blog-box a {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .blog-box img {
        height: 100px;
    }

    .blog-box h2 {
        font-size: 14px;
    }

    .blog-box p {
        font-size: 12px;
    }

    .blog-box a {
        font-size: 13px;
        padding: 6px 10px;
    }
}



.main-content {
    flex: 1;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d9b31;
    color: white;
    padding: 10px 20px;
    gap: 20px;
    width: 100%;
    position: relative;
    bottom: 0;
}

.footer-links {
    margin: 0;
    display: flex;
    gap: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 8px;
    transition: text-decoration 0.3s ease, color 0.3s ease;
}

.footer-links a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    outline: 2px solid #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 8px;
}

table th,
table td {
    padding: 12px 15px;
    text-align: left;
    border: 3px solid #000000;
    border-radius: 8px;
}

table th {
    background-color: #3d9b31;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 8px;
}

table td {
    background-color: #383838;
    color: #333;
}

table tr:nth-child(even) td {
    background-color: #444444;
}

table tr:hover td {
    background-color: #343434;
}


table td:first-child {
    border-right: 2px solid #444;
}


table td.pros {
    color: #59ca5d;
    font-size: 1.2rem;
    font-weight: bold;
}


table td.cons {
    color: #D32F2F;
    font-size: 1.2rem;
    font-weight: bold;
}


footer p {
    margin: 0;
    font-size: 14px;
}