body {
  background-color: #000;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.4;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 600;
  font-size: 24px;
}

h1, h2, h3, h4 {
  color: #ffff00;
  text-shadow: 0px 0px 10px #00fe00;
}

.title {
  font-size: 50px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

/* ++++++++++++++++++++++++++++++++++ menu ++++++++++++++++++++++++++++++++++ */

.section_menu {
      max-width: 1200px;
      padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  padding: 25px 25px 25px;
  padding: 15px;
  margin: 0 auto 100px;

}

.section_menu .container {
      max-width: 1200px;
      padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  padding: 25px 25px 25px;
  padding: 15px;
  background: url('../img/thepokies-promo.webp') right center / contain no-repeat;
}

.menu_inner {
  width: fit-content;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 400;
  padding: 25px 45px 35px;
  border-radius: 4px;
  box-shadow: #00fe00 0 0 10px;
  background-color: #000000d5;
}

.section_menu ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section_menu li {
  text-shadow: 0px 0px 10px #000;
  transition: all .3s;
  margin-bottom: 10px;
}

.section_menu li:hover {
  color: #fc241c;
}

.section_menu_title {
  margin-bottom: 30px;
  font-size: 35px;
}

/* ++++++++++++++++++++++++++++++++++ header_top ++++++++++++++++++++++++++++++++++ */

.header_top {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
  position: fixed;
  z-index: 999;
  top: 0;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.header_top-button_box {
  display: flex;
  gap: 15px;
  padding: 10px;
  height: 100%;
  align-items: start;
}

.header_top-button_box a {
  background-color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 10px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  transition: all .3s;
}

.header_top-button_box a:hover {
  color: #00fe00;
}


/* ++++++++++++++++++++++++++++++++++ header-bunner ++++++++++++++++++++++++++++++++++ */

.header-bunner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  height: 100%;
  position: relative;
}

header .container {
  height: 100%;
  position: relative;
  height: calc(100vw * 0.5551149881046788);
  max-height: 700px;
}
header .container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.header-bunner-content_wraper {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.header-bunner_title {
  width: 100%;
  padding: 5px;
  font-size: 60px;
  color: #ffee00;
  margin-bottom: 40px;
  text-shadow: 0 0 10px #000;
  line-height: normal;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}

/* .header-bunner_subtitle {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 20px;
  text-shadow: 0 0 15px #000;
  line-height: 1.2;
} */

.button_play {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  padding: 7px 44px;
  border: solid 1px #ffee00;
  background-color: #00fe00;
  box-shadow: 0 0 10px #000;
  color: #000;
  border-radius: 10px;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.button_play:hover {
  background: #ffee00;
}

/* ++++++++++++++++++++++++++++++++++ section_games ++++++++++++++++++++++++++++++++++ */

.section_games {
  padding-bottom: 50px;
}

.game_tubs {
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.game_tubs a {
  transition: all .3s;
}

.game_tubs a:hover {
  color: #00fe00;
}

.games_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 3px;
}

.game_card {
  border-radius: 7px;
  overflow: hidden;
}

.game_card:hover {
  transition: all .3s ease;
  transform: scale(1.05);
}

.game_card img {
  width: 100%;
  height: 100%;
}

/* ++++++++++++++++++++++++++++++++++ categori_games ++++++++++++++++++++++++++++++++++ */

.categori_games {
  margin: 0 auto 100px;
  width: 100%;
  padding: 20px;
  color: #fff;
}

.categori_games_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.categori_games p {
  margin-bottom: 30px;
}

.categori_games_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.categori_games_card_item {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  box-shadow: #00fe00 0 0 10px;
  padding: 20px 30px 10px;
  border-radius: 4px;
}

.categori_games_card_item img {
  width: 100%;
}

.categori_game_name {
  font-weight: 600;
  color: #fff;
  text-align: center;
}

/* ++++++++++++++++++++++++++++++++++ section_table ++++++++++++++++++++++++++++++++++ */

.section_table {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

/* .section_table .container {
  padding: 15px;
} */

.section_table .title {
  text-align: start;
}

.section_table .table_wrap {
  overflow: hidden;
}

.section_table_text {
  margin-bottom: 30px;

}

.section_table_text p {
  margin-bottom: 15px;
}

.section_table_two_ct {
  font-size: 46px;
  margin-bottom: 50px;
}

.table_two_ct {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 15px;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 30px;
}

.table_two_ct th,
.table_two_ct td {
  border: 1px solid #00fe00;
  padding: 15px 20px;
}

.table_two_ct tr:nth-child(even) {
  background-color: #b5b5b582;
}

/* ++++++++++++++++++++++++++++++++++ section_tubs ++++++++++++++++++++++++++++++++++ */

.section_tubs {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.section_tubs_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.tubs_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.tub_item {
  box-shadow: #00fe00 0 0 10px;
  letter-spacing: 1.3px;
  color: #fff;
  padding: 4px 23px;
  cursor: pointer;
  border-radius: 4px;
}

.tubs_content_item {
  box-shadow: #00fe00 0 0 10px;
  padding: 25px;
  color: #fff;
  border-radius: 4px;
  display: none;
  transition: all .5s;
  opacity: 0;
}

.tubs_content_item--smuth {
  transition: all .5s;
  opacity: 1;
}

.tubs_content_item--open {
  display: block;
}

.tubs_content_text {
  margin-bottom: 25px;
}

.tubs_content_list {
  padding-left: 20px;
}

.tubs_content_list li {
  margin-bottom: 10px;
  list-style-type: disc;
}

/* ++++++++++++++++++++++++++++++++++ providers ++++++++++++++++++++++++++++++++++ */

.providers {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.providers_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.providers_text {
  margin-bottom: 15px;
}

.providers_list {
  padding-left: 20px;
  margin-bottom: 50px;
}

ul.providers_list li {
  list-style: disc;
  margin-bottom: 10px;
}

ul.providers_list li:last-child {
  margin-bottom: 0;
}

.providers_labels_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.providers_label_item {
  background-color: #808080;
  padding: 5px;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 4px;
  height: 50px;
  text-align: center;
  min-width: 100px;
  width: 17%;
}

.providers_label_item img {
  height: 100%;
}

/* ++++++++++++++++++++++++++++++++++ bonus ++++++++++++++++++++++++++++++++++ */

.bonus {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
  color: #fff;
}

.bonus__title {
  font-size: 46px;
  margin-bottom: 50px;
}


.bonus__inner p {
  margin-bottom: 30px;
}

.bonus__inner p:last-child {
  margin-bottom: 0;
}

.bonus__accord-content-box li {
  margin-bottom: 10px;
}

.bonus__accord-content-box li:last-child {
  margin-bottom: 0;
}

.bonus__accord-item {
  box-shadow: #00fe00 0 0 10px;
  padding: 25px;
  padding-right: 65px;
  border-radius: 4px;
  transition: all .5s;
  position: relative;
}

.bonus__accord-heading {
  position: relative;
  padding-left: 37px;
}

.bonus__accord-heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url('../img/icons/gift-svgrepo-com.svg') center / cover no-repeat;
  transform: translateY(-50%);
}

.bonus__accord-heading {
  font-size: 20px;
}

.bonus__accord-content-box {
  max-height: 800px;
  opacity: 1;
  transition: all .3s;
  overflow: hidden;
}

.bonus__accord-text {
  padding-top: 20px;
  line-height: 1.5;
}

.bonus__accord-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 32.5px;
  right: 36px;
  background: url("../img/icons/arrow.svg") center center / auto no-repeat;
  transform: rotate(90deg);
  transition: all .3s;
}

.bonus__accord-item--active::after {
  transform: rotate(-90deg);
}

/* ++++++++++++++++++++++++++++++++++ sign_up ++++++++++++++++++++++++++++++++++ */

.sign_up {
  margin: 0 auto 100px;
  padding: 0 20px;
}

.sign_up_list {
  margin: 0 auto;
  padding: 50px;
  max-width: 800px;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 4px;
  color: #fff;
}

.sign_up_box_img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.signup_button {
  margin: 30px auto;
  margin-bottom: 20px;
  display: block;
  padding: 7px 35px 10px;
  font-weight: 700;
  font-size: 25px;
  background-color: #00fe00;
  border-radius: 10px;
  transition: background .3s;
  box-shadow: 0 0 5px 2px #0f2a4b33, inset 0 0 15px 5px #ffffff58;
  width: fit-content;
  color: #000;
}

.signup_button:hover {
  background-color: red;
}

.sign_up_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.sign_up_list_item {
  margin-bottom: 25px;
}

.sign_up_list_item:last-child {
  margin-bottom: 0;
}

.sign_up_list_item span {
  font-weight: 600;
}

.sign_up_txt {
  margin-bottom: 60px;
  font-size: 17px;
}

/* ++++++++++++++++++++++++++++++++++ section_login_box ++++++++++++++++++++++++++++++++++ */

.section_login .container {
  padding: 0 15px;
}

.section_login_box {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
  box-shadow: #00fe00 0 0 10px;
  color: #fff;
  padding: 25px;
  border-radius: 4px;
}

.login_title {
  font-size: 46px;
  margin-bottom: 50px;
  color: #ffff00;
  text-shadow: 0px 0px 10px #00fe00;
}

.login_text {
  margin-bottom: 30px;
  padding: 0 5px;
}

.login_box_img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login_button {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  padding: 7px 15px 10px;
  font-weight: 700;
  font-size: 20px;
  background-color: #00fe00;
  border-radius: 10px;
  transition: background .3s;
  box-shadow: 0 0 5px 2px #0f2a4b33, inset 0 0 15px 5px #ffffff58;
  width: fit-content;
  color: #000;
}

.login_button:hover {
  background-color: red;
}

/* ++++++++++++++++++++++++++++++++++ section_mobile ++++++++++++++++++++++++++++++++++ */


.section_mobile {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.section_mobile_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.section_mobile_content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.section_mobile_text_content {
  width: 40%;
}

.section_mobile_text {
  margin-bottom: 40px;
}

.section_mobile_text h3 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_mobile_button_download {
  text-align: center;
  margin-top: 20px;
}

.section_mobile_button {
  /* padding: 10px 35px;
  font-size: 19px;
  text-shadow: 0 0 10px #343434;
  background-color: #77ff00;
  display: inline-block;
  border-radius: 10px;
  transition: background .3s;
  box-shadow: 0 0 5px 2px #0f2a4b33, inset 0 0 15px 5px #ffffff58; */
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 16px;
  margin-right: 10px;
  background-color: #f6f718;
  color: #000;
  border-radius: 5px;
  transition: all .3s;
  display: inline-block;
}


.section_mobile_button:hover {
  background-color: #dcdc16;
}

.section_mobile_cite_img {
  display: flex;
  width: 60%;
  gap: 15px;
}

.section_mobile_cite_img img {
  /* height: 100%; */
  /* width: 49%;
  object-fit: contain; */
  flex: 1 0 50%;
  max-width: 49%;
}

/* ++++++++++++++++++++++++++++++++++ section_payment ++++++++++++++++++++++++++++++++++ */

.section_payment {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.section_payment h3 {
  margin: 30px 0 20px;
  font-size: 26px;
  font-weight: 600;
}

.section_payment_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.payment_table {
  max-width: 900px;
  margin: 30px auto;
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 15px;
  box-shadow: #00fe00 0 0 10px;
  border: 1px solid#00fe00;
  border-radius: 4px;
  padding: 25px;
}

.payment_table tr:nth-child(even) {
  background-color: #b5b5b582;

}

.payment_table th {
  color: #00fe00;
}

.payment_table th,
.payment_table td {
  border: 1px solid #00fe00;
  text-align: start;
  padding: 5px 10px;
  height: 56px;
}

.payment_table th {
  text-align: center;
}

.payment_table tr td {
  text-align: center;
}

.payment_table img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ++++++++++++++++++++++++++++++++++ rating_site ++++++++++++++++++++++++++++++++++ */

.rating_site {
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.rating_name {
  margin-right: 20px;
  text-align: start;
}

.rating_vel {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-width: 180px;
}

.rating_site_title {
  font-size: 46px;
  margin-bottom: 50px;
}

.rating_box {
  max-width: 500px;
  min-width: 350px;
  height: fit-content;
  color: #fff;
  padding: 25px;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 4px;
}

.rating_box li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.rating_site_content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rating_site_content_text {
  max-width: 60%;
  margin-bottom: 20px;
  margin-right: 10px;
}

/* ++++++++++++++++++++++++++++++++++ counter_blok ++++++++++++++++++++++++++++++++++ */

.counter_blok {
  font-size: 17px;
  color: #fff;
  margin-bottom: 50px;
  padding: 50px 20px;
}

.counter_box {
  margin: 0 auto;
  display: flex;
  padding: 30px 20px;
  justify-content: center;
  gap: 25px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.counter_text {
  color: #00fe00;
  text-transform: uppercase;
}

.counter_inner {
  font-size: 29px;
}

.counter_item {
  padding: 30px 20px;
  border: 5px solid #00fe00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 20px;
}

.counter_item::before {
  content: 'This month';
  display: flex;
  position: absolute;
  font-size: 20px;
  top: 31px;
  left: -7px;
  width: 20px;
  height: 10px;
  transform: rotate(-45deg);
  text-align: center;
  line-height: 1;
  color: #00fe00;
}

.counter_img svg {
  width: 100%;
  height: 100%;
  max-height: 61px;
  max-width: 61px;
}

/* ++++++++++++++++++++++++++++++++++ advantages ++++++++++++++++++++++++++++++++++ */

.advantages {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.advantages_title {
  font-size: 46px;
  margin-bottom: 50px;
  text-align: center;
}

.advantages_table {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 15px;
  box-shadow: #00fe00 0 0 10px;
  border-radius: 4px;
  padding: 25px;
}

.advantages p {
  margin-bottom: 30px;
  text-align: center;
}

.advantages_table th {
  text-align: start;
  color: #fff;
  text-shadow: 0 0 10px #343434;
}

.advantages_table th:first-child {
  background-color: #77ff00;
}

.advantages_table th:last-child {
  background-color: #ff3300;
}

.advantages_table th,
.advantages_table td {
  border: 1px solid #00fe00;
  padding: 15px 20px;
}

/* ++++++++++++++++++++++++++++++++++ questions ++++++++++++++++++++++++++++++++++ */


.questions {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
}

.questions__title {
  font-size: 28px;
  margin-bottom: 50px;
}

.questions__accord-item {
  box-shadow: #00fe00 0 0 10px;
  padding: 25px;
  padding-right: 65px;
  color: #fff;
  border-radius: 4px;
  transition: all .5s;
  position: relative;
}

.questions__accord-heading {
  font-size: 20px;
}

.questions__accord-content-box {
  max-height: 0;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
}

.questions__accord-text {
  padding-top: 20px;
  line-height: 1.5;
}

.questions__accord-item::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 48px;
  top: 12px;
  right: 20px;
  background-image: url("../img/icons/line-accord.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.questions__accord-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  top: 34.5px;
  right: 36px;
  background: url("../img/icons/line-accord.svg") center center / auto no-repeat;
  transform: rotate(90deg);
  transition: all .3s;
}

.questions__accord-item--active::after {
  transform: rotate(0deg);
}

/* ++++++++++++++++++++++++++++++++++ footer ++++++++++++++++++++++++++++++++++ */

footer .container {

  color: #000;
  position: relative;
  padding: 15px;
}

.footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}




.bright-link {
    color: #00fe00; 
    text-decoration: underline; 
}

.bright-link:hover {
    color: #00ff00; 
}


.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-menu li {
    display: inline; 
    margin-right: 20px;
}

.footer-menu li a {
    color: #00fe00; 
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline; 
}