@font-face {
  font-family: joystix;
  src: url("/fonts/joystix.ttf") format("truetype");
}

body {
  background-color: black;
  /* padding-top: 123.5px; unikanie przycinania */
  position: relative;
  /* overflow-x:hidden; */
  /* font-family: joystix; */
}

h1, h4, .ticketsTable, .ticketsTable2, .hoursTable {
  font-family: joystix;
}

hr {
  margin-bottom: 0;
}

footer {
  background-color: black;
  color: rgba(255, 255, 255, .5);
}

img#headerLogo {
  width: 25vmin;
  max-width: 200px;
}

#navbarContainer {
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1080px) {
  .nav-item .nav-link {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .nav-item .nav-link {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  #burgerContainer {
    width: auto;
    padding: 0;
    text-align: center;
  }
  #burgerContainer button {
    padding: 0;
  }
  .display-4 {
    font-size: 35px;
  }
  .img-icon {
    height: 40px !important;
  }
  .uber {
    height: 35px !important;
  }
  .lead{
    font-size: 17px !important;
    margin-bottom: 5px !important;
  }
  #mainContainer {
    padding-top: 10px !important;
  }
}

#languageFlag {
  width: 8vmin;
  max-width: 60px;
}

.nav-link {
  font-size: 18px;
  font-family: joystix;
  transition: color 120ms ease-in, color 100ms ease-in-out;
  text-align: center;
}

.nav-item:nth-of-type(3n+1):hover .nav-link, .nav-item:nth-of-type(3n+1) .active {
  color: #1799d0;
}

.nav-item:nth-of-type(3n+2):hover .nav-link, .nav-item:nth-of-type(3n+2) .active {
  color: #bfd95a;
}

.nav-item:nth-of-type(3n):hover .nav-link, .nav-item:nth-of-type(3n) .active {
  color: #b22987;
}

.navbar-brand#headerLogoLink {
  display: block;
  margin: 0;
  text-align: center;
}

#languageFlagLink {
  display: block;
  float: right;
  width: 60px;
  text-align: right;
}

@media (min-width: 992px) {
  .nav-item {
    font-size: 22px;
  }
}

.bg-black {
  background-color: black;
}

#mainContainer {
  padding-top: 26px;
  background: rgba(0, 0, 0, 0.4);
}

#mainContainer .lead {
  text-align: justify;
  letter-spacing: -0.2px;
}

#mainCarousel .carousel-inner {
  width: 100%;
  height: 100%;
}

#mainCarousel .carousel-img {
  width: 100%;
  height: auto;
  position: relative;
}

#demo {
  width: 100%;
}

#mainCarousel .carousel-text {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  font-size: 25px;
}

#mainCarousel {
  max-height: 350px;
  overflow: hidden;
}

#bdayCarousel {
  overflow: hidden;
  width: 100%;
}

#bdayCarousel .carousel-inner {
  width: 100%;
  height: 100%;
}

#bdayCarousel .carousel-img {
  width: 100%;
  height: auto;
  position: relative;
}

.container {
  position: relative;
  color: white;
}

#dimm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -5;
}

#dimm2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/bg.png');
  /* You must set a specified height */
  background-position: top;
  /* Center the image */
  background-repeat: repeat-y;
  /* Do not repeat the image */
  background-size: cover;
  background-attachment: fixed;
  /* Resize the background image to cover the entire container */
  z-index: -10;
}

.display-4 {
  text-align: center;
  padding: 30px;
}

.hoursTable {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  background-color: rgba(191, 217, 90, 0.7);
  border-radius: 5px;
  font-size: 15px;
}

.hoursRow {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  text-shadow: 1px 1px 1px black;
}

.hoursDay {
  width: 120px;
}

.hoursRow:nth-child(1) {
  font-size: 110%;
  padding-top: 10px;
}

.hoursRow:nth-child(odd) {
  background: rgba(0, 0, 0, 0);
}

.hoursRow:nth-child(even) {
  background: rgba(0, 0, 0, 0.3);
}

hr:nth-child(3n) {
  border-top: 2px solid #1799d0;
}

hr:nth-child(3n+1) {
  border-top: 2px solid #b22987;
}

hr:nth-child(3n+2) {
  border-top: 2px solid #bfd95a;
}

.map {
  width: 100%;
  height: 100%;
}

#videoLead {
  position: absolute;
  bottom: 0;
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 60;
  width: 100%;
  transition: opacity 2s;
}


#videoContainer {
  position: relative;
  max-height: 340px;
  overflow: hidden;
  height: 50vh;
}

video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); */
}

#video_substitute {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  /* -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); */
}

#games-list {
  color: white;
  display: inline-block;
  padding-top: 20px;
}

#games-container-1 {
  text-align: center;
}#games-container-2 {
  text-align: center;
}#games-container-3 {
  text-align: center;
}

.ticketsTable {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: rgba(23, 153, 208, 0.7);
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.ticketsTable2 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: rgba(178, 41, 135, 0.7);
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.ticketsTable td {
  padding: 2px 5px;
  width: 100px;
  max-width: 100px;
}

.ticketsTable2 td {
  padding: 2px 5px;
  width: 100px;
  max-width: 100px;
}

.ticketsRow {
  text-shadow: 1px 1px 1px black;
}

.ticketsRow:nth-child(odd) {
  background: rgba(0, 0, 0, 0);
}

.ticketsRow:nth-child(even) {
  background: rgba(0, 0, 0, 0.3);
}

.ticketsType {
  min-width: 100px;
  width: 120px;
}

.ticket-asterisk {
  color: #b22987;
  font-size: 120%;
}

span.ticket-asterisk {
  font-size: 30px;
}

.spanned-family-ticket {
  width: calc(100% - 120px);
  text-align: center;
  line-height: 3;
}

@media (min-width: 576px) {
  .ticketsType {
    min-width: 140px;
    width: 140px;
  }
  .ticketsTable {
    font-size: 18px;
  }
  .ticketsTable2 {
    font-size: 18px;
  }
  .ticketsTable {
    max-width: 480px;
  }
  .ticketsTable2 {
    max-width: 480px;
  }
}

.img-icon {
  height: 3em;
}

.uber {
  height: 2.5em;
}

.center-boy {
  text-align: center;
}

.vertical-center-boy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.center-content {
  display: inline-block;
}

p {
  font-size: 20px;
}

.lead {
  font-size: 20px;
}

/* * {
  scrollbar-color: #1799d0 #bfd95a;
} */

.listButton {
  font-family: joystix;
  align-self: flex-end;
  width: 100%;
  font-size: 1em;
  background-color: black;
  color: white;
}
@media (max-width: 995px){
  .listButton {
    font-size: 0.8em;
  }
}
 	

@media (max-width: 420px){
  .listButton {
    font-size: 0.8em;
  }
}
@media (max-width: 360px){
  .listButton {
    font-size: 0.7em;
  }
}
@media (max-width: 330px){
  .listButton {
    font-size: 0.6em;
  }
}
@media (max-width: 300px){
  .listButton {
    font-size: 0.5em;
  }
}

.listButton:hover {
  background-color: rgb(191, 217, 90);
}

.card:nth-of-type(3n+1) .listButton {
  border: 2px solid #1799d0;
  background-color: #0f5e7d;
}

.card:nth-of-type(3n+2) .listButton {
  border: 2px solid #bfd95a;
  background-color: #6e7d32;
}

.card:nth-of-type(3n) .listButton {
  border: 2px solid #b22987;
  background-color: #801d5f;
}

.card:nth-of-type(3n+1) .listButton:hover {
  background-color: #0a3e52;
}

.card:nth-of-type(3n+2) .listButton:hover {
  background-color: #454f1f;
}

.card:nth-of-type(3n) .listButton:hover {
  background-color: #52133d;
}

.listCard:nth-of-type(3n+1) {
  border: 2px solid #1799d0;
  background-color: #0a3e52;
}

.listCard:nth-of-type(3n+2) {
  border: 2px solid #bfd95a;
  background-color: #454f1f;
}

.listCard:nth-of-type(3n) {
  border: 2px solid #b22987;
  background-color: #52133d;
}

.big-machine {
  max-height: 70vh;
  margin: 10px auto;
  max-width: 90vw;
  width: auto;
  height: auto;
}

.modal-backdrop.show{
  opacity: 0.6;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  background-clip: padding-box;
  border: 2px solid #bfd95a;
  border-radius: .3rem;
}

.modal-header{
  border-bottom: 1px solid #b22987;
}
.modal-footer{
  border-top: 1px solid #b22987;
}
.modal-footer button{
  background-color: #1799d0;
}
.modal-footer button:hover{
  background-color: #0a3e52;
}
.modal-footer button:active{
  background-color: #0a3e52 !important;
}
.modal-header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body{
  text-align: center;
}

.close {
  color: #1799d0;
  text-shadow: 0 1px 0 #0a3e52;
}

.close:hover {
  color: #0a3e52;
}

.news {
  border: 3px solid rgba(178, 41, 135, 1);
  background-color: rgba(178, 41, 135, 0.5);
  margin: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  max-width: 98vw;
  border-radius: 5px;
}

@media (max-width: 365px){
  .mail {
    font-size: 1rem;
  }
}

.mail{
  padding-left: 0 !important; 
  padding-right: 0 !important;
}

.panoramaImage{
  width: 100%;
}