/* -------------------- spinner Landing -------------------- */
html{
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  background-color: #212121;
}
footer, .headbelow, .logo h2{display: none}
#divMain {
  background: initial;
  width: 100%;}
.line {
  width: 0;
  height: 0;
}
#grtype{
  float: right;
  width: 100%;
  text-align: justify;
  margin: 13px 0;
  line-height: 170%;
  font-size: 89%;
}
#code1{
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 32px;
}
.sp-container{
  width: 98%;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  line-height: 260%;
}
.resultgrs {
  position: fixed;
  background: white;
  text-align: center;
  padding: 15px;
  width: 98%;
  max-width: 365px;
  right: 36%;
  top: 150px;
  transform: translateX(50%);
  border-radius: 10px;
  transition-duration: 1s;
  z-index: 99999999;
  direction: rtl;
  border: 2px solid #d2d2d2;
  box-shadow: 0px 0px 15px 0px rgb(70, 70, 70);
}
.resultgrs .fa-times{
  position: absolute;
  color: red;
  cursor: pointer;
  font-size: 130%;
  left: 8px;
  top: 8px;
}
#showresult{
  float: right;
  width: 100%;
  margin: 10px 0;
  line-height: 155%;
}
.resultgrs a{
  color: #4040f3;
  font-weight: bold;
}
.resultgrs p{
  line-height: 1.5;
  margin-top: 20px;
  font-size: 90%;
  color: red;
}
.spinner{
  width:500px;
  height:500px;
  position: relative;
  width: 50%;
  float: left;
  min-width: 500px;
}
.sp-container{
  width: 98%;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  line-height: 260%;
}

.co-bg{
  padding: 30px 60px;
  background-color: #ffffffaa;
  box-sizing: border-box;
}

.co-bg::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(/userfiles/images/landing/persant-min.png);
  background-size: 400px;
  opacity: 0.15;
  background-repeat: repeat;
  animation: persentMove 2s infinite linear;
}

@keyframes persentMove {
  0%{
    top: 0;
    right: 0;
  }
  25%{
    top: 5px;
    right: 8px;
  }
  75%{
    top: -8px;
    right: -3px;
  }
  100%{
    top: 0;
    right: 0;
  }
}

.sp-container .sp-title h1{
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 40px;
}
.sp-container .sp-title h2{
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 30px;
}

.sp-container .sp-text{
  width: 60%;
  margin: 0 auto;
}

.sp-text li i{
  padding-left: 15px;
  font-size: 20px;
  line-height: 40px;
  color: #ff6a00;
}

.sp-text li:last-child span{
  padding-right: 30px;
  line-height: 40px;
}

.sp-container .sp-text .btns{
  width: 70%;
  margin: 30px auto 0;
}

.sp-container .sp-text .btns span{
  background-color: #00b050;
  display: inline-block;
  padding: 0 15px;
  width: 32%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 7;
}

.sp-container .sp-text .btns .btn:first-child span{
  margin-left: 15px;
}

.sp-container .sp-text .btns .btn{
  width: 100%;
  display: initial;
}

.sp-container .sp-text .btns .btn:active{
  position: relative;
  top: 2px;
}

.sp-container .sp-text .btns i{
  background-color: #019644;
  padding: 0 15px;
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -17px;
  cursor: pointer;
}

.sp-container .sp-text .btns span::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #019644;
  height: 45px;
  width: 0px;
  z-index: -1;
  transition-duration: 1s;
}

.sp-container .sp-text .btns .btn:hover span::after{
  width: 250px;
}

.background-img{
  width: 100%;
  position: fixed;
  top: 30px;
  z-index: -10;
  opacity: 0.1;
  animation: bgSpin 30s infinite linear;
}

@keyframes bgSpin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.background-img img{
  width: 100%;
}

.rul-list ul {
  margin-right: 20px;
}
.sp-container .rul-list ul li{
  list-style: circle;
  line-height: 300%;
}

.rul-section{
  background-color: #ffffff85;
  padding: 30px;
  width: 71.5%;
  box-sizing: border-box;
  display: inline-block;
  float: right;
}

.social-section{
  width: 26.5%;
  float: left;
}

.social-section ul{
  margin: 0;
  padding: 15px 0 20px 0;
}
.social-section ul li{
  width: 48%;
  display: inline-block;
  font-size: 50px;
  text-align: center;
  margin: 15px 0;
}

.fa-telegram{
  color: #0088cc;
}
.fa-instagram{
  background: -webkit-linear-gradient(135deg, #405de6 0%,#833ab4 21%,#e1306c 41%,#f56040 60%,#f77737 77%,#ffdc80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #c13584;
}
.fa-twitter{
  color: #1da1f2;
}
.fa-facebook-f{
  color: #3b5998;
}

.bganimate {
  background-size: 2.5em 2.5em, 2em 2em;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #ff6f4a 1em, #ff7e5c 50%), repeating-linear-gradient(45deg, #402e2a, #6e3222 1em, #d72e03 1em, #8d1d00 50%);
  animation: bganimate 5s linear infinite;
  position: relative;
  min-height: calc(100vh - 56px);
  box-sizing: border-box;
}
.bganimate::before{
  content:"";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 130%);
}

@keyframes bganimate {
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: 5em 5em;
  }
}
.slotWrapper{
  position: relative;
  z-index: 10;
  border-radius: 15px;
  box-shadow: 0 0 3em rgb(0 0 0);
  padding: 1em;
  background: rgb(0 0 0 / 35%);
  backdrop-filter: blur(6px);
  margin: 0 0 25px;
  color: white;
  line-height: 2;
}

.slotWrapper h1{
  font-weight: 900;
  font-size: 2em;
  text-align: center;
}

.slotWrapper p{
  font-weight: 300;
}

.slotWrapper .Open-Rewards{
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.img-wrapper:not(:last-child){
  margin-left: 25px ;
}

.img-wrapper img{
  width: 100%;
}


.button-53 {
  background-color: #ff3300;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.75rem;
  padding: .75rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  max-width: 460px;
  transform: rotate(-1deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 3em auto 1em;
  font-family: 'iranyekan';
  font-size: 1.25em;
  transition: transform .2s ease-in-out;
  transform-origin: center;
}

.button-53:hover {
  transform: rotate(1deg);
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  transition: all .2s ease-in-out;
  transform: rotate(2deg);
  transform-origin: center;
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
  transform: rotate(-2deg);
}


.chanceWrapper{
  font-weight: 200 !important;
  text-align: center;
}

.spinBegin::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5%;
  height: 3px;
  background: #fff;
  animation: btnSpinLine 1s linear infinite;
}

@keyframes btnSpinLine {
  0%{
    left: 0;
  }
  50%{
    left: 95%;
  }
  100%{
    left: 0%;
  }
}

.linkList {
  margin: 25px 0;
  text-align: left;
}
.linkList a{
  color: #0088dc;
  font-size: .8em;
  padding: 5px 20px;
}
.linkList a:not(:last-child){
  border-left: 1px solid #aaa;
}

#showReward{ 
  margin: 25px;
  line-height: 2;
}

.codeWrapper{
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 25px auto;
  padding: 15px;
}

.codeWrapper i{
  font-size:3em;
  line-height: 0;
}

.codeWrapper input{
  margin: 25px;
  border: 1px solid #757575;
  font-size: 2em;
  border-radius: 5px;
  text-align: center;
  color: #454545;
  padding: 10px 0;
  letter-spacing: 4px;
}

.rewardProduct{
  padding: 25px 15px;
}


@media only screen and (max-width: 800px) {
  .codeWrapper,
  .rewardProduct {
    flex-wrap: wrap;
  }
}


/* -------------------- MakeMony Landing -------------------- */

.mm-logo{
  width: 100%;
  transition-duration: 0.5s;
}

.mm-logo img{
  width: 30%;
  max-width: 400px;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%,0);
  transition-duration: 1s;
}

.mm-logo-pin{
  background-color: #fff;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 10;
  transition-duration: 1s;
}
.mm-logo-pin img{
  width: 15%;
  max-width: 250px;
  top: 3%;
  transition-duration: 0.5s;
}

.mm-center{
  width: 98%;
  padding: 80px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0);
  box-sizing: border-box;
  background-color: #ffffffad;
}

.mm-center h1{
  text-align: center;
  display: block;
  font-size: 250%;
}

.mm-title{
  width: 75%;
  margin: 0 auto;
  border: 1px solid #e1e19c;
  padding: 30px 60px;
  border-radius: 10px;
  color: #525210;
  text-align: justify;
}

.mm-title p{
  line-height: 40px;
  margin-top: 30px;
  font-size: 115%;
}

.mm-btn{
  border: none;
}
.mm-btn a {
  margin: 25px auto;
  min-width: 23%;
  background-color: #00b050;
  padding: 15px 40px;
  color: #fff;
  display: table;
  text-align: center;
}
.mm-btns{
  width: 50%;
  margin: auto;
}

.mm-text{
  border: none;
}
.mm-text p{
  font-size: 98%;
}
.mm-text img{
  width: 85%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.mm-mony img:nth-child(1){
  position: fixed;
  top: 25%;
  left: 15%;
  width: 200px;
  animation: Rotate1 2s infinite linear;
  z-index: -1;
}

@keyframes Rotate1{
  0%{
    transform: rotate(19deg);
  }
  65%{
    transform: rotate(4deg);
  }
  100%{
    transform: rotate(19deg)
  }
}

.mm-mony img:nth-child(2){
  position: fixed;
  top: 65%;
  left: 8%;
  width: 200px;
  animation: Rotate2 2.5s infinite linear;
  z-index: -1;
}

@keyframes Rotate2{
  0%{
    transform: rotate(4deg);
  }
  65%{
    transform: rotate(-12deg);
  }
  100%{
    transform: rotate(4deg)
  }
}

.mm-mony img:nth-child(3){
  position: fixed;
  top: 85%;
  left: 75%;
  width: 200px;
  animation: Rotate3 3s infinite linear;
  z-index: -1;
}

@keyframes Rotate3{
  0%{
    transform: rotate(-5deg);
  }
  65%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(-5deg)
  }
}

.mm-mony img:nth-child(4){
  position: fixed;
  top: 15%;
  left: 85%;
  width: 200px;
  animation: Rotate4 3.5s infinite linear;
  z-index: -1;
}

@keyframes Rotate4{
  0%{
    transform: rotate(-23deg);
  }
  65%{
    transform: rotate(-11deg);
  }
  100%{
    transform: rotate(-23deg)
  }
}

.mm-mony img:nth-child(5){
  position: fixed;
  top: 50%;
  left: 85%;
  width: 400px;
  animation: Rotate1 3.5s infinite linear;
  z-index: -1;
  filter:blur(5px);
}

.mm-mony img:nth-child(6){
  position: fixed;
  top: 90%;
  left: 10%;
  width: 100px;
  animation: Rotate1 3.5s infinite linear;
  z-index: -1;
}

.mm-mony img:nth-child(7){
  position: fixed;
  top: 40%;
  left: -5%;
  width: 300px;
  animation: Rotate1 3.5s infinite linear;
  z-index: -1;
  filter:blur(3px);
}



@media only screen and (max-width: 1300px) {
  .sp-container .sp-text .btns .btn {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .sp-container .sp-text .btns span{
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .resultgrs {
    right: 23%;
  }
  .mm-title {
    width: 96%;
    padding: 15px 0;
  }
  .mm-title p {
    padding:0 10px;
    line-height: 30px;
  }
  .mm-btn a {
    padding: 15px;
    margin: 20px auto;
    display: block;
  }
  .mm-center{
    padding: 40px 10px;
  }
  .co-bg {
    padding: 30px 15px;
  }
  .sp-container .sp-text {
    width: 90%;
  }
  .sp-container .sp-text .btns span {
    width: 40%;
  }
  .rul-section {
    padding: 15px 30px;
    width: 100%;
    margin: auto;
  }
  .sp-container .sp-title h2{
    font-size: 25px;
  }
  .social-section {
    width: 100%;
  }
  .social-section ul li {
    width: 23%;
    font-size: 35px;
  }
  .background-img {
    bottom: -36%;
    width: 150%;
    top: inherit;
    left: -25%;
  }
  .sp-container .sp-text .btns .btn:first-child span {
    margin-left: inherit;
  }
}
@media only screen and (max-width:600px) {
  .resultgrs {
    right:8%;
  }
}
@media only screen and (max-width: 480px) {
  .mm-logo img {
    width: 50%;
  }
  .sp-container .sp-text {
    width: 100%;
  }
  .sp-container .sp-text .btns span {
    width: 60%;
  }
  .mm-center {
    top: 8%;
  }
}



/* -------------------------- Gift -------------------------- */

.GiftPage{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.GiftPage .LogoSVG{
  width: 30%;
  margin: 20vh auto 0;
}
.GiftPage .Menu ul{
  width: 50%;
  margin: 20px auto;
}

.GiftPage .Menu li{
  color: #eee;
  display: inline-block;
  font-weight: 100;
  margin: 0 1.5%;
  font-size: 0.9em;
  text-align: center;
  transition-duration: 1s;
  position: relative;
}

.GiftPage .Menu ul{
  display: flex;
  justify-content: space-around;
}
.GiftPage .Menu li a{
  color: #fff;
  cursor: pointer;
  line-height: 155%;
}
.GiftPage .Menu li a:hover{
  color: #eee
}
.GiftPage .Menu li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.8em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.GiftPage .Menu li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

* {
  box-sizing: border-box;
}
.PhoneContainer{
  margin-top: 60px;
}

.PhoneDiv {
  position: relative;
  max-width: 500px;
  height: 100px;
  margin: 0 auto;
  width: 95%;
}

.PhoneLabel {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: #a0a0a0;
  transition: all 0.25s ease;
}
.PhoneLabel.focus {
  top: -25px;
  right: 5px;
  font-size: 14px;
  color: #fff;
}

.PhoneTextbox {
  position: relative !important;
  display: block !important;
  max-width: 500px !important;
  margin: 50px auto 0 !important;
  padding: 15px !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  color: #757575 !important;
  outline: none !important;
  background-color: #fff !important;
  width: 100% !important;
  box-shadow: inherit !important;
}

.NumER{
  padding: 20px 10px;
  color: red;
  max-width: 69%;
  animation: ERShow 5s infinite both;
}
.NumBoxER{
  border-bottom: 3px solid #C62828 !important;
  background-color: #ffcdd2 !important;
}

.PhoneDiv .Btn:focus:not(:disabled):not(.disabled),
.PhoneDiv .Btn:active:not(:disabled):not(.disabled),
.PhoneDiv .Btn.ripple-fx:not(:disabled):not(.disabled) {
  background-image: radial-gradient(circle closest-side at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 99%, transparent 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, transparent 90%);
  background-size: 0% 0%, 0% 0%;
  background-repeat: no-repeat;
  background-origin: border-box;
  -webkit-animation: button-ripple 1.5s ease-in;
  animation: button-ripple 1.5s ease-in;
}
.PhoneDiv .Btn.ripple-pre-fx {
  -webkit-animation: none !important;
  animation: none !important;
}
.PhoneContainer button{
  background-color: #ff3d00;
  border: none;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  margin: 0 !important;
  font-family: iranyekan !important;
}
.PhoneContainer button:hover{
  background-color: #df3500;
}
@-webkit-keyframes button-ripple {
  0% {
    background-size: 0% 0%, 0% 0%;
    background-position: calc(50% - var(--click-el-w, 0px)/2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px)/2 + var(--click-offset-y, 0px)), 0% 0%;
  }
  33% {
    background-size: calc(2 * var(--click-max-r, 71%)) 200vw, 0% 0%;
    background-position: calc(50% - var(--click-el-w, 0px)/2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px)/2 + var(--click-offset-y, 0px)), 0% 0%;
  }
  33.1% {
    background-size: 0% 0%, 100% 1000%;
  }
  100% {
    background-size: 0% 0%, 100% 1000%;
    background-position: 0% 0%, 0% 100%;
  }
}
@keyframes button-ripple {
  0% {
    background-size: 0% 0%, 0% 0%;
    background-position: calc(50% - var(--click-el-w, 0px)/2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px)/2 + var(--click-offset-y, 0px)), 0% 0%;
  }
  33% {
    background-size: calc(2 * var(--click-max-r, 71%)) 200vw, 0% 0%;
    background-position: calc(50% - var(--click-el-w, 0px)/2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px)/2 + var(--click-offset-y, 0px)), 0% 0%;
  }
  33.1% {
    background-size: 0% 0%, 100% 1000%;
  }
  100% {
    background-size: 0% 0%, 100% 1000%;
    background-position: 0% 0%, 0% 100%;
  }
}

.PhoneContainer p, .MassageSend{
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
  color: #000;
  line-height: 180%;
  text-align: justify;
}

.FadeOutBox{
  -webkit-animation: rotate-scale-down 0.45s cubic-bezier(0.93, 0.11, 0.98, 0.55) both;
  animation: rotate-scale-down 0.45s cubic-bezier(0.93, 0.11, 0.98, 0.55) both;
}


@-webkit-keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0) skewY(0deg);
    transform: scale(1) rotateZ(0) skewY(0deg);
    opacity: 1;
    height: auto;
  }
  50% {
    -webkit-transform: scale(0.8) rotateZ(4deg) skewY(10deg);
    transform: scale(0.8) rotateZ(4deg) skewY(10deg);
    opacity: 0.9;
    height: 0;
  }
  100% {
    -webkit-transform: scale(0.5) rotateZ(8deg) skewY(20deg);
    transform: scale(0.5) rotateZ(8deg) skewY(20deg);
    opacity: 0;
    height: 0;
  }
}
@keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0) skewY(0deg);
    transform: scale(1) rotateZ(0) skewY(0deg);
    opacity: 1;
    height: auto;
  }
  50% {
    -webkit-transform: scale(0.8) rotateZ(4deg) skewY(10deg);
    transform: scale(0.8) rotateZ(4deg) skewY(10deg);
    opacity: 0.9;
    height: 0;
  }
  100% {
    -webkit-transform: scale(0.5) rotateZ(8deg) skewY(20deg);
    transform: scale(0.5) rotateZ(8deg) skewY(20deg);
    opacity: 0;
    height: 0;
  }
}

.MassageSend{
  opacity: 0;
  text-align: center;
}

.FadeInBox{
  -webkit-animation: rotate-scale-down 0.45s cubic-bezier(0.93, 0.11, 0.98, 0.55) both;
  animation: rotate-scale-down 0.45s cubic-bezier(0.93, 0.11, 0.98, 0.55) both;
  animation-direction: reverse;
  animation-delay: 0.3s;
}



.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
  -webkit-animation: flip-vertical-right 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  animation: flip-vertical-right 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  5% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  95% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  5% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  95% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}


button {
  cursor: pointer;
  margin-left: 15px;
}

.hide{
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  background-color: transparent;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
  background-color: #212121;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 10.25s ease-in;
  animation: rotatePlaceholder 10.25s ease-in;
  background-color: transparent;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 1.75s;
  animation: animateSuccessTip 1.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 1.75s;
  animation: animateSuccessLong 1.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.GiftSet{
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.GiftSet::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/images/landing/mosaicbg-min.png);
  position: fixed;
  opacity: .4;
  filter: brightness(80%);
}

@keyframes ERShow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  83% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  95% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  98% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80%,
  85%,
  93%,
  97% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}



@media only screen and (max-width: 900px) {
  .GiftPage .Menu ul {
    width: 98%;
  }
  .GiftPage .LogoSVG{
    width: 70%;
  }
  .PhoneContainer {
    margin-top: 30px;
  }
}




/* -------------------- new spinner Landing -------------------- */

.SC{
  direction: rtl;
  font-family: "iranyekan";
}
.Slots-Container{
  position: relative;
  top: 0;
  right: 0;

}
.Slots-text{
  width: 50%;
  margin: 80px auto 20px;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff1f;
  box-shadow: 0 0 10px #b39910;
}
.Slots-text h1{
  font-size: 2em;
  text-align: center;
  margin-bottom:20px;
  color: #fffbe4;
  text-shadow: 3px 3px 0px #a0890d;
}

.Slots-text p{
  text-align: justify;
  margin-bottom:14px;
  line-height: 1.5em;
}

.SlotsHolder{
  position: relative;
  top: 10px;
  right: 50%;
  transform: translate(50%,0);
  width: 400px;
  height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  border-radius: 8px;
  margin-top: 25px;
  transform: translate(50%,0) scale(1.2);
}

.Start-BTN{
  position: relative;
  right: 50%;
  transform: translate(50%,0);
  width: 400px;
  display: flex;
}
#stage {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.perspective {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;  
  overflow: hidden;
}

#rotate {
  margin: 0 auto 0;
  width: 100%;
  height: 220px;
  transform-style: preserve-3d;
  transform: translate(0,33%);
}

.Frame div{
  position: absolute;
  border-right: 18px solid;
  border-top: 13px solid;
  border-left: 8px solid;
  border-bottom: 13px solid ;
  box-sizing: border-box;
  height: 220px;
  width: 31%;
  top: 0;
  right: 0;
  border-image: url('/files/images/landing/border.png') 100 stretch;
}
.Frame div:nth-child(2){
  border-left: 13px solid;
  border-top: 13px solid;
  border-right: 13px solid;
  border-bottom: 13px solid;
  right: 34%;
}
.Frame div:nth-child(3){
  border-left: 18px solid;
  border-top: 13px solid;
  border-right: 8px solid;
  border-bottom: 13px solid;
  left: 0;
  right: inherit;
}

.Frame div::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: -webkit-linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.Frame div::before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}


.ring {
  margin: 0 auto;
  height: 80px;
  width: 31%;
  float: left;
  transform-style: preserve-3d;
  transition-duration: 5s;
}

.ring ::after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#ring1{
  left: 9px;
  position: relative;
}
#ring3{
  left: -7px;
  position: relative;
}
#ring2{
  left: 3px;
  position: relative;
}

.slot {
  position: absolute;
  width: 90px;
  height: 80px;
  box-sizing: border-box;
  opacity: 0.9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ring img{
  width: 85%;
  height: 85%;
  margin: auto;
  position: relative;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
}

.slot p {
  font-size: 36px;
  font-weight: bold;
  line-height: 80px;
  margin: 0;
  text-align: center;
}

.clcspinner{
  display: block;
  margin: 60px auto 20px;
  padding: 13px 40px;
  font-size: 20px;
  cursor: pointer;
  background: linear-gradient(to bottom, #67dd19 0%,#67dd19 60%,#57c20f 61%,#57c20f 63%,#67dd19 100%);
  border-radius: 7px;
  color: #333;
  text-align: center;
  border: 6px solid transparent;
  position: relative;
  background-clip: padding-box;
}
.go::before {
  position: absolute;
  top: -4px; bottom: -4px;
  left: -4px; right: -4px;
  background: linear-gradient(to bottom, #ce930e 0%,#fef443 50%,#ce930e 100%);
  content: '';
  border-radius: 7px;
  z-index: -1;
  box-shadow: 2px 2px 18px #c38b0d;
}
.go:active::before {
  background: linear-gradient(to bottom, #b88209 0%,#e7dd2a 50%,#b88209 100%);
  box-shadow: 2px 2px 3px #c38b0d;
}
.go:active{
  top: 2px;
  right: 2px;
}
.tilted {
  transform: rotateY(45deg);
}
.wink::after{
  content: " ";
  position: absolute;
  border-radius: 7px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  opacity: 0.1;
  animation: lightWink 0.4s infinite alternate;
}

@keyframes lightWink{
  0%{
    opacity: 0.1;
  }
  60%{
    opacity: 0.1;
  }
  100%{
    opacity: 0.3;
  }
}

.spin-1     { transform: rotateX(-3960deg); }
.spin-2     { transform: rotateX(-3989deg); }
.spin-3     { transform: rotateX(-4019deg); }
.spin-4     { transform: rotateX(-4049deg); }
.spin-5     { transform: rotateX(-4079deg); }
.spin-6     { transform: rotateX(-4109deg); }
.spin-7     { transform: rotateX(-4139deg); }
.spin-8     { transform: rotateX(-4169deg); }
.spin-9     { transform: rotateX(-4199deg); }
.spin-10    { transform: rotateX(-4229deg); }
.spin-11    { transform: rotateX(-4259deg); }
.spin-12   	{ transform: rotateX(-4289deg); }

@keyframes back-spin {
  100%  { transform: rotateX(30deg); }
}
@keyframes tiltin {
  0%    { transform: rotateY(0deg);}
  50%   { transform: rotateY(0deg);}
  100%  { transform: rotateY(45deg);}
}
@keyframes tiltout {
  0%    { transform: rotateY(45deg);}
  100%  { transform: rotateY(0deg);}
}

@keyframes spin-1 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-3960deg); }
}
@keyframes spin-2 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-3989deg); }
}
@keyframes spin-3 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4019deg); }
}
@keyframes spin-4 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4049deg); }
}
@keyframes spin-5 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4079deg); }
}
@keyframes spin-6 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4109deg); }
}
@keyframes spin-7 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4139deg); }
}
@keyframes spin-8 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4169deg); }
}
@keyframes spin-9 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4199deg); }
}
@keyframes spin-10 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4229deg); }
}
@keyframes spin-11 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4259deg); }
}
@keyframes spin-12 {
  0%    { transform: rotateX(30deg); }
  100%  { transform: rotateX(-4289deg); }
}

/* ------------------- */

.SC{
  width: 100%;
  min-height: 100%;
  background: rgb(248,181,0);
  background: linear-gradient(to bottom, #c38b0d 0%,#fef443 50%,#c38b0d 100%);
  animation: ShowSpinner 1.5s ease 7.5s forwards;
  position: absolute;
  top: 0;
  opacity: 0;
  font-family: iranyekan;
}

@keyframes ShowSpinner{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


.morphing{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.SVGshape{
  position: relative;
  top: 50%;
  width: 50%;
  transform: translate(-50%,-50%);
}


/* ---------------------------- */

.logo-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  position: fixed;
  height: 105%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #212121;
  z-index: 300;
  transition-duration: 0.5s;
  opacity: 1;
}
.letters {
  position: relative;
  display: flex;
  width: 60%;
  top: -25%;
}
.letter {
  position: relative;
  width: 100%;
}
.letter:not(:first-child) {
  margin-left: -42px;
}

.logo-icon {
  display: flex;
  position: absolute;
  left: 230px;
  top: -10px;
  width: 222px;
  height: 62px;
}
.icon {
  width: 62px;
  height: 62px;
  opacity: 0;
}
.icon-text {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 160px;
  height: 62px;
}
.icon-text path,
.icon-text polygon {
  opacity: 0;
}

.letters{
  position: relative;
}
.letter{
  position: absolute;
  top: 0;
  right: 0;
}

.topBlack{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #212121;
}
.background {
  position: absolute;
  display: block;
  top: 0;  
  left: 0;  
  z-index: 0;
  pointer-events: none;
  height: 100%;
}

.Rewards{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000bb;
  z-index: 1000;
}
.Rewards-list{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 8px;
  padding: 1%;
  box-sizing: border-box;
  direction: rtl;
  max-width: 1400px;
  overflow-y:scroll;
  overflow-x:hidden;
  max-height: 80%;
}

.Rewards-list table{
  border-spacing: 0;
  margin: 20px 0;
}
.Rewards-list .desk-table tr th,
.Rewards-list .desk-table tr td{
  display: table-cell;
  text-align: center;
  padding: 2%;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.Rewards-list .desk-table{
  display: block;
}
.Rewards-list .mobile-table{
  display: none;
}

.Rewards-list .mobile-table tr th,
.Rewards-list .mobile-table tr td{
  display: table-cell;
  text-align: center;
  padding: 3%;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.Rewards-list table tr td span{
  display: block;
  font-size: 1.5em;
  color: #212121;
  margin-bottom: 8px;
}
.Rewards-list table tr td{
  font-size: 0.8em;
  color: #777;
}
.Rewards-list table tr th img{
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.Rewards-list table tr th{
  position: relative;
  padding: 10px 0 0 !important;
}
.Rewards-list table tr th::after{
  content: " ";
  position: absolute;
  -webkit-clip-path: polygon(40% 50%, 100% 100%, 100% 0);
  clip-path: polygon(40% 50%, 100% 100%, 100% 0);
  background-color: #ccc;
  top:  calc(50% - 10px);
  left: -10px;
  width: 10px;
  height: 10px;
}

.Rewards-list .desk-table tr td:nth-child(2),
.Rewards-list .desk-table tr td:nth-child(4){
  width: 35%;
}

.closeRewards{
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  transform: rotate(45deg);
}
.closeRewards::before{
  color: red;
  font-size: 1.5em;
}


/* -------- Gift Land -------- */

.CardGameContainer{
  background-image: url(/files/images/landing/card-flip/dark-game-bg-min.jpg);
  min-width: 100vw;
  min-height: 100vh;
  background-size: 3%;
  position: fixed;
}
.CardGameContainer::after{
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  height: 200vh;
  width: 100vw;
  background: radial-gradient(circle, rgba(255,255,255,.3) 0%, rgba(255,255,255,0) 60%);
  transform: translate(-50%,-50%);
}
.CG-discriptionBox,
.CG-gameHolder{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.7);
  padding: 30px;
  min-width: 60vw;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,5);
  border: 1px solid #ff6a00;
  overflow: hidden;
  z-index: 10;
  transition: all .4s ease-in;
}
.CG-btnStart {
  text-align: center;
}
.CG-btnStart span{
  background: #ff6a00;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding: 7px 40px;
  border-radius: 10px;
  cursor: pointer;
}
.CG-btnStart span i{
  position: relative;
  top: 5px;
}
.CG-discriptionBox ul{
  list-style: circle;
  margin: 30px 40px 40px 0;
  font-weight: 100;
  position: relative;
}
.CG-discriptionBox::before{
  content: "";
  background-image: url(/themes/default/images/landika%20logo%201-min.png);
  background-position: center;
  background-size: 400px;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 100px;
  height: 500px;
  width: 500px;
  transform: translate(-50%,-50%);
  opacity: .2;
}
.Card-Front::after {
  content: attr(data-test);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotateX(180deg);
  color: #fff;
  font-size: 3em;
}
.CG-discriptionBox ul li{
  margin: 20px 0;
}
.CG-hepl p{
  margin: 15px 0;
}
.CG-gameHolder{
  background: rgba(0,0,0,.5);
  transition: all .4s ease-out .35s;
  height: 95vh;
  transform: translate(-50%,-50%) rotateX(180deg);
  box-sizing: border-box;
}
.CG-GameBox,
.CG-startBox{
  perspective: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.CG-startBox{
  z-index: 40;
}
.CG-reverseFlip{
  transform: rotateX(-180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
}
.CG-gameStatus{
  color: #fff;
  justify-content: space-between;
}
.CG-CardHolder,
.CG-scoreHolder{
  padding: 30px;
}
.CG-CardHolder ul{
  flex-wrap: wrap;
  justify-content: space-between;
}
.CG-CardHolder ul li{
  width: 19%;
  margin: .5% 0;
  height: 10vh;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
  transition: all .3s ease .2s;
  cursor: pointer;
  position: relative;
  perspective: 1000px;
}
.CG-CardHolder ul li:hover{
  transform: scale(1.15);
  transition-delay: 0s;
  z-index: 10;
}
.CG-CardHolder ul li span {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
.CG-CardHolder ul li .Card-Back::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/files/images/landing/card-flip/card-patter-bg-min.jpg);
  background-position: top;
  background-size: 8%;
}
.CG-CardHolder ul li .Card-Back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/themes/default/images/landika%20logo%201-min.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.CG-CardHolder ul li .Card-Back{
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s ease-out;
}
.CG-CardHolder ul li .Card-Front{
  width: 100%;
  height: 100%;
  background: red;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  display: block;
  transform: translate(-50%,-50%) rotateX(180deg);
  transition: all .3s ease-out .25s;
}
.flipOut{
  transform: translate(-50%,-50%) rotateX(90deg) !important;
  visibility: hidden;
}
.CG-alert{
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.CG-alert.wasFalse{
  color: red;
}
.d_flex {
  display: flex;
}


@media only screen and (max-width: 500px) {
  .Rewards-list .desk-table {
    display: none;
  }
  .Slots-Container {
    top: -30px;
  }
  .clcspinner {
    margin: 20px auto 20px;
  }
  .Rewards-list .mobile-table {
    display: block;
  }
  .Rewards-list{
    width: 90%;
  }
  .Rewards-list .mobile-table tr td:nth-child(2){
    width: 60%;
  }
  .SlotsHolder {
    transform: translate(50%,0) scale(0.85);
  }
}

.Slots-text .Open-Rewards{
  text-align: center;
  margin:10px 0 0;
  text-decoration: underline;
  color: darkred;
  cursor: pointer;
}

@media only screen and (max-width:768px){
  .Slots-text {
    width: 95%;
  }
  .Rewards-list{
    width: 95%;
  }

}
