/*
    Name: Gden || Casino & Gambling HTML Template
    Author: hastagthemes
    Support: 
    Description: Gden || Casino & Gambling HTML Template for casino.
    Version: 1.0.1

    Create Date: 09-05-2022

    */
    /* CSS Index
    -----------------------------------
    01. Default CSS
    02. Navbar CSS
    03. Hero CSS
    04. About CSS
    05. Game CSS
    06. Faq CSS
    07. Pricing CSS
    08. Team CSS
    09. Testimonial CSS
    10. Footer CSS
*/

/**** Default CSS ****/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: #dddddd;
}

a {
    transition: all .3s ease-out 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  'Nunito Sans', sans-serif;
    font-weight: 900;
    margin: 0;
    color: #ebebeb;
}

.section-title p {
    font-size: 18px;
    line-height: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

img{
    max-width: 100%;
}

.top-greadient::before {
    content: '';
    position: absolute;
    right: -500px;
    top: -500px;
    width: 1000px;
    height: 1000px;
    z-index: -1;
}

.left-greadient::before {
    content: '';
    position: absolute;
    left: -500px;
    width: 1000px;
    height: 1000px;
    z-index: -1;
}

.right-greadient::before {
    content: '';
    position: absolute;
    right: -500px;
    width: 1000px;
    height: 1000px;
    z-index: -1;
}

.common-gre-color{
    font-size: 50px !important;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error {
    color: #ff4500;
}

.success {
    color: #008000;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
    overflow: hidden;
    box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%);
}

.main-btn:hover {
    color: #fff;
    background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%), 1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.main-btn.border-btn {
    border: 2px solid #ffdd2d;
    background: 0 0;
    color: #ffffff;
}

.play-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%);
}

.play-btn:hover {
    color: #fff;
    background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%), 1px 1px 30px 0px rgb(255 82 1 / 20%);

}

.play-btn.border-btn {
    border: 2px solid #ffdd2d;
    background: 0 0;
    color: #ffffff;
}

.btn-hover {
    position: relative;
}

.btn-hover::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
    top: 50%;
    left: 50%;
    padding: 50%;
    z-index: -1;
    transition: all .3s ease-out 0s;
    transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%);   
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s ease-out 0s;
}

.scroll-top:hover {
    color: #fff;
    background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%), 1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ddd;
    animation: spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ddd;
    animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@keyframes spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@keyframes spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(130deg);
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-130deg);
    }
}

.box-inner-shadow{
    position: relative;
}

.box-inner-shadow::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #5ce81d12;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(3deg);
    border-radius: 10px;
    z-index: -1;
    box-shadow: inset 1px 1px 20px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 20px 0px rgba(176, 176, 176, 0.1);
}


/**** Navbar CSS ****/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.sticky .navbar {
    padding: 17px 0;
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #ffffff;
}

.sticky .navbar .navbar-toggler .toggler-icon {
    background: #ffffff;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease-out 0s;
    padding: 20px 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-toggler {
    padding: 0;
}

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

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}

.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 2px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
    transition: all .3s ease-out 0s;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    right: auto;
    left: 0;
    opacity: 1;
    width: 100%;
}

/**** Hero CSS ****/
.hero-section {
    position: relative;
    z-index: 1;
    padding: 220px 0 87px;
}

.hero-section::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 400px;
    height: 320px;
    background: url(../img/hero/hero-bg-02.png) center;
    background-repeat: no-repeat;
}

.hero-section::after{
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 319px;
    height: 321px;
    background: url(../img/hero/hero-bg-03.png) center;
    background-repeat: no-repeat;
}

@-webkit-keyframes go-zoom {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes go-zoom {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.go-zoom-1::before {
    animation-name: go-zoom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: go-zoom;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: go-zoom;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: go-zoom;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: go-zoom;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.go-zoom-1::after {
    animation-name: go-zoom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: go-zoom;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: go-zoom;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: go-zoom;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: go-zoom;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.hero-section .hero-content span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section .hero-content h1 {
    font-size: 50px;
    margin-bottom: 35px;
}

.hero-section .hero-content p {
    margin-bottom: 40px;
}

.hero-section .hero-shape .shape {
    position: absolute;
    z-index: -1;
}

.hero-section .hero-shape .shape.shape-1 {
    top: -285px;
    right: -300px;
}

.how-item{
    position: relative;
}

.how-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    font-size: 46px;
    margin: 0 30px 15px 0;
    position: relative;
    box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%), inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.how-item-thumb .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #1f1f23 !important;
}

.how-item:hover .how-item-thumb,
.how-item-none:hover .how-item-thumb{
    box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4), inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}
  
.how-item-thumb .badge{
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
}

.how-item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border: 1px dashed rgba(255, 200, 39, 0.7);
    top: 60px;
    left: 50%;
}

.how-item-content .title{
    font-size: 12px;
}

/**** About CSS ****/
.about-section{
    position: relative;
}

.about-section .about-img img {
    width: 100%;
}

.about-section .accordion .single-faq {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px #f2f4f9;
}

.about-section .accordion .single-faq button {
    padding: 20px 30px 15px;
    border: none;
    background: 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #313450;
    position: relative;
}

.about-section .accordion .single-faq button::after {
    content: "\eb2c";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s;
}

.about-section .accordion .single-faq button.collapsed::after {
    content: "\eb53";
}

.about-section .accordion .single-faq .faq-content {
    padding: 0 30px;
    padding-bottom: 20px;
}

.about-section .single-counter{
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%), inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.about-section .single-counter:hover{
    box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4), inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}

.about-section .single-counter .countup{
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.today-item {
    text-align: center;
}

.today-item-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    position: relative;
}

.about-section .tns-outer button,
.about-section .tns-outer .tns-liveregion{
    visibility: hidden;
    display: none;
}

.today-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.today-item-thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 15px 0px rgba(255, 201, 39, 0.513), 1px 1px 15px 0px rgba(255, 81, 1, 0.39);
    transition: all .3s ease-out 0s;
    z-index: 1;
    border: 6px solid #ffffff00;
}

.today-item-content .name {
    font-size: 16px;
    font-weight: 400;
}

.today-item .amount {
    position: absolute;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 13px;
    top: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    color: #1f1f23;
    font-weight: 600;
}

.today-title{
    text-align: center;
    font-size: 30px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**** Faq CSS ****/
.faq-section .accordion .single-faq {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: inset 1px 1px 8px 0px rgb(255 200 39 / 40%), inset 1px 1px 8px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.faq-section .accordion .single-faq:hover{
    box-shadow: inset 1px 1px 20px 0px rgba(247, 191, 24, 0.4), inset 1px 1px 20px 0px rgba(253, 89, 13, 0.2);
}

.faq-section .accordion .single-faq button {
    padding: 20px 30px 15px;
    border: none;
    background: 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.faq-section .accordion .single-faq button::after {
    content: "\e905";
    font-family: 'gden' !important;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section .accordion .single-faq button.collapsed::after {
    content: "\e904";
}

.faq-section .accordion .single-faq .faq-content {
    padding: 0 30px;
    padding-bottom: 20px;
}

.faq-section .accordion .text-start.collapsed{
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**** Game CSS ****/
.game-section{
    position: relative;
}

.game-section .single-game {
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.game-section .single-game:hover{
    box-shadow: inset 1px 1px 30px 0px rgba(250, 194, 24, 0.4), inset 1px 1px 30px 0px rgba(246, 93, 21, 0.2);
}

.game-section .single-game .gmae-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/**** Team CSS ****/
.team-section{
    position: relative;
}

.team-section .single-team {
    border-radius: 10px;
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.team-section .single-team:hover{
    box-shadow: inset 1px 1px 35px 0px rgb(255 200 39 / 40%), inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.team-section .single-team .image {
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}

.team-section .single-team .image img {
    width: 100%;
}

.team-section .single-team .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-section .single-team .content p {
    font-size: 18px;
}

/**** Pricing CSS ****/
.pricing-section {
    position: relative;
    z-index: 1;
}

.pricing-section .pricing-content {
    padding: 160px 0;
    position: relative;
    z-index: 1;
}

.pricing-section .pricing-content .image {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: -1;
}

.pricing-section .pricing-active-wrapper {
    position: relative;
}

.pricing-section .pricing-active-wrapper .tns-controls {
    position: absolute;
    bottom: 60px;
    left: -200px;
    z-index: 2;
}

.pricing-section .pricing-active-wrapper .tns-controls button {
    width: 60px;
    height: 45px;
    border-radius: 30px;
    background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
    overflow: hidden;
    box-shadow: 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%);
    color: #ffffff;
    transition: all .3s ease-out 0s;
    border: none;
    margin: 0 10px;
}

.pricing-section .pricing-active-wrapper .tns-controls button:hover {
    color: #fff;
    background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%), 1px 1px 30px 0px rgb(255 82 1 / 20%);
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing {
    border-radius: 10px;
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
    padding: 35px 30px;
    text-align: center;
    margin: 15px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing:hover{
    box-shadow: inset 1px 1px 35px 0px rgb(255 200 39 / 40%), inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing .price-header {
    position: relative;
    z-index: 1;
    width: 150px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing .price-header .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
    z-index: -1;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing .price-header .package-name {
    margin-bottom: 20px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing .price-header .price {
    font-size: 30px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing ul.content {
    margin-bottom: 30px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing ul.content li {
    font-size: 16px;
    line-height: 35px;
}

.pricing-section .pricing-active-wrapper .pricing-active .single-pricing .pricing-btn {
    margin-right: 1px;
}

/**** Testimonial CSS ****/

.testimonial-section, 
.testimonial-section .testimonial-active-wrapper {
    position: relative;
}

.testimonial-section .testimonial-active-wrapper .tns-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: -35px;
    z-index: 1;
}

.testimonial-section .testimonial-active-wrapper .tns-nav button {
    text-indent: -9999px;
    border: none;
    background: linear-gradient(1705deg, #ff9c19 40%, #ffdd2d 110%);
    box-shadow: 1px 1px 300px 0px rgb(255 200 39 / 40%), 1px 1px 30px 0px rgb(255 82 1 / 20%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
    margin: 8px;
}

.testimonial-section .testimonial-active-wrapper .tns-nav button.tns-nav-active {
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);

}

.testimonial-section .testimonial-active-wrapper .single-testimonial{
    text-align: center;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .testimonial-con-all{
    margin: 0 15px;
    padding: 30px;
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
    border-radius: 10px;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .testimonial-con-all:hover{
    box-shadow: inset 1px 1px 35px 0px rgb(255 200 39 / 40%), inset 1px 1px 35px 0px rgb(255 82 1 / 20%);
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .testimonial-con-all .info h4{
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .image img {
    width: 100%;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .content {
    position: relative;
    text-align: center;
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .content .quote {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    font-size: 130px;
    line-height: 1;
    color: rgba(78, 110, 241, .2);
    transform: rotate(180deg);
}

.testimonial-section .testimonial-active-wrapper .single-testimonial .content p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

/**** Footer CSS ****/
.footer {
    position: relative;
}

.footer .widget-wrapper {
    margin-bottom: 20px;
}

.footer .widget-wrapper ul{
    margin: 0 auto;
    max-width: 500px;
    border-radius: 25px;
    box-shadow: inset 1px 1px 15px 0px rgb(255 200 39 / 40%), inset 1px 1px 15px 0px rgb(255 82 1 / 20%);
    transition: all .3s ease-out 0s;
}

.footer .widget-wrapper ul:hover {
    box-shadow: inset 1px 1px 20px 0px rgba(247, 191, 24, 0.4), inset 1px 1px 20px 0px rgba(253, 89, 13, 0.2);
}

.footer .widget-wrapper ul li {
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    padding: 10px 20px;
}

.footer .widget-wrapper ul li a {
    color: #ffffff;
}

.footer .widget-wrapper ul li a:hover {
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .copy-right {
    text-align: center;
    padding: 30px 0;
}

/* Medicine Hat – Game Cards */
.mh-game-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    box-shadow: inset 1px 1px 15px rgba(255, 200, 39, 0.4),
                inset 1px 1px 10px rgba(255, 82, 1, 0.2);
    transition: all .3s ease-out;
}

.mh-game-card img {
    width: 100%;
    height: auto;
    display: block;
}

.mh-game-card:hover {
    transform: translateY(-5px);
    box-shadow: inset 1px 1px 35px rgba(255, 200, 39, 0.45),
                inset 1px 1px 25px rgba(255, 82, 1, 0.25);
}

/* Hover Play Button */
.mh-play-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(85deg, #ff9c19 40%, #ffdd2d 110%);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease;
    border-radius: 0;
}

.mh-game-card:hover .mh-play-btn {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE GRID FIXES */
@media (max-width: 991px) {
    .mh-game-card {
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    #top-games .col-md-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #top-games .col-6 {
        margin-bottom: 20px;
    }
}

/* BONUS MOVING RIBBON */
.mh-bonus-ribbon {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    background: rgba(255, 180, 0, 0.08);
    box-shadow: inset 1px 1px 15px rgba(255, 200, 39, 0.4),
                inset 1px 1px 10px rgba(255, 82, 1, 0.2);
    border-top: 1px solid rgba(255, 200, 39, 0.35);
    border-bottom: 1px solid rgba(255, 200, 39, 0.35);
}

.mh-bonus-track {
    white-space: nowrap;
    display: flex;
    animation: mh-bonus-scroll 18s linear infinite;
}

.mh-bonus-text {
    font-size: 22px;
    font-weight: 800;
    padding-right: 180px; 
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px; 
    text-transform: uppercase;
}

/* Animation */
@keyframes mh-bonus-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* NEW GLOW TAGS */
.bonus-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #ff9c19 0%, #ffd43b 100%);
    box-shadow: 0 0 14px rgba(255, 175, 0, 0.55), 
                0 0 25px rgba(255, 200, 40, 0.4);
}

/* OPTIONAL COLOR VARIANTS (Matching your examples) */
.bonus-tag.gold {
    background: linear-gradient(90deg, #ff9c19, #ffd43b);
    box-shadow: 0 0 14px rgba(255, 174, 0, .55);
}

.bonus-tag.purple {
    background: linear-gradient(90deg, #ae54ff, #d37bff);
    box-shadow: 0 0 14px rgba(175, 80, 255, .55);
}

.bonus-tag.blue {
    background: linear-gradient(90deg, #28a9ff, #61c8ff);
    box-shadow: 0 0 14px rgba(70, 160, 255, .55);
}

.bonus-tag.red {
    background: linear-gradient(90deg, #ff4141, #ff7b69);
    box-shadow: 0 0 14px rgba(255, 60, 60, .55);
}

.bonus-tag.green {
    background: linear-gradient(90deg, #32d77d, #6dfc9f);
    box-shadow: 0 0 14px rgba(50, 220, 120, .55);
}

/* MAKE BONUS CARD TWO-COLUMN FLEX WRAPPER */
.bonus-card.bonus-flex {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 40px;

    padding-right: 40px !important;
}

/* LEFT COLUMN */
.bonus-left {
    flex: 1;
}

/* RIGHT COLUMN (IMAGE) */
.bonus-right {
    flex-shrink: 0;
    width: 260px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0; 
    box-shadow: none; 
    background: transparent;
}


/* MOBILE FIXES */
@media (max-width: 992px) {
    .bonus-card.bonus-flex {
        flex-direction: column;
        text-align: center;
        padding-right: 20px !important;
    }

    .bonus-right {
        width: 65%;
        margin-top: 20px;
    }
}

/* BADGE ROW */
.badge-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* MAIN BADGES */
.game-badge {
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* SMALL BADGES (INLINE TAGS) */
.small-badge {
    padding: 4px 12px;
    margin-left: 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/* COLOR VARIANTS */
.badge-gold {
    background: linear-gradient(90deg, #ff9c19, #ffd43b);
    box-shadow: 0 0 12px rgba(255,180,0,.45);
}

.badge-purple {
    background: linear-gradient(90deg, #b457ff, #d88dff);
    box-shadow: 0 0 12px rgba(180,80,255,.45);
}

.badge-blue {
    background: linear-gradient(90deg, #2faaff, #72cdff);
    box-shadow: 0 0 12px rgba(60,165,255,.45);
}

.badge-red {
    background: linear-gradient(90deg, #ff4747, #ff8c6b);
    box-shadow: 0 0 12px rgba(255,70,70,.45);
}

.badge-green {
    background: linear-gradient(90deg, #2ecf6c, #65f9a0);
    box-shadow: 0 0 12px rgba(40,220,120,.45);
}

.adv-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: 0.25s;
}
.adv-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.adv-icon svg {
    height: 38px;
    width: 38px;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
}

.advantages-section .section-title p {
    max-width: 760px;
    margin: 0 auto;
}

/* ============================
   ADVANTAGE CARDS — FIXED HEIGHT + GLOW
   ============================ */

.adv-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    min-height: 240px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 
        0 0 18px rgba(255, 174, 0, 0.18), 
        0 0 30px rgba(255, 174, 0, 0.10);
    border: 1px solid rgba(255, 200, 40, 0.25);
    transition: 0.25s ease-in-out;
}

/* hover glow */
.adv-card:hover {
    box-shadow: 
        0 0 25px rgba(255, 195, 0, 0.35),
        0 0 45px rgba(255, 195, 0, 0.25);
    transform: translateY(-4px);
}

/* icons inside cards */
.adv-icon svg {
    width: 42px;
    height: 42px;
    stroke-width: 2.2;
    margin-bottom: 12px;
}

/* make titles consistent */
.adv-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px !important;
}

/* make text consistent */
.adv-card p {
    font-size: 16px;
    line-height: 1.55;
    opacity: 0.9;
}

/* perfect equal-height grid */
.adv-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.adv-col {
    flex: 1 1 calc(33.333% - 25px);
}

@media (max-width: 992px) {
    .adv-col {
        flex: 1 1 calc(50% - 25px);
    }
}
@media (max-width: 576px) {
    .adv-col {
        flex: 1 1 100%;
    }
}

.adv-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.adv-icon svg {
    display: block;
    margin: 0 auto;
}

/* ============================
   PROMO BANNER
   ============================ */

.mh-promo-banner {
    background: linear-gradient(180deg, #140c23 0%, #0d0818 100%);
    position: relative;
}

.promo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 50px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow:
        0 0 35px rgba(255, 180, 0, 0.18),
        0 0 60px rgba(255, 180, 0, 0.08);
}

/* Left text block */
.promo-content {
    flex: 1;
}

.promo-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.promo-text {
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Button */
.promo-btn {
    display: inline-block;
    padding: 14px 38px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff9b19, #ffd92d);
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: 0.25s ease-in-out;
}

.promo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(255, 195, 0, 0.9);
}

/* Right image */
.promo-image {
    flex: 0 0 40%;
    text-align: right;
}

.promo-image img {
    max-width: 380px;
    width: 100%;
    transform: translateY(0);
    transition: 0.25s ease;
}

/* hover float effect */
.promo-image img:hover {
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 992px) {
    .promo-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .promo-image {
        text-align: center;
    }

    .promo-title {
        font-size: 34px;
    }
}

.slot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.slot-badge {
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(255, 180, 0, 0.12);
    border: 1px solid rgba(255, 200, 40, 0.25);
    color: #ffc041;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Image */
.app-img {
    max-width: 350px;
    filter: drop-shadow(0 0 20px rgba(255,180,0,0.25));
}

/* Feature Items */
.app-features .feat-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.app-features .feat-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

/* Stores */
.store-buttons .store-btn {
    max-width: 150px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.25s ease;
}

.store-buttons .store-btn:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 0 12px rgba(255,200,40,0.4));
}

/* Ensure equal column height */
.mh-app-section .col-lg-6 {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .mh-app-section .col-lg-6 {
        margin-bottom: 40px;
    }
    .app-img {
        max-width: 260px;
    }
}

.payment-select {
    width: 100%;
    padding: 14px 18px;
    background: #1d1318;
    border: 1px solid #3a3237;
    color: #fff;
    border-radius: 8px;
}

.payment-tabs .pay-tab {
    padding: 10px 26px;
    background: transparent;
    border: 1px solid #6b4a31;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    margin: 0 8px;
    transition: .3s;
}

.payment-tabs .pay-tab.active {
    background: #6b4a31;
}

.payment-table {
    display: none;
}

.payment-table.active {
    display: block;
}

.payment-row {
    background: #1b1618;
    padding: 18px 24px;
    margin-bottom: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #33282c;
}

.pay-icon svg {
    width: 42px;
    height: 42px;
}

.pay-name {
    font-size: 18px;
    color: #fff;
    flex: 1;
    margin-left: 20px;
}

.pay-limit {
    color: #d1c3b5;
    font-weight: 600;
}

/* TRUST SECTION */
.trust-card {
    background: #1b161d;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(255,170,50,0.08);
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 28px rgba(255,170,60,0.15);
}

.trust-icon img {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255,200,70,0.5));
}

.trust-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.trust-text {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.65;
    text-align: left;
}

.stars {
    font-size: 20px;
    letter-spacing: 3px;
    color: #ffcc33;
    margin-top: 12px;
    text-shadow: 0 0 6px rgba(255, 204, 51, 0.6);
}

.footer {
    background: #110d12;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-logo {
    width: 180px;
}

.footer-text {
    color: #c8c8c8;
    font-size: 15px;
    line-height: 1.6;
    max-width: 330px;
}

.footer-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-links li {
    list-style: none;
    margin-bottom: 8px;
}

.footer-links a {
    color: #d5d5d5;
    font-size: 15px;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #ffb028;
}

.footer-payments img {
    width: 55px;
    height: 35px;
    object-fit: contain;
    margin: 6px;
    filter: brightness(0.95);
    transition: 0.3s;
}

.footer-payments img:hover {
    filter: brightness(1.2);
}

.footer-warning {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.6;
}

.footer-warning a {
    color: #ffb028;
}

.copy-right p {
    color: #bdbdbd;
    font-size: 14px;
    margin-top: 10px;
}
