@font-face {
  font-family: Poppins;
  src: url(/assets/gametavern-fonts/gametavern-poppins-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/gametavern-fonts/gametavern-montserrat-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/assets/gametavern-fonts/gametavern-montserrat-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section {
  margin-bottom: 80px;
}

.section_pages{
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    margin-bottom: 40px;
  }
}

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

.container {
  padding: 0 40px;
}

.container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .container,
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container,
  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container,
  .container_section {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Montserrat", sans-serif;
  --background-page: #032300;
  --main: var(#fff);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.poppins {
  font-family: Poppins;
}

.gametavern_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.gametavern_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.scroll-btn {
scroll-behavior: smooth;
}


/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gametavern_header {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;

  background: #0C9100;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}

.gametavern_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* gap: 40px; */
}

.gametavern_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.gametavern_logo p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
}

@media (max-width: 600px) {
  header .gametavern_logo img {
    max-width: 172px;
  }

  .gametavern_logo p{
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .gametavern_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .gametavern_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gametavern_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .gametavern_nav__link:hover {
    color: var(--hover-a);
  }
}

.gametavern_nav__link:focus-visible {
  color: var(--hover-a);
}

.gametavern_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.gametavern_nav__link.active {
  color: #131313;
  text-align: right;
  text-shadow: 0 1px 0 #0068C9;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.bg-main-section {
  background: url("/assets/gametavern-img/gametavern-bg-main.webp") center no-repeat;
  background-size: cover;
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_block_text {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;

  padding: 20px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

.text_desctop {
  display: block;
}

.text_mobile {
  display: none;
}

.main_block_text h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.main_block_text p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.btn_main_block_mobile {
  display: none;
}

.main_block_icons {
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.main_block_image {
  width: 100%;
  max-width: 427px;
}

.main_block_image img {
  width: 100%;
  height: auto;
  display: block;
}

.btn_main_block {
  display: flex;
  width: 100%;
  max-width: 246px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 30px;
  background: #0C9100;
  box-shadow: 5px 1px 15.9px 0 rgba(255, 255, 255, 0.25);
}

.btn_main_block span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .main_text_container {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .main_block_text h1 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {

  .bg-main-section {
    background: url("/assets/gametavern-img/gametavern-main-mobile.webp") center no-repeat;
  background-size: cover;
  }

  .btn_main_block_mobile {
    display: flex;
    width: 100%;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 30px;
    background: #0C9100;
    box-shadow: 5px 1px 15.9px 0 rgba(255, 255, 255, 0.25);
  }

  .btn_main_block_mobile span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
  }

  .main_block_icons {
    display: none;
  }

  .main_block_text {
    padding: 15px;
    gap: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
  }

  .main_block_text h1 {
    font-size: 18px;
  }

  .main_block_text p {
    font-size: 16px;
  }

  .text_desctop {
  display: none;
}

.text_mobile {
  display: block;
}

}

.container_about {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.container_about h2 {
  color: #FFF;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.block_about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.block_about p {
  width: 60%;
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.block_about_image_container {
  width: 40%;
}

.block_about_image {
  width: 100%;
  max-width: 513px;
}

.block_about_image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1000px) {
  .block_about {
    flex-direction: column;
    gap: 20px;
  }

  .block_about p {
    width: 100%;
  }

  .block_about_image_container {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .container_about {
    gap: 20px;
  }

  .container_about h2 {
    font-size: 16px;
    text-align: center;
  }

  .block_about p {
    font-size: 14px;
  }
}

.main_features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main_features_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main_features_header h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.btn_main_features {
  display: flex;
  width: 100%;
  max-width: 180px;
  height: 38px;
  padding: 5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 30px;
  background: #0C9100;
  box-shadow: -2px 1px 13.9px 0 rgba(255, 255, 255, 0.25);
}

.btn_main_features_mobile {
  display: none;
}

.btn_main_features span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

.main_features_list {
  list-style: disc;
  list-style-position: inside;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.main_features_list li {
  list-style-type: disc;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {

  .main_features {
    justify-content: center;
    align-items: center;
  }

  .btn_main_features {
    display: none;
    
  }

  .btn_main_features_mobile {
    display: flex;
    width: 100%;
    max-width: 180px;
    height: 38px;
    padding: 5px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 30px;
    background: #0C9100;
    box-shadow: -2px 1px 13.9px 0 rgba(255, 255, 255, 0.25);
  }

  .btn_main_features_mobile span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    text-transform: uppercase;
  }

  .main_features_header h2 {
    font-size: 16px;
  }

  .main_features_list li {
    font-size: 14px;
  }
}

.faq_section {
  background: #31261F;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container_faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.container_faq h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.faq_block {
  max-width: 1240px;
  width: 100%;
}

.faq_block_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  flex-direction: column;
}

.faq_list_item {
  position: relative;
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid #FFF;
}

.faq_list_item::after {
  content: none;
}

.faq_list_item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
}

.faq_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.faq_question {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}

.faq_list_item.active {
  gap: 16px;
}

.faq_icon {
  transition: transform 0.3s ease;
}
.faq_icon.open {
  transform: rotate(180deg);
}

.faq_answer {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.faq_list_item.active .faq_answer {
  opacity: 1;
}

@media (max-width: 1000px) {
  .faq_block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq_block_list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .faq_list_item {
    max-width: 100%;
  }

}

@media (max-width: 600px) {

  .faq_section {
    padding-top: 40px;
    padding-bottom: 40px;

  }

  .container_faq {
    gap: 20px;
  }

  .container_faq h2 {
    font-size: 16px;
  }

  .faq_question {
    font-size: 16px;
  }

  .faq_answer{
    font-size: 14px;
  }

}

.block_game {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;

  border-radius: 30px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: -1px 1px 23.4px 0 rgba(255, 255, 255, 0.30);
}

.block_game h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.game_card {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.play-btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: #0C9100;
  box-shadow: 5px 1px 15.9px 0 rgba(255, 255, 255, 0.25);

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

.is-game {
  max-width: 1240px;
  width: 100%;
  height: 500px;
}

@media (max-width: 600px) {

  .block_game {
    padding: 40px 16px;
  }

  .block_game h2 {
    font-size: 16px;
  }

  .game_card {
    gap: 8px;
  }

  .play-btn {
    font-size: 12px;
  }
}

.disclaimer_block_text {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.disclaimer_block_text h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.disclaimer_block_text p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {
  .disclaimer_block_text {
    gap: 20px;
  }

  .disclaimer_block_text h3 {
    font-size: 16px;
    text-align: center;
  }

  .disclaimer_block_text p {
    font-size: 14px;
  }
}


.gametavern_container {
  background: #31261F;
  margin: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 800px) {
  .footer_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.disclaimer_text {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.disclaimer_image {
  max-width: 40px;
  width: 100%;
}

@media (max-width: 600px) {

  .disclaimer_text {
    font-size: 14px;
  }
}

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  width: auto;
  margin: 0;
}

.politic_page_links a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
  text-decoration: none;
}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .politic_page_links ul {
    justify-content: center;
    gap: 24px;
  }
}

@media (max-width: 600px) {

  .politic_page_links ul {
    flex-direction: column;
    justify-content: flex-start;
  }

  .politic_page_links a {
    font-size: 14px;
  }
  
}

.copiright_footer {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .copiright_footer {
    font-size: 14px;
  }
}

.gametavern_main {
  position: relative;
}

.gametavern_page {
  position: relative;
}

@keyframes rotate360 {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}

.text_pages{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.text_pages ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 20px;
}

.text_pages ul li {
  list-style-type: disc;
}

.text_pages p,
.text_pages li{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {
  .text_pages p,
  .text_pages li{
    font-size: 14px;
  }
}



.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  background: #31261F;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.age-modal-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.age-modal-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  background-color: #ccc;
  color: #000;
}

#ageNo:hover {
  background-color: #999;
}
