.concert-ended-layer {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 1.2rem;
  font-weight: 700
}

.toastify {
  z-index: 9999999999 !important;
}

.menuList li {
  list-style: disc !important
}

.menuList li {
  border-radius: 0 !important;
  border: none !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
  width: 90%
}

.language-selector {
  position: fixed;
  right: auto;
  left: 5px;
  bottom: 75px;
  z-index: 9999999;
  display: none
}

.language-button {
  border-radius: 100% !important;
  padding: 10px;
  z-index: 99999 !important;
  background: #040302cb !important;
  border: 1px solid #f5bf4d;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.active-languages-buttons {
  display: block !important
}

.language-buttons {
  display: none;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%)
}

.language-flag {
  width: 30px;
  height: 20px;
  margin-right: 5px
}

.Add-to-home-screen,
.logo-circle {
  position: fixed;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100% !important;
  padding: 8px;
  z-index: 99999 !important;
  background: #040302 !important;
}

.Add-to-home-screen {
  right: -20px;
  left: auto;
  width: 50px;
  height: 50px;
  z-index: 1001
}

.Add-to-home-screen svg {
  color: #f5bf4d !important
}

@media (max-width:767px) {
  #menuInsideAuthorPage {
    order: 3
  }

  .language-selector {
    display: block
  }

  .logo {
    width: 30px;
    height: 30px;
    object-fit: contain
  }

  nav.active {}

  #tab5 a {
    width: 100%;
    display: inline-block;
    color: #f5bf4d;
    padding: 10px !important;
    font-size: 1.3rem !important
  }

  .tab-content a {
    font-family: 'Playfair Display', serif !important
  }

  .language-selector.active .language-buttons {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex
}

nav {
  min-height: 40px;
  transition: min-height .3s ease-in-out
}

.tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #f5bf4d
}

.tab-content {
  display: none;
  padding: 20px;
  margin-top: 10px
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropbtn {
  color: #f5bf4d;
  padding: 10px;
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  border: none;
  cursor: pointer;
  background: 0 0
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 360px;
  max-height: 70vh;
  overflow-y: scroll;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
  z-index: 1
}

.dropdown-content a {
  color: #000;
  text-decoration: none;
  display: block
}

#navMobile {
  display: none;
  overflow: hidden !important
}

.show {
  display: block
}

#icon1,
#icon2 {
  margin-left: 5px;
  transition: transform .3s
}

.show #icon1,
.show #icon2 {
  transform: rotate(45deg)
}

.rotate {
  transform: rotate(45deg) !important;
  display: inline-block
}

a,
div,
input,
li {
  border-radius: 5px !important
}

.disabled {
  pointer-events: none;
  cursor: default;
  filter: grayscale(100)
}

#menu-details p,
#menu-details-drinks p {
  font-size: 1rem;
  width: 90%
}

body {
  overflow-x: hidden;
  box-shadow: inset 0 0 30px #281a00;
  opacity: 1;
  transition: opacity .5s ease-in-out
}

body.fade-out {
  opacity: 0
}

.gallery-single-item div {
  height: 170px
}

.melody {
  display: block;
  margin: auto;
  position: absolute;
  right: -200px;
  top: 50px;
  width: 40%;
  min-width: 300px;
  height: 200px;
  border: 0 solid #000;
  color: #f5bf4d !important;
  opacity: .5
}

.melody-1,
.melody-2,
.melody-3,
.melody-4 {
  position: absolute;
  animation: melody 2s infinite linear;
  font-size: 35px;
  opacity: 0
}

.melody-1 {
  top: 60px;
  left: 20%;
  animation-delay: .5s
}

.melody-2 {
  top: 30px;
  left: 30%;
  animation-delay: 1s
}

.melody-3 {
  top: 90px;
  left: 60%;
  animation-delay: 1.5s
}

.melody-4 {
  top: 40px;
  left: 50%;
  animation-delay: 2s
}

@keyframes melody {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0
  }

  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%)
  }

  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%)
  }

  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0
  }
}

@media only screen and (max-width:600px) {
  video {
    width: 320px
  }

  #melody-mobile {
    display: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 50%;
    min-width: 300px;
    height: 200px;
    border: 0 solid #000
  }

  .melody {
    display: none
  }
}

#translateButtons>div:hover {
  background: #f5c04d7a
}

.event-block {
  visibility: hidden
}

.leftSide {
  width: 47%
}

.newsletterInside {
  max-width: 37%;
  width: 37%
}

.eventtrue .event-block {
  visibility: visible
}

.about-item p {
  text-indent: 40px
}

.visibleItem {
  display: block !important
}

.visibleItemFlex {
  display: flex !important
}

.hiddenItem {
  display: none !important
}

.fade-in-image {
  animation: fadeIn 3s
}

.fade-in-image2 {
  animation: fadeIn2 3s
}

.background-header {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  object-fit: cover
}

.background-header img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 300px;
  bottom: 250px;
  position: relative
}

header {
  overflow: hidden
}

.chopin-welcome {
  min-height: 100vh;
  max-height: 100vh
}

.chopin-welcome .container-xl {
  display: flex;
  height: 100vh
}

.chopin-welcome .container-xl div {
  align-items: center;
  justify-content: center;
  display: flex;
  align-content: center !important
}

p {
  font-size: 1.3rem;
  letter-spacing: -.5px
}

.layer-image {
  position: absolute
}

.extra-image {
  position: absolute
}

.extra-image--one {
  top: 40px;
  left: -200px
}

.extra-image--two {
  bottom: 40px;
  right: -200px
}

.describe-chopin {
  min-height: 100vh;
  background: #040302cb;
  display: flex;
  align-items: center;
  justify-content: center
}

.about-item--welcome_divDescribe {
  background: #04030287;
  /* background: #000; */
  position: relative;
  width: 48%;
  backdrop-filter: blur(10px);
}

.about-item--welcome_divDescribeLeft {
  z-index: 9999;
  border-left: double #f5bf4d;
  border-top: double #f5bf4d;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1)
}

.about-item--welcome_divDescribeRight {
  z-index: 9999;
  border-right: double #f5bf4d;
  border-top: double #f5bf4d;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1)
}

.about-item--welcome_divDescribeFull {
  width: 100%;
  border-bottom: double #f5bf4d;
  border-top: double #f5bf4d;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 1)
}

@media (max-width:1368px) {
  .chopin-welcome .container-xl div {
    transform: scale(.95);
  }
}

@media (min-width:1386px) {
  .Add-to-home-screen {
    bottom: 5px
  }
}

#layer2,
#layer3,
#layer4 {
  display: none
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0
  }

  100% {
    opacity: .05
  }
}

.item-img-mobile {
  display: none
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .455em;
  vertical-align: .055em;
  content: "+";
  font-weight: 500;
  font-family: Arial;
  border: none
}

.event-block {
  width: 170px;
  border: 1px solid #f5bf4d;
  position: absolute;
  right: 100px;
  top: 20px;
  overflow: hidden;
  background: #04030284
}

.navbar li a {
  font-size: 1.2rem
}


.extra-small {
  font-size: 1.175rem !important;
  line-height: 20px;
  padding-bottom: 20px;
  display: inline-block
}

.big,
big {
  font-size: 2rem !important
}

.rounded-circle {
  border: 3px solid #f5c04d;
}

.dropdown-desktop li {
  width: 49% !important;
  flex-wrap: wrap
}

.counter-mobile div,
.counter>div {
  background: #040302;
  padding: 5px;
  color: #fff;
  margin: 2px;
  font-size: 11px;
  border: 1px solid #f5bf4d
}

.dropdown-desktop {
  background: #040302;
  border: 1px solid #f5c04d36;
  max-height: 70vh;
  overflow-y: scroll;
  display: none
}

.dropdown-desktop span {
  color: #fff
}

.cgold {
  color: #f5bf4d !important
}

.event-block-inside {
  position: relative;
  z-index: 9999999;
}

.splide__progress__bar {
  background: #040302 !important
}

.splide__pagination {
  margin-bottom: 10px !important
}

.splide__progress {
  background: #f5c04d50
}

.image-header {
  width: 150px !important
}

.event-block::after,
.splide_description::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite;
  opacity: .2;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

.background-header::after {
  content: '';
  top: 0;
  transform: translateX(100%) rotate(-25deg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide-angle 3s ease-in;
  opacity: .2;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(211, 146, 0, 1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(241, 196, 12, 1)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(211, 146, 0, 1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(211, 146, 0, 1)50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(211, 146, 0, 1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(211, 146, 0, 1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

.splide_description::after {
  opacity: .1
}

@keyframes slide {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

@keyframes slide-angle {
  0% {
    transform: translateX(-100%) rotate(-25deg)
  }

  100% {
    transform: translateX(100%) rotate(-25deg)
  }
}

.headerSlider {
  padding-top: 5px !important
}

.tz-gallery {
  padding: 40px;
  position: relative
}

.tz-gallery .row>div {
  padding: 2px
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1
}

.baguetteBox-button {
  background-color: transparent !important
}

.cicrcleLogo {
  background: #0c0806;
  width: 200px;
  height: 200px;
  border-radius: 500px;
  position: absolute !important;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0
}

.cicrcleLogo div {
  position: relative !important;
  min-width: 200px;
  min-height: 200px
}

.cicrcleLogo div img {
  position: absolute;
  top: 17%;
  transform: scale(1.1) !important
}

.splide__slide img {
  width: 100%
}

#image-carousel {
  position: relative;
  top: 0 !important
}

.splide_description {
  width: 50vw;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: inline-block;
  border-radius: 5px;
  background: #040302be
}

.splide_description .get-project {
  font-size: 1.6rem
}

.splide_description div {
  position: relative;
  z-index: 999999
}

.splide_description h2 {
  font-size: 2.575rem;
  text-shadow: 0 0 5px #05030245
}

.splide_description p {
  font-size: 21px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-shadow: 0 0 5px #05030245
}

.containerArtist {
  min-height: 200px !important
}

.containerArtistHeader {
  min-height: 100px
}

.containerArtistHeader p {
  font-size: 1.4rem
}

.nav-link,
.navbar-toggler,
h1,
h2,
h3 {
  padding: 0 !important
}

.offer-item ul,
.offer-item-form ul {
  list-style-image: url(../assets/images/check-ok.webp) !important
}

.offer-item:hover {
  -webkit-box-shadow: 0 24px 52px -26px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 24px 52px -26px rgba(0, 0, 0, 1);
  box-shadow: 0 24px 52px -26px rgba(0, 0, 0, 1)
}

.arrowNavigation {
  width: 25px;
  height: 25px
}

.buttons a:first-child,
.nav-link {
  margin-right: 5px
}

.get-project,
.lead a {
  text-decoration: none
}

html {
  font-size: 14px;
  overflow-x: hidden;
  scroll-behavior: smooth
}

#overlayLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999999
}

body {
  background-color: #0c0806;
  color: #fff;
  background: #000
}

.get-project,
.nav-link,
h1,
h2,
h3 {
  font-family: 'Playfair Display', serif;
  color: #fff
}

.buttons button:first-child {
  margin-right: 5px
}

#portfolio p {
  font-size: 1.2rem
}

.nav-justified>.nav-link {
  flex-basis: content
}

.nav-item {
  display: inline
}

a {
  color: initial;
  text-decoration: none !important
}

h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.dropdown-menu,
.dropdown-menu-2 {
  min-width: 450px
}

.dropdown-menu li a,
.dropdown-menu-2 li a {
  font-size: 18px;
  font-family: 'Playfair Display', serif
}

h2 {
  font-weight: 700
}

footer {
  background-color: #040302 !important
}

.lead {
  font-size: 1rem;
  line-height: 36px;
  color: #373737
}

.active {
  border-bottom: 2px solid #fff
}

.laureat-date {
  font-size: 1.5rem;
  text-align: center;
  display: block
}

.laureat-date+hr+p {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 1.4rem
}

.get-project {
  background: #f5bf4d !important;
  border: none !important;
  margin-left: auto;
  color: #040302 !important;
  text-transform: none;
  border-radius: 50px;
  font-weight: 700 !important;
  font-family: 'Josefin Sans', sans-serif;
  width: 100%;
}

.get-project-outline {
  background: 0 0 !important;
  border: 1px solid #f5bf4d !important;
  color: #fff !important
}

.get-project:hover {
  color: #433c31;
  transform: translateY(-.25em) !important;
  transition: .25s ease-out
}

.dropdown-menu,
.dropdown-menu-2,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 0 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #433c31 !important;
  background-color: #e5e2d9 !important
}

.navbar {
  background: #040302fa;
  font-size: 1rem;
  min-height: 100px;
  justify-content: left
}

.navbar-brand {
  width: 45px;
  height: 65px;
  margin-bottom: 10px;
  margin-right: 30px
}

.navbar-brand img {
  max-width: 60px
}

.navbar-nav {
  background: 0;
  align-items: center
}

.nav-top .nav-item-single>a {
  padding: 5px !important
}

.nav-item-single {
  display: inline-block;
  position: relative
}

.nav-item-single:last-child {
  /* margin-left: auto; */
}

.nav-item-single::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f5bf4d;
  transform-origin: bottom right;
  transition: transform .25s ease-out
}

.nav-item-single:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left
}

.navbar-nav .get-project {
  padding: 10px
}

.contactNav:hover {
  background: #ffcd613b !important
}

.sticky-top {
  z-index: 999;
  -webkit-box-shadow: 0 24px 52px -26px rgba(0, 0, 0, .26);
  -moz-box-shadow: 0 24px 52px -26px rgba(0, 0, 0, .26);
  box-shadow: 0 24px 52px -26px rgba(0, 0, 0, .26)
}

.nav-link {
  font-size: 1.15rem;
  color: #f5bf4d !important
}

.form-control {
  background: 0;
  border: 1px solid #f5bf4d;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem
}

.form-select {
  border: 1px solid #f5bf4d;
  border-radius: 0
}

.form-control:focus {
  align-self: auto
}

.form-check-label {
  font-weight: 300;
  line-height: 20px;
  padding-top: 10px;
  padding-left: .6rem;
  text-align: center;
  margin: 20px 0 0 0;
  width: 100%
}

.lead a {
  color: #373737
}

.btn-send {
  background: #f6c87d;
  width: 100%;
  height: 50px;
  border: none !important;
  border-radius: none !important;
  font-size: 1.2rem
}

.btn-send:hover {
  background: #c7914e
}

.footer-bottom-text {
  font-size: .9rem !important
}

.loader-email {
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100vw;
  height: 100vh;
  opacity: .8;
  left: 0;
  top: 0;
  z-index: 999999999999;
  position: fixed;
  display: none
}

.copybtn {
  background: 0 0;
  border-radius: none !important;
  color: #e5e2d9;
  border-color: #e5e2d9
}

.btn-primary:active,
.header-bar {
  color: #fff
}

.btn-primary:focus {
  color: #fff;
  box-shadow: 0 0 0 .25rem #eec48c
}

.modal-dialog {
  color: #fff;
  background: #040302 !important
}

.modal-body {
  padding-top: 20px
}

.modal-content {
  background: #040302 !important;
  border: 2px solid #f5bf4d !important;
}

.btn-close {
  filter: invert(1)
}

.modal-body strong {
  font-family: 'Playfair Display', serif
}

.btn:focus {
  outline: 0
}

.form-control:focus,
.form-select:focus {
  color: #fff;
  background-color: #040302;
  border-color: #eec48c;
  outline: 0
}

.formSelect option {
  border-radius: 0 !important;
  padding: 10px !important;
  display: block !important
}

.form-check-input:focus {
  border-color: #b98847;
  outline: 0
}

.form-check-input:checked {
  background-color: #b98847;
  border-color: #eec48c
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  width: 23px;
  height: 23px;
  background: #f1f1f1;
  border: 0;
  margin: 0 auto
}

.form-check-input[type=checkbox]:checked {
  background-color: #30be19 !important
}

.btn {
  border-radius: 10px !important;
  line-height: 0
}

.btnpolicy {
  color: #6c757d !important
}

.buttons a button:hover {
  background: rgba(255, 255, 255, .2) !important
}

.gallery,
.gallery_item,
.logo,
.navbar-logoh {
  transition: .5s ease-out
}

.about-item,
.gallery a img,
.offer-item {
  -webkit-box-shadow: 0 28px 48px -12px #efefef;
  -moz-box-shadow: 0 28px 48px -12px #efefef;
  height: auto;
  overflow: hidden
}

.form-check {
  display: flex;
  padding-left: 2.2em
}

.btn-send {
  margin-right: 11px
}

.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 1px solid #433c31 !important;
  color: #433c31 !important
}

.overlayMessage,
.redirectMessage {
  position: fixed;
  background-color: rgba(0, 128, 0, .9);
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999999999900000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed
}

.redirectMessage {
  background: #040302bd
}

.about-item,
.about-items,
.gallery,
.gallery div,
.gallery_item {
  position: relative
}

.messageSend,
h2,
h2::after {
  display: block
}

.messageSend {
  padding: 30px 0;
  color: #fff;
  z-index: 9999999;
  width: 20%
}

.about-item:hover,
.offer-item:hover,
.social-section div>a:hover img {
  transform: translateY(-.25em) !important
}

h2 {
  padding-bottom: 20px !important;
  text-align: center
}

.program {
  border: 1px solid #f5bf4d;
  padding: 20px
}

.program p {
  margin-bottom: 2px !important
}

h2::after {
  content: '';
  width: 20%;
  border-bottom: 2px solid #d9d9d9;
  padding-top: 10px;
  margin: 0 auto;
}

body>main>div.about.py-5>div>h2::after {
  border-bottom: 2px solid #fff
}

.offer-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}

.offer-item-fullpage {
  width: 100% !important;
  text-align: left !important
}

.offer-item {
  width: 48%;
  background: #040302cb;
  background-image: #000;
  border: 3px solid #ffcd61e3;
  text-align: left
}

.dropdown-menu {
  width: 48%;
  background: #040302cb;
  background-image: #000;
  border: 1px solid #ffcd6165;
  text-align: left;
  max-height: 70vh;
  overflow-y: scroll;
  color: #fff
}

#Artysci,
#Koncerty {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif
}

.offer-item-special {
  --angle: 0deg;
  border: .25rem solid !important;
  border-image: linear-gradient(var(--angle), #f5bf4d, #ffd373, #bd8201) 1 !important;
  animation: 5s rotate linear infinite;
}

.facebook-header {
  background: #040302cb;
  background-image: #000;
  border: 2px solid #ffcd6165 !important
}

@keyframes rotate {
  to {
    --angle: 360deg
  }
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false
}

.headerauthor {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
  padding-top: 20px;
}

.headerauthor h3 {
  font-size: 1.8rem !important
}

#kontakt>div>div.r-s.col-lg-5.col-sm-12.order-1.col-sm-12.mb-5>h2 {
  text-align: left !important
}

.about-item,
.offer-item {
  box-shadow: none;
  padding: 25px
}

.about-item {
  min-height: 100vh;
  overflow: hidden
}

.about-item h3 {
  font-size: 2.5rem
}

.about-item p {
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  padding-left: 20px
}

.offer-item h3 {
  font-size: 1.3rem;
  padding: 15px 0
}

.offer-item a {
  width: 40%;
  margin-bottom: auto
}

.offer-item a:hover {
  opacity: 1
}

.offer-item ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0
}

.img-about {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 5px;
  margin: 20px 0
}

.image-contain {
  object-fit: cover
}

.social-section div a {
  margin: 5px
}

.social-section div a img {
  -webkit-box-shadow: 0 0 46px -23px rgba(64, 21, 0, 1);
  -moz-box-shadow: 0 0 46px -23px rgba(64, 21, 0, 1);
  box-shadow: 0 0 46px -23px rgba(64, 21, 0, 1)
}

.about-items {
  justify-content: space-around;
  justify-items: center
}

.about-items .about-item:nth-child(2n) {
  top: 20px
}

.about-items .about-item:nth-child(3n) {
  top: 40px
}

.social-section {
  background: #e5e2d9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly
}

.buttons {
  margin-left: auto
}

.buttons--dark {
  filter: invert(1)
}

.buttons a button {
  background: 0 0 !important;
  border: 1px solid #eae7e3;
  color: #eae7e3;
  padding: 10px
}

header {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.place-information {
  background: #fff;
  width: min-content;
  padding: 20px;
  color: #040302;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  left: 40px;
  min-width: 170px
}

.place-information strong {
  font-family: 'Playfair Display', serif
}

.place-information span {
  line-height: 30px
}

.arrowchange::after {
  content: "\00d7";
  border: 0
}

.modal {
  z-index: 9999999999
}

.dropdown-item {
  color: #f5bf4d
}

.dropdown-item:hover {
  background: 0 0 !important;
  color: #f5bf4d !important
}

.dropdown-item:active {
  color: #433c31;
  font-weight: 400
}

.btn-primary:focus {
  background: 0 0;
  box-shadow: none !important;
  border: 1px solid #6c757d;
  padding: 10px
}

.footer-bottom-text img {
  width: 140px
}

.offer-item-form ul li {
  padding: 5px;
  border-bottom: 1px solid #dedede
}

.navbar-logoh {
  width: 70px
}

.changeNav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  width: 80%
}

input::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.5;
}

.stickyheight {
  transition: all .5s ease-out
}

s .tooltip {
  z-index: 999999 !important
}

.input-group-text {
  background: 0 0;
  border-right: none;
  border-radius: 0;
  border-color: #f5bf4d;
  background: #04030294
}

.input-group-text img {
  filter: brightness(100);
  filter: invert(1)
}

.form-control {
  background: #04030294
}

#formFile {
  border: 0 !important
}

#formFile::after {
  content: '';
  display: block;
  height: 1px;
  background: #6c757d;
  width: 100%;
  margin-top: 20px
}

.set-desktop-gallery {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #000;
  left: 0;
  z-index: 99
}

#tooltip {
  opacity: 0;
  position: absolute;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0
}

.tz-gallery:hover #tooltip {
  opacity: 1
}

.container-with-video .row {
  justify-content: space-evenly
}

.tz-gallery .row {
  justify-content: space-evenly
}

@media (max-width:1199px) {
  .nav-link {
    font-size: 1.2rem
  }
}

@media (max-width:480px) {
  .melody2 {
    display: none !important
  }

  .tz-gallery .row {
    justify-content: center
  }

  .container-with-video {
    flex-wrap: wrap
  }

  .moreAbout {
    left: 34% !important
  }

  .modal-end-concert {
    display: none;
    position: fixed;
    bottom: 100px !important;
    left: -50px !important;
    z-index: 999999999999999;
    background: #000;
    padding: 25px;
    width: 100%;
    transform: scale(.8)
  }

  .container-with-video {
    width: 75%
  }

  .about-item--welcome_div {
    margin-left: 0 !important
  }

  .row-main-gallery {
    align-items: start !important;
    justify-content: start !important
  }

  .set-height {
    height: auto !important;
    min-height: auto !important
  }

  .set-img {
    display: none
  }

  .add-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999999999999999999
  }
}

@media only screen and (min-device-width:600px) and (max-device-width:1024px) {
  .moreAbout {
    left: 210px !important
  }
}

@media only screen and (min-device-width:600px) and (max-device-width:992px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
  .offer-item {
    width: 49% !important
  }

  .container {
    margin: 0 20px !important
  }

  .container,
  .container-sm {
    max-width: 630px !important
  }
}

@media (max-width:992px) {
  #partners-sponsors-media {
    flex-wrap: wrap
  }

  #partners-sponsors-media .about {
    width: 100%
  }

  .headerNavSimple {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .logoLexus {
    width: 97%
  }

  .leftSide {
    width: 100%
  }

  .newsletterInside {
    width: 100%;
    max-width: 100%
  }

  #translateButtons {
    z-index: 99999999999 !important
  }

  .languageBox {
    width: 33%;
    text-align: center
  }

  .form-check-input[type=checkbox] {
    border-radius: 0;
    width: 25px;
    height: 25px;
    background: #f1f1f1;
    border: 0
  }

  .btnpolicy {
    text-align: center;
    width: 100%
  }

  .form-check-label {
    line-height: 15px
  }

  #newsletter {
    flex-wrap: wrap;
    padding: 10px !important
  }

  #newsletter .leftSide p {
    width: 100% !important
  }

  .offer-item a {
    width: 100%;
    margin-bottom: auto
  }

  .chopin-image {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100vw !important
  }

  .containerArtistHeader {
    text-align: center
  }

  .about-item--welcome_divDescribeFull div {
    width: 100%
  }

  .about-item--welcome_divDescribeFull {
    flex-wrap: wrap
  }

  .about-item--welcome_divDescribe {
    margin: 20px 0
  }

  .describe-chopin {
    padding: 30px 0
  }

  .about-item p {
    text-indent: 0
  }

  .headerauthor h2 {
    width: 100%
  }

  .about-item--welcome_div h3 {
    margin: 0 auto;
    text-align: left;
    padding-right: 10px;
    font-size: 2rem !important
  }

  .baguetteBox-button#close-button {
    bottom: 150px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    top: auto !important
  }

  .tz-gallery {
    padding: 0 !important
  }

  .headerauthor {
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 10px !important
  }

  .item-img-mobile {
    display: block
  }

  .nav-item:first-child .nav-link {
    padding-left: 0 !important
  }

  .about-item,
  .offer-item {
    padding: 0 !important
  }

  .splide_description p {
    font-size: 16px
  }

  .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
  }

  .navbar-brand {
    width: 40px
  }

  .nav {
    bottom: 0 !important;
    top: auto
  }

  .navbar {
    display: flex;
    padding: 0;
    flex-wrap: nowrap
  }

  .splide_description {
    width: 90%
  }

  .splide_description h2 {
    font-size: 2rem
  }

  .sticky-top {
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    width: 100%
  }

  .buttons button:first-child {
    margin-right: 0 !important
  }

  .nav-justified .nav-item,
  .nav-justified>.nav-link {
    flex-basis: 25% !important;
    flex-grow: 1
  }

  .changeNav,
  .gallery a,
  .gallery a img {
    width: 100% !important
  }

  .nav-item {
    display: inline-block
  }

  .navbar-nav .nav-item:nth-child(-n+4) a {
    width: 60%;
    margin: 0 auto
  }

  .arrowNavigation,
  .nav-top-bar,
  header .h1Hide {
    display: none
  }

  header h1 {
    text-align: center
  }

  header p {
    font-size: 1.2rem
  }

  header {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .gallery a img {
    max-height: 400px;
    min-height: 400px !important
  }

  .buttons-header-mobile,
  .buttons-header-mobile-footer {
    display: block !important
  }

  .buttons-header-mobile a button {
    width: 40px !important;
    height: 40px !important
  }

  .buttons-header-mobile-footer a button {
    height: 40px !important
  }

  .navbar-brand {
    text-align: center
  }

  .logo {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 10px !important
  }

  .footer-bottom-text {
    justify-content: center
  }

  .btnpolicy {
    padding: 20px 0
  }

  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #e9ecef !important;
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .nav-link {
    width: 25%;
    flex-wrap: wrap !important;
    flex-basis: content !important
  }

  .btn-send {
    margin: 0 auto !important
  }

  .navbar-light .navbar-toggler {
    right: 0;
    position: relative;
    z-index: 99999;
    top: 10px;
    color: none;
    border: 0 !important
  }

  .navbar-collapse,
  .navbar-nav:before {
    left: 0;
    top: 0;
    width: 100%
  }

  .navbar-collapse {
    z-index: 9999
  }

  .nav-item,
  .navbar-nav {
    position: relative
  }

  .nav-item-offer-mobile {
    display: block
  }

  .navbar-nav {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(229, 226, 217, .95)
  }

  .navbar-nav:before {
    content: ' ';
    display: block;
    height: 100%;
    opacity: .2;
    background-position: 50% 0;
    background-size: cover
  }

  .navbar-nav a {
    font-size: 1.9rem;
    color: #54514a !important
  }

  .navbar li a {
    text-align: left;
    width: max-content !important
  }

  .dropdownFull a img {
    max-width: 200px
  }

  .dropdownFull {
    max-width: 100vw;
    flex-wrap: wrap
  }

  .dropdownFull h3 {
    text-align: center
  }

  .dropdownFull a {
    margin-left: auto !important
  }

  .dropdownFull {
    text-align: center
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none !important
  }

  .navbar-brand {
    padding-left: 15px
  }

  .event-block {
    display: none
  }
}

@media only screen and (max-width:480px) {
  #videoArtist {
    width: 280px;
    height: 200px
  }
}

@media only screen and (max-width:992px) {
  .tz-gallery .row>div {
    justify-content: center
  }

  .Add-to-home-screen {
    left: 30px !important;
    bottom: 80px;
  }

  #navMobile {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
  }

  #navMobile .tabs {
    margin-top: auto;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    background: #000;
    padding-top: 10px;
    width: 100%
  }

  .navbar {
    display: none !important
  }

  .moreAbout {
    display: none !important
  }

  .navbar {
    padding-bottom: 20px
  }

  .desktopimgheader {
    display: none !important
  }

  .mobileimgheader {
    display: block !important
  }

  .messageSend {
    padding: 30px 0;
    color: #fff;
    z-index: 9999999;
    width: 90%
  }

  .logosPartners {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important
  }

  .patronatLogo {
    width: 200px
  }

  .patronatLogo-medium {
    width: 85vw
  }

  .oratorium-image-1,
  .oratorium-image-2 {
    position: relative;
    left: 0;
    object-fit: cover !important;
    width: 380px !important
  }

  .background-header img {
    object-fit: cover;
    padding-bottom: 300px;
    margin-bottom: 300px;
    bottom: -210px;
    left: -10px;
    transform: scale(1.5);
    position: relative
  }

  .glide__slides a {
    margin-bottom: 10px
  }

  .glide,
  .glide__track {
    display: flex;
    justify-content: center
  }

  #logo-welcome-screen::before {
    width: 350px !important;
    height: 350px !important
  }



  #logo-welcome-screen::before {
    top: 52% !important
  }


  .splide__slide {
    position: relative;
    height: 100vh;
    border-bottom: 2px solid #040302
  }

  .splide__slide>img {
    height: 100vh;
    position: absolute;
    object-fit: cover
  }

  .navbar li a {
    font-size: 1.1rem !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .dropdownFull img {
    width: 40%;
    height: fit-content;
    margin: 0 auto !important
  }

  .dropdown-toggle::after {
    transform: rotate(-180deg)
  }

  .arrowchange::after {
    content: "\00d7";
    border: 0
  }

  .opened {
    overflow: visible !important;
    display: block
  }

  .nav-desktop {
    display: none
  }

  .dropdown-desktop a li img {
    width: 120px
  }

  .dropdown-desktop a li {
    text-align: left;
    align-items: start !important
  }

  .dropdown-menu,
  .dropdown-menu-2 {
    -webkit-box-shadow: 0 -22px 58px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 -22px 58px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 -22px 58px 0 rgba(0, 0, 0, 1);
    max-height: 300px;
    min-width: 100vw;
    max-width: 90vw;
    top: -310px !important;
    z-index: 999999999999999999999999999999;
    position: absolute !important;
    left: -170px;
    overflow-y: scroll
  }

  .hasnolanguages .dropdown-menu {
    left: -165px !important
  }

  .dropdown-menu-2 {
    left: -98px !important;
    bottom: -20px !important;
    padding: 5px
  }

  .dropdown-menu {
    left: -188px !important;
    padding: 5px
  }

  footer {
    margin-top: 0
  }

  footer {
    margin-top: 0 !important;
    padding-bottom: 100px;
  }

  .event-block-desktop {
    display: none !important
  }

  .logo {
    transform: none !important
  }

  .navbar-brand {
    width: 70px
  }

  .offer-item img:first-child {
    margin-top: 20px
  }

  .offer-inside>div {
    flex-wrap: wrap
  }

  #offer {
    padding: 0;
    margin-top: 15px !important
  }

  #menu-food {
    margin-top: 10px
  }

  .headerauthor {
    min-height: 30px !important;
    padding: 0 !important;
    width: 100%
  }

  .footer-bottom-text {
    padding-bottom: 130px !important
  }

  .header-bar-text {
    display: none
  }

  .offer-item>div {
    flex-wrap: wrap
  }

  .offer-item {
    width: 100% !important
  }

  .img-about {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
    margin: 20px 0
  }

  .navbar {
    min-height: auto;
    overflow-x: scroll
  }

  .navbar-brand {
    width: 70px;
    height: 50px !important;
    padding-top: 5px !important
  }

  .navbar-brand img {
    max-width: 60px !important;
    max-height: 60px !important
  }

  .event-block-mobile {
    display: none;
    transform: translateY(-500px) !important;
    opacity: 0;
    transition: transform 3s ease, opacity 2s ease !important;
    position: fixed;
    z-index: 999999999;
    right: 5%;
    top: 2%;
    width: 90%;
    background: #040302e0;
    align-items: center;
    justify-content: center
  }

  .event-block-mobile.slide-in {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .event-block-mobile .event-block-inside {
    align-items: center;
    justify-content: center
  }

  .event-block-mobile .event-block-inside .get-project {
    margin-left: 10px
  }

  .event-block-mobile .event-block-inside h2 {
    margin-right: 10px
  }

  .event-block-mobile .event-block-inside h2::after {
    display: none
  }

  .about-item {
    flex-wrap: wrap !important;
    width: 100%;
    padding: 0
  }

  .about-item>div {
    width: 95%;
    max-width: 95vw
  }

  .about-item:last-child div:first-child {
    order: 2
  }

  .about-item:last-child div:last-child {
    order: 1
  }

  .sponsors div {
    flex-wrap: wrap;
    width: 90% !important;
    margin: 0;
    margin-bottom: 10px
  }

  .splide__list li:last-child::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    top: -10%;
    background: #0c0806;
    background: linear-gradient(180deg, rgba(12, 8, 6, 0) 0, rgba(12, 8, 6, 1) 48%, rgba(12, 8, 6, 0) 100%);
    z-index: 1
  }
}

@media only screen and (min-width:600px) {
  .header-bar-text {
    display: none
  }
}

@media only screen and (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    /* max-width: 1140px !important */
  }

  .buttons-footer {
    display: block !important
  }

  .mobile-button {
    display: none !important
  }
}

@media only screen and (max-width:1466px) and (min-width:600px) {
  /* .event-block {
    top: 120px !important
  } */
}

@media only screen and (min-width:1200px) {
  .event-block-loader {
    min-height: 178px
  }

  .event-block {
    min-height: 198.48px
  }

  .splide_description {
    width: 55vw
  }

  .dropdown-desktop hr {
    display: none
  }
}

.splide__pagination__page.is-active {
  background: #f5bf4d
}

.splide__pagination__page {
  background: #f5bf4d !important
}

#newsletter {
  background: #000000b2;
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 0 51px 3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 51px 3px rgba(0, 0, 0, 1);
  box-shadow: 0 0 51px 3px rgba(0, 0, 0, 1)
}

#newsletter::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite;
  opacity: .05;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

.newsletterInside {
  position: relative;
  z-index: 9999;
  margin: 0 auto
}

.headerOpinion {
  position: relative;
  overflow: hidden
}

.headerOpinion::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite;
  opacity: .1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

.rating {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px
}

.rating__star {
  cursor: pointer;
  color: #ffd373;
  transform: scale(1.8);
  margin: 5px
}

.goUpButton {
  position: fixed;
  top: 40px;
  left: 0;
  width: 90vw;
  left: 50%;
  transform: translateX(-50%)
}

.image-zoom {
  overflow: hidden
}

.image-zoom img {
  transition: transform .5s ease
}

.image-zoom :hover img {
  transform: scale(1.5)
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

.spinner {
  border: 4px solid rgba(0, 0, 0, .1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media only screen and (max-width:600px) {
  .first-item-offer {
    margin-right: 0 !important
  }

  .gold-header {
    position: static !important
  }

  .offer-inside img {
    margin: 0 auto
  }

  .artist-banquete {
    width: 100% !important
  }
}

.containerArtistHeader p {
  min-height: fit-content
}

.headerauthor {
  display: block !important
}

video {
  clip-path: inset(1px 1px)
}

video:focus {
  outline: 0
}

.video-mainpage {
  overflow: hidden
}

.video-mainpage video {
  display: block;
  width: 100%;
  transform: scale(1.01)
}

.locationEvent {
  text-align: left;
  font-family: 'Playfair Display', serif !important
}

.artist-bio {
  font-family: 'Playfair Display', serif !important
}

.ob-fit {
  object-fit: cover !important
}

#logo-welcome-screen::before {
  content: "";
  background: transparent;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  top: 42%;
  right: 50%;
  transform: translate(50%, -50%)
}

.desktopimgheader {
  display: block
}

.mobileimgheader {
  display: none
}

#menu-food-ge {
  display: none
}

#menu-food-en {
  display: none
}

#menu-food {
  display: block
}

.logo-circle img {
  width: 50px !important;
  height: 50px !important;
}

@view-transition {
  navigation: auto;
}