:root {
    --main-color: #18003A;
    --main-light-color: #8B809C;
    --primary-color: #FFFFFF;
    --secondary-color: #F4EDED;
    --hover-black: #000000;
    --red-color: #FF0000;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

:focus-visible {
    outline: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--hover-black);
    text-decoration: none;
    background-color: transparent;
}

.mt-50 {
    margin-top: 50px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

body {
    font-family: 'Roboto';
}

/* Loader */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: url(assets/images/ajax_loader.gif);
    background-position: 50% 50%;
    background-color: var(--secondary-color);
    background-repeat: no-repeat;
    opacity: .9;
}

/* bak to top */
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    color: var(--primary-color);
    background: var(--main-color);
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -ms-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    -o-box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    box-shadow: 0 0 10px 5px rgb(255 255 255 / 50%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    animation: 1s ease 0s infinite normal none running top-to-bottom;
}

@-webkit-keyframes top-to-bottom {

    0% {
        margin-top: 0;
    }

    50% {
        margin-bottom: -20px;
    }

    100% {
        margin-top: 0;
    }
}

.scrollToTop i {
    font-size: 21px;
    display: block;
    line-height: 52px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    opacity: 0.7;
    color: var(--secondary-color);
}

/* top nav  */
#top {
    background: var(--main-color);
    font-family: 'Roboto';
}

.currency {
    color: var(--primary-color);
    padding-top: 12px;
}

.currency .symbol {
    display: none;
}

.currency i {
    padding-left: 7px;
}

.currency li {
    list-style: none;
}

.currency li a:hover {
    opacity: 0.5;
    transition: 1s;
}

.top-right {
    display: flex;
    justify-content: flex-end;
}

.contact-info a:hover {
    opacity: 0.5;
    transition: 1s;
}

.contact-info {
    padding-top: 12px;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
}

.dropdown-menu {
    overflow: hidden;
}

/* header  */
header {
    position: relative;
    box-shadow: 0px 4px 40px 1px rgba(24, 0, 58, 0.5);
}

header.header-fixed {
    position: fixed;
    background: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header.header-fixed .logo img {
    max-width: 100px;
}

header.header-fixed .logo {
    margin-top: 0;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
    text-align: center;
}

.logo img {
    margin: auto;
    width: 100px;
    float: left;
}

.slotclub-menu .main-menu {
    text-align: center;
    list-style: none;
}

.slotclub-menu .main-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 10px 10px;
    outline: none;
}

.slotclub-menu .main-menu li a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: capitalize;
    letter-spacing: 0px;
    text-decoration: none;
}

.ac-button {
    width: 124px;
    height: 34px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 1s;
}

.ac-button:hover {
    background-position: bottom;
    color: var(--primary-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* home banner slider */
.home-demo.home-banner.container-fluid .large-12.columns {
    padding: 0px;
}

.home-banner {
    position: sticky;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
}

.owl-carousel-banner .owl-nav button.owl-prev,
.owl-carousel-banner .owl-nav button.owl-next {
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 26px;
    line-height: 2px;
    color: var(--primary-color) !important;
    margin: 0 22px;
}

.owl-carousel-banner .owl-nav button.owl-prev:hover {
    background: var(--hover-black) !important;
    transition: 1s;
}

.owl-carousel-banner .owl-nav button.owl-next:hover {
    background: var(--hover-black) !important;
    transition: 1s;
}

/* Welcome to slot section */
.welcome-slot {
    display: inline-flex;
}

.slot-info {
    display: flex;
    align-items: center;
}

.slot-bg {
    padding-left: 0px;
}

.welcome-info {
    max-width: 700px;
}

.welcome-info h1 {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: var(--main-color);
}

.welcome-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--main-light-color);
}

.submenu {
    display: inline-flex;
    margin-bottom: 35px;
}

.submenu img {
    margin-right: 50px;
}

.submenu-info h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: var(--main-color);
}

.submenu-info a {
    color: var(--main-color);
}

.submenu-info a:hover {
    opacity: 0.7;
}

/* be in control section  */
.title {
    text-align: center;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: var(--main-color);
}

.advice {
    margin-top: 30px;
}

.control-banner {
    background-color: var(--main-color);
}

.control-img a:hover {
    opacity: 0.8;
    transition: 0.7s;
}

.control-info {
    padding: 35px;
}

.control-info a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.control-info h2 {
    color: var(--primary-color);
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}

.control-info p {
    color: var(--secondary-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
}

.support {
    margin-bottom: 0px !important;
}

/* offer section */
.offer-section a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* Review section */
.review-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--main-light-color);
}

.review-banner {
    background-color: var(--main-color);
    padding: 26px;
    display: flex;
}

.review {
    padding-left: 22px;
}

.review-sub p {
    font-size: 18px;
}

.review h2 {
    font-size: 22px;
    padding-top: 12px;
}

.review h2:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.review p {
    text-align: left;
}

.review-sub {
    display: flex;
    justify-content: space-between;
}

.banner-img img {
    width: 600px;
    height: 180px;
}

.review-banner p,
h2 {
    color: var(--primary-color);
    font-family: 'Roboto';
}

.review-sub i {
    color: var(--red-color);
}

.review-sub span {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin-left: 22px;
    margin-right: 22px;
}

.review-desc img {
    width: 100% !important;
    height: 100% !important;
}

.review-desc p {
    font-size: 14px;
}

.detail {
    margin-bottom: 41px;
}

.review-img {
    margin: auto;
}

/* jackpot section */

.jackpot-section {
    background-color: var(--main-color);
    border-radius: 0px 0px 50px 50px;
    height: 760px;
    margin-top: 30px;
}

.jackpot-section h2 {
    padding-top: 24px;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary-color);
}

.winners {
    text-align: center;
    padding: 2px 49px 2px 49px;
    display: flex;
    justify-content: space-between;
}

.winners img {
    width: 30px;
    height: 30px;
    margin-right: 25px;
}

.winners-price {
    display: flex;
}

.winners p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: var(--primary-color);
}

.line {
    text-align: center;
}

/* running jackpot */
.running {
    margin-top: 17px;
    text-align: center;
    color: var(--primary-color);
}

.running p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    padding: 11px 0px 0px 0px;
}

.running button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    width: 150px;
    height: 40px;
    transition: 1s;
    padding: 0;
    background: linear-gradient(to top, var(--primary-color) 50%, var(--main-color) 50%);
    background-size: 100% 200%;
    background-position: top;
}

.running button:hover {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: var(--main-color);
    background-position: bottom;
}

.running button:active {
    color: var(--main-color) !important;
    background: var(--primary-color) !important;
}

.running button:focus-visible {
    border: 2px solid var(--primary-color) !important;
}

.running i {
    font-size: 32px;
}

/* jackpot time */
.time {
    margin: auto;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
}

.time h1 {
    font-size: 70px;
    font-family: 'Aclonica';
    padding-top: 36px;
}

.time p {
    margin-top: -20px;
}

.arrow {
    text-align: center;
}

.jackpot-time {
    margin-bottom: 22px;
}

/* footer */
footer {
    background-color: var(--main-color);
    color: var(--primary-color);
}

footer h5 {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}

.footer-top {
    padding-top: 50px;
}

.contact_site a {
    color: var(--primary-color);
}

.contact_site i {
    font-size: 19px;
    margin-right: 5px;
}

.contact_site:hover {
    opacity: 0.7;
}

.site {
    margin-top: 27px;
}

.footer-logo {
    width: 100px;
    border-radius: 10px;
    background: var(--primary-color);
}

.footer-top .col-lg-2 {
    width: 20%;
}

.footer-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 14px;
}

.footer-jackpot {
    margin-top: 16px;
}

.game-div {
    margin-top: 28px;
}

.game-desc {
    display: flex;
}

.game-desc img {
    width: 60px;
    margin-right: 10px;
}

.game-info {
    width: 118px;
    display: flex;
    flex-direction: column;
}

.game-info a {
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-color);
}

.game-info a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.price {
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #FFE600 !important;
}

.rating {
    color: var(--red-color);
    font-size: 9px;
}

.newsletter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 21px;
}

.newsletter .form-group {
    margin-bottom: 17px;
}

footer form {
    text-align: center;
}

footer form .btn-primary {
    width: 150px;
    background: var(--main-color);
    box-shadow: 0px 0px 10px 5px var(--primary-color);
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}

footer form .btn-primary:hover {
    background: var(--primary-color) !important;
    color: var(--main-color);
    border: 1px solid var(--primary-color) !important;
    box-shadow: none;
    transition: 1s;
}

footer form .btn-primary:active {
    background-color: var(--main-color) !important;
}

footer form .btn-primary:focus-visible {
    background-color: var(--main-color);
    box-shadow: none;
}

.social-media {
    margin-bottom: 10px;
}

.social-media a,
.payment-method a {
    color: var(--primary-color);
    margin-right: 20px;
}

.payment-method a:hover,
.social-media a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

p.copyright {
    text-align: center;
    padding: 25px;
    border-top: 1px solid var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color);
}

footer form .btn:hover {
    background: var(--main-color);
}

.toggled.active .fa-chevron-down:before {
    content: "\f077";
}

.logo-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 14px;
    margin-bottom: 0px;
}

/* question section  */

.question-section {
    margin-top: 30px;
}

.question {
    background-color: var(--main-color);
    border-radius: 0px 500px 500px 0px;
    height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.accordion {
    --bs-accordion-bg: var(--main-color);
    --bs-accordion-color: var(--primary-color);
    --bs-accordion-btn-color: var(--primary-color);
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: var(--main-color);
    --bs-accordion-active-color: var(--primary-color);
    --bs-accordion-border-width: 0px;
}

.accordion-body {
    margin-top: -8px;
    padding: 0px;
}

.question-desc {
    padding: 0px 86px;
}

.faq {
    padding-bottom: 50px;
}

.accordian-tittle {
    margin: 52px 0px 0px 65px;
}

.right-list i {
    padding-right: 23px;
}

.accordion-button img {
    display: none;
}

.accordion-button:not(.collapsed) img {
    display: block;
    width: 100%;
    margin-right: -100px;
}

.accordion-button+span .fa-circle-plus::before {
    content: "\f055" !important;
    font-family: "FontAwesome";
    margin-left: 8px;
    margin-right: 10px;
    width: auto;
    height: auto;
    font-size: 24px;
}

.accordion-button:not(.collapsed) span .fa-circle-plus::before {
    content: "\f056" !important;
}

.right-list button {
    border: none !important;
}

.right-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    background: var(--main-color);
    width: auto;
    padding: 5px 10px 5px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 0px 50px 50px 0px !important;
}

.accordion-button:not(.collapsed) .right-title {
    border: none;
}

.accordion-button span i {
    padding: 0px 10px 0px 10px;
    font-size: 28px;
}

.accordion-button {
    display: block;
    padding: 0px 16px 0px 22px;
}

.accordion-item {
    background: none;
}

.qeustion-line {
    padding-left: 59px;
    margin-top: -15px;
}

.question h2 button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    width: auto;
}

.accordion-button:not(.collapsed) {
    border: none;
}

.info p {
    color: var(--primary-color);
    padding-left: 99px;
    padding-right: 266px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.faq-button {
    margin-top: 0px !important;
}

.question h2 span {
    display: inline-block;
    font-size: 22px;
}

.question-img {
    text-align: right;
}

.question-img:hover {
    opacity: 0.5;
    transition: 0.7s;
}

.accordion-body-desc {
    padding-left: 53px;
    padding-right: 70px;
    padding-top: 10px;
}

.right-desc {
    padding: 0;
}

.right-list {
    margin-left: 200px !important;
}

.right-body {
    margin-left: 275px;
}

.left-list {
    padding-left: 60px;
    padding-top: 80px;
}


/* About us */
.slot-machine h1 {
    text-align: left;
}

.slot-machine p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--main-color);
}

.slot-machine {
    text-align: left;
}

.slot-machine button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    width: 150px;
    height: 40px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: 1s;
}

.slot-machine button:focus-visible {
    border: 2px solid var(--main-color) !important;
}

.slot-machine button:hover {
    background-position: bottom;
    color: var(--primary-color) !important;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}

/* tournament section */
.tournament {
    margin-top: 30px;
}

.tournament-section {
    background-color: var(--main-color);
    color: var(--primary-color);
}

.tournament button {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--primary-color);
    background: var(--main-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    background: linear-gradient(to top, var(--primary-color) 50%, var(--main-color) 50%);
    background-size: 101% 200%;
    background-position: top;
    transition: 1s;
}

.tournament button:hover {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: var(--main-color) !important;
    background-position: bottom;
}

.tournament button:active {
    color: var(--main-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.tournament-section {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.tornament-price {
    width: 162px;
    height: 108px;
    background: var(--primary-color);
    color: var(--main-color);
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
    padding-top: 15px;
    margin: auto;
    margin-bottom: 22px;
    box-shadow: inset 0px 0px 14px var(--hover-black);
}

.tournament-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

/* account page */
.account-detail {
    margin-top: 30px;
}

.ac-title {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    padding: 13px 30px 10px 30px;
    text-transform: capitalize;
    background: var(--main-color);
    color: var(--primary-color);
}

.account {
    margin-bottom: 50px;
}

.account,
.information,
.register-account,
.login-account {
    border: 2px solid var(--main-color);
}

.list ul {
    list-style: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color) !important;
}

label.form-check-label {
    margin-top: 3px;
    margin-bottom: 10px;
}

.list ul li {
    padding-top: 20px;
}

.list ul li a {
    color: var(--main-color) !important;
}

.list ul li a:hover {
    opacity: 0.7;
}

.account-label::before {
    content: "*";
    color: var(--red-color);
}

.register-form {
    padding: 22px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color);
}

.register-form input::placeholder {
    color: var(--primary-color) !important;
}

.form-input {
    background: var(--main-light-color);
    border-radius: 20px;
    padding: 8px 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 3px;
}

.form-check input {
    padding: 0px;
    border: 1px solid var(--hover-black);
}

.register-form button {
    border-radius: 20px;
    color: var(--main-color);
    font-family: 'Aclonica';
    font-style: normal;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 32px 10px 32px;
    background: linear-gradient(to top, var(--main-color) 50%, var(--primary-color) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: 1s;
}

.register-form button:hover {
    background-position: bottom;
    color: var(--primary-color);
    border: 1px solid var(--main-color);
    border-radius: 20px;
}

.register-form button:active {
    color: var(--primary-color) !important;
    border: 1px solid var(--main-color) !important;

}

.login-account a {
    color: var(--main-color) !important;
    font-weight: 500;
}

.login-account a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.forget_password {
    margin-bottom: 21px;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
    color: var(--main-color);
    transition: 0.5s;
}

.form-check-input:checked {
    background-color: var(--main-light-color);
    border-color: var(--main-color);
    box-shadow: none;
}

.form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}

/* contact us */

.contact-us textarea {
    background: var(--main-light-color);
    border-radius: 20px;
    padding: 8px 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 3px;
}

.contact-us textarea::placeholder {
    color: var(--primary-color) !important;
}

.address a {
    color: var(--main-color) !important;
}

.address-menu {
    padding-top: 1px;
}

.address i {
    margin-right: 9px;
}

.submitted {
    display: none;
    color: #5c9d22;
    margin-bottom: 15px;
    text-align: center;
}

/* media queries */
@media (min-width: 1551px) {
    .container {
        max-width: 1470px;
    }

    .question-img {
        padding-top: 30px;
    }
}

@media (min-width: 1400px) {
    .register {
        margin-right: 14px;
    }

    .header-right {
        justify-content: flex-end;
    }

}

@media (min-width: 1200px) {
    .position-footer-right {
        padding-left: 37px;
    }

}

@media (max-width: 1600px) {
    .space {
        display: none;
    }

    .submenu {
        margin-bottom: 7px;
    }
}

@media (max-width: 1200px) {
    .question-img {
        text-align: center;
        margin-top: 30px;
    }

}

@media (min-width: 992px) {

    .header_menu li a:hover,
    .header_menu li a.active {
        background-color: var(--main-color);
        border-radius: 0px 0px 20px 20px;
        color: var(--primary-color);
        transition: 1s;
    }

    .header_menu li a {
        padding: 35px 12px 25px 12px;
    }

    footer .fa-chevron-down {
        display: none;
    }

    .offer-img img {
        height: 500px;
    }

    .offer-section {
        margin-top: 30px;
    }

    .logo-section {
        display: none;
    }

    .footer-top {
        padding-top: 30px;
    }

}

@media (max-width: 991px) {

    body.active:before {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
        transition: opacity 0.2s cubic-bezier(0, 0, .3, 1);
        transition-delay: 0.1s;
    }

    body.active {
        overflow: hidden;
    }

    .loader {
        background-size: 250px;
    }

    .phone-menu {
        text-align: right;
        padding: 0;
        z-index: 9;
    }

    #show-header_menu {
        border: none;
        border-radius: 5px;
        background: var(--main-color);
        color: var(--primary-color);
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .welcome-img img.img-fluid {
        max-width: 80%;
    }

    .slotclub-menu .main-menu-outer {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--primary-color);
        min-width: 250px;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .slotclub-menu .menu-title {
        background: var(--secondary-color);
        color: var(--main-color);
        font-weight: 500;
        font-size: 20px;
        padding: 10px 15px;
        text-align: left;
    }

    .slotclub-menu .menu-title i {
        float: right;
        font-size: 26px;
    }

    .slotclub-menu .main-menu {
        text-align: left;
        padding: 5px;
    }

    .slotclub-menu .main-menu li {
        padding: 10px;
        display: block;
    }

    .slotclub-menu .main-menu-outer.main-menu-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .toggled_tittle {
        border-bottom: 1px solid var(--primary-color);
    }

    footer .fa-chevron-down {
        float: right;
    }

    .footer-top .col-lg-2 {
        width: 100%;
    }

    .logo img {
        width: 70px;
    }

    .footer-description {
        display: none;
    }

    .footer_collaps {
        display: none;
        padding-bottom: 22px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .position-footer-right {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .toggled_tittle {
        margin-bottom: 22px;
        padding-bottom: 8px;
    }

    .owl-carousel-banner .owl-nav button.owl-prev,
    .owl-carousel-banner .owl-nav button.owl-next {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .control-section h1 {
        font-size: 32px;
    }

    .welcome-info h1 {
        font-size: 36px;
        line-height: 30px;
    }

    .welcome-info {
        margin: auto;
        padding: 25px 20px 0px 20px;
    }

    .title {
        font-size: 32px;
    }

    .detail {
        margin-bottom: 30px;
    }

    .offer-img {
        margin-top: 30px;
        text-align: center;
    }

    .slot-machine {
        margin-top: 30px;
    }

    .register-account,
    .login-account,
    .information_sec {
        margin-bottom: 50px;
    }

    .address_sec {
        margin-bottom: 0px;
    }

    .jackpot-slot {
        margin-top: -15px;
    }

    .account-detail {
        margin-top: 15px;
    }

    .right-body {
        margin-left: 220px;
    }

    .owl-nav {
        top: calc(50% - 15px);
    }

    p.copyright {
        margin-top: 0px;
    }

    .accordian-tittle {
        margin-left: 25px;
    }

    .accordion-body-desc {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .toggled_tittle {
        padding-bottom: 3px;
    }

    footer h5 {
        font-size: 18px;
    }

    .advice {
        margin-top: 15px;
    }

    .contact-info span {
        display: none;
    }

    .offer-img img {
        height: 252px;
    }

    .ac-button {
        font-size: 14px;
        padding-top: 4px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .review-sub {
        display: block;
    }

    .review-desc p {
        font-size: 12px;
    }

    .review-banner {
        padding: 12px;
    }

    .review-sub p {
        margin-bottom: 5px;
    }

    .review-rating {
        margin-bottom: 5px;
    }

    .offer-img {
        margin-top: 30px;
        text-align: center;
    }

    .standard {
        margin-bottom: 30px;
    }

    .information,
    .register-account,
    .account {
        margin-bottom: 20px;
    }

    .banner-img img {
        height: 141px;
    }

    a.banner-img {
        padding-top: 40px;
    }

    .accordion-button:not(.collapsed) {
        margin-left: 0px;
    }

    .right-list {
        margin-left: 30px !important;
    }

    .question-desc {
        padding: 0px 20px;
    }

    .right-body {
        margin-left: 72px;
    }

    .question-desc img {
        width: 330px;
    }

    .question h2 button {
        font-size: 16px;
    }

    .accordian-tittle {
        margin: 15px 0px 0px 0px;
    }

    .accordion-body-desc {
        font-size: 14px;
    }

    .accordion-button span i {
        padding-left: 0px;
        font-size: 22px;
    }

    .accordion-button:not(.collapsed) .right-title {
        padding-right: 0px;
    }

    .accordion-button {
        padding-left: 15px;
    }

    .tournament {
        margin-top: 15px;
    }

    .question-section {
        margin-top: 20px;
    }

    .faq {
        padding-bottom: 0px;
    }

    .accordion-body-desc {
        padding-left: 33px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -144px;
    }
}

@media (max-width: 676px) {
    .submenu-info h2 {
        font-size: 18px;
    }

    .welcome-info p {
        margin-top: -8px;
        font-size: 14px;
    }
}

@media (max-width: 495px) {
    .question h2 span {
        font-size: 14px !important;
    }

    .accordion-button span i {
        font-size: 18px;
    }

    .question {
        border-radius: 0px 100px 100px 0px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -200px;
    }

    .accordion-button:not(.collapsed) img {
        margin-right: -144px;
    }

    .right-body {
        margin-left: 56px;
    }
}

@media (max-width: 391px) {
    .accordian-tittle {
        margin-top: 0px !important;
    }
}

@media (max-width: 575px) {
    .control-banner {
        margin-bottom: 22px;
    }

    .welcome-info h1 {
        font-size: 28px;
    }

    .header-right {
        justify-content: center;
    }

    .register {
        margin-right: 10px;
    }

    .jackpot-section {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding: 0 5px 20px 5px;
    }

    .winners p {
        line-height: 22px;
    }

    .winners img {
        width: 24px;
        height: 24px;
    }

    .time {
        width: 100px;
        height: 100px;
    }

    .time h1 {
        font-size: 40px;
        padding-top: 18px;
    }

    .time p {
        font-size: 16px;
    }

}

@media (max-width: 566px) {
    .ac-button {
        width: 80px;
        font-size: 14px;
    }

    .question h2 span {
        padding-left: 2px;
        font-size: 18px;
    }

    .qeustion-line img {
        width: 260px;
    }

    .qeustion-line {
        padding-left: 14px;
        margin-top: -23px;
    }

    .info p {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 89px;
    }

    .right-list {
        padding-left: 22px;
        padding-top: 3px;
    }

    .left-list {
        padding-top: 18px;
    }

    .question-play {
        padding-top: 20px;
    }

    .question {
        height: 395px;
    }

    .right-list i {
        font-size: 18px;
        padding-right: 5px;
    }

    .question-info h2 {
        padding-top: 15px;
        padding-left: 11px;
    }

    .review-sub span {
        margin-left: 7px;
        margin-right: 0px;
    }

    .submenu img {
        margin-right: 90px;
    }

    .accordion-body-desc {
        padding-right: 42px;
        padding-left: 0px;
    }

    .accordion-body-desc p {
        font-size: 14px !important;
    }

    .question h2 button {
        margin-left: 0px;
    }

    .right-list {
        margin-left: -22px !important;
    }

    .right-title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 487px) {
    .question h2 button {
        font-size: 12px;
        margin-top: 9px;
    }

    .question-desc img {
        width: 240px;
    }

    .right-desc {
        padding: 0px 5px;
    }

    .accordion-body-desc p {
        font-size: 12px !important;
    }

    .faq_title {
        line-height: 40px;
    }
}

@media (max-width: 438px) {
    .currency i {
        padding: 0;
    }

    .accordian-tittle {
        margin-top: 0px !important;
    }
}

@media (max-width: 432px) {
    .review-banner {
        display: block;
        text-align: center;
    }

    .review-sub {
        display: flex;
    }

    .currency .symbol {
        display: unset;
    }

    .code {
        display: none;
    }

    .welcome-info h1 {
        font-size: 22px;
    }

    .slot-machine p {
        font-size: 12px;
    }

    .review {
        padding-left: 0px;
    }

    .banner-img img {
        width: auto;
    }

}

@media (max-width: 375px) {

    .currency {
        margin: -4px;
    }

    .contact-info {
        padding-top: 9px;
    }

    .social-media a,
    .payment-method a {
        margin-right: 10px;
    }

    .ac-button {
        font-size: 12px;
        padding: 6px 4px 0px 4px;
    }

    .jackpot-section h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .line img {
        width: 222px;
    }

    .winners {
        padding: 2px 35px 2px 35px;
    }

    .slot-machine h1 {
        font-size: 26px;
    }

    .top-right {
        font-size: 14px;
    }

    .question h2 button {
        font-size: 10px;
    }

    .accordion-body-desc p {
        font-size: 10px !important;
        padding-top: 8px;
    }

    .accordion-body-desc {
        margin-top: -3px;
    }

    .accordion-button:not(.collapsed) {
        margin-bottom: -12px;
    }

    .accordion-body-desc {
        padding-right: 8px;
    }

    .question-desc img {
        margin-top: 16px;
    }
}

@media (max-width: 425px) {
    .question {
        height: 369px;
    }


    .info p {
        font-size: 12px;
        padding-left: 32px;
        padding-right: 25px;
    }

    .owl-carousel-banner .owl-nav button.owl-prev,
    .owl-carousel-banner .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 24px;
        margin: 0 12px;
    }

}

@media (max-width: 354px) {
    .info p {
        padding-right: 0px;
        padding-left: 10px;
    }

    .left-list {
        padding-left: 19px !important;
    }

    .qeustion-line {
        padding-left: 10px;
    }

    .welcome-info h1 {
        font-size: 20px;
    }
}

@media (max-width:380px) {
    .question h2 span {
        font-size: 10px !important;
    }

    .accordion-button span i {
        font-size: 14px;
    }

    .accordion-button:not(.collapsed) img {
        margin-right: -219px;
        height: 3px;
    }

    .accordion-button:not(.collapsed) .left-img {
        margin-right: -252px;
    }

    .accordion-body-desc {
        padding-right: 0px;
    }

}

@media (max-width: 390px) {
    .title {
        line-height: 38px;
    }
}

@media (max-width: 320px) {
    .review-rating {
        font-size: 12px;
    }

    .review-sub p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .slot-machine p {
        font-size: 14px;
    }

    .review-img {
        margin-bottom: 26px;
    }
}

@media (min-width:500px) and (max-width:575px) {
    .control-img img {
        width: 545px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .slotclub-menu .main-menu li a {
        font-size: 18px;
        padding: 38px 12px 25px 12px;
    }
}

@media (min-width:991px) and (max-width:1199px) {

    .price p {
        margin-bottom: 3px;
    }

    .price {
        padding-top: 7px;
    }

    .game-div {
        margin-top: 20px;
    }

    .newsletter {
        margin-top: 12px;
    }

    .right-body {
        margin-left: 280px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .ac-button {
        width: 99px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .jackpot-section h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .winners {
        padding: 2px 10px 2px 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .qeustion-line {
        padding-left: 28px;
    }

    .info p {
        padding-left: 65px;
        padding-right: 210px;
    }

    .question h2 button {
        font-size: 20px;
    }

    .right-list {
        margin-left: 104px !important;
    }
}

@media (min-width:567px) and (max-width:767px) {
    .ac-button {
        width: 70px;
    }

    .line img {
        width: 210px;
    }

    .running img {
        width: 200px;
    }

    .running p {
        font-size: 18px;
    }

    .question h2 span {
        padding-left: 7px;
        font-size: 18px;
    }

    .qeustion-line img {
        width: 260px;
    }

    .qeustion-line {
        padding-left: 40px;
        margin-top: -20px;
    }

    .info p {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 89px;
    }


    .left-list {
        padding-top: 37px;
    }

    .question-play {
        padding-top: 37px;
    }

    .question {
        height: 453px;
    }

    .accordion-body-desc {
        margin-left: 0px;
    }

}

@media (min-width:576px) and (max-width:991px) {
    .control-info {
        padding: 20px;
    }

    .control-info h2 {
        font-size: 16px;
    }

    .control-info p {
        font-size: 12px;
    }

    .tournament-info p {
        font-size: 12px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .slotclub-menu .main-menu li a {
        font-size: 16px;
        padding: 38px 6px 28px 6px;
    }

    .rating {
        font-size: 8px;
    }

    .price {
        flex-direction: column;
    }

    .offer-img img {
        height: 342px;
    }

    .review-img {
        text-align: center;
    }

    .jackpot-section h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .line img {
        width: 178px;
    }

    .winners {
        padding: 2px 10px 2px 10px;
    }

    .winners img {
        margin-right: 9px;
    }

    .running img {
        width: 181px;
    }

    .running p {
        font-size: 16px;
    }

    .slot-machine h1 {
        font-size: 34px;
    }

    .tournament-info p {
        font-size: 12px;
    }

    .banner-img img {
        width: 400px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .offer-img img {
        height: 408px;
    }

    .jackpot-section h2 {
        font-size: 24px;
    }

    .line img {
        width: 183px;
    }

    .winners {
        padding: 2px 16px 2px 16px;
    }

    .running img {
        width: 217px;
    }

    .running p {
        font-size: 18px;
    }

    .question h2 {
        font-size: 20px;
    }

    .question h2 span {
        padding-left: 12px;
        font-size: 20px;
    }

    .info p {
        padding-left: 90px;
        padding-right: 126px;
        font-size: 14px;
    }

    .question-list h2 {
        font-size: 20px;
    }

    .question-img {
        padding-top: 100px;
    }

    .slot-machine p {
        font-size: 16px;
    }

    .tournament-info p {
        font-size: 14px;
    }

    .banner-img img {
        width: 550px;
        height: 150px;
        margin-top: 15px;
        padding-left: 10px;
    }

    .question h2 button {
        font-size: 18px;
    }

    .right-list {
        margin-left: 100px !important;
    }


    .right-body {
        margin-left: 164px;
    }

    .accordian-tittle {
        margin-left: 30px;
    }

    .accordion-button {
        padding-left: 5px;
    }

    .left-desc {
        padding: 0px 30px;
    }
}

@media (min-width:1350px) and (max-width:1399px) {
    .detail {
        margin-bottom: 19px;
    }

    .review-banner {
        padding: 6px;
    }

    .review-desc p {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

@media (min-width:1200px) and (max-width:1349px) {
    .detail {
        margin-bottom: 15px;
    }

    .review-banner {
        padding: 7px;
    }

    .review-desc p {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .review h2 {
        font-size: 22px;
    }
}

@media (min-width:1400px) and (max-width:1550px) {
    .review-banner {
        padding: 12px;
    }

    .review-desc p {
        font-size: 12px;
    }

    .offer-img img {
        height: 473px;
    }

    .question-img {
        padding-top: 30px;
    }

    .right-list {
        margin-left: 130px !important;
    }

    .right-info {
        padding-left: 19px;
    }

    .right-body {
        margin-left: 240px;
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .welcome-info p {
        font-size: 12px;
        margin-top: -10px;
    }

    .submenu-info h2 {
        font-size: 16px;
    }

    .submenu img {
        max-width: 83%;
        margin-right: 34px;
    }

    .submenu {
        margin-bottom: 4px;
    }
}

@media (min-width:992px) and (max-width:1463px) {
    .welcome-info h1 {
        font-size: 31px;
    }
}