/* body,
html {
  overscroll-behavior: none;
} */

body {
  scroll-behavior: smooth;
}

.czechkaleidoscope_games{
  padding: 90px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.czechkaleidoscope_games h2{
  font-family: 'Source Serif 4', sans-serif;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
}

.czechkaleidoscope_games_container_ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.czechkaleidoscope_games_container_ul_li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 2px solid black;
  padding: 10px;
  border-radius: 10px;
}

.czechkaleidoscope_games_container_ul_li h2{
  font-family: "Source Serif 4", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;

}

.czechkaleidoscope_games_container_ul_li img {
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.czechkaleidoscope_games_container_ul_li a{
  width: 100%;
  text-align: center;
  background-color: #fdca40;
  color: #3d2d01 !important;
  border-radius: 100px;
  padding: 7px;

  font-family: "Source Serif 4", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.czechkaleidoscope_games_container ul {
  margin: 0 auto;
  padding: 0;
}

.czechkaleidoscope_terms {
  padding: 130px 0 100px;
}

.czechkaleidoscope_terms h1 {
  margin-bottom: 20px;
}
.czechkaleidoscope_terms h2 {
  margin-bottom: 20px;
}
.czechkaleidoscope_terms p {
  margin-bottom: 10px;
}

.item-wrap a{
  color: #000 !important;
}

.miy {
  padding: 20px 0;
}

.links {
  margin: 0;
  padding: 10px;
  background-color: #000;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links li:first-child {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.links a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.links img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tx-18-16 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  color: black;
  font-family: 'Source Serif 4', sans-serif;
}

.tx-16-14 {
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: black;
  font-family: 'Source Serif 4', sans-serif;
}

@media (any-hover: hover) {
  .links a:hover {
    opacity: 0.5;
  }
}

.links a:focus-visible {
  opacity: 0.5;
}

.links a:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

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

  .tx-18-16 {
    font-size: 16px;
  }
}