
@font-face {
  font-family: 'SCDream';
  src: url('font/S-CoreDream-4Regular.html');
  src: url('font/S-CoreDream-4Regulard41d.html?#iefix') format('embedded-opentype'),
       url('font/S-CoreDream-4Regular-2.html#font/S-CoreDream-4Regular') format('svg'),
       url('font/S-CoreDream-4Regular-3.html') format('truetype'),
       url('font/S-CoreDream-4Regular-4.html') format('woff'),
       url('font/S-CoreDream-4Regular-5.html') format('woff2');
  font-weight: 300;
  font-style: 300;
}

@font-face {
  font-family: 'SCDream';
  src: url('font/S-CoreDream-5Medium.html');
  src: url('font/S-CoreDream-5Mediumd41d.html?#iefix') format('embedded-opentype'),
       url('font/S-CoreDream-5Medium-2.html#./font/S-CoreDream-5Medium') format('svg'),
       url('font/S-CoreDream-5Medium-3.html') format('truetype'),
       url('font/S-CoreDream-5Medium-4.html') format('woff'),
       url('font/S-CoreDream-5Medium-5.html') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SCDream';
  src: url('font/S-CoreDream-6Bold.html');
  src: url('font/S-CoreDream-6Boldd41d.html?#iefix') format('embedded-opentype'),
       url('font/S-CoreDream-6Bold-2.html#./font/S-CoreDream-6Bold') format('svg'),
       url('font/S-CoreDream-6Bold-3.html') format('truetype'),
       url('font/S-CoreDream-6Bold-4.html') format('woff'),
       url('font/S-CoreDream-6Bold-5.html') format('woff2');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url('font/Roboto-Black.html');
  src: url('font/Roboto-Blackd41d.html?#iefix') format('embedded-opentype'),
       url('font/Roboto-Black-2.html#./font/Roboto-Black') format('svg'),
       url('font/Roboto-Black-3.html') format('truetype'),
       url('font/Roboto-Black-4.html') format('woff'),
       url('font/Roboto-Black-5.html') format('woff2');
  font-weight: 900;
  font-style: 900;
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--yellow), var(--yellow));
    border: solid 2px #000000;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #1a1a1a;
    background-attachment: fixed;
    color: #fff;
    font-size: 14px;
    font-family: "SCDream", Arial, sans-serif;
    transition: 0.3s;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea, span {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before, 
.w-a:after,
.w-ba:before, 
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

:root {
    --yellow: #fff302;
    --yellow-dark: #4c3d00;
    --green: #83e576;
    --red: #fd6c45;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-gray {
    color: #cccccc !important;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: noto-sans-bold;
}

.table-layout-fixed {
    table-layout: fixed;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Loading Wrapper */

.loading-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(/images/client/icon/loading-transparent.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.loading-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}


/* Site Button */

.btn-yellow {
    color: #111111;
    background-color: var(--yellow);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;font-weight: bold;
}

.btn-gray {
    color: #ffffff;
    background-color: #444444;
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-red {
    color: #ffffff;
    background-color: #df4c25;
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-yellow:before,
.btn-gray:before,
.btn-red:before,
.btn-transparent:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(100%);
    opacity: 0;
}

.btn-yellow:before {
    background-image: linear-gradient(to right, #ffb93d, #ffae1f);
}

.btn-gray:before {
    background-image: linear-gradient(to right, #666666,#555555);
}

.btn-transparent:before {
    background-image: linear-gradient(to right, #666666,#555555);
}

.btn-red:before {
    background-image: linear-gradient(to right, #be330e,#891e01);
}

@media(min-width:1024px){ 

    .btn-yellow:hover:before,
    .btn-gray:hover:before,
    .btn-red:hover:before,
    .btn-transparent:hover:before {
        opacity: 1;
        transform: translateY(0);
    }

    .btn-yellow:hover {
        color: rgba(0, 0, 0, 0.75);
    }

}


/* Header Section */

.header-section {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.header-main {
    width: 100%;
    height: 80px;
    background-color: #000000;
    border-bottom: solid 1px var(--yellow-dark);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}


/* Header Menu */

.header-menu {
    width: 100%;
    height: 50px;
    filter: drop-shadow(0 1px 0 #333334) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.75));
    transition: 0.3s;
}

.affix .header-menu {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 1));
    background-color: #333333;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header-menu .container:before {
    width: 100%;
    height: 100%;
    left: 25px;
    top: 0;
    background-image: linear-gradient(to right, #333333, #060606);
    transform: skew(-20deg);
    transition: 0.3s;
}

.header-menu .container:after {
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background-color: #060606;
}



/* Page Content */

.page-content {
    padding: 42px 0 0;background: #373b3c;
}

.page-content:before,
.page-content:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-content:before {
    max-height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.page-content:after {
    width: 200%;
    height: 67px;
    top: -34px;
    background-position: top center;
    background-repeat: repeat-x;
    animation: waveSurface 30s linear infinite;
}

@keyframes waveSurface {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

/* Page Header */

.page-header {
    margin: 0 0 25px;
    position: relative;
    z-index: 2;
}

.page-header .ph-panel {
    width: 100%;
    height: 60px;
    border-top: solid 1px var(--yellow);
    background-color: #222222;
    border-radius: 5px;
    padding: 0 15px;
}

.page-header .ph-panel .title-panel {
    height: 100%;
    margin: 0 auto;
    padding: 0 48px;
}

.page-header .ph-panel .title-panel:before,
.page-header .ph-panel .title-panel:after {
    width: 1px;
    height: 75%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.page-header .ph-panel .title-panel:before {
    left: 0;
}

.page-header .ph-panel .title-panel:after {
    right: 0;
}

.page-header .ph-panel .title-panel .ship-icon {
    position: relative;
    top: -12px;
    margin-right: 10px;
}

.page-header .ph-panel .title-panel .title {
    color: var(--yellow);
    font-size: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(var(--yellow), #a77c0d);
    background-size: 100% 100%;
    position: relative;
}

.page-header .ph-panel .title-panel .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);             
    z-index:-1;
}

.ph-board .labels {
    height: 30px;
    padding: 0 22px;
    border: solid 1px var(--yellow-dark);
    border-radius: 15px;
    color: var(--yellow);
    margin: 0 5px;
}

.ph-board .labels i {
    display: none;
}


/* Slot Section */

.slot-section {
    position: relative;
    padding: 0 0 20px;
}

.slot-section .slot-background {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.slot-section .slot-background:before {
    width: calc(100% + 25px);
    height: 100%;
    position: absolute;
    left: 5px;
    top: -180px;
    background-position: top center;
}

.slot-section .slot-background div {
    position: absolute;
}

.slot-section .slot-background img {
    position: absolute;
}

.slot-section .slot-background .fish-img {
    width: 100%;
    position: relative;
}

.slot-section .slot-background .fish-01 {
    top: 5%;
    left: 1.75%;
}

.slot-section .slot-background .fish-02 {
    top: -7%;
    right: 3.25%;
}

.slot-section .slot-background .snail {
    bottom: 26%;
    left: 2.5%;
}

.slot-section .slot-background .starfish {
    bottom: 26%;
    right: 3.75%;
}

.slot-section .slot-background .whale {
    bottom: 0;
    left: 12.75%;
}

.slot-section .slot-background .octopus {
    bottom: 0;
    right: 12%;
}

.slot-section .slot-background .bubbles-01 {
    left: 20px;
    top: -88px;
    animation: bubbles01 1s ease infinite;
}

@keyframes bubbles01 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.slot-section .slot-background .bubbles-02 {
    right: -40px;
    top: 25px;
    animation: bubbles01 1s ease infinite;
}

.slot-section .slot-background .bubbles-03 {
    left: -100px;
    top: 30px;
    animation: bubbles01 0.5s ease infinite;
}

.slot-section .slot-background .bubbles-04 {
    left: -35px;
    top: -35px;
    animation: bubbles01 0.8s ease infinite;
}

.slot-section .slot-background .bubbles-05 {
    left: 30px;
    top: -150px;
    animation: bubbles01 1s ease infinite;
}

/* Footer Section */

.footer-section {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: bottom 65px center;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 1.0);
    border-top: solid 1px rgba(255, 255, 255, 0.1);clear: both;
}

.footer-section:before {
    width: 50%;
    height: 1px;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.footer-section:after {
    width: 100%;
    min-width: 1920px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    top: -245px;
    background-repeat: no-repeat;
    background-position: bottom left;
    animation: shipAnim 4s ease infinite;
}

@keyframes shipAnim {
    0% {
        top: -245px;
    }
    50% {
        top: -220px;
    }
    100% {
        top: -245px;
    }
}

.footer-section .company-logo {
    padding: 20px 0 40px;
}

.footer-section .company-logo img {
    max-width: 134px;
    max-height: 34px;
    margin: 8px 12px;
}

.footer-section .company-logo .pragmatic {
    max-height: 48px;
}

.copyright-panel {
    height: 70px;
    background-color: #222222;
    border-radius: 5px;
    color: #777777;
    font-size: 10px;
    letter-spacing: 1px;
    border-top: solid 1px var(--yellow);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 1.0);
}

.footer-background {
    width: 100%;
    min-width: 1920px;
    height: 100%;
    min-height: 428px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    pointer-events: none;
}

.footer-background img {
    bottom: 0;
    position: absolute;
}

.footer-background div {
    position: absolute;
}

.footer-background div img {
    width: 100%;
    position: relative;
    animation: bubbles01 1s ease infinite;
}

.footer-background .skeleton {
    left: 4%;
    animation: skeletonAnim 8s ease infinite;
}

@keyframes skeletonAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    5% {
        opacity: 0;
        transform: translateX(-25%);
    }
    20% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.footer-background .corals-left {
    left: 0;
    animation: coralsLeftAnim 8s ease infinite;
}

@keyframes coralsLeftAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.footer-background .bubbles-06 {
    left: 3.5%;
    top: 8%;
    transform-origin: bottom left;
    animation: bubbleFooterAnim 8s ease infinite;
}

@keyframes bubbleFooterAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.footer-background .anchor {
    right: 4%;
    bottom: 5%;
    transform-origin: bottom center;
    animation: anchorAnim 8s ease infinite;
}

@keyframes anchorAnim {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    5% {
        opacity: 0;
        transform: rotate(0deg);
    }
    15% {
        opacity: 1;
        transform: rotate(-15deg);
    }
    25% {
        opacity: 1;
        transform: rotate(15deg);
    }
    35% {
        opacity: 1;
        transform: rotate(0deg);
    }
    95% {
        opacity: 1;
        transform: rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.footer-background .corals-right {
    right: 0;
    animation: coralsRightAnim 8s ease infinite;
}

@keyframes coralsRightAnim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.footer-background .bubbles-01 {
    right: 3%;
    top: 20%;
    transform-origin: bottom right;
    animation: bubbleFooterAnim 8s ease infinite;
}


/* Scroll To Top */

.scroll-top {
    width:60px;
    height:60px;
    background-color: var(--yellow);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    border:none;
    border-radius:5px;
    position:fixed;
    bottom:20px;
    right:30px;
    color: rgba(0, 0, 0, 0.75);
    font-size:24px;
    z-index:10;
    padding:0;
}

.scroll-top:hover .fa-anchor {
    animation: stAnchorAnim 0.8s ease 1 forwards;
}

@keyframes stAnchorAnim {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.scroll-top .hover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 0 0 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
    opacity: 0;
}

.scroll-top:hover .hover {
    transform: translateY(-100%);
    opacity: 1;
}

.scroll-top .hover i {
    position: relative;
    top: 4px;
}

.scroll-top .hover span {
    width: 100%;
    display: inline-block;
}





.ment {font-weight: bold;color:#fff;clear:both;}
.banner {max-width:100%;padding:10px 0 0 0;}
.ment {width:100%;color:#fff;font-size: 1em;font-weight: bold;}
.site {width:100%;margin: 0 auto;max-width: 1040px;}
.site_btn {max-width:500px;margin:10px;float:left;cursor:hand;}
.imgbutton {max-width:500px;}
.logo_champion {height:50px;}
.logo_kcasino {height:40px;margin-top:10px;}


@media (min-width:400px) and (max-width:1080px) {
	.blanktop {height:50px !important;}
	.ment {font-size:0.8em !important;}
	.site_btn {max-width: calc(50% - 20px);}
	.imgbutton {width:100%;}
}

@media (max-width:400px) {
	.blanktop {height:50px !important;}
	.ment {font-size:0.8em !important;}
	.site_btn {max-width: calc(100% - 100px);clean:both !important;margin: 0 auto;float: none;}
	.imgbutton {width:100%;}
	.logo_champion {height:40px;}
	.logo_kcasino {height:30px;margin-top:10px;}
}
