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

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

html {
    font-size: 10px;
}

body {
    font-family: 'Prompt', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}


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

.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;
}

.navbar-brand img {
    max-width: 160px;
    padding: 5px 0;
}

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

.antiCls {
    visibility: hidden;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

.nav-dt {
    background: rgb(3,32,93);
    background: -moz-linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%);
    background: linear-gradient(0deg, rgba(3,32,93,1) 0%, rgba(7,16,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03205d",endColorstr="#07102a",GradientType=1); 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------------------
    BANNER STYLE
----------------------------------------------------- */
.banner img {
    border-radius: 16px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background:#0a1318 #0a1318;*/
    /* background: rgb(200,43,200);
	background: linear-gradient(180deg, rgba(200,43,200,1) 0%, rgba(70,20,70,1) 100%); */
    background: #001965;
    color: #fff;
    transition: all 0.3s;
    padding-top: 98px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 40px 20px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
}


#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.menu-item {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 0;
    /*background: rgb(35,62,78);
	background: -moz-linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	background: linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#233e4e",endColorstr="#0c181f",GradientType=1); 
 	background: rgb(3,71,66);
	background: -moz-linear-gradient(90deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	background: linear-gradient(90deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034742",endColorstr="#924580",GradientType=1); 
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);*/
    text-align: center;
}

.menu-item:hover {
    border-radius: 8px;
}

.menu-item a {
    padding: 0 !important;
    display: block;
}

.menu-item img {
    display: block;
    text-align: center;
    margin: 0 auto;
}


.line-item {
    background: #00C200;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

.line-item img {
    max-width: 32px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

ul ul a {
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

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

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

.heading-section h2 {
    color: #ffffff;
    font-size: 3.6rem;
    text-align: center;
    /*  text-shadow: 0 0 5px #ff63a2, 0 0 10px #ff63a2, 0 0 15px #ff63a2,
    0 0 20px #ff63a2, 0 0 25px #ff63a2, 0 0 30px #ff63a2;*/
}

.heading-line {
    width: 40px;
    height: 4px;
    background: #fed049;
    margin: 15px auto 15px;
    display: block;
}

.st-sec {
    padding: 40px 0;
}

.st-sec:last-child {
    border-bottom: none;
}

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

.nav-item {
    /*background: rgb(35,62,78);
	background: -moz-linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	background: linear-gradient(180deg, rgba(35,62,78,1) 0%, rgba(12,24,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#233e4e",endColorstr="#0c181f",GradientType=1); */
    /* 	background: rgb(29,142,134);
	background: -moz-linear-gradient(180deg, rgba(29,142,134,1) 0%, rgba(137,112,132,1) 50%, rgba(240,84,131,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(29,142,134,1) 0%, rgba(137,112,132,1) 50%, rgba(240,84,131,1) 100%);
	background: linear-gradient(180deg, rgba(29,142,134,1) 0%, rgba(137,112,132,1) 50%, rgba(240,84,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d8e86",endColorstr="#f05483",GradientType=1); 
	background: rgb(3,71,66);
	background: -moz-linear-gradient(180deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	background: linear-gradient(180deg, rgba(3,71,66,1) 0%, rgba(146,69,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034742",endColorstr="#924580",GradientType=1); */
    padding: 0;
    margin-left: 8px;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.nav-item:hover {
    box-shadow: 0px 0px 1px 2px #ffffff;
    cursor: pointer;
}

.nav-item img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

.nav-mobile {
    display: none;
}

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 9999;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* ---------------------------------------------------
    BUTTON STYLE
----------------------------------------------------- */
.btn-outline {
    font-size: 1.6rem;
    padding: 15px 30px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #00322e !important;
}

.row-btn {
    /*margin-top: 30px;*/
    text-align: center;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 138px 0 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/bg-dt.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
}

#content.active {
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fed049;
}

.promotion-item img {
    border-radius: 16px;
}

.game-section img {
    border-radius: 16px;
}

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

/* ---------------------------------------------------
   GAME BUTTON HOVER
----------------------------------------------------- */
.slot-item {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

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

.slot-item:hover .image {
    opacity: 0.3;
}

.slot-item:hover .middle {
    opacity: 1;
}
.slot-item p{
    display: none;
}
.text {
    background: rgb(245, 188, 0);
    background: -moz-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    background: linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5bc00", endColorstr="#fddd01", GradientType=1);
    border-radius: 8px;
    color: white;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    display: block;
    font-weight: 700;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
    background: rgb(7,16,42);
    background: -moz-linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
    background: linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07102a",endColorstr="#03205d",GradientType=1); 
    padding: 80px 0 0;
}

.copyright p {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 0;
}

.footer-section img {
    max-width: 180px;
}

.fix-footer-container {
    display: none;
}

/* ---------------------------------------------------
    SNOWFLAKE
----------------------------------------------------- */

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.snowflake {
    position: fixed;
    background-color: #fff;
    user-select: none;
    z-index: 1000;
    pointer-events: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/*Slip*/
@media (min-width:1199px) {
    .slip-section .owl-two .owl-item.active.center {
        transform: scale(1.1, 1.2);
    }

    .slip-section .owl-two .owl-stage-outer {
        overflow: visible;
    }
}

@media (max-width:767px) {
    .slip-section .owl-two .owl-dots {
        margin-top: 30px !important;
    }
}

@media (max-width:1199px) {
    .slip-section .owl-item.active.center {
        transform: scale(1, 1);
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 991px) {
    .heading-section h2 {
        font-size: 2.8rem;
    }

    .nav-dt ul {
        margin-top: 0 !important;
    }

    .st-sec {
        padding: 20px 0;
    }

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

    .st-sec .content-divider {
        display: none;
    }

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

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

    .footer-section {
        border-top: 1px solid #333;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

    .nav-item {
        padding: 15px;
    }

    .nav-item img {
        max-width: 88px;
    }
}

@media (max-width: 768px) {
    .nav-dt {
        display: none;
    }

    #sidebar {
        width: 25%;
        position: fixed;
        padding-top: 78px;
    }

    #sidebar ul.components {
        padding: 20px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 75%;
        padding: 98px 0 0 0;
        background-image: url(../images/bg-mobile.webp);
    }

    #content.active {
        width: calc(100% - 250px);
    }

    #sidebarCollapse span {
        display: none;
    }

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

    .menu-item img {
        margin: 0 auto 0;
        display: block;
    }

    .nav-mobile {
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
    }

    .menu-item strong {
        word-break: break-word;
        font-size: 1.4rem;
    }

    .line-item a {
        padding: 10px !important;
    }

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

    .menu-item span {
        display: none;
    }

    #sidebar ul.components {
        padding: 20px 10px;
    }

    .fix-footer-container {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        max-height: 78px;
        border-top: 2px solid #000;
        text-align: center;
        background: rgb(7,16,42);
        background: -moz-linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
        background: linear-gradient(0deg, rgba(7,16,42,1) 0%, rgba(3,32,93,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07102a",endColorstr="#03205d",GradientType=1); 
    }

    .fix-footer-container a {
        display: inline-block;
        color: #f4ebeb;
        font-size: 1.2rem;
        line-height: 28px;
        padding: 0;
    }

    .fix-footer-container a:hover {
        text-decoration: none;
    }

    .fix-footer-container a:last-child {
        border-right: none;
    }

    .fix-footer-container a img {
        max-width: 88px;
        margin-right: 0;
        display: inline-block;
    }

    .fix-footer-container a p {
        display: inline-block;
        margin-bottom: 0;
    }

    .fix-footer-container {
        display: block;
    }
}

@media (min-width:320px) {
    #sidebar {
        overflow-y: scroll;
    }
}

@media (max-width:576px) {
    html {
        font-size: 8px;
    }

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

    .menu-item a {
        padding: 0 !important;
    }

    .promotion-item img {
        width: 100%;
    }

    .fix-footer-container a {
        padding: 0;
    }

    .fix-footer-container a img {
        display: block;
        margin: 0 auto 0;
    }

    .menu-item span {
        display: none;
    }

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

    .fix-footer-container a {
        width: 23.8%;
        margin-right: 1px;
    }

    .fix-footer-container a:first-child {
        margin-right: 0;
    }
}

@media (max-width:400px) {
    .fix-footer-container a img {
        max-width: 70px;
    }

    .fix-footer-container {
        max-height: 65px;
    }
}

@media (max-width:365px) {
    .fix-footer-container a {
        margin-right: 0;
    }
}
