@charset "UTF-8";

@font-face {
  font-family: "BricolageGrotesqueRegular";
  src: url("../fonts/BricolageGrotesqueRegular.eot");
  src: url("../fonts/BricolageGrotesqueRegular.eot") format("embedded-opentype"),
    url("../fonts/BricolageGrotesqueRegular.woff2") format("woff2"),
    url("../fonts/BricolageGrotesqueRegular.woff") format("woff"),
    url("../fonts/BricolageGrotesqueRegular.ttf") format("truetype"),
    url("../fonts/BricolageGrotesqueRegular.svg#BricolageGrotesqueRegular")
      format("svg");
}
@font-face {
  font-family: "BigShouldersMedium";
  src: url("../fonts/BigShouldersMedium.eot");
  src: url("../fonts/BigShouldersMedium.eot") format("embedded-opentype"),
    url("../fonts/BigShouldersMedium.woff2") format("woff2"),
    url("../fonts/BigShouldersMedium.woff") format("woff"),
    url("../fonts/BigShouldersMedium.ttf") format("truetype"),
    url("../fonts/BigShouldersMedium.svg#BigShouldersMedium") format("svg");
}
@font-face {
  font-family: "BigShouldersSemiBold";
  src: url("../fonts/BigShouldersSemiBold.eot");
  src: url("../fonts/BigShouldersSemiBold.eot") format("embedded-opentype"),
    url("../fonts/BigShouldersSemiBold.woff2") format("woff2"),
    url("../fonts/BigShouldersSemiBold.woff") format("woff"),
    url("../fonts/BigShouldersSemiBold.ttf") format("truetype"),
    url("../fonts/BigShouldersSemiBold.svg#BigShouldersSemiBold") format("svg");
}
@font-face {
  font-family: "BigShouldersExtraBold";
  src: url("../fonts/BigShouldersExtraBold.eot");
  src: url("../fonts/BigShouldersExtraBold.eot") format("embedded-opentype"),
    url("../fonts/BigShouldersExtraBold.woff2") format("woff2"),
    url("../fonts/BigShouldersExtraBold.woff") format("woff"),
    url("../fonts/BigShouldersExtraBold.ttf") format("truetype"),
    url("../fonts/BigShouldersExtraBold.svg#BigShouldersExtraBold")
      format("svg");
}

body {
  font-family: "BricolageGrotesqueRegular", var(--default-font-family);
}
.title_box,
.hero-section__title,
.hero-title,
.vertical-title,
.news-section__title {
  font-family: "BigShouldersExtraBold", var(--default-font-family);
}
a.cta_link,
.subtitle,
.header,
.artist-title,
.news-cards .card-title,
.reservation-box__title,
.reservation-box__link,
.performance-tabs,
.footer_bottom,
.newsletter h2 {
  font-family: "BigShouldersMedium", var(--default-font-family);
}
.footer-contact a,
.footer-social a {
  font-family: "BigShouldersSemiBold", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #000; /* text */
  --main-color-hover: #d2101c; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #000; /* cierna */
  --main-bg-color-grey-light: #ebebeb; /* svetlo siva */
  --main-bg-color-custom: #f71c2a; /* cervena kontrastna */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta_link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  min-width: clamp(200px, 14vw, 300px);
  font-size: 1.11rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.3s ease 0.3s;
}
a.cta_link__custom {
  color: var(--main-color);
  border-color: var(--main-color);
}
a.cta_link__white {
  color: var(--white);
  border-color: var(--white);
}
a.cta_link__red {
  color: var(--white);
  background-color: var(--main-color-hover);
  border-color: var(--main-color-hover);
}
a.cta_link__custom:hover {
  color: var(--white);
}
a.cta_link__white:hover {
  color: var(--main-color);
}
a.cta_link__red:hover {
  color: var(--white);
}
a.cta_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: transparent;
  z-index: -1;
  opacity: 0;
  transition: width 0.7s cubic-bezier(0.9, 0, 0.3, 1), opacity 0.4s ease-in;
}
a.cta_link__custom:before {
  background-color: var(--main-color);
}
a.cta_link__white:before {
  background-color: var(--white);
}
a.cta_link__red:before {
  background-color: var(--main-bg-color-custom);
}
a.cta_link:hover:before {
  width: 100%;
  opacity: 1;
}
.cta_link:focus-visible {
  outline: 2px solid var(--main-color-hover);
  outline-offset: 4px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 8);
  padding-bottom: calc(var(--size) * 8);
}
.box_margin_bottom {
  margin-bottom: calc(var(--size) * 8);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.row-smaller-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-color-hover);
}
.container_bg_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(28px + (74 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box :is(h3, h4) {
  font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: inherit;
  color: inherit;
}
.title-bg {
  position: relative;
}
.title-bg:before {
  position: absolute;
  top: 50%;
  width: clamp(60px, 5vw, 160px);
  height: clamp(2px, 1.2vw, 4px);
  content: "";
  background-color: var(--main-color-hover);
  z-index: 1;
}
.title-bg__left:before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-bg__right:before {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.subtitle {
  font-size: 1.11rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Bg-Grip */

.bg-grid {
  position: absolute;
  width: min(530px, 27%);
  aspect-ratio: 1 / 1;
}
.bg-grid__01 {
  top: 50%;
  left: 50%;
  width: min(530px, 70%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.bg-grid__02 {
  top: 0;
  left: 15vw;
}
.bg-grid__03 {
  top: 0;
  right: 8vw;
}
.bg-grid__04 {
  top: 0;
  right: 8vw;
}
.bg-grid:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-grid.svg") center center no-repeat;
  background-size: contain;
}
.bg-grid__01:before {
  filter: invert(14%) sepia(84%) saturate(6101%) hue-rotate(351deg)
    brightness(83%) contrast(97%);
}
.bg-grid__02:before {
  filter: invert(1);
  mix-blend-mode: difference;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.bg-grid__03:before {
  filter: invert(1);
  mix-blend-mode: difference;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.bg-grid__04:before {
  filter: invert(1);
  mix-blend-mode: difference;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* Bg-Sqaure*/

.bg-square:before {
  position: absolute;
  content: "";
  width: clamp(40px, 5vw, 90px);
  aspect-ratio: 1 / 1;
  background: url("../images/bg-object-square.svg") center center no-repeat;
  background-size: contain;
}
.bg-square__01:before {
  top: 1rem;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  filter: invert(1);
  mix-blend-mode: difference;
  z-index: 5;
}
.bg-square__02:before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-15%, 200%);
  transform: translate(-15%, 200%);
}
.bg-square__03:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
.bg-square__04:before {
	top: -2rem;
    right: 120px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    filter: invert(1);
    mix-blend-mode: difference;
    z-index: -1;
}
/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header a {
  text-transform: uppercase;
  border-bottom: 0;
}
.header a.cta_link {
  min-width: fit-content;
  letter-spacing: 0;
  border: 2px solid var(--main-color) !important;
}
.main_logo {
  z-index: 100;
}
.main_logo img {
  width: clamp(160px, 12vw, 240px);
}
.main_logo.scroll img {
  width: 100px;
}
.mainNavigation {
  padding: 0;
  padding-left: clamp(1rem, 4vw, 6.5rem);
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1.11rem;
  color: var(--main-color);
  line-height: 40px;
  margin-right: 30px;
  padding: 0 !important;
  border-bottom: 0;
}
.mainNavigation .nav-item:last-child a.nav-link {
  margin-right: 0 !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: var(--main-color-hover);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after, .mainNavigation a.hi span:after {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.mainNavigation a.nav-link:focus-visible {
  outline: 2px solid var(--main-color-hover);
  outline-offset: 4px;
}
.mainNavigation .dropdown-menu {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.mainNavigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.mainNavigation .dropdown-menu a.dropdown-item {
  font-size: 1rem !important;
  color: var(--white);
  line-height: 30px !important;
  background-color: var(--main-bg-color-custom);
  margin-left: 0 !important;
  border-bottom: 1px solid
    color-mix(in srgb, var(--main-bg-color-custom) 50%, white 50%);
  z-index: 1100;
  text-align: center;
}
.mainNavigation .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
.mainNavigation .dropdown-menu a.dropdown-item:hover, .mainNavigation .dropdown-menu a.hi {
  color: var(--white);
  background-color: color-mix(
    in srgb,
    var(--main-bg-color-custom) 75%,
    black 25%
  );
}
.dropdown-menu a.dropdown-item:focus-visible {
  outline: 2px solid var(--white);
  background-color: color-mix(
    in srgb,
    var(--main-bg-color-custom) 75%,
    black 25%
  );
}
.header-tools ul.list-inline {
  margin-bottom: 0;
}
.font-size-switcher a {
  text-transform: initial;
}
.font-size-switcher .divider-left,
.font-size-switcher .divider-right {
  content: "";
  display: inline-block;
  align-self: center;
  height: 1.5px;
  background-color: var(--main-color);
  width: clamp(20px, 3vw, 40px);
}
.language-switcher li.list-inline-item.active a {
  color: var(--main-color-hover);
}

/* Hero-Section ............................................................... */

.hero-section {
  height: 70dvh;
}
.hero-section__title {
  position: relative;
  width: 140%;
  z-index: 5;
}
.hero-section__title h1 {
  font-size: clamp(2.28rem, 6.5vw, 4rem);
  text-transform: uppercase;
  line-height: 1.2;
}
.hero-section-wrapper {
  position: absolute;
  top: 0;
  right: calc(var(--size) * 6);
  width: calc(100% - calc(var(--size) * 6));
  height: 70dvh;
}
.hero-section-wrapper .owl-carousel,
.hero-section-wrapper .item {
  height: 70dvh;
}
.hero-title {
  top: 10rem;
  right: 2rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(1.1rem, 1.8vw, 1.66rem);
}
.hero-section-navigation {
  position: absolute;
  bottom: 0;
  right: calc(var(--size) * 6);
  background-color: var(--white);
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(1rem, 3vw, 5rem);
  z-index: 5;
}

/* Main-Content ............................................................... */

.image-wrapper {
  overflow: hidden;
}
.reveal-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.vertical-title {
  display: flex;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotateX(180deg) scaleX(-1);
  transform: rotateX(180deg) scaleX(-1);
}
.vertical-title__custom {
  color: var(--main-color-hover);
}
.vertical-title__black {
  color: var(--main-color);
}
.vertical-title h2 {
  font-size: clamp(3.5rem, 7vw, 8.33rem);
}

.owl-navigation {
  display: flex;
  gap: clamp(0.4rem, 1.5vw, 1rem);
}
.owl-navigation .btn {
  width: clamp(30px, 2vw, 50px);
  padding: 0;
  border-radius: 0;
  border: 0;
}
.owl-navigation .btn:hover {
  opacity: 0.5;
}
.owl-navigation .btn:focus,
.owl-navigation .btn.focus {
  box-shadow: none;
}
.owl-navigation .btn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.owl-navigation .btn:focus-visible {
  outline: 2px solid var(--main-color-hover);
}

/* About-Us */

.about-us-section {
  height: 80dvh;
  min-height: fit-content;
}
.artists-wrapper,
.artists-wrapper .owl-carousel,
.artists-wrapper .item {
  height: 80dvh;
}
.artist-title {
  top: 1.5rem;
  left: calc(var(--size) * 6);
  font-size: clamp(1rem, 1.2vw, 1.11rem);
  text-transform: uppercase;
  z-index: 5;
}
.about-us__link-wrapper {
  position: relative;
  right: calc(var(--size) * -6);
  width: fit-content;
  padding: clamp(0.5rem, 4vw, 4rem) clamp(1rem, 7vw, 10rem)
    clamp(0.5rem, 1.2vw, 1rem) clamp(1rem, 3vw, 5rem);
}

/* Programme */

.programme-section .owl-carousel .item a {
  display: block;
  border: clamp(10px, 1.5vw, 25px) solid var(--main-bg-color-custom);
}
.programme-section .owl-carousel .item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.programme-section .owl-carousel .item a:hover img {
  filter: grayscale(1);
}

.programme-section .item a {
  display: block;
  border: clamp(10px, 1.5vw, 25px) solid var(--main-bg-color-custom);
}
.programme-section-in .item a {
  border: clamp(10px, 1.5vw, 10px) solid var(--main-bg-color-custom);
  height: 100%;
}
.programme-section .item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.programme-section .item a:hover img {
  filter: grayscale(1);
}

/* Partners */

.partners-section .owl-carousel .item a {
  display: block;
  border: clamp(10px, 1.5vw, 25px) solid var(--main-bg-color-custom);
}
.partners-section .owl-carousel .item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.partners-section .owl-carousel .item a:hover img {
  filter: grayscale(1);
}

.partners-section .item a {
  display: block;
  border: clamp(10px, 1.5vw, 25px) solid var(--main-bg-color-custom);
}
.partners-section-in .item a {
  border: clamp(10px, 1.5vw, 10px) solid var(--main-bg-color-custom);
  height: 100%;
}
.partners-section .item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.partners-section .item a:hover img {
  filter: grayscale(1);
}

/* Reviews */

.review-title {
  border-top: clamp(5px, 0.7vw, 11px) solid var(--main-color-hover);
}
.review-item.border-red {
  border-top: clamp(5px, 0.7vw, 11px) solid var(--main-color-hover);
}
.review-item.border-black {
  border-top: clamp(5px, 0.7vw, 11px) solid var(--main-color);
}
.review-item .bg-custom {
  background-color: var(--main-bg-color-custom);
}
.review-item .grayscale {
  filter: grayscale(1);
}
.review-item .blend-multiply {
  mix-blend-mode: multiply;
}

/* News */

.news-section__title h2 {
  font-size: clamp(4rem, 12vw, 12rem);
  position: relative;
  display: inline-block;
}
.news-section__title h2:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: clamp(60px, 5vw, 160px);
  height: clamp(2px, 1.2vw, 4px);
  background-color: var(--main-color-hover);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.news-cards .card-body {
  padding-right: clamp(1rem, 4vw, 6rem);
}
.news-cards a.card-img {
  position: relative;
  background-color: var(--main-color-hover);
}
.news-cards .card-img-top {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.news-cards a.card-img:hover .card-img-top {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.news-cards a.card-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-hover);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.news-cards a.card-img:hover:before {
  opacity: 1;
}
.news-cards .card-title {
  font-size: clamp(1.5rem, 2vw, 2.66rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.news-cards .card-title a {
  color: var(--white);
  border-bottom: 0;
}

/* Video */

.video-section {
  height: 70dvh;
}
.video-section__text {
  padding-left: calc(var(--size) * 6);
}
.video-section .title_box h2 {
  -webkit-transform: translateX(6vw);
  transform: translateX(6vw);
}
.video-section__video {
  height: 70dvh;
}
.video_container a.img-nav > img {
  z-index: -1;
  filter: grayscale(1);
}
.video_container a.img-nav:hover > img {
  filter: grayscale(0);
}
.video_container a.img-nav .img-nav-icon {
  position: absolute;
  bottom: 4rem;
  right: calc(var(--size) * 6);
  width: clamp(40px, 3vw, 70px);
  aspect-ratio: 1 / 1;
}
.video_container a.img-nav .img-nav-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Reservation */

.reservation-box {
  padding: clamp(1rem, 4vw, 2.5rem);
}
.reservation-box__title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.3;
}
.reservation-box__link {
  font-size: 1.11rem;
  color: var(--white) !important;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.reservation-box__link img {
  width: clamp(30px, 2vw, 50px);
  filter: invert(1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.reservation-box__link:hover img {
  transform: translateX(6px);
}
.reservation-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Performance-Table */

.performance-table {
  border-collapse: collapse;
  padding-top: clamp(2rem, 4vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 5rem);
}
.performance-table tr {
  border-bottom: 1px solid var(--main-color);
}
.performance-table td {
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
  padding-left: 0;
  padding-right: 0;
}

/* Performance-Tabs */

.performance-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--white);
}
.performance-tabs .nav-link {
  background-color: color-mix(in srgb, #000 80%, #fff);
  color: var(--white);
  font-size: clamp(0.7rem, 2.5vw, 1.11rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: clamp(0.5rem, 1.5vw, 1.5rem) clamp(1rem, 2.5vw, 4rem);
  border: none;
  border-radius: 0;
}
.performance-tabs .nav-link:hover,
.performance-tabs .nav-link.active {
  color: var(--main-color);
  background: var(--white);
}
.performance-tab-description td {
  padding-top: clamp(0.3rem, 1.5vw, 0.5rem);
  padding-bottom: clamp(0.3rem, 1.5vw, 0.5rem);
  padding-left: 0;
  padding-right: 0;
}
.performance-image-wrapper {
  bottom: 0;
  right: 0;
  width: 40%;
  height: 90%;
  background-color: var(--main-color-hover);
  pointer-events: none;
  z-index: -1;
}
.performance-image-wrapper img {
  mix-blend-mode: multiply;
}
.performance-info-banner {
  background-color: var(--white);
  color: var(--main-color);
  z-index: 10;
}
.performance-info-banner img {
  width: 1.5rem;
  height: 1.5rem;
}

/* Performance-Gallery */

.gallery-container-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 550px 550px;
  grid-gap: 9px;
  grid-auto-flow: dense;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0 !important;
}
.gallery-item .image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: 0;
}
.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: 0.5s ease-in-out;
}
.gallery-item:hover .image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.w-4 {
  grid-column: span 4;
}
.w-6 {
  grid-column: span 6;
}
.h-1 {
  grid-row: span 1;
}

/* Footer ............................................................... */

.footer_top:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(315px, 16%);
  height: 100%;
  background: url("../images/bg-object-footer.svg") bottom right no-repeat;
  background-size: contain;
  z-index: 3;
}
.footer_top a {
  color: var(--white);
}
.footer_top a:hover {
  color: var(--main-color-hover);
}
.footer-contact a,
.footer-social a {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  line-height: 1.2;
  border-bottom: 0;
}
.footer-address {
  font-size: 0.89rem;
}
.footer-nav-list {
  font-size: 0.89rem;
  color: color-mix(in srgb, var(--white) 60%, var(--black));
}
.footer-nav-list a {
  color: color-mix(in srgb, var(--white) 60%, var(--black));
}
.footer-nav-list a:hover, .footer-nav-list a.hi {
  color: var(--white);
}
.footer-nav-list .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer-nav-list .list-inline-item:not(:last-child)::after {
  content: "|";
  padding-left: 0.5rem;
  color: color-mix(in srgb, var(--white) 60%, var(--black));
}
.footer-logo-main {
  width: clamp(100px, 10vw, 150px);
}
.footer-logo img {
  position: relative;
  top: 0.1rem;
  width: max(250px, 35%);
}
.footer_bottom {
  font-size: 1.11rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer_bottom a {
  border-bottom: 0;
}
.footer_bottom .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer_bottom .list-inline .list-inline-item:not(:last-child)::after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--main-color);
}
.footer-logo-ksk {
  width: clamp(150px, 15vw, 220px);
}

.newsletter h2 {
	line-height:1.6;
	margin-bottom:40px;
	
}
.newsletter .newsletter_holder {
	display: flex;
}
.newsletter .newsletter_input {
    font-size: 1.3rem;
	font-family: "BigShouldersMedium", var(--default-font-family);
    padding: 5px 30px;	
	border: 1px solid #fff;
	border-right: 0px solid #fff;
    background: transparent;
    color: #fff;	
	letter-spacing: 0.1em;
	width: 100%;
}
.newsletter .newsletter_buttom {
	background: #fff;
    outline: none;
    border: 1px solid #fff;
    font-size: 1.3rem;
	font-family: "BigShouldersMedium", var(--default-font-family);
    padding: 5px 40px;	
	letter-spacing: 0.1em;
	
}
.newsletter .newsletter_buttom:hover {
	background: var(--main-color);
    color:#fff;
    border: 1px solid var(--main-color);
}

.newsletter {
	::-webkit-input-placeholder { color: #fff !important;}
	:-moz-placeholder { color: #fff !important;}
	::-moz-placeholder { color: #fff !important;}
	:-ms-input-placeholder { color: #fff !important;}
	textarea::-webkit-input-placeholder { color: #fff !important;}
	textarea:-moz-placeholder { color: #fff !important;}
	textarea::-moz-placeholder { color: #fff !important;}
	textarea:-ms-input-placeholder { color: #fff !important;}
}

/* Effects ............................. */

a,
.newsletter .newsletter_buttom,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.owl-navigation .btn,
.programme-section .owl-carousel .item a img,
.programme-section .item a img,
.partners-section .owl-carousel .item a img,
.partners-section .item a img,
.news-cards a.card-img .card-img-top,
.video_container a.img-nav > img,
.performance-tabs .nav-link,
.footer-nav-list a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .gallery-container-wrapper {
    grid-auto-rows: 450px 450px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 4.66);
    padding-right: calc(var(--size) * 4.66);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 6);
    padding-bottom: calc(var(--size) * 6);
  }
  .box_margin_bottom {
    margin-bottom: calc(var(--size) * 6);
  }
  .hero-section-wrapper {
    right: calc(var(--size) * 4.66);
    width: calc(100% - calc(var(--size) * 4.66));
  }
  .hero-section-navigation {
    right: calc(var(--size) * 4.66);
  }
  .artist-title {
    left: calc(var(--size) * 4.66);
  }
  .about-us__link-wrapper {
    right: calc(var(--size) * -4.66);
  }
  .video-section__text {
    padding-left: calc(var(--size) * 4.66);
  }
  .video_container a.img-nav .img-nav-icon {
    right: calc(var(--size) * 4.66);
  }
  .gallery-container-wrapper {
    grid-auto-rows: 400px 400px;
    grid-gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .mainNavigation a.nav-link {
    font-size: 0.95rem;
    margin-right: clamp(0.2rem, 1.03vw, 1.5rem);
  }
  .mainNavigation .nav-item:last-child a.nav-link {
    margin-right: 0;
  }
  .header-tools .cta_link {
    font-size: 0.95rem;
    padding: 0.4rem 0.6rem;
  }
  .header-tools .language-switcher li {
    margin-left: 0.25rem;
  }
  .font-size-switcher span {
    font-size: 0.95rem;
  }
  .font-size-switcher .divider-left,
  .font-size-switcher .divider-right {
    width: clamp(10px, 1.5vw, 25px);
  }
  .main_logo img {
    width: clamp(110px, 4vw, 220px);
  }
}

@media screen and (max-width: 1200px) {
  .box_padding {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 2);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 4);
    padding-bottom: calc(var(--size) * 4);
  }
  .box_margin_bottom {
    margin-bottom: calc(var(--size) * 4);
  }  
  .hero-section-wrapper {
    right: calc(var(--size) * 2);
    width: calc(100% - calc(var(--size) * 2));
  }
  .hero-section-navigation {
    right: calc(var(--size) * 2);
  }
  .artist-title {
    left: calc(var(--size) * 2);
  }
  .about-us__link-wrapper {
    right: calc(var(--size) * -2);
  }
  .video-section__text {
    padding-left: calc(var(--size) * 2);
  }
  .video_container a.img-nav .img-nav-icon {
    bottom: 2rem;
    right: calc(var(--size) * 2);
  }
  .gallery-container-wrapper {
    grid-auto-rows: 300px 300px;
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .box_margin_bottom {
    margin-bottom: calc(var(--size) * 3);
  }  
  .hero-section-wrapper {
    right: var(--size);
    width: calc(100% - var(--size));
  }
  .hero-section-navigation {
    right: var(--size);
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    animation: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 65px !important;
  }
  .main_logo {
    position: absolute !important;
    top: 8px !important;
    left: 15px;
    margin-right: 0;
  }
  .main_logo img {
    width: 90px !important;
  }
  .mainNavigation {
    padding-left: 0;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    font-size: 1.35rem;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .mainNavigation .dropdown-menu {
    height: 0;
    visibility: visible;
    opacity: 0;
    transform: translateY(0);
    transition: 0.5s ease all;
  }
  .mainNavigation .dropdown-menu.show {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .artist-title {
    left: var(--size);
  }
  .about-us__link-wrapper {
    right: calc(var(--size) * -1);
  }
  .video-section__text {
    padding-left: var(--size);
  }
  .video_container a.img-nav .img-nav-icon {
    bottom: 1rem;
    right: var(--size);
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img {
    height: auto;
  }
  .bg-grid__02,
  .bg-grid__03 {
    display: none;
  }
  .bg-square__01:before,
  .bg-square__02:before,
  .bg-square__04:before  {
    display: none;
  }
  .hero-section {
    height: auto;
  }
  .hero-section__title {
    width: 100%;
  }
  .hero-section-wrapper {
    position: relative;
    right: 0;
    width: 100%;
    height: 50dvh;
  }
  .hero-section-wrapper .owl-carousel,
  .hero-section-wrapper .item {
    height: 50dvh;
  }
  .hero-title {
    writing-mode: initial;
    transform: none;
    top: 1rem;
    right: 1rem;
  }
  .hero-section-navigation {
    right: 0;
  }
  .about-us__link-wrapper {
    right: initial;
  }
  .vertical-title {
    writing-mode: initial;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    justify-content: center;
  }
  .about-us-section {
    height: auto;
  }
  .artists-wrapper,
  .artists-wrapper .owl-carousel,
  .artists-wrapper .item {
    height: auto;
  }
  .review-title {
    border-top: 0 !important;
  }
  .video-section {
    height: auto;
  }
  .video-section__text {
    padding: 2rem 1rem;
  }
  .video-section .title_box h2 {
    -webkit-transform: none;
    transform: none;
  }
  .video-section__video {
    height: 50dvh;
  }
  .reservation-section .flex-md-column-reverse {
    padding-bottom: 0 !important;
  }
  .reservation-box {
    width: 100% !important;
  }
  .reservation-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .w-4 {
    grid-column: span 6;
  }
  .gallery-container-wrapper .w-6:last-child {
    grid-column: span 12;
  }
  .footer_top:before {
    display: none;
  }
  
	.newsletter .newsletter_holder {
		display: block;
	}
	.newsletter .newsletter_input {
		border: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 100%;
		margin-bottom:5px;
	}
	.newsletter .newsletter_buttom {
		width: 100%;		
	}
  
}

@media screen and (max-width: 575px) {
  a.cta_link {
    min-width: fit-content;
  }
  .gallery-container-wrapper {
    grid-auto-rows: 220px 220px;
  }
}

.btn, .form-control {
  border-radius: 0;
}

.text-black {
  color: #000 !important;
}

.fc-event {
  cursor: pointer;
}

/* Modal backdrop (dimmed) */
.modal-backdrop.show {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.75);
}

/* Modal animation */
@keyframes modalSlideFade {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Modal backdrop */
.modal-backdrop.show {
  opacity: 0.95;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Zoom-fade efekt */
@keyframes modalZoomFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content {
  background-color: #1a1a1a;
  color: #fff;
  border: 3px solid #d2101c;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(210, 16, 28, 0.4);
  animation: modalZoomFade 0.35s ease-out;
}

.modal-header {
  background-color: #d2101c;
  color: #fff;
  border-bottom: 2px solid #a50d17;
  padding: 1rem;
}

.modal-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.modal-header .close {
  color: #fff;
  opacity: 0.8;
}
.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  padding: 1.5rem;
}

.modal-body a {
  color: #d2101c;
}

.modal-body img {
  border: 5px solid #d2101c;
}

.modal-footer {
  border-top: 2px solid #444;
  padding: 1rem 1.5rem;
}

.modal-footer .btn-primary {
  background-color: #d2101c;
  border: 2px solid #d2101c;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.modal-footer .btn-primary:hover {
  background-color: transparent;
  color: #d2101c;
  border-color: #d2101c;
}

.text-danger {
  color: #d2101c !important;
}