@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap');



body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #eeeeee;
  width: 100%;

}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero img {
  max-width: 100%;
}

.collapsible {
  background-color: #f87800;
  color: #eeeeee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}

.active,
.collapsible:hover {
  background-color: #000000;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

* {
  box-sizing: border-box;
}

.navbar-brand img {
  height: 40px;
}


.hero {
  position: relative;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eeeeee;
  text-align: center;
  overflow: hidden;
}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;

}


.stopka {
  min-height: 200px;
  background-color: #343a40;
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 1.2rem;
}

.stopka a {
  color: rgb(255, 255, 255);
  margin: 0 10px;
}

.stopka a:hover {
  color: #f87800;
}


.img-navbar {
  width: 3em;
}

.navbar-brand img {
  height: 40px;
}


.navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
}

.nav-link-oferta, nav-link-oferta:visited{
text-decoration: none;
}

.navbar-nav .nav-link:hover {
  color: #f87800;
}



html {
  scroll-behavior: smooth !important;
  scroll-padding: var(--scroll-padding, 5rem);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.text-animation-hero {
  opacity: 0;
  /* Domyślnie tekst jest niewidoczny */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Płynne przejście */
}

.text-animation-hero.visible {
  opacity: 1;
  /* Tekst staje się widoczny */
  -webkit-animation: text-animation-hero 0.5s linear both;
  animation: text-animation-hero 0.5s linear both;
}

@-webkit-keyframes text-animation-hero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes text-animation-hero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

/* Ulepszenia wizualne */
.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-success {
  background-color: #f87800;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-success:hover {
  background-color: #218838;
  transform: scale(1.05);
}

.container-custom {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}



.feature i {
  font-size: 3rem;
  transition: transform 0.3s ease;
}

.feature:hover i {
  transform: rotate(15deg);
}

img {
  border-radius: 5%;
}



.container-fluid {
  width: 40%;
  /* Szerokość 40% na większych ekranach */
  margin: 0 auto;
  /* Wyśrodkowanie */
}

/* Sticky navbar na większych ekranach */
.navbar.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  /* Upewnij się, że navbar jest na wierzchu */
}

/* Responsywność */
@media (max-width: 991.98px) {
  .container-fluid {
    width: 100%;
    /* Na małych ekranach navbar zajmuje całą szerokość */
  }

  .navbar.sticky-top {
    position: static;
    /* Wyłącza sticky na małych ekranach */
  }
}


.navbar-toggler {
  margin-left: auto;
}

li img {
  width: 10rem;
}

.menu-head {
  background-color: #343a40;
}

/* Dodatkowe style dla wyśrodkowania */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #343a40;
}

.nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.arrow-section {
  transform: translateY(150px);
  /* Dostosuj wartość, aby przesunąć sekcję w dół */
}


.oferta-menu {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #4C9A2A;
  border: 1px solid transparent;
  align-items: center;
  font-size: 1rem;
  color: white;
}

.logo {
  min-width: 2rem;
  max-width: 8rem;
}

.oferta-menu-text {
  font-size: 1.1rem;
}

.oferta-menu:hover {
  background: #213813;
}

.oferta-menu>svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.oferta-menu:hover svg {
  transform: translateX(5px);
}

.oferta-menu:active {
  transform: scale(0.95);
}


.learnMore {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 20px;
  border-color: #218838;
  background: #ffffff;
  border: 1px solid;
  align-items: center;
  font-size: 1.2rem;
}

.learnMore:hover {
  background-color: #578032;
}

.holtwood-one-sc-regular {
  font-family: "Holtwood One SC", serif;
  font-weight: 400;
  font-style: normal;
}

.rasa {
  font-family: "Rasa", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.colored-bg {
  background-color: #f3ffe8;
}

.outerdiv {
  width: 100%;
  background-color: #DCDED7;
}


.carousel-item img {
  max-height: 750px;
  height: 750px;
  object-fit: cover;
  width: 100%;

}

.menu a {
  text-decoration: none;
  color: #f8fff9;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.menu a:hover {
  transition: 0.4s;
  text-decoration: none;
  color: #218838;
}

.menu-div {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: large;
  display: flex;
  justify-content: space-between;
}

.footer-icons {
  font-size: 1.7rem;
}

.accordion-body {

  font-family: "Asap Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.1rem;
}

.accordion-button {

  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;


}


.curtain-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  z-index: 1050;
  transition: left 0.3s ease-in-out;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.95;
}

.curtain-menu.open {
  left: 0;
}

.curtain-content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  color: #f3ffe8;
}

.close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color:white;
}

/* Overlay when menu is open */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.menu-overlay.active {
  display: block;
}

/* Hamburger button styles */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  background-image: url("/images/icons/menu_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Mobile adjustments */
@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }

  .curtain-menu {
    display: none;
  }

  .menu-overlay {
    display: none !important;
  }
}

.link-no {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: none;
}

.caption-bg {
  background-color: rgba(50, 50, 50, 0.6);
  border-radius: 5px;
  max-width: 80%;
  margin: 0 auto;
  backdrop-filter: blur(2px);

}

.caption-bg h5 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.caption-bg p {
  color: #f8f9fa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    width: 50%;
    text-align: center;
  }
}

/* Responsywna karuzela */
.carousel-item img {
  height: 50vh;
  min-height: 300px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .carousel-item img {
    height: 70vh;
  }
}

.carousel-caption {
  bottom: 20%;
}

.caption-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 0.5rem;
}

/* Responsywne karty */
.card {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 0;
  }
}

/* Responsywne sekcje */
.section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .section {
    padding: 5rem 0;
  }
}

/* Responsywne przyciski */
.btn {
  white-space: nowrap;
}

/* Responsywne czcionki */
h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

/* Responsywne kontenery */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* Responsywna stopka */
.footer {
  padding: 2rem 0;
}

/* Menu mobilne */
.curtain-menu {
  width: 80%;
}

@media (max-width: 575px) {
  .curtain-menu {
    width: 100%;
  }
}

/* Ikony kontaktowe */
.contact-icon {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .contact-icon {
    font-size: 3rem;
  }
}

/* Napisy w karuzeli */
.carousel-caption h5 {
  font-size: 1.25rem;
}

.carousel-caption p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .carousel-caption h5 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 1.25rem;
  }
}

/* Responsywne gridy */
.row-cols-md-2 .col,
.row-cols-lg-3 .col {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .row-cols-md-2 .col {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 .col {
    margin-bottom: 0;
  }
}

.py-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .py-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .menu-div {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }
}

.col-responsive {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-responsive {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-responsive {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.oferta,
.learnMore {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
}

.oferta a {
  text-decoration: none;
  color: white;
}

.oferta {
  background-color: #4C9A2A;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
  font-size: large;
  font-weight: 500;
}

.oferta:hover {
  background-color: #333;
  color: white;
}

.learnMore {
  border: 1px solid #000;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.learnMore:hover {
  background-color: #218838;
  color: white;
}

/* Responsive text animation section */
.text-animation-hero .lead {
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-animation-hero h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .text-animation-hero h1 {
    font-size: 2.5rem;
  }

  .text-animation-hero .lead {
    font-size: 1.2rem;
  }
}

.sponsors-section {
  background-color: #ffffff;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.sponsor-item {
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
}

.sponsor-item img {
  max-width: 12rem;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.big img {
  max-width: 8rem;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sponsor-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  .sponsor-item {
    padding: 10px;
  }

  .sponsor-item img {
    max-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsor-item img {
    max-height: 70px;
  }
}

@media (max-width: 575.98px) {
  .sponsor-item img {
    filter: grayscale(0%);
    opacity: 1;
  }
}	