* {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.svg-wrapper > img {
  width: 32px;
  height: 30.82px;
}

a.signup-button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  max-width: 126px;
  border: 0;
  width: 100%;
  height: 34px;
  border-radius: 80px;
  justify-content: center;
  margin-left: auto;
  box-shadow: 0px 0px 16px 0px #ff8a00;
  background: linear-gradient(165.18deg, #ffb500 10.46%, #df8602 116.22%);
  align-content: center;
}

p.signup-text {
  margin-top: 13px;
  text-shadow: 3px 3px 4px #00000040;
  color: #260000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

body {
  margin: 0;
  background: url(content/bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  z-index: -1;
}

section.header {
  max-width: 100% !important;
  /* margin: auto; */
  background: linear-gradient(
    172.89deg,
    rgba(0, 0, 0, 0.6) 4.53%,
    rgba(102, 102, 102, 0) 229.76%
  );
  padding-bottom: 20px;
}

header.header-With-Signupp {
  height: 60px;
  max-width: 988px;
  display: flex;
  align-items: center;
  margin: auto;
  /* transition: 0.5s; */
}

.svg-wrapper > img {
  height: 24.82px;
  object-fit: cover;
  width: 24px;
  transition: ease;
}

.games-sec {
  padding: 15px 15px 0 !important;
  align-items: center;
  margin: 0 !important;
  max-width: none !important;
  width: 100%;
}

.games-wrapper {
  position: relative;
}

.stars {
  position: absolute;
  left: 55px;
  bottom: 0px;
}

.game-info {
  margin-left: 30px;
  width: 100%;
  padding-right: 30px;
}

.game-info h4 {
  font-size: 40px !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

.game-info p {
  font-size: 18px !important;
}

.stars svg {
  width: 16px;
}

.game-img-wrapper {
  width: 100%;
}

.game-img-wrapper > img {
  width: 100%;
  border-radius: 20px;
  /* overflow: hidden; */
}

ul.games-ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

ul.games-ul .games {
  min-width: 160px;
  max-width: 800px;
  width: 100%;
  padding-bottom: 0;
  height: 200px;
}

ul.games-ul .games img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.game-img-wrapper {
  min-width: 200px;
  max-width: 200px;
  height: 200px;
}

section.games-sec {
  /* max-width: 1440px; */
  /* padding: 0px 120px; */
  margin: auto;
  padding-top: 14px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.games-wrapper {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: flex-start;
  align-content: center;
}

h4.title-game {
  font-size: 20px;
  font-weight: 800;
  line-height: 26.6px;
  /* letter-spacing: 1px; */
  color: #1a0b0b;
  margin: 0;
}

p.game-platform {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  /* letter-spacing: 1px; */
  margin: 0;
  color: #1a0b0b;
}

li.games {
  box-shadow: -4px -4px 11px 0px #7e4d04b2 inset;
  background: linear-gradient(317.75deg, #ffb800 -2.61%, #ffbd3d 71.64%);
  border-radius: 20px;
  max-width: 267px;
  /* min-height: 250px; */
  width: 100%;
  padding-bottom: 15px;
}

a.Play-Games {
  font-size: 16px;
  transition: 0.5s;
  background-image: url(content/button-background.png);
  font-weight: 800;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-shadow: 2px 4px 4px #00000040;
  text-shadow: -1px -1px 7px #ffd624cc;
  text-decoration: none;
  margin: auto;
  max-width: 205px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.signup-button:hover {
  box-shadow: 0px 0px 16px 0px #ffe600;
  background: linear-gradient(165.18deg, #ffe600 10.46%, #fb9905 116.22%);
}

li.games:hover {
  background: linear-gradient(317.75deg, #ffc700 -2.61%, #ffd43d 71.64%);
}

a.Play-Games:before {
  content: "";
  background: url(content/stars.png);
  position: absolute;
  left: -20px;
  height: 56px;
  top: 0px;
  background-size: cover;
  width: 29px;
}

a.Play-Games:after {
  content: "";
  position: absolute;
  display: flex;
  background: url(content/poker-cards-background.png);
  right: -19px;
  bottom: 3px;
  width: 60px;
  align-items: center;
  height: 64px;
  justify-content: center;
  z-index: -1;
  background-size: cover !important;
}

a.Play-Games:hover {
  background-image: url(content/Back-but-hov.png);
}

ul.carousel.owl-theme.owl-carousel.owl-loaded.owl-drag {
  list-style: none;
  margin: 16px 0;
  padding-right: 0;
}

li.big-wins {
  max-width: 374px;
  transition: animate__fadeIn 1.5s;
  gap: 8px;
  /* text-wrap: nowrap; */
  border-radius: 20px;
  min-height: 70px;
  opacity: 90%;
  display: flex;
  background: white;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.user-info {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-direction: row-reverse;
  align-content: center;
}

.game-title {
  font-size: 12px;
  color: #1a0b0b;
  letter-spacing: normal !important;
  font-weight: 800;
  line-height: 13.2px;
  letter-spacing: 1px;
  text-align: left;
}

img.big-win-game-img {
  width: 72px !important;
  /* max-width: 93px; */
  border-radius: 20px;
  object-fit: contain;
  height: 100%;
}

.big-wins-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: fit-content;
  padding: 5px 0px;
  padding-right: 4px;
}

section.carousel\.big-winners {
  margin: auto;
  width: 98%;
  max-width: 975px !important;
  margin: auto;
  padding: 0px;
  padding-left: 32px;
}

span.user-name {
  font-size: 11px;
  font-weight: 500;
  line-height: 11.8px;
  letter-spacing: normal;
  text-align: left;
  color: #1a0b0b;
}

.user-logo-wrapper {
  width: 21px;
}

.win-amount {
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 1px;
  color: #0c9400;
  text-align: left;
  direction: ltr;
}

.owl-item {
  /* opacity: 0; */
  transition: 0.5s !important;
}

.owl-item.active {
  opacity: 100%;
}

.timer-wrapper {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

div.timer {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
  line-height: 62.4px;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 2px 2px 9px #ff3131cc;
  color: #ff0000;
}

img.timer-svg {
  width: 41px;
  height: 40px;
}

.fist-div > h2 {
  text-wrap: nowrap;
  font-size: 25px;
  font-weight: 800;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 5px !important;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 0;
  text-shadow: 2px 2px 10px #ab7b19;
  color: #ffaf0a;
  text-align: left;
}

.section-wrapper {
  display: flex;
  margin: auto;
  width: 96%;
  border-radius: 23px;
  position: relative;
  background-size: cover !important;
  background-position: center;
  background: url(content/back-last.png);
  border: none !important;
  min-height: 117px;
  gap: 15px;
  background-repeat: no-repeat;
  align-items: flex-start;
  border: 5px solid;
  /* Set the thickness of the border */
  border-image-slice: 1;
  /* margin-left: 13px; */
}

h3.bonus-text {
  font-size: 22px;
  margin-top: 0;
  font-weight: 800;
  color: #ffaf0a;
  margin-bottom: 7px;
  text-shadow: 2px 2px 10px #ab7b19;
  line-height: 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

a.btn-last {
  background: linear-gradient(165.18deg, #ffb500 10.46%, #df8602 116.22%);
  width: 193px;
  height: 31px;
  text-decoration: none;
  margin-top: 4px;
  transition: 0.5s;
  border-radius: 80px;
  color: white;
  font-size: 12px;
  display: flex;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 16px 0px #ff8a00;
  align-items: center;
  justify-content: center;
}

.button-last {
  display: flex;
  align-items: flex-start;
}

section.last-section-bonus {
  padding-bottom: 23px;
  /* position: relative; */
  z-index: 99999999;
  width: fit-content;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 40px;
  bottom: 0;
  position: relative;
  width: 100%;
}

.image > img {
  max-width: 321px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 99999999;
}

.claim-bonus {
  margin-top: -5px;
  align-self: center;
  margin-left: 18px;
}

.section-wrapper:before {
  position: absolute;
  content: "";
  position: absolute;
  top: -5%;
  left: -1%;
  width: 102%;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(
    359.13deg,
    #a93e00 0.71%,
    #ffa803 46.6%,
    #fed835 99.22%
  );
  border-radius: 5px;
  /* Adjust if you need rounded corners */
  height: 110%;
  border-radius: 20px;
}

.image {
  max-width: 369px;
  position: relative;
  left: 16px;
  top: -7px;
  height: 124px;
  z-index: 9999;
}

.mobile-images {
  display: none;
}

img.stars-fst {
  width: auto;
  height: 35px;
}

img.stars-scd {
  width: auto;
  height: 35px;
}

.mobile-images-2 {
  display: none;
}

a.btn-last:hover {
  background: linear-gradient(165.18deg, #ffe600 10.46%, #fb9905 116.22%);
  box-shadow: 0px 0px 16px 0px #ff8a00;
}

section {
  max-width: 1454px !important;
  width: 100%;
  padding-left: 0 !important;
  margin: auto;
}

.svg-wrapper {
  margin-top: 4px;
}

.test {
  /* height: 100vh; */
  /* overflow: hidden; */
  z-index: -1;
}

.fist-div {
  margin-left: 15px !important;
  margin-top: 2px;
}

.play {
    margin-top: 20px;
    width: 100%;
    background: rgb(105, 163, 19);
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 1360px) {
  .title-game {
    font-size: 14px !important;
    line-height: 18px !important;
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .title-game {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 1024px) {
  ul.games-ul {
    padding: 0;
    margin: auto;
    width: 97%;
  }
  .image {
    height: 100% !important;
  }
  header.header-With-Signupp {
    height: 50px;
  }
  .image > img {
    top: 22px;
  }
}

@media (max-width: 923px) {
  .image > img {
    bottom: 0;
  }
  .game-img-wrapper > img {
    width: 100% !important;
    max-width: 100% !important;
  }
  img.timer-svg {
    width: 28px;
    height: 28px;
  }
  .timer-wrapper {
    height: 40px;
  }
  div.timer {
    font-size: 26px;
  }
  .fist-div > h2 {
    text-wrap: wrap;
    font-size: 27px;
    margin-top: 0;
  }
  .fist-div {
    margin: 0;
  }
  h3.bonus-text {
    font-size: 18px;
  }
  a.btn-last {
    max-width: 180px;
  }
  h4.title-game {
    font-size: 15px;
  }
  p.game-platform {
    font-size: 11px;
    margin-top: -5px;
    padding-bottom: 3px;
  }
}

@media (max-width: 750px) {
  .last-section-bonus {
    position: relative;
    bottom: 0;
  }
  .game-info {
    margin-left: 10px;
    position: relative;
    height: 100%;
  }
  .play {
    font-size: 16px;
    margin-top: 5px;
    padding: 5px 15px;
    position: absolute;
    width: calc(100% - 10px);
    bottom: 10px;
  }
  .stars {
    bottom: -10px;
    left: 20px;
  }
  .stars svg {
    width: 10px;
  }
  h4.title-game {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  p.game-platform {
    font-size: 12px !important;
    line-height: 120%;
  }
  .game-img-wrapper {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
  ul.games-ul .games {
    height: 100px;
  }
  .section-wrapper {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column-reverse;
    width: 98%;
    gap: 6px;
    height: 86px;
    align-items: center;
    justify-content: center;
    /* position: static; */
  }
  .fist-div > h2 {
    display: none;
  }
  ul.games-ul {
    gap: 15px;
  }
  h3.bonus-text {
    /* text-wrap: nowrap !important; */
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 15px !important;
    padding: 10px !important;
    box-sizing: border-box;
  }
  h3.bonus-text:last-child {
    text-align: left;
    font-size: 13px !important;
    margin-top: -20px !important;
    margin-bottom: -10px !important;
  }
  .section-wrapper:before {
    width: 102%;
  }
  .games-wrapper > h4 {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .button-last {
    margin: auto;
    width: fit-content;
    margin-top: -12px;
  }
  section.last-section-bonus {
    width: 100%;
  }
  .mobile-images > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .mobile-images-2 {
    display: block;
    position: absolute;
    left: -13px;
    bottom: -30px;
    width: 157px;
    height: 108px;
  }
  .mobile-images-2 > img {
    object-fit: cover;
    width: 86%;
    height: 100%;
  }
  .mobile-images {
    display: block;
    position: absolute;
    object-fit: cover;
    right: -27px;
    bottom: -84px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 149px;
  }
  .claim-bonus {
    margin-top: 12px;
  }
  .image {
    display: none;
  }
  ul.games-ul {
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
    row-gap: 10px;
    column-gap: 12px;
  }
  .game-img-wrapper > img {
    width: 100%;
  }
  section.games-sec {
    gap: 31px;
  }
}

@media (max-width: 495px) {
  .game-img-wrapper > img {
    border-radius: 19.02px;
    opacity: 0px;
  }
  li.games {
    min-width: 90px !important;
    min-height: 90px;
  }
  .claim-bonus {
    margin: 0;
  }
  .games-wrapper {
    position: relative;
    height: 100%;
  }
  a.signup-button {
    margin-right: 10px !important;
    height: 35px;
  }
  img.stars-scd {
    width: auto;
    height: 28px;
  }
  img.stars-fst {
    width: auto;
    height: 28px;
  }
  span.user-name {
    font-size: 10px;
  }
  .game-title {
    font-size: 10px;
  }
  section.carousel\.big-winners {
    width: 95%;
    margin: auto;
  }
  .button-last {
    margin-top: -13px;
  }
  section.games-sec {
    margin-top: -10px;
  }
  .timer-wrapper {
    margin-top: -5px;
    gap: 9px;
  }
  a.Play-Games {
    margin-top: -11px;
    height: 50px !important;
    display: flex;
    padding-bottom: 4px;
    align-items: center;
    justify-content: center;
    align-content: center;

    font-size: 20px;
    font-weight: 800;
    max-width: 222px;
    height: 58px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
  }
  div.timer {
    margin-top: -3px;
    font-size: 25px;
  }
  img.timer-svg {
    width: 27px;
    height: 27px;
  }
  h3.bonus-text::before {
    margin-top: 31px;

    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
    letter-spacing: 1px;
    text-align: center;
  }
  h3.bonus-text:after {
    margin-top: -71px;

    font-size: 15px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    margin-bottom: 9px;
    margin-top: -55px;
  }
  .fist-div {
    margin-top: 5px;
  }
}

@media screen and (max-width: 375px) {
  ul.games-ul .games {
    width: 45%;
    min-width: 84px !important;
    min-height: 0px !important;
  }
  .games-wrapper > h4 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (min-width: 1500px) {
  section.carousel\.big-winners {
    max-width: 1120px !important;
  }
  section.last-section-bonus {
    max-width: 1500px !important;
    padding-top: 20px;
  }
  .section-wrapper {
    width: 97%;
    gap: 90px;
  }
  header.header-With-Signupp {
    max-width: 1130px;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  /* transition: animate__fadeIn !important; */
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  /* float:right; */
  transition: 0.8s animate__fadeIn 0.8s;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

img {
}

.user-logo-wrapper > img {
  border-radius: 10px;
}

.game-img-wrapper {
}

.img-wrapper {
  min-height: 100%;
}

@media (max-width: 350px) {
  h3.bonus-text::before {
    margin-top: 36px;
    font-size: 18px;
  }
  h3.bonus-text:after {
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    max-width: 251px;
  }
  .mobile-images-2 {
    bottom: -60px;
  }
  .claim-bonus {
    margin-left: 0;
  }
  .mobile-images {
    bottom: -100px;
    right: -40px;
  }
  .mobile-images > img {
    width: 120px;
    height: 150px;
  }
  .mobile-images-2 > img {
    width: 90px;
    height: 80px;
  }
}

.claim-bonus {
}
