@font-face {
  font-family: "Barqish-italic";
  src: url("../fonts/barqish-italic.ttf");
}
@font-face {
  font-family: "Barqish";
  src: url("../fonts/barqish.ttf");
}
@font-face {
  font-family: "CaviarDreams";
  src: url("../fonts/CaviarDreams.ttf");
}
@font-face {
  font-family: "CaviarDreamsBold";
  src: url("../fonts/CaviarDreams_Bold.ttf");
}
@font-face {
  font-family: "CaviarDreamsBoldItalic";
  src: url("../fonts/CaviarDreams_BoldItalic.ttf");
}
@font-face {
  font-family: "CaviarDreamsItalic";
  src: url("../fonts/CaviarDreams_Italic.ttf");
}
@font-face {
  font-family: "NeuePlakExtraBlack";
  src: url("../fonts/NeuePlak-WideExtraBlack.ttf");
}
@font-face {
  font-family: "CooperFiveOpti-Black";
  src: url("../fonts/CooperFiveOpti-Black.otf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: "DigifaceWideRegular";
  src: url("../fonts/DigifaceWideRegular.ttf");
}
@font-face {
  font-family: "GreatVibes";
  src: url("../fonts/GreatVibes-Regular.ttf");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.3;
  font-size: 16px;
  font-family: "CaviarDreams";
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg.jpg");
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

#header {
  margin-top: 10px;
}

#header .header-top .left .logo {
  display: inline-block;
  overflow: hidden;
  width: 250px;
  height: 60px;
}
#header .header-top .left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#header .header-top .right .search-container {
  background-color: #000;
  border-radius: 50px;
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 5px;
}
#header .header-top .right .search-container .icon {
  color: #fff;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: transparent;
}
#header .header-top .right .search-container input {
  outline: none;
  border: none;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 50px;
  padding: 5px 10px;
}
#header .header-bottom {
  width: 100%;
}
#header .header-bottom .left {
  font-family: "Barqish";
  font-size: 32px;
    color: #a81178;
}
#header .menu ul {
  display: flex;
    margin-right: 30px;
}
#header .menu ul li {
  margin: 5px;
}
#header .menu ul li a {
  color: black;
  font-family: "CaviarDreams";
}
#header .menu ul .buttons .menu {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  align-items: center;
}
#header .menu ul .buttons img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  object-position: center;
}

#register {
  margin: 30px 0 60px 0;
}
#register .live-support {
  margin-top: auto;
  margin-left: auto;
}
#register .title {
  font-family: "CaviarDreamsBold";
  font-size: 25px;
  margin-bottom: 20px;
  display: block;
}
#register span {
  display: block;
  font-size: 12px;
  color: #157dc3;
  font-family: "CaviarDreamsBold";
  margin-top: 3px;
}
#register .desc {
  text-align: center;
  font-size: 12px;
  font-family: "CaviarDreamsBold";
}
#register .new-user {
  text-align: center;
  font-size: 15px;
  font-family: "CaviarDreamsBold";
}
#register .bottom-desc {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  font-family: "CaviarDreamsBold";
}
#register .form-group + a {
  font-family: "CaviarDreamsBold" !important;
  color: #ff0000;
  font-size: 14px;
}
#register .black-btn{
    font-size: 18px;
}

.form-group {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.form-group .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background-color: transparent;
}

.form-check-group {
  display: flex;
  align-items: center;
}
.form-check-group input {
  margin-right: 8px;
  cursor: pointer;
}
.form-check-group a {
  color: #f94303;
}

.black-btn {
  border: none;
  display: inline-block;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/black-btn-bg.png");
  font-size: 22px;
  color: #fff;
  background-color: transparent;
  text-align: center;
  font-family: "NeuePlakExtraBlack";
  height: 80px;
  padding: 0 25px;
}

.green-btn {
  border: none;
  display: inline-flex;
  align-items: center;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/green-btn-bg.png");
  font-size: 22px;
  color: #000;
  background-color: transparent;
  text-align: center;
  font-family: "NeuePlakExtraBlack";
  height: 100px;
  padding: 0 25px;
}

.orange-btn {
  border: none;
  display: inline-flex;
  align-items: center;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/orange-btn-bg.png");
  font-size: 16px;
  color: #000;
  background-color: transparent;
  text-align: center;
  font-family: "NeuePlakExtraBlack";
  height: 100px;
  padding: 0 25px;
}
.blue-btn {
  border: none;
  display: inline-flex;
  align-items: center;
  outline: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/blue-btn-bg.png");
  font-size: 16px;
  color: #000;
  background-color: transparent;
  text-align: center;
  font-family: "NeuePlakExtraBlack";
  height: 100px;
  padding: 0 25px;
}

#win-section {
  margin-bottom: 60px;
}
#win-section .win-content {
  background-image: url("../img/stars-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 50px;
}
#win-section .win-content .top-title {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#win-section .win-content .top-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#win-section .win-content span {
  font-size: 300px;
  line-height: 1;
  display: block;
  text-align: center;
  font-family: "CooperFiveOpti-Black";
  color: #d70b83;
  -webkit-text-stroke: 15px #e8e6e6;
}
#win-section .win-content .bottom-title {
  font-size: 64px;
  display: block;
  text-align: center;
  padding-left: 18%;
  color: #000;
  font-family: "CooperFiveOpti-Black";
  -webkit-text-stroke: 1px #dfdfdf;
}

#question-content .question-section {
  margin-top: 75px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
#question-content .question-section .questions {
  width: 100%;
  height: 100%;
  min-height: 110px;
  background-image: url("../img/question-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 1px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Helvetica, Sans-Serif;
  font-size: 22px;
}
#question-content .question-section .questions p {
  width: 100%;
  max-width: 900px;
  padding: 10px 0;
}
#question-content .question-section .options {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 30px;
  color: #fff;
  font-size: 24px;
  background-image: url(../img/answer-bg.png);
}
#question-content .question-section .correct {
  background-image: url(../img/correct-answer-bg.png) !important;
}
#question-content .question-section .wrong {
  background-image: url(../img/wrong-answer-bg.png) !important;
}
#question-content .question-section .waiting {
  background-image: url(../img/waiting-answer-bg.png) !important;
}

#game-over {
  margin: 30px 0;
}
#game-over .image {
  width: 350px;
  height: 350px;
  overflow: hidden;
  margin-left: -30px;
  margin-bottom: 100px;
}
#game-over .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#game-over .game-over-women {
  width: 100%;
  max-width: 550px;
  overflow: hidden;
  bottom: 0px;
  position: absolute;
  right: 10%;
}
#game-over .game-over-women img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#avm-section {
  padding: 50px;
}
#avm-section h1 {
  font-size: 28px;
  width: 100%;
  max-width: 450px;
  font-family: "CooperFiveOpti-Black";
}
#avm-section p {
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  font-family: "CaviarDreamsBold";
}
#avm-section ul {
  display: flex;
}
#avm-section ul > li {
  margin-top: 20px;
  margin-right: 10px;
}
#avm-section .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: rgb(153, 141, 147);
  border-radius: 50%;
}
#avm-section .active {
  background-color: #f81093 !important;
}
#avm-section .container-right {
  width: auto;
  height: 70vh;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 10%;
}
#avm-section .container-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
#avm-section .top-image,
#avm-section .right-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: inline-block;
}
#avm-section .top-image img,
#avm-section .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#avm-section .bottom-img {
  width: auto;
  height: 60vh;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#avm-section .bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#slider3-section {
  margin-top: 30px;
}
#slider3-section .left-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#slider3-section .left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#slider3-section h1 {
  font-size: 42px;
  font-family: "NeuePlakExtraBlack";
}
#slider3-section p {
  font-size: 22;
  width: 100%;
  margin-top: 10px;
  font-family: "CaviarDreamsBold";
}
#slider3-section ul {
  display: flex;
}
#slider3-section ul > li {
  margin-top: 20px;
  margin-right: 10px;
}
#slider3-section .circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: rgb(153, 141, 147);
  border-radius: 50%;
}
#slider3-section .active {
  background-color: #f81093 !important;
}
#slider3-section .right-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  overflow: hidden;
}
#slider3-section .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#card-active .card-top {
  background-image: url("../img/blank-card-haki.png");
  color: #000000;
  width: 730px;
  height: 270px;
  padding: 25px;
  margin: 30px auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#card-active table {
  width: 100%;
  height: 100%;
}
#card-active table td {
  width: 11.1111111111%;
  text-align: center;
  vertical-align: middle;
  font-family: "BebasNeue-Regular";
  font-size: 72px;
  line-height: 1 !important;
position: relative;
}
#card-active table td.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 105%;
    height: 105%;
    background-image: url("../img/active-number.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
}
#card-active .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#card-active .card-bottom-span {
  margin: 15px;
  font-size: 20px;
}
#card-active input.green-btn {
  font-size: 32px;
  width: 300px;
}
#card-active input.green-btn::placeholder {
  color: #000000;
}
#card-active #step2 {
  display: none;
}

#footer {
  margin-top: auto;
  margin-bottom: 30px;
}
#footer ul {
  display: flex;
}
#footer ul li {
  margin-right: 10px;
}
#footer ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transition: 300ms all;
}
#footer ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#footer ul li a:hover {
  opacity: 0.5;
}
#footer .right {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#footer .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.game-balance li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-balance li strong{
    font-family: "NeuePlakExtraBlack";
    font-size: 24px;
}
.game-balance li span{
    font-family: "DigifaceWideRegular";
    font-size: 28px;
}

#timer_container > #time {
    margin: 0;
    color: #000;
    position: relative;
    font-size: 48px;
    line-height: 1.4;
    top: 26%;
    left: 2%;
    text-align: center;
}

#timer_container {
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    top: 0;
    left: 45%;
    margin: 0 auto;
}

#timer_container > div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    background-color: #090604;
}

.time-content {
    height: 125px;
    position: relative;
    font-family: "DigifaceWideRegular";
}
#prize-page {
    margin-bottom: 60px;
}
#prize-page .row {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
}
#prize-page .cletter {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
#prize-page .cletter img {
    width: 100%;
    height: 100%;
}
#prize-page .cingo-text {
    margin-right: 10px;
}
#prize-page .cingo-text img {
    width: 250px;
    height: 70px;
    object-position: left center;
    object-fit: contain;
}
#prize-page .prize-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#prize-page .prize ul {
    display: flex;
    flex-direction: row;
}
#prize-page .prize ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
#prize-page .prize-cards img {
    margin-top: 10px;
    width: 450px;
    height: 50px;
}
#prize-page .prize .stock {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 20px;
}
#prize-page .prize .bet {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}
#prize-page .prize .prize-text {
    margin: 7px 0;
}
#prize-page .prize .prize-photo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    object-position: center bottom;
    justify-content: center;
    border: 4px solid #f14bae;
    border-radius: 100%;
}
.great-vibes-regular {
    font-family: "GreatVibes";
}
#page{
    margin: 50px 0;
}
#page .title{
    font-size: 32px;
    font-family: "NeuePlakExtraBlack";
    margin-bottom: 10px;
}
#app{
    height: 100vh;
    overflow: hidden;
}
.all-cards .swiper {
    width: 100%;
    height: 100%;
}

.all-cards .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 400px;
}

.all-cards .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-cards .card-image {
    position: relative;
}
.all-cards .card-image .table {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    margin: 0;
}
.all-cards .card-image .table table{
    width: 100%;
    height: 100%;
}

.all-cards .card-image .table table td{
    vertical-align: middle;
    width: calc(100% / 9);
    font-size: 32px;
    font-family: "BebasNeue-Regular";
}
