@font-face {
  font-family: 'Ekster';
  src: url('../webfonts/Ekster-Extrabold.woff2') format('woff2'),
    url('../webfonts/Ekster-Extrabold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ekster';
  src: url('../webfonts/Ekster-Bold.woff2') format('woff2'),
    url('../webfonts/Ekster-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ekster';
  src: url('../webfonts/Ekster-Regular.woff2') format('woff2'),
    url('../webfonts/Ekster-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ekster';
  src: url('../webfonts/Ekster-Medium.woff2') format('woff2'),
    url('../webfonts/Ekster-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Ekster", sans-serif;
  font-weight: 500;
  color: #000;
  background: #3f110c url('../img/background.png') no-repeat 100% top;
  background-size: 100%;
  overflow-x: hidden;
}

.logo-wrapper {
  margin-top: 150px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.fontAvenirMedium {
  font-family: "Avenir Medium", sans-serif;
}

.fontPorshaRichela {
  font-family: "Porsha Richela", sans-serif;
}

.fs12 {
  font-size: 12px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fw100 {
  font-weight: 100;
}

.fontBlue {
  color: #336699;
}

.fontGreen {
  color: #244943;
}

.fontGold {
  color: #FFBD29;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.zi10 {
  z-index: 10;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #a32016;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f95959;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f95959;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.logoMT {
  margin-top: -100px;

}

/* .form {
  background:
    linear-gradient(#fefbf5, #f0da99);
  position: relative;
  border-radius: 1rem;
}

.form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
border-radius: inherit;
/* !importanté */
background: repeating-linear-gradient(to right, #f0da99, #fefbf5, #f0da99, #f0da99);
}

*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.wheelFrame {
  background-image: url('../img/wheel.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}

.wheelPointer {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 0px;
}

.wheelLeftImg {
  position: absolute;
  left: 2%;
  bottom: 0px;
}

.wheelRightImg {
  position: absolute;
  right: 2%;
  bottom: 0px;
}

.prizeWrapper {
  text-align: center;
  color: white;
}

.prizeContent {
  position: absolute;
  width: 100%;
  top: 0;
  background: #a32016 url(../img/prizeWrapper.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid white;
}


@media (min-width: 992px) and (max-width: 1149px) {


  .logo-wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  body {

    background-size: 100% 100%;
  }
}

@media(max-width: 992px) {
  .prizeContent {
    position: relative;
  }

  /* .prizeWrapper {
    background: #0b3226 url(../img/background_2.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
  }

  .prizeWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
  border-radius: inherit;
  background: repeating-linear-gradient(to right, #f0da99, #fefbf5, #f0da99, #f0da99);
}

*/
  .wheelLeftImg {
    display: none;
  }

  .wheelRightImg {
    display: none;
  }
}

@media (max-width: 767px) {
  .logoMT {
    margin-top: -0px;

  }

  .wheelPointer {
    top: 27px;
  }

  .wheelPointerImg {
    width: 40px;
  }

  .logo-wrapper {
    margin-top: 20px;
  }

  body {

    background: #a32016;
  }
}