/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');
*/

@font-face {
  font-family: 'Gotham Rounded Italic';
  src: url(../fonts/GothamRounded-BoldItalic.eot);
  src: url(../fonts/GothamRounded-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/GothamRounded-BoldItalic.woff2) format('woff2'),
    url(../fonts/GothamRounded-BoldItalic.woff) format('woff'),
    url(../fonts/GothamRounded-BoldItalic.ttf) format('truetype'),
    url(../fonts/GothamRounded-BoldItalic.svg) format('svg');

}


@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/GothamRounded-Bold.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Bold.woff) format('woff'),
    url(..//fonts/GothamRounded-Bold.ttf) format('truetype');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(..//fonts/GothamRounded-Medium.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Medium.woff) format('woff'),
    url(..//fonts/GothamRounded-Medium.ttf) format('truetype');
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/GothamRounded-Book.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Book.woff) format('woff'),
    url(..//fonts/GothamRounded-Book.ttf) format('truetype');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background: #F4F4F4;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 110px;
}
.bcgg {
  background-image: url("../images/p.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: 0px;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 150px;
  z-index: 0;
}
.rounded-bg {
  position: absolute;
  bottom: -1px;
  background-image: url("../images/top-bg.svg");
  background-repeat: no-repeat;
  background-size: 103%;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  height: 194px;
  background-position-x: center;
}

.balls {
  background-image: url("../images/balls.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
  background-position: center;
  overflow: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  padding: 50px 0;
  position: absolute;
  bottom: 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
}
.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  display: flex;
  position: relative;
  background-position-y: -4vw;
  background-position-x: center;
}
.spin {
  position: absolute;
  top: 15vh;
  z-index: 2;
  right: 64vw;
  max-width: 18vw;
  animation: 2s ease 0s 1 normal both running buttonMainAnim;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  70% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
.add-second-anim-to-spin {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite2 !important;
}
@keyframes buttonMainAnimInfinite2 {
  0% {transform: scaleY(1) scaleX(1) translateY(0);}
  50% {transform: scaleY(1.2) scaleX(1.1) translateY(-30px);}
  100% {transform: scaleY(1) scaleX(1) translateY(0);}
}

.spin2 {
  position: absolute;
  top: 12vh;
  z-index: 2;
  right: 11vw;
  max-width: 22vw;
  animation: 2s ease 0s 1 normal both running buttonMainAnim;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  70% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
.add-second-anim-to-spin2 {
  animation: 1.2s ease 0s infinite normal both running slotPulse !important;
}
@keyframes buttonMainAnimInfinite2 {
  0% {transform: scaleY(1) scaleX(1) translateY(0);}
  50% {transform: scaleY(1.2) scaleX(1.1) translateY(-30px);}
  100% {transform: scaleY(1) scaleX(1) translateY(0);}
}
@keyframes slotAnim {
  0% {opacity:0;transform: scale(.5);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
  70% {opacity:1;transform: scale(1.1);filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {opacity:1;transform: scale(1);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
}
@keyframes slotPulse {
  0% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
  50% {filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
}
.hero-coins {
  background-image: url("../images/coins.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 600px;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 20px;
  background-position-y: center;
  background-position-x: center;
  animation: coins1 20s ease 0s normal both;
}
@keyframes coins1 {
  0% {transform: scale(.3);opacity: 0}
  8% {transform: scale(.9);opacity: 1}
  100% {transform: scale(1);opacity: 1}
}
.hero-content {
  width: 100%;
  max-width: 602px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
  left: 17vw;
}
.hero-content-title {
  font-size: 68px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}
.hero-content-title:after {
  content: '';
  background: #E20413;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  transform: skewX(-10deg);
}
.hero-content span {
  font-size: 63px;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
}
.hero-content .eye-text {
  animation: 1.5s ease 0s 1 normal both running buttonMainEye;
  text-align: center;
}

.price-counter-block {
  color: white;
  position: relative;
  text-align: center;
  bottom: 80px;
}
.add-second-anim-to-eye {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainEye {
  0% {transform: scale(.4);}
  70% {transform: scale(1.08);}
  100% {transform: scale(1);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.08);}
  50% {transform: scale(1);}
  100% {transform: scale(1.08);}
}
.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  bottom: 80px;
}
.countdown-bcg {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 160px;
}
.countdown-title {
  color: #E30613;
  font-size: 24px;
  padding: 20px 60px 0;
}
.stepper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 8px;
}
.stepper > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper .cube {
  width: 93px;
  height: 93px;
  background: #2A2071;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.stepper > div > div > span {
  color: #E30613;
}
.stepper .cube span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: white;
  line-height: 1;
}
.stepper .days .cube:after,.stepper .hours .cube:after {
  content: ':';
  color: #E30613;
  position: absolute;
  right: -26px;
  top: 28px;
  font-size: 27px;
}




.loto-red-color {
  color: #E30613;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.actions-block {
  margin-top: 30px;
}
.actions-block a {
  display: inline-block;
  margin: 0 4px 10px;
}
.actions-block img {
  max-width: 208px;
  width: 100%;
  height: auto;
}
.steps-content {
  width: 100%;
  max-width: 820px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.conditions {
  margin-top: 40px;
}
.conditions a {
  font-size: 12px;
  color: #2A2071;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.steps-block {
  padding: 40px 50px 50px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.steps-block h3 {
  color: #E30613;
  margin: 0;
  font-size: 22px;
}
.steps-block p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 26px;
}
.steps-block p:last-child {
  margin-bottom: 0;
}
.type-block {
  width: 100%;
  max-width: 1176px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.type-block h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.two-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.item-block {
  margin-bottom: 20px;
  flex-grow: 1;
  width: 22%;
  text-align: center;
  font-size: 16px;
  max-width: 367px;
}
.item-block .item-img {
  position: relative;
  padding-bottom: 30px;
  display: block;
  height: 100%;
}
.item-block .item-img .item-bcg {
  align-items: center;
  padding: 40px 35px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 100%;
  display: flex;
}
.item-block .item-img .item-bcg p {
  line-height: 120%;
}
.item-block .item-img .item-text {
  position: absolute;
  left: 50%;
  top: -160px;
  transform: translateX(-50%);
  width: 100%;
}
.item-block .item-img .item-text img {
  max-width: 221px;
  animation: 1s ease 0s 1 normal both running buttonMainSmile;
}
.add-second-anim-to-smile {
  animation: 1s ease 0s infinite normal both running buttonMainAnimInfiniteSmile !important;
}
@keyframes buttonMainSmile {
  0% {transform: scale(.4);}
  70% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
@keyframes buttonMainAnimInfiniteSmile {
  0% {
    transform: scale(1) rotate(0deg);
  }
  10% {
    transform: scale(1.10) rotate(10deg);
  }
  20% {
    transform: scale(1.10) rotate(0deg);
  }
  30% {
    transform: scale(1.10) rotate(-10deg);
  }
  40% {
    transform: scale(1.10) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.item-block-headline a {
  color: #E30613;
  text-decoration: underline;
}
.how-to-play {
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 180px;
  color: #2A2071;
  margin-top: 50px;
}
.how-to-play h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Gotham Rounded Bold';
}
.how-to-play-item {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Gotham Rounded Book';
  opacity: .5;
}
.how-to-play-item a {
  text-decoration: underline;
  color: #292071;
}
.how-to-play-item.active {
  background: #2A2071;
  opacity: 1;
  animation: 1.3s ease 0s infinite normal both running playItemAnim;
}
@keyframes playItemAnim {
  0% {background: #2A2071; transform: scale(1);}
  50% {background: #18067e; transform: scale(1.07);box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);;}
  100% {background: #2A2071; transform: scale(1);}
}
.how-to-play-item strong {
  font-family: 'Gotham Rounded Bold';
}
.how-to-play-item h3 {
  font-family: 'Gotham Rounded Bold';
  color: #E30613;
  margin-top: 0;
  margin-bottom: 10px;
}
.how-to-play-item.active p {
  color: white;
}
.how-to-play-item.active a {
  text-decoration: underline;
  color: #fff;
}
/*START HEADER MENU*/

.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 55%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}
.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.headMenu-expand {
  width: 100%;
  height: 277px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.5s ease;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
  margin-top: 197px;
  transition: 0.5s ease;
}
.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}
.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 43px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}

.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
@media only screen and (max-width: 1600px) {
  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1250px) {
  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1050px) {
  .headContent {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .redButton,.lightVioletButton {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    height: 41px;
  }
  .hero, .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1120px;
    background-position: 50% 30px;
    min-height: 400px;
  }
  #headWrapper {
    display: none;
  }
  #headWrapper-mobile {
    display: block;
  }
  .buttonWrapper {
    position: relative;
    top: 138px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }
  .logo {
    width: auto;
    height: 60px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 39px;
  }
  .headMenu {
    width: 100%;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .headMenu-expand {
    width: 100%;
    height: 277px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.5s ease;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  }
  .hero-expand {
    margin-top: 197px;
    transition: 0.5s ease;
  }
  .imageLogo {
    width: auto;
    height: 48px;
    position: relative;
  }
  .headContent {
    width: 100%;
    height: 80px;
    top: 18px;
  }
  .head-text {
    font-family: "Gotham Rounded Bold";
    width: 100%;
    height: 50px;
    margin-right: 20px;
    display: block;
    top: -15px;
    position: relative;
    text-align: center;
    color: white;
  }
}
@media only screen and (max-width: 599px) {
  .buttonWrapper {
    position: relative;
    top: 140px;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .headMenu-expand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*END HEADER MENU*/










.eye-img {
  max-width: 320px;
}
.rounded-bg a {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .hero-content .eye-text {
    text-align: left;
  }
  .rounded-bg {
    bottom: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .spin2 {
    bottom: 3vh;
    z-index: 2;
    right: 4vw;
    max-width: 29vw;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-content {
    left: 15vw;
    max-width: 500px;
    margin-top: 60px;
  }
  .eye-img {
    max-width: 250px;
  }
  .hero-content-title {
    font-size: 55px;
  }
  .hero-content span {
    font-size: 52px;
  }
  .hero-section {
    background-position-y: -4vw;
    height: 500px;
  }
  .rounded-bg {
    bottom: -60px;
  }
  .spin {
    top: 14vh;
    right: 68vw;
    max-width: 26vw;
  }
}
@media only screen and (max-width: 1023px) {
  .rounded-bg {
    bottom: -60px;
  }
}
@media only screen and (max-width: 900px) {
  .hero-content {
    margin-top: 90px;
  }
  .hero-coins {
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
    animation: coins1mobile 20s ease 0s normal both;
  }
  @keyframes coins1mobile {
    0% {transform: scale(.3);opacity: 0}
    8% {transform: scale(.9);opacity: 0.5}
    100% {transform: scale(1);opacity: 0.5}
  }
  .main-wrapper-relative {
    margin-top: 80px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 500px;
    background-position-y: -2vw;
    background-position-x: 0vw;
  }
  .spin {
    max-width: 31vw;
    right: 68vw;
    top: 13vh;
  }
  .spin2 {
    top: 15vh;
    z-index: 2;
    right: 4vw;
    max-width: 29vw;
  }
}
@media only screen and (max-width: 868px) {
  .rounded-bg {
    bottom: -106px;
  }
  footer {
    position: relative;
    bottom: -1px;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
}


@media only screen and (max-width: 769px) {
  .hero-section {
    background-position-x: -10vw;
  }
  .type-block {
    margin-bottom: 40px;
  }
  .item-block {
    width: 100%;
  }
  .rounded-bg:before {
    border-radius: 350px 0 0 0;
  }
  .rounded-bg:after {
    border-radius: 0 350px 0 0;
  }
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 685px) {
  .eye-img {
    max-width: 224px;
  }
  .hero-content {
    left: 8vw;
  }
  .hero-section {
    background-position-x: -21vw;
  }
}
@media only screen and (max-width: 599px) {
  .actions-block {
    display: none;
  }
  .rounded-bg a {
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    text-align: center;
    z-index: 9;
  }
  .eye-img {
    max-width: 163px;
  }
  .hero-content .eye-text {
    margin-left: 20px;
  }
  .hero-section {
    background-position-x: -46vw;
    background-position-y: 0vw;
    height: 500px;
  }
  .hero-content {
    text-align: center;
    position: relative;
    left: unset;
    max-width: 550px;
    margin-top: 50px;
  }
  .hero-content-title {
    font-size: 60px;
  }
  .hero-content span {
    font-size: 58px;
  }

}
@media only screen and (max-width: 550px) {
  .hero-section {
    background-position-x: -50vw;
    background-position-y: 0vw;
  }
  .hero-content span {
    font-size: 40px;
  }
  .hero-content-title {
    font-size: 40px;
  }
  .spin2 {
    display: none;
  }
  .spin {
    right: 23vw;
    top: 24vh;
    max-width: 52vw;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    margin-right: auto;
    margin-left: auto;
  }
  .price-counter-block img {
    width: 245px;
  }
  .price-counter-block {
    bottom: 60px;
  }
  .balls {
    display: none;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #f4f4f4;
    bottom: -60px;
    height: 150px;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
}
@media only screen and (max-width: 500px) {
  .hero-section {
    background-position-x: -62vw;
  }
}
@media only screen and (max-width: 463px) {
  .hero-section {
    background-position-x: -74vw;
  }
  .spin {
    right: 15vw;
    top: 31vh;
    max-width: 68vw;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .steps-block {
    padding: 40px 20px 40px;
  }
  h2 {
    font-size: 34px;
  }
  .countdown-content {
    width: 375px;
  }
  .stepper .cube {
    width: 80px;
    height: 80px;
  }
  .stepper .cube span {
    font-size: 40px;
  }
  .stepper .days .cube:after, .stepper .hours .cube:after {
    right: -21px;
    top: 22px;
  }
}
@media only screen and (max-width: 440px) {
  .eye-img {
    max-width: 155px;
  }
  .hero-section {
    background-position-x: -86vw;
  }
}
@media only screen and (max-width: 424px) {
  .hero-content .eye-text {
    margin-left: 13px;
  }
  .spin {
    right: 17vw;
    top: 39vh;
    max-width: 64vw;
  }
  .hero-section {
    background-position-x: -92vw;
  }
}
@media only screen and (max-width: 395px) {
  .how-to-play-item h3 {
    font-size: 18px;
  }
  .eye-img {
    max-width: 147px;
  }
  .hero-content {
    margin-top: 65px;
  }
  .hero-section {
    background-position-x: -93vw;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .hero-section {
    background-position-x: -116vw;
  }
  .spin {
    right: 15vw;
    top: 46vh;
    max-width: 68vw;
  }
}
@media only screen and (max-width: 340px) {
  .hero-section {
    background-position-x: -143vw;
  }
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .spin {
    max-width: 31vw;
    right: 68vw;
    top: 51vh;
  }
  .spin2 {
    top: 62vh;
    z-index: 2;
    right: 4vw;
    max-width: 29vw;
  }
  footer {
    position: relative;
    bottom: -1px;
    padding: 20px 0;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .rounded-bg {
    padding-bottom: 66px;
    bottom: -100px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 460px;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .spin {
    top: 68vh;
  }
  .spin2 {
    top: 77vh;
  }
  .rounded-bg {
    bottom: -129px;
  }
  .balls {
    display: none;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1919px) {
  .hero-content {
    left: 20vw;
  }
  .hero-coins {
    background-size: 85%;
  }
}
@media only screen and (min-width: 2559px) {
  .hero-content {
    left: 24vw;
  }
  .hero-coins {
    background-size: 73%;
  }
  .balls {
    background-position: top center;
  }
  .hero-section {
    height: 700px;
  }
  .rounded-bg {
    padding-bottom: 70px;
    background-size: 114%;
    background-position-x: center;

  }
}
@media only screen and (min-width: 3839px) {
  .rounded-bg {
    height: 230px;
  }
  .hero-coins {
    background-size: 50%;
  }
  .hero-section {
    height: 700px;
  }
  .rounded-bg {
    padding-bottom: 165px;
    background-size: 120%;
  }
}
