/*
Theme Name: Kontener Debki
*/

/* ===================== CZCIONKI ===================== */
@font-face {
  font-family: 'TAN-NIMBUS';
  src: url('fonts/Web/TAN-NIMBUS.woff2') format('woff2'),
       url('fonts/Web/TAN-NIMBUS.woff') format('woff'),
       url('fonts/Web/TAN-NIMBUS.ttf') format('truetype'),
       url('fonts/TAN-NIMBUS.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TAN-MERINGUE';
  src: url('fonts/TAN MERINGUE.woff2') format('woff2'),
       url('fonts/TAN MERINGUE.ttf') format('truetype'),
       url('fonts/TAN MERINGUE.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===================== GLOBAL ===================== */
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  background-color:#ffde9f
}

.wow {
  visibility: hidden;
}

.navbar.bg-light.scrolled {
  background: #fff !important;
}

.scrolled .nav-logo {
  max-width: 110px;
}

/* ===================== SEKCJA HERO ===================== */
.hero-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* --- PASEK TICKER --- */
.ticker-bar {
  flex-shrink: 0;
  background-color: #f8580e;
  height: auto;
  padding:0px;

}

.ticker-label {
  padding: 20px 28px 13px;
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height:24px;
  color: #FDAAAA;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid #FFDE9F;
  flex-shrink: 0;


}

.copy-mobile {
  display:none
}

.ticker-wrapper {
  position: relative;
  padding-top:20px
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
  width: max-content;
}

.ticker-set {
  display: flex;
  align-items: center;
}

.ticker-item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
}

.ticker-name {
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #FFDE9F;
  text-transform: uppercase;
  line-height: 25px;
}

.ticker-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size:14px;
  color: #FFDE9F;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 0px;
}

.ticker-sep {
  width: 1px;
  height: 46px;
  background: #FFDE9F;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- HERO BG --- */
.hero-bg {
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* Ciemny gradient dla czytelności tekstu */
/*.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,  rgba(10, 6, 2, 0.72) 0%, transparent 55%),
    linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, transparent 35%);
  pointer-events: none;
}

/* --- LOGO --- */
.hero-logo {
  position: absolute;
  top: 48px;
  left: 96px;
  z-index: 10;
}

.hero-logo img {
  height: 68px;
  width: auto;
}

/* --- HAMBURGER --- */
.hero-hamburger {
  position: absolute;
  top: 40px;
  right: 48px;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plamka-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hamburger-icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: auto;
}

.hero-hamburger--sticky {
  position: fixed !important;
  top: 40px;
  right: 48px;
  z-index: 9999;
}

.hero-hamburger--hidden {
  display: none !important;
}

/* --- TREŚĆ LATO 26 --- */
.hero-content-bl {
  position: absolute;
  bottom: 50px;
  left: 90px;
  z-index: 10;
  max-width: 720px;
}

.hero-content-imprezy {
  max-width: 1080px;
}

.hero-title-up {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 77px;
  line-height: 77px;
  color: #FFDE9F;
  margin-bottom: 8px;
}

#galeria-imprezy {
    padding-top:120px;
    padding-bottom:80px
}

.hero-title {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 112px;
  line-height: 118px;
  color: #FFDE9F;
  margin: 0 0 20px;
}

.hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFDE9F;
  line-height:22px;
  margin: 0;
}

/* --- PIONOWY NAPIS --- */
.hero-vertical-text {
  position: absolute;
  bottom: 44px;
  right: 60px;
  z-index: 10;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFDE9F;
}

/* ===================== RESPONSYWNOŚĆ ===================== */
@media only screen and (max-width: 768px) {
  .ticker-label {
font-size: 11px;
        padding:10px 14px 6px;
        letter-spacing: 0px;
        line-height: 17px;
  }

  .ticker-item {
    padding: 0 20px;
  }

  .ticker-name {
    font-size: 10px;
    line-height:15px
  }

  .hero-logo img {
    height: 50px;
  }

  .hero-hamburger {
    width: 58px;
    height: 58px;
  }




}

@media only screen and (max-width: 998px) {

}

/* ===================== SEKCJA O NAS ===================== */
.about-section {
  position: relative;
  background-color: #ffde9f;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 120px;
  padding-bottom: 120px;
  clip-path: inset(0 -200vw -200vh -200vw);
}

/* --- GWIAZDKI DEKORACYJNE --- */
.about-star {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.about-star--tl {
  top: -600px;
  left: -40px;
  width: 600px;
}

.about-star--br {
width: 55%; bottom: -70%; right: -12%; 
  transform-origin: bottom right;
  z-index:99
}

.about-star img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- KOLUMNA LEWA --- */
.about-col-left {
  position: relative;
  min-height: 500px;
  padding-left: 30px;
}

.about-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 9;
  position:relative
}

/* --- KOLUMNA PRAWA --- */
.about-col-right {
  padding: 56px 60px 56px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-beachbar-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.about-desc1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #543829;
  line-height: 22px;
  margin-bottom: 60px;
  max-width: 540px;
}

.menu-bb {
  width:100%;
  position:relative
}

#menu-bb-bg {
  position: relative;
  z-index: 100;
}

/* --- DOLNY RZĄD --- */
.about-bottom-row {
  margin-top: 0;
}

/* --- ZDJĘCIE IMG2 + KÓŁKO --- */
.about-img2-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.about-img2 {
  width: 100%;
  max-width: 400px;
  height: 470px;
  object-fit: cover;
  display: block;
}

/* Kręcący się napis */
.about-circle-text {
  position: absolute;
  bottom: -57px;
  right: -57px;
  width: 143px;
  height: 143px;
  animation: spin-circle 14s linear infinite;
}

.about-circle-text svg {
  width: 100%;
  height: 100%;
}

.about-circle-text text {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-size: 8.5px;
  font-weight: 400;
  fill: #F8580E;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes spin-circle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* --- TEKST + ROK --- */
.about-year-col {
  padding-left: 36px;
}

.about-desc2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #543829;
  line-height: 22px;
  text-align: right;
  margin-bottom: 42px;
}

.about-since {
  text-align: right;
}

.about-since-label {
  display: block;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #F8580E;
  letter-spacing: 0.05em;
  line-height: 38px;
}

.about-since-year {
  display: block;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  color: #F8580E;
  line-height: 52px;
}

/* --- RESPONSYWNOŚĆ ABOUT --- */
@media only screen and (max-width: 991px) {
  .about-col-left {
    min-height: 340px;
  }

  .about-col-right {
    padding: 40px 28px;
  }

  .about-star--tl { width: 400px; top: -300px; left: -20px; }
  .about-star--br { width: 45%; bottom: -50%; right: -50%; }
}

@media only screen and (max-width: 767px) {
  .about-img2 {
    max-width: 100%;
    height: 260px;
  }

  .about-year-col {
    padding-left: 0;
    padding-top: 60px;
  }

  .about-desc2 {
    text-align: left;
  }

  .about-since {
    text-align: left;
  }

  .about-circle-text {
    bottom: -47px;
    right: -26px;
    width: 117px;
    height: 117px;
  }
}

/* ===================== SEKCJA WYDARZENIA ===================== */
.events-section {
  background-color: #ffde9f;
  padding: 0px 0 100px;
}

.events-grid {
  align-items: flex-start;
}

/* --- KOLUMNA MIESIĄCA --- */
.events-month-col {
  padding: 0 40px;
  border-right: 0px;
}

.events-month-col:last-child {
  border-right: none;
}

/* --- NAGŁÓWEK MIESIĄCA --- */
.events-month-title {
    position: relative;
    display: block;
    align-items: center;
    margin-bottom: 25px;
    max-width: 220px;
}

.events-month-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
}

.events-month-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.events-subtitle {
  padding-top:0px;
  padding-bottom:50px;
}

.events-subtitle-text {
    font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height:38px;
  letter-spacing: 0px;
  color: #F8580E;
  text-align:center;
  display:inline-block;
  max-width:800px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 62px 36px 42px;
  border-radius: 72% 28% 64% 36% / 36% 68% 32% 64%;
}

.events-month-text {
  position: relative;
  z-index: 1;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px;
  color: #FFDE9F;
  text-transform: uppercase;
  padding: 36px 30px 26px 30px;
  white-space: nowrap;
  display:block;
  text-align:center
}

/* --- LISTA WYDARZEŃ --- */
.events-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events-item {
  margin-bottom: 12px;
}

.events-item:last-child {
  margin-bottom: 0;
}

/* Nazwa wydarzenia – pomarańczowa (domyślna) */
.events-name {
  display: block;
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height:24px;
  color: #FF6C6E;
  margin-bottom: 0px;
  z-index: 99;
    position: relative;
}

/* Wyróżnione wydarzenie – niebieska nazwa */
.events-item--featured .events-name {
  color: #2A3A91;
}

/* --- DATA Z MAZAJEM --- */
.events-date-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top:-14px;
  margin-left:-15px
}

.events-date-bg {
  display: block;
  height: 50px;
  width: auto;
}

.events-date-text {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2A3A91;
  white-space: nowrap;
}

/* --- RESPONSYWNOŚĆ EVENTS --- */
@media only screen and (max-width: 991px) {
    .events-month-col {
        border-right: none;
        padding: 0px 20px;
        text-align: center;
    }

  .events-month-col:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 575px) {
  .events-month-text {
    font-size: 1.4rem;
  }

  .events-name {
    font-size: 0.95rem;
  }
}

/* ===================== SEKCJA WESELA ===================== */
.wesela-section {
  background-color: #ffde9f;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wesela-col-left {
  display: flex;
  flex-direction: column;
  padding-left:80px
}

.wesela-img-wrap {
  flex: 1;
  min-height: 400px;
}

.wesela-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wesela-caption {
  padding: 12px 0px 0;
}

.wesela-caption-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #2A3A91;
  text-transform: uppercase;
}

.wesela-col-right {
  padding-left: 110px;
  padding-bottom:26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wesela-title {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 79px;
  color: #F8580E;
  margin-bottom: 36px;
}

.wesela-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #543829;
  line-height: 21px;
  margin: 0;
  max-width: 560px;
}

/* ===================== SEKCJA ACCORDION IMPREZY ===================== */

.imprezy-acc-section .row {
  max-height: 100vh;
}

.imprezy-acc-img-col {
  overflow: hidden;
}

.imprezy-acc-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.imprezy-acc-panels {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100vh;
}

.iacc-panel {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.iacc-panel.iacc-open {
  flex: 1;
}

.iacc-blue   { background-color: #02167f; }
.iacc-cream  { background-color: #ffde9f; }
.iacc-orange { background-color: #f8580e; }
.iacc-pink   { background-color: #ffcfd6; }

.iacc-header {
  display: flex;
  align-items: center;
  gap: 36px;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 44px 48px 28px;
  text-align: left;
}

.iacc-arrow {
  width: 12px;
  height: auto;
  flex-shrink: 0;
}

.iacc-title {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
  max-width:800px
}

.iacc-blue   .iacc-title { color: #FDAAAA; }
.iacc-cream  .iacc-title { color: #2A3A91; }
.iacc-orange .iacc-title { color: #FFDE9F; }
.iacc-pink   .iacc-title { color: #2A3A91; }

.iacc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
}

.iacc-open .iacc-body {
  max-height: 400px;
}

.iacc-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.65;
  padding: 0 48px 36px 100px;
  margin: 0;
}

.iacc-blue   .iacc-desc { color: #EFE4DE; }
.iacc-cream  .iacc-desc { color: #543829; }
.iacc-orange .iacc-desc { color: #EFE4DE; }
.iacc-pink   .iacc-desc { color: #2A3A91; }

/* ===================== SEKCJA CTA IMPREZY ===================== */

.imprezy-cta-section {
  background-color: #FFE7B8;
  padding: 120px 0px 60px;
  overflow: visible;
}

.imprezy-cta-text {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 62px;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 60px;
}

.imprezy-cta-orange {
  color: #F8580E;
}

.imprezy-cta-dlugo {
  position: relative;
  display: inline-block;
}

.imprezy-cta-ludzik {
  position: absolute;
right: -25px;
    bottom: 50%;
    width: 116px;
  height: auto;
  pointer-events: none;
}

.imprezy-cta-arrow {
  display: flex;
  justify-content: center;
}

.imprezy-cta-arrow img {
  width: 26px;
  height: auto;
}

/* ===================== SEKCJA IMPREZY OKOLICZNOŚCIOWE ===================== */
.okolicz-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Tło parallax – tak jak hero-bg, obraz renderowany przez parallax.js w body */
.okolicz-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Overlay 60% czarny */
.okolicz-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.60);
}

/* Treść */
.okolicz-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.okolicz-title {

}

.okolicz-title--cream {
  display: block;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 120px;
  line-height:126px;
  color: #FFDE9F;
}

.okolicz-title--pink {
  display: block;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 106px;
  color: #FDAAAA;
}

.okolicz-subtitle {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFDE9F;
  line-height: 30px;
  margin: 35px 0 35px;
}

/* Przycisk */
.okolicz-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 240px;
  height: 52px;
    transition:.3s
}

.okolicz-btn-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.okolicz-btn-text {
  position: relative;
  z-index: 1;
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1a1008;
  transition:.3s
}

.okolicz-btn:hover .okolicz-btn-bg {
  filter: brightness(0.9);
}

/* --- RESPONSYWNOŚĆ OKOLICZ --- */
@media only screen and (max-width: 768px) {
  .okolicz-subtitle br {
    display: none;
  }
}

/* ===================== STOPKA ===================== */
.site-footer {
  display: flex;
  flex-direction: column;
}

.site-footer > .row {
  flex: 1;
}

/* --- LEWA KOLUMNA --- */
.footer-left {
  background-color: #F8580E;
  padding: 0;
}

.footer-left-inner {
  flex: 1;
  padding: 130px 80px 90px;
}

.footer-contact-title {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 52px;
  line-height: 52px;
  color: #ffc78f;
  text-transform: uppercase;
  margin-bottom:60px;
}

.footer-contact-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #FFDE9F;
  line-height: 24px;
  margin: 0 0 48px;
  max-width: 620px;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-list li {
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 23px;
  letter-spacing:0px;
  text-transform: uppercase;
  color: #FFDE9F;
  margin-bottom: 10px;
  line-height: 35px;
}

.footer-contact-list a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom-left {
  padding: 24px 80px 50px;
}

.footer-copy {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFDE9F;
}

/* --- PRAWA KOLUMNA --- */
.footer-right {
  background-color: #ffde9f;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.footer-star-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-20%, -20%);
  width: 130%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.footer-right-inner {
  flex: 1;
  padding: 80px 150px 90px;
  position: relative;
  z-index: 1;
}

.footer-hours-title {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-bottom: 44px;
}

.footer-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width:400px
}

.footer-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
}

.footer-hours-list li:first-child {

}

.footer-day {
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  color: #F8580E;
}

.footer-hours {
  font-family: 'TAN-NIMBUS', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #F8580E;
}

.footer-bottom-right {
  padding: 24px 148px 50px;
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.footer-social {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #F8580E;
  text-decoration: none;
}

.footer-social:hover {
  text-decoration: none;
  text-underline-offset: 4px;
  color: #ff3e00;
}

/* --- RESPONSYWNOŚĆ FOOTER --- */
@media only screen and (max-width: 991px) {
  .site-footer > .row {
    min-height: unset;
  }

  .footer-left-inner,
  .footer-right-inner {
    padding: 56px 36px 32px;
  }

  .footer-bottom-left,
  .footer-bottom-right {
    padding: 20px 36px;
  }

  .footer-star-bg {
    width: 130%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-contact-title {
    font-size: 2.4rem;
  }

  .footer-contact-list li {
    font-size: 1rem;
  }

  .footer-bottom-right {
    gap: 28px;
  }
}

/* ===================== MENU FULLSCREEN OVERLAY ===================== */
.nav-overlay {
  position: fixed;
  inset: 0;
  background-color: #F8580E;
  z-index: 8000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  overflow: hidden;
}

.nav-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.nav-overlay.is-open .ticker-bar {
  border-bottom: 1px solid #FFDE9F;
}

.nav-overlay__close {
  position: absolute;
  top: 120px;
  right: 48px;
  width: 72px;
  height: 72px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}

.nav-overlay__close:hover {
  opacity: 0.85;
}

.nav-overlay__nav {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 72px;
}

.nav-overlay__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-overlay__nav li {
  margin-bottom: 4px;
}

.nav-overlay__nav a {
  font-family: 'TAN-MERINGUE', sans-serif;
  font-size: 52px;
  color: #FDAAAA;
  text-decoration: none;
  line-height: 1.55;
  display: block;
  transition: opacity 0.2s;
}

.nav-overlay__nav a:hover {
  opacity: 0.65;
}

.nav-overlay__social {
  padding: 24px 72px 44px;
  display: flex;
  gap: 36px;
}

.nav-overlay__social a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 222, 159, 0.7);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-overlay__social a:hover {
  color: #FFDE9F;
}

@media (max-width: 1600px) {

.iacc-title {
    font-size: 30px;
    line-height: 40px;
}

}

@media (max-width: 1400px) {

.imprezy-cta-section {
    padding-top:100px
}

.imprezy-cta-text {
    font-size: 57px;
}

.imprezy-acc-section .row {
    max-height: 100vh;
}

.imprezy-acc-panels {
    max-height: 100vh;
}

.iacc-header {
    padding: 34px 48px 18px;
}

.imprezy-acc-panels {
    max-height: 100vh;
}

.wesela-title {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 25px;
}

  .nav-overlay__nav a {
    font-size: 45px;
    line-height: 1.5;
}

.wesela-col-right {
  padding-left: 80px;
  padding-bottom:26px;
}

.about-section {
    padding-bottom: 100px;
}

.about-star--br {

    bottom: -52%;
}

.okolicz-title--cream {
    font-size: 100px;
    line-height: 106px;

}

.okolicz-title--pink {
    font-size: 80px;
    line-height: 86px;
}

.footer-star-bg {
    width: 150%;
}

.footer-contact-title {

    font-size: 45px;
    line-height: 45px;
}

.wesela-col-right {
padding-left:60px
}

}


@media (max-width: 1300px) {

    .nav-overlay__nav a {
    font-size: 40px;
    line-height: 1.4;
}

.imprezy-cta-ludzik {
    width: 90px;
}


.imprezy-cta-text {
    font-size: 48px;
      margin: 0 0 20px;
}

.imprezy-cta-arrow img {
    width: 18px;
    height: auto;
}

.iacc-header {
    padding: 32px 40px 16px;
}

    .iacc-title {
        font-size: 24px;
        line-height: 33px;
    }

    .iacc-desc {
    padding: 0 40px 36px 89px;
}

.wesela-col-right {
padding-left:50px
}

.wesela-col-left {
  padding-left:40px
}

.footer-left-inner {
    flex: 1;
    padding: 114px 50px 90px;
}

.about-section {
    padding-bottom: 90px;
}

.footer-bottom-left {
    padding: 24px 50px 50px;
}

.hero-title-up {
  font-size: 57px;
  line-height: 57px;
  margin-bottom: 8px;
}

.hero-title {
    font-size: 100px;
    line-height: 100px;
}

.hero-logo {
    left: 56px;
}

.hero-content-bl {
    left: 50px;
}

.hero-vertical-text {
    font-size: 18px;
}

.about-desc1 {
    font-size: 15px;
}

.about-desc2 {
    font-size: 15px;
}

.about-col-right {
    padding: 30px 50px 36px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-hours-title {
    margin-bottom: 20px;
}

.footer-hours-list li {
    padding: 7px 0;
}

.footer-bottom-right {
    padding: 24px 98px 50px;

}

.footer-right-inner {
    flex: 1;
    padding: 75px 100px 90px;
    position: relative;
    z-index: 1;
}

}

@media (max-width: 991px) {

    .imprezy-acc-section .row {
        max-height: none;
    }

    .imprezy-acc-panels {
        max-height: none;
    }

    .imprezy-acc-img {
        min-height: 300px;
        height: 300px;
    }

     .imprezy-cta-section {
        padding: 35px 0px 30px;
    }

    #galeria-imprezy {
    padding-top: 15px;
    padding-bottom: 35px;
}

    .imprezy-cta-text {
        font-size: 25px;
        line-height: 1.4;
    }

    .imprezy-cta-ludzik {
        width: 52px;
        right: -58px;
        display:none
    }

}

@media (max-width: 767px) {
    .nav-overlay__close {
        right: 15px;
        top: 75px;
                width: 58px;
        height: 58px;
    }
  .nav-overlay__nav {
    padding: 0 28px;
  }
  .nav-overlay__social {
    padding: 20px 28px 32px;
  }


    .nav-overlay__nav a {
    font-size: 30px;
    line-height: 1.4;
}

.ticker-wrapper {
    position: relative;
    padding-top: 10px;
}

.ticker-sep {
    height: 32px;
}

.ticker-date {
    font-size: 11px;
    line-height: 12px;
}

    .hero-logo {
        left: 16px;
        top: 25px;
    }

    .hero-title {
        font-size: 50px;
        line-height: 50px;
    }

    .hero-title-up {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 8px;
}


        .hero-content-bl {
        left: 17px;
    }


.hero-subtitle {
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
    padding-right:20px
}

.hero-hamburger {
    position: absolute;
    top: 25px;
    right: 15px;
}

  .hero-hamburger--sticky {
    top: 25px;
    right: 15px;
  }

    .hero-vertical-text {
        font-size: 14px;
        right: 20px;
        bottom:54px
    }

        .about-section {
        padding-bottom: 0px;
        padding-top: 40px;
    }

.about-col-left {
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .about-col-right {
        padding: 30px 30px 36px 20px;
    }

    .wesela-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

     .wesela-col-right {
        padding: 25px 10px 0px 10px;
    }

    .wesela-title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 15px;
    }
    .wesela-img-wrap {
        min-height: 260px;
    }

    .wesela-caption {
        padding: 14px 0px 10px;
    }

    .imprezy-acc-img {
        min-height: 260px;
    }

    .iacc-header {
padding: 30px 15px 18px;
        gap: 15px;
    }

    .iacc-title {
        font-size: 28px;
        line-height: 32px;
    }

    .iacc-desc {
        font-size: 13px;
        padding: 0 20px 28px 39px;
    }

.iacc-arrow {
    width: 8px;
}

    .wesela-col-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-desc1 {
    margin-bottom: 30px;
}

    .about-img2 {
        max-width: 100%;
        height: auto;
    }

    .events-subtitle-text {
    font-size: 18px;
    line-height: 30px;
    padding: 32px 26px 25px;
}

    .events-month-title {
        margin-bottom: 5px;
        display: inline-block;
    }
.events-section {
    padding: 0px 0 30px;
}

    .okolicz-title--cream {
        font-size: 60px;
        line-height: 60px;
    }

        .okolicz-title--pink {
        font-size: 32px;
        line-height: 32px;
    }

    .okolicz-subtitle {
    font-size: 16px;
    line-height: 27px;
    }

        .footer-contact-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom:26px
    }

.footer-contact-desc {
    font-size: 15px;
}

    .footer-left-inner {
        flex: 1;
        padding: 54px 25px 50px;
    }

    .footer-bottom-left {
      display:none
    }

    .footer-star-bg {
        width: 170%;
            transform: translate(-30%, -30%);
    }


    .footer-right-inner {
        padding: 30px 25px 40px;
    }


    .footer-bottom-right {
        padding: 24px 25px 0px;
    }


.copy-mobile {
  display:block;
  padding-left:25px;
  padding-bottom:40px;
  color:#F8580E;
  padding-top:20px;
  font-weight:500
}

.events-subtitle {
    padding-bottom: 10px;
}

}