/* body {
    background-image: url('/static/img/container_bg.webp');
} */
#container {
    width: auto;
    margin-top: 50px;
}

.slideshow {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.slideshow > a:not(:first-child) {
    display: none;
}
.slideshow > a > img {
    width: 100%;
}

.banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    position: relative;
}

.banner > a > img.banner-dekstop {
    width: 100%;
}

.banner > a > img.banner-mobile {
    display: none;
}

.left-banner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.banner-left-column {
    flex-basis: 50%;
    box-sizing: border-box;
    position: relative;
}

#left-banner-lottie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#left-banner-lottie-img > img {
    top: 0;
    left: 0;
    width: 97%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.right-banner-container {
    position: absolute;
    top: calc(40%/2);
    left: 50%;
    display: flex;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.banner-right-column {
    flex-basis: 50%;
    box-sizing: border-box;
    position: relative;
}

.banner-rc-row-item > a {
    color: transparent;
}

.download-icons-h5 {
    display: none !important;
    position: absolute;
    top: -45px;
}

.pink-button {
    display: block;
    background: linear-gradient(100deg, #FF2700 8.65%, #FF00BA 92.07%);
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    font-size: 20px;
    padding: 0 20px;
    line-height: 50px;
    max-width: 250px;
    margin: auto;
    cursor: pointer;
}

.banner-rg-img {
    max-width: 60%;
}

.download-img > img,
.ios-img > img,
.google-play-img > img {
    height: auto;
    max-height: 50px;
    max-width: 30%;
    margin: 0 5px;
}

.banner-rg-content-title {
    color: #F5E62C;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.banner-rg-content {
    font-size: 10pt;
}

.banner-rg-content-subtitle {
    font-weight: bold;
    font-size: 10pt;
}

.grid-container {
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto; /* Center the grid horizontally */
}

.grid-row {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
  
.grid-item {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.grid-item img, 
.grid-item svg {
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.grid-item h4 {
    text-align: center;
    letter-spacing: 0px;
    color: #F5E62C;
    opacity: 1;
}

.grid-item p {
    max-height: auto;
    display: block;
    margin: 0 auto;
}

.content-section-container {
    display: flex;
    align-items: center;
    width: calc(90% - 10px);
    margin: 0 auto;
}
.content-section-text-column {
    flex: 1;
    padding: 20px;
}

.content-section-text-column > h3 {
    font-family: 'Courier New', Courier, monospace;
}

.content-section-text-column > p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.content-section-image-column,
.content-section-video-column {
    flex: 1;
    padding: 20px;
    text-align: center;
}
.content-section-image-column img,
.content-section-video-column video {
    max-width: 100%;
    height: auto;
}

.section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}
/* .section.odd {
    background-color: rgba(38, 31, 59, 1);
}
.section.even {
    background: rgba(24, 20, 37, 1);
} */

.section > .section-wrap {
    width: 1200px;
    margin: 0 auto;
}

.section > .section-wrap > h1 {
    position: relative;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.section > .section-wrap > h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    border-bottom: 6px solid rgba(213, 29, 50, 1);
}

.section > .section-wrap > h1 > a {
    text-decoration: none;
}
.section > .section-wrap > h1 > a::after {
    content: ":";
}

.section > .section-wrap > h1 > a:hover {
    color: white;
    background: rgba(100,160,200,1);
}

.section > .section-wrap > p {
    text-align: justify;
    line-height: 20px;
}

.section > .section-wrap > .wrap {
    padding-top: 20px;
    text-align: center;
}

.section .wrap a.block {
    width: 160px;
}
.section .wrap a.block > img {
    height: 235px;
}
.section .wrap a.block.landscape {
    width: 190px;
}
.section .wrap a.block.landscape > img {
    height: 130px;
}

.section .wrap.text-links {
    text-align: justify;
    text-align-last: justify;
}
.section .wrap.text-links a.block {
    width: calc(49% - 10px);
    margin: 20px 0px;
    padding: 20px;
}
.section .wrap.text-links a.block > div.title {
    max-height: none;
    height: auto;
    overflow: unset;
}
.section .wrap.text-links a.block > div.title > span {
    text-align-last: left;
}

.section > .section-wrap > .section-wrap-paging {
    display: flex;
    justify-content: flex-end;
}

.section > .section-wrap > .section-wrap-paging > button {
    text-decoration: none;
    margin-left: 10px;
    margin: 5px;
    padding: 10px 16px;
    border-radius: 5px;
    color: white;
    background-color: rgba(48, 44, 59, 1);
    cursor: pointer;
    border: 0;
}

.section > .section-wrap > .section-wrap-paging > button:hover {
    color: white;
    background-color: rgba(213, 29, 50, 1);
}

.section > .section-wrap > .wrap.how-to-play,
.section > .section-wrap > .wrap.color-game-betting-odds {
    padding-top: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next row */
    justify-content: center;
}

.section .wrap.how-to-play a.block,
.section .wrap.color-game-betting-odds a.block {
    align-self: flex-start;
    width: 160px;
    /* height: 290px; */
}
.section .wrap.how-to-play a.block > img,
.section .wrap.color-game-betting-odds a.block > img {
    height: 235px;
}
.section .wrap.how-to-play a.block.landscape,
.section .wrap.color-game-betting-odds a.block.landscape {
    width: 190px;
}
.section .wrap.how-to-play a.block.landscape > img,
.section .wrap.color-game-betting-odds a.block.landscape > img {
    height: 130px;
}

.content-signup-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}
.content-signup-left-column {
    padding: 20px;
    display: flex;
    flex: 1;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.content-signup-right-column {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-signup-right-column > input {
    margin: 5px 0;
    width: 60%;
}

.content-signup-right-column > button {
    margin: 5px 0;
}

.model {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.model.show {
    display: block;
}

.model .model-content {
    position: absolute;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff30;
    backdrop-filter: blur(30px);
    border: 1px solid #a3a3a3;
    border-radius: 12px;
    color: white;
    padding: 20px;
    text-align: center;
}

.model .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1920px) {
    .right-banner-container {
        position: absolute;
        top: 10%;
        left: 50%;
        display: flex;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 auto;
        flex-direction: column;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1250px) {
    .right-banner-container {
        position: absolute;
        top: 0%;
        left: 50%;
        display: flex;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 auto;
        flex-direction: column;
        padding-right: 100px;
    }
}


@media only screen and (max-width: 1024px) {
    .slideshow {
        width: 100%;
        padding-top: 20px;
    }
    .slideshow > a > img {
        border-radius: 5px;
    }

    #header, 
    #header > .wrap {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .banner {
        text-align: center;
    }

    .banner > a > img.banner-dekstop {
        display: none;
    }
    
    .banner > a > img.banner-mobile {
        width: 100%;
        display: block;
    }

    .left-banner-container {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        top: 27%;
    }

    .right-banner-container {
        position: relative;
        width: 85%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        left: 0;
        text-align: center;
        align-items: center;
    }

    .banner-left-column,
    .banner-right-column {
        flex-basis: 100%;
    }

    .banner-rc-row-item {
        flex-basis: 100%;
    }

    .download-icons-web {
        display: none !important;
    }

    .download-icons-h5 {
        display: block !important;
    }

    #left-banner-lottie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    #left-banner-lottie-img > img {
        padding-top: 120px;
        width: 99%;
    }

    .banner-rc-row-item {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-top: 10px;
    }

    .banner-rc-row-item > img {
        width: 100%;
        height: auto;
    }

    .banner-rc-row-item > a {
        position: relative;
    }

    .banner-rg-img {
        max-width: 100%;
    }

    .banner-rg-content-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    
    .banner-rg-content {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .banner-rg-content-subtitle {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .download-img > img,
    .ios-img > img,
    .google-play-img > img {
        height: auto;
        max-width: 90%;
        margin: 0 5px;
    }

    .grid-container {
        margin-top: 0px;
    }

    .grid-row {
        flex-direction: column;
    }

    .grid-item {
        padding: 30px;
    }

    .grid-item img {
        margin-bottom: 0px;
    }

    .grid-item h4 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .section > h3 {
        text-indent: 0;
        text-align: center;
    }
    .section > .section-wrap {
        width: 100%;
    }
    .section > .section-wrap > .wrap a.block.landscape {
        width: calc((100% / 2) - 7px) !important;
    }
    .section > .section-wrap > .wrap.how-to-play a.block.landscape,
    .section > .section-wrap > .wrap.wrap.color-game-betting-odds a.block.landscape {
        width: calc((100% / 2) - 7px) !important;
    }
    .section > .section-wrap > .wrap.text-links a.block {
        width: 100%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 550px) {
    .left-banner-container {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        top: 22%;
    }

    #left-banner-lottie-img > img {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 450px) {
    .left-banner-container {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        top: 20%;
    }

    #left-banner-lottie-img > img {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 350px) {
    .left-banner-container {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        top: 16%;
    }
}

@media only screen and (max-width: 250px) {
    .left-banner-container {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0;
        margin: 0 auto;
        top: 9%;
    }
}