/* 
------------------
Template Name: Jackpot - Online casino and gambling HTML Template
Author: Themes_Heaven
Version: 1.1
------------------

1.Table of content index page
============================
1.Menu part
2.Banner part
3.Game Part
4.Claim us Part
5.Membership Part
6.Tounament Part
7.Payment part
8.Footer Part

2. Table of content About page
============================
1.Menu part
2.About banner part
3.About video part
4.About Game part
5.Payment part
6.Footer Part

3. Table of content Game page
===================================
1.Menu part
2.Game banner part
3.Game part
4.Payment part
5.Footer Part

4.Table of content Membership page
===================================
1.Menu part
2.Membership banner part
3.Membership part
4.Payment part
5.Footer Part

5. Table of content Contact page
==================================
1.Menu part
2.Contact banner part
3.Contact main part
4.Payment part
5.Footer Part

6. Table of content Signup page
==================================
1.Menu part
2.Signup banner part
3.Signup part
4.Payment part
5.Footer Part

7. Table of content Login page
==================================
1.Menu part
2.Login banner part
3.Login part
4.Payment part
5.Footer Part

8. Table of content Error 404 page
=====================================
1.Menu part
2.Error 404 part
3.Payment part
4.Footer Part

9. Table of content Promotion page
=====================================
1.Menu part
2.Promotion banner part
3.Promotion Coins part
4.Promotion player part
5.Promotion bonus part
6.Payment part
7.Footer Part

*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}


/*========================================
            Common Css End
========================================*/


/*========================================
            Menu part start 
========================================*/

.navbar {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 98px;
    z-index: 999;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.menu_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding-bottom: 18px;
}

.menu_head a img {
    height: 98px;
}

.main_menu ul li a.nav-link {
    padding: 10px 10px !important;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.main_menu ul li a:hover {
    color: #ff39dc;
}

.main_menu ul li a.active {
    color: #ff39dc;
}

.main_menu {
    margin-top: 15px;
}

.main_menu > a {
    text-decoration: none;
    padding: 14px 25px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    margin-left: 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
}

.main_menu > a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 27px 0;
}

.main_menu > .active {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}


/*========================================
            Menu part End 
========================================*/


/*========================================
            Banner part start 
========================================*/

#banner_part {
    background: #150035;
    padding: 250px 0 285px 0;
    position: relative;
}

.banner_img img {
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    height: 600px;
}


.banner_item{
    padding: 230px 0;
    position: relative;
    z-index: 999;
    height: 100vh;
}

.banner_item::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner_text h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    filter: drop-shadow(0 0 25px #4d0148);
}

/* .banner_text h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px #4d0148);
    margin-top: -35px;
} */

.banner_text h1{
    /* color: #ff39dc; */
    color: #ffffff;
    margin-bottom: 24px;
	text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    color: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    font-size: 49px;
}

.banner_text p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin-top: -30px;
}

.banner_text a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    margin-top: 22px;
}

.banner_text a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}


/*========================================
            Banner part End 
========================================*/


/*========================================
            Game part start 
========================================*/

#game_part {
    background: #0b001b;
    position: relative;
    padding: 179px 0 100px 0;
}

.game_flow {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
    position: absolute;
    top: -304px;
    left: 0;
    width: 100%;
}

.flow_sha {
    filter: drop-shadow(0px 6px 0px rgba(58, 0, 144, 1));
}

.border_shadow {
    -webkit-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    -moz-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    background: #9e4efc;
    background: -moz-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to right, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=1);
    padding: 45px 15px;
    filter: drop-shadow(30px 10px 4px #4444dd);
}

.game_text h2 {
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    margin-bottom: 18px;
}

.game_text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    margin-bottom: 10px;
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
}

.game_text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.game_head {
    margin-top: 27px;
}

.game_head span {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    margin: 160px 0 60px 0;
}

.game_img {
    position: relative;
    margin-top: 46px;
}

.game_overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.game_img .game_overly h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.game_img .game_overly a {
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.game_img .game_overly a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.game_img:hover .game_overly {
    opacity: 1;
}

.game_img .game_overly gamea:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: linear-gradient(to bottom, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
}


/*========================================
            Game part End 
========================================*/


/*========================================
            Claim part Start 
========================================*/

#claim_part {
    background: #150035;
    padding: 100px 0 100px 0;
}

.claim_text {
    padding-top: 60px;
}

.claim_text h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.claim_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    padding-top: 50px;
}

.claim_text p span {
    display: block;
    padding-top: 20px;
}

.claim_text a {
    text-decoration: none;
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    display: inline-block;
    margin-top: 25px;
}

.claim_text a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}


/*========================================
            Claim part End 
========================================*/


/*========================================
            Membership part Start 
========================================*/

#pricing_part {
    background: #0b001b;
    padding: 95px 0 130px 0;
}

.pricing_inner {
    background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    padding: 0 0 40px 0;
    border-radius: 5px;
    position: relative;
    transition: all .5s linear;
    /*
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
*/
}

.pricing_head {
    margin-bottom: 57px;
}

.pricing_inner_head {
    position: relative;
}

.pricing_head h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.pricing_inner_head h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding: 20px 0;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: linear-gradient(to bottom, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    opacity: 0;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    border-bottom: 6px solid #661355;
}

.price_main:hover .pricing_inner_head h2 {
    opacity: 1;
}

.pricing_inner h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 12px;
    padding-top: 60px;
}

.pricing_inner h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.pricing_inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 22px;
    border-bottom: 1px solid #6428b4;
}

.pricing_inner ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding: 9px;
}

.pricing_inner ul li:first-child {
    padding-top: 30px;
}

.pricing_inner ul li:last-child {
    padding-bottom: 15px;
}

.pricing_inner a {
    text-decoration: none;
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

.price_main:hover .pricing_inner a {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.pricing_inner:hover {
    transform: translateY(30px);
}

.pricing_inner:hover .pricing_inner_head {
    opacity: 1;
}


/*========================================
            Membership part End 
========================================*/


/*========================================
            Tounament part Start 
========================================*/

#tounament_part {
    background: #150035;
    padding: 92px 0 100px 0;
}

.touna_head_left h3 {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 40%, #fcb100 45%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    position: relative;
}

.touna_head_left h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 3px;
    color: #fcb100;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 67%, #290a59 67%);
    background: -webkit-linear-gradient(top, #000000 67%, #290a59 67%);
    background: linear-gradient(to bottom, #000000 67%, #290a59 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#290a59', GradientType=0);
}

.touna_head_left .effect2 {
    position: absolute;
    left: 0;
    bottom: -51px;
    animation: lineshine2 10s infinite;
    animation-direction: alternate;
    z-index: 99;
}

.touna_head_left .effect3 {
    position: absolute;
    left: 0;
    bottom: -51px;
    animation: lineshine3 10s infinite;
    animation-direction: alternate;
    z-index: 99;
}

.touna_left_inner {
    margin-top: 65px;
}

.touna_left_inner .card {
    background: #150035;
    border: none;
    background-clip: inherit;
}

.touna_left_inner .card.add_border {
    border: 1px solid #fcb100;
    border-radius: 0;
}

.touna_left_inner button {
    text-decoration: none !important;
    padding-left: 30px !important;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}

.touna_left_inner button i {
    float: right;
    color: #fffeff;
    padding-right: 50px;
    padding-top: 9px;
}

.touna_left_inner button span {
    color: #fffeff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.touna_head_left .card-header {
    padding: 0;
}

.touna_head_left .card-body {
    padding: 0;
    padding-left: 30px;
}

.touna_head_left .btn {
    padding: 0;
}

.card-body p {
    color: #fffeff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 25px;
}

.btn:not(:disabled):not(.disabled) {
    padding-bottom: 25px;
}

.accordion .add_border:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #fcb100 !important;
}

.coun_text {
    margin-top: 85px;
}

.coun_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.coundown {
    float: left;
    margin-top: 65px;
    border: 1px solid #fcb100;
    height: 70px;
    width: 70px;
    margin-left: 18px;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
}

.cou_mar {
    margin-left: 0;
}

.coundown span {
    color: #fcb100;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.coundown p {
    color: #fcb100;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.tun_scroll {
    padding-right: 15px;
    height: 320px;
}

.scl_pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tun_border::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 3px;
    color: #fcb100;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 67%, #290a59 67%);
    background: -webkit-linear-gradient(top, #000000 67%, #290a59 67%);
    background: linear-gradient(to bottom, #000000 67%, #290a59 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#290a59', GradientType=0);
}

.scll_main {
    display: flex;
}

.toun_scroll_name {
    margin-right: 10px;
}

.toun_scroll_name h5,
p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.pad_today {
    padding-bottom: 30px;
}

.card_border {
    border: 1px solid red !important;
}


/*========================================
            Tounament part End 
========================================*/


/*========================================
            Payment part Start 
========================================*/

#payment_part {
    padding: 30px 0;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    border-bottom: 6px solid #3a0090;
}

.subcrib h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    text-shadow: 4px 4px 0px #5813b8;
    padding-bottom: 15px;
}

.pay_form {
    position: relative;
}

.pay_form input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #000;
    margin-top: 10px;
    padding-left: 15px;
    color: #fff;
    padding-right: 50px;
}

.pay_form input::placeholder {
    color: #3a0090;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.pay_butt {
    position: absolute;
    right: 0;
    top: 10px;
    height: 40px;
    width: 48px;
    background: transparent;
    border: none;
    border-left: 1px solid #000;
    cursor: pointer;
}

.pay_butt:focus {
    outline: 0;
}

.pay_meth h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    text-shadow: 4px 4px 0px #5813b8;
    padding-bottom: 15px;
}

.pay_meth a img {
    padding-right: 10px;
    margin-top: 10px;
}


/*========================================
            Payment part End 
========================================*/


/*========================================
            Footer part Start 
========================================*/

#footer_part {
    padding: 55px 0 34px 0;
    background: #0b001b;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1);
}

.foot_about h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 21px;
}

.foot_about p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 23px;
}

.foot_about i {
    font-size: 20px;
    color: #fff;
    height: 53px;
    width: 50px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
}

.foot_about i:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
}

.foot_info_head h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 21px;
}

.foot_secu_text {
    display: flex;
}

.foot_info_text ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 15px;
    display: inline-block;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.foot_info_text ul li a:hover {
    color: #ff39dc;
}

.foot_secu h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 27px;
}

.foot_secu_text {
    padding-bottom: 27px;
}

.foot_secu_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding-left: 30px;
}

.foot_secu_text p span {
    display: block;
}

.foot_bot {
    padding: 20px 0;
    background: #0b001b;
    position: relative;
}

.foot_bot:after {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    color: #fcb100;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 67%, #290a59 67%);
    background: -webkit-linear-gradient(top, #000000 67%, #290a59 67%);
    background: linear-gradient(to bottom, #000000 67%, #290a59 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#290a59', GradientType=0);
}

.effect {
    position: absolute;
    left: 0;
    top: -15px;
    animation: lineshine 10s infinite;
    animation-direction: alternate;
    z-index: 999;
}

@-webkit-keyframes lineshine {
    form {
        left: 0;
    }
    to {
        left: 95%;
    }
}

@-webkit-keyframes lineshine2 {
    form {
        left: 0;
    }
    to {
        left: 91%;
    }
}

@-webkit-keyframes lineshine3 {
    form {
        left: 0;
    }
    to {
        left: 88%;
    }
}


/*========================================
            Footer part End 
========================================*/


/*========================================
            Home Page End 
========================================*/


/*========================================
            About Page Start 
========================================*/


/*========================================
            About Banner Start 
========================================*/

#about_banner {
    padding: 185px 0 210px 0;
    background: #150035;
}

.about_menu h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.bread span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    text-shadow: 3px 6px 0px #1f004f;
    padding: 0 5px;
}

.bread a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    text-align: center;
    text-shadow: 3px 6px 0px #1f004f;
    display: inline-block;
}

.bread a.active {
    color: #ff39dc;
}


/*========================================
            About Banner End 
========================================*/


/*========================================
            About Video Start 
========================================*/

.client_bg {
    background: #0b001b !important;
}

.about_game {
    top: -220px;
}

.abou_clie {
    padding-top: 123px
}

.about_play {
    padding-top: 80px;
}

.about_play p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.about_play p span {
    display: block;
    padding-top: 20px;
}

.about_play .paly_1st {
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    margin-top: 26px;
}

.about_play .paly_1st:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.about_play .play_but i {
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    line-height: 50px;
}

.about_play .play_but i {
    margin: 0 15px 0 30px;
}

.about_play .play_but span {
    color: #fff;
}

.about_play .play_but:hover span {
    color: #a60084;
}

.about_play .play_but:hover i {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}


/*========================================
            About Video End 
========================================*/


/*========================================
            About game Start 
========================================*/

.about_page_game {
    background: #150035 !important;
    padding: 58px 0 150px 0 !important;
    position: relative;
}

.about_game_slider ul.slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -50px;
    ;
    transform: translateX(-50%);
}

.about_game_slider ul.slick-dots li {
    margin-right: 10px;
}

.about_game_slider ul.slick-dots li button {
    height: 12px;
    width: 12px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #207cca 100%, #207cca 100%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #207cca 100%, #207cca 100%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #207cca 100%, #207cca 100%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
    outline: 0;
}

.about_game_slider ul.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
}


/*========================================
            About game End 
========================================*/


/*========================================
            About Page End 
========================================*/


/*========================================
            Game Page Start 
========================================*/

.game_img_pad {
    margin-top: 30px;
}

.main_game {
    padding: 79px 0 61px 0;
}

.client_bg2 {
    padding: 100px 0 38px 0 !important;
}


/*========================================
            Game Page End 
========================================*/


/*========================================
            Membership Page Start 
========================================*/

#pricing_page {
    background: #0b001b;
    padding: 95px 0 130px 0;
}

.pri_page {
    margin-top: 46px
}

.pri_page_in {
    margin-top: 83px;
}

.pricing_game {
    top: -260px;
}


/*========================================
            Membership Page End 
========================================*/


/*========================================
            Contact Page Start 
========================================*/

#contact_page {
    background: url(../images/contact_banner.jpg) no-repeat center;
    background-size: cover;
    padding: 220px 0 100px 0;
    position: relative;
    z-index: 1;
}

.contact_banner {
    padding: 183px 0 215px 0 !important;
}

#contact_page:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.contact_game {
    top: -345px;
}

.cont_address {
    display: flex;
}

.con_icon i {
    color: #fff;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    margin-right: 30px;
}

.address_text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 17px;
}

.address_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
}


/*========================================
            Contact Page End 
========================================*/


/*========================================
            Signup Page Start 
========================================*/

.sign_form_part {
    background: url(../images/sigiup_banner.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.signup_form_pad {
    padding: 100px 0;
}

.main_signup h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    line-height: 30px;
}

.main_signup > p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    position: relative;
}

.main_signup > p::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
}

.signup_inner .fast_input {
    margin-top: 80px;
}

.signup_inner input {
    width: 100%;
    margin-bottom: 50px;
    padding: 15px 30px 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.signup_inner input::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.signup_inner .sign_input_inner {
    position: relative;
}

.signup_inner .sign_input_inner .fas {
    position: absolute;
    right: 20px;
    top: 18%;
    color: #fff;
}

.signup_inner button {
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    width: 100%;
    border: 0;
    margin-bottom: 25px;
    cursor: pointer;
}

.signup_inner button:focus {
    outline: 0;
}

.signup_inner button:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.signup_inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    line-height: 50px;
}

.signup_inner p a {
    color: #ff39dc;
}

.signup_inner h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    float: right;
}

.signup_inner h6 a {
    position: relative;
}

.signup_inner h6 i {
    font-size: 16px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    text-align: center;
    line-height: 50px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
}

.signup_inner h6 i:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
}

.signup_inner h6 i:after {
    position: absolute;
    content: "";
    right: -18px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #330080;
}

.signup_inner h6 a:last-child i:after {
    display: none;
}


/*========================================
            Signup Page End 
========================================*/


/*========================================
            Login Page start 
========================================*/

.login_main .log_acc_yet {
    float: right;
}

.login_main a {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

.login_main a:hover {
    color: #ff39dc;
}

.login_main .log_inner {
    margin-top: 50px;
}


/*========================================
            Login Page End 
========================================*/


/*========================================
        Promotion Page Start 
========================================*/

.promo_part {
    background: #0b001b !important;
}

.promo_flow {
    top: -125px !important;
}

#promotion_banner {
    background: #150035;
}

.pro_banner {
    background: url(../images/promotion_banner.png) no-repeat center;
    background-size: cover;
    padding: 225px 0 100px;
}

.prom_banner_left h3 {
    font-size: 103px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px #4d0148);
    margin-top: 45px;
    text-transform: uppercase;
}

.promo_banner_text h1 {
    font-size: 198px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px #4d0148);
    margin-top: -35px;
}

.promo_banner_text h2 {
    font-size: 56px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.promo_banner_text h2 span {
    font-size: 91px;
    display: block;
}

.promo_banner_text a {
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    text-shadow: 5px 5px 0px rgba(88, 19, 184, .8);
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.promo_banner_text a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}


/*========================================
        Promotion player part Start 
========================================*/

#promo_player_part {
    background: #0b001b;
    padding: 60px 0;
}

.pro_player_text {
    padding-top: 118px;
}

.pro_player_text h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.pro_player_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 26px;
    padding-top: 50px;
}

.pro_player_text p span {
    display: block;
    padding-top: 24px;
}

.pro_player_offer {
    position: relative;
    height: 570px;
}

.pro_offer_inner {
    position: relative;
    width: 270px;
}

.pro_offer_inner .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 120px;
}

.pro_offer_inner .overly h4 {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    padding-bottom: 5px;
}

.pro_offer_inner .overly h3 {
    font-size: 37px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    padding-bottom: 5px;
}

.pro_offer_inner .overly p {
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    filter: drop-shadow(0 0 25px #4d0148);
    padding: 0 39px;
    line-height: 23px;
    font-size: 40px;
    color: #fff;
    border-radius: 12px;
    font-family: 'Great Vibes', cursive;
    text-shadow: 5px 3px 0px #ef8d22;
    display: inline-block;
}

.pro_offer1 {
    position: absolute;
    left: -40px;
    top: 0;
    animation: playerss 16s infinite;
}

.pro_offer2 {
    position: absolute;
    right: 0;
    top: 170px;
    animation: playerss2 16s infinite;
}

.pro_offer3 {
    position: absolute;
    left: -40px;
    bottom: 0;
    animation: playerss3 16s infinite;
}

.pro_offer4 {
    position: absolute;
    left: -250px;
    top: 170px;
    animation: playerss4 16s infinite;
}

@keyframes playerss {
    25% {
        position: absolute;
        left: 39%;
        top: 170px;
    }
    50% {
        position: absolute;
        left: -40px;
        top: 58%;
    }
    75% {
        position: absolute;
        left: -250px;
        top: 170px;
    }
    100% {
        position: absolute;
        left: -40px;
        top: 0;
    }
}

@keyframes playerss2 {
    25% {
        position: absolute;
        right: 48.4%;
        top: 58%;
    }
    50% {
        position: absolute;
        right: 95.5%;
        top: 170px;
    }
    75% {
        position: absolute;
        right: 48%;
        top: 0;
    }
    100% {
        position: absolute;
        right: 0;
        top: 170px;
    }
}

@keyframes playerss3 {
    25% {
        position: absolute;
        left: -250px;
        bottom: 160px;
    }
    50% {
        position: absolute;
        left: -40px;
        bottom: 330px;
    }
    75% {
        position: absolute;
        left: 39%;
        bottom: 160px;
    }
    100% {
        position: absolute;
        left: -40px;
        bottom: 0;
    }
}

@keyframes playerss4 {
    25% {
        position: absolute;
        left: -40px;
        top: 0;
    }
    50% {
        position: absolute;
        left: 39%;
        top: 170px;
    }
    75% {
        position: absolute;
        left: -40px;
        top: 58%;
    }
    100% {
        position: absolute;
        left: -250px;
        top: 170px;
    }
}


/*========================================
        Promotion Bonus part Start 
========================================*/

#prom_bonus_part {
    padding: 100px 0;
    background: #150035;
}

.promo_bonus_text {
    text-align: center;
}

.promo_bonus_text h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
}

.promo_bonus_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    padding-top: 12px;
}

.promo_bonus_text p span {
    display: block;
    padding-top: 30px;
}


/*========================================
        Promotion Page End 
========================================*/

/* =========================================
            MODERN STICKY CASINO NAVBAR
========================================= */

body {
    padding-top: 92px;
}

.casino-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(10, 12, 18, 0.92);
    backdrop-filter: blur(14px);

    padding: 18px 0;

    border-bottom: 1px solid rgba(255,255,255,0.08);

    transition:
        background 0.3s ease,
        padding 0.3s ease,
        box-shadow 0.3s ease;
}

/* Navbar on scroll */

.casino-navbar.scrolled {
    background: rgba(7, 10, 16, 0.98);
    padding: 12px 0;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.35);
}

.casino-navbar .navbar-brand img {
    max-height: 56px;
    transition: 0.3s ease;
}

.casino-navbar.scrolled .navbar-brand img {
    max-height: 48px;
}

.casino-navbar .navbar-nav {
    gap: 8px;
}

.casino-navbar .nav-link {
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;

    padding: 10px 16px !important;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    position: relative;
}

.casino-navbar .nav-link:hover {
    color: #d4af37;
}

.casino-navbar .nav-link::after {
    content: '';

    position: absolute;

    left: 16px;
    bottom: 4px;

    width: 0;
    height: 2px;

    background: #d4af37;

    transition: width 0.3s ease;
}

.casino-navbar .nav-link:hover::after {
    width: calc(100% - 32px);
}

/* CTA BUTTON */

.casino-nav-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    border-radius: 10px;

    background: linear-gradient(
        135deg,
        #d4af37 0%,
        #f2d675 100%
    );

    color: #111 !important;

    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.6px;

    transition: all 0.3s ease;

    box-shadow:
        0 10px 30px rgba(212,175,55,0.25);
}

.casino-nav-btn a:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 34px rgba(212,175,55,0.35);

    color: #000 !important;
}

/* MOBILE MENU */

.navbar-toggler {
    border: none;
    color: #fff;
    font-size: 24px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {

    body {
        padding-top: 82px;
    }

    .casino-navbar {
        padding: 14px 0;
    }

    .casino-navbar .navbar-collapse {
        background: #11151d;

        padding: 20px;

        margin-top: 16px;

        border-radius: 14px;

        border: 1px solid rgba(255,255,255,0.06);
    }

    .casino-navbar .navbar-nav {
        gap: 0;

        align-items: flex-start !important;
    }

    .casino-navbar .nav-link {
        padding: 12px 0 !important;
    }

    .casino-nav-btn {
        margin-top: 16px;
        width: 100%;
    }

    .casino-nav-btn a {
        width: 100%;
    }
}

/* =========================================
            PREMIUM HERO BANNER
========================================= */

.casino-hero {
    position: relative;
    min-height: calc(100vh - 92px);

    display: flex;
    align-items: center;

    padding: 120px 0 100px;

    overflow: hidden;
}

.casino-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 10, 16, 0.96) 0%,
            rgba(7, 10, 16, 0.82) 42%,
            rgba(7, 10, 16, 0.45) 70%,
            rgba(7, 10, 16, 0.30) 100%
        ),
        radial-gradient(
            circle at 20% 35%,
            rgba(212, 175, 55, 0.18),
            transparent 34%
        );

    z-index: 1;
}

.casino-hero .container {
    position: relative;
    z-index: 2;
}

.casino-hero-content {
    max-width: 760px;
}

.casino-hero-label {
    display: inline-flex;
    align-items: center;

    padding: 9px 16px;
    margin-bottom: 24px;

    border: 1px solid rgba(212,175,55,0.45);
    border-radius: 999px;

    background: rgba(255,255,255,0.06);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.casino-hero h1 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 76px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Anton', sans-serif;

    letter-spacing: 1px;
    text-transform: uppercase;

    text-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.casino-hero h2 {
    max-width: 680px;

    margin-bottom: 24px;

    color: #d4af37;

    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.casino-hero p {
    max-width: 680px;

    margin-bottom: 34px;

    color: rgba(255,255,255,0.82);

    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.casino-hero-bonus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;

    max-width: 720px;

    margin-bottom: 36px;
}

.casino-hero-bonus div {
    padding: 18px 20px;

    border-radius: 16px;

    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);

    backdrop-filter: blur(10px);
}

.casino-hero-bonus span {
    display: block;

    margin-bottom: 6px;

    color: rgba(255,255,255,0.62);

    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.casino-hero-bonus strong {
    display: block;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.casino-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;

    padding: 16px 34px;

    border-radius: 12px;

    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);

    color: #111 !important;

    font-size: 16px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.8px;

    box-shadow: 0 16px 38px rgba(212,175,55,0.32);

    transition: all 0.3s ease;
}

.casino-hero-btn:hover {
    transform: translateY(-3px);

    box-shadow: 0 20px 46px rgba(212,175,55,0.42);

    color: #000 !important;
}

.casino-hero-link {
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.6px;

    border-bottom: 1px solid rgba(212,175,55,0.7);

    transition: all 0.3s ease;
}

.casino-hero-link:hover {
    color: #d4af37;
}

/* Mobile */

@media (max-width: 991px) {

    .casino-hero {
        min-height: auto;
        padding: 100px 0 80px;
    }

    .casino-hero h1 {
        font-size: 56px;
    }

    .casino-hero h2 {
        font-size: 25px;
    }

    .casino-hero p {
        font-size: 16px;
    }

    .casino-hero-bonus {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    .casino-hero {
        padding: 85px 0 65px;
    }

    .casino-hero h1 {
        font-size: 44px;
    }

    .casino-hero h2 {
        font-size: 22px;
    }

    .casino-hero-actions {
        align-items: stretch;
    }

    .casino-hero-btn,
    .casino-hero-link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .casino-hero-link {
        padding-bottom: 8px;
    }
}

/* =========================================
        CASINO ONLINE PROMO SECTION
========================================= */

.casino-promo {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(212,175,55,0.14), transparent 32%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);
    overflow: hidden;
}

.casino-promo::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 45%),
        linear-gradient(45deg, transparent 0%, rgba(212,175,55,0.06) 100%);
    pointer-events: none;
}

.casino-promo .container {
    position: relative;
    z-index: 2;
}

.casino-promo-card {
    position: relative;
    padding: 56px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
    border: 1px solid rgba(212,175,55,0.28);
    box-shadow:
        0 30px 90px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.casino-promo-card::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(212,175,55,0.16);
    filter: blur(18px);
}

.casino-promo-content {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.casino-promo-label {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.45);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.casino-promo h2 {
    max-width: 850px;
    margin: 0 auto 22px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.casino-promo-content > p {
    max-width: 820px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.casino-promo-offer {
    max-width: 900px;
    margin: 0 auto 38px;
    padding: 28px 32px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(212,175,55,0.22), rgba(212,175,55,0.06));
    border: 1px solid rgba(212,175,55,0.36);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.casino-promo-offer span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.68);
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-promo-offer strong {
    display: block;

    color: #f2d675;

    font-size: 26px;
    line-height: 1.35;

    font-weight: 900;
    font-family: 'Nunito', sans-serif;

    white-space: nowrap;
}

.casino-promo-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 38px;
}

.casino-promo-step {
    padding: 28px 24px;
    border-radius: 20px;
    background: rgba(7,10,16,0.68);
    border: 1px solid rgba(255,255,255,0.08);
    text-align: left;
    transition: all 0.3s ease;
}

.casino-promo-step:hover {
    transform: translateY(-5px);
    border-color: rgba(212,175,55,0.35);
    box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

.casino-promo-step span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #d4af37;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    font-family: 'Anton', sans-serif;
}

.casino-promo-step h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-promo-step p {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.casino-promo-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.casino-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    padding: 17px 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    color: #111 !important;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    box-shadow: 0 16px 40px rgba(212,175,55,0.30);
    transition: all 0.3s ease;
}

.casino-promo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(212,175,55,0.42);
    color: #000 !important;
}

.casino-promo-note {
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

/* Mobile */

@media (max-width: 991px) {

    .casino-promo {
        padding: 80px 0;
    }

    .casino-promo-card {
        padding: 38px 28px;
    }

    .casino-promo h2 {
        font-size: 38px;
    }

   .casino-promo-offer strong {
    font-size: 18px;
    white-space: normal;
}

    .casino-promo-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    .casino-promo {
        padding: 65px 0;
    }

    .casino-promo-card {
        padding: 30px 20px;
        border-radius: 22px;
    }

    .casino-promo h2 {
        font-size: 31px;
    }

    .casino-promo-content > p {
        font-size: 16px;
    }

    .casino-promo-offer {
        padding: 24px 20px;
    }

    .casino-promo-offer strong {
        font-size: 23px;
    }

    .casino-promo-actions {
        align-items: stretch;
    }

    .casino-promo-btn {
        width: 100%;
    }

    .casino-promo-note {
        width: 100%;
        text-align: center;
    }
}

/* =========================================
        CASINO ONLINE GAMES
========================================= */

.casino-games {
    padding: 105px 0;
    background:
        radial-gradient(circle at 80% 15%, rgba(212,175,55,0.12), transparent 30%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);
}

.casino-games-head {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.casino-games-head span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-games-head h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-games-head p {
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.casino-games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.casino-game-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 42px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.casino-game-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.casino-game-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.78) 100%);
    opacity: 0;
    transition: 0.3s ease;
}

.casino-game-card a {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 2;
    transform: translate(-50%, 12px);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 108px;
    padding: 10px 16px;

    border-radius: 10px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    color: #111 !important;

    font-size: 12px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    opacity: 0;
    transition: all 0.3s ease;
}

.casino-game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.38);
    box-shadow: 0 24px 58px rgba(0,0,0,0.38);
}

.casino-game-card:hover::after,
.casino-game-card:hover a {
    opacity: 1;
}

.casino-game-card:hover a {
    transform: translate(-50%, 0);
}

.casino-game-card {
    position: relative;
    overflow: hidden;

    border-radius: 18px;

    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);

    box-shadow: 0 18px 42px rgba(0,0,0,0.25);

    transition: all 0.3s ease;
}

/* Responsive */

@media (max-width: 1199px) {
    .casino-games-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .casino-games {
        padding: 80px 0;
    }

    .casino-games-head h2 {
        font-size: 38px;
    }

    .casino-games-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .casino-games {
        padding: 65px 0;
    }

    .casino-games-head {
        margin-bottom: 34px;
    }

    .casino-games-head h2 {
        font-size: 30px;
    }

    .casino-games-head p {
        font-size: 15px;
    }

    .casino-games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .casino-game-card {
        border-radius: 14px;
    }

    .casino-game-card a {
        position: static;
        transform: none;
        opacity: 1;

        width: 100%;
        min-width: auto;

        border-radius: 0;
        padding: 9px 8px;

        font-size: 11px;
    }

    .casino-game-card::after {
        display: none;
    }
}

/* =========================================
            ABOUT CASINO 
========================================= */

.casino-about {
    position: relative;
    padding: 115px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(212,175,55,0.12), transparent 32%),
        radial-gradient(circle at 88% 70%, rgba(255,255,255,0.05), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);
    overflow: hidden;
}

.casino-about-wrap {
    position: relative;
}

.casino-about-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
    opacity: 0.55;
}

.casino-about-decoration-one {
    top: -40px;
    right: 5%;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(212,175,55,0.35);
}

.casino-about-decoration-two {
    bottom: 15%;
    left: -50px;
    width: 260px;
    height: 260px;
    background: rgba(212,175,55,0.08);
}

.casino-about-image {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(212,175,55,0.28);
    box-shadow: 0 30px 80px rgba(0,0,0,0.42);
}

.casino-about-image img {
    display: block;
    width: 100%;
    height: auto;
}

.casino-about-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.62) 100%);
}

.casino-about-badge {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 20px;
    border-radius: 18px;
    background: rgba(7,10,16,0.82);
    border: 1px solid rgba(212,175,55,0.30);
    backdrop-filter: blur(12px);
}

.casino-about-badge span {
    display: block;
    margin-bottom: 5px;
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-about-badge strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-section-label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-about-content h2 {
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-about-content p {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.74);
    font-size: 17px;
    line-height: 1.85;
    font-family: 'Nunito', sans-serif;
}

.casino-about-highlight {
    margin-top: 30px;
    padding: 24px 26px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(212,175,55,0.18), rgba(255,255,255,0.05));
    border: 1px solid rgba(212,175,55,0.30);
}

.casino-about-highlight strong {
    display: block;
    margin-bottom: 8px;
    color: #f2d675;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
}

.casino-about-highlight span {
    display: block;
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Nunito', sans-serif;
}

.casino-about-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 70px;
}

.casino-about-info-card {
    padding: 28px 24px;
    border-radius: 22px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 18px 44px rgba(0,0,0,0.22);
    transition: 0.3s ease;
}

.casino-about-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212,175,55,0.35);
}

.casino-about-info-card span {
    display: block;
    margin-bottom: 18px;
    color: #d4af37;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
}

.casino-about-info-card h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-about-info-card p {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.75;
    font-family: 'Nunito', sans-serif;
}

.casino-about-services {
    margin-top: 70px;
    padding: 48px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
    border: 1px solid rgba(212,175,55,0.20);
}

.casino-about-services-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.casino-about-services-head span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #d4af37;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-about-services-head h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-about-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.casino-about-service {
    padding: 26px;
    border-radius: 20px;
    background: rgba(7,10,16,0.58);
    border: 1px solid rgba(255,255,255,0.08);
}

.casino-about-service h4 {
    margin-bottom: 10px;
    color: #f2d675;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-about-service p {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.75;
    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 1199px) {
    .casino-about-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .casino-about-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .casino-about {
        padding: 85px 0;
    }

    .casino-about-content h2 {
        font-size: 38px;
    }

    .casino-about-services {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .casino-about {
        padding: 65px 0;
    }

    .casino-about-content h2 {
        font-size: 31px;
    }

    .casino-about-content p {
        font-size: 16px;
    }

    .casino-about-info-grid,
    .casino-about-services-grid {
        grid-template-columns: 1fr;
    }

    .casino-about-services {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-about-services-head h3 {
        font-size: 29px;
    }

    .casino-about-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
    }
}

/* =========================================
            PREMIUM FEATURES
========================================= */

.casino-features {
    position: relative;
    padding: 110px 0;

    background:
        radial-gradient(circle at 85% 20%, rgba(212,175,55,0.10), transparent 30%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-features-head {
    max-width: 760px;

    margin: 0 auto 52px;

    text-align: center;
}

.casino-features-head span {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);

    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-features-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 46px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-features-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-features-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.casino-feature-card {
    position: relative;

    padding: 34px 28px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 22px 52px rgba(0,0,0,0.22);

    transition: all 0.3s ease;

    overflow: hidden;
}

.casino-feature-card::before {
    content: '';

    position: absolute;

    top: -80px;
    right: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(212,175,55,0.08);

    transition: 0.3s ease;
}

.casino-feature-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.30);

    box-shadow:
        0 28px 68px rgba(0,0,0,0.34);
}

.casino-feature-card:hover::before {
    background: rgba(212,175,55,0.12);
}

.casino-feature-icon {
    position: relative;
    z-index: 2;

    width: 68px;
    height: 68px;

    margin-bottom: 24px;

    border-radius: 18px;

    background:
        linear-gradient(135deg, #d4af37 0%, #f2d675 100%);

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 14px 34px rgba(212,175,55,0.24);
}

.casino-feature-icon i {
    color: #111;

    font-size: 28px;
}

.casino-feature-card h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 14px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.35;

    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-feature-card p {
    position: relative;
    z-index: 2;

    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-features {
        padding: 85px 0;
    }

    .casino-features-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-features {
        padding: 65px 0;
    }

    .casino-features-head {
        margin-bottom: 38px;
    }

    .casino-features-head h2 {
        font-size: 30px;
    }

    .casino-features-head p {
        font-size: 15px;
    }

    .casino-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .casino-feature-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .casino-feature-card h3 {
        font-size: 20px;
    }
}

/* =========================================
        GAMING OPPORTUNITIES
========================================= */

.casino-opportunities {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 18%, rgba(212,175,55,0.12), transparent 30%),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,0.05), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-opportunities::before {
    content: '';

    position: absolute;
    top: 90px;
    right: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.20);
}

.casino-opportunities::after {
    content: '';

    position: absolute;
    left: -120px;
    bottom: 80px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(212,175,55,0.06);
    filter: blur(8px);
}

.casino-opportunities .container {
    position: relative;
    z-index: 2;
}

.casino-opportunities-head {
    max-width: 860px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-opportunities-head span,
.casino-opportunities-label {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-opportunities-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 46px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-opportunities-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-opportunities-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;

    margin-bottom: 28px;
}

.casino-opportunities-panel {
    position: relative;

    padding: 42px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.09),
            rgba(255,255,255,0.035)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 24px 62px rgba(0,0,0,0.30);

    overflow: hidden;
}

.casino-opportunities-panel::before {
    content: '';

    position: absolute;
    top: -90px;
    right: -90px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(212,175,55,0.08);
}

.casino-opportunities-panel h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 16px;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-opportunities-panel p {
    position: relative;
    z-index: 2;

    margin-bottom: 26px;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-opportunities-list {
    position: relative;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.casino-opportunities-list span {
    display: inline-flex;

    padding: 9px 13px;

    border-radius: 999px;

    background: rgba(7,10,16,0.62);
    border: 1px solid rgba(212,175,55,0.20);

    color: rgba(255,255,255,0.82);

    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.casino-opportunities-catalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;

    padding: 44px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.075),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(212,175,55,0.20);

    box-shadow:
        0 26px 70px rgba(0,0,0,0.28);
}

.casino-catalog-column {
    padding: 8px;
}

.casino-catalog-column h3 {
    margin-bottom: 22px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-catalog-column ul {
    display: grid;
    gap: 14px;
}

.casino-catalog-column li {
    position: relative;

    padding-left: 18px;

    color: rgba(255,255,255,0.70);

    font-size: 16px;
    line-height: 1.45;
    font-family: 'Nunito', sans-serif;
}

.casino-catalog-column li::before {
    content: '';

    position: absolute;
    left: 0;
    top: 10px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #d4af37;
}

/* Responsive */

@media (max-width: 1199px) {
    .casino-opportunities-catalog {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .casino-opportunities {
        padding: 85px 0;
    }

    .casino-opportunities-head h2 {
        font-size: 38px;
    }

    .casino-opportunities-main {
        grid-template-columns: 1fr;
    }

    .casino-opportunities-panel {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .casino-opportunities {
        padding: 65px 0;
    }

    .casino-opportunities-head {
        margin-bottom: 38px;
    }

    .casino-opportunities-head h2 {
        font-size: 30px;
    }

    .casino-opportunities-head p {
        font-size: 15px;
    }

    .casino-opportunities-panel {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-opportunities-panel h3 {
        font-size: 28px;
    }

    .casino-opportunities-catalog {
        grid-template-columns: 1fr;
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-catalog-column h3 {
        margin-bottom: 16px;
    }

    .casino-catalog-column ul {
        gap: 10px;
    }

    .casino-catalog-column li {
        font-size: 15px;
    }
}

/* =========================================
                CASINO  SLOTS
========================================= */

.casino-slots {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(255,255,255,0.04), transparent 26%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-slots::before {
    content: '';

    position: absolute;
    top: 120px;
    right: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-slots-head {
    max-width: 860px;

    margin: 0 auto 54px;

    text-align: center;
}

.casino-slots-head span,
.casino-slots-label {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);

    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-slots-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-slots-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-slots-hero {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 24px;

    margin-bottom: 32px;
}

.casino-slots-content,
.casino-slots-highlight {
    padding: 42px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 24px 64px rgba(0,0,0,0.28);
}

.casino-slots-content h3 {
    margin-bottom: 20px;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-slots-content p {
    margin-bottom: 16px;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-slots-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.casino-slots-highlight-card {
    padding: 28px;

    border-radius: 20px;

    background: rgba(7,10,16,0.58);

    border: 1px solid rgba(212,175,55,0.20);
}

.casino-slots-highlight-card strong {
    display: block;

    margin-bottom: 8px;

    color: #f2d675;

    font-size: 42px;
    line-height: 1;

    font-weight: 700;
    font-family: 'Anton', sans-serif;
}

.casino-slots-highlight-card span {
    color: rgba(255,255,255,0.76);

    font-size: 15px;
    line-height: 1.6;

    font-family: 'Nunito', sans-serif;
}

.casino-slots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.casino-slot-card {
    padding: 34px 30px;

    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 22px 54px rgba(0,0,0,0.22);

    transition: all 0.3s ease;
}

.casino-slot-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.28);
}

.casino-slot-card span {
    display: inline-flex;

    margin-bottom: 16px;

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-slot-card h3 {
    margin-bottom: 14px;

    color: #ffffff;

    font-size: 28px;
    line-height: 1.25;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-slot-card p {
    margin-bottom: 20px;

    color: rgba(255,255,255,0.70);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-slot-card ul {
    display: grid;
    gap: 12px;
}

.casino-slot-card li {
    position: relative;

    padding-left: 18px;

    color: rgba(255,255,255,0.82);

    font-size: 15px;
    line-height: 1.55;

    font-family: 'Nunito', sans-serif;
}

.casino-slot-card li::before {
    content: '';

    position: absolute;
    left: 0;
    top: 9px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #d4af37;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-slots-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-slots {
        padding: 85px 0;
    }

    .casino-slots-head h2 {
        font-size: 38px;
    }

    .casino-slots-hero {
        grid-template-columns: 1fr;
    }

    .casino-slots-content,
    .casino-slots-highlight {
        padding: 34px;
    }
}

@media (max-width: 575px) {

    .casino-slots {
        padding: 65px 0;
    }

    .casino-slots-head {
        margin-bottom: 38px;
    }

    .casino-slots-head h2 {
        font-size: 30px;
    }

    .casino-slots-head p {
        font-size: 15px;
    }

    .casino-slots-content,
    .casino-slots-highlight,
    .casino-slot-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-slots-content h3 {
        font-size: 30px;
    }

    .casino-slot-card h3 {
        font-size: 24px;
    }

    .casino-slots-grid {
        grid-template-columns: 1fr;
    }

    .casino-slots-highlight-card strong {
        font-size: 34px;
    }
}

/* =========================================
        TABLE GAMES & LIVE CASINO
========================================= */

.casino-live {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 85% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255,255,255,0.04), transparent 26%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-live::before {
    content: '';

    position: absolute;
    top: -120px;
    left: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-live-head {
    max-width: 860px;

    margin: 0 auto 54px;

    text-align: center;
}

.casino-live-head span,
.casino-live-label {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);

    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-live-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-live-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-live-main {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr;
    gap: 22px;

    margin-bottom: 32px;
}

.casino-live-content,
.casino-live-side {
    padding: 42px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 24px 64px rgba(0,0,0,0.28);
}

.casino-live-content h3 {
    margin-bottom: 20px;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-live-content p {
    margin-bottom: 16px;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-live-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 28px;
}

.casino-live-tags span {
    display: inline-flex;

    padding: 9px 14px;

    border-radius: 999px;

    background: rgba(7,10,16,0.60);

    border: 1px solid rgba(212,175,55,0.20);

    color: rgba(255,255,255,0.82);

    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.casino-live-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.casino-live-stat {
    padding: 28px;

    border-radius: 20px;

    background: rgba(7,10,16,0.55);

    border: 1px solid rgba(212,175,55,0.20);
}

.casino-live-stat strong {
    display: block;

    margin-bottom: 8px;

    color: #f2d675;

    font-size: 40px;
    line-height: 1;

    font-weight: 700;
    font-family: 'Anton', sans-serif;
}

.casino-live-stat span {
    color: rgba(255,255,255,0.76);

    font-size: 15px;

    font-family: 'Nunito', sans-serif;
}

.casino-live-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.casino-live-card {
    padding: 34px 30px;

    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 22px 54px rgba(0,0,0,0.22);

    transition: all 0.3s ease;
}

.casino-live-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.28);
}

.casino-live-card span {
    display: inline-flex;

    margin-bottom: 16px;

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-live-card h3 {
    margin-bottom: 14px;

    color: #ffffff;

    font-size: 28px;
    line-height: 1.25;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-live-card p {
    margin-bottom: 20px;

    color: rgba(255,255,255,0.70);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-live-card ul {
    display: grid;
    gap: 12px;
}

.casino-live-card li {
    position: relative;

    padding-left: 18px;

    color: rgba(255,255,255,0.82);

    font-size: 15px;
    line-height: 1.55;

    font-family: 'Nunito', sans-serif;
}

.casino-live-card li::before {
    content: '';

    position: absolute;
    left: 0;
    top: 9px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #d4af37;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-live-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-live {
        padding: 85px 0;
    }

    .casino-live-head h2 {
        font-size: 38px;
    }

    .casino-live-main {
        grid-template-columns: 1fr;
    }

    .casino-live-content,
    .casino-live-side,
    .casino-live-card {
        padding: 34px;
    }
}

@media (max-width: 575px) {

    .casino-live {
        padding: 65px 0;
    }

    .casino-live-head {
        margin-bottom: 38px;
    }

    .casino-live-head h2 {
        font-size: 30px;
    }

    .casino-live-head p {
        font-size: 15px;
    }

    .casino-live-grid {
        grid-template-columns: 1fr;
    }

    .casino-live-content,
    .casino-live-side,
    .casino-live-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-live-content h3 {
        font-size: 30px;
    }

    .casino-live-card h3 {
        font-size: 24px;
    }

    .casino-live-stat strong {
        font-size: 34px;
    }
}

/* =========================================
        CASINO GAME PROVIDERS
========================================= */

.casino-providers {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 12% 18%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-providers::before {
    content: '';

    position: absolute;
    top: 120px;
    right: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-providers::after {
    content: '';

    position: absolute;
    left: -120px;
    bottom: 100px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(212,175,55,0.06);
    filter: blur(8px);
}

.casino-providers .container {
    position: relative;
    z-index: 2;
}

.casino-providers-head {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-providers-head span {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-providers-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-providers-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

.casino-providers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.casino-provider-card {
    position: relative;

    padding: 30px 28px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.085),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 22px 54px rgba(0,0,0,0.22);

    transition: all 0.3s ease;

    overflow: hidden;
}

.casino-provider-card::before {
    content: '';

    position: absolute;

    top: -80px;
    right: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(212,175,55,0.07);

    transition: 0.3s ease;
}

.casino-provider-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.30);

    box-shadow:
        0 28px 68px rgba(0,0,0,0.34);
}

.casino-provider-card:hover::before {
    background: rgba(212,175,55,0.12);
}

.casino-provider-card img {
    position: relative;
    z-index: 2;

    display: block;

    width: auto;
    max-width: 150px;
    height: 48px;

    object-fit: contain;

    margin-bottom: 24px;

    filter: brightness(1.05);
}

.casino-provider-card h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 12px;

    color: #ffffff;

    font-size: 24px;
    line-height: 1.25;

    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-provider-card p {
    position: relative;
    z-index: 2;

    margin-bottom: 18px;

    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.75;

    font-family: 'Nunito', sans-serif;
}

.casino-provider-card strong {
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 6px;

    color: #d4af37;

    font-size: 13px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.casino-provider-card span {
    position: relative;
    z-index: 2;

    display: block;

    color: rgba(255,255,255,0.82);

    font-size: 14px;
    line-height: 1.65;

    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-providers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-providers {
        padding: 85px 0;
    }

    .casino-providers-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-providers {
        padding: 65px 0;
    }

    .casino-providers-head {
        margin-bottom: 38px;
    }

    .casino-providers-head h2 {
        font-size: 30px;
    }

    .casino-providers-head p {
        font-size: 15px;
    }

    .casino-providers-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .casino-provider-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .casino-provider-card img {
        max-width: 135px;
        height: 44px;
    }

    .casino-provider-card h3 {
        font-size: 22px;
    }
}

/* =========================================
        CASINO BONUSES & REWARDS
========================================= */

.casino-bonuses {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-bonuses::before {
    content: '';

    position: absolute;
    top: -120px;
    right: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-bonuses .container {
    position: relative;
    z-index: 2;
}

.casino-bonuses-head {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-bonuses-head span,
.casino-bonus-label,
.casino-rewards-content span,
.casino-promo-card span {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-bonuses-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-bonuses-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

/* Hero */

.casino-bonus-hero {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr;
    gap: 22px;

    margin-bottom: 32px;
}

.casino-bonus-hero-content,
.casino-bonus-hero-stats,
.casino-rewards-program,
.casino-promo-card {
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 24px 64px rgba(0,0,0,0.28);
}

.casino-bonus-hero-content,
.casino-bonus-hero-stats {
    padding: 42px;
    border-radius: 28px;
}

.casino-bonus-hero-content h3 {
    margin-bottom: 20px;

    color: #ffffff;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-bonus-hero-content p {
    margin-bottom: 18px;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-bonus-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin: 28px 0;
}

.casino-bonus-tags span {
    padding: 9px 14px;

    border-radius: 999px;

    background: rgba(7,10,16,0.60);

    border: 1px solid rgba(212,175,55,0.20);

    color: rgba(255,255,255,0.82);

    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.casino-bonus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 30px;

    border-radius: 12px;

    background:
        linear-gradient(135deg, #d4af37 0%, #f2d675 100%);

    color: #111;

    font-size: 15px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.6px;

    box-shadow:
        0 14px 34px rgba(212,175,55,0.24);

    transition: 0.3s ease;
}

.casino-bonus-btn:hover {
    transform: translateY(-2px);

    color: #000;
}

.casino-bonus-hero-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.casino-bonus-stat {
    padding: 26px;

    border-radius: 20px;

    background: rgba(7,10,16,0.55);

    border: 1px solid rgba(212,175,55,0.20);
}

.casino-bonus-stat strong {
    display: block;

    margin-bottom: 8px;

    color: #f2d675;

    font-size: 40px;
    line-height: 1;

    font-weight: 700;
    font-family: 'Anton', sans-serif;
}

.casino-bonus-stat span {
    color: rgba(255,255,255,0.76);

    font-size: 15px;

    font-family: 'Nunito', sans-serif;
}

/* Rewards */

.casino-rewards-program {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;

    padding: 46px;

    border-radius: 30px;

    margin-bottom: 32px;
}

.casino-rewards-content h3 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 38px;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-rewards-content p {
    margin-bottom: 18px;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-rewards-benefits {
    display: grid;
    gap: 16px;
}

.casino-rewards-item {
    padding: 24px;

    border-radius: 20px;

    background: rgba(7,10,16,0.58);

    border: 1px solid rgba(255,255,255,0.08);
}

.casino-rewards-item h4 {
    margin-bottom: 10px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-rewards-item p {
    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

/* Promo Cards */

.casino-promotions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.casino-promo-card {
    padding: 30px 28px;

    border-radius: 24px;

    transition: 0.3s ease;
}

.casino-promo-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.28);
}

.casino-promo-card h3 {
    margin-bottom: 14px;

    color: #ffffff;

    font-size: 24px;
    line-height: 1.3;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-promo-card p {
    color: rgba(255,255,255,0.70);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-promotions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-bonuses {
        padding: 85px 0;
    }

    .casino-bonus-hero,
    .casino-rewards-program {
        grid-template-columns: 1fr;
    }

    .casino-bonuses-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-bonuses {
        padding: 65px 0;
    }

    .casino-bonuses-head h2 {
        font-size: 30px;
    }

    .casino-bonus-hero-content,
    .casino-bonus-hero-stats,
    .casino-rewards-program,
    .casino-promo-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-bonus-hero-content h3,
    .casino-rewards-content h3 {
        font-size: 30px;
    }

    .casino-promotions-grid {
        grid-template-columns: 1fr;
    }

    .casino-bonus-stat strong {
        font-size: 34px;
    }
}

/* =========================================
        CASINO VISITOR INFO
========================================= */

.casino-visitor-info {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 12% 18%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-visitor-info::before {
    content: '';

    position: absolute;
    top: -120px;
    left: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-visitor-head {
    max-width: 940px;

    margin: 0 auto 54px;

    text-align: center;
}

.casino-visitor-head span,
.casino-visitor-card span {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);

    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-visitor-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-visitor-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-visitor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.casino-visitor-card {
    position: relative;

    padding: 34px 30px;

    border-radius: 26px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 22px 54px rgba(0,0,0,0.22);

    transition: all 0.3s ease;
}

.casino-visitor-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212,175,55,0.28);
}

.casino-visitor-card h3 {
    margin-bottom: 16px;

    color: #ffffff;

    font-size: 28px;
    line-height: 1.3;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-visitor-card p {
    margin-bottom: 16px;

    color: rgba(255,255,255,0.70);

    font-size: 15px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-visitor-card p:last-child {
    margin-bottom: 0;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-visitor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .casino-visitor-info {
        padding: 85px 0;
    }

    .casino-visitor-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-visitor-info {
        padding: 65px 0;
    }

    .casino-visitor-head {
        margin-bottom: 38px;
    }

    .casino-visitor-head h2 {
        font-size: 30px;
    }

    .casino-visitor-head p {
        font-size: 15px;
    }

    .casino-visitor-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .casino-visitor-card {
        padding: 28px 20px;

        border-radius: 22px;
    }

    .casino-visitor-card h3 {
        font-size: 24px;
    }
}

/* =========================================
        CASINO ONLINE APP
========================================= */

.casino-app {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 14% 18%, rgba(212,175,55,0.11), transparent 28%),
        radial-gradient(circle at 86% 82%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-app::before {
    content: '';

    position: absolute;
    right: -120px;
    top: 100px;

    width: 320px;
    height: 320px;

    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.18);
}

.casino-app .container {
    position: relative;
    z-index: 2;
}

.casino-app-head {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-app-head span,
.casino-app-label,
.casino-app-install-card span {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-app-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-app-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-app-main {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;

    margin-bottom: 28px;
}

.casino-app-left,
.casino-app-right,
.casino-app-install-card {
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 24px 64px rgba(0,0,0,0.28);
}

.casino-app-left,
.casino-app-right {
    padding: 42px;

    border-radius: 28px;
}

.casino-app-image {
    margin-bottom: 24px;

    border-radius: 26px;

    overflow: hidden;

    background: rgba(7,10,16,0.55);

    border: 1px solid rgba(212,175,55,0.20);
}

.casino-app-image img {
    display: block;

    width: 100%;
    height: auto;
}

.casino-app-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 28px;
}

.casino-app-downloads a {
    display: inline-flex;
}

.casino-app-downloads img {
    display: block;

    height: 46px;
    width: auto;

    object-fit: contain;

    transition: 0.3s ease;
}

.casino-app-downloads a:hover img {
    transform: translateY(-2px);
}

.casino-app-card {
    padding: 28px;

    border-radius: 22px;

    background: rgba(7,10,16,0.58);

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-app-card h3,
.casino-app-content h3 {
    margin-bottom: 16px;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.25;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-app-card p,
.casino-app-content p {
    color: rgba(255,255,255,0.72);

    font-size: 16px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-app-content {
    margin-bottom: 28px;
}

.casino-app-features {
    display: grid;
    gap: 18px;
}

.casino-app-feature {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 18px;

    padding: 24px;

    border-radius: 22px;

    background: rgba(7,10,16,0.58);

    border: 1px solid rgba(255,255,255,0.08);
}

.casino-app-icon {
    width: 68px;
    height: 68px;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(135deg, #d4af37 0%, #f2d675 100%);

    box-shadow:
        0 14px 34px rgba(212,175,55,0.24);
}

.casino-app-icon i {
    color: #111;

    font-size: 27px;
}

.casino-app-feature h4 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-app-feature p {
    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.75;

    font-family: 'Nunito', sans-serif;
}

.casino-app-install {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.casino-app-install-card {
    padding: 32px 28px;

    border-radius: 24px;
}

.casino-app-install-card h3 {
    margin-bottom: 14px;

    color: #ffffff;

    font-size: 26px;
    line-height: 1.3;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-app-install-card p {
    color: rgba(255,255,255,0.70);

    font-size: 15px;
    line-height: 1.8;

    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-app-main {
        grid-template-columns: 1fr;
    }

    .casino-app-install {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {

    .casino-app {
        padding: 85px 0;
    }

    .casino-app-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-app {
        padding: 65px 0;
    }

    .casino-app-head {
        margin-bottom: 38px;
    }

    .casino-app-head h2 {
        font-size: 30px;
    }

    .casino-app-head p {
        font-size: 15px;
    }

    .casino-app-left,
    .casino-app-right,
    .casino-app-install-card {
        padding: 28px 20px;

        border-radius: 22px;
    }

    .casino-app-card {
        padding: 24px 18px;
    }

    .casino-app-card h3,
    .casino-app-content h3 {
        font-size: 28px;
    }

    .casino-app-feature {
        grid-template-columns: 1fr;
        gap: 14px;

        padding: 22px 18px;
    }

    .casino-app-downloads img {
        height: 42px;
    }
}

/* =========================================
        CASINO PAYMENT METHODS
========================================= */

.casino-payments {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-payments .container {
    position: relative;
    z-index: 2;
}

.casino-payments-head {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.casino-payments-head span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-payments-head h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-payments-head p {
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.85;
    font-family: 'Nunito', sans-serif;
}

/* Tabs */

.casino-payments-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.casino-payment-tab {
    min-width: 180px;
    padding: 15px 24px;
    border: 1px solid rgba(212,175,55,0.45);
    background: rgba(255,255,255,0.04);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    transition: 0.3s ease;
}

.casino-payment-tab:first-child {
    border-radius: 999px 0 0 999px;
}

.casino-payment-tab:last-child {
    border-radius: 0 999px 999px 0;
}

.casino-payment-tab.active {
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    color: #111;
    box-shadow: 0 16px 36px rgba(212,175,55,0.22);
}

/* Table */

.casino-payments-table-wrap {
    display: none;
    max-width: 980px;
    margin: 0 auto;
}

.casino-payments-table-wrap.active {
    display: block;
}

.casino-payments-table {
    padding: 18px;
    border-radius: 26px;
    background: rgba(7,10,16,0.78);
    border: 1px solid rgba(212,175,55,0.18);
    box-shadow: 0 26px 70px rgba(0,0,0,0.30);
}

.casino-payment-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 64px;
    padding: 14px 18px;
    margin-bottom: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.08);
}

.casino-payment-row:last-child {
    margin-bottom: 0;
}

.casino-payment-row div {
    display: flex;
    align-items: center;
    min-width: 0;
}

.casino-payment-row img {
    flex: 0 0 34px;
    width: 34px;
    height: 24px;
    max-width: 34px;
    max-height: 24px;
    object-fit: contain;
    margin-right: 14px;
}

.casino-payment-row strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.casino-payment-row span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    white-space: nowrap;
}

/* Info Cards */

.casino-payment-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    max-width: 1180px;
    margin: 42px auto 0;
}

.casino-payment-info-card {
    padding: 34px 30px;
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 54px rgba(0,0,0,0.22);
}

.casino-payment-info-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    box-shadow: 0 14px 34px rgba(212,175,55,0.24);
}

.casino-payment-info-icon i {
    color: #111;
    font-size: 26px;
}

.casino-payment-info-card h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-payment-info-card p,
.casino-payments-note p {
    color: rgba(255,255,255,0.70);
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.casino-payments-note {
    max-width: 980px;
    margin: 26px auto 0;
    padding: 24px 28px;
    border-radius: 20px;
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.20);
}

/* Responsive */

@media (max-width: 991px) {

    .casino-payments {
        padding: 85px 0;
    }

    .casino-payments-head h2 {
        font-size: 38px;
    }

    .casino-payment-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    .casino-payments {
        padding: 65px 0;
    }

    .casino-payments-head h2 {
        font-size: 30px;
    }

    .casino-payments-head p {
        font-size: 15px;
    }

    .casino-payments-tabs {
        flex-direction: column;
        gap: 10px;
    }

    .casino-payment-tab,
    .casino-payment-tab:first-child,
    .casino-payment-tab:last-child {
        width: 100%;
        border-radius: 999px;
    }

    .casino-payments-table {
        padding: 12px;
        border-radius: 20px;
    }

    .casino-payment-row {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: auto;
        padding: 14px;
    }

    .casino-payment-row img {
        width: 30px;
        height: 22px;
        max-width: 30px;
        max-height: 22px;
        margin-right: 10px;
    }

    .casino-payment-row strong,
    .casino-payment-row span {
        font-size: 13px;
    }

    .casino-payment-row span {
        padding-left: 40px;
    }

    .casino-payment-info-card,
    .casino-payments-note {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .casino-payment-info-card h3 {
        font-size: 24px;
    }
}

/* =========================================
    TRUST, SAFETY & PLAYER PROTECTION
========================================= */

.casino-trust {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-trust::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.18);
}

.casino-trust .container {
    position: relative;
    z-index: 2;
}

.casino-trust-head {
    max-width: 940px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-trust-head span,
.casino-trust-hero-content span,
.casino-trust-badges span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-trust-head h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-trust-head p {
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.85;
    font-family: 'Nunito', sans-serif;
}

.casino-trust-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
    margin-bottom: 28px;
}

.casino-trust-hero-content,
.casino-trust-license-card,
.casino-trust-card,
.casino-trust-bottom-card {
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 64px rgba(0,0,0,0.28);
}

.casino-trust-hero-content,
.casino-trust-license-card {
    padding: 42px;
    border-radius: 28px;
}

.casino-trust-hero-content h3,
.casino-trust-license-card h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-trust-hero-content p {
    margin-bottom: 16px;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.85;
    font-family: 'Nunito', sans-serif;
}

.casino-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.casino-trust-badges span {
    margin-bottom: 0;
    border-color: rgba(212,175,55,0.24);
    color: rgba(255,255,255,0.82);
}

.casino-trust-license-card ul {
    display: grid;
    gap: 16px;
}

.casino-trust-license-card li {
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Nunito', sans-serif;
}

.casino-trust-license-card strong {
    display: block;
    margin-bottom: 4px;
    color: #f2d675;
    font-weight: 900;
}

.casino-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.casino-trust-card {
    padding: 34px 30px;
    border-radius: 26px;
    transition: 0.3s ease;
}

.casino-trust-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.28);
}

.casino-trust-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(212,175,55,0.24);
}

.casino-trust-icon svg {
    width: 31px;
    height: 31px;
    fill: #111;
}

.casino-trust-card h3,
.casino-trust-bottom-card h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-trust-card p,
.casino-trust-bottom-card p {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.70);
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.casino-trust-card ul {
    display: grid;
    gap: 11px;
}

.casino-trust-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Nunito', sans-serif;
}

.casino-trust-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4af37;
}

.casino-trust-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.casino-trust-bottom-card {
    padding: 30px 28px;
    border-radius: 24px;
}

/* Responsive */

@media (max-width: 1199px) {
    .casino-trust-grid,
    .casino-trust-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .casino-trust {
        padding: 85px 0;
    }

    .casino-trust-hero {
        grid-template-columns: 1fr;
    }

    .casino-trust-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .casino-trust {
        padding: 65px 0;
    }

    .casino-trust-head h2 {
        font-size: 30px;
    }

    .casino-trust-head p {
        font-size: 15px;
    }

    .casino-trust-hero-content,
    .casino-trust-license-card,
    .casino-trust-card,
    .casino-trust-bottom-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .casino-trust-grid,
    .casino-trust-bottom {
        grid-template-columns: 1fr;
    }

    .casino-trust-hero-content h3,
    .casino-trust-license-card h3 {
        font-size: 28px;
    }

    .casino-trust-card h3,
    .casino-trust-bottom-card h3 {
        font-size: 23px;
    }
}

/* =========================================
            CASINO FAQ
========================================= */

.casino-faq {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 15%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #10151f 100%);

    overflow: hidden;
}

.casino-faq::before {
    content: '';

    position: absolute;
    left: -120px;
    bottom: -120px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    border: 1px solid rgba(212,175,55,0.18);
}

.casino-faq .container {
    position: relative;
    z-index: 2;
}

.casino-faq-head {
    max-width: 900px;

    margin: 0 auto 54px;

    text-align: center;
}

.casino-faq-head span {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 8px 15px;

    border-radius: 999px;

    border: 1px solid rgba(212,175,55,0.42);

    background: rgba(212,175,55,0.08);

    color: #d4af37;

    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-faq-head h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-faq-head p {
    color: rgba(255,255,255,0.72);

    font-size: 17px;
    line-height: 1.85;

    font-family: 'Nunito', sans-serif;
}

.casino-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.casino-faq-column {
    display: grid;
    gap: 18px;
}

.casino-faq-item {
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow: 0 22px 54px rgba(0,0,0,0.22);

    overflow: hidden;

    transition: 0.3s ease;
}

.casino-faq-item.active,
.casino-faq-item:hover {
    border-color: rgba(212,175,55,0.28);
}

.casino-faq-question {
    position: relative;

    width: 100%;

    padding: 28px 72px 28px 28px;

    border: none;
    background: transparent;

    color: #ffffff;

    text-align: left;

    font-size: 22px;
    line-height: 1.45;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;

    cursor: pointer;
}

.casino-faq-question span {
    position: absolute;

    right: 28px;
    top: 50%;

    width: 18px;
    height: 18px;

    transform: translateY(-50%);
}

.casino-faq-question span::before,
.casino-faq-question span::after {
    content: '';

    position: absolute;

    background: #d4af37;

    transition: 0.3s ease;
}

.casino-faq-question span::before {
    top: 8px;
    left: 0;

    width: 18px;
    height: 2px;
}

.casino-faq-question span::after {
    top: 0;
    left: 8px;

    width: 2px;
    height: 18px;
}

.casino-faq-item.active .casino-faq-question span::after {
    opacity: 0;
}

.casino-faq-answer {
    display: none;

    padding: 0 28px 28px;
}

.casino-faq-answer p {
    color: rgba(255,255,255,0.72);

    font-size: 15px;
    line-height: 1.9;

    font-family: 'Nunito', sans-serif;
}

/* Responsive */

@media (max-width: 991px) {

    .casino-faq {
        padding: 85px 0;
    }

    .casino-faq-grid {
        grid-template-columns: 1fr;
    }

    .casino-faq-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .casino-faq {
        padding: 65px 0;
    }

    .casino-faq-head {
        margin-bottom: 38px;
    }

    .casino-faq-head h2 {
        font-size: 30px;
    }

    .casino-faq-head p {
        font-size: 15px;
    }

    .casino-faq-question {
        padding: 24px 60px 24px 22px;

        font-size: 19px;
    }

    .casino-faq-question span {
        right: 22px;
    }

    .casino-faq-answer {
        padding: 0 22px 24px;
    }
}

/* =========================================
        CASINO PLAYER REVIEWS
========================================= */

.casino-reviews {
    position: relative;
    padding: 115px 0;

    background:
        radial-gradient(circle at 15% 18%, rgba(212,175,55,0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #10151f 0%, #070a10 100%);

    overflow: hidden;
}

.casino-reviews .container {
    position: relative;
    z-index: 2;
}

.casino-reviews-head {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.casino-reviews-head span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-reviews-head h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.casino-reviews-head p {
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.85;
    font-family: 'Nunito', sans-serif;
}

.casino-reviews-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.casino-reviews-image,
.casino-reviews-slider {
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.03)
        );
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 64px rgba(0,0,0,0.28);
}

.casino-reviews-image {
    position: relative;
    overflow: hidden;
}

.casino-reviews-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.casino-reviews-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.70) 100%);
}

.casino-reviews-image-badge {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    padding: 24px;
    border-radius: 20px;
    background: rgba(7,10,16,0.82);
    border: 1px solid rgba(212,175,55,0.26);
    backdrop-filter: blur(12px);
}

.casino-reviews-image-badge strong {
    display: block;
    margin-bottom: 8px;
    color: #f2d675;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
}

.casino-reviews-image-badge span {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.casino-reviews-slider {
    position: relative;
    padding: 52px;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.casino-review-slide {
    display: none;
}

.casino-review-slide.active {
    display: block;
}

.casino-review-stars {
    margin-bottom: 26px;
    color: #f2d675;
    font-size: 28px;
    letter-spacing: 4px;
}

.casino-review-slide p {
    margin-bottom: 34px;
    color: rgba(255,255,255,0.82);
    font-size: 24px;
    line-height: 1.75;
    font-family: 'Nunito', sans-serif;
}

.casino-review-author strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
}

.casino-review-author span {
    color: rgba(255,255,255,0.60);
    font-size: 15px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.casino-review-controls {
    position: absolute;
    right: 34px;
    bottom: 34px;
    display: flex;
    gap: 12px;
}

.casino-review-controls button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.42);
    background: rgba(212,175,55,0.08);
    color: #f2d675;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s ease;
}

.casino-review-controls button:hover {
    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
    color: #111;
}

/* Responsive */

@media (max-width: 991px) {
    .casino-reviews {
        padding: 85px 0;
    }

    .casino-reviews-head h2 {
        font-size: 38px;
    }

    .casino-reviews-wrap {
        grid-template-columns: 1fr;
    }

    .casino-reviews-image img {
        min-height: 380px;
    }

    .casino-reviews-slider {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .casino-reviews {
        padding: 65px 0;
    }

    .casino-reviews-head h2 {
        font-size: 30px;
    }

    .casino-reviews-head p {
        font-size: 15px;
    }

    .casino-reviews-image,
    .casino-reviews-slider {
        border-radius: 22px;
    }

    .casino-reviews-image img {
        min-height: 300px;
    }

    .casino-reviews-slider {
        padding: 34px 22px 90px;
    }

    .casino-review-slide p {
        font-size: 18px;
    }

    .casino-review-stars {
        font-size: 22px;
    }

    .casino-review-controls {
        left: 22px;
        right: auto;
        bottom: 24px;
    }
}

/* =========================================
                CASINO FOOTER
========================================= */

.casino-footer {
    position: relative;
    padding: 90px 0 34px;

    background:
        radial-gradient(circle at 12% 18%, rgba(212,175,55,0.10), transparent 28%),
        linear-gradient(180deg, #070a10 0%, #05070b 100%);

    border-top: 1px solid rgba(212,175,55,0.18);
}

.casino-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
    gap: 34px;
}

.casino-footer-logo img {
    max-height: 64px;
    width: auto;
    margin-bottom: 24px;
}

.casino-footer-brand p,
.casino-footer-payments p,
.casino-footer-disclaimer p {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.casino-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.casino-footer-trust span {
    padding: 8px 13px;

    border-radius: 999px;

    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.20);

    color: #d4af37;

    font-size: 12px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.casino-footer h3 {
    margin-bottom: 22px;

    color: #ffffff;

    font-size: 24px;
    line-height: 1.25;

    font-weight: 700;
    font-family: 'Anton', sans-serif;

    text-transform: uppercase;
}

.casino-footer-links ul {
    display: grid;
    gap: 12px;
}

.casino-footer-links a,
.casino-footer-bottom-links a {
    color: rgba(255,255,255,0.68);

    font-size: 15px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;

    transition: 0.3s ease;
}

.casino-footer-links a:hover,
.casino-footer-bottom-links a:hover {
    color: #d4af37;
}

.casino-footer-payment-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    margin: 22px 0 26px;
}

.casino-footer-payment-icons img {
    width: 100%;
    height: 38px;
    max-height: 38px;

    padding: 8px;

    object-fit: contain;

    border-radius: 10px;

    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.casino-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    border-radius: 12px;

    background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);

    color: #111 !important;

    font-size: 14px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.7px;

    box-shadow: 0 14px 34px rgba(212,175,55,0.22);

    transition: 0.3s ease;
}

.casino-footer-btn:hover {
    transform: translateY(-2px);
    color: #000 !important;
}

.casino-footer-disclaimer {
    margin-top: 54px;
    padding: 24px 28px;

    border-radius: 22px;

    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(212,175,55,0.16);
}

.casino-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 28px;
    padding-top: 28px;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.casino-footer-bottom p {
    color: rgba(255,255,255,0.58);

    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

.casino-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

/* Responsive */

@media (max-width: 1199px) {

    .casino-footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .casino-footer {
        padding: 70px 0 30px;
    }

    .casino-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .casino-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .casino-footer-payment-icons {
        grid-template-columns: repeat(4, 54px);
    }
}

@media (max-width: 480px) {

    .casino-footer-payment-icons {
        grid-template-columns: repeat(4, 1fr);
    }

    .casino-footer-disclaimer {
        padding: 22px 20px;
    }
}