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

@font-face {
    font-family: 'DB Helvethaica X 45 Li';
    src: url('../fonts/DBHelvethaicaX-45Li.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-45Li.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DB Helvethaica X 55';
    src: url('../fonts/DBHelvethaicaX-55Regular.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-55Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Helvethaica X 75 Bd';
    src: url('../fonts/DBHelvethaicaX-75Bd.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

html {
    font-size: 10px;
}

body {
    font-family: 'DB Helvethaica X 55';
    background: rgb(41, 18, 152);
    background: -moz-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291298", endColorstr="#600baf", GradientType=1);
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #fff;
    overflow-x: hidden;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'DB Helvethaica X 75 Bd';
}

h3 {
    font-size: 2.4rem;
}

a,
a:hover,
a:focus {
    color: #FEEF74;
    text-decoration: none;
    transition: all 0.3s;
}

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

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

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

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

.navbar {
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar a {
    color: #ffffff;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.nav-mb {
    display: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.antiCls {
    visibility: hidden;
}

.cvpage {
    margin-bottom: 30px;
}

.cvpage h1 {
    color: #fff;
    font-size: 4.8rem;
}

.breadcrumb-dt {
    text-align: center;
    font-size: 2.2rem;
}

.breadcrumb-dt a {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

.breadcrumb-dt a:hover {
    opacity: 0.6;
}

.breadcrumb-dt p {
    display: inline-block;
    color: #ffdc42;
    margin-bottom: 0;
}

.breadcrumb-dt a:first-child {
    margin-left: 0;
}

.breadcrumb-dt p {
    display: inline-block;
    margin-left: 10px;
}

.breadcrumb-ct {
    margin-bottom: 15px;
}

.breadcrumb-ct a {
    color: #333;
}

.pagination {
    justify-content: center;
}

.page-link {
    color: #fff;
    font-family: 'promptsemibold';
    background: #175a3e;
    border: none;
    border-radius: 4px !important;
    padding: 0.7rem 1.2rem;
    margin: 0 2px;
    font-size: 1.6rem;
}

.page-link:hover {
    background: #07e186;
    color: #175a3e;
}

.page-link-active {
    background: #07e186;
    color: #175a3e;
    font-family: 'promptsemibold';
    border-radius: 4px;
}

.page-link-active:hover {
    background: #07e186;
    color: #175a3e;
}

.page-link .fa {
    font-size: 1.4rem;
}

.bs-section {
    padding: 80px 0;
}

marquee {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 15px 0 0;
}

/* ---------------------------------------------------
    BUTTON STYLE
----------------------------------------------------- */

.btn {
    padding: 8px 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 32px;
    font-size: 1.6rem;
}

.btn-main {
    background: rgb(223, 201, 119);
    background: -moz-linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    background: linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfc977", endColorstr="#bb9942", GradientType=1);
}

.btn-main:hover {
    background: rgb(223, 201, 119);
    background: -moz-linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    background: linear-gradient(0deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfc977", endColorstr="#bb9942", GradientType=1);
    color: #ffffff !important;
}

.btn-outline {
    border: 1px solid #ffffff;
}

.btn-outline:hover {
    background: #ffffff;
    color: #333333 !important;
}

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

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


/* ---------------------------------------------------
   Nav
----------------------------------------------------- */

.top-header {
    /*    background: rgb(27, 5, 40);
    background: -moz-linear-gradient(180deg, rgba(27, 5, 40, 1) 0%, rgba(97, 28, 108, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(27, 5, 40, 1) 0%, rgba(97, 28, 108, 1) 100%);
    background: linear-gradient(180deg, rgba(27, 5, 40, 1) 0%, rgba(97, 28, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b0528", endColorstr="#611c6c", GradientType=1);*/
    background: rgb(41, 18, 152);
    background: -moz-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291298", endColorstr="#600baf", GradientType=1);
    padding: 30px 0 0;
}

.top-header img {
    max-width: 240px;
}

.top-header .container-fluid {
    margin: 0;
    padding: 0;
}

.menu-header {
    background: rgb(96, 11, 175);
    background: -moz-linear-gradient(180deg, rgba(96, 11, 175, 1) 0%, rgba(41, 18, 152, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(96, 11, 175, 1) 0%, rgba(41, 18, 152, 1) 100%);
    background: linear-gradient(180deg, rgba(96, 11, 175, 1) 0%, rgba(41, 18, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#600baf", endColorstr="#291298", GradientType=1);
    padding: 20px 0;
    border-bottom: 1px solid #2e0556;
}

.menu-header ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.menu-header ul li {
    display: inline-block;
    margin-right: 60px;
    text-align: center;
}

.menu-header ul li img {
    display: block;
    margin: 0 auto 5px;
    max-width: 48px;
    
	transition: transform 0.3s ease;
	transform: translateX(0px);
}
.menu-header ul li img:hover {
	transform: translateY(5px);
}
.menu-header ul li:last-child {
    margin-right: 0;
}

.menu-header ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.2rem;
}

.menu-header ul li a:hover {
    text-decoration: none;
    color: #e4cb02;
}
.menu-header ul li a:hover img{
    transform: translateY(5px);
}
.nav-btn {
    margin-right: 15px !important;
}

.img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.img-wrapper img {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.img-wrapper img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* ---------------------------------------------------
    OWL
----------------------------------------------------- */

.banner-dt {
    position: relative;
    top: 0;
    width: 100%;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.main-content .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.main-content .icon-arrow {
    max-width: 32px;
}



.main-content1 {
    position: relative;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content1 button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.main-content1 .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.main-content1 .icon-arrow {
    max-width: 32px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #feef74;
}

/*Promotion*/

.promotion-item h3 {
    margin-top: 15px;
}

/*Games*/

.game-item {
    position: relative;
    width: 50%
}

.games-item {
    position: relative;
    width: 100% !important
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border: 1px solid #101b34
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.game-item:hover {
    cursor: pointer
}

.game-item:hover .image {
    opacity: .5;
    cursor: pointer;
    border: 1px solid #ffe346
}

.game-item:hover .middle {
    opacity: 1;
    cursor: pointer
}

.middle-container {
    width: 100%;
    height: 100%;
    background: red
}

.text {
    background: #FEEF74;
    border-radius: 0;
    color: #333333;
    font-size: 2rem;
    padding: 15px 30px;
    width: 100%;
    display: block;
    font-weight: 700;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5);
    min-width: 150px
}

.text:hover {
    color: #333333
}

.footer-section {
    padding: 80px 0;
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-left img {
    margin-bottom: 30px;
}

.footer-left p {
    margin-bottom: 15px;
}

.bank-footer {
    max-width: 240px;
    margin-bottom: 0;
}

.footer-section h3 {
    margin-bottom: 30px;
}

.footer-center ul {
    padding-left: 0;
}

.footer-center li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 8px;
}

.footer-center li a {
    color: #333333;
    padding: 2px 15px;
    background: #efefef;
    border-radius: 8px;
}

.footer-right ul {
    padding-left: 0;
}

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

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

.footer-right li img {
    max-width: 56px;
}

/*About*/
.about-section {
    position: relative;
    background: rgb(96, 11, 175);
    background: -moz-linear-gradient(90deg, rgba(96, 11, 175, 1) 0%, rgba(5, 0, 81, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(96, 11, 175, 1) 0%, rgba(5, 0, 81, 1) 100%);
    background: linear-gradient(90deg, rgba(96, 11, 175, 1) 0%, rgba(5, 0, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#600baf", endColorstr="#050051", GradientType=1);
}

.about-sec-section {
    position: relative;
    background: rgb(5, 0, 81);
    background: -moz-linear-gradient(90deg, rgba(5, 0, 81, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 0, 81, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 0, 81, 1) 0%, rgba(96, 11, 175, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050051", endColorstr="#600baf", GradientType=1);
}

.about-section .heading-section {
    margin-bottom: 0;
}

.about-section p {
    margin-bottom: 30px;
}

.about-sec-section .heading-section {
    margin-bottom: 0;
}

.about-sec-section p {
    margin-bottom: 30px;
}

.line-separate-top {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.line-separate-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/*Tabs*/

/* ---------------------------------------------------
    Category
----------------------------------------------------- */

.category-section {
	padding: 15px 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(198, 103, 98, 1) 100%);
}

.category-container {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.category-container li {
	display: inline-block;
	width: 19.68%;
	text-align: center;
}

.category-container li a {
	color: #ffffff;
} 

.category-container li a img {
	position: relative;
	transition: transform 0.3s ease;
	transform: translateX(0px);
    max-width: 100px;
    margin-bottom: 5px;
}

.category-container li a img:hover {
	transform: translateY(5px);
}

.category-container li a:hover img{
    transform: translateY(5px);
}
/* ---------------------------------------------------
    TABS
----------------------------------------------------- */

.tabs {
    max-width: 100%;
    margin: 0 auto
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#tab-button li {
    display: table-cell;
    width: 20%
}

#tab-button li a {
    display: block;
    padding: 15px;
    /*background: #6c0007;*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 16px 16px 0 0;
}

#tab-button li:not(:first-child) a {
    border-left: none
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-radius: 16px 16px 0 0;
    background: #2d0656;
    color: #fff
}

#tab-button img {
    display: block;
    margin: 0 auto;
    max-width: 160px
}

.tab-contents {
    padding: 30px;
    background: #2d0656;
    border-radius: 0 0 16px 16px
}

.tab-contents p {
    margin-bottom: 0
}


.tab-contents {
    margin-top: 20px
}

.tab-select-outer select {
    width: 100%
}
.category-section {
    padding: 15px 0;
    background: rgb(41, 18, 152);
    background: -moz-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    background: linear-gradient(180deg, rgba(41, 18, 152, 1) 0%, rgba(96, 11, 175, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291298", endColorstr="#600baf", GradientType=1);
}

.category-container {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.category-container li {
    display: inline-block;
    width: 19.68%;
    text-align: center;
}

.category-container li a {
    color: #ffffff;
} 

.category-container li a img {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0px);
}

.category-container li a img:hover {
    transform: translateY(5px);
}
.row-category-mb{
    display: none;
}

/*Media Queries*/
@media screen and (min-width:992px) {
    .tab-button-outer {
      display: block
    }

    .tab-select-outer {
        display: none
    }

    .tab-contents {
        position: relative;
        margin-top: 0
    }
}
@media (max-width:1199px){
    .category-container li{
        width: 19.6%;
    }
}
@media (max-width:991px) {
    .menu-header ul li {
        margin-right: 40px;
    }

    .about-section img {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .about-sec-section img {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .about-left img {
        margin-top: 30px;
    }

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

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

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

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

    .main-content1 .owl-theme .custom-nav {
        top: 25%;
    }

    .footer-section h3 {
        margin-bottom: 20px;
    }

    .footer-left {
        margin-bottom: 40px;
    }

    .footer-center li a {
        font-size: 2rem;
    }
    .category-container li{
        width: 19.5%;
    }
    .tab-button-outer{
        display: none;
    }
    .tab-select-outer {
        display: block;
    }
    .tab-select-outer a{
          border-radius: 16px;
          background: #2d0656;
          color: #fff;
          padding: 15px;
          display: block;
    }
    .select-active{
        border: 1px solid #d0b546;
    }
}

@media (max-width:767px) {
    .main-content1 .owl-theme .custom-nav .owl-prev {
        left: 0;
    }

    .main-content1 .owl-theme .custom-nav .owl-next {
        right: 0;
    }

    .main-content1 .icon-arrow {
        max-width: 24px;
    }

    .main-content1 .owl-theme .custom-nav {
        top: 20%;
    }

    .nav-mb {
        display: block;
    }

    marquee {
        display: none;
    }

    .top-header {
        padding: 15px 0;
    }

    .menu-header {
        background: #2e0556;
    }

    .hc-offcanvas-nav .nav-content > .nav-close:first-child a,
    .hc-offcanvas-nav .nav-title + .nav-close a.has-label,
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav .nav-back a {
        background: #2e0556;
        border: none;
    }

    .hc-offcanvas-nav .nav-close-button span,
    .hc-offcanvas-nav .nav-parent .nav-next,
    .hc-offcanvas-nav .nav-back span {
        background: #20033c;
    }

    .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
        background: #20033c;
    }

    .menu-header ul {
        display: none;
    }

    .menu-header .container {
        max-width: 100%;
    }

    .hc-nav-trigger {
        position: relative;
        top: 0;
        left: 15px;
    }

    .top-header img {
        max-width: 120px;
    }

    .banner .owl-carousel .owl-item img {
        border-radius: 0;
    }

    .heading-section h1 {
        font-size: 4rem;
    }

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

    .about-section p {
        text-align: left;
    }

    .partner-section p {
        text-align: left;
    }

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

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

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

    .about-section .heading-section {
        text-align: center !important;
    }

    .main-content .owl-theme .custom-nav {
        top: 20%;
    }

    .footer-left {
        margin-bottom: 30px;
    }

    .footer-center {
        margin-bottom: 30px;
    }
    .row-category-dt{
        display: none;
    }
    .row-category-mb{
        display: block;
    }
    .row-category-mb img{
        max-width: 80px;
        margin: 0 auto 5px;
    }
}

@media (max-width:576px) {
    .main-content1 .owl-theme .custom-nav {
        top: 15%;
    }


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

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

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

    .text {
        min-width: auto;
        padding: 8px 20px;
    }

    .partner-section {
        padding-bottom: 40px;
    }

    .games-section {
        padding-top: 40px;
    }
}

@media (max-width:480px) {
    .main-content1 .owl-theme .custom-nav {
        display: none;
    }
}
