/* 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/slots-tournaments/bg-mobile.webp?v=1);
    background-size: 100%;
    background-repeat: repeat-y;
    font-family:"Chakra Petch";
}


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

.hero-banner {
    display:flex;
    flex-direction: column;
}
.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 p {
    color: #FFF;
    text-align: center;
    font-size: 22px;

    font-weight: 400;
    line-height: 110%; /* 24.2px */
    letter-spacing: -0.55px;
}
.hero-banner p strong {
    font-style: italic;
    font-weight: 700;    
}
.hero-banner .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-banner .top .value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.44px; /* 104.5% */    
    white-space: nowrap;
}
.hero-banner .top .value .plus {
    padding-left:10px;
}
.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;
    justify-content: center;
    align-items: center;
}
.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 {
  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:768px) {
    body {
        background-image: url(../images/slots-tournaments/bg-desktop.webp?v=1);
        aspect-ratio: 2880/1382;
    }

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

    .hero-banner {
        align-items: center;
    }
    .hero-banner .content {
        display:flex;
        flex-direction: row;
    }
    .hero-banner .bottom {
        width:60%;
    }

    .hero-banner .top {
        align-items: flex-start;
        width:100%;
    }
    .hero-banner h1 {
        font-size: 60px;
        text-align: left;
    }
    .hero-banner p {
        font-size:26px;
        text-align: left;
    }

    .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;
    }
}
@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;
    }
}