@font-face {
  font-family: "Geometria Bold";
  src: url("../font/Geometria-Bold.eot");
  src: url("../font/Geometria-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Geometria-Bold.woff") format("woff"),
    url("../font/Geometria-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #000;
  background-image: url("../img/bg-left.png"), url("../img/bg-right.png");
  background-position: left 45px, right 45px;
  background-repeat: no-repeat;
  transform-origin: top center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: "Geometria Bold";
}

header {
  padding-top: 66px;
  width: 100%;
}

.header-pornoslots {
  text-shadow: 2px 0 0 rgba(18, 255, 255, 0.43),
    -2px 0 0 rgba(255, 18, 26, 0.68);
  font-family: "Geometria Bold";
  font-size: 80px;
  text-align: center;
  color: #ffffff;
}

.header-logo-wrap {
  padding-top: 12px;
  text-align: center;
}

.header-logo-wrap a {
  display: inline-block;
  cursor: pointer;
}

.header-logo {
  width: 227px;
}

.wheel {
  position: relative;
  margin: 0 auto;
  margin-top: 73px;
  width: 817px;
  height: 817px;
  background-color: #000;
  background-image: url("../img/wheel.png");
  background-size: contain;
  border-radius: 408.5px;
  z-index: 1;
}

.wheel-triangle {
  position: absolute;
  width: 142px;
  height: 114px;
  background-image: url("../img/wheel-triangle.png");
  background-size: contain;
  margin-left: 337px;
  margin-top: -50px;
}

.wheel-spinning {
  position: absolute;
  width: 701px;
  height: 701px;
  background-image: url("../img/wheel.svg");
  background-size: contain;
  border-radius: 350.5px;
  margin-top: 58px;
  margin-left: 58px;
}

.wheel-spinning--animated {
  transition: transform 2s ease-in-out;
}

.wheel-spinning p {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 55px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 2px 0 #000000;
  color: #fff;
  z-index: 3;
}

.segment-1__strong {
  font-size: 50px;
}
.segment-1__span {
  display: inline-block;
  font-size: 19px;
  padding-top: 10px;
}

.segment-2__strong {
  display: inline-block;
  padding-top: 10px;
  font-size: 80px;
}
.segment-2__span {
  font-size: 36px;
}

.segment-3__strong {
  display: inline-block;
  line-height: 1.1;
  font-size: 36px;
}

.segment-4__strong {
  font-size: 60px;
}
.segment-4__span {
  display: inline-block;
  padding-top: 5px;
  font-size: 36px;
}

.segment-5__strong {
  font-size: 60px;
}
.segment-5__span {
  font-size: 36px;
}

.segment-6__strong {
  font-size: 60px;
}
.segment-6__span {
  font-size: 36px;
}

.wheel-spinning__segment-2 {
  transform: rotate(60deg);
}

.wheel-spinning__segment-3 {
  transform: rotate(120deg);
}

.wheel-spinning__segment-4 {
  transform: rotate(180deg);
}

.wheel-spinning__segment-5 {
  transform: rotate(240deg);
}

.wheel-spinning__segment-6 {
  transform: rotate(300deg);
}

.wheel-spinning__active-segment {
  position: absolute;
  width: 351px;
  height: 350px;
  background-image: url("../img/active-segment.png");
  background-size: contain;
  margin-top: 56.5px;
  margin-left: 233px;
  opacity: 0;
  z-index: 2;
  transform: rotate(0deg);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 2px 0 #000000;
  color: #fff;
  padding-top: 55px;
  box-sizing: border-box;
}

.wheel-spinning__active-segment--visible {
  opacity: 1;
  transition: opacity 0.5s;
}

.wheel-button {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-color: #000;
  background-image: url("../img/wheel-button.png");
  background-size: contain;
  margin-top: 283px;
  margin-left: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.wheel-button__text {
  text-shadow: 0 2px 3px #ff2f75;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.wheel-button__text--get {
  font-size: 34px;
  display: none;
}


@media only screen and (max-width: 1050px) {
  body {
    background-image: url("../img/m/bg-left.png"), url("../img/m/bg-right.png");
    background-position: left 120px, right 120px;
    background-size: 150px, 167px;
  }
}

@media only screen and (max-width: 720px) {
  header {
    padding-top: 25px;
  }

  .header-pornoslots {
    font-size: 30px;
  }

  .header-logo {
    height: 52px;
  }

  .wheel {
    margin-top: 100px;
    width: 289px;
    height: 289px;
    border-radius: 144.5px;
  }

  .wheel-triangle {
    width: 57px;
    height: 46px;
    margin-left: 116px;
    margin-top: -25px;
  }

  .wheel-spinning {
    width: 260px;
    height: 260px;
    margin-left: 14.5px;
    margin-top: 14.5px;
  }

  .wheel-spinning p {
    padding-top: 10px;
  }

  .segment-1__strong {
    font-size: 18px;
  }
  .segment-1__span {
    font-size: 10px;
    padding-top: 6px;
  }

  .segment-2__span {
    display: inline-block;
    padding-top: 3px;
    font-size: 13px;
  }
  .segment-2__strong {
    padding-top: 5px;
    font-size: 26px;
  }

  .segment-3__strong {
    display: inline-block;
    padding-top: 3px;
    line-height: 1.2;
    font-size: 13px;
  }

  .segment-4__strong {
    font-size: 21px;
  }
  .segment-4__span {
    display: inline-block;
    padding-top: 5px;
    font-size: 13px;
  }

  .segment-5__strong {
    font-size: 28px;
  }
  .segment-5__span {
    font-size: 13px;
  }

  .segment-6__strong {
    font-size: 28px;
  }
  .segment-6__span {
    font-size: 13px;
  }

  .wheel-button {
    margin-left: 98px;
    margin-top: 98px;
    width: 94px;
    height: 94px;
  }

  .wheel-button__text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 #000000;
    font-size: 18px;
  }

  .wheel-button__text--get {
    font-size: 14px;
  }

  .wheel-spinning__active-segment {
    padding-top: 10px;
    width: 130px;
    height: 130px;
    margin-top: 14px;
    margin-left: 79.5px;
  }
}
