/* Base CSS */
/*Custom fonts*/
@font-face {
    font-family: 'advanced_dot_digital7';
    src: url('../fonts/advanced_dot_digital7.woff2') format('woff2'),url('/fonts/advanced_dot_digital7.woff') format('woff')
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../fonts/MarketFreshBold.woff") format("woff"),url("../fonts/MarketFreshBold.ttf") format("truetype"),url("../resources/fonts/MarketFreshBold.svg#MarketFreshBold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../fonts/MarketFresh.woff") format("woff"),url("../fonts/MarketFresh.ttf") format("truetype"),url("../resources/fonts/MarketFreshBold.svg#MarketFreshBold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../fonts/MarketFreshBold.woff") format("woff"),url("../fonts/MarketFreshBold.ttf") format("truetype"),url("../resources/fonts/MarketFreshBold.svg#MarketFreshBold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Market Fresh';
    src: url("../fonts/MarketFresh.woff") format("woff"),url("../resources/fonts/MarketFresh.ttf") format("truetype"),url("../resources/fonts/MarketFresh.svg#MarketFresh") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?kpls9j");
    src: url("../fonts/icomoon.eot?kpls9j#iefix1") format("embedded-opentype"),url("../fonts/icomoon.ttf?kpls9j") format("truetype"),url("../fonts/icomoon.woff?kpls9j") format("woff"),url("../fonts/icomoon.svg?kpls9j#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    color: #fec515;
    transition: all 0.3s ease;
}

a:hover {
    color: #FDF800;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

p {
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    color: #fff;
    font-weight: 400;
    background-color: #22222b;
    background-position: center top;
    overflow-x: hidden;
    background-repeat : no-repeat;
    font-family: 'Market Fresh', Arial, sans-serif;
}

.container {
    width: 1035px;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

/* header-top-css-start */
.logo img {
    margin-top: 24px;
    margin-left: 0px;
    filter: drop-shadow(2px 3px 6px #000);
}

.login-form {
    text-align: right;
    /* margin-top: 25px; */
    background: #00000047;
    position: relative;
    padding: 11px;
}


.login-form input[type="name"], .login-form input[type="password"] {
    border: 0px solid #fff;
    border-radius: 3px;
    padding: 10px 8px 5px;
    display: inline-block;
    font-family: sans-serif,arial;
    height: 34px;
    line-height: 0rem;
}

.login-form input {
    outline: none;
    width: 100%;
    margin-bottom: 5px;
}

.login-form a {
    padding: 3px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #3b3418;
}

.login-form .login, .login-form .daftar {
    width: 100%;
    text-align : center;
    border-radius : 3px;
    margin-bottom: 2px;
    font-size: 22px;
}

.login-form .login {
    border: 1px solid #000;
    background-image: linear-gradient(#fdf19f, #dfc66a, #a3802b);
}

.login-form .daftar {
    border: 1px solid #000;
    background-image: linear-gradient(#cdcdcd, #a1a1a1, #737373);
}

.header {
    background-size: cover;
    background-position: center center;
    /* height: 92px; */
    /* background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%,  rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% ); */
}

.live-chat ul li {
    display: inline-block;
}

.live-chat ul li a img {
    height: 32px;
    width: 170px;
    position: relative;
    top: -1px;
}

.live-chat {
    text-align: right;
}

.live-chat ul li a {
    color: #fff;
    margin-top: 3px;
    display: block;
}

.live-chat ul li:nth-child(5) a {
    margin-left: 18px;
    margin-top: 0;
}

.live-chat ul li:nth-child(4) a {
    margin-left: 60px;
}

.live-chat ul li:nth-child(3) a {
    margin-left: 40px;
}

.live-chat ul li:nth-child(2) a {
    margin-left: 58px;
}

.runing-text {
    height: 33px;
    text-align: center;
    background: #22222b;
    z-index: 99999;
    position: relative;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.runing-text marquee {
    position: relative;
    padding: 5px 0;
    width: 90%;
    color: #fff;
    font-size : 15px;
    line-height: 1.5rem;
}

.menu-utama {
    display: inline-block;
    height : 44px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}

.navbar {
    padding: 0;
    z-index : 100;
    margin-top: 5px;
}

.navbar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight : bold;
    z-index: 1;
}

.navbar-nav .nav-item:hover {
    color: #e8e8e8;
    background: #810322;
    cursor:pointer;
}

.dropdown-menu .dropdown-item {
    color: #eee;
}

header .navbar-toggler-icon i.fa {
    font-size: 25px;
}

header .navbar-toggler-text {
    line-height: 25px;
    margin-left: 5px;
    font-size: 18px;
}

header .navbar-mobile {
    border: 2px solid #0072bc;
    background: #002e48;
    padding: 10px 15px;
}

.menu {
    display: inline-block;
    height : 47px;
}

.menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.menu ul {
    margin-top: 0px;
}

.menu ul li {
    display: inline-block;
    padding: 0px 51px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.menu ul li ul {
    position: absolute;
    background-color : #eee;
    left: -4px;
    top: 86px;
    width: 240px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 99;
}

.menu li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
    left: 0px;
}

.menu li ul li {
    display: block;
}

.menu li li a {
    padding: 7px 15px;
    color: #333;
}

.menu li ul li a {
    padding: 10px 30px;
    display: block;
}

.menu li ul li {
    display: block;
    padding: 0;
}

.menu ul li.active {
    background-color: #1aed40;
}

.menu ul li.active a {
    color: #000;
}

.menu ul>li:hover {
    background-color: #1aed40;
}

.w-100 {
    width: 100% !important;
}

/*
.slider-area .col-lg-3 {
	width : 250px;
}

.slider-area .col-lg-9 {
	width : 750px;
}
*/
.contact {
}

.contact ul {
    margin-left : 50px;
    padding-top : 0px;
}

.contact ul li {
    line-height : 84px;
}

.contact ul li a {
    color : #fff;
}

.contact ul li img {
    float : left;
}

.contact .live-chat {
    float : left;
    max-width : 183px;
    margin-left : 34px;
    margin-top : 5px;
}

/* deposit-area-css-start */
.jackpot-content {
    /* background-image: linear-gradient( 107.2deg,  rgb(156 7 44) 10.6%, rgb(135 2 35) 91.1% ); */
    width: 100%;
    margin-right: 10px;
    letter-spacing : 1px;
    /* text-align : center; */
    position: relative;
    padding: 5px 10px;
}

.jackpot-content:after{
      /* content: ''; */
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 13px;
      opacity: 1;
}

.single-jackpot-content-1, .single-jackpot-content-2 {
    display: inline-block;
    color: #fff;
    width: 100%;
    float: left;
}

.single-jackpot-content-1 {
    margin-top: 70px;
}

.single-jackpot-content-2 {
    margin-top: 90px;
}

.jackpot-content .poker {
    /* top: 0; */
    /* position: relative; */
    /* background: #22222b; */
    /* padding: 13px 0; */
    /* border-radius: 9px; */
    display: block;
}

.jackpot-content .domino {
    top: 205px;
}

/* deposit-area-css-start */
.deposit-content {
    /* width: 100%; */
    background-size: cover;
    background-position: center center;
    z-index: 0;
    position: relative;
    float: left;
    margin-top: 5px;
}

.deposit-content:before {
    content: url(../img/poker_card.png);
    position: absolute;
    left: -46px;
    top: -23px;
    z-index: -1;
    width: 90px;
}

.single-deposit-content-1, .single-deposit-content-2, .single-deposit-content-3 {
    color: #fff;
    width: 100%;
    float: left;
}

.single-deposit-content-1, .single-deposit-content-3 {
}

.single-deposit-content-1, .single-deposit-content-3 {
    background: #22222b;
    z-index: 1;
    position: relative;
    box-shadow: 1px 7px 10px 0px #0000007d;
}

.single-deposit-content-2 {
    padding-left: 90px;
    margin-top: 85px;
}



.single-deposit-content-1 table, .single-deposit-content-2 table, .single-deposit-content-3 table {
    width: 100%;
}

.single-deposit-content-1 td, .single-deposit-content-3 td {
    margin: 0;
    font-size: 16px;
    line-height: 1.6rem;
    padding: 0 3px;
}

.single-deposit-content-2 td {
    font-size: 22px;
    line-height: 40px;
    color : #000;
    font-weight : bold;
    text-align: center;
    padding-right: 30px;
}

.single-deposit-content-2 a, .single-deposit-content-2 a:visited {
    color : #000;
}

.livechat {
    font-size: 22px;
    margin-top: 7px;
}

.user1,.user2, .user3 {
    width : 35%;
}

.tanggal1,.tanggal2, .tanggal3 {
    width : 20%;
}

.rupiah1,.rupiah2,.rupiah3 {
    width : 35%;
    text-align : right;
}

.footer {
    font-size : 15px;
    padding-top : 40px;
    font-family: 'Market Fresh';
}

.footer h1 {
    font-size : 24px;
}

.footer h2 {
    font-size : 22px;
}

.footer h3 {
    font-size : 20px;
}

.footer h4 {
    font-size : 20px;
}

.footer p {
    text-align : justify;
}

.main {
    border : 1px solid #F2E47C;
}

.about-text h3 {
    font-weight: 400;
}

.mb-news {
    background-image: url(../img/mbn.html);
    background-size: cover;
    background-position: center left;
    display: none;
    border: 2px solid green;
}

.cu-mobile-menu li a {
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

.cu-mobile-menu li a img {
    margin-right: 15px;
}

.cu-mobile-menu li a:hover {
    opacity: .5;
}

/* side-bar-css-start */
.side-bar {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.side-bar a {
    display: block;
    margin: 5px 0;
    color: #000;
}

.side-bar a img {
    height: 40px;
    width: 40px;
}

.side-bar span {
    background: #f1f1f1;
    padding: 5px 10px;
    min-width: 150px;
    display: inline-block;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.side-bar a:hover span {
    visibility: visible;
    opacity: 1;
}

.content {
    padding : 20px;
}

.content h1 {
    text-align : center;
}

.content h1 {
    font-size : 25px;
}

.content h2 {
    font-size : 22px;
}

.content h3 {
    font-size : 20px;
}

.content dl, .content ol, .content ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: square;
}

.tengah {
    margin-left: auto;
    margin-right: auto;
}

/* side-bar-css-start */
.side-bar {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.side-bar a {
    display: block;
    margin: 5px 0;
    color: #000;
}

.side-bar a img {
    height: 40px;
    width: 40px;
}

.side-bar span {
    background: #f1f1f1;
    padding: 5px 10px;
    min-width: 150px;
    display: inline-block;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.side-bar a:hover span {
    visibility: visible;
    opacity: 1;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.support {
    margin-top : 5px;
}

.support img {
    width : 20px;
    padding-right : 5px;
}

.support td {
    width : 50%;
    padding-left : 40px;
}

.support a, .support a:link, .support a:hover, .support a:visited {
    color : #FEDF48;
}

.garis {
    border : 0px solid #CD9B34;

    width : 100%;
	color:#63666b;
}

.nav-link {
    padding: .4rem 1rem;
}

/* slider area */
.slider-area .col-lg-8 {
    -ms-flex: 0 0 57.8%;
    /* flex: 0 0 57.8%; */
    /* max-width: 61.8%; */
    /* padding-left : 0px; */
}

.slider-area .col-lg-4 {
    -ms-flex: 0 0 42.2%;
    /* flex: 0 0 42.2%; */
    /* max-width: 42.2%; */
    /* padding-right : 0px; */
}

li.nav-item {
    border-right: 1px solid #9a1728;
    border-left: 1px solid #120004;
    position:relative;
}
li.nav-item:before  {
          /* content: ''; */
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-image: url(https://www.gunsbet.com/resources/images/btn/texture.png);
          border-radius: 13px;
          opacity: 1;
          /* z-index: 0; */
}

.wrapper {
    max-width: 1050px;
    margin: 0 auto;
    background-image: radial-gradient( circle farthest-corner at 52.4% 51.5%, #c80f22 -8%, #62061d 45% );
    padding: 1px 0;
    position: relative;
}
.wrapper:before{
      content: '';
      position: absolute;
      width: 100%;
      height: 70px;
      top: -69px;
      left: 0;
      background-size: 100%;
      background: url("../img/red-up.svg") bottom center;
      z-index: -1;
}

.wrapper:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 78px;
      bottom: -75px;
      left: 0;
      background-size: 100%;
      background: url("../img/red-down.svg") top center;
}

.main-container-middle {
    display: table;
    padding: 12px 17px;
    margin-bottom: 0;
    color: #ffffff !important;
    background: url(../../../img/img/images/jackpot-bg.gif) center;
    border: 1px solid #ad1b3f;
    /* border-image: url(../border.svg) 31% 32% repeat; */
    width: 100%;
    font-family: advanced_dot_digital7,sans-serif;
    background-size: 100% 100%;
    /* height: 72px; */
    background-repeat: no-repeat;
}

.jackpot {
    font-size: 25px;
    text-align: center;
    font-family: Market Fresh;
    margin-bottom: 18px;
}

.jackpot p {
    margin-bottom: 0;
    color: #ffeeca;
    font-size: 18px;
    letter-spacing: 4px;
    background: #22222b;
    padding: 10px;
    line-height: 2rem;
}

h3.jackpot-title {
    font-weight: bold;
    color: #f9e1a6;
    background: #222;
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    margin: 1px;
    font-size: 24px;
    /* font-family: advanced_dot_digital7,sans-serif; */
    /* text-align: right; */
    text-transform: uppercase;
    text-shadow: 7px 0px 5px #452604;
    line-height: 2rem;
}
h3.jackpot-title:before, h3.jackpot-title:after {
    content: '\e906';
    font-family: 'icomoon', sans-serif;
    font-size: 22px;
}
@property --angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: "<percentage>";
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: true;
}

:root {
    --d: 2500ms; --angle: 90deg; --gradX: 100%; --gradY: 50%; --c1: rgba(168, 239, 255, 1); --c2: rgba(168, 239, 255, 0.1); }

.box {
    border: 0.15rem solid;
    /*border-image: conic-gradient(
			from var(--angle),
			var(--c2),
			var(--c1) 0.1turn,
			var(--c1) 0.15turn,
			var(--c2) 0.25turn;*/
    border-image: conic-gradient( from var(--angle), var(--c2), rgb(255 167 0) 0.1turn, rgb(255 231 166) 0.15turn, var(--c2) 0.25turn ) 30;
    ) 30;
    animation: borderRotate var(--d) linear infinite forwards;
    box-shadow: 3px 6px 11px 2px #0000004d;
}

.box h1 {
    font-size: 1vw;
    padding: 5px 0;
    color: #ffffff;
    background: #7d1015;
}

@keyframes borderRotate {
    100% {
        --angle: 420deg; }
}

@keyframes borderRadial {
    20% {
        --gradX: 100%; --gradY: 50%; }

    40% {
        --gradX: 100%; --gradY: 100%; }

    60% {
        --gradX: 50%; --gradY: 100%; }

    80% {
        --gradX: 0%; --gradY: 50%; }

    100% {
        --gradX: 50%; --gradY: 0%; }
}

.slider-area {
    margin-bottom: 10px;
}

.header-transaction {
    height: auto;
    background: linear-gradient(0deg, #ac8a33 48%, #f2e07f 40%);
    text-align: center;
    /* border-radius: 0px 0px 5px 5px; */
    background-size: 100% 100%;
    box-shadow: 1px 4px 8px 0px #000000bd;
}

.header-transaction span {
    color: #543e26;
    display: inline-block;
    margin: 3px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #ffd94382;
}
.header-transaction span:before, .header-transaction span:after {
   
/* line-height: 1; */
   
font-family: 'icomoon', sans-serif;
   
font-style: normal;
   
/* font-weight: normal; */
   
-webkit-font-smoothing: antialiased;
   
-moz-osx-font-smoothing: grayscale;
   
speak: none;
   
content: '\e906';
   
font-size: 17px;
   
transition: color .3s linear;
}

.body-transaction {
    padding: 0px 14px;
    margin-top: 10px;
}

.body-transaction tr {
    border-bottom: 1px solid #454358;
}
.body-transaction tr:before {
    content: '\e90c';
    display:inline-block;
    color: #dcbd78;
    font-family: 'icomoon';
    font-size: 26px;
}

.body-transaction tr:last-child {
    border-bottom: 0;
}


.slider {
   
}

.main-container-contact {
    display: table;
    /* padding: 0px 1px; */
    margin-bottom: 0;
    color: #ffffff !important;
    /* border-radius: 5px; */
    width: 100%;
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgb(74 50 56) 0%, rgb(74 50 56) 90% ); */
    /* border-left: 2px solid #ab0004; */
    /* border-bottom: 2px solid #ab0004; */
    z-index: 99;
    position: relative;
    /* box-shadow: inset 1px 1px 5px 0px #000; */
}


.card-contact:hover, .card-contact:focus {
    text-decoration: none;
    color: #000000;
    background-image: linear-gradient( rgb(220 201 101) 50%, rgb(220 201 101) 50% );
    /* top: 1px; */
    /* filter: drop-shadow(0px 1px 0px #530800); */
    border-top: 1px solid #fff1a5;
    border-left: 1px solid #fff1a5;
}

p.card-text {
    border-top: 1px solid #98824a;
    padding-top: 14px;
    margin-top: 5px;
    letter-spacing: 0px;
    font-size: 16px;
}
.card-contact {display: block;background-image: linear-gradient( rgb(255 244 188) 34%, rgb(242 224 127) 43%,  rgb(172 138 51) 85% );padding: 9px 5px;text-align: center;margin: 5px 0;border-radius: 5px;font-weight: 400;color: #543e26;transition: 0.1s all;position: relative;top: 0;box-shadow: 1px 3px 7px 0px #000000bd;}

.card-download {display: block;background-image: radial-gradient( circle 214px at 46.5% 54.2%,  rgb(247, 242, 207) 0%, rgb(245, 238, 189) 90% );padding: 5px;text-align: center;margin: 5px 0;border-radius: 5px;font-family: Poppins, sans-serif;color: #565656;transition: 0.2s all;position: relative;width: 100%;border-right: 1px solid #dc0000;border-bottom: 1px solid #630003;float: left;}


span.contact-title {
    font-size: 16px;
}

h4.contact-title {
    margin-top: 4px;
    font-size: 16px;
    text-transform: uppercase;
    color: #543e26;
    margin-bottom: 0;
    font-weight: bold;
}

.card-box {
    float: left;
}

.divide-line {}

.jackpot-header {
    margin-bottom: 1rem;
    padding: 10px 15px;
    /* border: 1px solid #ffd96c; */
    border-bottom: 2px dashed #bdb27b;
}
.jackpot-header img {
    filter: drop-shadow(0px 4px 2px #2d0000);
}

.info {
    width: 9%;
    line-height: 1.5rem;
    padding: 4px 9px;
    float: left;
    background: linear-gradient(5deg, #b08936 18%, #f2e07f 61%);
    color: #3b3418;
    height: 100%;
}
.info:before{
    content: '\e906';
    font-family: 'icomoon', sans-serif;
    font-size: 16px;
    position: absolute;
    left: 7px;
}

.bg-login {
    display: flex;
    flex-wrap: wrap;
}