.gaming-detail-section {
  padding: 50px 0;
}

.card-game-banner {
  object-position: right bottom;
}

.card-background {
  object-position: center;
}

.card-whyus {
  padding-top: 0px;

}

.game_img img {
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.game-links:hover .game_img img {
  transform: scale(1.1);
}

.game_detail_img img {
  width: 200px;
}

.game_detail_wrap {
  background: #fe720a;

  padding: 20px 0;
}

.gaming-detail-section {
  padding: 50px 0;
  overflow: hidden;
}

/* .single-opsing-game::before {
    position: absolute;
    content: "";
    background: #fe720a;
    width: 40%;
    height: 100%;
    right: -96px;

  } */

.game_detail_text {
  position: relative;
  z-index: 1;
}

.game_detail_wrap {
  border-radius: 150px 0 0 150px;
}

.left-div .game_detail_wrap {
  border-radius: 0 150px 150px 0;
}

.left-div::before {
  left: -100px;
}

@media only screen and (min-width:992px) {
  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }
}

.feature-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
}

.feature-block h1 {
  font-size: 100px;
}

.feature_count {
  width: 50px;
  text-align: center;
}

.feature_detail {
  background-image: linear-gradient(-20deg, #fd7e14 0%, #b7603d 100%);
  border-radius: 140px 0 0 0;
  padding: 25px;
  box-shadow: -8px -8px 15px -5px #0000006b;
}

.feature_img {
  border: 3px solid #d1d1d1;
  border-left: 0;
  padding: 0;

}

.feature_img img {
  height: 100%;
  width: 100%;
}

.feature-left {
  border-radius: 0 0 140px 0;
  background: linear-gradient(179deg, #fd7e14 0%, #b7603d 100%);
  box-shadow: 8px -8px 15px -5px #0000006b;
}

.feature_img_left {
  border-left: 3px solid #d1d1d1 !important;
  border-right: 0 !important;
}

@media only screen and (max-width:991px) {
  .feature_img {
    border: none !important;

  }

  .feature_img_left {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media only screen and (max-width:767px) {
  .game_detail_wrap {
    border-radius: 20px 0 0 20px;
    padding: 25px;
  }

  .left-div .game_detail_wrap {
    border-radius: 0 20px 20px 0;
  }

}

@media only screen and (max-width:567px) {
  .feature-block {

    padding: 30px 5px;
  }
}


/* color-prediction */

.whyus-swction {
  background: #09333c;
}

/* .color-prediction-section{
  background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
} */

.mobile-img {
  display: none;
}

.desktop-img {
  display: block
}

@media only screen and (max-width:991px) {
  .feature_detail {
    border-radius: 0;
  }

  .mobile-img {
    display: block;
  }

  .desktop-img {
    display: none;
  }

}

@media only screen and (max-width:576px) {
  .service-banner-details {
    margin-top: 170px;
    margin-right: 70px;
  }
}

/* color game features  */
.color_game_features{
  padding: 25px;
  border-radius: 30px;
  background-color: #fff;
  height: 100%;
  box-shadow: none;
  border: 1px solid #ddd;
  transition: ease 0.5s;
}
.color_game_features:hover{
  box-shadow: 0 0 10px #bbb;
}
.cab-content ul li .AARPAY-play_arrow{
  margin-left: -30px;
  color: #FF6F04;
}
/* casino-game */

.game-banner-section{
  padding: 200px 0 150px;
  background-image: url("../newImg/casinobg.png"), linear-gradient(90deg, var(--bs-black) 16%, transparent 100%);
  background-size: cover;
  background-blend-mode: overlay;

}

.feature-wrap img{
  <!--filter: invert(1);-->
  
}
.feature_points h3 {
  font-size: 30px;
  color: #F58634;
}

.game_feature {
  overflow: hidden;
}
.feature_points {
  position: relative;
  padding: 50px;
  z-index: 1;
}
.feature_points img {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  /* opacity: 0.2; */
  width: 50px;
}
.feature-img img {
  position: relative;
  max-width: 1200px;
  /*left: -25%;*/
  margin-top: 15vh;
  height: 100vh;

}
.feature-img2 img {
  position: relative;
  max-width: 1200px;
  /*left: -80%;*/
  
}

.whyus-wrap {
  background: var(--bs-gray-secondary);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 9px -5px grey;
  height: 100%;
}
/* game */

.game-img img {
  width: 70px;
}
.game-img {
  display: inline-block;
  padding: 50px;
  border-radius: 50%;
  background: aliceblue;
}
.game-box {
  padding: 20px;
}

.offer-section{
  background: url("../newImg/casinobg2.png");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.offer-section::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.7;
  content: "";
  z-index: -1;
}
.game-box h3:hover img  {
  transform: scale(1.1);
}
section.casino-cta {
  background: url("../newImg/casinobg3.png"), linear-gradient(90deg, var(--bs-black) 16%, transparent 100%);
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.game-img{
  transition: 0.3s;
}
.game-box:hover .game-img {
  transform: scale(1.1);
}



@media only screen and (max-width:1200px){
  .game-banner-section{
    padding: 150px 0 70px;
  }
  .feature_points {
  
    padding: 15px;
  
}
.feature_points img {

  top: 15px;
  left: -35px;
}
.feature-img2 img {
  position: relative;
  max-width: 1200px;
  left: -155%;
}
  
}

@media only screen and (max-width:991px){
  .game-banner-section {
    padding: 120px 0 70px;
}
.feature-img img {

  display: none;
}
.feature-img2 img {
 display: none;
}
}

@media only screen and (max-width:576px){
  .feature_points {
    padding: 10px 30px;
}
.feature_points img {
  top: 10px;
  left: -5px;
  width: 40px;
}
.game-img {
 
  padding: 30px;
  
}
.game-img img {
  width: 40px;
}
}

.small-padding{
  padding: 50px 0;
}