/* ---------------------------------------------------
    FONT
----------------------------------------------------- */

/************** Typography **************/

/* prompt-300 - latin_thai */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/prompt-v10-latin_thai-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* prompt-600 - latin_thai */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/prompt-v10-latin_thai-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ---------------------------------------------------
    GENERAL STYLE
----------------------------------------------------- */

html {
    font-size: 10px;
}

body {
    font-family: 'Prompt';
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
    /*background: #010d01;*/
    font-size: 2rem;
    line-height: 3.6rem;
    color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
}

img {
    height: auto;
}

marquee {
    z-index: 99;
    border: none;
    background: #003500;
    font-size: 1.8rem;
    /*	margin: 0 15px;*/
}

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

a:focus {
    color: #ffdc42 !important;
}

.ot-page {
    background-image: url(../images/games-bg.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.st-section {
    padding: 60px 0;
}

.heading-section {
    margin-bottom: 30px;
}

.heading-section img {
    max-width: 400px;
}

.heading-section h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    color: #ffffff;
}

.heading-section h2 {
    font-size: 4rem;
    color: #ffffff;
}

.content-divider {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.main-header {
    padding: 10px 0;
    background: rgb(105, 1, 187);
    background: -moz-linear-gradient(0deg, rgba(105, 1, 187, 1) 0%, rgba(22, 0, 40, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(105, 1, 187, 1) 0%, rgba(22, 0, 40, 1) 100%);
    background: linear-gradient(0deg, rgba(105, 1, 187, 1) 0%, rgba(22, 0, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6901bb", endColorstr="#160028", GradientType=1);
}

.nav-brand img {
    max-width: 100px;
}

.nav-list {
    list-style-type: none;
    padding-left: 0;
}

.nav-list li {
    display: inline-block;
    margin-right: 15px;
}

.nav-list li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE  51%, #DA22FF  100%);
    background-size: 200% auto;
    padding: 10px 20px;
    border-radius: 32px;  
    transition: .5s;
}
.nav-list li a:hover {
    background-position: right center;
    color: #ffffff !important;
}

.nav-list li:last-child {
    margin-right: 0;
}

.banner-dt {
    padding-top: 60px;
}

.banner-mb {
    display: none;
}

input {
    height: 40px;
}

textarea {
    height: 120px;
    resize: none;
}

.form-activity input,
textarea {
    font-size: 1.6rem;
}

.form-activity label {
    margin-bottom: 0;
}

/*Button*/
.btn {
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    font-size: 1.6rem;
    font-family: 'Prompt';
    font-weight: 600;
}

.btn-main {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #AA771C);
    color: #000000 !important;
}

.btn-main:hover {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #AA771C);
    color: #000000 !important;
}

.btn-outline {
    background: none;
    border: 1px solid #ffe78c;
    color: #ffffff !important;
}

.btn-outline:hover {
    background: none;
    border: 1px solid #ffe78c;
    color: #ffe78c !important;
}

/*Content*/
.btn-section {
    padding: 40px 0 0;
}


.jackkpot-section .container {
    background-image: url(../images/jackpot-frame.webp);
    background-size: cover;
    padding: 80px;
    background-position: center;
}

.jackkpot-section .jackpot-item img {
    border-radius: 16px;
}

/*Carousel*/
.fb-header .carousel-item {
    /*    height: 760px;
    min-height: 350px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fb-header .carousel-caption {
    left: auto;
    right: auto;
    text-align: left;
}

.fb-header .carousel-caption h1 {
    margin-bottom: 0;
    line-height: 4.8rem;
}

.fb-header .carousel-caption .btn {
    margin-top: 24px;
}

.fb-header .carousel-inner {
    position: relative;
}

.fb-header .carousel-indicators {
    bottom: 5%;
}

.fb-header .carousel-indicators li {
    background: #d6d6d6;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.fb-header .carousel-indicators .active {
    background: #febd12;
    position: relative;
}

.fb-header .carousel-indicators .active::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #de6c30;
    opacity: 0.2;
}

.fb-header .carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.fb-header .carousel-caption {
    /*    left: 15%;
    top: 38% !important;
    transform: translateY(-50%);
    text-align: left;
    bottom: initial;
    margin: 0 auto;*/
    top: 40%;
    bottom: auto !important;
    transform: translateY(-50%);
    position: absolute;
}

.fb-header .carousel-caption h1 span {
    font-family: 'promptlight';
}

.fb-header #fb-carousel .line-btn img {
    max-width: 200px;
    margin-top: 15px;
}

.fb-header .heading-section {
    margin-bottom: 15px;
}

.detail-logo {
    max-width: 200px;
    margin-bottom: 15px;
}

/*Brand*/
.brand-section {
    background: #170128;
    max-height: 100px;
}

/*Footer*/
.footer-section {
    padding: 80px 0;
    text-align: center;
}

.footer-section .nav-brand img {
    max-width: 150px;
}

.footer-row-btn {
    margin-top: 30px;
}

.footer-text-img {
    max-width: 600px;
}

/*Category*/
.category-section .container {}

.category-dt-inner {
    background: #170128;
    border-radius: 16px;
    padding: 20px;
}

.category-item h3 {
    color: #ffffff;
    margin-top: 15px;
    display: block;
}

.category-mb {
    display: none;
}

/*About*/

/*Count*/
.wrap-count {
    width: 240px;
    position: relative;
}

.wrap-count:not(.mobile) {
    margin-left: 0;
}

.wrap-count .counter {
    position: absolute;
    text-align: center;
    width: 140px;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

.wrap-count .counter h4 {
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    /*color: #cdf739; background: -webkit-linear-gradient(90deg, #338b59 0%, #cdf739 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/
    color: #fff;
    text-shadow: 1px 2px 5px #333333;
}

.wrap-count img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wrap-count-bf-tb {
    display: none;
}

.wrap-count .counter span {
    display: none;
}

/*Mobile*/
#mobile-nav {
    display: none;
}

#mobile-nav img {
    max-width: 150px;
}

/*Casino*/
.casino-section .heading-section {
    /*    min-height: 300px;
    background-image: url(../images/heading-casino-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;*/
}

.casino-section .heading-section img {
    max-width: 600px;
}

.promotion-section .heading-section img {
    max-width: 500px;
}

.jackpot-section .heading-section img {
    max-width: 600px;
}

.about-section {
    border-top: 1px solid #fbd973;
}

.about-section .heading-section img {
    max-width: 600px;
}

/*Line*/

.float-panel-line {
    z-index: 99;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
}

.float-panel-line img {
    border-radius: 8px;
    max-width: 150px;
}

#close {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 0 2px;
    border-radius: 80px;
    background: #fc2501;
    border: 1px solid #fff;
    color: #fff !important;
    display: none;
}

/*Blogs*/
.blog-content img {
    margin-bottom: 30px;
}

.blog-content .content-container {
    margin: 30px 0;
}

.blog-content ul {
    padding-left: 15px;
}

.blog-content h3 {
    font-size: 3rem;
    text-decoration: underline;
}

.blog-content ol {
    padding-left: 15px;
}

/*Media Queries*/
@media (max-width:1199px) {
    .detail-logo {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .wrap-count .counter {
        width: 130px;
    }

    .wrap-count .counter h4 {
        font-size: 1.2em;
    }

    .wrap-count-bf-tb {
        display: block;
    }

    .wrap-count .counter h4 {
        font-size: 1.4rem;
    }
}


@media (max-width:991px) {
    .main-header .container {
        max-width: 100%;
    }

    .wrap-count {
        width: 220px;
    }

    .nav-list li a {
        font-size: 1.4rem;
    }

    .category-section .container {
        border-radius: 0;
    }


    .heading-section img {
        max-width: 360px;
    }

    .slot-section .content-divider {
        display: none;
    }

    .detail-section p {
        display: none;
    }

    .slot-main-section .slot-item {
        margin-bottom: 20px;
    }

    .casino-section .heading-section {
        min-height: auto;
    }

    .category-item h3 {
        font-size: 1.4rem;
    }

    .footer-text-img {
        max-width: 100%;
    }
}

@media (max-width:828px) {
    .nav-list li a{
        padding: 10px 15px;
    }
}
@media (max-width:767px) {

    .banner-dt {
        padding-top: 0;
    }

    .banner-dt .container {
        max-width: 100%;
    }

    .heading-section img {
        max-width: 100% !important;
    }

    .slot-section .heading-section img {
        max-width: 400px !important;
    }

    .wrap-count.mobile {
        width: 200px;
        margin-top: 6px;
    }

    .wrap-count.mobile {
        float: left;
        margin-right: auto;
        margin-left: 18px;
    }

    .wrap-count.mobile .counter {
        font-size: 0.8em;
        width: 130px;
        line-height: 66px;
        margin-left: -44px;
    }

    .wrap-count .counter span {
        font-size: 0.8em;
        display: none;
    }

    .main-header {
        display: none;
    }

    #mobile-nav {
        display: block;
        padding: 10px;
        background-size: cover;
    }

    .nav-mb-container {
        position: absolute;
        right: 60px;
    }

    .btn-section a {
        width: 48%;
        display: inline-block;
    }

    .casino-section .content-divider {
        display: none;
    }

    .casino-item {
        margin-bottom: 30px;
    }

    .jackkpot-section .container {
        padding: 30px 15px;
    }

    .detail-section {
        display: none;
    }

    .casino-demo-section .content-divider {
        display: none;
    }

    .slot-demo-section .content-divider {
        display: none;
    }

    .demo-item {
        margin-bottom: 20px;
    }

    .promotion-main-section .content-divider {
        display: none;
    }

    .promotion-main-section .promotion-item {
        margin-bottom: 30px;
    }

    .category-dt {
        display: none;
    }

    .category-mb {
        display: block;
    }

    .category-section .container {}

    .category-item img {
        max-width: 100%;
    }

    #mobile-nav img {
        max-width: 80px;
    }

    .nav-mb-container {
        position: absolute;
        right: 60px;
    }

    .category-mb .content-divider {
        display: none;
    }

    .category-item {
        margin-bottom: 15px;
    }

    .category-item:last-child {
        margin-bottom: 0;
    }

    .category-item h3 {
        margin-top: 5px;
    }
}

@media (max-width:576px) {
    body {
        font-size: 1.6rem;
    }

    .st-section {
        padding: 30px 0;
    }

    .banner-dt {
        display: none;
    }

    .banner-mb {
        display: block;
    }

    .banner-mb .container {
        padding: 0;
    }

    .slot-section .heading-section img {
        max-width: 80% !important;
    }

    .jackkpot-section .container {
        padding: 80px 5px;
    }

    .float-panel-line {
        right: 15px;
        bottom: 15px;
    }

    .float-panel-line #close {
        display: block;
        width: 24px;
        line-height: 24px;
        text-align: center;
    }
}

@media (max-width:480px) {

    .nav-mb-container .btn {
        padding: 5px 10px;
        font-size: 1.4rem;
    }

    footer .heading-section {
        margin-bottom: 15px;
    }

    footer .heading-section h2 {
        font-size: 2rem;
    }
}
