.site-logo {
  max-width: 116px;
  margin-right: 50px;
}
.site-header {
  padding-top: 22px;
  position: fixed;
  z-index: 99;
  transition: 0.3s;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 24px;
}
.site-header a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.3s;
  color: white;
}
.main-navigation > div > ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header.white-bg a {
  color: #2d2d2d;
  transition: 0.3s;
}
.site-header.white-bg {
  background: white;
  transition: 0.3s;
}
.site-header.white-bg .header-button__right {
  border-color: var(--main-red);
  transition: 0.3s;
}
.site-header.white-bg .header-button__right svg path {
  fill: var(--main-red);
  transition: 0.3s;
}
.site-header.white-bg .classic__button path {
  fill: var(--main-red);
  transition: 0.3;
}
.site-header svg path {
  transition: 0.3s;
}
.site-header.white-bg svg path {
  fill: var(--main-red);
  transition: 0.3s;
}
.site-header .header-button__right:hover {
  transition: 0.3s;
  background: white;
  color: #2d2d2d;
}
.site-header .header-button__right:hover path {
  fill: var(--main-red);
  transition: 0.3s;
}
.site-header.white-bg .header-button__right:hover {
  background: var(--main-red);
  color: white;
}
.site-header.white-bg .header-button__right:hover path {
  fill: white;
}

.site-header.double-scrolled.scrolled {
  transform: translateY(-130px);
  transition: 0.3s ease;
}

/* megamenu */
/* ---------- BACKDROP ---------- */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 90;
}

/* kada je mega menu aktivan */
.mega-menu[data-active="true"] .backdrop {
  opacity: 1;
  visibility: visible;
}
.header-mega-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 75px;
  padding-left: 75px;
}

/* ---------- MEGA MENU ---------- */
.mega-menu {
  position: fixed;
  background: var(--main-red);
  width: 100%;
  z-index: 100;
  top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: translateY(-100%);
  transition: 0.3s;
}
.mega-menu.open-menu {
  transform: translateY(0);
}
.mega-menu[data-active="true"] {
  display: block;
}
.header-right .header-button__right {
  transition: 0.3s;
}
.header-right .header-button__right:hover {
  background-color: #fff;
  color: var(--main-red);
}
.header-right .header-button__right:hover path {
  fill: var(--main-red);
  transition: 0.3s;
}
/* ---------- LEVA STRANA ---------- */
.mega-menu-left {
  width: 100%;
  max-width: 340px;
  padding-left: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.mega-menu-left ul.mega-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: clamp(20px, 2.083vw, 40px);
}

.mega-menu-left ul.mega-menu-links li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  padding-bottom: 13px;
}
.mega-menu-left ul.mega-menu-links li a,
.mega-menu-right__about a,
#mobile-menu li a {
  color: #ffffff71;
  font-size: 40px;
  font-weight: 700;
  line-height: 43.2px;
  text-transform: uppercase;
  display: flex;
  gap: 3px;
  transition: 0.3s;
}
.mega-menu-left ul.mega-menu-links li a.is-active,
.mega-menu-left ul.mega-menu-links li a.is-active span {
  color: #fff;
}
.mega-menu-left ul.mega-menu-links li svg path {
  transition: 0.3s;
}
.mega-menu-left ul.mega-menu-links li a.is-active ~ svg path {
  stroke: #fff;
  stroke-opacity: 1;
  /* transition: 0.3s; */
}
.mega-menu-left ul.mega-menu-links li a span {
  color: #ffffff71;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  margin-top: 7px;
}

.mega-menu-left ul.mega-menu-links li:hover,
.mega-menu-left ul.mega-menu-links li.is-active {
  /* background: #f5f5f5; */
}

/* ---------- DESNA STRANA ---------- */
.mega-menu-right {
  width: 100%;
  padding-left: 40px;
  padding-right: 75px;
}
.mega-menu-right .mega-panel {
  display: none;
}
.mega-menu-right .mega-panel.is-active {
  display: block;
}

.predstave-wrapper-mega-menu {
  display: flex;
  gap: 10px;
}
.predstave-wrapper-mega-menu .predstava-title {
  font-size: 26px;
}
.predstave-wrapper-mega-menu .predstava-excerpt {
  font-size: 16px;
}
.predstave-wrapper-mega-menu .predstava-meta__left,
.predstave-wrapper-mega-menu .predstava-scene {
  font-size: 14px;
}
.predstave-wrapper-mega-menu .predstava-meta__right a {
  padding: 7px 19px;
}
.predstave-wrapper-mega-menu .predstava-content {
  left: 20px;
  right: 15px;
}
.predstave-wrapper-mega-menu .predstava-seats {
  top: 20px;
}

.predstave-wrapper-mega-menu > .predstava-item {
  flex: 1;
}
.predstave-wrapper-mega-menu > .predstava-item .predstava-thumb img {
  height: 424px;
  object-fit: cover;
}
.mega-repertoar-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
}
.mega-repertoar-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 7px 19px;
  transition: 0.3s;
}
.mega-repertoar-link:hover {
  color: var(--main-red);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #fff;
}
.mega-menu-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 75px;
  padding-right: 75px;
}
.mega-menu__info__box span {
  font-size: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12.396px;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
  margin-bottom: 5px;
}
.mega-menu__info__box a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  max-width: 195px;
  display: block;
}
.mega-menu-right__about {
  display: flex;
  gap: 40px;
}

.mega-menu-right__about__col {
  flex: 1;
}

.mega-menu-right__about p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "DIN Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 13px;
  padding-bottom: 17px;
}
.mega-menu-right__about a {
  color: #fff;
}
.mega-menu-links.mobile {
  display: none;
}
@media only screen and (max-width: 1760px) {
  .predstave-wrapper-mega-menu .predstava-item:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .header-mega-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mega-menu-left {
    padding-left: 15px;
    max-width: 300px;
  }
  .mega-menu-right,
  .mega-menu-bottom {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .predstave-wrapper-mega-menu .predstava-item:nth-child(3) {
    display: none;
  }
  .mega-menu-right__about a {
    font-size: 28px;
  }
  .mega-menu-right__about p {
    padding-top: 3px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-logo {
    max-width: 85px;
  }
  .site-logo svg {
    height: 48px;
  }
  .site-header {
    padding-top: 20px;
    padding-bottom: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .main-navigation,
  .mega-menu .nav-menu-desktop {
    display: none;
  }
  .mega-menu-links.mobile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobile-menu {
    padding-top: 23px;
    counter-reset: menu-counter;
  }
  #mobile-menu > .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #mobile-menu li {
    padding-bottom: 5px;
  }

  #mobile-menu li a {
    color: #fff;
  }
  #mobile-menu > li {
    counter-increment: menu-counter;
  }
  #mobile-menu > li a {
    position: relative;
    width: max-content;
  }
  #mobile-menu > li a:before {
    position: absolute;
    content: counter(menu-counter, decimal-leading-zero);
    right: -13px;
    top: 0;
    font-size: 10px;
    line-height: 2;
  }
  #mobile-menu .sub-menu {
    display: none;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #mobile-menu .sub-menu a {
    font-size: 32px;
  }
  #mobile-menu .sub-menu a::before {
    display: none;
  }
  #mobile-menu .menu-arrow {
    display: flex;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    margin-left: 15px;
  }

  #mobile-menu .menu-arrow svg {
    transition: transform 0.3s ease;
    transform: rotate(360deg);
    transform-origin: center;
  }

  #mobile-menu .menu-arrow.active svg {
    transform: rotate(180deg);
  }
  #mobile-menu .menu-arrow svg path {
    stroke: #fff;
    stroke-opacity: 1;
  }
  .header-mega-menu .header-button__right {
    display: none;
  }
  .mega-menu-wrapper .mega-menu-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .mega-bootom__info.gap-30 {
    gap: 18px;
  }
  .mega-menu__info__box a {
    font-size: 14px;
    max-width: 174px;
  }
}
@media only screen and (max-width: 567px) {
  #mobile-menu > .menu-item-has-children {
    justify-content: space-between;
  }
  #mobile-menu .menu-arrow {
    align-items: flex-start;
  }
  .mega-menu {
    height: 100vh;
    overflow-y: auto;
  }
  .mega-menu-bottom .social-icons a {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .mega-menu__info__box a {
    max-width: 141px;
  }
  #mobile-menu li {
    display: flex;
    flex-wrap: wrap;
  }
  .site-logo {
    margin-right: 25px;
  }
}
#wpadminbar {
  /* display: none; */
}
