/*
@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: 100%;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  height: 160px;
}

.balls {
  background-image: url("../images/balls.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: 150px;
  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: 670px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position-y: -3vw;
}
.spin {
  position: absolute;
  bottom: 4vh;
  z-index: 2;
  right: 68vw;
  animation: slotAnim 2.1s ease 0s normal forwards;
}
.add-second-anim-to-spin {
  animation: .8s ease 0s infinite normal both running slotPulse !important;
}
@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-repeat: no-repeat;
  height: 530px;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-position-y: top;
  background-position-x: center;
  animation: coins1 15s ease 0s normal both;
}
.coins-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 44vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.mince1 {
  background-image: url("../images/mince1.png");
  z-index: 1;
  background-position-x: -12vw;
  background-size: 38vw;
  height: 40vw;
}
.mince2 {
  background-image: url("../images/mince2.png");
  background-position-x: 75vw;
  background-size: 29%;
  background-position-y: -9vw;
  z-index: 0;
}
@keyframes coins1 {
  0% {transform: scale(1);opacity: 0}
  20% {transform: scale(1.3);opacity: .8}
  100% {transform: scale(1.40);opacity: 1}
}
@keyframes coins1Mobile {
  0% {transform: scale(.9);opacity: 0}
  20% {transform: scale(1.3);opacity: 1}
  100% {transform: scale(1.40);opacity: 1}
}
.hero-content {
  width: 100%;
  max-width: 602px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  padding: 0 20px;
  position: relative;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
}
.hero-content .hero-eye {
  width: 100%;
  max-width: 483px;
  height: auto;
}

.price-counter-block {
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  position: relative;
}
.price-counter-block img {
  width: 100%;
  max-width: 483px;
  animation: 1.3s ease 0s 1 normal both running buttonMainAnim;
}
.add-second-anim-to-eye {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  100% {transform: scale(1.15);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.15);}
  50% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
.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;
}
.person {
  position: absolute;
  right: 4vw;
  width: 32vw;
  bottom: 0;
}
.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: 50px;
}
.actions-block a {
  display: inline-block;
  margin: 0 4px 10px;
}
.actions-block img {
  max-width: 208px;
  width: 100%;
  height: auto;
}
.text-content {
  width: 100%;
  max-width: 800px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
  font-size: 30px;
}
.text-content span {
  padding: 0 60px;
  display: block;
}
.free-spin-content {
  width: 100%;
  max-width: 600px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  line-height: 120%;
  color: #E30613;
  font-size: 40px;
  padding: 0 20px;
}
.free-spin-content div {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
}
.steps-content {
  width: 100%;
  max-width: 667px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.conditions {
  margin-top: 30px;
}
.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: 33%;
  text-align: center;
  font-size: 16px;
  max-width: 367px;
}
.item-block .item-img {
  position: relative;
  padding-bottom: 30px;
  display: block;
  transition: .3s all;
}
.item-block .item-img:hover {
  transform: translateY(-10px);
}
.item-block .item-img .item-bcg {
  width: 100%;
  max-width: 368px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.item-block .item-img .item-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.headline-flex {
  align-items: end;
  display: flex;
  height: 57px;
  margin-bottom: 20px;
}
.item-block-headline {
  margin: 0;
  line-height: 120%;
}
.item-block-headline a {
  color: #E30613;
  text-decoration: underline;
}



/*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*/












@media only screen and (max-width: 1800px) {
  .hero-section {
    background-position-y: -4vw;
  }
}
@media only screen and (max-width: 1600px) {
  .person {
    right: 1vw;
    width: 34vw;
    bottom: 3vw;
  }
}
@media only screen and (max-width: 1400px) {
  .person {
    right: -4vw;
    width: 37vw;
    bottom: 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  .person {
    right: -10vw;
    width: 37vw;
    bottom: 3vw;
  }
  .hero-section {
    background-position-y: 0vw;
    height: 550px;
  }
  .rounded-bg {
    bottom: -50px;
  }
  .spin {
    bottom: 0vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 1023px) {
  .rounded-bg {
    bottom: -69px;
  }
}
@media only screen and (max-width: 900px) {
  .person {
    right: -21vw;
    width: 45vw;
    bottom: 1vw;
  }
  .main-wrapper-relative {
    margin-top: 80px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 500px;
    background-position: center;
  }
  .spin {
    bottom: -6vh;
    width: 33vw;
  }
  .coins-wrapper {
    height: 61vw;
  }
  .mince1 {
    background-position-x: -13vw;
    background-size: 44vw;
    height: 49vw;
  }
}
@media only screen and (max-width: 868px) {
  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) {
  .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) {
  .hero-coins {
    display: none;
  }
  .hero-section {
    height: 750px;
    background-position: left 0vw;
    background-size: cover;
  }
  .person {
    right: 21vw;
    width: 50vw;
    bottom: 0vw;
  }
}
@media only screen and (max-width: 650px) {
  .person {
    right: 17vw;
    width: 64vw;
  }
}
@media only screen and (max-width: 599px) {
  .text-content span {
    padding: 0;
  }
  .person {
    right: 14vw;
    width: 67vw;
  }
}
@media only screen and (max-width: 550px) {
  .person {
    right: 9vw;
    width: 82vw;
  }
  .hero-content .hero-eye {
    max-width: 350px;
  }
  .spin {
    right: 17vw;
    bottom: 139px;
    width: 66vw;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    margin-right: auto;
    margin-left: auto;
  }
  .coins-wrapper {
    height: 80vw;
  }
  .mince1 {
    background-size: 58vw;
    height: 90vw;
    background-position-x: -25vw;
    background-position-y: 9vw;
    animation: coins1Mobile 15s ease 0s normal both;
  }
  .mince2 {
    background-position-y: 19vw;
    background-position-x: 141%;
    background-size: 50%;
    animation: coins1Mobile 15s ease 0s normal both;
  }
  .balls {
    display: none;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #f4f4f4;
    bottom: -60px;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .item-block .item-img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 463px) {
  .hero-content .hero-eye {
    max-width: 330px;
  }
  .person {
    right: 5vw;
    width: 89vw;
  }
  .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: 424px) {
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .hero-coins {

  }
  footer {
    position: relative;
    bottom: -1px;
    padding: 20px 0;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .rounded-bg {
    padding-bottom: 66px;
  }
  .bcgg {
    padding-bottom: 0;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .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-section {
    background-position-y: -9vw;
  }
  .rounded-bg {
    height: 200px;
  }
  .hero-content {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 2050px) {
  .person {
    width: 26vw;
  }
  .hero-section {
    background-position-y: -14vw;
  }
}
@media only screen and (min-width: 2559px) {
  .hero-section {
    background-position-y: -3vw;
  }
  .balls {
    background-position: center center;
  }
  .hero-section {
    background-position-y: -12vw;
    height: 850px;
  }
  .rounded-bg {
    padding-bottom: 70px;
    height: 300px;
  }
  .person {
    width: 28vw;
  }
}
@media only screen and (min-width: 3839px) {
  .hero-section {
    background-position-y: -17vw;
  }
  .rounded-bg {
    padding-bottom: 165px;
  }
  .person {
    width: 21vw;
  }
}
