* {
  margin: 0;
  padding: 0;
}
h1 {
  margin-bottom: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: #03121f;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #dde4ec;
}

body::-webkit-scrollbar-thumb {
  background: #fa5a00;
  border-radius: 30px;
}

.slots-title--mob{
  display: none;
}
.content__pic__smoke{
  position: absolute;
  width: 120vw;
  bottom: -21vh;
  left: -13vw;

}
.content__pic__smoke img{
  width: 100%;
  -webkit-animation: smoke 6s ease-in-out infinite;
  -moz-animation: smoke 6s ease-in-out infinite;
  animation: smoke 6s ease-in-out infinite;
  opacity: 1;
}
.content__pic__shine img{
  -webkit-animation: shine 4s ease-in-out infinite;
  -moz-animation: shine 4s ease-in-out infinite;
  animation: shine 4s ease-in-out infinite;

}
.smoke-mob {
  display: none;
}

/* header */

.header {
  z-index: 100;
  margin-top: 30px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 284px;
  height: 40px;
}
/* content */
.content,
.btn-wrapper {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.title {
  font-size: 77px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  color: rgb(46, 220, 255);
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 0.7px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 40px #2edcff;
}

.slots-wrapper {
  max-width: 49%;
  text-align: center;
  margin-top: 25px;
  z-index: 100;
}

.slots {
  display: flex;
  width: 100%;
  height: 450px;
  background-color: #1e1e1e;
  box-shadow: 0 0 35px #7c28af;
  border-radius: 20px;
  transition: 0.2s ease;
}

.slots.active {
  box-shadow: 0 0 15px #fc1cff;
  animation: slots-acitve 1s ease;
}

.slots-title {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 70px;
  text-transform: uppercase;
  text-shadow: 0 0 13px #ffffff;
}
.btn-wrapper {
  z-index: 100;
}
.slots-btn {
  position: relative;
  z-index: 300;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35.6px;
  color: white;
  text-transform: uppercase;
  border-radius: 100px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 63, 0) 0%,
    rgb(255, 94, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 63, 0) 0%,
    rgb(255, 94, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 63, 0) 0%,
    rgb(255, 94, 0) 100%
  );
  box-shadow: 0px 8px 21px 0px rgba(255, 63, 0, 0.5);
  max-width: 400px;
  height: 91px;
  margin: 0 auto;
  margin-top: 24px;
  transition: 0.5s ease;
}

.slots-btn.win {
  background: transparent;
  box-shadow: 0 0 0 7px #fc1cff !important;
}

.slots-btn:hover {
  box-shadow: 0px 8px 21px 0px rgba(255, 63, 0, 1);
}

.girl {
  position: absolute;
  left: 0;
  width: 470px;
  right: -570px;
  bottom: -30px;
  z-index: 10;
  bottom: 0;
  margin: 0 auto;
  z-index: 35;
}

.slot-col {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: rgb(18, 18, 18);
  transition: all .3s;
}
.slot-col:nth-child(1),
.slot-col:last-child {
  background: linear-gradient(180deg, rgba(86,54,202,1) 10%, rgba(146,1,140,1) 30%, rgba(57,33,91,1) 55%, rgba(64,45,139,1) 95%)
}

.slot-col:nth-child(2) {
  background: linear-gradient(180deg, rgba(86,54,202,1) 10%, rgba(146,1,140,1) 30%, rgba(57,33,91,1) 55%, rgba(64,45,139,1) 95%)
}

.slot-col:nth-child(1) {
  border-radius: 20px 0px 0px 20px;
}
.slot-col:last-child {
  border-radius: 0px 20px 20px 0px;
}
.slot-col.win::before {
  content: "";
  position: absolute;
  height: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(244,190,255,1) 10%, rgba(146,1,140,1) 30%, rgba(110,66,176,1) 55%, rgba(118,87,255,1) 95%);
  animation: win-line 1s ease-in-out;
}

.wrap {
  position: relative;
  z-index: 20;
}


.slots-down-1 {
  animation: slots-down 0.5s ease-in-out;
  transform: translateY(-72%);
}
.slots-down-2 {
  animation: slots-down 1s ease-in-out;
  transform: translateY(-72%);
}
.slots-down-3 {
  animation: slots-down 1.5s ease-in-out;
  transform: translateY(-72%);
}
.slots-up {
  animation: slots-up 1s ease-in-out;
  transform: translateY(1%);
}

.coins:nth-child(1) {
  position: absolute;
  top: -155px;
  right: 0;
  left: -66%;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.coins:nth-child(2) {
  position: absolute;
  bottom: -117px;
  z-index: 9;
  left: -400px;
  right: 0;
  margin: 0 auto;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coins:nth-child(3) {
  position: absolute;
  top: -139px;
  z-index: 9;
  left: -870px;
  right: 0;
  margin: 0 auto;
  animation-name: floating;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.crown {
  position: absolute;
  top: -192px;
  z-index: 100;
  right: -128px;
  margin: 0 auto;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.box {
  position: absolute;
  top: -120px;
  left: -142px;
  margin: 0 auto;
  z-index: -10;
}
.scroll {
  position: absolute;
  bottom: -222px;
  right: -142px;
  margin: 0 auto;
  z-index: -10;
}
.coins-mob {
  display: none;
}
.coins__img {
  position: absolute;
}
.coin__one {
  top: 230px;
  left: 510px;
  width: 80px;
   animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coin__two {
  right: 120px;
  top: 240px;
  width: 50px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.coin__three{
  right: -40px;
  top: 170px;
  width: 90px;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coin__four{
  right: -90px;
  top: 300px;
  width: 70px;
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.coin__five{
  right: 115px;
  top: 440px;
  width: 60px;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.coin__six{
  right: -220px;
  top: 400px;
  width: 80px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.coin__seven{
  right: 40px;
  top: 595px;
  width: 35px;

  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.coin__eight{
  right: -190px;
  top: 610px;
  width: 75px;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coin__nine{
  right: -230px;
  top: 740px;
  width: 40px;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.coin__ten{
  right: -10px;
  top: 790px;
  width: 60px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.coin__eleven {
  right: 620px;
  top: 815px;
  width: 70px;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coin__twelve {
  top: 505px;
  left: 585px;
  width: 75px;
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.coin__thirteen {
  top: 640px;
  left: 415px;
  width: 80px;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.coin__fourteen {
  top: 640px;
  left: 660px;
  width: 60px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.coin__fiveteen {
  top: 820px;
  left: 660px;
  width: 65px;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.coin__sixteen{
  display: none;
}
.coin__seventeen{
  display: none;
}
.coin__eighteen{
  display: none;
}
.coin__nineteen{
  display: none;
}
.coin__twenty{
  display: none;
}
.shine{
  position: absolute;
  bottom: -140px;
  right: -140px;
  width: 820px;
}
.light{
  position: absolute;
  bottom: -215px;
  right: -250px;
  animation: scale 6s infinite;
}
.slots__arrow {
  position: absolute;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  top: 102px;
  left: 70px;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.slots__arrow::before {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  top: -19px;
  left: 165px;
  transition: all .3s;
}
.slots__arrow::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  top: -19px;
  left: 350px;
}
.slots__arrow.win::before{
  content: '';
  border-top: 20px solid #8f028a;
}
.icons{
  max-width: 100%;
  padding-top: 30px;
  max-height: 100%;
  object-fit: cover;
}
.icons:first-child {
  padding-top: 0;
}
.icon-one{
  width: 80px;
  height: 110px;
}
.icon-two{
  width: 110px;
  height: 110px;
}
.icon-three{
  width: 110px;
  height: 110px;
}
.icon-four{
  width: 99px;
  height: 110px;
}
.title__mob{
  display: none;
}



/* anim */
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

@keyframes slots-down {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-72%);
  }
}
@keyframes slots-up {
  0% {
    transform: translateY(-77%);
  }
  100% {
    transform: translateY(1%);
  }
}

@keyframes slots-acitve {
  0% {
    box-shadow: 0 0 15px #fc1cff;
  }

  100% {
    box-shadow: 0 0 55px #fc1cff;
  }
}

@keyframes win-line {
  0%{
    transform: scale(1.0);
  }
  50%{
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 30px #fc1cff;
  }
  50% {
    box-shadow: 0 0 20px #fc1cff;
  }
  100% {
    box-shadow: 0 0 30px #fc1cff;
  }
}

/* form restyle */

.register {
  backdrop-filter: blur(3px);
  overflow: hidden;
}

.form-btn {
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
}

.overlay-bg {
  position: absolute;
  z-index: -30;
  width: 100%;
  height: 100%;
}

.register__desc-text {
  color: white !important;
  text-shadow: none !important;
}

.register__desc-title {
  text-shadow: none !important;
}

.white-text {
  color: white !important;
  text-shadow: 0 0 5px white !important;
}

.botom-pop {
  padding-bottom: 8px;
  padding-top: 8px;
}

.inp-form {
  border-radius: 100px;
  /* height: 40px; */
}
.email__img,
.password__img,
.password-control {
  top: 49%;
  transform: translate(0, -50%);
}
.list-select,
.currency__img {
  top: 50%;
  transform: translate(0, -50%);
}
.currency__inp,
.password-input,
.botom-pop {
  margin-top: 0;
}
.active {
  background-image: none !important;
  background-color: #002343 !important;
  color: white !important;
}

.tab:nth-child(1) {
  position: relative;
  border-radius: 100px 100px 100px 0px;
}
.tab:nth-child(2) {
  position: relative;
  border-radius: 100px 100px 0px 100px;
}

.tab:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #003266;
  z-index: -1;
}

.tab:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -28px;
  right: -38px;
  border-radius: inherit;
  background-color: #002343;
  z-index: -2;
}
.tab:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #003266;
  z-index: -1;
}

.tab:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -28px;
  left: -38px;
  border-radius: inherit;
  background-color: #002343;
  z-index: -2;
}
.tab {
  transition: unset !important;
}

.tab.active::before {
  content: none !important;
}
.tab.active::after {
  content: none !important;
}

.tab {
  z-index: 100;
}

.shape {
  background-color: #002343;
}

.tabs__wrapper {
  overflow: hidden;
  height: 60px;
}

.tab:hover {
  background-image: none;
  background-color: #002343 !important;
}

.tab:hover .tab__text {
  color: white;
}

@media screen and (max-width: 767px) {
  .tabs__wrapper {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .tabs__wrapper {
    height: 50px;
  }
}

@media (oreitnation: landscape) and (max-height: 650px) {
  .register__wrapper {
    margin-top: 10%;
  }
}
@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(10%, -20%);
    transform: translate(10%, -20%)
  }
}

@-moz-keyframes smoke {
  0% {
    opacity: 0;
    -moz-transform: translate(0);
    transform: translate(0)
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0;
    -moz-transform: translate(10%, -20%);
    transform: translate(10%, -20%)
  }
}

@keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(10%, -20%);
    -moz-transform: translate(10%, -20%);
    transform: translate(10%, -20%)
  }
}
@-webkit-keyframes shine {
  0% {
    opacity: 1
  }

  50% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes shine  {
  0% {
    opacity: 1
  }

  50% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@keyframes shine  {
  0% {
    opacity: 1
  }

  50% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}
@keyframes scale{
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}