.text-turquoise {
  color: #34D6D1;
}
.text-poppins {
  font-family: 'Poppins', Arial, sans-serif;
}
.border-none {
  border: none;
}
h1,
.h1 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 66px;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
h2,
.h2 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
h3,
.h3 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 18px;
}
h4,
.h4 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
p.lead {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 768px) {
  p.lead {
    font-size: 16px;
    line-height: 28px;
  }
}
body {
  background-color: #081a2a;
}
body,
p,
.body-text {
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  body,
  p,
  .body-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer a,
.footer-link {
  color: #F5F5F5 !important;
  text-decoration: none;
}
.footer a:hover,
.footer-link:hover,
.footer a:focus,
.footer-link:focus {
  color: #34D6D1 !important;
  text-decoration: underline;
}
.btn-primary,
.button-primary {
  background: #34D6D1;
  color: #fff !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  border: none;
  padding: 12px 38px;
  transition: all 0.2s;
}
.btn-primary:hover,
.button-primary:hover,
.btn-primary:focus,
.button-primary:focus {
  background: #29BAB6;
  color: #fff !important;
}
.btn-primary span,
.button-primary span {
  position: Relative;
  top: 2px;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer {
  background: #111;
  color: #F5F5F5;
  font-size: 16px;
  padding: 48px 0 16px 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.carousel-item p.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .carousel-item p.lead {
    font-size: 16px;
    line-height: 28px;
  }
}
.carousel-item .image img {
  width: auto;
  max-width: 120%;
}
.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 25px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .carousel-indicators {
    right: 0;
    bottom: 5px;
    left: 0;
    margin-right: 0;
  }
}
.carousel-indicators [data-bs-target] {
  width: 14px;
  /* průměr kolečka */
  height: 14px;
  border-radius: 50%;
  /* udělá kolečko */
  border: 1px solid #fff;
  /* bílý rámeček */
  background-color: transparent;
  margin: 0 8px;
  /* mezery mezi kolečky */
  transition: background 0.3s;
  box-sizing: border-box;
}
.carousel-indicators .active {
  background-color: #fff;
  /* vyplněné kolečko když je aktivní */
}
.mt-50-minus {
  margin-top: -50px;
}
.menu-circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #A3B0BA;
  border-radius: 50%;
  background: transparent;
  color: #34D6D1;
  font-weight: bold;
  font-size: 18px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  font-family: 'Calibri', Arial, sans-serif;
}
.menu-circle-btn:hover,
.menu-circle-btn:focus {
  border-color: #34D6D1;
  color: #34D6D1;
  background: rgba(52, 214, 209, 0.08);
  text-decoration: none;
}
.menu-circle-btn i {
  color: #fff;
  font-size: 22px;
  transition: color 0.2s;
}
.menu-circle-btn:hover i,
.menu-circle-btn:focus i {
  color: #34D6D1;
}
.menu-clientzone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #34D6D1;
  border-radius: 40px;
  background: transparent;
  color: #34D6D1 !important;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-wrap: nowrap;
}
.menu-clientzone-btn:hover,
.menu-clientzone-btn:focus {
  background: rgba(52, 214, 209, 0.1);
  color: #34D6D1;
  border-color: #52dcd8;
  text-decoration: none;
}
.navbar-nav .nav-item a {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
.navbar-nav .nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  bottom: -4px;
  width: 60%;
  height: 2px;
  background: #34D6D1;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  transform: scaleX(0.7);
  border-radius: 50%;
}
.navbar-nav .nav-item a:hover:after,
.navbar-nav .nav-item a.active:after {
  opacity: 1;
  transform: scaleX(1);
}
.navbar-nav .nav-item .nav-link.active {
  color: white;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item .nav-item a {
    font-size: 16px;
    padding: 8px 12px;
  }
  .navbar-nav .nav-item .nav-item a:after {
    left: 10%;
    width: 80%;
    height: 2px;
    background: #34D6D1;
  }
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-item .nav-item a {
    font-size: 14px;
    padding: 8px 8px;
  }
  .navbar-nav .nav-item .nav-item a:after {
    height: 1px;
    left: 8%;
    width: 84%;
  }
}
header.navbar {
  background: #001021;
}
header.navbar.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: #081a2a;
  /* poloprůhledné, decentní */
  box-shadow: 0 4px 16px 0 #0003;
  transition: background 0.2s, box-shadow 0.2s, transform 0.25s;
  transform: translateY(-100%);
  opacity: 0.97;
}
header.navbar.fixed-header.visible {
  transform: translateY(0%);
  opacity: 0.8;
}
body.has-fixed-header {
  padding-top: 86px;
  /* výška headeru + mezera, uprav dle potřeby */
}
.homepage-slider,
.news,
.about,
.customer_zone .content,
.content {
  background: linear-gradient(180deg, #081a2a 0%, /* tmavě modrá až skoro černá nahoře */ #194154 60%, /* temná modro-zelená uprostřed */ #2c7780 100% /* tvoje tyrkysová úplně dole */);
  background-repeat: no-repeat;
}
.home .content {
  background: none;
}
.game a {
  text-decoration: none;
}
.game a h5.card-title {
  color: white;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.game-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.game-img-main,
.game-img-hover {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.6s, transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  /* Přidej co potřebuješ */
}
.game-img-hover {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.game-card:hover .game-img-main,
.game-card:focus .game-img-main {
  opacity: 0;
}
.game-card:hover .game-img-hover,
.game-card:focus .game-img-hover {
  opacity: 1;
  transform: scale(1);
  /* přesně na velikost wrapperu */
}
.dropdown-toggle::after {
  display: none;
}
body.customer_zone .content {
  position: relative;
  /* případně min-height: 100vh; pokud chceš obrázky po celé výšce */
}
body.customer_zone .content::before,
body.customer_zone .content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 340px;
  /* uprav dle potřeby */
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
  /* obrázky nebudou bránit v klikání */
}
@media (max-width: 768px) {
  body.customer_zone .content::before,
  body.customer_zone .content::after {
    width: 25%;
    background-size: contain;
  }
}
body.customer_zone .content::before {
  left: 0;
  background-image: url('/assets/images/content/background_left.png');
}
body.customer_zone .content::after {
  right: 0;
  background-image: url('/assets/images/content/background_right.png');
}
.customer_zone .content {
  padding-bottom: 50px;
}
#iframe-wrapper-2 {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #iframe-wrapper-2,
  #iframe-wrapper-1,
  #iframe-wrapper-3,
  #iframe-wrapper-4 {
    aspect-ratio: 3/4 !important;
    /* vysoké, úzké */
    /* nebo poměr 3/4: aspect-ratio: 3/4; */
    max-width: 100vw;
    border-radius: 24px;
  }
  #iframe-wrapper-2 iframe,
  #iframe-wrapper-1 iframe,
  #iframe-wrapper-3 iframe,
  #iframe-wrapper-4 iframe {
    border-radius: 24px;
  }
}
section.news h2 {
  font-size: 54px;
}
@media (max-width: 768px) {
  section.news h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
section.news p {
  font-size: 24px;
}
@media (max-width: 768px) {
  section.news p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* kontejner – ořízne zoomovaný obsah, aby nic „nepřetékal“ */
.game-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* klidně uprav na svůj radius */
  /* volitelné: sjednocení výšky náhledů bez CLS */
  /* aspect-ratio: 16 / 9;        // zapni, pokud se ti hodí fixní poměr */
}
/* samotný obrázek */
.game-img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
/* efekt při hoveru / focusu (klávesnice na odkazu kolem karty) */
.game:hover .game-img,
.game:focus-within .game-img {
  transform: scale(1.07);
  /* jemný zoom */
  /* volitelné zjemnění: */
  /* filter: saturate(1.05) brightness(1.02); */
}
/* respektuj preferenci omezené animace */
@media (prefers-reduced-motion: reduce) {
  .game-img {
    transition: none;
  }
}
/* Kontejner drží border i při zoomu, nic nepřetéká */
.game-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* uprav podle svého */
  border: 1px solid transparent;
  /* předejdeme posunu layoutu */
  box-sizing: border-box;
  transition: border-color 280ms ease;
  /* plynulý náběh rámečku */
}
/* Obrázek – pomalejší a větší zoom */
.game-img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 650ms cubic-bezier(0.16, 0.84, 0.26, 1);
  /* pomalejší a „buttery“ */
  will-change: transform;
  backface-visibility: hidden;
}
/* Aktivace efektu myší i klávesnicí */
.game:hover .game-img,
.game:focus-within .game-img {
  transform: scale(1.15);
  /* větší přiblížení */
}
.game:hover .game-image-wrapper,
.game:focus-within .game-image-wrapper {
  border-color: #34D6D1;
  /* 1px tyrkysový rámeček */
}
/* Respekt k preferencím uživatele */
@media (prefers-reduced-motion: reduce) {
  .game-img {
    transition: none;
  }
  .game-image-wrapper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #about_us h2 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
  #about_us p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
/*# sourceMappingURL=style.css.map */