/* Overwrite Parent Start */
.cs-site-content {
    margin: 0 !important; 
}
.cs-site-content > .cs-container {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
}
.footer-v2 {
    background-color: #06033A;
}

.stay-in-touch {
    background: transparent;
}

.cs-main-content {
    row-gap:50px;
}
/* Overwrite Parent End */

body {
    background-image: url(../images/social-casino-illinois/bg-mobile.avif);
    background-size: 100%;
    background-repeat: repeat-y;
    font-family:"Chakra Petch";
}


.testimonials .title {
    text-align: center;
    font-family: inherit;
}

.hero-banner {
    position: relative;
    display:flex;
    flex-direction: column;
    background-image: url(../images/social-casino-illinois/hero-banner-bg-mobile.avif);
    background-repeat: no-repeat;
    background-size:cover;
    aspect-ratio: 786/1382;
    width:100%;
}
.hero-banner:before {
    content: "";
    background: linear-gradient(90deg, rgba(190, 105, 0, 0.00) 0%, rgba(190, 105, 0, 0.50) 100%);
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
}
.hero-banner:after {
    content: "";
    background: linear-gradient(180deg, rgba(6, 3, 58, 0.00) 0%, #06033A 100%);
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:25%;
}
.hero-banner .wrapper {
    height:66%;
}
.hero-banner .char {
    display:flex;
    aspect-ratio: 680/808;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
}

.hero-banner .content {
    position: relative;
    display:flex;
    flex-direction: column;
    z-index:1;
    height:100%;
    justify-content: space-between;
    padding-top:20px;
    padding-bottom:20px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.5));
}

.hero-banner h1 {
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: inherit;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 55px */
    letter-spacing: -1.25px;
    text-transform: uppercase;

    background: var(--Gradient-colorful, linear-gradient(90deg, #3589FF 0%, #C446FE 25.43%, #FF4668 52.37%, #F8C577 97.81%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:0;
}

.hero-banner .top div strong {
    font-style: italic;
    font-weight: 700;    
}
.hero-banner .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hero-banner .top .logo {
    width:80%;
    margin:0 auto;
}


.hero-banner .top .title {
    aspect-ratio: 738/260;
    width:80%;
    margin: 0 auto;
}

.hero-banner .brand-logo {
    height:26px;
    width:auto;
    margin-top:-6px;
}

.hero-banner .top > div {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:22px;
    line-height:1.2em;
}
.hero-banner .top > div span {
    margin: 13px 0;
}

.hero-banner .top small {
    color: #FFF;
    font-family: inherit;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    width:70%;
    max-width: 394px;
    margin: 0 auto;
}
.hero-banner .top small sup {
    top: 0em;
    font-size: 18px;    
}
.sign-up.large  {
    margin:0 auto;
    width:70%;
}
.hero-banner .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-banner .bottom .blue-btn {
    aspect-ratio: 966/166;
}

.hero-banner .bottom img {
    display:block;
    height:auto;
}

.games-container .heading {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: inherit;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}
.gradient {
    display:flex;
    flex-direction: column;
    gap:50px;
}
.gradient.clear-solid {
    background: linear-gradient(to bottom, transparent 0%, #06033A 100%);
}
.gradient.clear-solid-clear {
    margin-top:-50px;
    background: linear-gradient(
        to bottom,
        rgba(6, 3, 58, 0) 0%,
        rgba(6, 3, 58, 1) 10%,
        rgba(6, 3, 58, 1) 90%,
        rgba(6, 3, 58, 0) 100%
    );
}


@media (min-width:390px) {
    .hero-banner .wrapper {
        height:85%;
    }
    .hero-banner .brand-logo {
        height:28px;
    }

    .hero-banner .top > div {
        font-size:28px;
    }
}

@media (min-width:768px) {
    body {
        background-image: url(../images/social-casino-illinois/bg-desktop.avif);
        aspect-ratio: 2880/1382;
    }

    .hero-banner .top small {
        margin:initial;
    }

    .hero-banner {
        align-items: center;
        background-image:url(../images/social-casino-illinois/hero-banner-bg-desktop.avif);
        aspect-ratio: 2880/1440;
    }

    .hero-banner .content {
        align-items: flex-end;
        justify-content: center;
    }
    .hero-banner .content .top {
        width:60%;

    }
    .hero-banner .content .top .logo {
        max-width: 400px;
    }

    .hero-banner .bottom .blue-btn {
        width:90%;
        margin-top:30px;
        max-width:480px;
    }

    .hero-banner .bottom {
        width:60%;
    }

    .hero-banner .top .title {
        aspect-ratio: 1306/460;
        max-width:347px;
        width:55%;
    }

    .hero-banner h1 {
        font-size: 60px;
        text-align: left;
    }
    .hero-banner p {
        font-size:26px;
        text-align: left;
    }

    .hero-banner .char {
        aspect-ratio: 1108/1292;
        width:40%;
    }

    .sign-up.large {
        margin:0;
    }

}

@media (min-width:1024px) {
    .hero-banner h1 {
        font-size:80px;
    }
    .hero-banner p {
        font-size:35px;
    }    
    .hero-banner .top .value {
        font-size:50px;
    }

    .coin-gc-sc {
        width:76px;
    }

    .hero-banner .brand-logo {
        height:42px;
    }

    .hero-banner .top > div {
        font-size:42px;
    }        
}
@media (min-width:1200px) {
    .hero-banner .brand-logo {
        height:56px;
    }

    .hero-banner .top > div {
        font-size:35px;
    }      
}
@media (min-width:1366px) {
    .cs-main-content {
        row-gap:100px;
    }
    .gradient {
        gap:100px;
    }
    .hero-banner h1 {
        font-size:100px;
    }
    .hero-banner p {
        font-size:44px;
    }  
    .coin-gc-sc {
        width: 86px;
    }
    .hero-banner .top .value {
        font-size:71px;
    }
    .sign-up.large {
        font-size:28px;
    }
    .hero-banner .top small {    
        font-size: 24px;
    }  
}

@media (min-width:1920px) {
    .hero-banner {
        max-height:800px;
    }
    .hero-banner .wrapper {
        position:relative;
        display:flex;
        flex-direction: row-reverse;
        height:100%;
    }
    .hero-banner .char {
        width:auto;
        height:90%;
    }

    .hero-banner .top .title {
        width:100%;
    }

    .hero-banner .content {
        width:100%;
        scale:.8;
        transform-origin: right;
    }
}