/* GENERAL STYLES */

.single-casino_management {
    background: transparent!important;
    font-family: 'Inter', sans-serif;
}

.single-page-content .header {
    padding: 16px 0;
    width: 100%;
    position: relative;
}

.single-page-content .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single-page-content .header .button {
    font-size: 16px;
    font-weight: 600;
    fill: #FFF;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 8px;
    padding: 10px 12px;
}
.single-page-content .header .button:hover {
    color: #212529;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
}

.single-page-content .container {
    max-width: 1224px;
    padding-left: 12px;
    padding-right: 12px;
}

.single-page-content .content-row {
    padding: 100px 0 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-page-content .content-row  .logo-wrap {
    margin-bottom: 30px;
}

.single-page-content .content-row  .logo-wrap img {
    max-width: 270px;
    max-height: 200px;
    height: auto;
    width: auto;
}

.single-page-content .steps-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.single-page-content .step {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.section-footer {
    padding: 4px 32px 32px 32px;
    background: #000;
    display: flex;
    justify-content: center;
}
.section-footer img {
    display: block;
    margin: 0 auto;
}
.background-overlay {
    display: none;
}


.single-page-content {
    background: #000;
}

.single-page-content .section-top .container {
    max-width: 1150px;
}

.single-page-content .content-row .title {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-page-content .content-row .heading-title {
    color: #FFF;
    text-align: center;
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.single-page-content .content-row .heading-subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


.single-page-content .content-row .col {
    text-align: center;
    flex: auto;
}

.single-page-content .content-row .col:first-child {
    max-width: 490px;
}

.single-page-content .content-row .col:last-child {
    text-align: right;
}

.single-page-content .section-steps {
    background: #000;
    padding: 32px 0;
}

.single-page-content .step .number {
    background: #85804A;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.single-page-content .step .text {
    color: rgba(255, 255, 255, 0.90);
    font-size: 18.%;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 130px;
}

.single-page-content .step:not(:last-of-type):after {
    content: url("");
    position: absolute;
    right: -50px;
}


.single-page-content .section-payment {
    padding: 0;
    background: #000;
}

.single-page-content .payment-wrap h4 {
    color: #fff;
    font-family: 'Inter';
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.single-page-content .payment-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.single-page-content .section-legal {
    padding: 32px 0;
    background: #000;
    text-align: center;
}


.single-page-content .section-legal h4 {
    color: #fff;
    font-family: 'Inter';
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.single-page-content .section-legal .partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.single-page-content .section-legal .partner-logos img {
    max-width: 165px;
    max-height: 70px;
}

.single-page-content .section-footer img {
    max-width: 420px;
    width: 100%;
}

/* STYLE 1 */

.single-page-content.style-1 .header:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #000 10%, #C3B300 50%, #000 90%);
    top: 100%;
    position: absolute;
}

.single-page-content.style-1 .section-top {
    width: 100%;
    position: relative;
    background-image: url("");
    background-position: 0 20%;
    background-size: cover;
}

.single-page-content.style-1 .content-row .button {
    border-radius: 21.898px;
    border: 4.805px solid #EA9933;
    background: linear-gradient(180deg, #FFDF96 -26.92%, #FB9F28 100.36%);
    box-shadow: 0px 9.609px 3.203px 0px #9C6205 inset, 0px 0px 24.824px 0px rgba(255, 123, 2, 0.67), 0px 4.171px 0px 0px #634700;
    color: #0E0E0E;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.067px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 22px 25px;
    max-width: 400px;
    margin: 26px auto 0;
    overflow: hidden;
    position: relative;
}

.single-page-content.style-1 .content-row .button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.single-page-content.style-1 .content-row .col:last-child {
    padding-top: 20%;
}

.single-page-content.style-1 .content-row .button:hover {
    background: linear-gradient(180deg, #ffe6ab -26.92%, #ffaa3a 100.36%);
}

.single-page-content.style-1 .content-row .button:active{
    box-shadow:  4px 4px 6px 0 rgba(12, 12, 12, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(8, 8, 8, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.single-page-content.style-1 .payment-wrap {
    border-radius: 24px;
    background: #FFFAC3;
    padding: 32px;
}

.single-page-content.style-1 .payment-wrap h4 {
    color: #1E1E1E;
}

.single-page-content.style-1 .content-row .title {
    color: #85804A;
}

.single-page-content.style-1 .section-steps,
.single-page-content.style-1 .section-payment,
.single-page-content.style-1 .section-legal {
    background: #1E1E1E;
}


/* STYLE 2 */

.single-page-content.style-2 .header {
    background: #0E1232;
}

.single-page-content.style-2 .section-top {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 624px;
    display: flex;
    align-items: center;

}

.single-page-content.style-2 .section-top .container {
    max-width: 1224px;
}

.single-page-content.style-2 .content-row .col:first-child {
    text-align: left;
}

.single-page-content.style-2 .content-row .title {
    color: #AFFF2E;
    font-family: "Barlow Condensed", serif;
    margin-bottom: 20px;
}

.single-page-content.style-2 .content-row .heading-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 58px;
    font-weight: 700;
}

.single-page-content.style-2 .content-row .heading-subtitle {
    font-size: 50px;
}

.single-page-content.style-2 .content-row .button {
    border-radius: 121.64px;
    background: #6D8322;
    box-shadow: 0px 0px 20px 0px rgba(175, 255, 46, 0.50);
    font-family: "Barlow Condensed", serif;
    font-weight: 700;
    line-height: 100.5%; /* 39.119px */
    letter-spacing: 0.389px;
    color: #000;
    text-align: center;
    display: inline-block;
    gap: 16px;
    font-size: 38px;
    padding: 7px 30px 23px 45px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.single-page-content.style-2 .content-row .button:after {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0px 5.44px 5.44px 0px rgba(255, 255, 255, 0.35) inset;
    background: linear-gradient(180deg, #D5FB4F 0%, #AFFF2E 100%);
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: -1;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.single-page-content.style-2 .content-row .button .button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.single-page-content.style-2 .content-row .button .button-text:after {
    height: 29px;
    content: url("");
}

.single-page-content.style-2 .content-row .button:hover:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(180deg, #D5FB4F 0%, #AFFF2E 100%);
    top: -4px;
}

.single-page-content.style-2 .content-row .button:hover{
    padding: 11px 30px 19px 45px;
}

.single-page-content.style-2 .content-row .col:first-child {
    max-width: 560px;
}

.single-page-content.style-2 .section-steps {
    background: #90E1FF;
}

.single-page-content.style-2 .step .number {
    background: #000031;
}

.single-page-content.style-2 .step:not(:last-of-type):after {
    content: url("");
}

.single-page-content.style-2 .step .text {
    color: #000031;
}

.single-page-content.style-2 .section-payment {
    padding: 32px 0;
    background: #001733;
}

.single-page-content.style-2 .section-legal {
    background: #001733;
}

.single-page-content.style-2 .section-footer {
    background: #010121;
}


/* STYLE 3 */
.single-page-content.style-3 .header {
    border-bottom: 3px solid #FFC387;
    background: #1C3353;
}

.single-page-content.style-3 .content-row {
    padding: 80px 0;
}

.single-page-content.style-3 .header-inner {
    justify-content: center;
    gap: 32px;
}

.single-page-content.style-3 .header .button {
    background: rgba(60, 30, 0, 0.50);
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.1;
}

.single-page-content.style-3 .header .button:hover {
    background: #fff;

}

.single-page-content.style-3 .section-top {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-page-content.style-3 .section-top .container {
    max-width: 1224px;
}

.single-page-content.style-3 .content-row .col:first-child {
    text-align: left;
}

.single-page-content.style-3 .content-row .title {
    color: #181818;
    font-family: "Barlow Condensed", serif;
    margin-bottom: 20px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.80);
    display: inline-block;
}

.single-page-content.style-3 .content-row .heading-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 58px;
    font-weight: 700;
}

.single-page-content.style-3 .content-row .heading-subtitle {
    font-size: 50px;
}

.single-page-content.style-3 .content-row .button {
    border-radius: 16px;
    background: #7E6837;
    box-shadow: 0px 4.866px 20px 0px rgba(60, 30, 0, 0.70);
    font-family: "Barlow Condensed", serif;
    font-weight: 700;
    line-height: 100.5%;
    /*39.119px*/letter-spacing: 0.389px;
    color: #000;
    text-align: center;
    display: inline-block;
    gap: 16px;
    font-size: 38px;
    padding: 7px 30px 23px 45px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
    animation: glowing 2s ease-in-out infinite;
    -webkit-animation: glowing 2s ease-in-out infinite;
}

.single-page-content.style-3 .content-row .button:after {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 16px;
    background: linear-gradient(180deg, #DEEFB1 0%, #FAD369 100%);
    box-shadow: 0px 0px 14px 0px rgba(255, 236, 192, 0.80), 0px 5.44px 5.44px 0px rgba(255, 255, 255, 0.35) inset;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: -1;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.single-page-content.style-3 .content-row .button .button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.single-page-content.style-3 .content-row .button .button-text:after {
    height: 29px;
    content: url("");
}

.single-page-content.style-3 .content-row .button:hover:after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(180deg, #E6F0BB 0%, #F9D66F 100%);
    box-shadow: 0px 0px 17.3px 0px #FFF8EA, 0px 4.866px 20px 0px rgba(60, 30, 0, 0.70);
    top: -4px;
}

.single-page-content.style-3 .content-row .button:hover{
    padding: 11px 30px 19px 45px;
    animation: none;
    -webkit-animation: none;
}

@keyframes glowing {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

.single-page-content.style-3 .section-steps {
    background: #002B6B;
}

.single-page-content.style-3 .step .number {
    color: #FFF;
    font-size: 118px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
}

.single-page-content.style-3 .step .text {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 220px;
    color: #FFF;
}

.single-page-content.style-3 .step:not(:last-of-type):after {
    content: '';
    width: 2px;
    height: 100%;
    display: inline-block;
    background: #fff;
}

.single-page-content.style-3 .section-payment {
    padding: 32px 0;
    background: #0D203C;
}

.single-page-content.style-3 .payment-wrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.single-page-content .section-legal h4 {
    color: rgba(255, 255, 255, 0.90);
}

.single-page-content.style-3 .payment-wrap h4 {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.90);
    max-width: 430px;
    text-align: left;
}

.single-page-content.style-3 .payment-logos {
    gap: 20px;
}

.single-page-content.style-3 .section-legal {
    background: #0D1521;
}

.single-page-content.style-3 .steps-wrap {
    gap: 70px;
}


@media (max-width: 1600px) {
    .single-page-content .container {
        max-width: 1195px;
    }

    .single-page-content.style-2 .content-row {
        padding: 65px 0;
    }

    .single-page-content.style-3 .content-row {
        padding: 65px 0;
    }
}

@media (max-width: 990px) {
    .single-page-content .content-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .single-page-content .content-row .col:last-child {
        margin-top: 30px;
    }

    .single-page-content.style-1 .content-row .col:last-child {
        padding-top: 0;
    }

    .single-page-content.style-2 .content-row .col:first-child {
        text-align: center;
    }

    .single-page-content.style-2 .content-row .heading-title {
        text-align: center;
    }

    .single-page-content.style-2 .section-top {
        padding-bottom: 50%;
        background-size: cover;
        background-position: center;
    }

    .single-page-content.style-3 .content-row .col:first-child {
        text-align: center;
    }

    .single-page-content.style-3 .content-row .heading-title {
        text-align: center;
    }

    .single-page-content.style-3 .section-top {
        padding-bottom: 50%;
        background-image: url("");
        background-size: cover;
        background-position: center;
    }

    .single-page-content.style-3 .step .number {
        font-size: 70px;
    }

    .single-page-content.style-3 .step .text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .single-page-content .content-row {
        padding: 16px;
    }

    .single-page-content .header .logo img {
        max-width: 170px;
        max-height: 65px;
    }

    .single-page-content .steps-wrap {
        flex-direction: column;
        gap: 60px;
    }

    .section-footer {
        padding: 10px 16px;
    }

    .single-page-content .content-row  .logo-wrap {
        margin-bottom: 0;
    }

    .single-page-content .content-row  .logo-wrap img {
        max-width: 240px;
        max-height: 130px;
    }

    /* STYLE 1 */
    .single-page-content.style-1 .payment-wrap {
        padding: 16px;
    }

    .single-page-content.style-1 .content-row .button {
        font-size: 23px;
        margin-top: 15px;
        padding: 19px 20px 16px;
        width: fit-content;
    }

    .single-page-content.style-1 .section-top {
        background-position: -108% 20%;
    }

    .single-page-content .content-row .title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .single-page-content .content-row .heading-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .single-page-content .content-row .heading-subtitle {
        font-size: 25px;
    }

    .single-page-content .step:not(:last-of-type):after {
        right: 50%;
        transform: rotate(90deg);
        bottom: -55px;
    }

    .single-page-content .section-legal h4 {
        padding: 0 20px;
    }

    .single-page-content .section-legal .partner-logos {
        gap: 15px;
    }

    .single-page-content .payment-logos {
        gap: 15px;
    }


    /* STYLE 2 */

    .single-page-content.style-2 .content-row .title {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .single-page-content.style-2 .content-row {
        padding: 30px 0;
    }

    .single-page-content.style-2 .content-row .heading-title {
        font-size: 35px;
    }

    .single-page-content.style-2 .content-row .heading-subtitle {
        font-size: 35px;
    }

    .single-page-content.style-2 .content-row .button {
        font-size: 25px;
        margin-top: 20px;
    }

    .single-page-content.style-2 .payment-logos {
        gap: 12px;
    }

    .single-page-content.style-2 .payment-logos img {
        max-width: 35px;

    }

    .single-page-content.style-2 .section-payment,
    .single-page-content.style-2 .section-legal,
    .single-page-content.style-2 .section-steps {
        padding: 16px 0;
    }


    /* STYLE 3 */
    .single-page-content.style-3 .content-row {
        padding: 16px;
    }

    .single-page-content.style-3 .header-inner {
        justify-content: space-between;
    }

    .single-page-content.style-3 .content-row .title {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .single-page-content.style-3 .content-row {
        padding: 30px 0;
    }

    .single-page-content.style-3 .content-row .heading-title {
        font-size: 35px;
    }

    .single-page-content.style-3 .content-row .heading-subtitle {
        font-size: 35px;
    }

    .single-page-content.style-3 .content-row .button {
        font-size: 25px;
        margin-top: 20px;
    }

    .single-page-content.style-3 .payment-logos {
        gap: 12px;
    }

    .single-page-content.style-3 .payment-logos img {
        max-width: 35px;

    }

    .single-page-content.style-3 .section-payment,
    .single-page-content.style-3 .section-legal,
    .single-page-content.style-3 .section-steps {
        padding: 16px 0;
    }

    .single-page-content.style-3 .steps-wrap {
        flex-direction: row;
    }

    .single-page-content.style-3 .step .number {
        font-size: 45px;
    }

    .single-page-content.style-3 .step .text {
        font-size: 10px;
    }

    .single-page-content.style-3 .step:not(:last-of-type):after {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        right: -50px;
        bottom: 0;
        width: 1px;
    }

    .single-page-content.style-3 .payment-wrap {
        flex-direction: column;
    }
    .single-page-content.style-3 .payment-wrap h4 {
        font-size: 19px;
        text-align: center;
    }
}
