.surfingWrap .offerWrap {
  justify-content: flex-start;
  min-width: 500px;
  padding: 4.7vw 0.4vw 0 4.7vw;
}
.logo {
  margin-bottom: 4.7vw;
}
.numOffer {
  font-size: 9.375vw;
}
.titleText {
  font-size: 3.1vw;
}
.freeSpins {
  font-family: "Museo Slab";
  font-weight: 300;
}
.codeWrap {
  width: 100%;
  max-width: 320px;
  margin-top: 5vw;
}
.copyCode,
.claimWrap {
  width: 100%;
}
.copyCode {
  font-family: "Museo Slab";
  font-weight: 500;
  margin-bottom: 0;
}
.claimWrap {
  box-sizing: border-box;
}
.deposit {
  font-family: "Museo Slab";
  font-weight: 300;
  margin: 8px 0 20px;
}
.claimWrap a {
  font-family: "Museo Slab";
  font-weight: 300;
  width: calc(100% - 8px);
}
.termsBtn {
  font-family: "Museo Slab";
  font-weight: 500;
}
.terms {
  font-family: "Museo Slab";
  font-weight: 500;
  font-size: 14px;
  max-width: 357px;
}
.surfingWrap .picture {
  flex-grow: 1;
  width: auto;
  background: none;
}
.surfingWrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .logo {
    margin-bottom: 12vw;
  }
  .surfingWrap .offerWrap {
    padding: 4vw;
  }
  .codeWrap {
    margin-top: 3vh;
  }
}
@media only screen and (max-width: 1280px) {
  .logo {
    margin-bottom: 7vw;
  }
  .surfingWrap .offerWrap {
    justify-content: center;
  }
  .codeWrap {
    max-width: 284px;
  }
}
@media only screen and (max-width: 1024px) {
  .logo {
    margin-bottom: 2vw;
  }
  .codeWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .logoMob {
    top: 15px;
    width: 80px;
  }
  .offer {
    text-align: center;
  }
  .numOffer,
  .titleText {
    font-size: 9.5vw;
  }
  .freeSpins,
  .deposit {
    font-size: 20px;
  }
  .surfingWrap .picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .surfingWrap .offerWrap {
    min-width: 400px;
  }
}
@media screen and (max-width: 1100px) and (max-height: 450px) and (orientation: landscape) {
  .logoMob {
    width: 88px;
  }
  .numOffer,
  .titleText {
    font-size: 5vw;
  }
  .picture {
    min-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .surfingWrap .offerWrap {
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .numOffer,
  .titleText {
    font-size: 36px;
    line-height: 38px;
  }
  .freeSpins {
    font-size: 14px;
    line-height: 16px;
  }
  .copyCode {
    font-size: 15px;
    line-height: 18px;
  }
  .deposit {
    font-size: 15px;
    line-height: 18px;
  }
  .claimWrap a {
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .white .surfingWrap .offerWrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 470px) and (min-height: 650px) {
  .surfingWrap .offerWrap {
    min-height: 55vh;
  }
}
@media screen and (max-width: 470px) {
  .freeSpins,
  .deposit {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .picture {
    min-height: 295px;
  }
}
