/* General */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}

body {
  background: url(../img/bg.png) center center fixed;
  background-size: cover;
}
.hero-bonus_right-image {
    z-index: 2;
}
.checked {
    color: orange !important;
}
.casino-list-elem .gradient-border-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding: 10px;
}
:root {
  --gradient-color: linear-gradient(
    237.12deg,
    #ffcea8 0%,
    #c3a6fc 50.52%,
    #80fef7 100%
  );
  --r: 100px; /* radius */
  --b: 1px; /* border width */
  --t: all 0.5s;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.container-mob {
  max-width: 1170px;
  margin: 0 auto;
}
ol, ul {
    padding-left: 20px;
}
@media screen and (max-width: 1170px) {
  .container {
    padding: 0 15px;
  }
.main-content-container.p-4 {
    padding: 20px 0px!important;
}
  .container-mob {
    max-width: 1170px;
    margin: 0 auto;
  }

  .container-full-width {
    padding: 0;
  }
}

.display-desktop,
.display-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-desktop {
    display: block;
    max-width : 100%;

  }
}

@media screen and (max-width: 768px) {
  .display-mobile {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 180%;
  margin-bottom: 10px;
}

h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 52.33px;
  margin-bottom: 20px;
}

h2 {
  font-weight: 800;
  font-size: 35px;
  line-height: 52px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 44.85px;
  margin-bottom: 30px;
}

.two-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.default-gradient-border {
  position: relative;
}

.default-gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--gradient-color) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/*
.border-btn {
  text-align: center;
  border-radius: var(--r);
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 7px 45px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
  transition:var(--t);
}

.border-btn:hover {
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: 1px solid var(--gradient-color);
  text-fill-color: transparent;
  border:var(--b) solid var(--gradient-color);
}*/

/*-- border-btn --*/
.border-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 7px 45px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;

  background: linear-gradient(90deg,#fff 0%, #fff 50%, #ffcea8 51%,#c3a6fc 75%,#80fef7 100%);
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.001);
  transition: var(--t);
  position: relative;
  background-size: 200% 100%;
  background-position: left center;
  border-radius:var(--r);
  /*mix-blend-mode: screen;*/
}

.border-btn:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(90deg,#fff 0%, #fff 50%, #ffcea8 51%,#c3a6fc 75%,#80fef7 100%);
    transition: var(--t);
    z-index: -1;
    background-size: 200% 100%;
    background-position: left center;
    border-radius:var(--r);
}

.border-btn:after {
    background: none;  /* bg color */
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border-radius:var(--r);
}

.border-btn:hover,
.border-btn:hover:before {
  background-position: right center;
}
/*-- END border-btn --*/

.gradient-border-btn {
  background: var(--gradient-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  border: none;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  text-decoration: none;
  padding: 7px 25px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
}

.gradient-border-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--r);
  border: var(--b) solid transparent;
  border-radius: var(--r);
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

/*  */

/* Navbar */

header {
  background: none;
}

@media screen and (max-width: 768px) {
  header {
    background: #14102b;
  }
}

.header-wrapper {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1170px) {
  .header-wrapper {
    padding: 15px;
  }
}

.main-content-container {
  background: none;
}

@media screen and (max-width: 768px) {
  .main-content-container {
    padding: 0px 0 0 0;
    position: relative !important;
        top: 0px !important;

  }
}

/* .header-wrapper nav {
  flex: 1;
} */

nav {
  z-index: 9999;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

nav a {
  display: block;
  color: white;
  font-weight: 400;
  line-height: 170%;
  font-size: 16px;
}

nav > ul > li > a {
  padding: 10px 0px;
  text-align: center;
}

nav li {
  position: relative;
}

nav .sub-menu {
  position: absolute;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}

nav .sub-menu a {
  color: black;
  padding: 10px 20px;
}

nav .sub-menu.show {
  display: flex;
}

.circle-btn {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.circle-button-gradient {
  border-color: transparent;
  border-image: linear-gradient(to left, #ffcea8, #c3a6fc, #80fef7);
  border-image-slice: 1;
  background: linear-gradient(to left, #ffcea8, #c3a6fc, #80fef7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.nav-border {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 25px;
  min-height: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nav-border {
    border: none;
    justify-content: center;
  }
}
.nav-btn .gradient-border-btn {
  height: unset;
  padding: 7px 25px;
  min-height: 47px;
}

.arrow-down {
  padding-right: 24px;
  background: url("../img/nav-down-arrow.svg") no-repeat right center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .arrow-down {
    justify-content: center;
    padding-right: 0;
  }
}

.hum-icon {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
  gap: 4px;
  cursor: pointer;
  position: relative;
}

.hum-icon span {
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition: transform 0.6s, top 0.6s;
}

.hum-icon.open span:nth-child(2) {
  display: none;
}

.hum-icon.open span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 100%;
  transform-origin: center;
  transform: rotateZ(40deg) translateY(-50%);
}

.hum-icon.open span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  transform-origin: center;
  transform: rotateZ(-40deg) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .header-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header-wrapper {
    padding: 20px 15px;
    height: 100px;
    justify-content: space-between;
  }

  nav {
    display: block;
    height: 0px;
    padding: 0px 10px;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    background-color: rgb(6, 6, 6);
    transition: height 0.6s, padding 0.6s;
    overflow: hidden;
  }

  nav.show {
    height: var(--nav-height);
    padding: 20px;
  }

  nav > ul {
    flex-direction: column;
    gap: 6px;
  }

  .hum-icon {
    display: flex;
  }

  nav .sub-menu {
    position: static;
  }

  nav > ul > li {
    width: 100%;
  }

  nav .sub-menu li {
    width: 100%;
  }

  .search-form-li,
  .language-dd-li {
    display: none;
  }
}

.sign-up-btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

/* Hero */

.section-hero-wrapper {
  background: none;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-hero-wrapper {
    padding-bottom: 0px;
        margin-bottom: 0px;
  }
}

.section-hero {
  /* background: #241f43; */
}

.section-hero__bg-container {
  background: linear-gradient(180deg, #14102b 0%, #282349 100%);
  margin: 50px auto 25px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
	min-height: 260px;
}

.section-hero-home {
  display: flex;
  justify-content: space-between;
}
.section-hero-home__left button.gradient-border-btn {
	margin-top:20px;
}
.section-hero-home__left {
  padding-left: 60px;
  padding-top: 20px;
  /* max-width: 565.99px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 100%;*/
}
@media screen and (max-width: 768px) {
  .section-hero-home__left {
    padding-top: 0;
    padding: 0 15px;
  }

  .section-hero__bg-container {
    border-radius: 0;
    flex-direction: column;
    background: transparent;
    margin-top: 0px!important;
  }

  .section-hero {
    background: linear-gradient(180deg, #14102b 0%, #282349 100%);
    padding-top:0px;
  }
}

.section-hero .gradient-border-btn {
  width: 180.32px;
}

.section-hero__logos {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.hero-home__mobile-title img {
  display: none;
}

.hero-home__mobile-title h1 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .hero-home__mobile-title {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 5px;
  }.hero-home__mobile-title img {
  	display:block;
  }
  .hero-home__mobile-title h1 {
    min-width: 50%;
    text-transform: uppercase;
	}
    .hero-home__mobile-title h1 div {
    text-align:left!important;
	}.hero-home__mobile-title img {
    max-width: 50%!important;
	}

  .hero-home__mobile-title img{
  	margin: 0 auto;
  }

  .section-hero-home__left {
    max-width: 100%;
  }

  .section-hero .gradient-border-btn {
    width: 100%;
  }

  .section-hero__logos {
    justify-content: center;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 360px) {
  .hero-home__mobile-title h1 {
    word-break: break-all;
  }
}

.hero-bonus {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1290px) {
  .hero-bonus {

  }
}
.upper-hero__section-bonus {
    display: flex;
    flex-direction:column;
  }
    .hero-bonus__section-upper.container {
  	display:flex;
    align-items: center;
  }
@media screen and (max-width: 768px) {
  .hero-bonus__section-upper.container {
    display: flex;
	}.hero-bonus_right-image {
  	max-width:40%;
    margin-bottom: auto;
    transform: scale(1.3);
    padding-top: 10px;
  }.hero-bonus_right-image img {
  	max-width:100%;
  }.hero-bonus__currencies {
  	display:none!important;
  }.hero-bonus__currencies-mobile{
  	display: flex!important;
    gap: 10px;
  }.upper-hero__section-bonus {
    display: flex;
    flex-direction: column;
  }section.section-hero-bonus-wrapper {
    background-color: #282349;
    padding-bottom: 40px;
}section.section-table {
    padding-top: 30px;
}.hero-bonus {
    display: flex;
    flex-direction: column!important;
    align-items: center;
	}.hero-bonus__light-circle, .hero-bonus__thick-circle {
    display:none;
    }.hero-bonus__right {
    text-align: right;
	}.hero-bonus__right .gradient-border-btn {
    margin-left: auto;
	}
}
.hero-bonus__right {
  position: relative;
}

.hero-bonus__thick-circle {
  position: absolute;
  top: -70%;
  left: 5%;
}

.hero-bonus__light-circle {
  position: absolute;
  top: -70%;
  left: -55%;
}

.hero-bonus__right h1 {
  max-width: 382px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
  position: relative;
  z-index: 9999;
}

.hero-bonus__right p {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 22.5px;
  position: relative;
  z-index: 9999;
}

.hero-bonus__right .gradient-border-btn {
  max-width: 157.32px;
  height: 38px;
  font-size: 15px;
  margin-bottom: 13px;
}

.hero-bonus__currencies {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-bonus__currency {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.hero-bonus__currency p {
  color: #7e77ac;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

.section-hero-news {
  display: flex;
  text-align: center !important;
}

.section-hero-news .section-hero__bg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}

.section-hero-news__text {
  font-size: 18px;
  line-height: 31px;
  max-width: 695px;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .section-hero-news__title {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.section-hero-review {
  display: flex;
}

.hero-review__content {
  position: relative;
  width: 100%;
  padding: 20px 0 0 70px;
  display: flex;
  align-items: center;
  gap: 90px;
}

@media screen and (max-width: 980px) {
  .hero-review__content {
    gap: 0;
    padding-left: 30px;
  }
}

.hero-review__bg-img {
  position: absolute;
  top: 0;
  right: 0;
}

.section-hero-review .single-top-casino__bonuses {
  align-items: flex-start;
  margin-bottom: 12px;
}

.single-top-casino__hand img {
    z-index: 1;
    position: absolute;
    right: -20px;
    padding-top: 30px;
}

.hero-review__casino {
  position: relative;
}

@media screen and (max-width: 768px) {
  .hero-review__casino {
    display: none;
  }
  .hero-review__bg-img {
    display: none;
  }

  .section-hero-review .section-hero__bg-container {
    margin-top: 0;
  }

  .hero-review__content {
    gap: 0;
    padding: 0 0 0 15px;
  }

  .hero-review__content-left {
    width: 100%;
  }

  .hero-review__content-left h1 {
    text-align: center;
  }
}

.hero-review__casino-content {
  position: relative;
  background-image: url("../img/casino-bg-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
}

.hero-review__casino-img {
  max-width: 148px;
  margin-bottom: 10px;
}

.hero-review__content .single-top-casino__rating b {
  font-weight: normal;
  margin-bottom: 5px;
}

.hero-review__hand {
  position: absolute;
  right: -40px;
  top: 190px;
}

@media screen and (max-width: 768px) {
  .hero-review__list-best-casino {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 35px;
  }

  .hero-review__list-best-casino {
    background-image: url("../img/casino-bg-circle.svg");
    z-index: 999;
    position: relative;
    background-position: center right -90px;
    background-repeat: no-repeat;
    margin-bottom : 20px;
  }

  .hero-review__play-now-wrapper {
    padding-right: 15px;
  }
}

.hero-review__best-casino-mobile {
  flex-direction: column;
  justify-content: center;
}

.hero-review__best-casino-mobile .single-top-casino__rating {
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.hero-review__best-casino-mobile
  .single-top-casino__rating
  .single-top-casino__rating-stars {
  display: flex;
  align-items: center;
}

.hero-review__best-casino-mobile .single-top-casino__rating b,
.hero-review__best-casino-mobile .single-top-casino__rating img {
  margin: 0;
}

.hero-review__best-casino-mobile img {
  max-width: 112px;
  margin-bottom: 10px;
}

/* Hero Bonus Mobile Version */

.hero-bonus-mobile__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-bonus-mobile {
  text-align: right;
  padding-right: 15px;
}

.hero-bonus-mobile .hero-bonus__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
}

.hero-bonus-mobile .hero-bonus__currencies {
  padding-left: 15px;
  justify-content: center;
}

/*  */

/* Sidebar */

.right-sidebar {
  width: 307px;
}

@media screen and (max-width: 768px) {
  .right-sidebar {
    display: none;
  }
}

.right-sidebar__toc {
  margin-bottom: 25px;
}

.toc-mobile .right-sidebar__section-title {
  width: 100%;
}

.right-sidebar__section-title {
  padding: 10px 0;
  background: #241f43;
  border-radius: 100px;
  width: 308px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 47px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.right-sidebar__toc-content li {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  background: url(../img/toc-circle.svg) no-repeat left 15px top 22px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #423d64;
  min-width: 100%;
}

.right-sidebar__toc-content li a{
  text-decoration: none;
  color:white;
}

.right-sidebar__toc-content li:last-child {
  border-bottom: none;
}

.right-sidebar__bonuses {
  margin-bottom: 25px;
}

.right-sidebar__bonuses-item {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
}

.right-sidebar__bonuses-item div{
  width: -webkit-fill-available;

}

.right-sidebar__bonuses-item img {
  width: 47px;
  height: 47px;
  margin-right: 5px;
}

.right-sidebar__bonuses-item-text b {
  font-size: 15px;
  color: #fff;
}

.right-sidebar__bonuses-item-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.right-sidebar__bonuses-item-btn{
	display: flex;
    justify-content: end;
}

.right-sidebar__bonuses-item > .gradient-border-btn {
  width: 70px;
  height: 40px;
  padding: 7px 0;
}

.right-sidebar__bonuses-item:nth-child(odd) {
  background: #241f43;
  border-radius: 8px;
}

.right-sidebar__news-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-sidebar__news-item img {
  width: 47px;
  height: 47px;
}

.right-sidebar__news-item p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  color: #FFF;
}

.right-sidebar__news-item p a {
  color: #FFF;
}

.right-sidebar__news-item:nth-child(odd) {
  background: #241f43;
  border-radius: 8px;
}

/* How To Tables */

.section-how-to-tables {
  margin-bottom: 50px;
}

.how-to-box {
  padding: 35px 45px;
  color: #fff;
  background: rgba(36, 31, 67, 0.7);
  border-radius: 8px;
  margin-bottom: 30px;
}

.how-to-box {
  font-size: 16px;
}

.how-to-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .how-to-box {
    padding: 30px;
  }
}

.how-to-box p:last-child {
  margin-bottom: 0;
}

.how-to-box__title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .how-to-box__title {
    align-items: flex-start;
    font-size:10px;
  }
}

.how-to-box__title h3 {
  margin-bottom: 0;
  word-break: break;
}

.how-to-box__title-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  min-height: 33px;
  min-width: 33px;
  background: #3c375b;
  color: #07041c;
  border-radius: 100px;
  font-weight: 800;
  font-size: 20px;
  line-height: 29.9px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .how-to-box__title-number {
    position: relative;
    top: 4px;
  }
}

/* Pros & Cons */

.pros-and-cons__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pros-and-cons__container {
    margin-bottom: 40px;
  }
}

.pros-and-cons__column {
  width: 370px;
}

@media screen and (max-width: 1170px) {
  .pros-and-cons__container {
    flex-direction: column;
  }

  .pros-and-cons__column {
    width: 100%;
    padding-left:0px;
  }
}

.pros-and-cons__title {
  padding: 15px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  line-height: 34.39px;
  margin-bottom: 15px;
}

.pros-and-cons__item {
  padding: 20px;
  background: #241f43;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1170px) {
  .pros-and-cons__item:last-child {
    margin-bottom: 30px;
  }
}

.pros-and-cons__item img {
  position: relative;
  top: 10px;
}

/* FAQ */

.section-faq {
  padding-top: 60px;
  padding-bottom: 50px;
}

.section-faq h2 {
  margin-bottom: 30px;
}

.faq__boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__box {
  border-radius: 8px;
  padding: 30px;
  cursor: pointer;
  overflow: hidden;
}

.faq__box.open {
  background: #241f43;
}

.faq__box.open .faq__arrow-down {
  transform: rotateZ(180deg);
}

.faq__box__head {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .faq__box__head {
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .faq__arrow-down {
    min-width: 30px;
    min-height: 30px;
    position: relative;
    top: 8px;
  }
}

.faq__q {
  font-size: 30px;
  margin-bottom: 0;
}

.faq__a {
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: padding 0.6s, height 0.6s;
  line-height: 28.8px;
}

.faq__box.open .faq__a {
  height: var(--box-height);
  padding-top: 20px;
}

.faq__arrow-down {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #666b7c;
}

.regular-box {
  background: #ffffff;

  border-radius: 47px;
}

/* Footer */

.footer-wrapper {
  width: 100%;
  color: #fff !important;
  background: none;
}

.footer-wrapper__row {
  display: flex;
}

.footer-wrapper__row.first-row {
  gap: 143px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(126, 119, 172, 0.5);
}

.footer-wrapper-first-row-left-menu {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
}

.footer-wrapper__info {
  flex: 0 0 321px;
}

@media screen and (max-width: 768px) {
  .footer-wrapper-first-row-left-menu,
  .footer-wrapper__info {
    flex: unset;
  }

  .footer-wrapper__info {
    order: 1;
  }

  .footer-wrapper-first-row-left-menu {
    order: 2;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 30px;
  }

  .footer-wrapper__about-us,
  .footer-wrapper__quick-menu {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper__logo {
    justify-content: center;
  }

  .footer-wrapper__info__text {
    text-align: center;
  }

  .footer-wrapper__social-media {
    justify-content: center;
  }

  .footer-wrapper__contact-details address,
  .footer-wrapper__contact-details p {
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .footer-wrapper__about-us,
  .footer-wrapper__quick-menu {
    width: 100%;
  }
}

.footer-wrapper__contact-details address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.footer-wrapper__contact-details .footer-wrapper__list a {
    background: none;
    margin-left: -14px;
}

.footer-wrapper__logo {
  display: flex;
  gap: 10px;
}

.footer-wrapper__logo p {
  font-weight: bold;
}

.footer-wrapper__info__text {
  color: #fff;
  margin: 25px 0px 30px;
  font-size: 14px;
}

.footer-wrapper__social-media {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.footer-wrapper__social-media a {
  text-decoration: none;
}

.footer-wrapper__social-media svg {
  fill: #bbbbbb !important;
}

.footer-wrapper__list-title {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-wrapper__list {
  list-style: none;
  padding-left: 0px;
}

.footer-wrapper__list a {
  display: inline-block;
  font-size: 14px;
  margin: 6px 0px;
  padding: 0px 14px;
  text-decoration: none;
  color: #fff;
  background: url("../img/footer-gradient-circle.svg") no-repeat left center;
}

.footer-wrapper__row.sponsors {
  justify-content: center;
  gap: 60px;
  padding: 30px 0px;
  column-gap: 60px;
  row-gap: 30px;
}

.footer-wrapper__row.copyright {
  justify-content: center;
}

.footer-wrapper__row.copyright p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0 50px;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__row {
    flex-wrap: wrap;
  }

  .footer-wrapper__row.first-row {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__row.first-row {
    flex-wrap: wrap;
  }

  .footer-wrapper__row.first-row {
    gap: 40px;
  }
}

@media screen and (max-width: 425px) {
  .footer-wrapper-first-row-left-menu {
    flex-direction: column;
    gap: 40px;
  }

  .footer-wrapper__row.sponsors {
    gap: 0px;
  }

  .footer-wrapper__sponsor {
    margin: 10px 20px;
  }
}

/* Newsletter */
.section-newsletter {
  background: #241f43;
  border-radius: 8px;
  padding: 30px 0;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-newsletter {
    border-radius: 0;
  }
}

.section-newsletter h3 {
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  line-height: 39px;
  margin-bottom: 25px;
}

.newsletter__form {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.newsletter__form .gradient-border-btn {
  margin: 0;
  height: 46px;
  width: 146px;
  font-size: 15px;
}

.newsletter__form input {
  height: 46px;
  width: 309px;
  border: 1px solid #58607d;
  border-radius: 78px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.42px;
  color: #fff;
  padding: 10px 25px;
}

.newsletter__form input::placeholder {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .newsletter__form {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .newsletter__form .gradient-border-btn,
  .newsletter__form input {
    width: 100%;
    text-align: center;
  }
}

/* Author feedback */

.section-feedback {
  margin-bottom: 30px;
}

.feedback-wrapper {
  max-width: 100%;
  padding: 20px;
}

.feedback-wrapper .person-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.feedback-wrapper .person-info .name {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 30.6px;
}

.feedback-wrapper .person-info .profession {
  color: #666B7C;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27.2px;
  font-weight:600;
}

.person-feedback {
  margin-top: 20px;
}

.person-feedback p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
}

/* Quote */

.quote__content {
  padding: 5px 5px 5px 30px;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  position: relative;
  color: #fff;
  line-height: 30.6px;
  margin-bottom: 30px;
}

.quote__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  border-left: 4px solid transparent;
  background: linear-gradient(
      237.12deg,
      #ffcea8 0%,
      #c3a6fc 50.52%,
      #80fef7 100%
    )
    border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.players-also-like {
  padding: 25px;
  margin-bottom: 40px;
  padding : 40px;
}

.players-also-like h4 {
  font-size: 19px;
  line-height: 28.41px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}

.players-also-like__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.players-also-like__buttons .gradient-border-btn {
  width: 237px;
  height: 47px;
}

@media screen and (max-width: 1170px) {
  .players-also-like {
    /*padding: 60px;*/
    margin-bottom: 30px;
  }
  .players-also-like__buttons .gradient-border-btn {
    width: 100%;
  }
  .players-also-like__buttons {
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (max-width: 360px) {
  .players-also-like {
    padding: 25px;
  }
}

/* Comparison Table */

.section-comparison-table {
  margin-bottom: 50px;
}

.comparison-table-wrapper {
  max-width: 790px;
}

.comparison-table-wrapper .first-p {
  margin-bottom: 30px;
  color: #656565;
}

.comparison-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 17px;
  line-height: 30.6px;
}

.comparison-table-wrapper thead th:nth-child(1) {
  display: inline-flex;
  width: 33.33%;
   font-weight: 500;
}

.comparison-table-wrapper thead th:nth-child(2) {
  width: 33.33%;
   font-weight: 500;
}

.comparison-table-wrapper thead th:nth-child(3) {
  width: 33.33%;
   font-weight: 500;
}

.comparison-table-wrapper th {
  text-align: left;
  color: #fff;
  font-weight: 500;
}

.comparison-table-wrapper td {
  padding: 20px 0px;
  color: #fff;
  font-weight: 400;
}

.comparison-table-wrapper tbody tr td:nth-child(3) {
  padding-left: 40px;
}

.comparison-table-wrapper thead tr th:nth-child(2) {
  padding-left: 20px;
}

.comparison-table-wrapper thead tr th:nth-child(3) {
  padding-left: 40px;
}

.comparison-table-wrapper tbody tr td:nth-child(2) {
  padding-left: 20px;
  background: #241f43;
}

.comparison-table-wrapper tbody tr:first-child td:nth-child(2) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.comparison-table-wrapper tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.comparison-table-wrapper .table-td-with-image img {
  margin-top: 6px;
  margin-bottom: 45px;
}

.comparison-table-wrapper .table-td-with-image p {
  margin-bottom: 10px;
}

.display-table-desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display-table-desktop {
    display: table !important;
  }
}

.display-flex-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .display-flex-mobile {
    display: flex !important;
  }
}

.display-flex-desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display-flex-desktop {
    display: flex !important;
  }
}

.comparison-mobile {
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 30px;
}

.comparison-mobile:last-child {
  margin-bottom: 0;
}

.comparison-mobile .comparison-mobile__bookie-img {
  max-width: 97.5px;
  margin-bottom: 10px;
}

.comparison-mobile b {
  font-weight: 500;
  font-size: 21px;
  line-height: 37.8px;
  margin-bottom: 20px;
}

.comparison-mobile__table {
  padding: 25px 0px 20px 20px;
  background: #241f43;
  border-radius: 20px;
  width: 100%;
}

.comparison-mobile__table-row .comparison-mobile__table-col:nth-child(1) {
  width: 65%;
}

.comparison-mobile__table-row .comparison-mobile__table-col:nth-child(2) {
  width: 35%;
}

.comparison-mobile__table-row {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 30px;
}

.comparison-mobile__table-row:nth-child(1) {
  padding-top: 0;
}

.comparison-mobile__table-col p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 30.6px;
  text-align: left;
}

/* Casinos List */

.section-casinos-list {
  background: none;
}

.section-casinos-list h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}

.casinos-list__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .casinos-list__filters {
    flex-direction: column;
  }
}

.casinos-list__filters button {
  padding: 7px 45px;
}

.casinos-list__filters .gradient-border-btn::before {
  height: 100%;
}

.single-top-casino {
  background: #241f43;
  border-radius: 8px;
  padding: 23px 55px 23px 65px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.single-top-casino:last-child {
/*   margin-bottom: 0; */
}

.single-top-casino__number {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07041c;
  background: linear-gradient(
    237.12deg,
    #ffcea8 0%,
    #c3a6fc 50.52%,
    #80fef7 100%
  );
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.single-top-casino__logo-wrapper {
  width: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-top-casino__logo-wrapper img {
  max-width: 162px;
  margin-bottom: 10px;
}

.single-top-casino__logo-wrapper span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-top-casino__logo-wrapper span p {
  margin: 0;
}
.single-top-casino__logo-wrapper span img {
  margin-bottom: 0;
  max-width: 24px;
}

.single-top-casino__bonuses {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 239px;
}

.single-top-casino__bonuses li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.single-top-casino__bonuses li p {
  margin-bottom: 0;
}

.single-top-casino__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 142px;
  padding-top:30px;
}

.single-top-casino__rating b {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: center;
  color: #fff;
}

.single-top-casino__play-now {
  width: 212px;
  display: flex;
  justify-content: center;
}

.single-top-casino .gradient-border-btn {
  padding: 7px 45px;
  width: 178px;
}

.single-top-casino__min-deposit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
}

.single-top-casino__min-deposit p {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  color: #58607d;
  margin: 0;
}

.single-top-casino__min-deposit b {
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1170px) {
  .single-top-casino {
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
  .single-top-casino__number {
    margin-bottom: 25px;
  }
  .single-top-casino__logo-wrapper {
    margin-bottom: 20px;
  }

  .single-top-casino__bonuses {
    margin-bottom: 30px;
  }

  .single-top-casino__rating {
    margin-bottom: 15px;
  }

  .single-top-casino__play-now {
    margin-bottom: 20px;
  }
}

/* Single Top Casino Small Version */

.single-top-casino-sm {
  position: relative;
  background: transparent;
  justify-content: space-between;
  gap: 0;
  padding: 23px 30px 23px 10px;
  margin: 10px 0 40px;
}

.single-top-casino-sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--gradient-color) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.single-top-casino-sm .single-top-casino__logo-wrapper img {
  max-width: 61px;
}

.single-top-casino-sm .single-top-casino__logo-wrapper {
  width: 167px;
}

.single-top-casino-sm .single-top-casino__bonuses {
  width: 239px;
}

.single-top-casino-sm .single-top-casino__rating {
  width: 142px;
}

.single-top-casino-sm .single-top-casino__play-now {
  width: 178px;
}

/*  */

/* Excel table */

.section-excel-table {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section-excel-table {
    padding-bottom: 30px;
  }
}

.excel-table,
.excel-table-mobile {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #fff;
}

.excel-table__row {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  gap: 3px;
  position: relative;
}

.excel-table__row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  background: #7e77ac border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.excel-table__row:nth-child(1):before {
  background: linear-gradient(
      237.12deg,
      #ffcea8 0%,
      #c3a6fc 50.52%,
      #80fef7 100%
    )
    border-box;
  border: 2px solid transparent;
}

.excel-table__row:nth-child(1) {
  font-weight: 600;
}

.excel-table__row:last-child::before,
.excel-table-mobile__row:last-child::before {
  background: transparent border-box;
}

.excel-table__row .excel-table__col:nth-child(1) {
  width: 25%;
}

.excel-table__row .excel-table__col:nth-child(2) {
  width: 35%;
}
.excel-table__row .excel-table__col:nth-child(3) {
  width: 25%;
}
.excel-table__row .excel-table__col:nth-child(4) {
  width: 15%;
}

/* Excel Table  Mobile Version */

.excel-table-mobile {
  margin-bottom: 40px;
}

.excel-table-mobile:last-child {
  margin-bottom: 0;
}

.excel-table-mobile__row {
  position: relative;
  padding: 10px;
  text-align: center;
}

.excel-table-mobile__row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  background: #7e77ac border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.excel-table-mobile__row:nth-child(1)::before {
  border: 2px solid transparent;

  background: linear-gradient(
      237.12deg,
      #ffcea8 0%,
      #c3a6fc 50.52%,
      #80fef7 100%
    )
    border-box;
}

.excel-table-mobile__row:nth-child(1) {
  font-weight: 600;
}


/* Table of Contents */

ul.right-sidebar__toc-content.toc_table_of_contents {
    text-transform: lowercase;
    padding-left:0px;
}

ul.right-sidebar__toc-content.toc_table_of_contents li::first-letter {
    text-transform: uppercase;
}

/* Overview and Details */

.overview-and-details__box {
  padding: 25px 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .overview-and-details__box {
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .overview-and-details__col {
    width: 100%;
  }
}

.overview-and-details__box ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--gradient-color) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.overview-and-details__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .overview-and-details__col {
    width: 100%;
    gap: 20px;
  }

  .section-hero-news .section-hero__bg-container {
    margin-top: 0;
    margin: 0px;
  }
}

.overview-and-details__col-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.92px;
}

.overview-and-details__col-title {
  color: #666b7c;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.overview-and-details__col-text {
  color: #fff;
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.default-green-btn{
  background: var(--gradient-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  border: none;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  text-decoration: none;
  padding: 7px 45px;
  height: 46px;
  font-weight: 700 ! important;
  cursor: pointer;
}

.default-green-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--r);
  border: var(--b) solid transparent;
  border-radius: var(--r);
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .default-green-btn{
    width: 100%;
  }
}


/* Css list Casino */

.casino-list *,
 ::after,
 ::before {
	box-sizing: border-box;
}

.casino-list h3 {
	font-size: 1.75rem;
	color: white
}

.casino-list .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.casino-list .col-lg-2 {
	/* padding: 20px 0px; */
}
.casino-list .casino-list-elem {
		margin: 30px 0px;
		justify-content:space-around
	}
@media (min-width: 992px) {
	.casino-list .col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
		display: flex;
		flex-direction: column;
		justify-items: center;
		align-content: center;
		align-items: center;
		padding-bottom: 0px;
		display: flex;
       justify-content: center;
       align-items: center;
	}
}
	.casino-list .d-block {
		display: block
	}
	.casino-list .list-rating {
		padding: 40px 0px !important
	}
	.casino-list .stars-home {
		margin-top: 10px
	}
}


	.quote-module_ .list-elem-3 {
    width: 36% !important;
}


.casino-list .casino-list {
	width: 100%;
}

.casino-list .casino-list-elem {
	padding: 9px;
	background-color: #241f43;
	font-weight: 500;
	border-radius: 10px;
	margin: 20px 0px;
	width: 100%;
  display: flex;
  align-items: center;
}

.casino-list .casino-list-elem .d-block {
	text-align: center
}

.casino-list .num-index {
	display: block;
	position: absolute;
	left: 33%;
	font-weight: 700;
	color: black;
	padding: 10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	background: linear-gradient(237.12deg, #ffcea8 0%, #c3a6fc 50.52%, #80fef7 100%);
	margin: 0 auto;
    margin-bottom:20px;
}

.casino-list .list-rating span {
	display: flex;
	text-align: center;
    gap:4px;
}


.casino-list .num-index-parent {
	position: relative;
	padding: 30px 0px;
	max-width: 9% !important;
	width: 9.666667% !important;
}

.casino-list .list-elem-3 {
	width: 19.666667% !important;
	max-width: 20% !important;
}
.casino-list-elem .col-lg-2 .p-2 span p {
    margin: 0;
}
.casino-list .min-deposit {
	text-align: Center
}
.casino-list-elem .col-lg-2 .p-2 {
    padding-bottom: 0px!important;
}
.casino-list .min-deposit .text-transparent {
	opacity: 0.4
}

.casino-list .min-deposit h3 {
	font-weight: 900;
  margin:auto;
}

.casino-list .right-dir {
	transform: rotateZ(272deg);
}

.casino-list .casino-list-elem .d-block {
	margin: 3px 0px
}.casino-list-elem .gradient-border-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding: 10px;
}
@media (max-width: 800px) {
.faq__arrow-down {
	width: 30px !important;
	}.casino-list .min-deposit h3 {
    padding-bottom: 20px;
}
}
@media (max-width: 830px) {
.faq__arrow-down {
	width: 34px;
	}
}
@media (max-width: 990px) {
	.casino-list .list-elem-3 {
		width: 100% !important;
		max-width: 100% !important;
		margin: -12px auto 20px auto !important;
	}
	.default-link-btn{
		width:50%;
		margin:0 auto;
        display: flex!important;
	}
	.casino-list .casino-list h3 {
		font-size: 1.75rem;
		margin-top: -4px;
		color: white;
	}
	.casino-list .col-lg-2 {
		text-align: center;
		padding: 7px 0px;
	}
	.casino-list .num-index-parent {
		position: relative;
		padding: 8px 0px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.casino-list .num-index {
		display: block;
		position: relative;
		left: auto;
		top: auto;
	}
	.casino-list .casino-list-elem {
		margin: 30px 0px;

	}
	.casino-list .row {
		display: block;
		flex-wrap: wrap;
	}
	.casino-list .d-block {
		display: block !important;
		margin: 10px 0px !important;
	}
	.casino-list .casino-list-elem {
		margin: 20px auto !important;
	}
	.casino-list .list-elem-3 {
		margin: 16px 0px;
		padding-top: 10px !important;
	}
	.casino-list .min-deposit .d-block {
		margin-bottom: -15px !important;
	}
	.casino-list .stars-home {
		margin: 10px 0px
	}
	.casino-list .stars-home span {
		color: white
	}

.casino-list .list-rating {
		padding-top: 40px !important;
                padding-bottom: 20px !important
	}
	.casino-list .list-rating {
		padding-top:5px !important;
        display: flex;
    	flex-direction: column;
    	justify-content: center!important;
    	align-items: center;
        gap: 5px;
	}
	.min-deposit{
		padding-bottom: 15px;
	}


	.footer-wrapper-first-row-left-menu{
		    flex-direction: row;
            display: flex;
            flex-wrap: wrap;
	}
	.footer-wrapper__about-us, .footer-wrapper__quick-menu{
		width:40%
	}
	.footer-wrapper__quick-menu{
		order:-1
	}
}

.casino-list span {
		color: white;
	}

.quote-module_ .casino-list-elem {
    background-color: #07041c !important
}
.quote-module_{
	margin-bottom:30px
}

@media (min-width: 992px) {
.quote-module_ .list-elem-3 {
    width: 36% !important;
	    max-width: 36% !important;
	}
	.default-link-btn{
		min-width:160px;

	}
	}
	.faq__box{
		    --box-height: auto !important;
	}
.players-also-like__buttons{
	text-transform:uppercase
}

.main-content-container .main-content ul {
    list-style: disc;
    color: white;
}
.casinos-list__filters > label.active, .casinos-list__filters > label.active::before {
background: var(--gradient-color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
 border: 1px solid #c3a6fc;
}

@charset "UTF-8";

    :root {
      --star-size: 25px;
      --star-color: #838383;
      --star-background: #eaa43a;
    }

    .rating-stars {
      --percent: calc(var(--rating) / 5 * 100%);
      display: inline-block;
      font-size: var(--star-size);
      font-family: Times;
      line-height: 1;
    }

    .rating-stars::before {
      content: "★★★★★";
      letter-spacing: 3px;
      background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


.name-flag{
	display: flex;
    justify-content: center;
    padding:10px!important;
    gap: 10px;
}
li.pros__item:before {
    content: "";
    background-image: url(../../../../uploads/2022/07/pros-checkmark.svg);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    margin: auto 0px;
}
li.cons__item:before {
    content: "";
    background-image: url(../../../../uploads/2022/07/cons-uncheckmark.svg);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    margin: auto 0px;
}
.hero-section_play-button {
    font-weight: 700!important;
    font-size: 16px!important;
}
.hero-bonus__currency img {
    min-height: 24px;
}
