@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Bricolage+Grotesque:var(--display-display-3-font-weight),var(--lists-links-body-list-normal-font-weight),var(--single-single-regular-font-weight),700,var(--single-single-large-font-weight),var(--headings-heading-2-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0px;
  height: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
  color: inherit;
}

a.text-link {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color 0.75s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1);
}
a.text-link:before {
  /* content: '';
  display: block; */
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  transition: width 0s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1), background 0.75s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1);
}
a.text-link:after {
  /* content: '';
  display: block; */
  position: absolute;
  right: 0;
  bottom: -6px;
  height: 3px;
  width: 0;
  background: var(--strawberry-ice-cream);
  transition: width 0.75s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1);
}
a.text-link:hover:before {
  width: 100%;
  background: var(--strawberry-ice-cream);
  transition: width 0.75s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1);
}
a.text-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s linear(0, 0.115 2.2%, 0.877 9.4%, 1.016 11.9%, 1.081 14.7%, 1.088 16%, 1.084 17.5%, 1.013 25.3%, 0.993 30.8%, 1.001 46.8%, 1);
}

body {
    font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: var(--raisin-black);
    background-color: var(--yellow-star);
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  display: none;
}

/* Text Styles */

h1, h2, h3, h4 {
    line-height: 130%;
}


h1 { font-size: var(--heading-1); font-weight: 700; letter-spacing: -0.06rem;}
h2 { font-size: var(--heading-2); font-weight: 700; letter-spacing: -0.05rem;}
h3 { font-size: var(--heading-3); font-weight: 700; letter-spacing: -0.04rem;}
h4 { font-size: var(--heading-4); font-weight: 700; letter-spacing: -0.035rem;}
.display-1 { font-size: var(--display-1); line-height: 140%; font-weight: 700; }
.display-2 { font-size: var(--display-2); line-height: 140%; font-weight: 700; }
.display-3 { font-size: var(--display-3); line-height: 140%; font-weight: 700; }
.single-large { font-size: var(--single-large); line-height: 100%; font-weight: 700; }
.single-regular { font-size: var(--single-regular); line-height: 100%; font-weight: 700; }
.body-large { font-size: var(--body-large); line-height: 170%;  font-weight: 700; }
.body-regular { font-size: var(--body-regular); line-height: 170%; font-weight: 500; }
.body-small { font-size: var(--body-small); line-height: 170%; font-weight: 500; }
.body-list-large { font-size: var(--body-list-large); line-height: 150%; font-weight: 500; }
.body-list-normal { font-size: var(--body-list-normal); line-height: 150%; font-weight: 500; }

h1::before {content: ""; margin-bottom: -0.28em; display: table;}
h1::after { content: ""; margin-top: -0.28em; display: table;}
h2::before {content: ""; margin-bottom: -0.28em; display: table;}
h2::after { content: ""; margin-top: -0.28em; display: table;}
h3::before {content: ""; margin-bottom: -0.28em; display: table;}
h3::after { content: ""; margin-top: -0.28em; display: table;}
h4::before {content: ""; margin-bottom: -0.28em; display: table;}
h4::after { content: ""; margin-top: -0.28em; display: table;}
.display-1::before {content: ""; margin-bottom: -0.34em; display: table;}
.display-1::after { content: ""; margin-top: -0.34em; display: table;}
.display-2::before {content: ""; margin-bottom: -0.34em; display: table;}
.display-2::after { content: ""; margin-top: -0.34em; display: table;}
.display-3::before {content: ""; margin-bottom: -0.34em; display: table;}
.display-3::after { content: ""; margin-top: -0.34em; display: table;}
.single-large::before {content: ""; margin-bottom: -0.33em; display: table;}
.single-large::after { content: ""; margin-top: -0.33em; display: table;}
.single-regular::before {content: ""; margin-bottom: -0.16em; display: table;}
.single-regular::after { content: ""; margin-top: -0.16em; display: table;}
.body-large:before {content: ""; margin-bottom: -0.34em; display: table;}
.body-large::after { content: ""; margin-top: -0.34em; display: table;}
.body-regular:before {content: ""; margin-bottom: -0.34em; display: table;}
.body-regular::after { content: ""; margin-top: -0.34em; display: table;}
.body-small:before {content: ""; margin-bottom: -0.34em; display: table;}
.body-small::after { content: ""; margin-top: -0.34em; display: table;}
.body-list-large:before {content: ""; margin-bottom: -0.34em; display: table;}
.body-list-large::after { content: ""; margin-top: -0.34em; display: table;}
.body-list-normal:before {content: ""; margin-bottom: -0.34em; display: table;}
.body-list-normal::after { content: ""; margin-top: -0.34em; display: table;}


.button {
    color: var(--Blueberry-Ice-Cream, #41286D);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    padding: var(--gap-28) var(--gap-40);
    background-color: var(--yellow-star);
    border-radius: 3.125rem;
    overflow: hidden;
    font-size: var(--single-large); 
    line-height: 100%;
    font-weight: 700; 
    cursor: pointer;
    transition: all 0.7s linear(0, 0.011 0.7%, 0.042 1.4%, 0.176 3%, 0.357 4.5%, 0.888 8.4%, 1.127 10.6%, 1.214 11.7%, 1.273 12.7%, 1.313 13.7%, 1.335 14.8%, 1.333 16.2%, 1.302 17.7%, 1.24 19.4%, 1.051 23.5%, 0.974 25.5%, 0.913 27.8%, 0.887 30.1%, 0.887 31.5%, 0.898 33.1%, 1.009 40.9%, 1.029 43.1%, 1.038 45.4%, 1.035 48.5%, 0.998 56.2%, 0.987 60.6%, 1.004 75.7%, 1);
    white-space: nowrap;
    display: table;

}

.button:hover,
.button:focus {
    background-color: #ffff56;
    -webkit-transform: rotate(-1deg) scale(1.1);
    transform: rotate(-1deg) scale(1.1);
}

.shadow{
    -webkit-filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.15));
}

.visible {display: none !important;}

.content.fluid {
    max-width: 100%;
}

.content.grid {
    /* max-width: 1520px; */
    max-width: 1440px;
}

.merch-CTA, .koncerti-section {
    display: flex;
    justify-content: center;
}

.social-icons {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.social-icons img {
  width: clamp(2rem, 1rem + 1.25vw, 2.75rem);
  height: clamp(2rem, 1rem + 1.25vw, 2.75rem);
}

.social-icons a {
  line-height: 80%;
  transition: all 0.75s linear(0, 0.011 0.7%, 0.042 1.4%, 0.176 3%, 0.357 4.5%, 0.888 8.4%, 1.127 10.6%, 1.214 11.7%, 1.273 12.7%, 1.313 13.7%, 1.335 14.8%, 1.333 16.2%, 1.302 17.7%, 1.24 19.4%, 1.051 23.5%, 0.974 25.5%, 0.913 27.8%, 0.887 30.1%, 0.887 31.5%, 0.898 33.1%, 1.009 40.9%, 1.029 43.1%, 1.038 45.4%, 1.035 48.5%, 0.998 56.2%, 0.987 60.6%, 1.004 75.7%, 1);
}

.social-icons a:hover,
.social-icons a:focus {
    -webkit-transform: rotate(-5deg) scale(1.3);
    transform: rotate(-5deg) scale(1.3);
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 600;
}


#preloader{
  /* opacity: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: var(--yellow-star);
  /* transition: opacity 0.6s cubic-bezier(0.36, 0, 0.64, 1); */
}

#preloader.loaded {
  animation: fade-out 0.6s cubic-bezier(0.36, 0, 0.64, 1) forwards;
  animation-fill-mode: forwards;
}

@keyframes move-top {
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

@keyframes fade-out {
  0% {
    z-index: 99;
    opacity: 1;
  }
  99% {
    z-index: 99;
    opacity: 0;
  }
  100% {
    z-index:-1;
    opacity: 0;
  }
}


@media (max-width: 820px) {
  .hidden-tablet {display:none !important;}
  .shadow {filter: none;}
}

@media (max-width: 480px) {
  .hidden-mobile {display:none !important;}
  .visible.mobile {display:initial !important;}
}