/* General */

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

body {
  background: #f8f8f8;
}
.page-content.privacy.policy-content li {
    list-style: disc!important;
    margin-left: 20px;
}
:root {
  --gradient-color: linear-gradient(
    237.12deg,
    #ffcea8 0%,
    #c3a6fc 50.52%,
    #80fef7 100%
  );
  --r: 100px; /* radius */
  --b: 1px; /* border width */
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

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

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

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

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

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

.checked {
    color: orange;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
}
.footer-wrapper__social {
  max-width:21px;
}
p {
  font-size: 17px;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 180%;
  margin-bottom: 30px;
}

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

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40.83px;
  margin-bottom: 30px;
  color: #ff8c56;
}

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

@media (max-width: 767.98px) {
  h3 {
    line-height: 41px;
  }
}

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

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

.border-btn {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ff8c56;
  background-color: transparent;
  color: #1d1d1d;
  text-decoration: none;
  padding: 7px 45px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  line-height: 2;
  min-height: 47px;
}

.default-orange-btn {
  text-align: center;
  border: none;
  border-radius: 10px;
  background: #ff8c56;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 7px 25px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  min-height: 47px;
}

.default-green-btn {
  text-align: center;
  border: none !important;
  border-radius: 10px;
  background: #00c4a7 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 7px 25px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
}

/*  */

/* Navbar */

header {
  background: linear-gradient(90deg, #ef8862 12.08%, #f4b85c 89.82%);
}

@media screen and (max-width: 768px) {
  header {
    background: linear-gradient(94.5deg, #fae8de 25.99%, #faeae2 87.48%);
  }
}

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

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

.main-content-container {
  padding: 40px 0 0 0;
}

/* @media screen and (max-width: 768px) {
  .main-content-container {
    padding: 60px 0 0 0;
  }
} */

.nav-logo-img {
  max-width: 129px;
}
nav {
  z-index: 9999;
  text-transform: uppercase;
}

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

nav a {
  display: block;
  color: white;
  font-weight: 700;
  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 #ffffff;
  border-radius: 10px;
  padding: 7px 20px;
  min-height: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-btn .default-green-btn {
  height: unset;
  /* padding: 7px 25px; */
  padding: 7px 30px;
  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;
  margin-top: -30px;
}

.hum-icon span {
  height: 4px;
  border-radius: 4px;
  background-color: #ff8c56;
  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%;
  }

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

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

/* Hero */

.hero-btn {
  padding: 7px 45px;
  border: 2px solid #252525;
  background: transparent;
  border-radius: 10px;
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.52px;
  height: 50px;
  width: 208px;
}

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

  .section-hero-home__left {
    text-align: center;
  }
}

.section-hero-wrapper {
  background: linear-gradient(94.5deg, #fae8de 25.99%, #faeae2 87.48%);
}

.section-hero__bg-container {
  margin: 0 auto;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
}

.section-hero-home {
  display: flex;
  justify-content: space-between;
}

.section-hero-home__left {
  padding-top: 50px;
  max-width: 565.99px;
}

@media screen and (max-width: 1140px) {
  .section-hero-home__left {
    padding-left: 15px;
  }
}

@media screen and (max-width: 878px) {
  .section-hero__bg-container {
    flex-direction: column;
    align-items: center;
  }
}

@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: 10px;
  }
}

.section-hero .default-green-btn {
  width: 157.32px;
}

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

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

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

@media screen and (max-width: 768px) {
  .hero-home__mobile-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 13px;
  }

  /* .hero-home__mobile-title h1 {
    margin-bottom: 9px;
  } */

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

  .section-hero .default-green-btn {
    width: 100%;
  }

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

@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 {
    display: none;
  }
}

.hero-bonus__right {
  position: relative;
  padding-left: 10%;
}

.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 .default-green-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: 35px 0;
}

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

.section-hero-news__title h1 {
  font-size: 35px;
  line-height: 44.66px;
  margin-bottom: 25px;
}

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

  .section-hero-news__title h1 {
    margin-bottom: 30px;
    font-size: 37px;
  }

  .section-hero-news .section-hero__bg-container {
    padding: 10px 0;
  }
}

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

.hero-review__content {
  position: relative;
  width: 100%;
  padding: 45px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 300px;
}

@media screen and (max-width: 1155px) {
  .hero-review__content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1155px) {
  .hero-review__content {
    gap: 100px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .hero-review__content {
    padding-top: 30px;
  }
}

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

.section-hero-review .single-top-casino__bonuses {
  align-items: flex-start;
  margin-bottom: 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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-review__casino-logo {
  max-width: 322.65px;
  margin-bottom: 20px;
}

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

.hero-review__content .single-top-casino__rating b {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 19.13px;
  color: #1d1d1d;
  line-height: 32.53px;
  font-weight: 700;
}

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

.best-casino-mobile-logo {
  max-width: 207px;
}

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

  .hero-review__list-best-casino .single-top-casino__rating-stars img {
    width: 20px;
    height: 20px;
  }

  .hero-review__best-casino-mobile .single-top-casino__rating {
    margin-bottom: 30px;
  }

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

  .section-hero-review .single-top-casino__bonuses {
    align-items: center;
  }
}

.hero-review__best-casino-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: 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 {
  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) {
  .two-columns {
        flex-direction: column-reverse;
  }
  .right-sidebar, .right-sidebar__section-title{
  	width:100%!important;
  }
  .right-sidebar__bonuses, .right-sidebar__news {
  	display:none;
  }
}

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

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

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

.right-sidebar__toc-content li {
  text-decoration: none !important;
  color: #7c7c7c !important;
  padding: 10px 30px !important;
  background: url(../img/toc-circle.svg) no-repeat left 15px top 18px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #dddddd !important;
  min-width: 100% !important;
}

.right-sidebar__toc-content li:hover {
  color: #252525;
  font-weight: 700;
  cursor: pointer;
}


.right-sidebar__toc-content li a,
.right-sidebar__toc-content li a:visited {
  color: #7c7c7c;
}
.right-sidebar__toc-content li:hover a,
.right-sidebar__toc-content li a:hover {
  color: #252525;
  font-weight: 700;
  cursor: pointer;
}

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

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

.right-sidebar__bonuses-item {
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  /*gap: 15px;*/
}

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

.right-sidebar__bonuses-item-text b {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
}

.right-sidebar__bonuses-item-text p {
  font-size: 16px;
  font-weight: 500;
  color: #7c7c7c;
  margin-bottom: 0;
}

.right-sidebar__bonuses-item > .default-green-btn {
  width: 90px;
  height: 40px;
  padding: 7px 0;
  font-size: 17px;
}

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

.right-sidebar__bonuses-item div {
    grid-column: 2 / 4;
}

.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: 500;
  margin-bottom: 0;
  line-height: 24px;
  color: #7c7c7c;
}

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

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

/* How To Tables */

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

.how-to-box {
  padding: 35px 45px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  color:#1D1D1D;
}

.how-to-box p {
  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;
  }
}

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

.how-to-box__title-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  min-height: 33px;
  min-width: 33px;
  background: transparent;
  color: #252525;
  border-radius: 100px;
  border: 1px solid #ff8c56;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.how-to-box__title-number--colored {
  background: #ff8c56;
  color: #fff;
}

@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: 0;
}

.pros-and-cons__container li {
  background: #fff !important;
  margin: 0 !important;
  padding: 20px !important;
  margin-bottom: 15px !important;
}

/* @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%;
  }
}

.pros-and-cons__title {
  padding: 10px 30px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 29.35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pros-and-cons__item {
  padding: 20px;
  background: #fff;
  color: #7c7c7c;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  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-bottom: 50px;
}

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

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

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

.faq__box.open {
  background: #fff;
  border: none;
}

.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 {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    top: 8px;
  }
}

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

.faq__a {
  color: #1d1d1d;
  height: 0;
  overflow: hidden;
  transition: padding 0.6s, height 0.6s;
  line-height: 28.8px;
  font-weight: 500;
}

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

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

.regular-box {
  background: #ffffff;

  border-radius: 47px;
}

/* Footer */

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

.footer-wrapper__row {
  display: flex;
}

.footer-wrapper__row.first-row {
  gap: 143px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.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__info {
    width: 100%;
  }

  .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: self-start;
  }

  .footer-wrapper__quick-menu {
    order: 1;
  }

  .footer-wrapper__about-us {
    order: 2;
  }

  .footer-wrapper__contact-details {
    order: 3;
  }

  .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;
  }
}

.footer-wrapper-first-row-left-menu li{
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.footer-wrapper__contact-details .footer-wrapper__list a {
  background: none;
}

.footer-wrapper__contact-details a {
  padding: 0px 14px 0 0 !important;
}

/* @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: 500;
}

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

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

.footer-wrapper__info__text {
  color: #7c7c7c;
  margin: 18px 0px 23px;
  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: 700;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.footer-wrapper__list {
  list-style: none;
}

.footer-wrapper__list a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 6px 0px;
  padding: 0px 14px;
  text-decoration: none;
  color: #7c7c7c;
  background: url("../img/footer-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;
  font-weight: 500;
  color: #7c7c7c;
  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: 768px) {
  .footer-wrapper__row.first-row {
    padding-bottom: 20px;
  }

  .footer-wrapper__list-title {
    font-size: 17px;
  }

  .footer-wrapper__list-title-contact {
    margin-bottom: 3px;
  }
}

/* @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: #ededed;
  padding: 40px 0;
}

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

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

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

.newsletter__form .default-green-btn {
  margin: 0;
  height: 46px;
  width: 172px;
  font-size: 20px;
  font-weight: 700;
}

.newsletter__form input {
  height: 46px;
  width: 309px;
  border: 1px solid #252525;
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #7c7c7c;
  padding: 10px 25px;
}

.newsletter__form input::placeholder {
  color: #7c7c7c;
}

@media screen and (max-width: 768px) {
  .newsletter__form {
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 10px;
  }
  .newsletter__form .default-green-btn,
  .newsletter__form input {
    width: 100%;
  }

  .newsletter__form input {
    text-align: left;
  }
}

/* Author feedback */

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

.feedback-wrapper {
  max-width: 790px;
  padding: 30px 45px;
  background: transparent;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .feedback-wrapper {
    padding: 25px 20px;
  }
}

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

.feedback-wrapper .person-info .picture img {
  width: 64px;
  height: 64px;
}

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

.feedback-wrapper .person-info .profession {
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30.6px;
}

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

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

/* Quote */

.quote__content {
  padding: 5px 5px 5px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #7c7c7c;
  line-height: 180%;
  margin-bottom: 30px;
  border-left: 4px solid #ff8c56;
}

.players-also-like {
  padding: 25px 45px;
  margin-bottom: 40px;
  background: #fff;
}

.players-also-like h4 {
  font-size: 22px;
  line-height: 28.07px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #252525;
}

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

.players-also-like__buttons .border-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 220px;
}

@media screen and (max-width: 1170px) {
  .players-also-like {
    margin-bottom: 50px;
  }

  .players-also-like__buttons {
    flex-direction: column;
    gap: 12px;
  }
}

/* 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%;
}

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

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

.comparison-table-wrapper th,
.comparison-table-wrapper th p {
  text-align: left;
  color: #252525;
  font-weight: 700;
}

.comparison-table-wrapper td {
  padding: 20px 0px;
  color: #1d1d1d;
  font-weight: 500;
}

.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: #fff;
}

.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: 35px;
  max-width: 130px;
}

.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: 700;
  font-size: 21px;
  line-height: 37.8px;
  margin-bottom: 20px;
  color: #252525;
}

.comparison-mobile__table {
  padding: 25px 20px 20px 20px;
  background: #fff;
  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: 700;
  font-size: 17px;
  line-height: 30.6px;
  text-align: left;
}

/* Casinos List */

.section-casinos-list {
  padding-top: 50px;
}

.section-casinos-list h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.83px;
  text-align: center;
  margin-bottom: 25px;
  color: #252525;
}

.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;
  }

  .section-casinos-list {
    padding-top: 30px;
  }
}

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

.casinos-list__filters .default-green-btn::before {
  height: 100%;
}

.single-top-casino {
  background: #ffffff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
  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;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff8c56;
  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;
  gap: 5px;
  width: 239px;
  margin-bottom: 0 !important;
}

.single-top-casino__bonuses li {
  display: flex;
  align-items: center;
  gap: 9px;
  background: none !important;
  margin: 0 !important;
}

.single-top-casino__bonuses li p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

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

.single-top-casino__rating b {
  font-size: 18px;
  font-weight: bold;
  line-height: 30.6px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 5px;
}

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

.single-top-casino .default-green-btn {
  padding: 7px 45px;
  width: 208px;
  font-weight: 700;
  font-size: 22px;
  min-height: 50px;
}

.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: #7c7c7c;
  margin: 0;
}

.single-top-casino__min-deposit b {
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  color: #1d1d1d;
  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: 25px;
  }

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

/* Single Top Casino Small Version */

.single-top-casino-sm {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  justify-content: space-between;
  gap: 0;
  padding: 23px 30px 23px 10px;
  margin: 10px 0 40px;
}

.single-top-casino-sm .default-green-btn {
  font-size: 21px;
  padding: 7px 40px;
}

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

.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: 10px;
  }
}

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

.excel-table__row,
.excel-table-mobile__row {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  gap: 3px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.excel-table__row:nth-child(1),
.excel-table-mobile__row:nth-child(1) {
  font-weight: 700;
  border-bottom: 2px solid #ff8c56;
}

.excel-table__row:last-child,
.excel-table-mobile__row:last-child {
  border-color: transparent;
}

.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 {
  padding: 10px;
  text-align: center;
  justify-content: center;
}

/* Overview and Details */

.overview-and-details__box {
  padding: 25px 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
}

@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__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}

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

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

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

.overview-and-details__col-item p:last-child {
  margin-bottom: 0;
}

.overview-and-details__col-title {
  color: #7c7c7c;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.42px;
}

.overview-and-details__col-text {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.42px;
  margin-bottom: 0;
}





/* New Classes */

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .mt-50 {
    margin-top: 30px;
  }
}

li {
  list-style: none !important;
}

.main-content ul {
  margin-bottom: 30px;
}

.main-content li {
    list-style: none !important;
    font-size: 17px;
    font-weight: 500;
    margin: 6px 0px;
    padding: 0px 14px;
    text-decoration: none;
    color: #7c7c7c;
    background: url("../img/footer-circle.svg") no-repeat left center;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.default-green-btn {
  line-height: 37px;
}

.main-content-container {
    padding: 0;
}

@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;
    }
    .section-hero__button {
    display:block;
    background:transparent;
    padding: 7px 45px;
    border: 2px solid #252525;
	border-radius: 10px;
    margin-top:30px;
    }
    .section-hero__button a{
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;color: #252525;
    }
    @media screen and (max-width: 768px){
	.section-hero__button {
    margin: auto;
    margin-top: 30px;
    min-width: 100%;
    }
	}
        li.nav-btn {
    display: flex;
}.section-table-title.title {
    text-align: center;
    padding-top: 20px;
}
.section-table-title.title h2 {
    color: #252525;
    text-transform: uppercase;
    line-height: 41px;
}
.single-top-casino {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
}
#table_of_contents {
    display: none;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}