/*========	Table of Css Content ==========*/
/* Typography */
/* Normalize  */
/* Global style */
/* Breadcrumb Area Start */
/* Header Area Start */
/* Footer Area Start */
/* 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=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Normalize  */
html {
  font-family: 'Rubik', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  margin: 0;
  color: #fff;
  background: #000;
  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: 'Rubik', sans-serif; }

p {
  font-size: 18px;
  color: #fff;
  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); } }

/* Global style */
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  /*border: 1px solid var(--main-color);*/
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
  /*.mybtn1: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); }*/

.mybtn2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background-position: center;
    text-align: center;
    padding: 7px 20px;
    background-color: #c53131;
}
.mybtn2:hover {
  color: #fff;
}

.mybtn2.disabled,
.mybtn2:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5;
}

/*.mybtn3 {*/
/*  font-size: 16px;*/
/*  text-transform: uppercase;*/
/*  font-weight: 600;*/
/*  display: inline-block;*/
/*  color: #000;*/
/*  border: 0;*/
/*  border-radius: 5px;*/
/*  cursor: pointer;*/
/*  transition: all 0.3s ease-in;*/
/*  background: url(../images/06/btn-bg.png);*/
/*  background-position: center;*/
/*  padding: 10px 20px;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*}*/
/*.mybtn3:hover {*/
/*  color: #fff;*/
/*}*/
  /*.mybtn2:hover {*/
  /*  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);*/
  /*  color: #fff;*/
  /*  -webkit-transform: translateY(-2px);*/
  /*  -ms-transform: translateY(-2px);*/
  /*  transform: translateY(-2px); }*/
.mybtn4 {
  font-size: 16px;
  text-transform: uppercase;
  /*padding: 10px 15px;*/
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: flex;
  font-weight: 600;
  align-items: center;
}
.mybtn4__img {
  display: inline-block;
  max-width: 50px;
  margin-right: 12px;
}

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

.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: var(--main-color)
}
  .mybtn6:hover {
    color: #fff;
    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); }


/* Section Heading Css */
.section-heading {
  text-align: center; }
  .section-heading .subtitle {
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 8px;
    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;*/
  }
    .section-heading .subtitle.extra-padding {
      margin-bottom: 17px; }
  .section-heading .title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;}
    .section-heading .title.extra-padding {
      margin-bottom: 20px; }
  .section-heading .text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
  }

.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(255, 255, 255, 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: #806d85;
  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 #fff;
  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 #fff;
  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); } }

/* start 06 */
input[type='checkbox'] {
  accent-color:  #ff001f;
}
.p-b-10 {
  padding-bottom: 10px;
}
.main-gradient {
  /*background: linear-gradient(to right, #000 40%, var(--main-gray-color) 100%);*/
}
.header-padding {
  padding-top: 122px;
}
.main-bg {
  /*background: url('../images/06/right-card.png') no-repeat right top, url('../images/06/left-card.png') no-repeat left bottom, linear-gradient(to right, var(--main-gray-color), #000 20%, #000 80%, var(--main-gray-color) 100%);*/
}
.main-container {
  padding: 40px 0;
}

.hide-on-desktop,
.hide-on-desktop__show-inline-block {
  display: none;
}

.main-bg-white {
  background-color: #fff;
}

.main-color-black {
  color: #fff;
}

.main-box {
    margin: 20px;
    border-radius: 20px;
    background-color: rgb(255 250 250 / 34%);
}

.main-box-inner {
  padding: 5px;
  border-radius: 10px;
}
.main-box-padding {
  padding: 40px 0;
}

.main-box__padding {
  padding: 20px;
}

.main-b-bottom {
  /*border-bottom: 1px solid var(--main-color)*/
    border-bottom: 1px solid rgb(255 255 255);
}

.main-title {
    text-align: center;
    padding: 40px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
}

.main-title-small {
  font-size: 24px;
}

.main-text {
  font-size: 16px;
  color: #fff;
}

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

.main-link {
  font-size: 16px;
  color: #ff001f;
}
.main-link:hover {
  opacity: .6;
  color: var(--main-color);
}

.main-sub-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

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

.main-form-group__m-b-20 {
  margin-bottom: 20px;
}

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

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

.main-form-control {
  display: block;
  width: 100%;
  min-height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  border: none;
  background: none;
  border-bottom: 1px solid #807f7f;
}
.main-form-control:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
}
.main-form-control::placeholder {
  color: #fff;
}
/* end 06 */
/* 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: var(--main-color); }

/* 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; }
  .breadcrumb-area .breadcrumb-list li {
    display: inline-block; }
    .breadcrumb-area .breadcrumb-list li span {
      margin: 0px 7px;
      color: #fff; }
    .breadcrumb-area .breadcrumb-list li a {
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      color: #fff; }
      .breadcrumb-area .breadcrumb-list li a:hover {
        color: #f1f1f1; }
      .breadcrumb-area .breadcrumb-list li a.active {
        color: #f1f1f1; }

/* 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); } }

.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 .top-header-link {
  color: #fff;
  font-size: 14px;
}
.header .top-header .top-header-social-link {
}
.header .top-header .top-header-social-link__img {
  max-width: 20px;
  display: inline-block;
}

    .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 .left-content .left-list li {
        display: inline-block;
        margin-right: 15px;
        position: relative; }
        /*.header .top-header .content .left-content .left-list li::before {*/
        /*  position: absolute;*/
        /*  content: "|";*/
        /*  top: 0;*/
        /*  right: -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 {
          margin-bottom: 0px; }
        .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; }
      .header .top-header .content .right-content {
        text-align: right; }
        .header .top-header .content .right-content .right-list > li {
          display: inline-block;
          margin-right: 35px;
          position: relative; }
          .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: "|";
            top: 0;
            right: -23px; }
          [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;*/
            /*right: -23px; }*/
          [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 .mainmenu-area {
    /*background: #252f5a; */
    /*background: #192160;*/
    padding: 0;
  }
    .header .mainmenu-area .navbar {
      padding: 0 0;
      position: relative; }
      /*.header .mainmenu-area .navbar::before {*/
      /*  position: absolute;*/
      /*  content: "";*/
      /*  width: 1800px;*/
      /*  height: 100%;*/
      /*  top: 0;*/
      /*  right: 100%;*/
      /*  background: #070b28; }*/
      /*[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 #070b28;*/
      /*  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 {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
      }
      .header .mainmenu-area .navbar .navbar-brand img {
        max-height: 80px;
        display: inline-block;
      }
      .header-join-us {
        padding: 10px 35px;
        margin-left: auto;
      }
      [dir="rtl"] .header-join-us {
        margin-left: 0;
      }
      .header .mainmenu-area .navbar .mybtn1 {
        color: #fff;
      }
    .header .mainmenu-area .navbar .mybtn1.dropdown-toggle {
      /*color: var(--main-color);*/
    }
      .mainmenu-area .navbar .nav-item {
        margin-right: 15px;
      }
      .mainmenu-area .navbar .nav-item:last-child {
        margin-right: 0;
      }
      .mainmenu-area .navbar .navbar-nav {
        margin-left: 40px;
      }
        /*.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {*/
      /*  color: #a1aed4;*/
      /*  line-height: 26px;*/
      /*  font-size: 16px;*/
      /*  font-weight: 600;*/
      /*  position: relative;*/
      /*  padding: 28px 20px;*/
      /*  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 .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: 0 !important;
    background: #404458bd;
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid rgb(231 93 112);
    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; }
      [dir="rtl"] .mainmenu-area .navbar .nav-item:last-child {
        margin-right: 15px;
      }
        .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 {
            background: #3c3c3c; }
          .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 {
  /*padding-top: 120px;*/
  /*padding-top: 30px; commented page */
  overflow: hidden;
  position: relative;
  color: #fff;

  background-repeat: no-repeat;
  background-position: center 140px;
  background-size: cover; }
[dir="rtl"] .footer {
  /*padding-top: 120px;*/
  text-align: right;
  }
  .footer .footer-logo {
    margin-top: -10px;
    margin-bottom: 25px; }
  .footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase; }
  .footer .footer-widget ul {
    padding-left: 0px;
    margin-bottom: 0px; }
    .footer .footer-widget ul li {
      list-style: none; }
    [dir="rtl"] .footer .footer-widget ul li {
      text-align: right; }
      .footer .footer-widget ul li a {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        line-height: 40px;
        font-weight: 400;
        color: #a1aed4; }
        .footer .footer-widget ul li a:hover {
          color: #f9314b;
          padding-left: 10px; }
        .footer .footer-widget ul li a i {
          font-size: 15px;
          padding-right: 4px; }
  .footer .copy-bg {
    /*margin-top: 110px;*/
    /*margin-top: 40px; commented page*/
    /*padding: 10px 15px 10px; commented page*/
    padding: 10px 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    /*background: #0b122e; */
  }
    .footer .copy-bg .left-area p {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      margin-bottom: 0px; }
    .footer .copy-bg .left-area a {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0px;
      color: var(--main-color); }
    .footer .copy-bg .copright-area-links {
      text-align: right; }
      .footer .copy-bg .copright-area-links li {
        display: inline-block;
        margin-right: 30px;
        position: relative; }
        /*.footer .copy-bg .copright-area-links li::after {*/
        /*  position: absolute;*/
        /*  content: "|";*/
        /*  right: -22px;*/
        /*  top: 0px; }*/
        .footer .copy-bg .copright-area-links li:last-child {
          margin-right: 0px; }
          .footer .copy-bg .copright-area-links li:last-child::after {
            display: none; }
        .footer .copy-bg .copright-area-links li a {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .footer .copy-bg .copright-area-links li a:hover {
            color: var(--main-color); }
  .footer .subscribe-box {
    margin-bottom: 110px;
    z-index: 99;
    background: url(../images/newsletter.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 53px 60px 55px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
    .footer .subscribe-box .heading-area {
      text-align: center; }
      .footer .subscribe-box .heading-area .sub-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 10px;
        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; }
      .footer .subscribe-box .heading-area .title {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 50px;
        text-transform: uppercase; }
    .footer .subscribe-box .icon {
      width: 100%;
      text-align: right; }
      .footer .subscribe-box .icon img {
        display: inline-block; }
    .footer .subscribe-box .form-area {
      width: 100%; }
      .footer .subscribe-box .form-area input {
        width: 100%;
        height: 50px;
        background: none;
        border: 0px;
        border-bottom: 1px solid #b4b8d1;
        border-radius: 0px;
        color: #a1aed4; }
        .footer .subscribe-box .form-area input::-webkit-input-placeholder {
          color: #a1aed4; }
        .footer .subscribe-box .form-area input:-moz-placeholder {
          color: #a1aed4; }
        .footer .subscribe-box .form-area input::-moz-placeholder {
          color: #a1aed4; }
        .footer .subscribe-box .form-area input:-ms-input-placeholder {
          color: #a1aed4; }
    .footer .subscribe-box .button-area {
      width: 100%; }
      .footer .subscribe-box .button-area .mybtn1 {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        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); }
        .footer .subscribe-box .button-area .mybtn1 span {
          position: absolute;
          top: 0;
          right: 0px;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          background: #db5263;
          border-radius: 50%; }
        .footer .subscribe-box .button-area .mybtn1:hover {
          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); }

/* Hero Area Start */
.hero-area {
  position: relative;
  /*padding: 200px 0px 75px;*/
  padding: 20px 0 20px;
  /*background: linear-gradient(to top, #000 40%, #232222 100%);*/
  background-size: contain;
  overflow: hidden;
}

[dir="rtl"] .hero-area {
  text-align: right;
  }

  .hero-area .left-content {
    position: inherit;
    z-index: 9; }
    .hero-area .left-content .content .title {
      font-size: 42px;
      font-weight: 300;
      color: #FFF;
      text-transform: uppercase;
      margin-bottom: 25px;
}
.hero-area .left-content .content .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  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: 27px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 35px;
  color: #fff;
}
.hero-area  .hero-img2 {
  text-align: center;
}
.hero-area  .hero-img2 img {
  /*max-height: 200px;*/
}
.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: 245px;
      line-height: normal;
    }

.order-game .quantity_inner * {
    box-sizing: border-box;
}
.order-game .quantity_inner {
    display: inline-flex;
    border-radius: 26px;
    background-color: #a5a5a6;
}
.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: 53px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 55px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}
.order-game .quantity_inner .bt_minus svg,
.order-game .quantity_inner .bt_plus svg {
    stroke: #ffffff;

    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: var(--main-color);
}
.game-play .order-game-btn {
  margin: 10px 0px 15px;
}
/* Featured Game Area Start */


/* Featured Game Area Start */
.featured-game {
  padding: 40px 0 40px;
}
  .featured-game .section-heading {
    margin-bottom: 44px; }
  .featured-game .section-heading .subtitle,
  .featured-game .section-heading .text {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .featured-game .section-heading .title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 10px;
  }
  .featured-game .game-slider .item .single-game {
    margin: 15px 15px 40px; }
    .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;
    }
    .featured-game .game-slider .item .single-game .game-content {
      padding:0 15px;
    }
    .featured-game .game-slider .item .single-game .game-content-footer {
      margin-top: 10px;
      padding: 10px 10px 0;
      border-top: 1px solid #d1d1d1;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .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;
      font-size: 20px;
      font-weight: 700;
      /*margin-top: -25px; */
      margin-top: 2px;
      margin-bottom: 5px;
      height: 20px;
      line-height: normal;
    }
    .featured-game .game-slider .item .single-game .game-maxwin {
      width: auto;
      display: block;
      font-size: 15px;
      font-weight: 700;
      /*margin-top: -25px; */
      margin-top: 2px;
      height: 20px;
      line-height: normal;
    }
    .featured-game .game-slider .item .single-game .game-cost__price {
      font-weight: 600;
      font-size: 20px;
    }
    .featured-game .game-slider .item .single-game .game-cost {
      text-align: left;
      font-weight: 100;
      display: flex;
      flex-direction: column;
    }
    /*.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%);*/
    /*margin-top: 35px;*/
    height: 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: 60px;
  height: 60px;
  background: url(../images/06/slider_btn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s ease-in; }
.featured-game .game-slider .owl-controls .owl-nav .owl-prev {
  transform: rotate(180deg) translateY(50%);
}
.featured-game .game-slider .owl-controls .owl-nav .owl-next {
  right: -60px;
}
.featured-game .game-slider .owl-controls .owl-nav .owl-prev:hover,
.featured-game .game-slider .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; */
  opacity: .6;
}



.single-game {
    height: 380px;
    display: block;
    text-align: center;
    border: solid 0.1px white;
    background-color: rgb(255 250 250 / 34%);
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease-in;
}
  .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: translateY(-10px); }
  .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); }

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

/* 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 */
/*	Sub Footer Start */
.line-separator {
  position: relative;
}

.line-separator:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 8px;
  background: url(../images/06/line-separator.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-footer {
  background: #050b24;
  padding: 50px 0 40px;
  position: relative;
}
.sub-footer__menu-wrap {
  margin-bottom: 80px;
}
.sub-footer-slider-slider {
  margin-bottom: 40px;
}
.sub-footer-slider-slider__item {

}
.sub-footer-slider-slider__img {
  max-width: 100%;
  height: 200px;
  object-fit: fill;
}
.sub-footer-menu {
  max-width: 80%;
}
.sub-footer-menu__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  padding-bottom: 20px;
}
[dir="rtl"] .sub-footer-menu__title {
  text-align: right;
}
.sub-footer-menu__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/06/line-separator_short.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-footer-menu__list {
  list-style-type: none;
  padding: 0;
}
.sub-footer-menu__item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.sub-footer-menu__link {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  transition: .3s;
}
.sub-footer-menu__link:hover {
  color: var(--main-color);
}
.sub-footer-menu__link-img {
  display: inline-block;
  max-width: 30px;
  margin-left: 7px;
}
.sub-footer__info {
  ine-height: 1.2;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/*	Sub Footer  End */
/*	Home Winner Card Start */

.home-winner {
  background: #050b24;
  padding: 50px 0 100px;
  position: relative;
}

.home-winner__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
  text-align: center;
}

.home-winner__sub-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.home-winner-card-middle {

}

.home-winner-card {
  background: #fff;
}

.home-winner-card__content {
  padding: 12px 20px;
  text-align: center;
}

.home-winner-card__wrap-img {
  display: flex;
  margin-bottom: 5px;
  height: 400px;
  justify-content: center;
}

.home-winner-card__img {
  display: inline-block;
  object-fit: contain;
}

.home-winner-card__name {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}

.home-winner-card__footer {
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(20deg, rgb(252 240 179) 20%, var(--main-color) 60%, rgb(252 240 179) 80%);}

.home-winner-card-middle {

}
.home-winner-card-middle .home-winner-card {
  margin-bottom: 20px;
}
.home-winner-card-middle .home-winner-card:last-child {
  margin-bottom: 0;
}
.home-winner-card-middle .home-winner-card__wrap-img {
  height: 138px;
}
/* Home Winner Card End */
/* 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: 'Rubik', 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;}
  .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: 'Rubik', 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 */

/*	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 */
.how-works__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 50px;
}
/* About page section Area Start */
.about-page-section {
  padding: 20px 0 50px;
  position: relative; }
  .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: 0;
    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: #eedcde;*/
      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: 'Rubik', 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: #fff; }
  [dir='rtl'] .payment-method .title {
    text-align: right;
    }
  .payment-method .text {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    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: 160px;
    line-height: normal;
  }
  .item-payment_balance{
    margin: 0px 0px 0px;
    width: auto;
    display: inline-block;
    height: 160px;
    line-height: normal;
  }
   .item-payment .single-method {
       background-color: #a5a5a6;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 3px solid #fff;
      text-align: center;
      display: block;
      height: 150px;
      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: var(--main-color); }
      .item-payment .single-method .icon {
        height: 60px;
        padding: 10px 10px 10px 10px ;
      }
        .item-payment .single-method .icon img {
          height: 50px;
          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: 20px;
        margin-top: 10px;
        /*margin-bottom: 10px;*/
        /*line-height: 50px;*/
        color: #fff; }
      .item-payment .single-method .item-payment-sum {
        font-size: 18px;
        margin-bottom: 10px;
        /*line-height: 50px;*/
        color: #ffffff; }
      .item-payment .single-method:hover, .item-payment .single-method.active {
        border-color: rgb(0 47 252); }
      .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;
      }

  /*.featured-game .game-slider .item .single-game {*/
    /*.featured-game .game-slider .item .single-game .game-img {*/
    /*}*/
    /*.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: -25px; *!*/
      /*margin-top: 2px;*/
      /*height: 20px;*/
      /*line-height: normal;*/
    /*}*/
    /*.featured-game .game-slider .item .single-game .game-maxwin {*/
      /*width: auto;*/
      /*display: block;*/
      /*!*margin-top: -25px; *!*/
      /*margin-top: 2px;*/
      /*height: 20px;*/
      /*line-height: normal;*/
    /*}*/
    /*.featured-game .game-slider .item .single-game .game-cost {*/
      /*width: auto;*/
      /*display: block;*/
      /*!*margin-top: -25px; *!*/
      /*margin-top: 2px;*/
      /*height: 20px;*/
      /*line-height: normal;*/
    /*}*/



/* 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: 20px 0 20px;
  margin-top: 0; }
  .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: #ffffff;
  }

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

.game-pay .payment-agreement {

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


/*  Game Play Area Start */
.game-play {
  padding: 20px 0px 20px;
  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;*/
    padding-left: 30px;
    padding-right: 30px;
    }
  .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-size: 18px;
    font-weight: 600;
    color: #ffffff;
     }
  .game-description .desc-text p {
    font-size: 18px;
    color: #fff;
     }
/*  Game Description  Area End */

/*  Balance area Start */
.cab-balance {
  padding: 40px 0px 40px;
}
  /*.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 */
.box-contact {
  text-align: start;
  width: 90%;
  margin: 0 auto;
  padding: 30px 100px;
}
.ui-contact {
  margin-top: 0;
  padding: 5px 0px 0px 0;
  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;
      box-shadow: -6px 12px 14px 8px rgba(0, 0, 0, 0.2);
      padding: 32px 30px 40px;
      border-radius: 10px;
      background-color: rgb(255 250 250 / 34%);
    }
      /*-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: #ffffff;
        margin-bottom: 16px; }
      .ui-contact .contact-form-wrapper .contact-box .input-field {
        width: 100%;
        border: 0px;
        height: 50px;
        color: #ffffff;
        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 {
  color: #fff;
  /*padding: 8px 30px;*/
  /*margin: 5px 10px;*/
  border-bottom: 1px solid;
}
.faq__item_q_caption{
  color: #fff;
}

  .faq__item .faq__item_q_caption {
    padding: 0px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
  }
  .faq__item .faq__item_q_info {
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 16px;
  }
  .faq__item .faq__item_a_caption {
    padding: 0px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
  }
  .faq__item .faq__item_a_info {
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: bold;
  }

.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: rgb(255 255 255 / 16%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px; }
  .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: #8e8e8e;
          top: -65px;
          left: 050%;
          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: -25px; }
    .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: 20px;
        line-height: 34px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .login-modal .modal-dialog .modal-content .modal-body .header-area .sub-title {
        font-size: 20px;
        color: #fff;
        line-height: 34px;
        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: #fff;
          text-transform: capitalize; }
          .login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label a {
            color: var(--main-color); }
      /*.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: #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: #f9314b; }*/

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

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

.modal-dialog .modal-content .close {
  position: absolute;
  right: 9px;
  z-index: 9; }

.modal-dialog .modal-content .close span {
  color: red;
  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 {
    background: none;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    }
.head-languag:focus {
  outline: none;
}
    .head-languag .dropdown-item {
        /*margin-right: 15px;*/
        padding: 0.25rem 1rem;
    }
    .head-languag .dropdown-item a {
          margin-right: 20px;
          color: #fff;
    }
    .head-languag .dropdown-item:hover,
    .head-languag .dropdown-item.active {
      background: #3c3c3c;
      color: #fff;
    }
    [dir="rtl"] .head-languag .dropdown-item a {
          margin-left: 20px;
          margin-right: 0;
    }
    .top-header .dropdown-menu {
      background: linear-gradient(to right, #000 40%, #3c3c3c 100%);
    }


.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    object-fit: cover;
}
.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-languag .dropdown-item:hover {*/
  /*  background-color: #cacaca;*/
  /*}*/


/*.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: 'Rubik', sans-serif;
    font-size: 12px;
    overflow: auto;
  }

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

  .cabb-page .mybtn_cabb1 {
    font-family: 'Rubik', 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: 0;
    position: relative;
    /*margin-top: 40px;*/
    /*border: 1px solid #eaeaea;*/
    /*border-radius: 5px;*/
    line-height: 0;
}

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

.guide__content-inner object {
  border-radius: 10px;
}
.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: 'Rubik', 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);*/
  min-height: calc(100vh - 170px);
  display: flex;
  /*align-items: center;*/
  justify-content: center;

  /*background: #dee2e6;*/
  padding: 30px 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;
}

.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: #192160;*/
    background-color: transparent;
}


.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 - 38px);
}


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

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

.login-modal .modal-dialog .modal-content .modal-body .birthdayDatePicker .birthdayDatePickerselect {
  margin-top: 8px;
  width: auto;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  background: #8e8e8e;
  padding: 0px 10px 0px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.login-modal .modal-dialog .modal-content .modal-body .birthdayDatePicker {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  border-bottom: 1px solid rgba(255, 255, 255, 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: #fff;
  }
  .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;
}

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

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

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

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


.item_subs_ticket {
  -webkit-box-align: center;
  -ms-flex-align: center;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  min-height: 150px;
  width: 500px;
  padding-bottom: 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: #ffffff46;
}

.item_subs_ticket_parent .active_ticket {
  border: 4px solid var(--main-color);
  background-color: rgba(200, 149, 26, 0.3);
}

/*.item_subs_ticket:hover{*/
/*  border: 4px solid var(--main-color);*/
/*  background-color: rgba(200, 149, 26, 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: #fff;
  font-weight: 600;
  width: 100%;
  font-size: 19px;
  text-align: left;
}
[dir="rtl"] .subs__title {
  text-align: right;
}
.subs_select__weekday {
  display: block;
  color: #fff;
  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 var(--main-color);
   /*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;
 }

 .player-wrapper {
   height: 500px;
 }
 
 .op-wrapper.ovenplayer {
   height: 95%;
 }
 @media only screen and (max-width: 635px){
    .main-header-lang-icon-bar{
        margin-left: 35px;
    }
}

.home-winner-bottom-text-box span {
  display: flex;
  font-size: 24px;
  font-weight: 600;
}

[dir="rtl"] .home-winner-bottom-text-box p, span{
  text-align: right;
}

.home-winner-bottom-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 70px 10% 0 10%;
}

.subscription-btn {
  font-weight: normal;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0rem;
  left: 4rem;
  min-width: 10rem;
  height: 2rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.subscription-btn:hover {
  border: solid 1.5px;
  border-color: #fff;
}
