/* start slider css */
  .hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.hero-slider .swiper-button-prev::before {
  font-family: "IcoFont";
  content: "\ea93"; /* icofont-simple-left */
  font-size: 48px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next::before {
  font-family: "IcoFont";
  content: "\ea94"; /* icofont-simple-right */
  font-size: 48px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}


.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #0b0b0b;
  opacity: 0.3;
  background:#ffa300;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
     max-width: 780px;
    margin: 0px auto;
        text-align: center;
}

.hero-style .slide-title h2 {
     font-size: 55px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 30px;
  text-transform: capitalize;
  transition:all .4s ease;
  text-align:center;
}
.hero-slider .slide-inner::before
{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.6;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
  text-align:center;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}

/* end slider css */
.default-button
{
          border: 1px solid #ffa300;
    color: #ffa300;
    padding: 11px 20px;
    border-radius: 4px;
    font-size: 21px;
    background: none;
}
.singleitem-icon
{
position: relative;
    width: 87px;
    height: 70px;
    margin: 0px 30px 0px 0px;
    background: #ffa300;
    border-radius: 50% / 10%;
    color: #333;
    text-align: center;
    z-index: 99999;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.single-uitem
{
          display: flex;
    align-items: center;
    background-color: #1f2635;
    border: 1px solid #343a40;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.single-uitem i
{
  font-size:40px;
}
.bner_kimg
{
  animation: girafee 3s linear infinite;
}
@keyframes girafee
{
  0%
  {
    transform:translateY(0px)
  }
  20%
  {
    transform:translateY(20px)
  }
    0%
  {
    transform:translateY(0px)
  }
} 
.singleitem-icon::before
{
    content: '';
      position: absolute;
      top: 10%;
      bottom: 10%;
      right: -5%;
      left: -5%;
      background: inherit;
      border-radius: 5% / 50%;
      z-index:-1;
}
.default-button:hover
{
    background-color:#ffa300;
    color:#0b0b0b;
}
.game_card_on
{
    overflow: hidden;
    position:relative;
    padding-top:13px;
    width:100%;
    height:100%;
}
.game_card
{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: flex-start;
    gap:20px;
    background-color: #0e0f0f;
    border-radius: 9px;
    cursor: pointer;
    flex-shrink: 1;
    height: 100%;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
    overflow: hidden;
    padding: 24px;
    position: relative;
    transition: all .25s ease-in;
    width: 100%;
    z-index: 1;
}
.game_card:hover::before
{
    opacity:1;
}
.game_card::before
{
   content:"";
   filter:blur(80px);
   height:100%;
   left:0;
   opacity:0.25;
   position:absolute;
   top:0px;
   width:60%;
   z-index:0;
   -webkit-transform: translate3d(90%, 0, 0);
    transition: all .25s ease-in;
}
.game_xcard .row .col-xl-4:nth-child(1) .game_card:before
{
   background-color:#f6ba2b;
} 
.game_xcard .row .col-xl-4:nth-child(2) .game_card:before
{
   background-color:#ff3c01;
} 
.game_xcard .row .col-xl-4:nth-child(3) .game_card:before
{
   background-color:#699fec;
} 
.game_xcard .row .col-xl-4:nth-child(4) .game_card:before
{
   background-color:#8c3d1c;
} 
.game_xcard .row .col-xl-4:nth-child(5) .game_card:before
{
   background-color:#ff6b1b;
} 
.game_xcard .row .col-xl-4:nth-child(6) .game_card:before
{
   background-color:#8d2b8a;
} 
.game_xcard .row .col-xl-4:nth-child(7) .game_card:before
{
   background-color:#fca1d9;
} 
.game_xcard .row .col-xl-4:nth-child(8) .game_card:before
{
   background:linear-gradient(206.12deg,#fe9004 10.32%,#0067dd 88.63%);
} 
.game_xcard .row .col-xl-4:nth-child(9) .game_card:before
{
   background-color:#07f468;
} 
.game_xcard .row .col-xl-4:nth-child(10) .game_card:before
{
   background-color:#ff5261;
} 


.arrow_right
{
    align-items: center;
    background-color: #171b1c;
    border-radius: 24px;
    display: flex;
    gap: 10px;
    height: 36px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 10px;
    transition: all .2s ease;
    width: 36px;
}
.game_ttle
{
      -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: .24;
    white-space: nowrap;
    font-size: calc(20.8px + 2.25vw);
    line-height: calc(31.2px + 2.4375vw);
    padding-top: 26px;   
}
.game_card:hover
{
    color:#fff;
}
.game_img
{
        position: absolute;
    right: 0;
    bottom: -19px;
    width: 68%;
    object-fit: contain;
    max-width: 300px;
    max-height: 300px;
    height: auto;
}
h4.buy_now
{
      display:none;
      opacity:0;
      font-size:14px;
      line-height: 16px;
      margin-bottom: 0px;
}
h2.game_wttle
{
    text-transform: uppercase;
}
.game_card:hover .arrow_right {
    background-color: #ffffff26;    
}
.custom-width
{
width:125px !important;
}
.custom-width h4.buy_now
{
    display:flex;
    opacity:1;
}
.prce-card
{
        display: block;
    color: #b3b3b3;
    background-color: #1f2635;
    border: 1px solid #343a40;
    border-radius: 16px;
    padding: 20px 30px 24px 30px;
    position: relative;
    overflow: hidden;
    height: 256px;
    width: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.prce-card::before
{
          content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    width: 135px;
    height: 135px;
    left: 303px;
    top: 155px;
    background: rgb(255 163 0 / 40%);
    border: 1px solid #ffa300;
}
.prce-card::after
{
  content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    background: rgb(255 163 0 / 40%);
    border: 1px solid #ffa300;
    width: 134px;
    height: 134px;
    left: 235px;
    top: 205px;
}
.prce-card:hover
{
    background-color:#263044;
}
.prce-card:hover::before
{
    left: 310px;
    top: 160px;
}
.prce-card:hover::after
{
   left: 242px;
    top: 210px;  
}
.prce-card .game-divider {
       border-bottom: 1px solid #343a40;
    margin: 19px 0;
}
.prce-wicon
{
        width: 15%;
    margin-bottom: 20px;
}
.steps_container
{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    width:100%;
    grid-column-gap:72px;
    grid-row-gap:0px;
        margin-top: 60px;
    position: relative;
}
.steps_container .steps_track {
    align-items: center;
    background: linear-gradient(90deg, rgb(31, 38, 53, 66%), rgb(41, 46, 67, 65%));
    border-radius: 24px;
    display: flex;
    gap: 0;
    height: 48px;
    justify-content: space-between;
    position: absolute;
    width: 81%;
    z-index: -1;
    border-radius: 24px;
    display: flex;
    gap: 0;
    height: 48px;
    justify-content: space-between;
    position: absolute;
    width: 81%;
    z-index: -1;
}
.steps_container .steps_track .arrows {
    align-items: center;
    display: flex;
    gap: 16px;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    width: 100%;
}
.steps_container .step_item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
}
.steps_container .step_item .step_icon {
   align-items: center;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    color: #333;
    font-weight: 650;
}
.steps_container .step_item .step_icon.step_1 {
background-color: #fff;
}
.steps_container .step_item .step_icon.step_2 {
background-color:#ffa300;
}
.recharge_info
{
    background-image: url(../new_image/banner_bg.jpg);
    background-size: cover;
    height: 800px;
    padding: 70px 0px;
}
.ptb-100
{
  padding-top:100px;
  padding-bottom: 100px;
}
.pb-100
{
padding-bottom: 100px;
}
.game_head span
{
  color:var(--yellow-color);
  font-weight: 650;
}
h3.game-title span
{
  color:var(--yellow-color);
}
.single-uitem:hover 
{
    background-color: #263044;
}
.footer-section
{
        background: linear-gradient(120deg, #1f2635 0%, #2a3145 40%, #ffa300 100%);
        }
.default-button1
{
     border: 1px solid rgb(51, 51, 51, 78%) !important;
    color: #333;
    background: #fff;
    padding: 6px 20px;
}
.footer-bottom-content
{
          background-color: #263044;
    padding: 30px 0px 12px;
    border-top: 1px solid rgb(255, 163, 0, 35%);
}
.step_info h3
{
  font-size:24px;
} 
.recharge_info form
{
    background-color: #263044;
    padding: 30px 0px 30px 23px;
    width: 100%;
    margin-top:50px;
}
.recharge_info h2
{
  font-size:34px;
}
.game_xcard .row .col-xl-6:nth-child(1) .game_img,.game_xcard .row .col-xl-6:nth-child(2) .game_img,.game_xcard .row .col-xl-6:nth-child(4) .game_img
{
  width:39%;
}
