/* Sizes */
@media (min-width: 1200px) {
  .container {
    max-width: 1441px;
  }
}
@media (min-width: 2500px) {
  .container {
    max-width: 2000px;
  }
}
.content .text-section .logo-list {
  padding: 0 20px;
  position: relative;
  }
@font-face {
  font-family: Open-Sans-Regular;
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: Open-Sans-Bold;
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: Open-Sans-SemiBold;
  src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: Open-Sans-ExtraBold;
  src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: Futura-Bold;
  src: url(../fonts/Futura/Futura-Bold.otf);
}
@font-face {
  font-family: Muli-Black;
  src: url(../fonts/Muli/Muli-Black.ttf);
}
@font-face {
  font-family: Muli-ExtraBold;
  src: url(../fonts/Muli/Muli-ExtraBold.ttf);
}
@font-face {
  font-family: Muli-SemiBold;
  src: url(../fonts/Muli/Muli-SemiBold.ttf);
}
@font-face {
  font-family: Muli-Bold;
  src: url(../fonts/Muli/Muli-Bold.ttf);
}
body {
  font-family: "Open-Sans-Regular";
  color: #ffffff;
}
ol,
ul {
  list-style: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.no-padding {
  padding: 0px;
}
.txt-align {
  text-align: center;
}
.btn-red {
  background: #fd0837;
  color: white;
  font-family: "Futura-Bold";
  font-size: 30px;
  min-width: 357px;
  height: 60px;
  border-radius: 20px;
  padding: 0px 25px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .footer-txt {
    padding: 30px 20px;
    font-size: 0.75em;
  }
  .bg-page .conc {
    width: 100px;
  }
  .bg-page .image-footer1 {
    justify-content: space-evenly;
  }
  .img-slider {
    width: 110px !important;
  }
  .btn-red {
    min-width: 207px;
    font-size: 1em;
    height: 51px;
    border-radius: 5px;
    max-width: 100%;
  }
}
header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 3;
}
header .logo {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  header .logo {
    margin-top: 20px;
    margin-left: 10px;
  }
}
header .logo img {
  width: 230px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 150px;
    /* height: 44px; */
  }
}
header .right-block {
  float: right;
  text-align: right;
}
header .right-block .image {
  width: 244px;
  height: 87px;
  margin-top: 65px;
  margin-right: 97px;
}
@media (max-width: 768px) {
  header .right-block .image {
    margin-top: 35px;
    margin-right: 10px;
  }
}
header .right-block .image img {
  max-width: 300px;
}
@media (max-width: 768px) {
  header .right-block .image img {
    width: 66px;
    height: 24px;
  }
}
.content {
  overflow-x: hidden;
}
.content .top-section {
  background: url("../../../img/bg.jpg");
  background-position-y: center;
  background-position-x: center;
  position: relative;

  height: 900px;
  background-size: cover;
  position: relative;
}
@media (max-width: 1919px) {
  .content .top-section {
    background-position-y: 0px;
  }
}
@media (max-width: 768px) {
  .content .top-section {
    background: url("../../../img/bg-sm.jpg");
    background-position-x: center;
    background-size: cover;
    background-position-y: 48%;
    background-repeat: no-repeat;
    height: 615px;
  }
}
.content .top-section .text {
  color: white;
  text-align: center;
  padding-top: 100px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .content .top-section .text {
    padding-top: 70px;
  }
}
.content .top-section .text .title {
  font-weight: 700;
  text-shadow: 7px 2px 10px rgba(0, 0, 0, 0.4);
  line-height: 90px;
  font-family: "Open-Sans-ExtraBold";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content .top-section .text .title {
    margin-bottom: 0px;
  }
}

.content .top-section .text .subtitle {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content .top-section .text .subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.content .steps {
  position: absolute;
  width: 100%;
  bottom: 0px;
  font-size: 0;
}
@media (max-width: 768px) {
  .content .steps {
    display: none;
  }
}
.content .steps .step {
  height: 140px;
  text-align: center;
  display: inline-block;
  width: 33.333%;
  position: relative;
}
@media (max-width: 1200px) {
  .content .steps .step {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  .content .steps .step {
    width: 100%;
    height: 90px;
    padding: 10px 0px;
  }
}
.content .steps .step .bg {
  background-image: linear-gradient(to right, #e4032e 17%, rgba(114, 2, 23, 0) 141%);
  opacity: 0.5;
  width: 100%;
  position: absolute;
  height: 100%;
}
@media (max-width: 992px) {
  .content .steps .step .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
.content .steps .step .block {
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .content .steps .step .block {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .block {
    padding-top: 0px;
    position: relative;
    width: 260px;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .content .steps .step .block {
    width: 220px;
  }
}
@media (max-width: 350px) {
  .content .steps .step .block {
    width: 220px;
  }
}
.content .steps .step .number {
  font-family: "Open-Sans-ExtraBold";
  font-size: 90px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .content .steps .step .number {
    font-size: 58px;
    padding-left: 20px;
  }
}
.content .steps .step .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 37px;
  right: -30px;
  z-index: 6;
}
@media (max-width: 992px) {
  .content .steps .step .icon {
    width: 25px;
    height: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -55px;
    transform: rotate(90deg);
  }
}
.content .steps .step .icon img {
  max-width: 100%;
}
.content .steps .step .info {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.content .steps .step .info .top {
  color: white;
  font-size: 30px;
  font-family: "Open-Sans-ExtraBold";
}
@media (max-width: 1200px) {
  .content .steps .step .info .top {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .info .top {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .content .steps .step .info .top {
    font-size: 18px;
  }
}
.content .steps .step .info .bottom {
  font-family: "Open-Sans-SemiBold";
  font-size: 22px;
}
@media (max-width: 1200px) {
  .content .steps .step .info .bottom {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .info .bottom {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .content .steps .step .info .bottom {
    font-size: 13px;
  }
}
.content .steps .step1 .bg {
  background-image: linear-gradient(to right, rgba(114, 2, 23, 0) 0%, #e4032e 39%, #e4032e 91%, rgba(114, 2, 23, 0) 111%);
}
@media (max-width: 992px) {
  .content .steps .step1 .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
.content .steps .step2 {
  width: 33.333%;
}
@media (max-width: 1200px) {
  .content .steps .step2 {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  .content .steps .step2 {
    width: 100%;
  }
}
.content .steps .step2 .bg {
  background-image: linear-gradient(to right, #e4032e 84%, rgba(114, 2, 23, 0) 109%);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .content .steps .step2 .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .content .steps .step3 .number {
    padding-left: 20px;
  }
}
.content .mobile-steps .steps {
  display: none;
  position: static;
  margin-top: -83px;
}
@media (max-width: 768px) {
  .content .mobile-steps .steps {
    display: block;
  }
}
.content .bg-page {
  background: #292929;
}

@media (max-width: 460px) {
  .content {
    background-position-y: -105px;
    background-size: 105%;
  }
}
.content .services-section {
  padding: 0px 90px;
  padding-top: 102px;
}
@media (max-width: 768px) {
  .content .services-section {
    padding: 0px 0px;
    padding-top: 60px;
  }
}
@media (max-width: 460px) {
  .content .services-section {
    padding: 0px 0px;
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .content .services-section .list {
    padding: 0px;
  }
}
.content .services-section .list .list-element {
  text-align: center;
}
.content .services-section .list .list-element .icon {
  height: 140px;
  margin-bottom: 20px;
}
.content .services-section .list .list-element .icon img {
  height: 100%;
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .icon {
    height: 65px;
    margin-bottom: 20px;
  }
}
.content .services-section .list .list-element .text .top {
  color: #fd0837;
  font-size: 25px;
  font-family: "Muli-Black";
  line-height: 25px;
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .text .top {
    font-size: 9px;
    line-height: 10px;
  }
}
.content .services-section .list .list-element .text .bottom {
  font-size: 25px;
  font-family: "Muli-Black";
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .text .bottom {
    font-size: 9px;
    line-height: 10px;
  }
}
.content .images-section {
  padding: 0px 92px;
}
@media (max-width: 768px) {
  .content .images-section {
    padding: 0px 40px;
  }
}
@media (max-width: 460px) {
  .content .images-section {
    padding: 0px 20px;
    display: none;
  }
}
.content .images-section .title {
  font-size: 60px;
  text-align: center;
  font-family: "Muli-Black";
  margin-top: 50px;
  letter-spacing: 3px;
}
@media (max-width: 992px) {
  .content .images-section .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .content .images-section .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.content .images-section .title .red {
  color: #fd0837;
}
@media (max-width: 992px) {
  .content .images-section .title .red {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .content .images-section .title .red {
    font-size: 22px;
    line-height: 26px;
  }
}
.content .images-section .subtitle {
  font-size: 25px;
  text-align: center;
  font-family: "Muli-ExtraBold";
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content .images-section .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .content .images-section .subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.content .images-section .buttons {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 500px;
}
@media (max-width: 768px) {
  .content .images-section .buttons {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.content .images-section .right-top-block {
  margin-bottom: -203px;
}
.content .images-section .image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 11px;
  padding: 0px 6px;
  cursor: pointer;
}
.content .images-section .image img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.content .images-section .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.content .images-section .starburst {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 98%;
}
@media (max-width: 768px) {
  .content .images-section .starburst {
    height: 267px;
  }
}
.content .images-section .blackjack {
  height: 95%;
}
@media (max-width: 460px) {
  .content .images-section .blackjack {
    height: 86px;
  }
}
.content .images-section .monopoly {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .monopoly {
    height: 86px;
  }
}
.content .images-section .wild {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .wild {
    height: 86px;
  }
}
.content .images-section .dragonfire {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .dragonfire {
    height: 86px;
  }
}
.content .images-section .roulette {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .roulette {
    height: 86px;
  }
}
.content .images-section .book {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .book {
    height: 86px;
  }
}
.content .images-section .twinspin {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .twinspin {
    height: 86px;
  }
}
.content .images-section .red-tiger {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .red-tiger {
    height: 86px;
  }
}
.content .images-section .romance {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .romance {
    height: 86px;
  }
}
.content .images-section .gonzosquest {
  height: 81%;
}
@media (max-width: 460px) {
  .content .images-section .gonzosquest {
    height: 170px;
  }
}
.content .images-section .gold {
  height: 81%;
}
@media (max-width: 460px) {
  .content .images-section .gold {
    height: 167px;
  }
}
.content .images-section .pyramid {
  height: 167%;
  margin-top: -29%;
}
@media (max-width: 460px) {
  .content .images-section .pyramid {
    height: 86px;
    margin-top: 0%;
  }
}
.content .images-section .cherry {
  height: 168%;
  margin-top: -14.3%;
}
@media (max-width: 460px) {
  .content .images-section .cherry {
    height: 70px;
    margin-top: 0px;
  }
}
.content .mobile-images-section {
  display: none;
}
@media (max-width: 460px) {
  .content .mobile-images-section {
    display: block;
  }
}
@media (max-width: 768px) {
  .content .text-section {
    padding: 0px 10px;
  }
}
.content .text-section .title {
  text-align: center;
  font-size: 35px;
  font-family: "Open-Sans-ExtraBold";
}
@media (max-width: 992px) {
  .content .text-section .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .content .text-section .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.content .text-section .subtitle {
  text-align: center;
  color: #fd0837;
  font-size: 35px;
  font-family: "Open-Sans-ExtraBold";
  line-height: 35px;
}
@media (max-width: 992px) {
  .content .text-section .subtitle {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .content .text-section .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
.content .text-section .logo-list {
  margin-bottom: 74px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .content .text-section .logo-list {
    margin-bottom: 28px;
    margin-top: 22px;
  }
}
.content .text-section .logo-list .icon {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  cursor: pointer;
}
.content .text-section .logo-list .icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.content .text-section .logo-list .logo-icon {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content .text-section .logo-list .logo-icon {
    margin-bottom: 10px;
  }
}
.content .text-section .text {
  width: 96%;
  margin: auto;
}
.content .text-section .text p {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content .text-section .text p {
    font-size: 14px;
    text-align: center;
  }
}
.content .pay-section {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .content .pay-section {
    margin-top: 40px;
  }
}
.content .pay-section .pay-section-border {
  border-top: 1px solid #464545;
  border-bottom: 1px solid #464545;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-section-border {
    padding: 20px 0px;
    padding-bottom: 0px;
  }
}
.content .pay-section .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .content .pay-section .title {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.content .pay-section .pay-list {
  font-size: 0px;
  text-align: center;
}
.content .pay-section .pay-list .list {
  padding: 0px;
  margin-bottom: 0px;
}
.content .pay-section .pay-list .list .list-block {
  display: inline-block;
  margin: 15px 27px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .content .pay-section .pay-list .list .list-block {
    margin: 0px 12px;
    margin-bottom: 30px;
  }
}
.content .pay-section .pay-list .list .list-block .image {
  opacity: 0.5;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.content .pay-section .pay-list .list .list-block .image img {
  height: 100%;
  width: 100%;
}
.content .pay-section .pay-list .list .list-block .image:hover {
  opacity: 1;
}
.content .pay-section .pay-list .list .visa {
  width: 107px;
  height: 38px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .visa {
    width: 60px;
    height: 21px;
  }
}
.content .pay-section .pay-list .list .master {
  width: 70px;
  height: 34px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .master {
    width: 40px;
    height: 26px;
  }
}
.content .pay-section .pay-list .list .finance {
  width: 132px;
  height: 37px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .finance {
    width: 82px;
    height: 23px;
  }
}
.content .pay-section .pay-list .list .paysafecard {
  width: 172px;
  height: 29px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .paysafecard {
    width: 115px;
    height: 19px;
  }
}
.content .pay-section .pay-list .list .neteller {
  width: 131px;
  height: 23px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .neteller {
    width: 98px;
    height: 17px;
  }
}
.content .pay-section .pay-list .list .skrill {
  width: 88px;
  height: 30px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .skrill {
    width: 56px;
    height: 19px;
  }
}
.content .pay-section .pay-list .list .transfer {
  width: 57px;
  height: 58px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .transfer {
    width: 33px;
    height: 34px;
  }
}
.content .pay-section .pay-list .list .list-block:last-child {
  margin-right: 0px;
}
.content .pay-section .pay-list .list .list-block:first-child {
  margin-left: 0px;
}
.content .copyright-section {
  background-color: #000000;
  margin-top: 50px;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .content .copyright-section {
    padding: 30px 8px;
  }
}
.content .copyright-section .text {
  opacity: 0.5;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .content .copyright-section .text {
    font-size: 13px;
  }
}
.content footer {
  padding: 0px 27px;
  padding-bottom: 80px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .content footer {
    padding: 20px 30px;
  }
}
@media (max-width: 992px) {
  .content footer .footer-element {
    margin-bottom: 40px;
  }
}
.content footer .footer-element .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Muli-Bold";
}
@media (max-width: 1200px) {
  .content footer .footer-element .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .content footer .footer-element .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 460px) {
  .content footer .footer-element .title {
    font-size: 10px;
  }
}
@media (max-width: 460px) {
  .content footer .footer-element .logo {
    padding-right: 7px;
  }
}
.content footer .footer-element .logo img {
  max-width: 100%;
  width: 200px;
}
@media (max-width: 768px) {
  .content footer .footer-element .logo img {
    width: 124px;
  }
}
.content footer .supported {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .content footer .supported .title {
    margin-bottom: 10px;
  }
}
.content footer .supported ul {
  padding: 0px;
  margin-top: 40px;
  font-size: 0px;
}
@media (max-width: 1200px) {
  .content footer .supported ul {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .content footer .supported ul {
    margin-top: 0px;
  }
}
.content footer .supported ul li {
  display: inline-block;
  width: 100px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .content footer .supported ul li {
    width: 42%;
    display: inline-block;
    margin-right: 0px;
  }
}
@media (max-width: 460px) {
  .content footer .supported ul li {
    width: 46%;
  }
}
.content footer .supported ul li .image {
  margin-bottom: 10px;
}
.content footer .supported ul li .image img {
  max-width: 100%;
}
.content footer .supported ul li:first-child {
  margin-left: -20px;
}
@media (max-width: 768px) {
  .content footer .supported ul li:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 460px) {
  .content footer .supported ul li:first-child {
    margin-left: -11px;
  }
}
.content footer .social ul {
  padding: 0px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .content footer .social ul {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .content footer .social ul {
    margin-top: 0px;
  }
}
.content footer .social ul li {
  display: inline-block;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .content footer .social ul li {
    margin-right: 5px;
  }
}
.content footer .social ul li .icon {
  width: 51px;
  height: 51px;
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-name: swing;
}
@media (max-width: 768px) {
  .content footer .social ul li .icon {
    width: 30px;
    height: 30px;
  }
}
.content footer .social ul li .icon:hover {
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-name: swing;
  animation-iteration-count: infinite;
}
.content footer .social ul .facebook .icon {
  background: url('https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg') 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.content footer .social ul .twitter .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -64px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .twitter .icon {
    background-position: -38px 0px;
  }
}
.content footer .social ul .instagram .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -130px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .instagram .icon {
    background-position: -77px 0px;
  }
}
.content footer .social ul .youtube .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -195px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .youtube .icon {
    background-position: -115px 0px;
  }
}
.content footer .social ul .telegram .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -261px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .telegram .icon {
    background-position: -154px 0px;
  }
}
.content footer .icons {
  text-align: center;
}
@media (max-width: 768px) {
  .content footer .icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .content footer .icons {
    margin-top: 25px;
  }
}
.content footer .icons ul {
  padding: 0px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .content footer .icons ul {
    margin-top: 0px;
  }
}
.content footer .icons ul li {
  display: inline-block;
  margin-right: 16px;
}
.content footer .icons ul li .icon {
  width: 55px;
  height: 55px;
}
@media (max-width: 768px) {
  .content footer .icons ul li .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
}
.content footer .icons ul li .icon img {
  max-width: 100%;
}
.de-language .content .steps .step .block {
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .de-language .content .steps .step .block {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .de-language .content .steps .step .block {
    padding-top: 0px;
    position: relative;
    width: 310px;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .de-language .content .steps .step .block {
    width: 273px;
  }
}
@media (max-width: 350px) {
  .de-language .content .steps .step .block {
    width: 100%;
  }
}


@media (min-width: 769px) {
  .container-bullet {
    margin-top: 30px !important;
  }
  .only-sm {
    display: none !important;
  }
  .container-carousel {
    margin-top: 60px;
  }
  .pad-30 {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .dropdown-toggle::after {
    display: none;
  }
  .only-desk {
    display: none !important;
  }
  .footer-resize {
    padding: 15px 38px 0 0;
  }
  .social-resize {
    margin-top: 25px;
  }
  .concession {
    display: none;
  }
  .btn-red {
    height: 48px;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 0 10px
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .footer-txt {
    padding: 30px 20px;
    font-size: 0.8em;
  }
  .pad-30 {
    padding-top: 0px;
  }
  .social-resize {
    margin-top: 40px;
  }
  .concession {
    width: 70%;
  }

  .btn-red {
    height: 60px;
    border-radius: 10px;
  }
}

.logo-pasino {
  width: 220px;
  padding-top: 20px;
}

@media (min-width: 992px) and (max-width: 1217px) {
  .footer-txt {
    padding: 30px 20px
  }
  .pad-30 {
    padding-top: 0px;
  }
  .social-resize {
    margin-top: 40px;
    padding-left: 30px;
  }
  .content footer .supported ul li {
    margin-right: 10px;
  }
  .footer-social-res {
    width: 85px;
  }
  .pad-30 {
  padding-top: 25px;
  }
  .footer-resize {
    padding-top: 45px;
  }
  .concession {
    width: 50%;
  }
  .footer-txt {
    padding-top: 35px;
    font-size: 0.8em;
  }
  .btn-red {
    height: 60px;
    border-radius: 10px;
  }
}

@media (min-width: 1218px) {
  .concession {
    width: 35%;
  }
  .content .pay-section .pay-list .list .list-block {
    margin: 15px 15px;
  }
  .footer-txt {
    padding-top: 35px
  }
  .btn-red {
    height: 60px;
    border-radius: 10px;
  }
}

@media (min-width: 577px) {
  .intro-txt {
    font-size: 1.3em;
    text-align: center;
    padding: 20px 30px;
  }
}

@media (max-width: 768px) {
  .content .top-section {
margin-top: -50px;
  }
  .actual-locale:hover {
    background-color: transparent !important;
  }

  .dropdown-menu.show {
    transform: translate3d(-60px, 30px, 0px) !important;
  }
  .only-smartphone {
    text-align: center;
  }
  .h-twint {
    width: 120px;
    margin: 0 0 6px 2px;
    border-left: #000000 solid 15px;
    border-right: #000000 solid 10px;
    border-top: #000000 solid 5px;
    border-bottom: #000000 solid 5px;
    border-radius: 4px;
  }
}

@media (min-width: 769px) {
  .only-smartphone {
    display: none;
  }
  .h-twint {
    width: 160px;
    margin: 0 0 6px 2px;
    border-left: #000000 solid 15px;
    border-right: #000000 solid 10px;
    border-top: #000000 solid 5px;
    border-bottom: #000000 solid 5px;
    border-radius: 4px;
  }
}

@media (max-width: 576px) {

  .intro-txt {
    font-size: 1em;
    text-align: center;
    padding: 20px 10px;
  }
}
.skrill, .paysafecard, .visa, .finance {
  padding-top: 15px;
}

.neteller-logo {
width: 100px;
height: 23px;
padding-top: 18px;
}

.mastercard {
width: 130px;
height: 26px;
}

.paysafecard {
  width: 90px;
}
.subtitle {
  line-height: 35px !important;
}

.provider {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.cont-provider {
  padding-left: 0px !important;
}

.thumb-provider {
  background-color: #090909;
  border-radius: 10px;
}

.content .top-section .text .title, .content .top-section .text .subtitle {
text-shadow: 2px 1px 1px black;
}

.first-red {
  color: #fd0837;
  font-size: 0.3em;
  line-height: 1.6em
}

.first-white {
  color: white;
  font-size: 0.3em;
  line-height: 1.6em
}

.h-intro {
  font-size: 0.75em;
}


.dropdown-menu {
  background-color: rgba(0,0,0,0.7) !important;
  border: none !important;
  --bs-dropdown-min-width: 8rem
}

.dropdown-item:hover {
  background-color: transparent !important;
}


.dropdown-item {
  color: white !important;
  text-align: center !important;
  margin: auto;
}

.flag {
  width: 60px; 
  padding-right: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; 
  margin-bottom: 5px;
  cursor: pointer;
}


.actual-locale {
  font-weight: 900;
  font-size: 20px;
  padding: 3px 18px 5px 10px;
  margin-left: -15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.actual-locale:hover {
  background-color: black;
}

.main {
  position: absolute;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
  z-index: 3;
}

.lucky-woman {
  position: absolute;
  width: 300px;
top: 285px; 
left: 51%;
transform: translateX(-50%);
z-index: 5;
}

.content .buttons {
  position: absolute;
left: 50%;
transform: translateX(-50%);
top: 520px;
z-index: 10;
}

.new-steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 710px;
  z-index: 10;

}

.container-new-steps {
display: flex;
justify-content: space-around;
width: 800px;
align-items: center;
}

.steps-area {
 height: 120px;
 width: 200px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 10px;
 font-family: 'Poppins';
 font-weight: 600;
 margin: auto;
 text-align: center;
 padding-top: 8px;
 border: 5px solid transparent;
}

.chevron-steps {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  text-align: center;
}

.twint-depot {
margin-top: 10px;
width: 140px;
}

.cta {
  font-size: 1.4em;
}

.conditions {
  font-size: 0.7em;
}

.twint-txt {
  font-size: 1.2em;
  font-weight: 700;
  font-family: "poppins";
  margin-bottom: 0 !important;
}

.num-steps {
font-size: 2.8em;
font-weight: 700;
padding: 20px;
}

.txt-steps {
font-size: 1.5em;
font-weight: 700;
line-height: 80%;
}

.chevron-right {
  width: 12px;
  margin-top: 9px;
}

.container-providers {
  height: 120px;
  width: 100%;
  background-color: #252525 !important;
}

.container-discover {
  height: 600px;
  width: 100%;
  background-color: #1A1A1A;
  height: 30vw;
  vertical-align: middle;
  margin-top: -10px;
font-family: "poppins";
}

.discover-h {
font-size: 2.5em;
}

.discover-text {
font-size: 1.3em;
}

.discover-left {
  background: url("../../../img/discover.png");
  background-size: cover;
width: 60vw;
height: 30vw;
display: inline-block;
}

.discover-right {
  width: 38vw;
  height: 600px;
  display: inline-block;
  max-width: 600px;
  vertical-align: middle;
  padding-left: 50px;
  margin-bottom: 16vw;
}

.container-points {
  height: 600px;
  width: 100%;
  background-color: #292929;
  height: 400px;
  vertical-align: middle;
  font-family: 'Poppins';
  text-align: center;
  padding-top: 40px;
  overflow: auto;
  margin-top: -10px;
}

.container-box {
width: 1300px;
display: inline-block;
}

.box-points {
width: 260px;
height: 280px;
background-color:#1A1A1A;
display: inline-block;
border-radius: 10px;
margin: 0 3px;
}

.box-points-selected {
  width: 260px;
  height: 230px;
  background: linear-gradient(180deg, #db0606 10.6%, #490505 97.7%);
  display: inline-block;
  border-radius: 10px;
  margin: 0 3px;
  position: relative;;
}

.orange {
  width: 130px;
  position: absolute;
  right: 190px;
  top: 170px
}

.container-carousel {
  width: 100%;
  height: 550px;
  background-color: #292929;
}

.item-carousel {
  width: 500px;
  height: 500px;
  margin: auto;
}

.carousel-item {
  text-align: center;
  display: flex;
}

.section-slider {
  overflow :hidden;
  width: 100%;
  display:inline-block;
  height: 90px;
  white-space: nowrap;
  background-color: #292929;
  position: relative;
}

.filter-left {
  position: absolute;
  width: 10vw;
  max-width: 250px;
  min-width: 100px;
  height: 200px;
  background: linear-gradient(90deg, #272727, rgba(0,0,0,0));
  left: 0;
  z-index: 15;
}

.filter-right {
  position: absolute;
  width: 10vw;
  max-width: 250px;
  min-width: 100px;
  height: 200px;
  background: linear-gradient(-90deg, #272727, rgba(0,0,0,0));
  right: 0;
  z-index: 15;
}

.container-providers {
  display: flex;
  width: 1000%;
  background-color: #292929;
  flex-wrap: nowrap;
  animation: move 60s infinite linear; /* set the time to what you want of course */
}
@keyframes move {
  to {
    transform: translateX(-30%);
  }
}
.img-slider {
  display: inline-block;
  width: 150px;
  margin: 4px 22px 0 22px;
  background-color: #272727;
}

.carousel-item {
  width: 100%;
  height: 500px
}
.item-carousel {
  width: 100%;
  display: flex;
  font-family: "Poppins", sans-serif;
}

.carousel-inner {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.right-carousel {
  display: inline-block;
  width: 50%;
  text-align: left;
 margin: auto 3vw;
}

.left-carousel {
text-align: right;
}

.swisssweet {
  width: 550px;
  height: auto;
  vertical-align: middle;
  margin-top: 15px;
}

.container-waiting {
  height: 600px;
  width: 100%;
  background: url("../../../img/zeus.jpg");
  background-size: cover;
  height: 680px;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
}


.waiting-step-container {
max-width: 500px;
width: 100%;
min-width: 350px;
margin-top: 50px;
display: flex;
}

.waiting {
flex: 1;
margin: auto;
text-align: center;
padding-top: 4vw;
}

.waiting-block {
  flex: 1;
  }
  

.waiting-text {
padding: 20px 0;
}

.waiting .smaller {
  font-size: 1.1em;
  padding: 10px;
  min-width: 250px;
  height: 50px;
}

.waiting-step {
  width: 32%;
  height: 116px;
  background-color: #292929;
  border-radius: 10px;
  margin: auto;
  text-align: center;
} 

.waiting-bulle {
  padding-top: 10px;
  filter: invert();
  width:35px;
}

.waiting-bulle-text {
  font-weight: 800;
  padding-top: 5px;
}

.content-waiting {
  margin: auto;
  width: 600px;
  text-align: left;
}

.btn-red:hover {
  background-color: rgb(128, 22, 22) !important;
}

.h1-1 {
  font-size: 1.3em; 
}

.h1-2 {
  font-size: 0.8em; 
}

.h1-3 {
  font-size: 1.8em; 
}

@media (min-width: 768px) and (max-width: 1165px) {
  .h1-1 {
    font-size: 1.1em; 
  }
  
  .h1-2 {
    font-size: 0.6em; 
  }
  
  .h1-3 {
    font-size: 1.4em; 
  }
}

@media (min-width: 1130px) and (max-width: 1450px) {
  .discover-right {
    height: 450px;
  }
  .discover-h {
    font-size: 1.7em;
  }
  .discover-text {
    font-size: 1em;
  }
}

@media (min-width: 769px) and (max-width: 1700px) {
.waiting {
  flex: 3
}
.waiting-block {
  display: none;
}
.container-waiting {
  background-position-x: -300px;
}
}

@media (min-width: 768px) {
.cta-sm {
  display: none;
}
.new-steps-sm {
    display: none;
}
.linear-bg {
  display: none;
}
}

@media (max-width: 768px) {
  .dropdown-menu {
    --bs-dropdown-min-width: 4.46rem
  }
  .content .dropdown-menu.show {
    left: 60px !important;
   
  }
  .dropdown-item {
    margin-left: -10px;
  }
  .content .show {
    background: rgba(0,0,0,0.7);
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
    padding-left: 10px;
  }
  .container-box {
    margin-left: 10px;
    }
  .lucky-woman {
    margin-top: 80px;
  }
  .logo-pasino {
    width: 190px;
    padding-top: 80px;
  }
  .main {
    width: 100%;
    padding-top: 48px;
  }
  .h1-1 {
    font-size: 0.9em; 
  }
  
  .h1-2 {
    font-size: 0.95em; 
  }
  
  .h1-3 {
    font-size: 1.5em; 
    margin-top: -8px;
  }
  .cta {
    display: none;
  }
  .content .top-section {
    height: 800px;
  }
  .cta-sm {
    margin-top: 80px;
  }
  .buttons {
    padding-top: 180px;
  }
  .twint-txt {
    font-size: 0.8em;
  }
  .twint-depot {
    width: 100px;
    margin-top: 5px;
  }
  .content .buttons {
width: 300px;
top: 500px;
  }
  .conditions {
    margin: 0;
    padding: 0 !important;
    font-size: 0.6em;
  }
  .new-steps {
    display: none;
  }
  .new-steps-sm {
 background-color: #252525;
 padding: 0 0 20px 0;
 position: relative;
 z-index: 10;
  }
  .block-1 {
    margin: 10px 10vw;
    background-color: #292929;
    border-radius: 8px;
    height: 80px;
    position: relative;
    font-family: "poppins";
    max-width: 550px;
    border: 1px solid rgba(75, 72, 72, 0.4)
  }
  .block-1-a {
    top: 5px;
    left: 30px;
    position: absolute;
    font-size: 3em;
    font-weight: 600;
  }
  .block-1-b {
    top: 23px;
    right: 30px;
    position: absolute;
    font-size: 1.4em;
    font-weight: 800;
  }
  .block-1-arrow:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../../../img/arrow-bottom.png") no-repeat;
    bottom: -40px;
    position: absolute;
    display: inline-block;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .container-providers {
      display: flex;
      width: 5000%;
      background-color: #292929;
      flex-wrap: nowrap;
      animation: move 60s infinite linear; /* set the time to what you want of course */
    }
    @keyframes move {
      to {
        transform: translateX(-30%);
      }
    }
    .container-discover {
      height: auto;
    }
    .discover-left {
      width: 100%;
      background: url("../../../img/discover-sm.png");
      background-position: center;
      height: 250px;
    }
    .discover-right {
      width: 92%;
      padding-top: 20px;
      height: auto;
    }
    .discover-h {
      font-size: 1.6em;
    }
    .discover-text {
      font-size: 1.1em;
    }
}



@media (max-width: 768px) {
 .content-waiting-sm {
  background-color: #1a1a1a;
  padding: 20px 0; 
 }
  .content-waiting {
    text-align: center;
    margin-top: 93vw;
    width: 100%;
  }
  .container-waiting {
    display: block;
  }
  .waiting-step {
    width: 100px;
  } 
  .waiting-bulle-text {
    font-size: 0.8em;
  }
  .waiting-step-container {
    max-width: unset;
  }
  .container-carousel {
    height: 870px
  }
  .arrows {display: none;}
}

@media (min-width: 360px) and (max-width: 400px) {
  .container-waiting {
height: 150vw;
  }
  .list {
    justify-content: space-between !important;
  }
}

@media (min-width: 400px) and (max-width:768px) {
  .container-waiting {
height: calc(180vw + 2em);
max-height: 1100px;
  }

 
}

@media (min-width: 769px) and (max-width: 1457px){

  .container-discover {
    height: auto;
  }
  .discover-left {
    width: 100%;
    background: url("../../../img/discover-sm.png") no-repeat;
    background-size: cover;
    height: 350px;
  }
  .discover-right {
    width: 92%;
    padding-top: 20px;
    height: auto;
    max-width: unset;
    padding-top: 70px;
  }
  .discover-h {
    font-size: 1.6em;
  }
  .discover-text {
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) {
  .container-box {
    overflow-x:scroll;
    width: 1200px
    }    
}

body {
  background-color: #292929;
}

.carousel-item {
  display: block;
  transition: all 1s;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.carousel-item:first-child {
  opacity: 1
}

.bullet {
 display: inline-block;
 font-size: 40px;
 margin: 10px 8px;
 color: 'white';
background-color: white;
border-radius: 20px;
width: 10px;
height: 10px;
opacity: 0.5;
}

.bullet.selected {
  opacity: 1;
  background-color: #e60936;
}

.container-bullet {
text-align: center;
margin: auto;
width: 50%;
}

.carousel-fade {
  margin: auto;
  max-width: 1500px;
}

.more-less {
  margin: 0 10px;
  width: 35px;
}

.more-less {
  cursor: pointer;
}

.register {
  width: 470px;
  margin: auto;
  text-align: center;
  padding: 20px 10px 10px 10px;
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-top: 10px;
}


@media (max-width: 767px) { 
  .display-sm {
    margin: 20px auto;
    display: block !important
  }
  .register-text {
    font-size: 17px;
  }
  .register-2-text {
    font-size: 12px;
  }
  .color-red {
    color: #e60936
  }
  .register {
    width: 320px;
  }
  .item-carousel {
    display: block;
  }
  .right-carousel {
    width: 90%;
    margin-top: 20px;
  }
  .swisssweet {
    width: 70%;
    margin: auto;
}
.left-carousel {
  text-align: center;
}

.linear-bg {
  position: absolute;
  bottom: 0;
  height: 400px;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191919 100%);
  width: 100%;
}


.lucky-woman {
  z-index: 2;
}
}

.only {
  text-align: center;
  font-family: "poppins";
  padding-top: 40px;
  background-color: #292929;
}

.register-text, .register-2-text {
  font-family: "poppins";
}

.steps-area:hover, .waiting-step:hover {
  box-shadow: 0px 0px 25px red;
  transition: all 0.6s;
}

.steps-area, .waiting-step {
  box-shadow: 0px 0px 25px transparent;
  transition: all 0.6s;
}

.btndrop {
  background-color: black !important;
  width: 8rem;
  border: 1px solid black !important;
}

.show .btndrop {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.dropdown-menu.show {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.img-slider {
  background-color: #252525;
}

@media (min-width: 1150px) {
  .right-carousel {
    padding-right: 10vw;
  }
  .container-carousel {
    margin-left: 5vw;
  }
}

.arrows {
  margin-top: 60px;
}

.container-carousel {
  background-color: #292929;
}

.image-footer1 {
  width: 370px;
  display: flex;
  justify-content: space-between;
}

.text-footer1 {
  max-width: 600px;
  margin: 50px auto 30px auto;
  text-align: center;
  opacity: 0.5;
}

.list-block {
  width: 100px !important;
  display: inline-block;
  opacity: 0.5;
  transition: all 1s;
}

.list-block:hover {
  opacity: 1;
  transition: all 1s;
}
.list {
  width: 1200px;
  margin: auto;
 display: flex;
 justify-content: space-around;
 vertical-align: middle;
}

.pay-list {
  width: 100%;
  display: block;
  margin: auto;
  overflow: auto;
  height: 80px
}

.conc {
  width: 130px
}

.cdl {
  display: inline-block;
}

@media(min-width: 992px) and (max-width: 1200px) {
  .imgfoo {
    width: 90px !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .imgfoo {
    width: 60px !important;
  }
  .bot-foo {
    max-width: 800px !important;
  }
  .bott {
    font-size: 0.8em;
  }
}

.content-waiting-sm {
  font-family: "Poppins", sans-serif;
}

