.fancy_ckt_games{
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999999!important;
    /* background: #000; */
    background:#000000de;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fancycricketRiv{
    width: 100%;
    height: 100dvh;
    background-image: url(https://d2g8jl9s27zu.cloudfront.net/czcdn/new270525/rive/fncybg.svg);
  }
  .aviatrix_cls{
    position: absolute;
    top: 15px;
    right: 10%;
  }
  .blueBtn {
    background-color: #139FFF !important;
  }
  .darkBlueBtn {
      background-color: #2D67CF !important;
  }
  .fancy_clse_btn{
    display:none;
    position: absolute;
    /* top: 15px;
    right: 15px; */
    bottom:15px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.5px solid #4A4A4A;
    line-height: 0px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}


  .gamePlayBtn_fcy,.tourPlayBtn_ {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0;
    border-radius: 4px;
    color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    width: 270px;
    font-family: 'poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    /* text-transform: capitalize; */
    height: 47px;
    border: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gamePlayBtn_fcy{
  animation: btnUpper 6s ease-in 13.5s forwards;
  -webkit-animation: btnUpper 6s ease-in 13.5s forwards;
}
  @keyframes btnUpper {
    0% {
        opacity:0;
        transform: translate(-50%, 100vh); 
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
  }
  @-webkit-keyframes btnUpper{
    0% {
         opacity:0;
        -webkit-transform: translate(-50%, 100vh);
    }
    100% {
        opacity:1;
        -webkit-transform: translate(-50%, 0); 
    }
  }
  .gamePlayBtn_fcy img,.tourPlayBtn_ img{
    width: 100%;
    position: absolute;
    z-index: -1;
  }
 
  @keyframes gradientChange {
    0% {
      background: linear-gradient(45deg, #6200c2, #4b008e);
    }
    25% {
      background: linear-gradient(45deg, #460072, #7300ba);
    }
    50% {
      background: linear-gradient(45deg, #320052, #320053);
    }
    75% {
      background: linear-gradient(45deg, #2b0041, #38123e);
    }
    100% {
        background: linear-gradient(154deg, #2b0042, #370045);
    }
  }
  
  .class_4_ksr {
    position: relative;
  }

  
  @keyframes fadeInDown {
    0% {
        transform: translateX(-50%) translateY(-100vh);
        opacity: 0;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
  }
  @-webkit-keyframes fadeInDown {
    0% {
        left:50%;
        -webkit-transform: translateX(-50%) translateY(-100vh);
        opacity: 0;
    }
    100% {
        left:50%;
        -webkit-transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
  }
  
  
  @media only screen and (max-width:440px)
  {
    @supports (-webkit-touch-callout: none) {
        /* .closeIcon
        {
            position: unset!important;
            transform:unset!important;
        } */
      }
  }


  @media only screen and (min-width:600px) and (max-width:767px){
    #fancycricketRiv{
      width:100% !important;
      height:95dvh !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
  }
    .fckt_sec_wrp {
      height: 95dvh;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    .gamePlayBtn_fcy,.tourPlayBtn_ {
      bottom: 44px !important;
    }
    .close_align {
      font-size: 16px;
    }
    .aviatrixGames {
      background: #000000c4!important;
    }

  }
  
  @media only screen and (min-width:767px){
    .class_4_ksr {
      position: relative;
    }
    .gamePlayBtn_fcy,.tourPlayBtn_ {
      bottom: 28px !important;
      left: 50%;
  }
  .closeIcon img{
    width:25px;
  }
  .close_align{
    font-size: 18px;
  }

  }

   @media only screen and (max-width:359px){
      .gamePlayBtn_fcy,.tourPlayBtn_ {
        width: 190px;
       }
   }
   @media only screen and (max-width:390px){
    .gamePlayBtn_fcy,.tourPlayBtn_ {
      width: 250px;
     }
  }