/* GENERAL STYLES */

.single-casino_management {
  background: transparent !important;
  font-family: "Inter", sans-serif;
}

.single-page-content .header {
  padding: 16px 0;
  width: 100%;
  position: relative;
}

.single-page-content .header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single-page-content .header .button {
  font-size: 16px;
  font-weight: 600;
  fill: #fff;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 12px;
}
.single-page-content .header .button:hover {
  color: #22242a;
  background-color: #f9f9fb;
  border-color: #f9f9fb;
}

.single-page-content .container {
  max-width: 1224px;
  padding-left: 12px;
  padding-right: 12px;
}

.single-page-content .content-row {
  padding: 100px 0 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-page-content .content-row .logo-wrap {
  margin-bottom: 30px;
}

.single-page-content .content-row .logo-wrap img {
  max-width: 270px;
  max-height: 200px;
  height: auto;
  width: auto;
}

.single-page-content .steps-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.single-page-content .step {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.section-footer {
  padding: 4px 32px 32px 32px;
  background: #000;
  display: flex;
  justify-content: center;
}
.section-footer img {
  display: block;
  margin: 0 auto;
}
.background-overlay {
  display: none;
}

.single-page-content {
  background: #000;
}

.single-page-content .section-top .container {
  max-width: 1150px;
}

.single-page-content .content-row .title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-page-content .content-row .heading-title {
  color: #fff;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.single-page-content .content-row .heading-subtitle {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.single-page-content .content-row .col {
  text-align: center;
  flex: auto;
}

.single-page-content .content-row .col:first-child {
  max-width: 490px;
}

.single-page-content .content-row .col:last-child {
  text-align: right;
}

.single-page-content .section-steps {
  background: #000;
  padding: 32px 0;
}

.single-page-content .step .number {
  background: #7d874a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.single-page-content .step .text {
  color: rgba(255,255,255,0.9);
  font-size: 18%;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 130px;
}

.single-page-content .step:not(:last-of-type):after {
  content: url("../images/9254fdb01576612d1abc9b6a6154ed40af418f9c.svg");
  position: absolute;
  right: -50px;
}

.single-page-content .section-payment {
  padding: 0;
  background: #000;
}

.single-page-content .payment-wrap h4 {
  color: #fff;
  font-family: "Inter";
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.single-page-content .payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.single-page-content .section-legal {
  padding: 32px 0;
  background: #000;
  text-align: center;
}

.single-page-content .section-legal h4 {
  color: #fff;
  font-family: "Inter";
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.single-page-content .section-legal .partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.single-page-content .section-legal .partner-logos img {
  max-width: 165px;
  max-height: 70px;
}

.single-page-content .section-footer img {
  max-width: 420px;
  width: 100%;
}

/* STYLE 1 */

.single-page-content.style-1 .header:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #000 10%, #a2c200 50%, #000 90%);
  top: 100%;
  position: absolute;
}

.single-page-content.style-1 .section-top {
  width: 100%;
  position: relative;
  background-image: url("");
  background-position: 0 20%;
  background-size: cover;
}

.single-page-content.style-1 .content-row .button {
  border-radius: 21.898px;
  border: 4.805px solid #eac534;
  background: linear-gradient(180deg, #fffa94 -26.92%, #fbd428 100.36%);
  box-shadow: 0px 9.609px 3.203px 0px #9e8a05 inset,
    0px 0px 24.824px 0px rgba(255,187,0,0.67), 0px 4.171px 0px 0px #615e00;
  color: #0d0d0d;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.067px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 22px 25px;
  max-width: 400px;
  margin: 26px auto 0;
  overflow: hidden;
  position: relative;
}

.single-page-content.style-1 .content-row .button:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.single-page-content.style-1 .content-row .col:last-child {
  padding-top: 20%;
}

.single-page-content.style-1 .content-row .button:hover {
  background: linear-gradient(180deg, #fffbad -26.92%, #ffdb38 100.36%);
}

.single-page-content.style-1 .content-row .button:active {
  box-shadow: 4px 4px 6px 0 rgba(13,13,13,0.3),
    -4px -4px 6px 0 rgba(115,119,135,0.2),
    inset -4px -4px 6px 0 rgba(8,8,8,0.2),
    inset 4px 4px 6px 0 rgba(0,0,0,0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.single-page-content.style-1 .payment-wrap {
  border-radius: 24px;
  background: #f5ffc2;
  padding: 32px;
}

.single-page-content.style-1 .payment-wrap h4 {
  color: #1f1f1f;
}

.single-page-content.style-1 .content-row .title {
  color: #7d874a;
}

.single-page-content.style-1 .section-steps,
.single-page-content.style-1 .section-payment,
.single-page-content.style-1 .section-legal {
  background: #1f1f1f;
}

/* STYLE 2 */

.single-page-content.style-2 .header {
  background: #140f34;
}

.single-page-content.style-2 .section-top {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 624px;
  display: flex;
  align-items: center;
}

.single-page-content.style-2 .section-top .container {
  max-width: 1224px;
}

.single-page-content.style-2 .content-row .col:first-child {
  text-align: left;
}

.single-page-content.style-2 .content-row .title {
  color: #7bff2e;
  font-family: "Barlow Condensed", serif;
  margin-bottom: 20px;
}

.single-page-content.style-2 .content-row .heading-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
}

.single-page-content.style-2 .content-row .heading-subtitle {
  font-size: 50px;
}

.single-page-content.style-2 .content-row .button {
  border-radius: 121.64px;
  background: #538221;
  box-shadow: 0px 0px 20px 0px rgba(123,255,46,0.5);
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  line-height: 100.5%; /* 39.119px */
  letter-spacing: 0.389px;
  color: #000;
  text-align: center;
  display: inline-block;
  gap: 16px;
  font-size: 38px;
  padding: 7px 30px 23px 45px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}

.single-page-content.style-2 .content-row .button:after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0px 5.44px 5.44px 0px rgba(255,255,255,0.35) inset;
  background: linear-gradient(180deg, #abfb50 0%, #7bff2e 100%);
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.single-page-content.style-2 .content-row .button .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.single-page-content.style-2 .content-row .button .button-text:after {
  height: 29px;
  content: url("../images/5c00d93956ec4d3d122bc982426fd16540470463.svg");
}

.single-page-content.style-2 .content-row .button:hover:after {
  background: linear-gradient(
      0deg,
      rgba(0,0,0,0.3) 0%,
      rgba(0,0,0,0.3) 100%
    ),
    linear-gradient(180deg, #abfb50 0%, #7bff2e 100%);
  top: -4px;
}

.single-page-content.style-2 .content-row .button:hover {
  padding: 11px 30px 19px 45px;
}

.single-page-content.style-2 .content-row .col:first-child {
  max-width: 560px;
}

.single-page-content.style-2 .section-steps {
  background: #8fc5ff;
}

.single-page-content.style-2 .step .number {
  background: #0d0033;
}

.single-page-content.style-2 .step:not(:last-of-type):after {
  content: url("../images/87b0fc8c1915acedd3af9572ccccc6ed3e5638f0.svg");
}

.single-page-content.style-2 .step .text {
  color: #0d0033;
}

.single-page-content.style-2 .section-payment {
  padding: 32px 0;
  background: #000a33;
}

.single-page-content.style-2 .section-legal {
  background: #000a33;
}

.single-page-content.style-2 .section-footer {
  background: #090123;
}

/* STYLE 3 */
.single-page-content.style-3 .header {
  border-bottom: 3px solid #ffe085;
  background: #1c2554;
}

.single-page-content.style-3 .content-row {
  padding: 80px 0;
}

.single-page-content.style-3 .header-inner {
  justify-content: center;
  gap: 32px;
}

.single-page-content.style-3 .header .button {
  background: rgba(61,46,0,0.5);
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.1;
}

.single-page-content.style-3 .header .button:hover {
  background: #fff;
}

.single-page-content.style-3 .section-top {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.single-page-content.style-3 .section-top .container {
  max-width: 1224px;
}

.single-page-content.style-3 .content-row .col:first-child {
  text-align: left;
}

.single-page-content.style-3 .content-row .title {
  color: #171717;
  font-family: "Barlow Condensed", serif;
  margin-bottom: 20px;
  padding: 5px;
  background: rgba(255,255,255,0.8);
  display: inline-block;
}

.single-page-content.style-3 .content-row .heading-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
}

.single-page-content.style-3 .content-row .heading-subtitle {
  font-size: 50px;
}

.single-page-content.style-3 .content-row .button {
  border-radius: 16px;
  background: #7c7736;
  box-shadow: 0px 4.866px 20px 0px rgba(61,46,0,0.7);
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  line-height: 100.5%;
  /*39.119px*/
  letter-spacing: 0.389px;
  color: #000;
  text-align: center;
  display: inline-block;
  gap: 16px;
  font-size: 38px;
  padding: 7px 30px 23px 45px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  animation: glowing 2s ease-in-out infinite;
  -webkit-animation: glowing 2s ease-in-out infinite;
}

.single-page-content.style-3 .content-row .button:after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 16px;
  background: linear-gradient(180deg, #d0efb3 0%, #faf86b 100%);
  box-shadow: 0px 0px 14px 0px rgba(255,252,194,0.8),
    0px 5.44px 5.44px 0px rgba(255,255,255,0.35) inset;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.single-page-content.style-3 .content-row .button .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.single-page-content.style-3 .content-row .button .button-text:after {
  height: 29px;
  content: url("../images/5c00d93956ec4d3d122bc982426fd16540470463.svg");
}

.single-page-content.style-3 .content-row .button:hover:after {
  background: linear-gradient(
      0deg,
      rgba(255,255,255,0.3) 0%,
      rgba(255,255,255,0.3) 100%
    ),
    linear-gradient(180deg, #daf0bc 0%, #f9f971 100%);
  box-shadow: 0px 0px 17.3px 0px #fffdeb,
    0px 4.866px 20px 0px rgba(61,46,0,0.7);
  top: -4px;
}

.single-page-content.style-3 .content-row .button:hover {
  padding: 11px 30px 19px 45px;
  animation: none;
  -webkit-animation: none;
}

@keyframes glowing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.single-page-content.style-3 .section-steps {
  background: #00106b;
}

.single-page-content.style-3 .step .number {
  color: #fff;
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 1;
}

.single-page-content.style-3 .step .text {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 220px;
  color: #fff;
}

.single-page-content.style-3 .step:not(:last-of-type):after {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  background: #fff;
}

.single-page-content.style-3 .section-payment {
  padding: 32px 0;
  background: #0d143b;
}

.single-page-content.style-3 .payment-wrap {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.single-page-content .section-legal h4 {
  color: rgba(255,255,255,0.9);
}

.single-page-content.style-3 .payment-wrap h4 {
  font-size: 26px;
  color: rgba(255,255,255,0.9);
  max-width: 430px;
  text-align: left;
}

.single-page-content.style-3 .payment-logos {
  gap: 20px;
}

.single-page-content.style-3 .section-legal {
  background: #0d1021;
}

.single-page-content.style-3 .steps-wrap {
  gap: 70px;
}

@media (max-width: 1600px) {
  .single-page-content .container {
    max-width: 1195px;
  }

  .single-page-content.style-2 .content-row {
    padding: 65px 0;
  }

  .single-page-content.style-3 .content-row {
    padding: 65px 0;
  }
}

@media (max-width: 990px) {
  .single-page-content .content-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .single-page-content .content-row .col:last-child {
    margin-top: 30px;
  }

  .single-page-content.style-1 .content-row .col:last-child {
    padding-top: 0;
  }

  .single-page-content.style-2 .content-row .col:first-child {
    text-align: center;
  }

  .single-page-content.style-2 .content-row .heading-title {
    text-align: center;
  }

  .single-page-content.style-2 .section-top {
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
  }

  .single-page-content.style-3 .content-row .col:first-child {
    text-align: center;
  }

  .single-page-content.style-3 .content-row .heading-title {
    text-align: center;
  }

  .single-page-content.style-3 .section-top {
    padding-bottom: 50%;
    background-image: url("");
    background-size: cover;
    background-position: center;
  }

  .single-page-content.style-3 .step .number {
    font-size: 70px;
  }

  .single-page-content.style-3 .step .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single-page-content .content-row {
    padding: 16px;
  }

  .single-page-content .header .logo img {
    max-width: 170px;
    max-height: 65px;
  }

  .single-page-content .steps-wrap {
    flex-direction: column;
    gap: 60px;
  }

  .section-footer {
    padding: 10px 16px;
  }

  .single-page-content .content-row .logo-wrap {
    margin-bottom: 0;
  }

  .single-page-content .content-row .logo-wrap img {
    max-width: 240px;
    max-height: 130px;
  }

  /* STYLE 1 */
  .single-page-content.style-1 .payment-wrap {
    padding: 16px;
  }

  .single-page-content.style-1 .content-row .button {
    font-size: 23px;
    margin-top: 15px;
    padding: 19px 20px 16px;
    width: fit-content;
  }

  .single-page-content.style-1 .section-top {
    background-position: -108% 20%;
  }

  .single-page-content .content-row .title {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .single-page-content .content-row .heading-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .single-page-content .content-row .heading-subtitle {
    font-size: 25px;
  }

  .single-page-content .step:not(:last-of-type):after {
    right: 50%;
    transform: rotate(90deg);
    bottom: -55px;
  }

  .single-page-content .section-legal h4 {
    padding: 0 20px;
  }

  .single-page-content .section-legal .partner-logos {
    gap: 15px;
  }

  .single-page-content .payment-logos {
    gap: 15px;
  }

  /* STYLE 2 */

  .single-page-content.style-2 .content-row .title {
    font-size: 23px;
    margin-bottom: 12px;
  }

  .single-page-content.style-2 .content-row {
    padding: 30px 0;
  }

  .single-page-content.style-2 .content-row .heading-title {
    font-size: 35px;
  }

  .single-page-content.style-2 .content-row .heading-subtitle {
    font-size: 35px;
  }

  .single-page-content.style-2 .content-row .button {
    font-size: 25px;
    margin-top: 20px;
  }

  .single-page-content.style-2 .payment-logos {
    gap: 12px;
  }

  .single-page-content.style-2 .payment-logos img {
    max-width: 35px;
  }

  .single-page-content.style-2 .section-payment,
  .single-page-content.style-2 .section-legal,
  .single-page-content.style-2 .section-steps {
    padding: 16px 0;
  }

  /* STYLE 3 */
  .single-page-content.style-3 .content-row {
    padding: 16px;
  }

  .single-page-content.style-3 .header-inner {
    justify-content: space-between;
  }

  .single-page-content.style-3 .content-row .title {
    font-size: 23px;
    margin-bottom: 12px;
  }

  .single-page-content.style-3 .content-row {
    padding: 30px 0;
  }

  .single-page-content.style-3 .content-row .heading-title {
    font-size: 35px;
  }

  .single-page-content.style-3 .content-row .heading-subtitle {
    font-size: 35px;
  }

  .single-page-content.style-3 .content-row .button {
    font-size: 25px;
    margin-top: 20px;
  }

  .single-page-content.style-3 .payment-logos {
    gap: 12px;
  }

  .single-page-content.style-3 .payment-logos img {
    max-width: 35px;
  }

  .single-page-content.style-3 .section-payment,
  .single-page-content.style-3 .section-legal,
  .single-page-content.style-3 .section-steps {
    padding: 16px 0;
  }

  .single-page-content.style-3 .steps-wrap {
    flex-direction: row;
  }

  .single-page-content.style-3 .step .number {
    font-size: 45px;
  }

  .single-page-content.style-3 .step .text {
    font-size: 10px;
  }

  .single-page-content.style-3 .step:not(:last-of-type):after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    right: -50px;
    bottom: 0;
    width: 1px;
  }

  .single-page-content.style-3 .payment-wrap {
    flex-direction: column;
  }
  .single-page-content.style-3 .payment-wrap h4 {
    font-size: 19px;
    text-align: center;
  }
}
