@import url(https://use.typekit.net/bcu3rdz.css);
:root {
    --black: #1a1a1a;
    --red: #db161e;
    --goldGradient:repeating-linear-gradient(25deg, #efc92c, #b87425, #ba942c, #b58111, #ce8e38);
}

* {
    box-sizing: border-box;
}

html {
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
        Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-family: "klavika-web", sans-serif;
}

body {
    background: repeating-linear-gradient(
        90deg,
        #efc92c,
        #fffad2,
        #ba942c,
        #ebdb90,
        #fffad2
    );
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

main {
    flex: 1 1;
    flex-direction: column;
}

ul li,
ol li {
    padding-left: 20px;
}

/* HEADER */
.header_container {
    display: flex;
    justify-content: space-between;
}
.header_left {
}

.logo {
    width: 140px;
    margin-top: 5px;
}

.Header_header__l1qoc {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 200px;
}

.Header_logo__DFVkO {
    font-weight: 700;
}

.Header_toggle__n_GL9 {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 40px;
    color: #fff;
    background: transparent;
    display: flex;
    align-items: center;
    border: 0;
    background: var(--goldGradient);
    border-radius: 8px;
    padding: 10px 15px;
    transform: translateY(-50%);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 3px 10px #00000040;
}

.Header_toggle__n_GL9 span {
    margin-right: 10px;
    font-size: 1rem;
}

.Header_toggle__n_GL9 svg {
    height: 18px;
    fill: #fff;
}
.header_bg {
    background: #161a24;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 20px #00000030;
    z-index: 1;
}
.header_bg_inner {
    background: #191f2b;
    /* background: linear-gradient(0deg, #181d27, #283750); */
    color: #fff;
    height: 144px;
    width: 100%;
}
.header_bg_left_half {

    /* transform: rotateZ(-5deg); */
}
.header_bg_right_half {
 
    /* transform: rotateZ(5deg); */
}
/* .header_logo_section {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url(/svg/logo_badge.svg);
    background-size: contain;
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
} */
.header_container {
    display: flex;
    align-items: center;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}



/* FIRST SECTION */
.first_section {
    position: relative;
    background:#101316;
    background-image: url(/svg/pattern_2.svg);
    background-repeat: repeat;
    background-size: 100px;
    padding-top: 280px;
    margin-top: -300px;
    color: #8c98aa;
    /* box-shadow: inset 0 -50px 70px 15px #00000050, inset 0 300px 100px #00000050; */
}
.title_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    padding: 0 10px;
    color:#c5cdda;
}
.crown {
    width: 80px;
}
.crown_left {
    transform: rotateZ(-10deg);
}
.top_content {
    margin-bottom: 40px;
}
.top_content h1 {
    font-size: 2rem;
    line-height: 1.1;
    text-shadow: 0 3px 10px #00000080;
    text-transform: uppercase;
}
.subtitle {
    font-size: 1.2rem;
    text-shadow: 0 3px 10px #00000080;
    text-align: center;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}


/* GUYS */
.people{
    position: absolute;
    z-index: 0;
    display: flex;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

/* .left_guy{
    background-image:url(/svg/left_guy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 260px center;
    width: 50%;
    height: 100%;
    display: block;
    opacity: .3;
} */
/* .right_guy{
    background-image:url(/svg/right_guy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 260px center;
    width: 50%;
    height: 100%;
    display: block;
    opacity: .3;
} */

/* SECOND SECTION */
.second_section{
    box-shadow: inset 0 0 40px 15px #00000040;
    padding: 40px 20px;
}

/* CASINO */

.Casino_wrapper__lKq_i {
    background: var(--goldGradient);
    background: #202a3c;
    margin: 25px 10px;
    box-shadow: 0 5px 8px #00000094;
    padding: 3px;
    border-radius: 20px;
    animation: Casino_intro__jUGVB 0.35s ease-in-out;
    animation-fill-mode: both;
}

.Casino_left___aNOd,
.Casino_right__DL8g2,
.Casino_wrapper__lKq_i {
    display: flex;
    align-items: center;
}

.casino_inner{
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px 15px;
    padding-right: 20px;
    background: #191f2b;
    border-radius: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.casino_divider{
    width: 4px;
    height: 220px;
    left: 200px;
    background: #212b3e;
    margin: 0 20px;
    position: absolute;
    z-index: 1;
    display: block;
    transform: rotateZ(30deg);
}
.Casino_left___aNOd {
    width: 55%;
}
.Casino_right__DL8g2{
    width: 45%;
}

.Casino_description__zfpjg,
.Casino_features__mcefe {
    flex: 1 1;
    padding: 0 10px;
}
.Casino_description__zfpjg{
    padding-left: 70px;
    padding-right: 20px;
}
.Casino_features__mcefe {
    border-left: 2px solid #212b3e;
    border-right: 2px solid #212b3e;
    padding: 10px 20px;
}

.Casino_rating__arMv7 {
    margin-right: 15px;
    padding: 0 10px;
    padding-left: 15px;
    text-align: center;
}

.Casino_title___DHXq {
    font-size: 1rem;
    font-weight: 700;
    /* margin-bottom: 5px; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap:10px;
}
.Casino_title___DHXq h2{
    margin: 0;
    line-height: 1.2;
    text-align: left;
    font-size: 1.1rem;
}
.casino_big_text{
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color:var(--red);
    line-height: 1;
}
.Casino_subtitle__mUYP4 {
    font-size: 1rem;
    opacity: 0.75;
    text-align: center;
    font-weight: 400;
    color:#a3b1ca;
}

.Casino_image__6eXKZ {
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.casino_right_image{
    display: none;
}
.Casino_image__6eXKZ img {
    width: 100%;
}

.Casino_features__mcefe {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}

.Casino_feature__dYo14 {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    color: #7d899f;
    padding: 2px 0;
}

.Casino_feature__dYo14 svg {
    color: #7d899f;
    margin-right: 5px;
    height: 8px;
    flex-shrink: 0;
}
.Casino_feature__dYo14 span{
    font-weight: 400;
    line-height: 1;
}


.Casino_link__xJElY {
    background: #61a126;
    padding: 14px 20px;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 1.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.Casino_link__xJElY::after {
    content: '';
    display: block;
    background: #176b1e;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 0;
    border-radius: 9px;
}
.Casino_link__xJElY span{
    position: relative;
    z-index: 1;
}
.Casino_secondLink__bpvpF {
    color: #9a9a9a;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    display: none;
}

.Casino_secondLink__bpvpF svg {
    height: 10px;
}

.Casino_stars__7zwAu {
    color: #ffc400;
    font-size: 14px;
    display: flex;
}

.Casino_stars__7zwAu svg {
    width: 20px;
}

.Casino_actions__SmzBh {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Casino_label__4CnsV {
    font-size: .75rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.Casino_featuresRatingWrapper__YwR3x {
    display: flex;
    align-items: center;
    flex: 1 1;
}

.Casino_number__G7LhB {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: -10px;
    background: #414141;
    color: #fff;
    font-weight: 600;
    z-index: 3;
}

.Casino_medal__0zaof img {
    width: 34px;
}


/* POPUP */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.popup_content {
    background: #fff;
    padding: 20px 40px;
    max-width: 1200px;
    height: min-content;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    /* align-items: center; */
    padding: 40px 20px;
    z-index: 999;
}

.modal-content {
    background-color: white;
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: min-content;
    box-shadow: 0 15px 10px #0005;
}

.modal.show {
    display: flex;
}
.modal-terms-content {
    padding: 20px;
    width: 100%;
}
.modal-terms-content p > span {
    font-family: sans-serif !important;
}
.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.newsletter-modal-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-icon {
    width: 30px;
}
.Casino_left___aNOd .Casino_secondLink__bpvpF {
    display: none;
}


@keyframes Casino_intro__jUGVB {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

/* FEATURES */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 3px 10px #00000080;
    padding: 10px 20px 30px 20px;
    gap: 10px;
    text-align: center;
}

.Content_content__pTaRN {
    padding: 20px;
    margin: 30px 10px;
}

.Content_best__BuVp_ {
    margin: 0 -20px 40px -20px;
}

.Content_best__BuVp_ > h2 {
    color: var(--red);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 2px #00000040;
    font-size: 1.4rem;
}

.Content_firstSection__oKwVG {
    display: flex;
    align-items: center;
    padding: 30px;
}

.Content_intro__tbG9E {
    flex: 1 1;
}

.Content_featured__FUSC1 {
    color: #fff;
    background: #db0c0c;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.Content_highlight__Ter9p {
    color: #ff0;
    font-size: 1.2rem;
    font-weight: 700;
}

.Content_countTitle__v12G5 {
    font-size: 1.2rem;
    margin: 10px 40px;
    display: flex;
    align-items: center;
}

.Content_countTitle__v12G5 svg {
    margin-right: 10px;
    width: 1.6rem;
    color: green;
}

.Content_count1___jwmD svg {
    color: #0c8cdb;
}

.Content_count2__HxtHK svg {
    color: #e6bb1e;
}

.Content_intro__tbG9E h1 {
    font-size: 1.8rem;
}



.NewsletterForm_wrapper__mYxUQ {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    background: #0002;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 99;
}

.NewsletterForm_inner__46CI6 {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: -2px 5px 20px #0003;
    position: relative;
    margin: 20px;
}

.NewsletterForm_close__lVYc8 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: #000;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.NewsletterForm_close__lVYc8 svg {
    width: 12px;
}

.NewsletterForm_title__iucTp {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.NewsletterForm_inputs__uQG2h {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.NewsletterForm_group__GlqC8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.NewsletterForm_group__GlqC8 label {
    font-size: 0.875rem;
    opacity: 0.7;
}

.NewsletterForm_group__GlqC8 input {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #0003;
    padding: 0 10px;
}

.NewsletterForm_checkboxes__JAq0O {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.NewsletterForm_checkbox__1qjzY {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.NewsletterForm_checkbox__1qjzY label {
    font-size: 0.875rem;
    text-align: left;
    margin-left: 5px;
}
.NewsletterForm_checkbox__1qjzY a{
    color: var(--red)
}

.NewsletterForm_button__pMGa_ {
    background: var(--red);
    color: #fff;
    padding: 12px 23px;
    border-radius: 8px;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    box-shadow: 0 3px 5px #00000030;
    border-color: red;
}

.NewsletterForm_success__viVno {
    padding: 20px;
    color: #015701;
    text-align: center;
}

.NewsletterForm_icon__lVaWu svg {
    height: 40px;
    margin-bottom: 15px;
}

.NewsletterForm_error__0f43Q {
    color: red;
    margin-bottom: 15px;
}


/* FOOTER */

.Footer_footer___O5Nl {
    background: #202a3c;
    color: #fff;
    padding-top:5px;
}
.footer_inner{
    background: #191f2b;
    padding-bottom:20px;
}

.footer_copyright_wrapper{
    background:#101316;
}
.footer_copyright_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  0;
}
.footer_icons{
    display: flex;
    flex-direction: column;
    gap:10px;
    flex-wrap: wrap;
    align-items: center;
}
.Footer_disclaimer__v7XqD {
    background: #0002;
    color: #fff8;
    padding: 50px 15px;
}

.Footer_columns__K7wMp {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Footer_column__qnww2 {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
    width: 25%;
    min-height: 100px;
}


.Footer_infoColumn__Pg0OS {
    flex-direction: column;
    align-items: center;
}


.Footer_infoColumn__Pg0OS a {
    color: #fff;
    opacity: 0.4;
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}

.Footer_infoColumn__Pg0OS h4 {
    margin: 0;
    margin-bottom:10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff9;
    font-size: 1.4rem;
}

.Footer_disclaimersColumn__9o8H5 {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1;
}

.quarter_width{
    width: 25%;
    flex-shrink: 0;
    flex:unset;
}

.footer_center{
    border-left:1px solid rgba(253, 253, 173, 0.2);
    border-right:1px solid rgba(253, 253, 173, 0.2);
    padding: 0 20px;
    flex-direction: column;
}
.Footer_social__h2A4_ {
    border-left:1px solid rgba(253, 253, 173, 0.2);
}
.Footer_unsubscribe__mn423 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.Footer_unsubscribe__mn423 span{
    opacity: .4;
}

.Footer_opacity50__bFj7o {
    opacity: 0.5;
}

.Footer_social__h2A4_ {
    /* justify-content: flex-end; */
}

.Footer_social__h2A4_ svg {
    height: 24px;
}

.Footer_copyright__j8qUS {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    padding: 5px;
}

.Footer_license__oaSep {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.Footer_img__m4IWd {
    width: 200px;
    height: auto;
}

.Footer_onjnLogo__dweet {
    height: 34px;
}

.footer_onjn_link{
    display: block;
    padding: 0;
    margin:0;
    width: fit-content;
}

.Footer_bottom__huZY3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.footer_name {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}
.footer_text {
    font-size: 0.875rem;
    color: #a1a1a1;
    line-height: 1.7;
    text-align: center;
    padding: 10px;
}

/* TERMS CONTENT */
.terms-content{
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    font-family:"klavika-web", sans-serif;
}

.terms-content p, .terms-content span{
    font-family:"klavika-web", sans-serif !important;
}

/* DIALOG */
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: background 0.3s ease;
}
.dialog-title h2 {
    margin:0;
    margin-top: 8px;
    text-align: center;
    color: #fff;
}
.dialog-content {
    background:var(--black);
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 20px 5px #00000080;
}
.dialog-content p {
    color: #fff;
}
.dialog-actions {
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap:16px;
    justify-content: center;
    flex-wrap: wrap;
}
.dialog-action {
    background: #fff;
    color: var(--red);
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 600;
}
.dialog-action-yes {
    background: darkgreen;
    color: #fff;
}
.dialog-action-no {
    background: #A20D0D;
    color: #fff;
}

/* GIVEAWAY BUTTONS */

.giveaway_header_button {
    right:unset !important;
    left:25px;
    background: var(--goldGradient);
    text-shadow: 0 3px 10px #00000080;
    overflow: hidden;
    z-index: 1;
}

/* .giveaway_header_button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        #e73616 10%,
        #ff7800f7 30%,
        #fd5c63 55%,
        #ffd700 80%,
        #e73616 100%
    );
    filter: blur(4px);
    opacity: 0.5;
    z-index: -1;
    animation: giveawayGlow 2.8s linear infinite;
} */
.giveaway_big_button{
    position:relative !important;
    left:unset !important;
    top:unset !important;
    right:unset !important;
    width:fit-content !important;
    padding: 14px 24px !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px #00000080 !important;
    background: #f60000f7  !important;
    text-shadow: 0 3px 10px #00000080 !important;
    overflow: hidden !important;
    z-index: 1 !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
    gap: 10px !important;
    height:unset !important;
    transform:none !important;
    border-width: 0 !important;
}
.giveaway_big_button i{
    font-size: 1.6rem !important;
}
@keyframes giveawayGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.85;
    }
    30% {
        opacity: 1;
        filter: blur(4px) brightness(1.25);
    }
    60% {
        filter: blur(6px) brightness(1);
        opacity: 0.95;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.85;
    }
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1200px) {
    .Footer_disclaimer__v7XqD {
        padding: 40px;
    }
    .footer_center{
        width: 50%;
        border-left: 0;
    }
    .Casino_wrapper__lKq_i {
        margin-bottom: 1em !important;
    }

    .Casino_left___aNOd {
        width: 65%;
    }
    .Casino_right__DL8g2{
        width: 35%;
        justify-content: space-around;
        gap:15px;
    }
    
    .Footer_infoColumn__Pg0OS{
        width: 50%;
    }

    .Casino_featuresRatingWrapper__YwR3x {
        display: none;
    }

    .Casino_description__zfpjg {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 50px;
    }

    .Casino_left___aNOd {
        /* flex-direction: column; */
    }

   
    .Casino_featuresRatingWrapper__YwR3x {
        margin-top: 15px;
    }

    .Casino_title___DHXq {
        font-size: 1.1rem;
    }

    .Casino_number__G7LhB {
        top: 5px;
        left: 5px;
    }

    .Casino_medal__0zaof {
        top: 0;
        left: 15px;
    }

    .Casino_right__DL8g2 .Casino_description__zfpjg {
        display: none;
    }

    /* .Casino_left___aNOd .Casino_description__zfpjg {
        display: none;
    } */
}
@media only screen and (max-width: 900px) {
    /* .header_bg_left_half {
        transform: 0;
    }
    .header_bg_right_half {
        transform: rotateZ(7deg);
    } */

    .casino_divider{
        display: none;
    }
    .Casino_right__DL8g2 .casino_divider{
        display: block;
    }
    .casino_inner{
        flex-direction: column;
        padding: 0;
    }

    .Casino_left___aNOd {
        width:100%;
    }
    .Casino_right__DL8g2{
        width: 100%;
        justify-content: space-around;
        gap:15px;
        background: var(--black);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .Casino_right__DL8g2::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #212b3e;
        z-index: 1;
    }
    .Casino_image__6eXKZ{
        display: none;
    }
    .casino_right_image{
        display: block;
    }
    .casino_right_logo_ranting {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        flex: 1;
    }
    .Casino_link__xJElY{
        flex-direction: row;
        gap:6px;
    }
    .Casino_actions__SmzBh{
        padding: 0 10px;
    }
    .Casino_secondLink__bpvpF{
        display: flex;
    }
    .Casino_rating__arMv7{
        margin-right: 0;
        padding: 0 10px;
    }
    .subtitle{
        display: none;
    }
}




@media only screen and (max-width: 768px) {
    .Footer_disclaimer__v7XqD {
        padding: 40px 30px;
    }

    .Footer_infoColumn__Pg0OS {
        width: 50%;
        flex: unset;
    }

    .Footer_bottom__huZY3 {
        flex-direction: column-reverse;
    }

    .Footer_disclaimersColumn__9o8H5 {
        flex-direction: row;
        align-items: center;
    }

    .Casino_wrapper__lKq_i {
        margin: 2px;
    }



    .Casino_left___aNOd {
        flex-direction: column;
    }

    .Casino_right__DL8g2 {
        /* flex-direction: column; */
    }

    .Casino_label__4CnsV {
        display: none;
    }

    .Casino_feature__dYo14 {
        font-size: 0.875rem;
    }

    .Casino_image__6eXKZ {
        /* padding: 0; */
    }

    .Casino_title___DHXq {
        font-size: 1.2rem;
    }

    .Casino_subtitle__mUYP4 {
        font-size: 0.95rem;
    }

    .Casino_rating__arMv7 {
        margin-right: 0;
    }

    .Casino_stars__7zwAu {
        font-size: 18px;
    }

    .Casino_featuresRatingWrapper__YwR3x {
        flex-direction: column;
        margin-top: 0;
    }

    .Content_countsSection__M5blx {
        margin-top: 15px;
    }

    .Content_countTitle__v12G5 {
        font-size: 1rem;
    }

    .Content_countTitle__v12G5 svg {
        width: 1.3rem;
    }

    .Content_firstSection__oKwVG {
        flex-direction: column;
        padding: 20px;
    }

    .Casino_link__xJElY::after {
        top:3px;
        left:3px;
        right:3px;
        bottom:3px;
    }

    .Content_intro__tbG9E h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .Content_intro__tbG9E span {
        text-align: center;
        display: block;
    }

    .Header_toggle__n_GL9 {
        top: 50px;
        right: 30px;
        padding: 15px 8px;
        border: 1px solid #ffebb7;
    }

    .Header_toggle__n_GL9 svg {
        height: 20px;
        fill: #fff;
    }

    .Header_toggle__n_GL9 span {
        display: none;
    }
    .Casino_secondLink__bpvpF{
        display: none;
    }

    /* .left_guy, .right_guy {
        background-position: top 35% center;
    } */
}
/* END OF 768px */


@media only screen and (max-width: 630px) {
    .Casino_wrapper__lKq_i {
        /* padding: 20px 10px; */
    }
    .casino_inner{
    }

    .Casino_image__6eXKZ {
        padding: 0 10px;
        width: 100%;
        max-width: 140px;
        height: unset;
    }

    .Casino_features__mcefe {
        display: none;
    }

    .Casino_title___DHXq {
        font-size: 1rem;
    }

    .Casino_subtitle__mUYP4 {
        font-size: 0.8rem;
    }

    .Casino_link__xJElY {
        font-size: 1.2rem;
    }

    .Casino_secondLink__bpvpF {
        font-size: 15px;
        margin-top: 0;
    }

    .Casino_secondLink__bpvpF svg {
        font-size: 12px;
    }

    .Casino_stars__7zwAu {
        font-size: 16px;
        margin: 0;
    }

    .Casino_description__zfpjg {
        /* padding: 5px 50px; */
        padding-right:20px;
    }

    .casino_right_logo_ranting{
        flex-direction: column;
        width: 220px;
        padding: 5px 0;
        padding-bottom: 10px;
        flex: unset;
    }
    .Casino_right__DL8g2{
        justify-content: space-between;
    }
}
/* END OF 630px */

@media only screen and (max-width: 550px) {
    .Footer_bottom__huZY3 {
        flex-direction: column-reverse;
    }

    .Footer_infoColumn__Pg0OS {
        width: 100%;
    }

    .Footer_disclaimersColumn__9o8H5 {
        flex-direction: column;
        align-items: center;
    }
    .casino_right_logo_ranting {
        width: 160px;
    }
    .casino_divider {
        left: 156px;
    }
    .Footer_social__h2A4_{
        border-left:0;
        
    }
    .footer_center{
        width: 100%;
        border:none;
    }
    .footer_text{
        padding: 10px 30px;
        margin-bottom: 10px;
        border-top:1px solid rgba(253, 253, 173, 0.1);
    }
}
/* END OF 550px */


@media only screen and (max-width: 480px) {
    .Casino_stars__7zwAu svg {
        width: 18px;
    }

    .Casino_left___aNOd {
        width: 100%;
        flex: unset;
    }

    .Casino_right__DL8g2 {
        width: 100%;
        flex: unset;
    }

    .Casino_secondLink__bpvpF {
        text-align: center;
        font-size: 0.75rem;
    }

    .Casino_secondLink__bpvpF svg {
        display: none;
    }

    .Casino_image__6eXKZ {
        margin: 0;
        padding: 0 10px;
        max-width: 140px;
    }
    .Content_countTitle__v12G5 {
        font-size: 0.875rem;
        margin: 10px 15px;
    }

    .Content_countTitle__v12G5 svg {
        width: 1rem;
    }
    .NewsletterForm_group__GlqC8,
    .NewsletterForm_group__GlqC8 input,
    .NewsletterForm_inputs__uQG2h {
        width: 100%;
    }

    .NewsletterForm_checkbox__1qjzY label {
        font-size: 0.75rem;
    }

    .top_content h1 {
        font-size: 1.3rem;
    }
    .subtitle {
        font-size: .9rem;
    }
    .crown {
        width: 50px;
    }
}
/* END OF 480px */

@media only screen and (max-width: 450px) {
    .casino_right_logo_ranting {
        width: 145px;
    }
    .casino_divider {
        left: 130px;
    }

    .Casino_link__xJElY{
        font-size: 1rem;
    }
}

/* END OF 450px */

@media only screen and (max-width: 390px) {
    .casino_right_logo_ranting {
        width: 145px;
        margin: 0;
        padding: 5px 0;
    }
    .casino_divider {
        left: 104px;
    }
    .casino_right_image{
        padding: 0;
        margin: 0;
        max-width: 100px;
        display: flex;
        align-items: center;
    }

    .Casino_stars__7zwAu svg{
        width: 13px;
    }
    .Casino_description__zfpjg{
        padding-left: 44px;
        padding-right: 10px;
    }
    .Casino_title___DHXq h2 {
        font-size:1rem;
    }
    .casino_big_text{
        font-size: 3rem;
    }

    .left_guy, .right_guy {
        background-position: top 50% center;
    }
}