/*
    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. Faq CSS
    05. Footer 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;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

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;
    will-change: transform;
}

.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 .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;
    top: 0;
    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;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

.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: 180px 0 87px;
}

.hero-section::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 400px;
    height: 320px;
    background: url(../img/hero/hero-bg-02.webp) center;
    background-repeat: no-repeat;
    will-change: transform;
    transform-origin: center center;
}

.hero-section::after{
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 319px;
    height: 321px;
    background: url(../img/hero/hero-bg-03.webp) center;
    background-repeat: no-repeat;
    will-change: transform;
    transform-origin: center center;
}

@-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-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/**** 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;
}





/**** 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;
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .sticky .navbar { padding: 15px 0 }
    .navbar { padding: 17px 0 }
    .navbar-nav .nav-item a { display: inline-block; padding: 6px 0; color: #fff }
    .navbar-nav .nav-item { margin-left: 20px }
    .navbar-collapse { position: absolute; margin-top: 15px; top: 100%; left: 0; width: 100%; z-index: 9; box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1); padding: 12px; border-radius: 25px; box-shadow: inset 1px 1px 20px 0px rgb(255 200 39 / 40%), 1px 1px 15px 0px rgb(255 82 1 / 20%) }
    .right-greadient::before { display: none }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .nav-item .sub-menu { position: relative; width: 100%; top: 0; display: none; opacity: 1; visibility: visible }
    .navbar-nav .nav-item:hover .sub-menu { top: 0 }
    .hero-section .hero-content { margin-bottom: 50px }
    .hero-section .hero-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:767px) {
    .navbar-nav .nav-item .sub-menu { position: relative; width: 100%; top: 0; display: none; opacity: 1; visibility: visible }
    .today-title { font-size: 24px !important }
    .navbar-nav .nav-item:hover .sub-menu { top: 0 }
    .hero-section .hero-content { margin-bottom: 50px }
    .hero-section .hero-content h1 { font-size: 36px }
    .hero-section .hero-img img { width: 100% }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section { padding: 180px 0 140px }
    .hero-section .hero-content h1 { font-size: 45px }
    .hero-section .hero-img img { width: 100% }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section { padding: 180px 0 140px }
    .hero-section .hero-content span { font-size: 25px }
    .hero-section .hero-content h1 { font-size: 37px }
    .hero-section .hero-img img { width: 100% }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .hero-section .hero-content h1 { font-size: 45px }
}

/* Mobile FAQ Fix - Prevent arrow overlap with text */
@media(max-width:767px) {
    .faq-section .accordion .single-faq button {
        padding-right: 50px;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    
    .faq-section .accordion .single-faq button::after {
        right: 15px;
        font-size: 16px;
    }
}