.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, #b721ff 0%, #18c0e7 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, #b721ff 0%, #18c0e7 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: var(--bs-orange-secondary);
}

/* .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 .zequon-play_arrow {
  margin-left: -30px;
  color: #d51745;
}

/* casino-game */

.game-banner-section {
  padding: 200px 0 150px;
  background: url("../image/game-development/casino/banner-bg.webp");
  background-size: cover;

}

.feature-wrap img {
  filter: invert(1);

}

.feature_points h3 {
  font-size: 30px;
  color: #d51745;
}

.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%;
}

.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("../image/game-development/casino/game/casino.webp");
  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.6;
  content: "";
  z-index: -1;
}

.game-box h3:hover img {
  transform: scale(1.1);
}

section.casino-cta {
  background: url("../image/game-development/casino/cta-bg.webp");
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

.game-img {
  transition: 0.3s;
}

.game-box:hover .game-img {
  transform: scale(1.1);
}

/* Rummy page  */
.rummy-banner {
  position: relative;
  background-image: url("../image/game-development/rummy/rummy-bannerf9e3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 45px 0;
  margin-top: 57px;
  z-index: 1;
}
.rummy-banner-image img{
  animation: zoom-in-out 2s linear infinite alternate;
}

.rummy-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .9;
  background: linear-gradient(90deg, black, transparent);
  z-index: -1;
}

.rummy-game-screen-img{
  border-radius: 20px;
}

.rummy-variant-wrapper{
  border-radius: 15px;
  background: url("../image/game-development/rummy/rummy-varient-bg.webp");
  background-size: cover;
  position: relative;
  padding: 20px;
  z-index: 1;
  overflow: hidden;
}
.rummy-variant-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffa700 !important;
}
.rummy-variant-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #f1d4d4 !important;
}
.rummy-variant-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5260a;
  opacity: 0.9;
  z-index: -1;
}

.rummy-rio-focussed-feature{
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
 justify-self: center;
}

.rummy-features-wrap {
  background: radial-gradient(328px at 2.9% 15%, rgb(251 214 191) 0%, rgb(251 232 232) 25.8%, rgb(255 211 211) 50.8%, rgb(255 222 222) 77.6%, rgb(253 207 207) 100.7%);
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  transition: 0.4s;
}

.single-unique-feature {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 1px #ddd;
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: 0.5s;
}
.single-unique-feature:hover{
  box-shadow: 4px 4px 1px #ff7006;
}

.why-hire-rummy-point {
  border: 1px solid #ddd;
  border-radius: 4px 30px;
  padding: 20px;
  height: 100%;
  transition: 0.2s;
}
.why-hire-rummy-point:hover {
  box-shadow: 0 0 24px -5px #cfcfcf;
}

/* responsive part  */
@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;
  }

  .rummy-rio-focussed-feature{
    grid-template-columns: 33% 33% 33%;
  }

  .feature-img img {

    display: none;
  }

  .feature-img2 img {
    display: none;
  }
}

@media only screen and (max-width:576px) {
  .feature_points {
    padding: 10px 30px;
  }

  .rummy-rio-focussed-feature{
    display: block;
  }

  .feature_points img {
    top: 10px;
    left: -5px;
    width: 40px;
  }

  .game-img {

    padding: 30px;

  }

  .game-img img {
    width: 40px;
  }
}

.small-padding {
  padding: 50px 0;
}