.promotion-wrapper {
  max-width: 1300px;
  margin-top: 3em;
}

.promo-bg .container {
  z-index: 2;
  position: relative;
}
.promo-bg .title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5em;
}
.promo-bg .title-bg .icon {
  width: 62px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .promo-bg .title-bg .icon {
    width: 45px;
  }
}
.promo-bg .title-bg .icon img {
  width: 62px;
}
@media screen and (max-width: 480px) {
  .promo-bg .title-bg .icon img {
    width: 45px;
  }
}
.promo-bg .promo-banner {
  margin-bottom: 60px;
}
.promo-bg .promo-bannerimg {
  width: 100%;
}
.promo-bg .promo-slider {
  padding: 0 100px;
  position: relative;
}
.promo-bg .promo-slider .promo-inside {
  overflow: hidden;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card {
  border-radius: 35px;
  background-color: #dbdded;
  text-align: center;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body {
  border-radius: 35px;
  background-color: #ffffff;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-slider-img {
  padding: 20px 30px;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-slider-img img {
  border-radius: 25px;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-contant h3 {
  font-size: 20px;
  color: #343545;
  font-weight: 700;
  padding: 0 20px;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-contant p {
  font-size: 20px;
  color: #343545;
  padding: 0 20px;
  margin: 0;
  line-height: 24px;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .promo-slider-body .promo-contant a {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d6dff), color-stop(1%, #3d6dff), color-stop(99%, #4d3bff), to(#4d3bff));
  background-image: linear-gradient(90deg, #3d6dff 0%, #3d6dff 1%, #4d3bff 99%, #4d3bff 100%);
  border-radius: 30px;
  min-width: 172px;
  height: 62px;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 30px;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .info {
  font-size: 13px;
  padding: 8px 0;
}
.promo-bg .promo-slider .promo-inside .promo-slider-card .info i {
  background: #343545;
  height: 17px;
  width: 17px;
  border-radius: 35px;
  display: inline-block;
  color: #ffffff;
  font-style: normal;
  line-height: 18px;
  font-size: 15px;
  margin-left: 5px;
}
.promo-bg .popular-games {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.promo-bg .popular-games .section-title h2 {
  color: #ffffff;
  margin: 0px 0 30px 0;
  font-size: 1.5em;
  text-align: center;
}
.promo-bg .popular-games ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.promo-bg .popular-games ul li {
  width: 16.66%;
}
@media screen and (max-width: 992px) {
  .promo-bg .popular-games ul li {
    width: 25%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .promo-bg .popular-games ul li {
    width: 31.3%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
.promo-bg .popular-games ul li .card .card-head img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.promo-bg .popular-games ul li .card .card-body {
  text-align: center;
}
.promo-bg .popular-games ul li .card .card-body h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 0;
  margin-top: 1em;
  font-family: "PT Sans Narrow", sans-serif;
}
@media screen and (max-width: 480px) {
  .promo-bg .popular-games ul li .card .card-body h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.promo-bg .popular-games ul li .card .card-body p {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 12px !important;
  font-family: "PT Sans Narrow", sans-serif;
  padding-left: 0 !important;
  font-weight: 400;
  letter-spacing: 3px;
}

.Fortunes-of-olympus-cp img {
  border-radius: 50px;
}

#custom_promos .no_slide:nth-child(n) {
  margin-bottom: 1em;
}

#custom_promos .no_slide > div {
  max-width: 100%;
  border-radius: 15px 0 15px 0;
}

#custom_promos > .custom_slide > div {
  display: none;
}

#custom_promos .no_slide img.desk, #custom_promos .custom_slide img.desk, #custom_promos .no_slide .desk img {
  max-width: 100%;
  border-radius: 15px 0 15px 0;
}

#custom_promos .no_slide img.mob, #custom_promos .custom_slide img.mob, #custom_promos .no_slide .mob img {
  max-width: 100%;
  border-radius: 15px 0 15px 0;
}

#customPromosSection section#custom_promos {
  padding-top: 0;
  padding-bottom: 0;
}
#customPromosSection section#custom_promos .no-slide:nth-child(1) {
  margin-bottom: 10px;
}
#customPromosSection section#custom_promos .custom_slide:nth-child(1) {
  margin-bottom: 10px;
}

.entry-slider {
  position: relative;
  padding: 0 0px;
  max-width: 100%;
  margin: 0px auto;
}
.entry-slider .entry-inside {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-slider .entry-inside {
    overflow: visible;
  }
}
@media screen and (max-width: 480px) {
  .entry-slider .entry-inside {
    overflow: hidden;
  }
}
.entry-slider .entry-inside #promos {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}
.entry-slider .entry-inside #promos .promobox {
  width: 100%;
}

.swiper-button-disabled {
  display: none !important;
}

.promobox {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.promobox .promoinfo {
  background: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.promobox .promoinfo img {
  width: 40%;
  height: 100%;
  max-width: 172px;
}
.promobox .promoinfo .content {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.promobox .promoinfo h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.promobox .promoinfo p {
  margin: 0;
  text-align: left;
}
.promobox .promoinfo .redeembtn {
  background: -webkit-gradient(linear, left top, right top, from(#3e6eff), to(#4d3bff));
  background: linear-gradient(to right, #3e6eff 0%, #4d3bff 100%);
  color: #FFF;
  line-height: 2em;
  padding: 0 1em;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  margin: 1em 0 0 0;
}
.promobox .promoinfo .expiration {
  margin-top: 1em;
}
.promobox .promoinfo .expiration__title {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 568px) {
  .promobox .promoinfo {
    font-size: 14px;
  }
  .promobox .promoinfo h2 {
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .promobox .promoinfo {
    font-size: 16px;
  }
}
.promobox .expiration {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
}
.promobox .expiration .expdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promobox .expiration .expdiv .expiration__title {
  margin: 0;
  margin-right: 8px !important;
}

#promos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0;
}
#promos.slidercount5,#promos.slidercount6,#promos.slidercount7,#promos.slidercount8,#promos.slidercount9 {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media screen and (max-width: 480px) {
  #promos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#promos .promobox {
  background: #dbdded;
  border-radius: 35px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #promos .promobox {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  #promos .promobox:nth-child(2n) {
    margin-left: 0px;
  }
}
#promos .promobox .promoinfo {
  background: #3E6EFF;
  background: #fff;
  border-radius: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#promos .promobox .promoinfo img {
  margin: 20px 0;
  border-radius: 25px;
  width: 100%;
}
#promos .promobox .promoinfo h2 {
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  padding: 0 20px;
  margin: 0 0 10px 0;
}
#promos .promobox .promoinfo p {
  text-align: center;
  min-height: 69px;
}
#promos .promobox .promoinfo .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#promos .promobox .promoinfo .cta .redeembtn {
  margin: 20px 30px;
      min-width: 130px;
    text-align: center;
}
#promos .promobox .promoinfo .content {
  padding: 0 20px;
  width: 100%;
}
.gamebox .preview:hover .overlay {
    opacity: 1;
	    width: initial;
		background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 580px) {
body .wrapper .gameslist .gamebox .preview .overlay a.button
{
	font-size: 10px !important;
    padding: 2px 10px !important;
	color:#fff;
}
}
#promos .promobox .promoinfo .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -120%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
#promos .promobox .promoinfo .terms.show {
  top: 0;
  bottom: 0;
  opacity: 1;
}
#promos .promobox .promoinfo .terms span {
  text-align: center;
  padding: 2em;
}
#promos .promobox .bottombar {
  background-color: #666;
  color: #FFF;
  border-radius: 4px;
  margin: 3px 0 0 0;
  padding: 0px 0.5em;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#promos .promobox .bottombar svg {
  display: inline-block;
  margin: 0;
}
#promos .promobox .bottombar span {
  display: inherit;
}
#promos .promobox .bottombar .mindep svg {
  margin: 0 0.5em 0 0;
}
#promos .promobox .bottombar .info:hover {
  cursor: pointer;
}
#promos .promobox .bottombar {
  background-color: transparent;
  color: #3c3c50;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
}
#promos .promobox .bottombar .info {
  margin-left: 5px;
}
#promos .promobox .bottombar .mindep {
  font-size: 13px;
  padding: 0px 0;
}

.swiper-button-prev.swiper-button-prev5, .swiper-button-next.swiper-button-next5 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #060d43;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 50%;
  color: #8997ab;
}

.swiper-button-prev {
  left: -28px !important;
}
.swiper-button-prev .bi.bi-chevron-left {
  color: #fff;
  width: 28px;
  content: url(../images/slider/arrow_left.svg);
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -28px !important;
}
.swiper-button-next .bi.bi-chevron-right {
  color: #fff;
  width: 28px;
  content: url(../images/slider/arrow_right.svg);
}
.swiper-button-next::after {
  display: none;
}

@media (max-width: 1024px) {
  .swiper-button-next {
    right: -20px !important;
  }
  .swiper-button-prev {
    left: -20px !important;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: -10px !important;
  }
  .swiper-button-prev {
    left: -10px !important;
  }
}
@media (max-width: 580px) {
	.swiper-button-prev.swiper-button-prev5, .swiper-button-next.swiper-button-next5
	{
		width: 30px;
		height: 30px;
	}
	.swiper-button-next .bi.bi-chevron-right,.swiper-button-prev .bi.bi-chevron-left {
		width: 20px;
	}
	.swiper-button-next {
    right: 3px !important;
  }
  .swiper-button-prev {
    left: 3px !important;
  }
}
#customPromosSection,#regularPromosSection,#randomgames,.maintitle h1,h2.games-home-title
{
	padding: 0 2% 0% 2%;
}
.gamebox .preview .overlay .play {
  display: block;
  color:#fff;
}
.gamebox .preview .overlay .demo {
  display: block;
}

#randomgames .wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px)
{
.entry-slider .entry-inside #promos .promobox:last-child {
    margin-right: 0px !important;
}
}

#promos.slidercount1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#promos.slidercount2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#promos.slidercount3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#promos.slidercount4 {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
@media screen and (max-width: 1028px) {
  #promos.slidercount3 {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
@media screen and (max-width: 820px) {
  #promos.slidercount2 {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
@media screen and (max-width: 480px) {
  #promos.slidercount1 {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
#promos.slidercount5,
#promos.slidercount6,
#promos.slidercount7,
#promos.slidercount8,
#promos.slidercount9,
#promos.slidercount10,
#promos.slidercount11,
#promos.slidercount12,
#promos.slidercount13,
#promos.slidercount14,
#promos.slidercount15 {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
}