/*========	Table of Css Content
==========*/
/* Typography */
/* Normalize  */
/* Global style */
/* Breadcrumb Area Start */
/* Header Area Start */
/* Footer Area Sta.cab-withdrawrt */
/* Hero Area Start */
/* Features Area Start */
/* Featured Game Area Start */
/* Whay Choose us Area Start */
/* activities Area Start */
/* Fun fact Area Start */
/* Get Start Area Start */
/*  Recent Winners Area Start */
/*	Index 2 Css Start */
/* About Area Start */
/* About page section Area Start */
/* Our Vision Area Start */
/* Team Area Start */
/* community and Blog Area Start */
/* Play Games Area Start */
/* Lottery Staticstics Area Start */
/*  How it Work Area Start  */
/* lottery video Area Start */
/* Questions Area Start */
/* Cart Area Start */
/* Payment-method Area Start */
/* Tournaments Area Start */
/* Bonuses Area Start */
/*Deposit Bonuses Area Start */
/* Bonus banner Area Start */
/* Awards Area Start */
/*  How Play Area Start */
/*  Affiliate Process area Start */
/* Features Area Start */
/* Ref Commission Area Start  */
/* Marketing Tools Area Start */
/*Testimonial Area CSS Start*/
/* Serch Area Start */
/* Help Section Area Start */
/* Contact Area Start */
/* 404 Area Start */
/* faq-section css start */
/* login modal Area Start */
/* =========================
=============================
 */
/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;

  /*background: url(../images/home-page-bg.png);*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/

  margin: 0;
  color: #fff;
  overflow-x: hidden; }

body.modal-open {
  padding-right: 0px !important; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFF;
  font-family: "Noto Sans", sans-serif; }

p {
  font-size: 18px;
  color: #000;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  /*hyphens: auto; */
}

a {
  color: #FFF;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes opacityAnimation {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@-webkit-keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } }

@keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes phoneAni {
  0% {
    margin: 0px; }
  33% {
    margin-left: 5px; }
  66% {
    margin-left: -5px; }
  100% {
    margin-top: 0px; } }

@keyframes phoneAni {
  0% {
    margin: 0px; }
  33% {
    margin-left: 5px; }
  66% {
    margin-left: -5px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes manAni {
  0% {
    margin: 0px; }
  33% {
    margin-top: 5px; }
  66% {
    margin-top: -5px; }
  100% {
    margin: 0px; } }

@keyframes manAni {
  0% {
    margin: 0px; }
  33% {
    margin-top: 5px; }
  66% {
    margin-top: -5px; }
  100% {
    margin: 0px; } }

@-webkit-keyframes shieldAni {
  0% {
    margin: 0px; }
  33% {
    margin-top: 5px; }
  66% {
    margin-top: -5px; }
  100% {
    margin: 0px; } }

@keyframes shieldAni {
  0% {
    margin: 0px; }
  33% {
    margin-top: 5px; }
  66% {
    margin-top: -5px; }
  100% {
    margin: 0px; } }

@-webkit-keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px); }
  66% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px); }
  66% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  66% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  66% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.color-violet {
  color: #4D56E3 !important;
}
.color-green {
  color: var(--main-green) !important;
}
/* Global style */
.mybtn1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 28px;
  display: inline-block;
  color: #fff;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
  background: linear-gradient(180deg, #5FF64B 0%, #62F84C 0.01%, #17C441 100%);
  overflow: hidden;
  text-align: center;
  /*transition: .3s;*/
}
.mybtn1:hover {
  color: #fff;
  /*background: linear-gradient(180deg, #FF0012 0%, #C00613 100%);*/
  background: linear-gradient(180deg, #17C441 0%, #5FF64B 100%);
}
.mybtn1.mybtn1_min-width {
  min-width: 160px;
}

.mybtn1.mybtn1_disabled {
  opacity: .8;
}

.mybtn1.mybtn1_hover-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  transition: 1s;
  background-image: linear-gradient(130deg, transparent 15%, var(--btn-color-rgba-1_1_05) 15%, var(--btn-color-rgba-1_1_05) 20%, transparent 20%, transparent 40%, var(--btn-color-rgba-1_1_05) 40%, var(--btn-color-rgba-1_1_05) 55%, transparent 55%, transparent 60%, var(--btn-color-rgba-1_1_05) 60%, var(--btn-color-rgba-1_1_05) 65%, transparent 65% )
}

.mybtn1.mybtn1_hover-animation:hover:after {
  left: -100%;
}
.mybtn2 {
  font-size: 10px;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--main-red) 0%, var(--main-red) 100%);
  font-weight: 400;
  padding: 9px 30px;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  transition: .3s;
}

.mob-menu.mybtn2 {
  font-size: 17px;
}

.mybtn2:hover {
  color: #fff;
  background: linear-gradient(180deg, #FF0012 0%, #C00613 100%);
}
.mybtn3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 140px;
  padding: 10px;
  display: inline-block;
  /*color: #fff;*/
  color: #000;
  cursor: pointer;
  /*background: linear-gradient(180deg, #FF0012 0%, #C00613 100%);*/
  background: linear-gradient(180deg, #74E600 0%, #69ce01 100%);
  border-radius: 9px;
  transition: .3s;
}

.mybtn3:not(.mybtn3_disabled):hover {
  /*color: #fff;*/
  color: #000;
  /*background: linear-gradient(180deg, #C00613 0%, #FF0012 100%);*/
  background: linear-gradient(180deg, #69ce01 0%, #74E600 100%);
}

.mybtn3.mybtn3_disabled {
  cursor: not-allowed;
}

.mybtn3.mybtn3_disabled:hover {
  color: #fff;
}


.mybtn4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 216px;
  padding: 12px 10px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #DA2C38 0%, #ED525D 100%);
  border-radius: 14px;
  text-align: center;
  border: none;
  transition: .3s;
}

.mybtn4:hover {
    color: #fff;
    background: linear-gradient(180deg, #ED525D 0%, #DA2C38 100%);
}

.mybtn5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#16b41b), to(#16b41b));
  background-image: -webkit-linear-gradient(right, #16b41b, #16b41b);
  background-image: -o-linear-gradient(right, #16b41b, #16b41b);
  background-image: linear-gradient(to left, #16b41b, #16b41b); }
  .mybtn5:hover {
    background: -webkit-gradient(linear, left top, right top, from(#34ff4d), to(#27d23c));
    background: -webkit-linear-gradient(left, #34ff4d, #27d23c);
    background: -o-linear-gradient(left, #34ff4d, #27d23c);
    background: linear-gradient(to right, #34ff4d, #27d23c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
.mybtn5.disabled {
  color: black;
    pointer-events: none;
    cursor: not-allowed;
    background: gray;
    opacity: .5;
}

.mybtn6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#161bc8), to(#161bc8));
  background-image: -webkit-linear-gradient(right, #161bc8, #161bc8);
  background-image: -o-linear-gradient(right, #161bc8, #161bc8);
  background-image: linear-gradient(to left, #161bc8, #161bc8); }
  .mybtn6:hover {
    background: -webkit-gradient(linear, left top, right top, from(#161bc8), to(#161bb4));
    background: -webkit-linear-gradient(left, #161bc8, #161bb4);
    background: -o-linear-gradient(left, #161bb4, #161bc8);
    background: linear-gradient(to right, #161bb4, #161bc8);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
.mybtn6.disabled {
  color: black;
    pointer-events: none;
    cursor: not-allowed;
    background: gray;
    opacity: .5;
}

.mybtn7 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#16b41b), to(#16b41b));
  background-image: -webkit-linear-gradient(right, #16b41b, #16b41b);
  background-image: -o-linear-gradient(right, #16b41b, #16b41b);
  background-image: linear-gradient(to left, #16b41b, #16b41b); }
  .mybtn7:hover {
    background: -webkit-gradient(linear, left top, right top, from(#34ff4d), to(#27d23c));
    background: -webkit-linear-gradient(left, #34ff4d, #27d23c);
    background: -o-linear-gradient(left, #34ff4d, #27d23c);
    background: linear-gradient(to right, #34ff4d, #27d23c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
/* general style */
/*.main-container {*/
/*  padding-top: 80px;*/
/*}*/

.breadcrumb-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.breadcrumb-list__item {
  font-weight: 300;
  font-size: 25px;
  color: #787878;
}

.breadcrumb-list__icon-wrap {
  margin: 0px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

input[type='checkbox'] {
  accent-color: var(--main-green);
}

.main-bg {
  /*background: url(../images/home-page-bg.png);*/
  /*background: url(../images/last-win-bg.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
}

.main-bg-dark {
  background: url(../images/main-bg-dark.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.line-separator {
  position: relative;
}

.line-separator:after{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 8px;
  background: url(../images/line-separator.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-padding {
  padding-top: var(--header-padding);
}

.main-title-wrap {
  position: relative;
}
.main-title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  /*background: url(../images/main-title-bg.png);*/
  background: url(../images/main-title-bg-hand.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 0;
  margin-bottom: 30px;
}

[dir="rtl"] .main-text-right-rtf {
  text-align: right;
}

.main-title-img {
  display: none;
  position: absolute;
  left: calc(100% - 190px);
  top: 50%;
  transform: translateY(-50%);
  max-height: 125px;
}

.main-link {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  transition: .3s;
}

.main-link:hover {
  color: var(--main-green);
}

.main-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

.main-text p{
  margin-bottom: 0;
}

.main-text-black {
  color: #000;
  font-size: 14px;
}

.main-sub-title {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
}

.mybtn-bottom {
  transform: translateY(40px);
}
.mybtn-bottom-big-transform {
  transform: translateY(60px);
}

.main-box {
  background: #fff;
}

.main-box__inner {
  padding: 80px 0 90px;
}

.main-box__title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

[dir="rtl"] .main-box__title {
  text-align: right;
}

.main-form-group {
  margin-bottom: 30px;
}

.login-modal .modal-dialog .main-form-group {
  margin-bottom: 10px;
}

.main-form-label {
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
  display: block;
}

[dir="rtl"] .main-form-label {
  text-align: right;
}

.main-form-control {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 3px 15px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  background-color: rgba(217, 217, 217, .5);

  border: none;
  border-radius: 16px;
  box-shadow: none;
}


.main-form-control::placeholder {
  color: rgba(0, 0, 0, .5);
  font-size: 20px;
}

/* Section Heading Css */
.section-heading {
  text-align: center;
  margin-bottom: 32px;
}

.section-heading .title {
  font-size: 49px;
  line-height: 1.2;
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 2px;
}

.section-heading .subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.section-heading.section-heading_m-b-50 {
  margin-bottom: 50px;
}

.contact-btn {
  min-width: 200px;
  padding: 12px 30px;
  text-transform: none;
  font-size: 20px;
  border-radius: 17px;
}

.section-heading .subtitle.subtitle__withe {
  color: #fff;
}
    .section-heading .subtitle.extra-padding {
      margin-bottom: 17px; }

    .section-heading .title.title_shadow {
      text-shadow: -4px 4px #000;
    }
    .section-heading .title.extra-padding {
      margin-bottom: 20px; }
  .section-heading .text {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    /*font-weight: 500;*/
  }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px; }

.navbar-toggler:focus {
  outline: 0px; }

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #989898;
  z-index: 9999999;

  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader.hide {
    opacity: 0;
    display: none; }

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle; }

.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid var(--main-green);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid var(--main-green);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

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

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

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

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

/* bottomtotop Css */
.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: #f9314b; }

/* Breadcrumb Area Start */
.breadcrumb-area {
  padding: 310px 0px 186px;
  background: #070b28;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
  .breadcrumb-area.about {
    padding: 260px 0px 135px; }
    .breadcrumb-area.about .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 40%; }
  .breadcrumb-area.bc-faq {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bc-faq .title {
      margin-bottom: 23px; }
    .breadcrumb-area.bc-faq .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 42%; }
  .breadcrumb-area.play {
    padding: 260px 0px 277px; }
    .breadcrumb-area.play .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 55%; }
  .breadcrumb-area.bc-lottery {
    padding: 260px 0px 193px; }
    .breadcrumb-area.bc-lottery .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 52%; }
  .breadcrumb-area.cart {
    padding: 260px 0px 135px; }
    .breadcrumb-area.cart .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 42%; }
  .breadcrumb-area.bc-tournaments {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bc-tournaments .bc-img {
      position: absolute;
      right: 150px;
      bottom: 0px;
      max-width: 25%; }
  .breadcrumb-area.bonus {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bonus .bc-img {
      position: absolute;
      right: 150px;
      top: 160px; }
  .breadcrumb-area.bonus {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bonus .bc-img {
      position: absolute;
      right: 150px;
      top: 160px;
      max-width: 36%; }
  .breadcrumb-area.bc-awards {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bc-awards .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 50%; }
  .breadcrumb-area.h-i-w {
    padding: 260px 0px 135px; }
    .breadcrumb-area.h-i-w .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 48%; }
  .breadcrumb-area.bc-contact {
    padding: 260px 0px 135px; }
    .breadcrumb-area.bc-contact .bc-img {
      position: absolute;
      right: 0px;
      bottom: -35px;
      max-width: 27%; }
  .breadcrumb-area.bc-affiliate {
    padding: 260px 0px 212px; }
    .breadcrumb-area.bc-affiliate .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 55%; }
  .breadcrumb-area.bc-terms {
    padding: 260px 0px 190px; }
    .breadcrumb-area.bc-terms .bc-img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      max-width: 46%; }
  .breadcrumb-area .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #fff; }
    .breadcrumb-area .title.extra-padding {
      margin-bottom: 26px; }

/* Popup Video CSS */
.video-play-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
  -webkit-animation: shadowAni 3s linear infinite;
  animation: shadowAni 3s linear infinite; }
  .video-play-btn i {
    color: #fff; }

@-webkit-keyframes shadowAni {
  0% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2); } }

@keyframes shadowAni {
  0% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 45px rgba(255, 255, 255, 0.2); } }

.hide-on-desktop {
  display: none;
}
.video-play-btn2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  background: #66d3b6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .video-play-btn2 i {
    color: #fff; }
  .video-play-btn2:hover {
    color: #fff; }
  .video-play-btn2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-play-btn2:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-play-btn2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .video-play-btn2 span:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.3);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* Popup Video CSS */
/* Header Area Start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Top Header Area Start */
  /* Main Menu Area Start */ }
  .header.nav-fixed {
    background: #252f5a;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
    .header.nav-fixed .top-header {
      display: none; }
    .header.nav-fixed .navbar::after {
      visibility: hidden; }
    .header.nav-fixed .navbar::before {
      visibility: hidden; }
  .header .top-header {
    background: #000; }
    .header .top-header .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 13px 0px 13px; }
      .header .top-header .content.cab-top-header-content {
        justify-content: flex-end;
      }
      .header .top-header .content .left-content .left-list li {
        display: inline-block;
        margin-right: 35px;
        position: relative; }
        [dir="rtl"] .header.cab-header .top-header .content .left-content .left-list li {
          margin-right: 0;
          margin-left: 35px;
        }
        .header .top-header .content .left-content .left-list li::before {
          position: absolute;
          content: "|";
          top: 0;
          top: 50%;
          transform: translateY(-50%);
          right: -23px; }
        [dir="rtl"] .header.cab-header .top-header .content .left-content .left-list li::before {
          right: auto;
          left: -23px;
        }
        .header .top-header .content .left-content .left-list li:last-child::before {
          display: none; }
        .header .top-header .content .left-content .left-list li p {
          color: #fff;
          margin-bottom: 0px; }
        .header .top-header .content .left-content .left-list li p a:hover {
          color: var(--main-color);
        }
        .header .top-header .content .left-content .left-list li .language-selector .language {
          border: 0px;
          background: none;
          color: #a1aed4; }
        .header .top-header .content .left-content .left-list li:last-child {
          margin-right: 0px; }
.top-header__social-network-list {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
[dir="rtl"] .top-header__social-network-list {
  margin-right: 0;
}
.top-header__social-network-item {
  margin-right: 15px;
  display: inline;
}
.top-header__social-network-link {

}
.top-header__social-network-img {
  max-width: 20px;
}
      .header .top-header .content .right-content {
        display: flex;
        text-align: right; }
      .header.cab-header .top-header .content .right-content {
        display: none;
      }
      [dir="rtl"]  .header .top-header .content .right-content {
        flex-direction: row-reverse;
      }
        .header .top-header .content .right-content .right-list > li {
          display: inline-flex;
          align-items: center;
          margin-right: 35px;
          position: relative; }
          [dir="rtl"] .header .top-header .content .right-content .right-list > li {
            flex-direction: row-reverse;
          }
          .header .top-header .content .right-content .right-list > li a {
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            margin-right: 7px;
            margin-top: 3px;
          }
          .header .top-header .content .right-content .right-list > li:last-child {
            margin-right: 0px; }
          .header .top-header .content .right-content .right-list li::before {
            position: absolute;
            content: none;
            top: 0;
            left: -20px; }
          [dir="rtl"] .header .top-header .content .right-content .right-list li::before {
            display: none; }
          [dir="rtl"] .header .top-header .content .right-content .right-list li::after {
            position: absolute;
            content: "|";
            top: 0;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
          }
          [dir="rtl"] .header .top-header .content .right-content .right-list li {
            margin-left: 35px; }

          /*.header .top-header .content .right-content .right-list > li:last-child::before {*/
          /*  display: none; }*/
          .header .top-header .content .right-content .right-list > li p {
            margin-bottom: 0px; }
          .header .top-header .content .right-content .right-list > li .cart-icon {
            position: relative; }
            .header .top-header .content .right-content .right-list > li .cart-icon .cart-count {
              position: absolute;
              width: 20px;
              height: 20px;
              color: #fff;
              top: -7px;
              right: -10px;
              background: #252f5a;
              font-size: 10px;
              border-radius: 50px;
              text-align: center;
              line-height: 20px;
              z-index: 7; }
          .header .top-header .content .right-content .right-list > li .notofication {
            position: relative; }
            .header .top-header .content .right-content .right-list > li .notofication .count {
              position: absolute;
              width: 20px;
              height: 20px;
              color: #fff;
              top: -7px;
              right: -10px;
              background: #252f5a;
              font-size: 10px;
              border-radius: 50px;
              text-align: center;
              line-height: 20px;
              z-index: 7; }
          .header .top-header .content .right-content .right-list > li .tm-dropdown {
            position: relative; }
            .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu {
              position: absolute;
              top: 100%;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              background: #0b122e;
              z-index: 9900;
              min-width: 170px;
              padding: 8px 15px 15px;
              text-align: left;
              display: none; }
              .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 5px; }
                .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item .close {
                  color: #fff;
                  font-size: 12px;
                  margin-top: 10px;
                  cursor: pointer;
                  display: inline-block;
                  margin-right: 5px; }
                .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list .list-item .number-list li {
                  display: inline-block;
                  width: 100px;
                  height: 20px;
                  font-size: 10px;
                  line-height: 20px;
                  font-weight: 600;
                  margin: 0px; }
              .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a {
                display: block;
                white-space: nowrap;
                color: #a1aed4;
                font-size: 14px;
                margin-bottom: 0px;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a i {
                  margin-right: 5px; }
                .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li a:hover {
                  color: #f9314b; }
              .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li::last-child {
                margin-bottom: 0px; }
              .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .link-btn {
                margin-top: 14px;
                display: block;
                font-size: 12px;
                text-align: center;
                text-transform: uppercase;
                font-weight: 600;
                padding: 4px 20px;
                color: #fff;
                border: 0px;
                border-radius: 50px;
                cursor: pointer;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
                background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
                background-image: -o-linear-gradient(right, #ff344d, #d2273c);
                background-image: linear-gradient(to left, #ff344d, #d2273c); }
                .header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .link-btn:hover {
                  background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
                  background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
                  background-image: -o-linear-gradient(left, #ff344d, #d2273c);
                  background-image: linear-gradient(to right, #ff344d, #d2273c);
                  color: #fff;
                  -webkit-transform: translateY(-2px);
                  -ms-transform: translateY(-2px);
                  transform: translateY(-2px); }
            .header .top-header .content .right-content .right-list > li .tm-dropdown:hover .tm-dropdown-menu {
              display: block; }
          .header .top-header .content .right-content .right-list > li .sign-in {
            font-size: 14px;
            color: #fff; }
          .header .top-header .content .right-content .right-list a:hover {
            color: var(--main-color); }
  .header .mainmenu-area {
    /*background: #252f5a; */
    background: #FFFCFC;
    position: relative;
    padding: 10px 0;
    border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
.header .mainmenu-area.cab-mainmenu-area {
  padding: 20px 0;
}
    .header .mainmenu-area .navbar {
      padding: 0 0;
      /*min-height: 85px;*/
      position: relative; }
      /*.header .mainmenu-area .navbar::before {*/
      /*  position: absolute;*/
      /*  content: "";*/
      /*  width: 1800px;*/
      /*  height: 100%;*/
      /*  top: 0;*/
      /*  right: 100%;*/
      /*  background: #fff; }*/
      /*[dir="rtl"] .header .mainmenu-area .navbar::before {*/
      /*  right: auto;*/
      /*  left: 100%; }*/
      .header .mainmenu-area .navbar::after {
        position: absolute;
        /*content: "";*/
        width: 0;
        height: 0;
        left: 0px;
        bottom: 0px;
        border-bottom: 83px solid #fff;
        border-right: 35px solid transparent; }
      .ui-cabb.header .mainmenu-area .navbar::after,
      .ui-cabb.header .mainmenu-area .navbar::before {
        content: none;
      }
       [dir="rtl"] .header .mainmenu-area .navbar::after {
        left: 100%;
         border-left: 0 solid transparent;
         border-right: 35px solid transparent;
         border-top: 82px solid #192160;
         border-bottom: 0;}
      .header .mainmenu-area .navbar .navbar-brand {
        padding: 0;
        /*yonash*/
        /*margin: 0;*/
        max-width: 140px;
        /*margin-right: 80px;*/
      }
      [dir="rtl"] .header .mainmenu-area .navbar .navbar-brand {
        /*margin-right: 0px;*/
        margin-left: 80px;
      }
      .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
        color: #111111;
        /*line-height: 26px;*/
        font-size: 21px;
        font-weight: 300;
        position: relative;
        padding: 0px;
        /*border: 1px solid #000;*/
        margin-right: 17px;
        /*border-radius: 30px;*/
        display: inline-block;
        text-transform: uppercase;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s; }
        .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          height: 50%;
          opacity: 0;
          border-top: 2px solid #f9314b;
          border-bottom: 2px solid #f9314b;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::after {
            position: absolute;
            /*content: "";*/
            top: 0px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #f9314b; }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::before {
            position: absolute;
            /*content: "";*/
            bottom: 0px;
            left: 50%;
            -webkit-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #f9314b; }
        /*.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active, */
        .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
          color: #f111111;
          /*border-color: #f9314b;*/
        }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active .mr-hover-effect, .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover .mr-hover-effect {
            opacity: 1;
            height: 100%; }
      .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
        position: absolute;
        z-index: 99;
        margin-top: 0px !important;
        background: #388314;
        border-radius: 0px;
        border: 1px solid var(--main-color);
        padding-bottom: 0px;
        padding-top: 0px;
        -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
        border-top: 4px solid #388314;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s; }
      [dir="rtl"] .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
        text-align: right; }
      [dir="rtl"] .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item {
        text-align: right; }
        .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          line-height: 26px;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          padding: 8px 15px 8px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          -webkit-transition: all linear .3s;
          -o-transition: all linear .3s;
          transition: all linear .3s;
          color: #fff; }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
            margin-right: 5px;
            font-size: 12px; }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            color: var(--main-color);
          }
          .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
            background: none; }
      .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block; }

/* Footer Area Start */
.footer {
  background-color: #575757;
  padding: 21px 0;
}
.footer__content {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
}
.main-content-page {
  background: url(../images/home-page-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Hero Area Start */
.hero-area {
  /*background: url(../images/hero-area-bg.jpg);*/
  /*background: url(../images/hero-area-bg_2.jpg);*/
  background: url(../images/hero-area-bg_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  text-align: center;
}



.hero-area__inner {
  padding: 40px 0 85px;
  position: relative;
  text-align: center;
}

.hero-area__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-area__img_ticket_r {
  position: absolute;
  right: -50px;
  bottom: 0;
}

.hero-area__img_ticket_l {
  position: absolute;
  left: -50px;
  bottom: 0;
}

.hero-area__img_ticket_mob {
  position: absolute;
  left: -50px;
  bottom: 0;
  display: block;
}

.hero-area__title {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 65%;
  margin: 0 auto 65px;
}
[dir="rtl"] .hero-area {
  text-align: right;
  }

.hero-area-cab .hero-area__title {
  margin: 0 auto;
}

.hero-area-cab .hero-area__inner {
  padding: 100px 0;
}

.hero-area-cab .hero-area__img {
  max-height: 240px;
}

.hero-area-cab .hero-area__img_ticket_r {
  max-height: 200px;
}

.hero-area__img_ticket_r {
  max-height: 200px;
}

.hero-area-cab .hero-area__img_ticket_l {
  max-height: 200px;
}

.hero-area__img_ticket_l {
  max-height: 200px;
}

.hero-area-cab .hero-area__img_ticket_mob {
  max-height: 200px;
}

.hero-area__img_ticket_mob {
  max-height: 200px;
}

  .hero-area .left-content {
    text-align: center;
    margin-top: 10px;
    background: url(../images/main-title-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0 50px;
    position: relative;
    z-index: 9; }
  .hero-area .left-content .hero-area_head-img {
    position: absolute;
    left: calc(100% - 190px);
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-area .left-content .content{
      max-width: 70%;
      margin: 0 auto;
    }
    .hero-area .left-content .content .title {
      font-size: 44px;
      font-weight: 700;
      /*line-height: 70px;*/
      color: #000;
      text-transform: uppercase;
      /*margin-bottom: 13px;*/
      letter-spacing: -1px; }
    .hero-area .left-content .content .subtitle {
      font-size: 28px;
      line-height: 38px;
      font-weight: 600;
      color: #000;
      margin-bottom: 10px;
      text-transform: uppercase;
      background: -webkit-linear-gradient(to left, #ff344d, #d2273c);
      background: -moz-linear-gradient(to left, #ff344d, #d2273c);
      background: -ms-linear-gradient(to left, #ff344d, #d2273c);
      background: -o-linear-gradient(to left, #ff344d, #d2273c);
      background: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
      background: -webkit-linear-gradient(right, #ff344d, #d2273c);
      background: -o-linear-gradient(right, #ff344d, #d2273c);
      background: linear-gradient(to left, #ff344d, #d2273c);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .hero-area .left-content .content .text {
      font-size: 20px;
      line-height: 38px;
      font-weight: 300;
      color: #000;
      margin-bottom: 15px; }
  .hero-area .hero-img {
    position: relative;
    top: -50px; }
    .hero-area .hero-img .full-image {
      display: none; }
    .hero-area .hero-img .shape {
      position: absolute; }
      .hero-area .hero-img .shape.phone {
        top: -6px;
        left: 124px; }
      .hero-area .hero-img .shape.man {
        top: 157px;
        left: 213px;
        -webkit-animation: manAni 3s linear infinite;
        animation: manAni 3s linear infinite; }
      .hero-area .hero-img .shape.ripple {
        top: 132px;
        right: 70px;
        width: 85px;
        -webkit-animation: rippleAni 5s linear infinite;
        animation: rippleAni 5s linear infinite; }
      .hero-area .hero-img .shape.ripple2 {
        top: 142px;
        left: 10px;
        width: 100px;
        -webkit-animation: ripple2Ani 5s linear infinite;
        animation: ripple2Ani 5s linear infinite; }
      .hero-area .hero-img .shape.bitcoin1 {
        top: 220px;
        left: 25px;
        width: 100px;
        -webkit-animation: ripple2Ani 4s linear infinite;
        animation: ripple2Ani 4s linear infinite; }
      .hero-area .hero-img .shape.bitcoin2 {
        top: 46px;
        right: 55px;
        width: 92px;
        -webkit-animation: rippleAni 4s linear infinite;
        animation: rippleAni 4s linear infinite; }
      .hero-area .hero-img .shape.shape-icon {
        top: 112px;
        right: -3px;
        width: 55px; }
      .hero-area .hero-img .shape.award-bg {
        top: 178px;
        right: 26px; }
      .hero-area .hero-img .shape.award {
        top: 178px;
        right: 53px;
        width: 27px;
        -webkit-animation: shieldAni 3s linear infinite;
        animation: shieldAni 3s linear infinite; }
      .hero-area .hero-img .shape.gift-bg {
        top: 304px;
        left: 125px;
        width: 76px; }
      .hero-area .hero-img .shape.gift {
        top: 299px;
        left: 150px;
        width: 30px;
        -webkit-animation: shieldAni 4s linear infinite;
        animation: shieldAni 4s linear infinite; }
      .hero-area .hero-img .shape.shield-bg {
        top: 345px;
        left: 197px;
        width: 70px; }
      .hero-area .hero-img .shape.shield {
        top: 338px;
        left: 222px;
        width: 25px;
        -webkit-animation: shieldAni 4.5s linear infinite;
        animation: shieldAni 4.5s linear infinite; }

/* Hero Area End */
/* Features Area Start */
.features {
  margin-top: -165px;
  padding-bottom: 112px; }
  .features.about-page {
    margin-top: 0px; }
  .features .single-feature {
    text-align: center;
    padding: 55px 30px 35px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #252f5a;
    border-radius: 10px; }
    .features .single-feature .icon {
      width: 125px;
      height: 125px;
      line-height: 120px;
      margin-bottom: 37px;
      position: relative; }
      .features .single-feature .icon::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 10px solid #1c2748;
        border-radius: 50%; }
      .features .single-feature .icon::before {
        position: absolute;
        content: "";
        top: 3%;
        left: 3%;
        width: 94%;
        height: 94%;
        border: 1px dashed rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        z-index: 1; }
      .features .single-feature .icon.one {
        border: 7px solid #f9314b;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .features .single-feature .icon.two {
        border: 7px solid #f67a1f;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .features .single-feature .icon.three {
        border: 7px solid #bc2cdd;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .features .single-feature .icon.four {
        border: 7px solid #6efcc3;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .features .single-feature .content .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      text-transform: uppercase;
      color: #FFF;
      margin-bottom: 15px; }
    .features .single-feature .content .link {
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      text-transform: uppercase;
      color: #a1aed4;
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .features .single-feature .content .link i {
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .features .single-feature .content .link i::after {
          position: absolute;
          content: "";
          top: 5px;
          left: 0;
          height: 3px;
          width: 80%;
          background: #a1aed4;
          border-radius: 50px; }
      .features .single-feature .content .link:hover {
        color: #f9314b; }
        .features .single-feature .content .link:hover i {
          color: #f9314b;
          padding-left: 10px; }
          .features .single-feature .content .link:hover i::after {
            background: #f9314b; }
    .features .single-feature:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
      .features .single-feature:hover .icon.one {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2); }
      .features .single-feature:hover .icon.two {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2); }
      .features .single-feature:hover .icon.three {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2); }
      .features .single-feature:hover .icon.four {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2); }
  .features.about-page {
    padding: 112px 0px 90px;
    background: #070b28; }
    .features.about-page .section-heading {
      margin-bottom: 59px; }
    .features.about-page .feature-box {
      position: unset; }
      .features.about-page .feature-box .feature-box-inner {
        position: unset;
        top: 0px; }

/* Features Area End */

/* Featured Game Area Start */
.order-game {
  /*margin: 0px 5px 0px;*/
  padding: 5px 0px 15px;
  /*background: url(../images/featuredgame-bg.webp);*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  }
  .order-game .ticket-box {
    margin: 15px 0px 20px; }
    .order-game .ticket-img {
      width: auto;
      /*display: inline-block;*/
      display: block;
      /*margin-top: -25px; */
      /*margin-top: 5px;*/
      height: auto;
      object-fit: contain;
      line-height: normal;
      max-height: 400px;
    }

.order-game .quantity_inner * {
    box-sizing: border-box;
}
.order-game .quantity_inner {
    display: inline-flex;
    border-radius: 26px;
    border: 4px solid #000;
}
.order-game .quantity_inner .bt_minus,
.order-game .quantity_inner .bt_plus,
.order-game .quantity_inner .quantity {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
}
.order-game .quantity_inner .quantity {
    width: 75px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    background: #ffffff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.order-game .quantity_inner .bt_minus svg,
.order-game .quantity_inner .bt_plus svg {
    stroke: #000;

    stroke-width: 4;
    transition: 0.5s;
    margin: 10px;
}
.order-game .quantity_inner .bt_minus:hover svg,
.order-game .quantity_inner .bt_plus:hover svg {
    /*stroke: #000;*/
    stroke: #f9314b;
}
.game-play .order-game-btn {
  margin: 10px 0px 15px;
}
/* Featured Game Area Start */


/* Featured Game Area Start */
.featured-game {
  /*padding: 0px 0px 120px;*/
  margin: 0;
  padding: 42px 0 80px;
  /*background: #F9F9F9;*/

  /*background: url(../images/featuredgame-bg.webp);*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/

  /*background: url(../images/last-win-bg.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.featured-game-info {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}
.featured-game.featured-game_header-p {
  /*padding-top: 170px;*/
}
  .featured-game .section-heading {
    margin-bottom: 44px;
      padding-bottom: 44px;
  }
  .featured-game .game-slider .item .single-game {
    margin: 15px 15px 40px;
    /*text-align: center;*/
  }
  .single-game-btn {
    transform: translateY(-50%);
  }
    .featured-game .game-slider .item .single-game .game-img {
      /*width: auto;*/
      /*display: inline-block;*/
      /*display: block;*/
      /*margin-top: -25px; */
      /*margin-top: 5px;*/
      height: 245px;
      /*line-height: 245px;*/
      display: flex;
      align-items: end;
      text-align: center;
      justify-content: center;
      /*margin-top: -130px;*/
    }
    .featured-game .game-slider .item .single-game img {
      width: auto;
      display: inline-block;
      /*display: block;*/
      /*margin-top: -25px; */
      /*margin-top: 15px;*/
      padding: 10px 5px 5px 5px;
      max-height: 240px;
      max-width: 300px;
    }
    .featured-game .game-slider .item .single-game .game-name {
      width: auto;
      display: block;
      margin-top: 2px;
      margin-bottom: 5px;
      color: #000;
      font-size: 18px;
      font-weight: 700;
      line-height: normal;
    }
    .featured-game .game-slider .item .single-game .game-maxwin {
      width: auto;
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #000;
      margin-bottom: 5px;
      line-height: normal;
    }
    .featured-game .game-slider .item .single-game .game-cost {
      width: auto;
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #000;
      margin-bottom: 12px;
      line-height: normal;
    }
    /*.featured-game .game-slider .item .single-game img {*/
      /*width: auto;*/
      /*display: inline-block;*/
      /*!*margin-top: -25px; *!*/
      /*margin-top: 15px;*/
    /*}*/
    /*.featured-game .game-slider .item .single-game img {*/
      /*width: auto;*/
      /*display: inline-block;*/
      /*!*margin-top: -25px; *!*/
      /*margin-top: 15px;*/
    /*}*/

  .featured-game .game-slider .owl-controls {
    text-align: center;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    height: 0;
    margin-top: 0;
  }

    .featured-game .game-slider .owl-controls .owl-nav {
      display: inline-block; }
      .featured-game .game-slider .owl-controls .owl-nav .owl-prev,
      .featured-game .game-slider .owl-controls .owl-nav .owl-next {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        /*border: 7.49997px solid #46EE99;*/
        border: 7.49997px solid #74E600;


        background: url(../images/slider/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;

        position: absolute;
        left: -70px;
        top: 50%;
        transition: all 0.3s ease-in;
      }
      .featured-game .game-slider .owl-controls .owl-nav .owl-prev {
        transform: rotate(180deg);
      }
      .featured-game .game-slider .owl-controls .owl-nav .owl-next {
        right: -70px;
      }
        .featured-game .game-slider .owl-controls .owl-nav .owl-prev:hover,
        .featured-game .game-slider .owl-controls .owl-nav .owl-next:hover {
          opacity: .6;
        }



.last-winner {
  padding: 70px 0 85px;
  /*background: url(../images/last-win-bg.png);*/
  background-position: center;
  background-repeat: no-repeat;
}

.last-winner__title,
.last-winner__title.title {
  margin-bottom: 58px;
}

.last-winner-list {
  display: flex;
}

.last-winner-item {
  width: calc(100%/3);
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
  box-shadow: -2px 2px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px 30px;
  text-align: center;
}

.last-winner-item.last-winner-item_active {
  transform: scale(1.15);
}

.last-winner-item__img-wrap {
  min-height: 290px;
  max-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-winner-item__img {
  max-height: 290px;
}

.last-winner-item__info {
  margin-bottom: 15px;
}

.last-winner-item__win {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000000;
}

.last-winner-item__name {
  font-weight: 300;
  font-size: 24px;
  color: #000000;
}

.last-winner-item__price {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.last-winner-item__btn {
  adding: 19px 10px;
  min-width: 260px;
}

.service-based-on {
  background: var(--main-green);
}

.service-based-on__wrap {
  display: flex;
  flex-wrap: wrap;
}

.service-based-on__img-wrap {
  width: 55%;
  position: relative;

}

.service-based-on__img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-based-on__content {
  width: 45%;
  color: #000;
  padding: 42px 0;

}

[dir="rtl"] .service-based-on__content {
  text-align: right;
}

.service-based-on__title {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
}

.service-based-on__list {
  margin-bottom: 20px;
}

.service-based-on__item {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

[dir="rtl"] .service-based-on__item{
  padding: 0 40px 0 0;
}

.service-based-on__item:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 22px;

  background: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;

  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

[dir="rtl"] .service-based-on__item:after{
  left: auto;
  right: 0;
}

.single-game {
  height: 390px;
  display: block;
  text-align: center;
  color: #000;
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 13px;
  background: #F4F4F4;
  box-shadow: 0 0px 14px rgb(0 0 0 / 25%);
}


.single-game.goldbox:after {
    content: '';
    background-image: url(../images/gold-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 82%;
    border-radius: 30px !important;
    /* background: #fff; */
    z-index: -1;
    transition: none !important;
    box-shadow: none !important;
}

  .single-game.single-game_not-active {
    opacity: .5;
  }
  .single-game:not(.single-game_not-active) img {
    /*margin-top: -25px;*/
    /*-webkit-animation: opacityAnimation 2s linear infinite;*/
    /*animation: opacityAnimation 2s linear infinite; */
  }
  .single-game .mybtn2 {
    position: absolute;
    display: block;
    height: 50px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }
  /*.single-game:not(.single-game_not-active):hover {*/
    /*border-color: #681f40;*/
    /*-webkit-transform: translateY(-10px);*/
    /*-ms-transform: translateY(-10px);*/
    /*transform: translateY(-10px); }*/
  /*.single-game .mybtn3 {*/
  /*  position: absolute;*/
  /*  display: block;*/
  /*  height: 50px;*/
  /*  bottom: -25px;*/
  /*  left: 50%;*/
  /*  -webkit-transform: translateX(-50%);*/
  /*  -ms-transform: translateX(-50%);*/
  /*  transform: translateX(-50%);*/
  /*  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);*/
  /*  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }*/
  .single-game:not(.single-game_not-active):hover {
    /*border-color: #681f40;*/
    /*-webkit-transform: translateY(-10px);*/
    /*-ms-transform: translateY(-10px);*/
    transform: scale(1.05) }
  .single-game .mybtn4 {
    position: absolute;
    display: block;
    height: 50px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }

/* Featured Game Area End */
/* Whay Choose us Area Start */
.why-choose-us {
  padding: 300px 0px 70px; }
  .why-choose-us .section-heading {
    margin-bottom: 57px; }
  .why-choose-us .single-why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px; }
    .why-choose-us .single-why .left {
      margin-right: 30px; }
      .why-choose-us .single-why .left .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(249, 49, 75, 0.4);
        text-align: center;
        line-height: 100px; }
    .why-choose-us .single-why .right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .why-choose-us .single-why .right .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 11px; }
      .why-choose-us .single-why .right .text {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0px;
        font-weight: 300; }

/* Whay Choose us Area End */
/* activities Area Start */
.activities {
  padding: 110px 0px 113px;
  position: relative; }
  .activities .shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .activities .shape.shape1 {
      z-index: -5;
      top: 320px;
      -webkit-animation: upDownAnimation 7s linear infinite;
      animation: upDownAnimation 7s linear infinite; }
    .activities .shape.shape2 {
      z-index: -6;
      top: 260px;
      -webkit-animation: upDownAnimation 6s linear infinite;
      animation: upDownAnimation 6s linear infinite; }
    .activities .shape.shape3 {
      z-index: -7;
      top: 220px;
      -webkit-animation: upDownAnimation 5s linear infinite;
      animation: upDownAnimation 5s linear infinite; }
  .activities:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #070b28;
    z-index: -99; }
  .activities .section-heading {
    margin-bottom: 58px; }
  .activities .tab-menu-area {
    display: block;
    text-align: center;
    margin-bottom: 25px; }
    .activities .tab-menu-area .nav-lend {
      display: inline-block;
      border-radius: 50px;
      padding: 20px 15px;
      -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2); }
      .activities .tab-menu-area .nav-lend .nav-item {
        display: inline-block; }
        .activities .tab-menu-area .nav-lend .nav-item .nav-link {
          line-height: 50px;
          padding: 0px;
          padding: 0px 50px;
          border-radius: 50px;
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
          color: #FFF;
          background: #252f5a;
          margin: 0px 5px; }
          .activities .tab-menu-area .nav-lend .nav-item .nav-link.active {
            background: #f9314b;
            color: #fff; }
  .activities .table {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    position: relative; }
    .activities .table tr {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .activities .table tr td,
      .activities .table tr th {
        border-top: 1px solid rgba(255, 255, 255, 0.09); }
      .activities .table tr th {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        border-top: 0px;
        border-bottom: 0px;
        padding: 20px 15px;
        background: #0b122e;
        color: #fff; }
      .activities .table tr td {
        vertical-align: middle;
        padding: 20px 15px;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #a1aed4; }
        .activities .table tr td img {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: inline-block; }
        .activities .table tr td:nth-child(1) img, .activities .table tr td:nth-child(3) img, .activities .table tr td:nth-child(6) img {
          margin-right: 5px; }
        .activities .table tr td:nth-child(1) {
          color: #fff; }
        .activities .table tr td:nth-child(3) {
          color: #045cf0; }
        .activities .table tr td:nth-child(5), .activities .table tr td:nth-child(6) {
          color: #f0ad4e; }
        .activities .table tr td:last-child {
          color: #f0ad4e; }
      .activities .table tr:hover {
        background: #192246; }

/* activities Area Start */
/* Fun fact Area Start */
.funfact {
  padding: 103px 0px 4px; }
  .funfact .single-fun {
    text-align: center; }
    .funfact .single-fun img {
      display: inline-block;
      margin-bottom: 13px; }
    .funfact .single-fun .count-area {
      font-size: 70px;
      line-height: 80px;
      font-weight: 500;
      font-family: "Noto Sans", sans-serif;
      color: #fff; }
    .funfact .single-fun p {
      font-size: 24px;
      line-height: 34px;
      font-weight: 300;
      margin-bottom: 0px;
      display: inline-block;
      margin-top: 9px; }

/* Fun fact Area End */
/* Get Start Area Start */
.get-start {
  padding: 120px 0px 120px;
  /*background: #0b122e;*/
}
  .get-start .left-area .section-heading {
    text-align: left;
    margin-bottom: 0px; }
    .get-start .left-area .section-heading .mybtn1 {
      margin-top: 36px; }
  .get-start .right-image {
    text-align: center; }
    .get-start .right-image img {
      display: inline-block; }
/* Get Start Area End */
/*  Recent Winners Area Start */
.recent-winners {
  /*background: #070b28;*/
  background: #131b50;
  /*padding: 112px 0px 0px; */
  padding: 40px 0px 30px;
}
  .recent-winners .section-heading {
    margin-bottom: 58px; }
  .recent-winners .mybtn2 {
    text-align: center;
    padding: 0px;
    margin-top: 60px; }

.single-winer {
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 30px 30px 29px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
[dir="rtl"] .single-winer {
  text-align: right;
}

  .single-winer .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px; }
    .single-winer .top-area .left .name {
      font-size: 24px;
      line-height: 34px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 3px; }
    .single-winer .top-area .left .date {
      font-size: 18px;
      line-height: 28px; }
    .single-winer .top-area .right .id {
      background: #0d1535;
      border: 1px solid #1a1e39;
      font-size: 14px;
      line-height: 24px;
      border-radius: 50px;
      padding: 4px 15px;
      margin-bottom: 0px; }
  .single-winer .bottom-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single-winer .bottom-area .left {
      font-size: 28px;
      color: #f0ad4e;
      font-family: "Noto Sans", sans-serif; }
    .single-winer .bottom-area .right {
      text-align: right; }
  .single-winer:hover {
    border-color: #681f40;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
/*  Recent Winners Area End */

/*  Footer Area Start */
.footer-pages {
  /*background: #131b50;*/
  min-height: calc(100vh - 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #273b71;*/
  /*border-radius: 10px;*/
  /*padding: 150px 0px 15px;*/

  padding: 40px 0px 40px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
[dir="rtl"] .footer-pages {
  text-align: right;
}

  .footer-pages .section-heading {
    margin-bottom: 58px; }
  .footer-pages .mybtn2 {
    text-align: center;
    padding: 0px;
    margin-top: 60px; }
/*  Fotter Area End */

.header-cabinet .user-icon-wrap{
  display: flex;
  align-items: center;
}

.header-cabinet .dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  color: #000;
}

.header-cabinet .dropdown-toggle:hover {
  color: #000;
}

.header-cabinet .user-icon {
  margin-right: 3px;
}

.user-dropdown-menu {
  background: #fff;
  padding: 5px;
  font-size: 17px;
  font-weight: 300;
}

.user-dropdown-menu-item {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
  color: black;
}

.user-dropdown-menu-item-link {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.user-dropdown-menu-item-link.user-dropdown-menu-item-link_red {
  color: #FF4A4A;
}

.user-dropdown-menu-item-link:hover,
.user-dropdown-menu-item-link.user-dropdown-menu-item-link_red:hover {
  color: var(--main-green);
}

.ticket-count {
  background-color: #f52222; /* Green color */
  color: #ffffff;
  border-radius: 50%;
  width: 20px; /* Size of the circle */
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 15px; /* Space between "My tickets" and the circle */
}

.nav-item .ticket-count {
  margin-left: 5px; /* Adjust the spacing if needed */
}

/*	Index 2 Css Start */
.index2 .header .mainmenu-area {
  background: none; }

.index2 .header .mainmenu-area .navbar::before,
.index2 .header .mainmenu-area .navbar::after {
  display: none; }

.index2 .header .mainmenu-area .navbar .navbar-brand {
  padding-left: 0px; }

.index2 .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect {
  display: none; }

.index2 .hero-area {
  background: url(../images/herobg2.jpg);
  padding: 372px 0px 424px; }

.index2 .hero-area .left-content .content {
  text-align: center; }

.index2 .features {
  background: #070b28;
  padding: 277px 0px 90px; }

.index2 .features .section-heading {
  margin-bottom: 58px; }

.index2 .features .feature-box .feature-box-inner {
  position: unset;
  width: 100%;
  top: auto; }

.index2 .featured-game {
  padding: 110px 0px 120px; }

.single-feature.landscape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 45px 30px 45px 45px;
  background: none;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px; }
  .single-feature.landscape .icon {
    margin-right: 45px;
    margin-bottom: 0px;
    background: #242e5a; }
  .single-feature.landscape .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

/*	Index 2 Css End */
/* About Area Start */
.about-section {
  background: #070b28;
  margin-top: -164px;
  overflow: hidden; }
  .about-section .about-box {
    position: relative; }
    .about-section .about-box .about-box-inner {
      padding: 50px 30px 60px;
      background: -webkit-gradient(linear, right top, left top, from(#3b1f75), to(#4f64de));
      background: -webkit-linear-gradient(right, #3b1f75, #4f64de);
      background: -o-linear-gradient(right, #3b1f75, #4f64de);
      background: linear-gradient(to left, #3b1f75, #4f64de); }
      .about-section .about-box .about-box-inner .video-area {
        height: 100%;
        width: 100%;
        position: relative; }
      .about-section .about-box .about-box-inner .section-heading {
        text-align: left;
        position: relative;
        z-index: 99; }
        .about-section .about-box .about-box-inner .section-heading .mybtn1 {
          margin-top: 22px; }

/*	About Area  End */
/*	Sub Footer Start */
.sub-footer {
    padding: 50px 0 40px;
    /*background: url(../images/footer-bg.jpg);*/
    background: url(../images/footer-bg_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-footer__logo-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.sub-footer__logo {
  display: inline-block;
  max-width: 100px;
}

.sub-footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sub-footer__items-1 {
  width: 21%;
}

.sub-footer__items-2 {
  width: 21%;
}

.sub-footer__items-3 {
  width: 21%;
}

.sub-footer__items-4 {
  width: 22%;
}

.sub-footer__items-5 {
  width: 15%;
}

.sub-footer__text {
  font-weight: 300;
  font-size: 15px;
  color: #ADADAD;
  max-width: 90%;
  margin-bottom: 10px;
}

.sub-footer-menu {

}
.sub-footer-menu__title {
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 11px;
}
[dir="rtl"] .sub-footer-menu {
  text-align: right;
}

@media (max-width: 991px) {
  [dir="rtl"] .sub-footer-menu {
    text-align: center;
  }
}

.sub-footer-menu__list {
    list-style-type: none;
    padding: 0;
}
.sub-footer-menu__item {
}

.sub-footer-menu__link {
  font-weight: 400;
  font-size: 15px;
  color: #ADADAD;
  transition: .3s;
}
.sub-footer-menu__link:hover {
  color: var(--main-green);
}
.sub-footer__info {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;

  font-weight: 300;
  font-size: 12px;
  color: #fff;

}

.sub-footer__to-right {
  text-align: right;
}
/*	Sub Footer  End */

.list-pay-system {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.list-pay-system__item {
  margin-right: 5px;
}

/*.list-pay-system__item:last-child {*/
/*  margin-right: 0;*/
/*}*/

.list-pay-system__img {

}

.social-links-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 56px;
}

.social-links-list.social-links-list__flex-end {
  justify-content: flex-end;
}

[dir="rtl"] .social-links-list.social-links-list__flex-end {
  justify-content: flex-start;
}

.social-links-list__item {
  margin-right: 14px;
}


.social-links-list__item:last-child {
  margin-right: 0;
}

[dir="rtl"] .social-links-list__item:last-child {
  margin-right: 14px;
}

[dir="rtl"] .social-links-list__item:first-child {
  margin-right: 0;
}

.social-links-list__link {
}

.list-pay-system__img {
  transition: .3s;
}
.social-links-list__link:hover .list-pay-system__img {
  transform: scale(1.2);
}
/* About page section Area Start */
.about-page-section {
  /*background: #0b122e;*/
  padding: 20px 0 130px;
  position: relative; }

.about-page-section__img-wrap {
  margin-bottom: 70px;
}
.about-page-section__img-wrap img {
  max-height: 85px;
}
/*.about-page-section .title {*/
/*  margin-bottom: 50px;*/
/*  text-shadow: -4px 4px #000;*/
/*}*/
  .about-page-section .section-heading {
    text-align: left; }
  [dir="rtl"] .about-page-section .section-heading {
    text-align: right; }

    .about-page-section .section-heading .mybtn1 {
      margin-top: 23px; }
  .about-page-section .about-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .about-page-section .about-video img {
      width: 100%; }
    .about-page-section .about-video .play-video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: var(--main-color);
      text-align: center;
      line-height: 120px; }
      .about-page-section .about-video .play-video img {
        width: auto; }

/* Our Vision Area Start */
.our-vision {
  padding: 112px 0px 86px;
  background: url(../images/our-vision.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .our-vision .section-heading {
    margin-bottom: 78px; }
  .our-vision .single-vision {
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .our-vision .single-vision .icon {
      width: 80px;
      height: 80px;
      margin-bottom: 43px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 80px;
      position: relative; }
      .our-vision .single-vision .icon img {
        display: inline-block; }
      .our-vision .single-vision .icon.one {
        background: #f9314b;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(249, 49, 75, 0.2), 0px 0px 0px 20px rgba(249, 49, 75, 0.2);
        box-shadow: 0px 0px 0px 10px rgba(249, 49, 75, 0.2), 0px 0px 0px 20px rgba(249, 49, 75, 0.2); }
      .our-vision .single-vision .icon.two {
        background: #f67a1f;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(246, 122, 31, 0.2), 0px 0px 0px 20px rgba(246, 122, 31, 0.2);
        box-shadow: 0px 0px 0px 10px rgba(246, 122, 31, 0.2), 0px 0px 0px 20px rgba(246, 122, 31, 0.2); }
      .our-vision .single-vision .icon.three {
        background: #bc2cdd;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(188, 44, 221, 0.2), 0px 0px 0px 20px rgba(188, 44, 221, 0.2);
        box-shadow: 0px 0px 0px 10px rgba(188, 44, 221, 0.2), 0px 0px 0px 20px rgba(188, 44, 221, 0.2); }
    .our-vision .single-vision .content .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      text-transform: uppercase;
      color: #FFF;
      margin-bottom: 15px; }
    .our-vision .single-vision .content .link {
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      text-transform: uppercase;
      color: #a1aed4;
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .our-vision .single-vision .content .link i {
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .our-vision .single-vision .content .link i::after {
          position: absolute;
          content: "";
          top: 5px;
          left: 0;
          height: 3px;
          width: 80%;
          background: #a1aed4;
          border-radius: 50px; }
      .our-vision .single-vision .content .link:hover {
        color: #f9314b; }
        .our-vision .single-vision .content .link:hover i {
          color: #f9314b;
          padding-left: 10px; }
          .our-vision .single-vision .content .link:hover i::after {
            background: #f9314b; }
    .our-vision .single-vision:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Our Vision Area End */
/* Team Area Start */
.team .top-area {
  background: url(../images/team/team-top-area.jpg);
  padding: 112px 0px 223px; }

.team .team-members {
  background: #070b28;
  padding-bottom: 120px; }
  .team .team-members .team-member-inner {
    margin-top: -180px; }
    .team .team-members .team-member-inner .single-team {
      border-radius: 11px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(7, 11, 40, 0.4);
      box-shadow: 0px 5px 30px 0px rgba(7, 11, 40, 0.4); }
      .team .team-members .team-member-inner .single-team .image {
        background: #1d2453;
        position: relative; }
        .team .team-members .team-member-inner .single-team .image img {
          width: 100%; }
        .team .team-members .team-member-inner .single-team .image .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left bottom, left top, from(#011438), color-stop(20%, rgba(1, 20, 56, 0.8)), color-stop(40%, rgba(1, 20, 56, 0.4)), color-stop(50%, rgba(1, 20, 56, 0)), color-stop(80%, rgba(1, 20, 56, 0)), to(rgba(1, 20, 56, 0)));
          background: -webkit-linear-gradient(bottom, #011438 0%, rgba(1, 20, 56, 0.8) 20%, rgba(1, 20, 56, 0.4) 40%, rgba(1, 20, 56, 0) 50%, rgba(1, 20, 56, 0) 80%, rgba(1, 20, 56, 0) 100%);
          background: -o-linear-gradient(bottom, #011438 0%, rgba(1, 20, 56, 0.8) 20%, rgba(1, 20, 56, 0.4) 40%, rgba(1, 20, 56, 0) 50%, rgba(1, 20, 56, 0) 80%, rgba(1, 20, 56, 0) 100%);
          background: linear-gradient(to top, #011438 0%, rgba(1, 20, 56, 0.8) 20%, rgba(1, 20, 56, 0.4) 40%, rgba(1, 20, 56, 0) 50%, rgba(1, 20, 56, 0) 80%, rgba(1, 20, 56, 0) 100%); }
        .team .team-members .team-member-inner .single-team .image .content {
          display: block;
          text-align: center;
          position: absolute;
          z-index: 3;
          width: 100%;
          left: 0px;
          bottom: 22px; }
          .team .team-members .team-member-inner .single-team .image .content .name {
            font-size: 28px;
            line-height: 38px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 0px; }
          .team .team-members .team-member-inner .single-team .image .content .designation {
            color: #f9314b;
            font-size: 20px;
            line-height: 30px; }
      .team .team-members .team-member-inner .single-team .social-area {
        background: #1d2850;
        display: block;
        text-align: center;
        padding: 30px 30px 30px; }
        .team .team-members .team-member-inner .single-team .social-area .social-links {
          display: inline-block;
          background-color: #2c356a;
          border-radius: 5px;
          -webkit-box-shadow: 0px 5px 30px 0px rgba(7, 11, 40, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(7, 11, 40, 0.2); }
          .team .team-members .team-member-inner .single-team .social-area .social-links li {
            display: inline-block;
            border-right: 1px solid rgba(255, 255, 255, 0.15); }
            .team .team-members .team-member-inner .single-team .social-area .social-links li:last-child {
              border-right: 0px; }
            .team .team-members .team-member-inner .single-team .social-area .social-links li a {
              height: 30px;
              width: 35px;
              display: block;
              font-size: 12px;
              line-height: 30px;
              -webkit-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .team .team-members .team-member-inner .single-team .social-area .social-links li a:hover {
                color: #f9314b; }
      .team .team-members .team-member-inner .single-team:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }

.team .mybtn1 {
  display: inline-block;
  margin-top: 60px; }

/* Team Area End */
/* community and Blog Area Start */
.community-blog {
  padding: 120px 09px 120px;
  background: #0b122e; }
  .community-blog .single-box {
    background: #1d2850;
    padding: 60px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .community-blog .single-box .img {
      width: 60px;
      margin-right: 30px; }
    .community-blog .single-box .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .community-blog .single-box .content .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px; }
        .community-blog .single-box .content .title i {
          font-size: 20px;
          margin-left: 10px; }
      .community-blog .single-box .content .text {
        font-size: 24px;
        line-height: 34px;
        font-weight: 300; }
    .community-blog .single-box:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

/* community and Blog Area End */
/* Play Games Area Start */
.play-games {
  background: url(../images/play/playgame-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .play-games .gaming-activities {
    margin-top: -120px; }
    .play-games .gaming-activities .gaming-activities-inner .single-activities {
      background: #252f5a;
      padding: 0px 30px 20px; }
      .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 21px;
        padding-bottom: 10px; }
        .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon {
          position: relative;
          top: -20px;
          text-align: center;
          margin-right: 30px; }
          .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon img {
            display: block;
            width: 70px;
            height: 70px; }
          .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon span {
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            display: inline-block;
            padding: 0px 10px;
            border-radius: 5px;
            top: -10px;
            position: relative;
            background: #252f5a;
            color: #fff; }
            .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .left .icon span i {
              font-size: 12px;
              color: #ffbf00;
              margin-left: 2px; }
        .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right .title {
            margin-top: 22px;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 4px; }
          .play-games .gaming-activities .gaming-activities-inner .single-activities .top-area .right .text {
            font-size: 14px;
            line-height: 24px;
            color: #f9314b;
            margin-bottom: 0px; }
      .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .title {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 4px; }
      .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count {
        display: inline-block; }
        .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list {
          display: inline-block;
          margin-left: 12px;
          padding-top: 5px; }
          .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list li {
            display: inline-block;
            border: 2px solid #252f5a;
            margin-left: -12px;
            width: 30px;
            height: 30px;
            overflow: hidden;
            border-radius: 50%;
            text-align: center; }
            .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .players-list li img {
              width: 100%;
              height: 100%;
              border-radius: 50%;
              display: inline-block; }
        .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .players-count .count-num {
          display: inline-block;
          font-size: 10px;
          width: 25px;
          height: 25px;
          background: #252f5a;
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 50%;
          line-height: 25px;
          text-align: center;
          margin-left: -12px;
          position: relative;
          top: -9px; }
      .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .pp {
        display: inline-block;
        text-align: right;
        margin-left: 15px;
        position: relative;
        top: 10px;
        float: right; }
        .play-games .gaming-activities .gaming-activities-inner .single-activities .bottom-area .pp p {
          margin-bottom: 0px;
          color: #cfcffd;
          font-size: 14px; }
  .play-games .all-games {
    padding: 119px 0px 120px; }
    .play-games .all-games .single-game {
      margin-bottom: 54px; }
    .play-games .all-games .mybtn1 {
      display: inline-block;
      margin-top: 30px; }
    .play-games .all-games .nav {
      text-align: center;
      display: inline-block;
      margin-bottom: 63px; }
      .play-games .all-games .nav li {
        display: inline-block; }
        .play-games .all-games .nav li a {
          width: 150px;
          height: 150px;
          border-style: solid;
          border-width: 1px;
          border-color: #273b71;
          border-radius: 50%;
          margin: 0px 10px;
          text-align: center;
          -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }
          .play-games .all-games .nav li a .icon {
            margin-top: 20px;
            display: inline-block; }
            .play-games .all-games .nav li a .icon img {
              height: 60px; }
            .play-games .all-games .nav li a .icon .one {
              display: block; }
            .play-games .all-games .nav li a .icon .two {
              display: none; }
          .play-games .all-games .nav li a span {
            display: block;
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            text-shadow: 0px 0px 3px #2eb7eb, 0px 0px 7px #2eb7eb;
            color: #2eb7eb; }
          .play-games .all-games .nav li a.active {
            border-color: #f9314b !important; }
            .play-games .all-games .nav li a.active .icon .one {
              display: none; }
            .play-games .all-games .nav li a.active .icon .two {
              display: block; }
            .play-games .all-games .nav li a.active span {
              text-shadow: 0px 0px 3px #d9293e, 0px 0px 7px #d9293e;
              color: #d9293e; }

/* Play Games Area End */
/* Lottery Staticstics Area Start */
.lottery-area {
  background: #0b122e;
  padding-bottom: 120px; }
  .lottery-area .lottery-staticstics {
    margin-top: -55px; }
    .lottery-area .lottery-staticstics .single-staticstics {
      padding: 30px 30px 30px;
      border-radius: 10px;
      background-color: rgba(29, 40, 80, 0.302);
      -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .lottery-area .lottery-staticstics .single-staticstics .left {
        margin-right: 30px;
        width: 80px;
        height: 80px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: #0b122e; }
      .lottery-area .lottery-staticstics .single-staticstics .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .lottery-area .lottery-staticstics .single-staticstics .right .title {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 26px; }
        .lottery-area .lottery-staticstics .single-staticstics .right .count img {
          display: inline-block;
          margin-right: 10px; }
        .lottery-area .lottery-staticstics .single-staticstics .right .count span {
          display: inline-block;
          font-size: 24px;
          line-height: 34px;
          font-weight: 600;
          color: #f6a623;
          position: relative;
          top: 3px; }
      .lottery-area .lottery-staticstics .single-staticstics:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
  .lottery-area .daily-lottery {
    padding: 113px 0px 120px; }
    .lottery-area .daily-lottery .section-heading {
      margin-bottom: 57px; }
    .lottery-area .daily-lottery .draw-time {
      background: url(../images/draw-time-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 53px 0px 53px;
      text-align: center; }
      .lottery-area .daily-lottery .draw-time .subtitle {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0px;
        background: -webkit-linear-gradient(to left, #ff344d, #d2273c);
        background: -moz-linear-gradient(to left, #ff344d, #d2273c);
        background: -ms-linear-gradient(to left, #ff344d, #d2273c);
        background: -o-linear-gradient(to left, #ff344d, #d2273c);
        background: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
        background: -webkit-linear-gradient(right, #ff344d, #d2273c);
        background: -o-linear-gradient(right, #ff344d, #d2273c);
        background: linear-gradient(to left, #ff344d, #d2273c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .lottery-area .daily-lottery .draw-time .text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        margin-top: 9px;
        margin-bottom: 0px;
        text-transform: uppercase; }
      .lottery-area .daily-lottery .draw-time .draw-counter {
        margin-top: 7px;
        border-radius: 3px;
        display: inline-block;
        font-weight: 700;
        font-size: 60px;
        line-height: 70px; }
        .lottery-area .daily-lottery .draw-time .draw-counter span {
          display: inline-block;
          font-weight: 700;
          font-size: 60px;
          line-height: 70px;
          color: #fff; }
          .lottery-area .daily-lottery .draw-time .draw-counter span:last-child {
            margin-right: 0px; }
  .lottery-area .buy-tickets .buy-tickets-box {
    background: #070b28; }
    .lottery-area .buy-tickets .buy-tickets-box .heading {
      padding: 15px 40px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #101b3a;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .lottery-area .buy-tickets .buy-tickets-box .content {
      padding: 40px 40px 40px; }
      .lottery-area .buy-tickets .buy-tickets-box .content .info-box {
        padding: 21px 30px 20px;
        background: #0e1833;
        border: 1px solid rgba(255, 255, 255, 0.1); }
        .lottery-area .buy-tickets .buy-tickets-box .content .info-box .title {
          font-size: 18px;
          line-height: 28px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 8px; }
        .lottery-area .buy-tickets .buy-tickets-box .content .info-box .number {
          font-size: 16px;
          line-height: 26px;
          color: #f6a623;
          font-weight: 600; }
          .lottery-area .buy-tickets .buy-tickets-box .content .info-box .number i {
            margin-right: 5px; }
          .lottery-area .buy-tickets .buy-tickets-box .content .info-box .number input {
            height: 25px;
            border-radius: 50px;
            border: 0px;
            color: #f6a623;
            background: #16203a;
            padding: 0px 20px;
            width: 100%; }
      .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers {
        padding-top: 30px; }
        .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .title {
          font-size: 18px; }
        .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box {
          border: 1px solid rgba(255, 255, 255, 0.1); }
          .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .auto-number {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 33px 30px 30px; }
            .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .auto-number .top-content {
              position: relative; }
              .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .auto-number .top-content input {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
              .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .auto-number .top-content label {
                padding-left: 30px; }
                .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .auto-number .top-content label span {
                  display: block; }
          .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number {
            padding: 33px 30px 37px; }
            .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number .top-content {
              position: relative; }
              .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number .top-content input {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
              .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number .top-content label {
                padding-left: 30px; }
                .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number .top-content label span {
                  display: block; }
            .lottery-area .buy-tickets .buy-tickets-box .content .game-numbers .number-box .manual-number .main-content {
              margin-top: 26px; }
      .lottery-area .buy-tickets .buy-tickets-box .content .mybtn1 {
        margin-top: 60px;
        display: inline-block; }

.number-list {
  margin: 0 -3px; }
  .number-list li {
    cursor: pointer;
    /*width: 30px;*/
    width: 100px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 3px;
    font-weight: 600;
    color: #f9314b;
    border-radius: 50%;
    background-image: -moz-linear-gradient(26deg, #0b122e 9%, #212643 39%, #363a58 100%);
    background-image: -webkit-linear-gradient(26deg, #0b122e 9%, #212643 39%, #363a58 100%);
    background-image: -ms-linear-gradient(26deg, #0b122e 9%, #212643 39%, #363a58 100%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8); }
    .number-list li.active {
      background-image: -moz-linear-gradient(26deg, #382f21 9%, #8b642a 39%, #de9932 100%);
      background-image: -webkit-linear-gradient(26deg, #382f21 9%, #8b642a 39%, #de9932 100%);
      background-image: -ms-linear-gradient(26deg, #382f21 9%, #8b642a 39%, #de9932 100%);
      color: #ffffff; }

/* Lottery Staticstics Area End */
/*  How it Work Area Start  */
.how-it-work {
  padding: 97px 0px 496px;
  position: relative; }
  .how-it-work .bg-shape {
    position: absolute;
    top: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .how-it-work .section-heading {
    margin-bottom: 59px; }
  .how-it-work .single-work {
    text-align: center; }
    .how-it-work .single-work img {
      display: inline-block;
      margin-bottom: 20px; }
    .how-it-work .single-work .title {
      font-size: 28px;
      line-height: 38px;
      font-family: "Noto Sans", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 5px; }
    .how-it-work .single-work p {
      font-size: 24px;
      line-height: 34px;
      font-weight: 300;
      margin-bottom: 0px;
      display: inline-block;
      margin-top: 9px; }

/* How it Work Area End*/
/* lottery video Area Start */
.lottery-video {
  background: #0b122e;
  padding: 0px 0px 70px;
  margin-top: -245px; }
  .lottery-video .video-box {
    background: url(../images/lottery-video.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 495px;
    position: relative;
    margin-top: -245px; }
    .lottery-video .video-box .video-icon {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* lottery video Area END */
/* Questions Area Start */
.question-area {
  background-color: #0b122e;
  padding: 50px 0px 120px; }
  .question-area .section-heading {
    text-align: left; }
    .question-area .section-heading .title {
      margin-bottom: 30px; }
    .question-area .section-heading .mybtn1 {
      margin-top: 22px; }

/* Questions Area End */
/* Cart Area Start */
.cart-area {
  background: #0b122e;
  padding: 120px 0px 120px; }
  .cart-area .message-one {
    background: #242570;
    padding: 22px 100px 28px;
    text-align: center; }
    .cart-area .message-one p {
      font-size: 24px;
      line-height: 34px;
      font-weight: 300;
      color: #fff;
      margin-bottom: 0px; }
  .cart-area .message-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #182455;
    margin-top: 40px;
    padding: 30px 30px 30px; }
    .cart-area .message-two .left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .cart-area .message-two .left p {
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        margin-bottom: 0px;
        color: #f1f0f0; }
        .cart-area .message-two .left p i {
          margin-right: 4px; }
    .cart-area .message-two .right a {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-bottom: 0px;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      border: 1px solid #242570;
      padding: 6px 20px;
      display: inline-block;
      border-radius: 50px;
      color: #fff;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .cart-area .message-two .right a i {
        margin-right: 4px; }
      .cart-area .message-two .right a:hover {
        background: #242570;
        color: #fff;
        border-color: #242570; }
  .cart-area .cart-table-area .table {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: 80px; }
    .cart-area .cart-table-area .table thead tr th {
      border-top: 1px solid rgba(255, 255, 255, 0.09);
      background: #101938; }
    .cart-area .cart-table-area .table tr {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .cart-area .cart-table-area .table tr td,
      .cart-area .cart-table-area .table tr th {
        border-top: 1px solid rgba(255, 255, 255, 0.09); }
      .cart-area .cart-table-area .table tr th {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        border-top: 0px;
        border-bottom: 0px;
        padding: 20px 15px;
        background: #0b122e;
        color: #fff; }
      .cart-area .cart-table-area .table tr td {
        vertical-align: middle;
        padding: 30px 15px;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #a1aed4; }
        .cart-area .cart-table-area .table tr td:nth-child(1) img, .cart-area .cart-table-area .table tr td:nth-child(3) img, .cart-area .cart-table-area .table tr td:nth-child(6) img {
          margin-right: 5px; }
        .cart-area .cart-table-area .table tr td:nth-child(1) {
          color: #fff; }
        .cart-area .cart-table-area .table tr td:nth-child(3) {
          color: #045cf0; }
        .cart-area .cart-table-area .table tr td:nth-child(5), .cart-area .cart-table-area .table tr td:nth-child(6) {
          color: #f0ad4e; }
        .cart-area .cart-table-area .table tr td:last-child {
          color: #f0ad4e; }
        .cart-area .cart-table-area .table tr td .time {
          text-transform: capitalize;
          font-size: 16px;
          margin-bottom: 0px; }
        .cart-area .cart-table-area .table tr td .remove {
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 12px;
          border-radius: 50%;
          background-color: #131b3c;
          -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          color: rgba(255, 255, 255, 0.4);
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          cursor: pointer; }
          .cart-area .cart-table-area .table tr td .remove:hover {
            background: #f0ad4e;
            color: #fff; }
        .cart-area .cart-table-area .table tr td .qty {
          display: inline-block;
          float: left;
          padding: 4px 10px;
          border-radius: 50px;
          -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); }
        .cart-area .cart-table-area .table tr td .qty ul li {
          display: inline-block; }
        .cart-area .cart-table-area .table tr td .qty ul li:first-child {
          margin-left: 0px; }
        .cart-area .cart-table-area .table tr td .qty ul li .qttotal,
        .cart-area .cart-table-area .table tr td .qty ul li .qtminus,
        .cart-area .cart-table-area .table tr td .qty ul li .qtplus {
          display: inline-block;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          font-size: 16px;
          cursor: pointer;
          font-weight: 500;
          color: #fff;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .cart-area .cart-table-area .table tr td .qty ul li .qtminus:hover,
        .cart-area .cart-table-area .table tr td .qty ul li .qtplus:hover {
          color: #f9314b; }
        .cart-area .cart-table-area .table tr td .qty ul li .qttotal:focus,
        .cart-area .cart-table-area .table tr td .qty ul li .qtminus:focus,
        .cart-area .cart-table-area .table tr td .qty ul li .qtplus:focus {
          outline: 0px; }
        .cart-area .cart-table-area .table tr td .qty ul li .qttotal {
          width: 30px; }
      .cart-area .cart-table-area .table tr:hover {
        background: #192246; }
  .cart-area .total-pay {
    margin-top: 60px;
    text-align: center;
    padding: 28px 30px 22px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4); }
    .cart-area .total-pay .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: center;
      align-self: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .cart-area .total-pay .content span {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin-right: 20px; }
      .cart-area .total-pay .content .num {
        color: #045cf0; }
        .cart-area .total-pay .content .num img {
          margin-right: 10px; }

/* Cart Area End */
/* Payment-method Area Start */
.payment-method {
  /*background: #070b2842;*/
  /*padding: 20px 0px 20px;*/
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}

[dir='rtl'] .payment-method-order {
text-align: right;
}
  .payment-method .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
  [dir='rtl'] .payment-method .title {
    text-align: right;
    }
  .payment-method .text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 0px; }
  [dir='rtl'] .payment-method .text {
    text-align: right;
    }
  .payment-method .method-slider {
    margin-top: 20px;
    padding: 0px 60px; }
    .payment-method .method-slider .item .single-method {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid rgba(4, 92, 240, 0.3);
      text-align: center;
      display: block;
      height: 80px;
      width: 95px;
      padding-top: 14px;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .payment-method .method-slider .item .single-method.active {
        border-color: #f9314b; }
      .payment-method .method-slider .item .single-method .icon {
        max-height: 35px; }
        .payment-method .method-slider .item .single-method .icon img {
          width: auto;
          display: block;
          margin: 0 auto; }
      .payment-method .method-slider .item .single-method span {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 22px;
        color: #ceceff; }
      .payment-method .method-slider .item .single-method:not(.not-active):hover, .payment-method .method-slider .item .single-method.active {
        border-color: #f9314b; }
    .payment-method .method-slider .owl-controls .owl-nav .owl-prev,
    .payment-method .method-slider .owl-controls .owl-nav .owl-next {
      font-size: 18px;
      position: absolute;
      text-align: center;
      line-height: 40px;
      width: 40px;
      height: 40px;
      background: #2b304e;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      color: rgba(255, 255, 255, 0.62);
      border-radius: 50%;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8); }
      .payment-method .method-slider .owl-controls .owl-nav .owl-prev:hover,
      .payment-method .method-slider .owl-controls .owl-nav .owl-next:hover {
        background: #f9314b;
        color: #fff; }
    .payment-method .method-slider .owl-controls .owl-nav .owl-prev {
      left: 0px; }
    .payment-method .method-slider .owl-controls .owl-nav .owl-next {
      right: 0px; }
  .payment-method .mybtn1 {
    /*margin-top: 60px; */
  }


  .item-payment{
    /*margin: 30px 0px 20px;*/
    width: auto;
    display: inline-block;
    height: 120px;
    line-height: normal;
  }
  .item-payment_balance{
    margin: 0px 0px 0px;
    width: auto;
    display: inline-block;
    height: 160px;
    line-height: normal;
  }
   .item-payment .single-method {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /*border: 3px solid #000;*/
      text-align: center;
      display: block;
      height: 120px;
      max-width: 160px;
      /*padding-top: 25px;*/
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
   .item-payment_balance .single-method {
      height: 120px;
      width: 270px;
      padding-top: 10px;
      }
   .item-payment_balance .icon {
      display: inline-block;
      }

      .item-payment .single-method.active {
        border-color: #f9314b; }
      .item-payment .single-method .icon {
        height: 60px;
        padding: 10px 10px 10px 10px ;
      }
        .item-payment .single-method .icon img {
          /*height: 50px;*/
          /*width: auto;*/
          height: 62px;
          width: auto;
          display: block;
          margin: 0 auto; }
      /*.item-payment .single-method span {*/
        /*font-size: 20px;*/
        /*margin-bottom: 10px;*/
        /*line-height: 50px;*/
        /*color: #ceceff; }*/
      .item-payment .single-method .item-payment-name {
        font-size: 13px;
        /*margin-top: 10px;*/
        margin-top: 15px;
        /*margin-bottom: 10px;*/
        /*line-height: 50px;*/
        color: #000; }
      .item-payment .single-method .item-payment-sum {
        font-size: 18px;
        margin-bottom: 10px;
        /*line-height: 50px;*/
        /*color: #ffffff;*/
        color: #000;
      }
      .item-payment .single-method:hover, .item-payment .single-method.active {
        border-color: #f9314b;
        background: linear-gradient(180deg, #5FF64B 0%, #62F84C 0.01%, #17C441 100%);
      }
      .item-payment .single-method.single-method_not-active:hover {
        border-color: rgba(4, 92, 240, 0.3);
      }
      .item-payment .single-method.single-method_not-active {
        cursor: not-allowed;
        opacity: .6;
      }
/* Payment-method Area End */
/* Tournaments Area Start */
.tournaments {
  background: #0b122e;
  padding: 112px 0px 118px; }
  .tournaments .section-heading {
    margin-bottom: 58px; }
  .tournaments .info-table {
    margin-top: 60px; }
    .tournaments .info-table .main-box {
      padding: 0px 0px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1); }
      .tournaments .info-table .main-box .main-header-area {
        padding: 25px 30px 26px;
        display: block;
        text-align: center;
        background: #0c1330;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .tournaments .info-table .main-box .main-header-area .nav {
          display: inline-block; }
          .tournaments .info-table .main-box .main-header-area .nav li {
            display: inline-block;
            position: relative; }
            .tournaments .info-table .main-box .main-header-area .nav li::before {
              position: absolute;
              content: "";
              height: 26px;
              width: 4px;
              background: #fff;
              right: -2px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              z-index: 9; }
            .tournaments .info-table .main-box .main-header-area .nav li:last-child::before {
              display: none; }
            .tournaments .info-table .main-box .main-header-area .nav li a {
              margin-bottom: 0px;
              font-size: 28px;
              line-height: 38px;
              font-weight: 700;
              margin: 0px 10px;
              text-transform: uppercase;
              color: #fff; }
              .tournaments .info-table .main-box .main-header-area .nav li a.active {
                color: #f9314b; }
      .tournaments .info-table .main-box .inner-table-content {
        padding: 0px 30px; }
        .tournaments .info-table .main-box .inner-table-content .header-area {
          display: block;
          text-align: center;
          padding: 40px 0px 40px; }
          .tournaments .info-table .main-box .inner-table-content .header-area ul {
            display: inline-block;
            border-radius: 50px;
            padding: 20px 15px;
            -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.2); }
            .tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item {
              display: inline-block; }
              .tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item .nav-link {
                line-height: 50px;
                padding: 0px;
                padding: 0px 50px;
                border-radius: 50px;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                color: #FFF;
                background: #252f5a;
                margin: 0px 5px; }
                .tournaments .info-table .main-box .inner-table-content .header-area ul .nav-item .nav-link.active {
                  background: #f9314b;
                  color: #fff; }
        .tournaments .info-table .main-box .inner-table-content .tab-content {
          margin-top: 0px; }
        .tournaments .info-table .main-box .inner-table-content .table {
          -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
          position: relative; }
          .tournaments .info-table .main-box .inner-table-content .table tr {
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .tournaments .info-table .main-box .inner-table-content .table tr td,
            .tournaments .info-table .main-box .inner-table-content .table tr th {
              border-top: 1px solid rgba(255, 255, 255, 0.09); }
            .tournaments .info-table .main-box .inner-table-content .table tr th {
              font-size: 18px;
              font-weight: 600;
              text-transform: uppercase;
              border-top: 0px;
              border-bottom: 0px;
              padding: 20px 15px;
              background: #12193a;
              color: #fff; }
            .tournaments .info-table .main-box .inner-table-content .table tr td {
              vertical-align: middle;
              padding: 20px 15px;
              font-weight: 600;
              font-size: 18px;
              text-transform: uppercase;
              font-weight: 700;
              color: #a1aed4; }
              .tournaments .info-table .main-box .inner-table-content .table tr td img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                display: inline-block; }
              .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(1) img, .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(3) img, .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(6) img {
                margin-right: 5px; }
              .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(1) {
                color: #fff; }
              .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(3) {
                color: #045cf0; }
              .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(5), .tournaments .info-table .main-box .inner-table-content .table tr td:nth-child(6) {
                color: #f0ad4e; }
              .tournaments .info-table .main-box .inner-table-content .table tr td:last-child {
                color: #f0ad4e; }
            .tournaments .info-table .main-box .inner-table-content .table tr:hover {
              background: #192246; }
      .tournaments .info-table .main-box .info-content {
        padding-bottom: 15px; }
        .tournaments .info-table .main-box .info-content .info-box .title {
          font-size: 24px;
          line-height: 34px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 15px; }
        .tournaments .info-table .main-box .info-content .info-box .text {
          font-size: 20px;
          line-height: 30px;
          font-weight: 300; }
        .tournaments .info-table .main-box .info-content .info-box.two {
          margin-top: 53px; }
        .tournaments .info-table .main-box .info-content .info-box.three {
          margin-top: 53px; }
        .tournaments .info-table .main-box .info-content .mybtn1 {
          margin-top: 16px; }

.tournament-time-box {
  background: #070b28; }
  .tournament-time-box .top-area {
    padding: 23px 30px 23px;
    background: #0b122e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    -webkit-box-shadow: 1.753px -3.595px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1.753px -3.595px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden; }
    .tournament-time-box .top-area .status {
      position: absolute;
      background: #3c26db;
      color: #fff;
      font-size: 18px;
      left: -57px;
      top: 18px;
      line-height: 28px;
      height: 40px;
      line-height: 40px;
      width: 200px;
      text-align: center;
      -webkit-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
      transform: rotate(-41deg); }
    .tournament-time-box .top-area .title {
      font-size: 28px;
      line-height: 38px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .tournament-time-box .top-area .sub-title {
      margin-bottom: 0px;
      text-transform: uppercase;
      color: #f9314b;
      font-size: 18px;
      line-height: 28px; }
  .tournament-time-box .timer-area {
    padding: 50px 30px 76px;
    text-align: center;
    position: relative; }
    .tournament-time-box .timer-area .title {
      font-size: 28px;
      line-height: 38px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .tournament-time-box .timer-area .clock {
      display: inline-block; }
    .tournament-time-box .timer-area .clock2 {
      display: inline-block; }

.clock.flip-clock-wrapper {
  display: inline-block; }

.flip-clock-wrapper {
  width: auto; }

.flip-clock-wrapper ul {
  width: 50px;
  border: 0px;
  position: relative; }

.flip-clock-wrapper ul::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
  border-radius: 3px; }

.flip-clock-wrapper ul li a div div.inn {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #0c132e; }

.flip-clock-divider .flip-clock-label {
  bottom: -38px;
  right: -88px;
  top: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300 !important;
  color: #a1aed4;
  letter-spacing: 2px; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -104px; }

.flip-clock-divider.hours .flip-clock-label {
  right: -94px; }

.flip-clock-dot {
  background: #959ba9; }

/* Tournaments Area End */
/* Bonuses Area Start */
.bonus-area {
  padding: 112px 0px 90px;
  background: #0b122e; }
  .bonus-area .section-heading {
    margin-bottom: 58px; }

.single-bonus {
  height: 350px;
  margin-bottom: 55px;
  display: block;
  text-align: center;
  border: 1px solid #273b71;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-bonus .content img {
    -webkit-animation: opacityAnimation 2s linear infinite;
    animation: opacityAnimation 2s linear infinite;
    display: inline-block;
    margin-bottom: 22px; }
  .single-bonus .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase; }
  .single-bonus .mybtn2 {
    position: absolute;
    display: block;
    height: 50px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }
  .single-bonus:hover {
    border-color: #681f40;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bonuses Area End */
/*Deposit Bonuses Area Start */
.deposit-bonuses {
  padding: 112px 0px 120px;
  background: #070b28; }
  .deposit-bonuses .section-heading {
    margin-bottom: 58px; }

.single-deposit-bonus {
  display: block;
  text-align: center;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 30px 40px 28px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-deposit-bonus .content img {
    display: inline-block;
    margin-bottom: 22px; }
  .single-deposit-bonus .content .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .single-deposit-bonus .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px; }
  .single-deposit-bonus:hover {
    border-color: #681f40;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*Deposit Bonuses Area End */
/* Bonus banner Area Start */
.bonus-banner {
  display: block;
  padding: 112px 0px 120px;
  background: url(../images/bonus/bg-bonus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bonus-banner .mybtn1 {
    margin-top: 42px; }

/* Bonus banner Area End */
/* Awards Area Start */
.awards-area {
  padding: 112px 0px 90px;
  background: #070b28; }
  .awards-area .section-heading {
    margin-bottom: 58px; }

.single-awards {
  margin-bottom: 55px;
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 60px 40px 84px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-awards .content img {
    display: inline-block;
    margin-bottom: 22px; }
  .single-awards .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px; }
  .single-awards .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    border: 1px solid #273b71;
    border-radius: 50px;
    display: inline-block;
    padding: 2px 25px; }
    .single-awards .content p i {
      margin-right: 8px; }
  .single-awards .content .mybtn2 {
    position: absolute;
    display: block;
    height: 50px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }
  .single-awards:hover {
    border-color: #681f40;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Awards Area End */
/*  How Play Area Start */
.how-play {
  padding: 112px 0px 593px;
  background: url(../images/how-play.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .how-play .section-heading {
    margin-bottom: 59px; }

.single-h-play {
  text-align: center; }
  .single-h-play img {
    margin-bottom: 25px;
    display: inline-block;
    height: 100px; }
  .single-h-play .steps {
    font-size: 14px;
    color: #f9314b;
    text-transform: uppercase; }
    .single-h-play .steps i {
      margin-left: 8px; }
  .single-h-play .title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase; }

/*  How Play Area End */


/*  Game Play Area Start */
.game-item {
  /*background: #0b122e;*/
  padding: 150px 0px 15px;
  margin-top: 0px; }
  .game-item .game-item-box {
    /*background: url(../images/lottery-video.png);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*min-height: 495px;*/
    position: relative;
    margin-top: 0px; }
    .game-item .game-item-box .video-icon {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .game-item .game-pay {
    background: url(../images/play/playgame-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*max-height: 495px;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
  .game-item .game-item-btn {
    margin: 10px 0px 15px;
  }

/*  Game Play Area End */

.game-pay .list-order {
  border-bottom: 1px solid #007bff;
  /*border: 1px solid #ddd;*/
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  }

.game-pay .list-order .section-heading .subtitle {
    font-size: 18px;
    color: #000;
  }

.game-pay .list-order img {
  width: 100px;
  }

.game-pay .payment-agreement {

}
[dir="rtl"] .game-pay .payment-agreement {
  text-align: right;
}

.payment-agreement {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.payment-agreement__label {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0;

  color: #000000;
}

.cab-pay-btn {
  min-width: 220px;
  padding:  8px 15px;
  margin-bottom: 20px;
}

.cab-pay-btn:disabled {
  background: inherit;
  opacity: .5;
}

[dir='rtl'] .cab-pay-btn-outer {
  text-align: right;
}

.cab-pay-win {
  font-weight: 300;
  font-size: 24px;

  color: #000000;
}
[dir='rtl'] .cab-pay-win {
text-align: right;
}

.text-bold {
  font-weight: 600;
}


/*  Game Play Area Start */
.game-play {
  /*background: #0b122e;*/
  /*padding: 150px 0px 15px;*/
  margin-top: 0px; }
  .game-play .game-play-title {
    padding: 10px 0px 10px;
  }
  .game-play .game-play-box {
    /*background: url(../images/play-bg.png);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    min-height: 495px;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
    }
  .game-play .game-play-box-table {
    padding-left: 25px;
    padding-right: 25px;
    }
    .game-play .game-play-box .video-icon {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .game-play .game-pay {
    background: url(../images/play/playgame-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*max-height: 495px;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
  .game-play .game-play-btn {
    margin: 0px 0px 5px;
  }
  .game-play .game-play-table {
    border: 1px solid #cccde9;
    margin: 10px 0px 10px;
  }
  .game-play .game-play-scrach {
    /*border: 1px solid #cccde9;*/
    margin: 10px 0px 0px;
    min-height: 500px;
  }
/*  Game Play Area End */


/*  Game Play Area Start */
.cab-history {
  background: #dee2e6;
  padding: 150px 0px 15px;
  margin-top: 0px; }
  .cab-history .cab-history-title {
    padding: 10px 0px 10px;
  }
  .cab-history .cab-history-box {
    /*background: url(../images/play-bg.png);*/
    background: url(../images/BgCardsDesk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 495px;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    }
    .cab-history .cab-history-box .video-icon {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cab-history .game-pay {
    background: url(../images/play/playgame-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*max-height: 495px;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
  .cab-history .cab-history-btn {
    margin: 0px 0px 5px;
  }
  .cab-history .cab-history-table {
    border: 1px solid #cccde9;
    margin: 10px 0px 10px;
  }
  .cab-history .cab-history-scrach {
    /*border: 1px solid #cccde9;*/
    margin: 10px 0px 0px;
    min-height: 500px;
  }
/*  Game Play Area End */




/*  Game Description Area Start */
.game-description {
   }
[dir="rtl"] .game-description {
        text-align: right; }
.game-description .desc-title p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
  .game-description .desc-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .game-description .desc-text p strong{
    font-weight: 700;
  }

.game-description .desc-text.desc-text__name p {
  font-weight: 400;
}
.game-description .desc-text.desc-text__price p {
  font-weight: 500;
}
.game-description .desc-text.desc-text__max-win p {
  font-weight: 800;
  font-size: 22px;
  color: #0FBE40;
}

.desc-text .desc-text__bold {
  font-weight: 800;
}

/* More specific rule for the jackpot sum text */
.game-description-desktop .desc-text.jackpot-sum p {
    font-size: 1.5rem;
    color: #0FBE40 !important;
    font-weight: bold;
}

/* More specific rule for the jackpot sum text */
.game-description-mobile .desc-text.jackpot-sum p {
    font-size: 1.5rem;
    color: #0FBE40 !important;
    font-weight: bold;
}

/*  Game Description  Area End */

/*  Balance area Start */
.cab-balance {
  background: #0b122e;
  padding: 90px 0px 15px;
  margin-top: 80px; }
  .cab-balance .cab-balance-box {
    background: url(../images/play-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 495px;
    position: relative;
    padding: 20px 10px 20px;
  }
    .cab-balance .cab-balance-box{
      /*top: 50%;*/
      /*left: 50%;*/
      /*-webkit-transform: translate(-50%, -50%);*/
      /*-ms-transform: translate(-50%, -50%);*/
      /*transform: translate(-50%, -50%); */
    }
  /*.cab-balance .game-pay {*/
    /*background: url(../images/play/playgame-bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*!*max-height: 495px;*!*/
    /*position: relative;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px; }*/
/*  Balance area Start */

/*  Affiliate Process area Start */
.affiliate-process {
  padding: 0px 0px 112px;
  background: #0b122e;
  margin-top: -80px; }

.single-process {
  padding: 40px 40px 39px;
  background: #141e47;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-process img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 21px; }
  .single-process .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .single-process .text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 0px; }
  .single-process .num {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 200px;
    line-height: 200px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.05); }
  .single-process:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*  Affiliate Process area End */
/* Features Area Start */
.affiliate-program {
  background: #0b122e;
  padding: 0px 0px 90px; }
  .affiliate-program .section-heading {
    margin-bottom: 51px; }
  .affiliate-program .single-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #273b71;
    border-radius: 10px;
    padding: 45px 30px 45px 45px;
    background: none;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .affiliate-program .single-program .icon {
      margin-right: 45px;
      margin-bottom: 0px;
      background: #242e5a;
      width: 125px;
      height: 125px;
      line-height: 120px;
      position: relative; }
      .affiliate-program .single-program .icon::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 10px solid #1c2748;
        border-radius: 50%; }
      .affiliate-program .single-program .icon::before {
        position: absolute;
        content: "";
        top: 3%;
        left: 3%;
        width: 94%;
        height: 94%;
        border: 1px dashed rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        z-index: 1; }
      .affiliate-program .single-program .icon.one {
        border: 7px solid #f9314b;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .affiliate-program .single-program .icon.two {
        border: 7px solid #f67a1f;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .affiliate-program .single-program .icon.three {
        border: 7px solid #bc2cdd;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .affiliate-program .single-program .icon.four {
        border: 7px solid #6efcc3;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 110px;
        -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 15px rgba(110, 252, 195, 0.2);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .affiliate-program .single-program .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .affiliate-program .single-program .content .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFF;
        margin-bottom: 15px; }
      .affiliate-program .single-program .content .link {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        color: #a1aed4;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .affiliate-program .single-program .content .link i {
          font-size: 14px;
          position: relative;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .affiliate-program .single-program .content .link i::after {
            position: absolute;
            content: "";
            top: 5px;
            left: 0;
            height: 3px;
            width: 80%;
            background: #a1aed4;
            border-radius: 50px; }
        .affiliate-program .single-program .content .link:hover {
          color: #f9314b; }
          .affiliate-program .single-program .content .link:hover i {
            color: #f9314b;
            padding-left: 10px; }
            .affiliate-program .single-program .content .link:hover i::after {
              background: #f9314b; }
    .affiliate-program .single-program:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
      .affiliate-program .single-program:hover .icon.one {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2); }
      .affiliate-program .single-program:hover .icon.two {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2); }
      .affiliate-program .single-program:hover .icon.three {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2); }
      .affiliate-program .single-program:hover .icon.four {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2);
        box-shadow: 0px 0px 0px 15px rgba(110, 252, 195, 0.2), 0px 0px 0px 30px rgba(110, 252, 195, 0.2); }

/* Features Area End */

/* Ref Commission Area Start  */
.ref-commission {
  padding: 113px 0px 120px;
  background: #070b28;
  position: relative; }
  .ref-commission .ab-img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 40%; }
  .ref-commission .section-heading {
    text-align: left; }
  .ref-commission .mybtn1 {
    margin-top: 22px; }

/* Ref Commission Area End  */
/* Marketing Tools Area Start */
.marketing-tools {
  padding: 112px 0px 86px;
  background: #0b122e; }
  .marketing-tools .section-heading {
    margin-bottom: 58px; }
  .marketing-tools .single-tools {
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .marketing-tools .single-tools .icon img {
      display: inline-block; }
    .marketing-tools .single-tools .content .title {
      font-size: 28px;
      line-height: 38px;
      font-weight: 600;
      text-transform: uppercase;
      color: #FFF;
      margin-bottom: 15px;
      margin-top: 21px; }
    .marketing-tools .single-tools .content .text {
      font-size: 18px;
      line-height: 28px; }
    .marketing-tools .single-tools:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Marketing Tools Area End */
/*Testimonial Area CSS Start*/
.testimonial {
  padding: 113px 0px 120px;
  position: relative; }
  .testimonial::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    background: #070b28; }
  .testimonial .section-heading {
    margin-bottom: 58px; }
  .testimonial .testimonial-slider {
    position: relative; }
    .testimonial .testimonial-slider::after {
      position: absolute;
      content: "";
      bottom: -15px;
      left: 3%;
      width: 94%;
      height: 100%;
      border-radius: 6px;
      z-index: -10;
      background: rgba(255, 255, 255, 0.08); }
    .testimonial .testimonial-slider::before {
      position: absolute;
      content: "";
      bottom: -30px;
      left: 5%;
      width: 90%;
      height: 100%;
      border-radius: 6px;
      z-index: -10;
      background: rgba(255, 255, 255, 0.08); }
  .testimonial .single-testimonial {
    text-align: center;
    background: #0b122e;
    padding: 40px 30px 39px;
    border-radius: 6px; }
    .testimonial .single-testimonial .people {
      margin-bottom: 14px; }
      .testimonial .single-testimonial .people .img {
        display: inline-block; }
        .testimonial .single-testimonial .people .img img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          border: 5px solid #f9314b; }
      .testimonial .single-testimonial .people .title {
        margin-top: 23px;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0px; }
      .testimonial .single-testimonial .people .designation {
        font-size: 14px;
        line-height: 24px;
        color: #f9314b;
        margin-bottom: 0px;
        text-transform: uppercase; }
    .testimonial .single-testimonial .review-text p {
      margin-bottom: 0px;
      color: #fff;
      font-size: 28px;
      line-height: 38px;
      font-weight: 300; }
  .testimonial .owl-controls {
    position: relative; }
    .testimonial .owl-controls .owl-nav {
      position: absolute;
      top: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block; }
      .testimonial .owl-controls .owl-nav .owl-prev,
      .testimonial .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border: 1px solid #273b71;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        margin: 0px 10px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .testimonial .owl-controls .owl-nav .owl-prev:hover,
        .testimonial .owl-controls .owl-nav .owl-next:hover {
          -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
          border-color: #681f40; }

/*Testimonial Area CSS End*/
/* Serch Area Start */
.serch-area {
  background: #0b122e; }
  .serch-area .serch-box {
    padding: 40px 50px 40px;
    position: relative;
    top: -56px;
    border-radius: 70px;
    background-color: #1c294e;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3); }
    .serch-area .serch-box .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .serch-area .serch-box .list li.input-field {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .serch-area .serch-box .list li.input-field input {
          width: 100%;
          border: 0px;
          height: 50px;
          color: #a1aed4;
          background: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .serch-area .serch-box .list li.input-field input::-webkit-input-placeholder {
            color: #a1aed4; }
          .serch-area .serch-box .list li.input-field input:-moz-placeholder {
            color: #a1aed4; }
          .serch-area .serch-box .list li.input-field input::-moz-placeholder {
            color: #a1aed4; }
          .serch-area .serch-box .list li.input-field input:-ms-input-placeholder {
            color: #a1aed4; }
      .serch-area .serch-box .list li.button {
        width: 190px;
        margin-left: 30px; }
        .serch-area .serch-box .list li.button .mybtn1 {
          display: block;
          width: 100%; }

/* Serch Area End */
/* Help Section Area Start */
.help-section {
  padding: 65px 0px 120px;
  background: #0b122e; }
  .help-section .help-box {
    padding: 45px 60px 60px;
    border-radius: 7px;
    background: #070b28; }
    .help-section .help-box .help-box-inner .title {
      font-size: 50px;
      line-height: 60px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 29px;
      text-transform: uppercase; }
    .help-section .help-box .help-box-inner .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .help-section .help-box .help-box-inner .content .writer-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .help-section .help-box .help-box-inner .content .writer-profile img {
          margin-right: 30px;
          width: 65px;
          height: 65px;
          border-radius: 50%; }
        .help-section .help-box .help-box-inner .content .writer-profile .writer-content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
          .help-section .help-box .help-box-inner .content .writer-profile .writer-content .w-name {
            margin-bottom: 0px;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff; }
            .help-section .help-box .help-box-inner .content .writer-profile .writer-content .w-name a {
              color: #31b3f6; }
          .help-section .help-box .help-box-inner .content .writer-profile .writer-content p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 0px; }
    .help-section .help-box .help-box-inner:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .help-section .help-box .help-box-inner2-hearer {
      margin-top: 72px; }
      .help-section .help-box .help-box-inner2-hearer .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0px; }
    .help-section .help-box .help-box-inner2 {
      margin-top: 36px;
      background: #0b122e; }
      .help-section .help-box .help-box-inner2 .single-artical {
        padding: 22px 30px 30px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        border-bottom: 1px solid #18234c; }
        .help-section .help-box .help-box-inner2 .single-artical:first-child {
          border-top: 1px solid #18234c; }
        .help-section .help-box .help-box-inner2 .single-artical .content .title {
          font-size: 28px;
          line-height: 38px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 21px; }
        .help-section .help-box .help-box-inner2 .single-artical .writer-profile {
          margin-top: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .help-section .help-box .help-box-inner2 .single-artical .writer-profile img {
            margin-right: 30px;
            width: 65px;
            height: 65px;
            border-radius: 50%; }
          .help-section .help-box .help-box-inner2 .single-artical .writer-profile .writer-content {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
            .help-section .help-box .help-box-inner2 .single-artical .writer-profile .writer-content .w-name {
              margin-bottom: 0px;
              font-size: 18px;
              line-height: 28px;
              font-weight: 700;
              text-transform: uppercase;
              color: #fff; }
              .help-section .help-box .help-box-inner2 .single-artical .writer-profile .writer-content .w-name a {
                color: #31b3f6; }
            .help-section .help-box .help-box-inner2 .single-artical .writer-profile .writer-content p {
              font-size: 16px;
              line-height: 26px;
              margin-bottom: 0px; }
    .help-section .help-box .help-box-inner3-hearer {
      margin-top: 72px; }
      .help-section .help-box .help-box-inner3-hearer .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0px; }

.help-section.writter-artical-details .help-box {
  padding: 0px 60px 12px !important; }
  .help-section.writter-artical-details .help-box .help-box-inner2 {
    padding-top: 26px;
    background: none;
    border: none; }
    .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical {
      border: 0px;
      padding: 0px;
      margin-bottom: 24px;
      background: none;
      border: none; }
      .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .top-title {
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 29px;
        text-transform: uppercase; }
      .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile img {
          margin-right: 30px;
          width: 65px;
          height: 65px;
          border-radius: 50%; }
        .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile .writer-content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
          .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile .writer-content .w-name {
            margin-bottom: 0px;
            font-size: 28px;
            line-height: 38px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff; }
            .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile .writer-content .w-name a {
              color: #31b3f6; }
          .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .writer-profile .writer-content p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 0px; }
      .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .inner-content {
        margin-top: 70px; }
        .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .inner-content .title {
          font-size: 24px;
          font-weight: 700;
          color: #31b3f6;
          margin-bottom: 12px;
          margin-top: 36px; }
      .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .footer-content {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 46px;
        padding-top: 32px;
        text-align: center; }
        .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .footer-content .heading {
          font-size: 22px;
          line-height: 32px;
          font-weight: 600;
          color: #9da1b9;
          margin-bottom: 6px; }
        .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .footer-content .emojis {
          display: inline-block;
          margin-top: 15px;
          margin-bottom: 0px; }
          .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .footer-content .emojis li {
            display: inline-block;
            margin-bottom: 0px; }
            .help-section.writter-artical-details .help-box .help-box-inner2 .single-artical .footer-content .emojis li a {
              font-size: 32px;
              line-height: 42px;
              color: #e7b401;
              margin: 0px 7px;
              margin-bottom: 0px; }

/* Help Section Area End */

/* Contact Area Start */
.ui-contact {
  /*margin-top: 0px;*/
  /*padding: 5px 0px 0px 0px;*/
  /*background: linear-gradient(to bottom, var(--featured-game-bg-color-1) 50%, var(--featured-game-bg-color-2) 100%);*/
  /*position: relative;*/
  min-height: 670px;
  font-size: 14px;
  }
  .ui-contact .title.title__like-btn {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 24px;
    color: #fff;
    padding: 10px 35px;
    line-height: 1.4;
    border-radius: 50px;
    display: inline-block;
    background: var(--main-color);
  }

  /*[dir="rtl"] .ui-contact .title.title__like-btn {*/
    /*margin-right: 15px;*/
  /*}*/


  .ui-contact .left-img {
    /*position: absolute;*/
    /*!*top: 375px;*!*/
    /*top: 100px;*/
    /*left: 100px;*/
    /*max-width: 520px;*/
    width: 100%;
  }
  .ui-contact .section-heading {
    margin-bottom: 90px; }
  .ui-contact .contact-form-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    }
    .ui-contact .contact-form-wrapper .contact-box {
      position: relative;
      z-index: 9;
      background: #fff;
      box-shadow: -6px 12px 14px 8px rgba(0, 0, 0, 0.2);
      padding: 32px 30px 40px;
      border-radius: 10px;
      border: 1px solid #000;
    }
      /*-webkit-box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2);*/
      /*box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2); }*/
      .ui-contact .contact-form-wrapper .contact-box .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        color: #000;
        margin-bottom: 16px; }
      .ui-contact .contact-form-wrapper .contact-box .input-field {
        width: 100%;
        border: 0px;
        height: 50px;
        color: #000;
        background: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 22px; }
        .ui-contact .contact-form-wrapper .contact-box .input-field::-webkit-input-placeholder {
          color: #000; }
        .ui-contact .contact-form-wrapper .contact-box .input-field:-moz-placeholder {
          color: #000; }
        .ui-contact .contact-form-wrapper .contact-box .input-field::-moz-placeholder {
          color: #000; }
        .ui-contact .contact-form-wrapper .contact-box .input-field:-ms-input-placeholder {
          color: #000; }
        .ui-contact .contact-form-wrapper .contact-box .input-field.textarea {
          height: 120px;
          resize: none; }
      .ui-contact .contact-form-wrapper .contact-box .mybtn1 {
        background: #000;
        margin-top: 11px; }

/* Contact Area End */
/* 404 Area Start */
.four-zero-four {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #070b28;
  position: relative; }
  .four-zero-four .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .four-zero-four .content {
    text-align: center; }
    .four-zero-four .content img {
      display: inline-block;
      margin-bottom: 50px; }
    .four-zero-four .content .inner-content .title {
      font-size: 36px;
      line-height: 46px;
      font-weight: 700;
      color: #dfe3ff; }
    .four-zero-four .content .inner-content .mybtn1 {
      margin-top: 38px;
      display: inline-block; }

/* 404 Area End */
/* faq-section css start */
.faq-section {
  background: #0b122e;
  padding: 111px 0px 120px; }
  .faq-section .card {
    background: #1c294e !important; }
  .faq-section .section-heading {
    margin-bottom: 53px; }
    .faq-section .section-heading .subtitle {
      margin-bottom: 15px; }

.faq-wrapper .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.faq-wrapper .tab-content {
  padding: 0 150px; }

.faq-wrapper .nav-item .nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #1c294e;
  text-transform: uppercase;
  padding: 8px 30px;
  margin: 5px 10px;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4); }

.faq-wrapper .nav-item .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
  background: -webkit-linear-gradient(left, #ff344d, #d2273c);
  background: -o-linear-gradient(left, #ff344d, #d2273c);
  background: linear-gradient(to right, #ff344d, #d2273c); }

.faq-wrapper .nav-item + .nav-item {
  margin-left: 0px; }

.faq-wrapper .tab-content {
  margin-top: 37px; }


.faq__item {
  margin-bottom: 25px;
  color: #000;
}
.faq__item_q_info {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.faq__item_a_info {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}

.faq-heading {
  margin-bottom: 45px;
}

.sorteo-accordion .card-header {
  padding: 0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px; }

.sorteo-accordion .card-header .btn-link {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #1c294e;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 50px; }

.sorteo-accordion .card-header .btn-link.collapsed::before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 15px;
  right: 30px;
  font-size: 22px;
  color: #85878f; }

.sorteo-accordion .card-header .btn-link::before {
  position: absolute;
  content: "\f106";
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 15px;
  right: 30px;
  color: #85878f; }

.sorteo-accordion .card .card-header {
  border: none; }

.sorteo-accordion .card-body {
  margin-top: 10px;
  padding: 20px 50px; }

.sorteo-accordion .card-header .btn-link:hover,
.sorteo-accordion .card-header .btn-link:focus {
  text-decoration: none; }

.sorteo-accordion .card-header .btn-link i {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: #31b3f6;
  -webkit-box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(6, 97, 144, 0.3);
  box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(6, 97, 144, 0.3);
  border-color: 1px solid rgba(198, 198, 198, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  border-radius: 50%; }

.sorteo-accordion .card {
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
  border-radius: 30px; }

.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }

.accordion .card:first-of-type {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }

.sorteo-accordion .card + .card {
  margin-top: 15px; }

/* faq-section css end */
/* login modal Area Start */
.login-modal .modal-dialog .modal-content {
  background: #fff;
  border: 3px solid var(--main-color);
  border-radius: 10px; }
  .login-modal .modal-dialog .modal-content .modal-body {
    padding: 0px; }
    .login-modal .modal-dialog .modal-content .modal-body .logo-area {
      display: block;
      text-align: center;
      position: relative; }
      .login-modal .modal-dialog .modal-content .modal-body .logo-area::after {
        position: absolute;
        content: "";
        width: 135px;
        height: 135px;
        border-radius: 50%;
        background: #fff;
        top: -65px;
        left: 050%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .login-modal .modal-dialog .modal-content .modal-body .logo-area img {
        display: inline-block;
        max-width: 120px;
        width: 100px;
        position: relative;
        z-index: 9;
        top: -13px; }
    .login-modal .modal-dialog .modal-content .modal-body .header-area {
      padding: 15px 30px 5px;
      position: relative;
      z-index: 9;
      text-align: center; }
      .login-modal .modal-dialog .modal-content .modal-body .header-area .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .login-modal .modal-dialog .modal-content .modal-body .header-area .sub-title {
        font-size: 24px;
        line-height: 34px;
        color: #000;
        font-weight: 300; }
    .login-modal .modal-dialog .modal-content .modal-body .form-area {
      padding: 0px 30px 10px; }
    [dir="rtl"] .login-modal .modal-dialog .modal-content .modal-body .form-area {
      text-align: right;
      }

      .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group {
        margin-bottom: 5px; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box label {
            font-size: 16px;
            font-weight: 400;
            color: #a1aed4;
            text-transform: capitalize; }
          .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .box a {
            font-size: 16px;
            font-weight: 400;
            color: #a1aed4;
            text-transform: capitalize; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label {
          font-size: 14px;
          font-weight: 400;
          color: #a1aed4;
          text-transform: capitalize; }
          .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label a {
            color: #f9314b; }
      /*.login-modal .modal-dialog .modal-content .modal-body .form-area label {*/
      /*  font-size: 18px;*/
      /*  line-height: 18px;*/
      /*  color: #fff;*/
      /*  font-weight: 600;*/
      /*  margin-bottom: 4px; }*/
      .login-modal .modal-dialog .modal-content .modal-body .form-area .input-field {
        width: 100%;
        border: 0px;
        height: 30px;
        font-size: 14px;
        color: #a1aed4;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 5px; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-webkit-input-placeholder {
          color: #a1aed4; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .input-field:-moz-placeholder {
          color: #a1aed4; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-moz-placeholder {
          color: #a1aed4; }
        .login-modal .modal-dialog .modal-content .modal-body .form-area .input-field:-ms-input-placeholder {
          color: #a1aed4; }
      .login-modal .modal-dialog .modal-content .modal-body .form-area select {
        margin-top: 8px;
        width: 100%;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        background: #273261;
        padding: 0px 30px;
        color: #fff;
        text-transform: uppercase; }
      .login-modal .modal-dialog .modal-content .modal-body .form-area .mybtn1 {
        margin-top: 22px;
        /*display: block;*/
        /*width: 100%; }*/
      }
    .login-modal .modal-dialog .modal-content .modal-body .form-footer {
      text-align: center;
      padding: 0px 30px 6px; }
      /*.login-modal .modal-dialog .modal-content .modal-body .form-footer a {*/
      /*  -webkit-transition: all 0.3s ease-in;*/
      /*  -o-transition: all 0.3s ease-in;*/
      /*  transition: all 0.3s ease-in;*/
      /*  color: #000;*/
      /*  color: #fff; }*/
      /*  .login-modal .modal-dialog .modal-content .modal-body .form-footer a i {*/
      /*    font-size: 14px; }*/
      /*  .login-modal .modal-dialog .modal-content .modal-body .form-footer a:hover {*/
      /*    color: var(--main-color); }*/

.login-modal.sign-in .modal-body .form-area {
  padding-bottom: 18px !important; }

.modal-dialog .modal-content {
  position: static; }

.modal-dialog .modal-content .close {
  opacity: 1;
  position: absolute;
  right: 9px;
  z-index: 9; }
.modal-dialog-close__img {
    max-width: 43px;
}
.modal-dialog .modal-content .close span {
  color: var(--main-color);
  font-size: 36px; }

.order-game .game-counter {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 35px;
  display: inline-block;
  /*color: #fff;*/
  border: 0px;
  /*border-radius: 50px;*/
  cursor: pointer;
  /*-webkit-transition: all 0.3s ease-in;*/
  /*-o-transition: all 0.3s ease-in;*/
  /*transition: all 0.3s ease-in;*/
  /*background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));*/
  /*background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);*/
  /*background-image: -o-linear-gradient(right, #ff344d, #d2273c);*/
  /*background-image: linear-gradient(to left, #ff344d, #d2273c);*/
}

.order-game .game-counter-button {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background-image: -o-linear-gradient(right, #ff344d, #d2273c);
  background-image: linear-gradient(to left, #ff344d, #d2273c); }
  .game-counter-button:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
    background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
    background-image: -o-linear-gradient(left, #ff344d, #d2273c);
    background-image: linear-gradient(to right, #ff344d, #d2273c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

/* login modal Area End */
.head-languag:focus {
  outline: none;
}

@media (max-width: 768px) {
    .head-state {
        top: 5px; /* Adjust this value to position it correctly */
    }
}

.head-state {
    background: none;
    color: #fff;
    border: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 9px 15px;
}
.head-state-before::before{
  content: '>';
  color: #111111;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.head-state:focus{
  outline: 0px;
}

.head-state .icon-down {
  display: inline-block;
  margin: 0 2px;
}
  .dropdown-menu.dropdown-menu_head-state {
      left: 20px;
      background: #fff;
      padding: 0px;
      min-width: 0;
      border-radius: 8px;
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    }
    .head-state .dropdown-item {
        /*margin-right: 15px;*/
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
      border-radius: 8px;
    }
    .head-state .dropdown-item a {
        font-size: 16px;
        color: #111111;
        /*margin-right: 30px;*/
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-state .dropdown-item:hover,
    .head-state .dropdown-item.active {
      background: lightgray;
    }
    .head-state .dropdown-item:hover a,
    .head-state .dropdown-item.active a {
      color: #111111;
    }
    [dir="rtl"] .head-state .dropdown-item a {
      margin-left: 20px;
      margin-right: 0;
      color: #111111;
    }

    .header-state-wrap {
      margin-right: 30px;
    }

    .head-state__current {
      font-weight: 300;
      font-size: 12px;
      color: #111111;
      text-transform: uppercase;
    }

/*    yonash*/

.mobile-buttons-row {
    display: flex;
    justify-content: center; /* Center items horizontally */
    align-items: center;      /* Align items vertically */
    width: 100%;
    position: relative;
}

.shop-card-container {
    position: absolute;
    left: 0;                  /* Align shop card to the left */
    display: flex;
    align-items: center;
}

.navbar-brand-mobile {
    position: relative;
    margin-right: 10px;
}

.wishlist {
    position: absolute;
    right: -0.6rem;
    top: -0.3rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
    background: #80ea4e;
    text-align: center;
    border-radius: 50%;
    color: black;
}

.mob-menu {
    text-align: center;
    width: auto;              /* Auto width for the Logout button */
}


.head-languag {
    background: none;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 13px;
}



.head-languag .icon-down {
  display: inline-block;
  margin: 0 2px;
}
  .dropdown-menu.dropdown-menu_head-languag {
      background: #ffffff;
      padding: 10px;
    }
    .head-languag .dropdown-item {
        /*margin-right: 15px;*/
        padding: 0.25rem 0rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 9px;
    }
    .head-languag .dropdown-item a {
        font-size: 10px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-languag .dropdown-item:hover,
    .head-languag .dropdown-item.active {
      background: #ffffff;
    }
    .head-languag .dropdown-item:hover a,
    .head-languag .dropdown-item.active a {
      color: var(--main-green);
    }
    [dir="rtl"] .head-languag .dropdown-item a {
      margin-left: 20px;
      margin-right: 0;
      color: #000000;
    }


.flag-icon {
  border-radius: 5px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 2.5em;
    line-height: 1em;
    margin-right: 5px;
}
.flag-icon:before {
    content: '\00a0'
}
.flag-icon.flag-icon-squared {
    width: 1em
}
.flag-dropdown {
    padding-top: 5px;
}
  .head-languag .active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  .head-state .active {
    color: #000000;
    text-decoration: none;
    background-color: #000000;
  }
  /*.head-languag .dropdown-item:hover {*/
  /*  background-color: #cacaca;*/
  /*}*/
button.double-down-arrow::before{
  content: '';
  display: inline-block;
  background-size: contain;
  transform: rotate(270deg);
  background: url(../images/double_arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/*.scratch-box {*/
	/*margin-top: 30px;*/
	/*margin-bottom: 30px;*/
	/*text-align: center;*/
/*}*/
.game-play-scrach .scratch {
	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
	padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.scratch img {
    width: 100%;
    max-width: 100%;
  max-height: 100%;
}

.container-scratch {
  position: relative;
  height: 100%;
}

.scratch-canvas-wrap {
  padding: 0;
  position: absolute;
   height: 100%;
}

/*@media (max-width:767px) {*/
    /*.container-scratch{*/
        /*width: 366px;*/
    /*}*/
/*}*/

.tranzila-frame {
  border: none;
  margin-left: auto;
  margin-right: auto;
}


/*  Footer Area Start */
.payment_fail_page {
  background: #131b50;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 200px 0px 30px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
[dir="rtl"] .payment_fail_page {
  text-align: right;
}

  .payment_fail_page .section-heading {
    margin-bottom: 58px; }
  .payment_fail_page .mybtn2 {
    text-align: center;
    padding: 0px;
    margin-top: 60px; }
  .payment_fail_page .mybtn6 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    margin-top: 60px; }
/*  Fotter Area End */

/* Featured Game Area Start */
.cabb-page {
  color: black;
  margin: 0px 0px 0px;
  padding: 80px 0px 0px;
  /*background: url(../images/featuredgame-bg.webp);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .cabb-page .section-heading {
    margin-bottom: 44px; }
  .cabb-page .card-title {
    color: black;
  }
  .cabb-page .card {
    border: none;
  }
  .cabb-page .table-cabb {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    overflow: auto;
  }

  .cabb-page .table td {
    padding: 0.25rem;
  }

  .cabb-page .mybtn_cabb1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
    line-height: 1;
  }
  .cabb-page .container_cabb {
    /*max-width: 1200px;*/
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
  }
/* Featured Game Area End */

/* Area */
.game-play-table .mark-item i {
  font-size: 12px;
  color: #000;
  }
  .game-play-table .ui-td {
    padding-left: 5px;
    padding-right: 5px;
    }


  .game-play-table .pending-dot {
    width: 20px;
    height: 15px;
    margin-top: 0px;
    }
  .game-play-table .ui-btn_ticket_info:hover {
    cursor: pointer;
  }

/* auth Area Start */
.auth-pages {
  background: #131b50;
  border: 1px solid #273b71;
  border-radius: 10px;
  padding: 180px 0px 30px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
[dir="rtl"] .auth-pages {
  text-align: right;
}
  .auth-pages .section-heading {
    margin-bottom: 58px; }
  .auth-pages .mybtn2 {
    text-align: center;
    padding: 0px;
    margin-top: 60px; }
  .auth-pages .login-box, .register-box {
    width: 360px;
  }
  .auth-pages .login-box .h1, h1 {
    font-size: 2.5rem;
    color: #273b71;
  }
.btn-mobile_later {
  margin-top: 10px;
}


/* auth Area End */


.login-page, .register-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-table_tickets {
  height: 500px;
}

.ui-table_tickets .ui-btn_ticket_info .ui-mark {
  visibility: hidden;
  font-size: 24px;
}

.ui-table_tickets .ui-btn_ticket_info.active .ui-mark {
  visibility: visible;
}

.ui-tsum {
  font-size: 24px;
}

.ui-prevent-user {
  pointer-events: none;
  user-select: none;
}

.js-scratch_box {
  min-height: 300px;
}


.law__doc {
    display: block;
    height: 700px;
    margin-bottom: 60px;
    position: relative;
    margin-top: 40px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    line-height: 0;
}

.guide__content-inner {
    position: relative;
    height: 100%;
    margin-top: 40px;
    padding: 0;
    /* padding-bottom: 30px; */
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.guide__content-pdf-page {
    height: 100%;
}

.ui-box_message {

}

/* feedback */
.ui__modal_feedback_replay .modal-dialog {
    width: 734px;
    max-width: 600px;
    color: #000000;
}


.ui__modal_feedback_replay .modal-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.ui__modal_feedback_replay-item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #2BA589;
    background-color: #fff;
}

.ui__modal_feedback_replay-content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    min-height: 120px;
}

.ui__modal_feedback_replay-lang {
    margin-top: 5px;
    margin-bottom: 20px;
}

.ui__mfeedback_replay-caption {
    margin-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 19px;
    font-family: 'Core Sans NR 55', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    color: #54595c;
    text-decoration: none;
    border-bottom: 1px solid #2BA589;
}

.ui__mfeedback_replay-items {
    margin-top: 5px;
    font-size: 15px;
}

.ui__mfeedback_replay-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.ui__mfeedback_replay-item-caption {
    display: inline-block;
    width: auto;
    color: #15b284;
}

.ui__mfeedback_replay-item-text {
    display: inline-block;
    width: auto;
}

.ui__mfeedback_replay-items-textarea {
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
/* feedback END*/

.container-cabb {
  padding-left: 25px;
  padding-right: 25px;
}

/*  Game Play Area Start */
.cab-withdraw {
  min-height: calc(100vh - 38px);
  display: flex;
  align-items: center;
  justify-content: center;

  /*background: #dee2e6;*/
  /*padding: 150px 0px 15px;*/
  margin-top: 0px;
  color: black;
  }
  .cab-withdraw .cab-withdraw-title {
    padding: 10px 0px 10px;
  }
  .cab-withdraw .cab-withdraw-box {
    /*background: url(../images/play-bg.png);*/
    /*background: url(../images/BgCardsDesk.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    min-height: 670px;
    position: relative;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 14px;
  }
  .cab-withdraw .card-secondary {
    color: black;
  }
  .cab-withdraw .card-title {
    color: black;
  }
  .cab-withdraw .cab-withdraw-btn {
    padding-bottom: 15px;
    padding-top: 0px;
    margin-top: -30px;
  }
  .mybtn8 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-image: -webkit-gradient(linear, right top, left top, from(#16b41b), to(#16b41b));
    background-image: -webkit-linear-gradient(right, #16b41b, #16b41b);
    background-image: -o-linear-gradient(right, #16b41b, #16b41b);
    background-image: linear-gradient(to left, #16b41b, #16b41b); }
    .mybtn8:hover {
      background: -webkit-gradient(linear, left top, right top, from(#34ff4d), to(#27d23c));
      background: -webkit-linear-gradient(left, #34ff4d, #27d23c);
      background: -o-linear-gradient(left, #34ff4d, #27d23c);
      background: linear-gradient(to right, #34ff4d, #27d23c);
      color: #fff;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .mybtn8.disabled {
    color: black;
      pointer-events: none;
      cursor: not-allowed;
      background: gray;
      opacity: .5;
  }

[dir="rtl"] .card-secondary {
    text-align: right;
}

.ui-payadd_info {
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 10px;
}

[dir="rtl"] .ui-payadd_info {
  text-align: right;
}

.custom-file-label {
  padding-right: 90px;
}

[dir="rtl"] .ui-file-input {
  border-top-rigth-radius: 0.25rem !important;
  border-bottom-rigth-radius: 0.25rem !important;

  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cab-withdraw .form-group {
  margin-bottom: 0rem;
}

/*.container-cabb .head-languag {*/
  /*color: #212529*/
/*}*/

.cabb-page-btnexp {
  margin-right: 1rem;
  margin-left: 1rem;
}

.navbar-light {
    /*background-color: #f8f9fa;*/
    background-color: #fff;
}


.header.ui-cabb .count {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  top: 15px;
  right: 15px;
  /*background: var(--main-color);*/
  background: #fc0000;

  font-size: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  z-index: 7;
}

.full-height-without-footer {
  min-height: calc(100vh - 138px);
}


.btn_call_centr_wa {
    position:fixed;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    /*color: #15b284;*/
    /*background-color: #54595c;*/
    color: #fff;
}

.btn_call_centr_wa:hover
{
    border: 1px solid #eaeaea;
}

@media (max-width: 570px) {
    .btn_call_centr_wa {
        /*display:none;*/
    }
}

.modal-backdrop {
  height: calc(100% - var(--header-padding));
  top: var(--header-padding);
  z-index: 99;
}

.main-modal {
  height: calc(100% - var(--header-padding));
  top: var(--header-padding);
  background: #5A5A5A;
  z-index: 100;
}

.main-modal__inner {
  /*height: calc(100vh - var(--header-padding) - (48px * 2));*/
  min-height: calc(100vh - var(--header-padding) - (48px * 2));
  width: auto;
  max-width: 100%;
  margin: 48px;
  background: #7D7D7D;
  position: relative;
}

.main-modal__inner:after,
.main-modal__inner:before {
  content: none;
}

.main-modal-content {
  background: none;
  border: none;
  text-align: center;
}

.modal-dialog-close {
  float: none;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 222;
  cursor: pointer;
}
.main-modal-body {
  max-width: 100%;
  margin: 0 auto;
  width: 1140px;
  padding: 0 30px;
  position: static;
}

.main-modal-body.main-modal-body_sm {
  width: 580px;
}

.main-modal-title {
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.main-modal-title.main-modal-title_login {
  margin-bottom: 70px;
}

.main-modal-title.main-modal-title_recovery {
  margin-bottom: 30px;
}

.main-modal-title.main-modal-title_register {
  margin-bottom: 10px;
}

.main-modal-sub-title {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1.2;
}

.main-modal-sub-title.main-modal-sub-title_recovery {
  margin-bottom: 56px;
}

.main-modal-sub-title.main-modal-sub-title_register {
  font-weight: 700;
  font-size: 25px;
  color: #68FF50;
  margin-bottom: 38px;
}

.main-modal-form-group {
  margin-bottom: 20px;
}

.main-modal-form-control {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}

.main-modal-form-control::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #6D6D6D;
}

.main-modal-fieldset-login {
  margin-bottom: 35px;
}

.main-modal-fieldset-recovery {
  margin-bottom: 55px;
}

.main-modal-fieldset-recovery .main-modal-form-control {
  min-height: 48px;
  font-size: 15px;
}

.main-modal-fieldset-recovery .main-modal-form-control::placeholder {
  font-size: 15px;
}

.main-modal-btn {
  min-width: 266px;
  max-width: 100%;
}

.main-modal-login-wrap {
  margin-bottom: 18px;
}

[dir="rtl"] .scratch .subtitle {
  text-align: right;
}

.register-form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.register-form-box_col {
  width: calc(50% - 20px);
}

.register-form-inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.register-form-inner-box_col {
  width: calc(50% - 6px);
}

.main-modal-fieldset-register .main-modal-form-group {
  margin-bottom: 15px;
}

.main-modal-fieldset-register .main-modal-form-control::placeholder {
  font-size: 11px;
}

.main-modal-fieldset-register .main-modal-form-control {
  min-height: 37px;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 2px;
}

.register-form-date {
  height: 37px;
  border-radius: 2px;
  background: #fff;
  font-size: 11px;
  color: #6D6D6D;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.register-form-data-select {
  height: 23px;
  border: 1px solid #000;
  border-radius: 3px;
  color: #6D6D6D;
  text-transform: uppercase;
  font-size: 11px;
  width: 98px;
  margin-right: 8px;
}

.register-form-data-select:last-child {
  margin-right: 0;
}

.register-form-data-select.register-form-data-select_sm {
  width: 52px;
}

.main-check-group-wrap {
  display: inline-block;
}

.main-check-group {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.main-check-group label {
  margin-bottom: 0;
}

.main-check-field {
  width: 25px;
  height: 15px;
  margin-right: 10px;
}

.login-modal .modal-dialog .modal-content .modal-body .birthdayDatePicker .birthdayDatePickerselect {
  margin-top: 8px;
  width: auto;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  background: #fff;
  padding: 0 10px 0 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.login-modal .modal-dialog .modal-content .modal-body .birthdayDatePicker {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.login-modal .modal-dialog .modal-content .modal-body .birthdayDatePicker label {
  font-size: 14px;
}

.block-partner {
  margin: 0px 0px 0px;
  padding: 60px 0px 60px;
  /*background: linear-gradient(to bottom, var(--featured-game-bg-color-1) 50%, var(--featured-game-bg-color-2) 100%);*/
  background: linear-gradient(to bottom, #4f64de, #3b1f75);
  color: #fff;
}

.block-partner a:hover {
  color: #d2273c;
}

.top-header .partner__slider-item {

}

.top-header .partner__slider-item .ui_partner__title {
  display: inline;
  font-size: 14px;
}

.top-header .partner__slider-item .ui_partner__logo {
  display: inline;
}

.top-header .partner__slider-item .ui_partner__logo .ui_partner__logo_img {
  width: 25px;
}

.footer-pages .ads_video,
.about-video .ads_video
{
  height: 400px;
}

.cabs_newtask {
  min-height: calc(100vh - 38px);
  display: flex;
  align-items: center;
  justify-content: center;

  background: #dee2e6;
  padding: 100px 0px 15px;
  margin-top: 0px;
  color: black;
  }
  .cab-withdraw__sub-title {
    color: #000;
  }
  .cab-withdraw .cab-withdraw-title {
    padding: 10px 0px 10px;
  }
  .cab-withdraw .cab-withdraw-box {
    /*background: url(../images/play-bg.png);*/
    /*background: url(../images/BgCardsDesk.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    min-height: 670px;
    position: relative;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 14px;
  }
  .cab-withdraw .card-secondary {
    color: black;
  }
  .cab-withdraw .card-title {
    color: black;
  }
  .cab-withdraw .cab-withdraw-btn {
    padding-bottom: 15px;
    padding-top: 30px;
    margin-top: -30px;
  }
  .mybtn8 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-image: -webkit-gradient(linear, right top, left top, from(#16b41b), to(#16b41b));
    background-image: -webkit-linear-gradient(right, #16b41b, #16b41b);
    background-image: -o-linear-gradient(right, #16b41b, #16b41b);
    background-image: linear-gradient(to left, #16b41b, #16b41b); }
    .mybtn8:hover {
      background: -webkit-gradient(linear, left top, right top, from(#34ff4d), to(#27d23c));
      background: -webkit-linear-gradient(left, #34ff4d, #27d23c);
      background: -o-linear-gradient(left, #34ff4d, #27d23c);
      background: linear-gradient(to right, #34ff4d, #27d23c);
      color: #fff;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .mybtn8.disabled {
    color: black;
    pointer-events: none;
    cursor: not-allowed;
    background: gray;
    opacity: .5;
  }
  .mybtn1.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
  }

/*[dir="rtl"] .card-secondary {*/
    /*text-align: right;*/
/*}*/

.ui-task_user {
  font-size: 12px;
}

.cabs_newtask .card.card-secondary {
  background-color: #f4f6f9;
}

.cabs_newtask .cabs_newtask-title {
  color: black;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.p-t-80 {
  padding-top: 80px;
}

/*.header-join-us {*/
/*  margin-left: auto;*/
/*}*/
/*[dir="rtl"] .header-join-us {*/
/*  margin-left: 0;*/
/*}*/

.header-join-us {
  background: #FFCC29;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 1px black;
}

.header-join-us:hover {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

.header-btn-section {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

[dir="rtl"] .header-btn-section{
  margin-left: 0;
}

.header-language-wrap {
  margin-right: 30px;
}

.head-languag__current {
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
}

.header-language-wrap .head-languag__current {
  display: none;
}


.header-login-wrap {
  margin-right: 23px;
}

[dir="rtl"] .header-registration-wrap {
  margin-right: 23px;
}

[dir="rtl"] .header .mainmenu-area .navbar .collapse {
  justify-content: flex-end;
}

[dir="rtl"] .header .mainmenu-area .navbar .navbar-nav {
  margin-left: auto;
}

/*.modal-dialog .modal-content .modal-body  {*/
/*  color: #000;*/
/*}*/

.cab-top-header-list {
  display: flex;
  align-items: center;
}

.hidden {
  display: none;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.main-modal-mob-navigation {
  display: none;
}

.navbar-collapse__inner {
  display: flex;
  flex-grow: 1;
}

.header-nav-mob {
  display: none;
}


.last-winner-list .owl-controls .owl-nav {
  display: inline-block; }
.last-winner-list .owl-controls .owl-nav .owl-prev,
.last-winner-list .owl-controls .owl-nav .owl-next {
  width: 19px;
  height: 28px;

  background: url(../images/slider/slider-arrow_mob.svg);
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  left: -35px;
  top: 50%;
  transition: all 0.3s ease-in;
}
.last-winner-list .owl-controls .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.last-winner-list .owl-controls .owl-nav .owl-next {
  right: -35px;
}
.last-winner-list .owl-controls .owl-nav .owl-prev:hover,
.last-winner-list .owl-controls .owl-nav .owl-next:hover {
  opacity: .6;
}

.last-winner-list .owl-controls .owl-dots {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.last-winner-list .owl-controls .owl-dots .owl-dot {
  width: 22px;
  height: 22px;
  background: #D9D9D9;
  border-radius: 50%;
}
.last-winner-list .owl-controls .owl-dots .owl-dot.active {
  background: #ABABAB;
}

.cab-game-title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
}

.game-item-col {
  margin-bottom: 15px;
}

.all-game-link {
  font-weight: 400;
  font-size: 20px;
  text-decoration-line: underline;
  color: #009C4D;
  text-transform: uppercase;
}

.game-item-wrap {
  margin-bottom: 50px;
}

.counter-box {
  margin-bottom: 15px;
}

.game-pay__img-wrap {

}

.game-pay__item-name {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

[dir='rtl'] .game-pay__item-name {
text-align: right;
}

.game-pay__item-description {
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}

[dir='rtl'] .game-pay__item-description {
text-align: right;
}

.pay-method-list {
  display: flex;
  flex-wrap: wrap;
}

.pay-method-list__item {

}

.pay-method-list__link {

}

.pay-method-list__img-wrap {

  margin-right: 10px;
  margin-bottom: 5px;
}

.pay-method-list__img {
  max-width: 100px;
}

.pay-method-list__item-name {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.pay-method-list {
  margin-bottom: 40px;
}

.cab-pass {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cab-pass__item {
  width: 43%;
}

.cab-pass__text {
  max-width: 80%;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
}

.cab-form .main-form-group {
  margin-bottom: 25px;
  position: relative;
}

.cab-form .main-form-control {
  background: rgba(217, 217, 217, .5);
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 16px;
  min-height: 46px;
  font-weight: 300;
  font-size: 20px;
}

.cab-form-no-border .main-form-control {
  border: none;
}

.cab-form .main-form-control::placeholder {
  font-weight: 300;
  font-size: 20px;
  color: rgba(0, 0, 0, .5);
}

.cab-pass__btn {
  min-width: 180px;
  font-weight: 400;
  font-size: 20px;
  padding: 8px 30px;
  text-align: center;
  border-radius: 13px;
}

.main-form-control-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

[dir="rtl"] .main-form-control-icon {
  left: 15px;
  right: auto;
}


.cab-payout-title {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  margin-bottom: 45px;
}

.cab-payout-sub-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}

.cap-payout-item-name {
  margin-bottom: 0;
  font-size: 22px;
  color: #000000;
}

.cab-payout-btn {
  font-size: 20px;
  color: #FFFFFF;
  border: 0.6px solid #FFFFFF;
  min-width: 250px;
  text-transform: none;
  text-align: center;
}

.history-title {
  font-size: 25px;
  color: #000000;
  max-width: 80%;
  font-weight: 300;
  margin-bottom: 25px;
}

.balance-title {
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 300;
}

.balance-title p{
  margin-bottom: 0;
}

.payadd-title {
  font-weight: 400;
  font-size: 25px;
  color: #000000;
  margin-bottom: 40px;
}

.payadd-title p {
  margin-bottom: 0;
}

.payadd-section-title {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 25px;
}

.payadd-item-name {
    font-weight: 300;
    font-size: 28px;
    color: #000000;
  margin-bottom: 0;
}

.payadd-item-description {
    font-weight: 500;
    font-size: 25px;
    color: #000000;
  margin-bottom: 0;
}

.payadd-info-section {
  margin-bottom: 50px;
}

.bootstrap-filestyle.input-group .form-control {
  border: none;
}

.payadd-wrap {
  margin-bottom: 70px;
}

.payadd-btn {
  min-width: 220px;
  font-size: 20px;
  text-transform: none;
  padding: 12px 28px;
}

.cab-play-game-name {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.cab-play-ticket-name {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  text-align: center;
  min-height: 48px;
  line-height: 48px;
  margin-bottom: 15px;
}

.cab-play-btn {
  margin-top: 30px;
  min-width: 266px;
  font-size: 24px;
}

.cab-play-btn.disabled {
  background: linear-gradient(0deg, #6F6F6F, #6F6F6F);
}

.cab-play-info-text {
  font-weight: 500;
  font-size: 15px;
  color: #46DF2E;
  margin-bottom: 20px;
}


#coinrain {
    color: #94FFFF;
    font-size: 60px;
    display: block;
    height: 96%;
    width: 1080px;
    pointer-events:none;
    position: absolute;
    z-index: 100000;
    top: 0px;
    left: calc(50% - 540px);
    /*left:0;*/
}



.item_subs_ticket{
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    min-height: 150px;
    width: 500px;
      /*padding-top: 25px;*/
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #fff;
  }
.item_subs_ticket_parent .active_ticket {
   border: 4px solid #f9314b;
   background-color: #f58f7f;
}
.item_subs_ticket:hover{
  border: 4px solid #f9314b;
  background-color: rgba(245, 143, 127, 0.3);
}
.item_subs_ticket .item_subs_ticket__text {
  display: block;
  color: #000;
  font-weight: 700;
  width: 100%;
  font-size: 20px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

[dir="rtl"] .item_subs_ticket .item_subs_ticket__text {
  text-align: right;
}

.item_subs_ticket .item_subs_ticket__image {
  display: block;
  box-sizing:border-box;
  /*width:auto;*/

}
.item_subs_ticket .item_subs_ticket__image img{
  max-height: 150px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: auto;
}

.subs_select {
  display: flex;
  justify-content: space-between;
}
.subs__title {
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 19px;
  text-align: left;
}
[dir="rtl"] .subs__title {
  text-align: right;
}
.subs_select__weekday {
  display: block;
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 19px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  white-space: nowrap;
}
[dir="rtl"] .subs_select__weekday {
  text-align: right;
}

.subs_select__item {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em; width: 100%;
  max-width: 50%;
  box-sizing: border-box;
  margin: 0 2px;
  border: 1px solid #000;
   /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
  border-radius: 30px;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
 .subs_select__item::-ms-expand { display: none; }
 .subs_select__item:hover { border-color: #888; }
 .subs_select__item:focus { border-color: #aaa;
   box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
   box-shadow: 0 0 0 3px -moz-mac-focusring;
   color: #222;
   outline: none;
}
 .subs_select__item option { font-weight:normal; }
 *[dir="rtl"] .subs_select__item, :root:lang(ar) .subs_select__item, :root:lang(iw) .subs_select__item {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

 .subs_datepicker {
   display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em; width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 2px;
  border: 1px solid #000;
   /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
  border-radius: 30px;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background-color: #fff;
 }
 .subs_datepicker__append {
   border: 1px solid #000;
   /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
   border-radius: 30px;
   background-color: #fff;
 }
 /*.subs_datepicker__parent*/
 [dir="rtl"] .subs_datepicker__parent {
  flex-direction: row-reverse;
}
/*  @media only screen and (max-width: 635px){*/
/*    .main-header-lang-icon-bar{*/
/*        margin-left: 35px;*/
/*    }*/
/*}*/
.only-mobile{
    display: none;
}
@media (max-width: 991px){
    .only-mobile {
        display: block;
    }
}
.sign-in-btn{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 30px;
    display: inline-block;
    color: #111111;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: .3s;
}
.hover-shadow:hover{
  border-radius: 8px;
  color: #111111;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  transition: all linear .3s;
}
.responsible_gaming_content {
}

.responsible_gaming_content p {
  font-size: 16px;
  color: #111111;
}

.responsible_gaming_content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #0a001f;
}

.responsible_gaming_content h2 {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
}

.responsible_gaming_content span {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.responsible_gaming_content button {
  border-radius: 5px;
  color: #111111;
  bacground-color: #0e5b44;
  border: solid 1px #0e5b01;
}

.responsible_gaming_content button:hover {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  transition: all linear .3s;
}

.responsible_gaming_content a{
  color: #007bff;
  font-size: 22px;
}

.responsible_gaming_content select{
  margin: 10px;
}

.responsible_gaming_content input{
  margin: 10px;
}

.rg-button-container{
  display: flex;
  justify-content: center;
}

.cab_settings_content {

}

.cab_settings_content input {
  margin: 10px;
  min-width: 300px;
  border-radius: 10px;
  background-color: #EEEEEE;
  border: solid 2px #9E9E9E;
}

.cab_settings_content select {
  min-width: 300px;
  border-radius: 10px;
  background-color: #EEEEEE;
  border: solid 2px #9E9E9E;
  margin: 10px;
}

.cab_settings_content button {
  border-radius: 5px;
  border: none;
  min-width: 130px;
  background-color: #E53935;
  color: white;
  margin: 10px
}

.cab_settings_content button:hover {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
  transition: all linear .3s;
}

.cab_settings_content span {
  margin: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.cab_settings_content h2 {
  font-size: 30px;
  font-weight: 500;
  color: #111111;
}

.cab_settings_content a {
  color: #007bff;
  font-size: 14px;
}

.cab_settings_content p {
  font-size: 16px;
  color: #9E9E9E;
  margin: 30px;
  max-width: 200px;
}

.about-us-text {

}

.about-us-text p {
  margin-bottom: 25px;
}

.ticket-caption {
  color: #111111;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 15px;
}

.nav-link-header {
  font-weight: 300;
  font-size: 12px;
  color: #111111;
  text-transform: uppercase;
  font-size: 21px;
}