/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */
/* Domyślny rozmiar tekstu */
body {
  font-size: 16px;
}

/* Klasy rozmiaru tekstu */
.text-size-medium *:not(#accessibility-menu a *){
  font-size: 26px !important;
}

.text-size-large *:not(#accessibility-menu a *) {
  font-size: 30px !important;
}

/* High contrast mode styles */
.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}



.high-contrast a {
  color: rgb(251, 255, 0) !important;
}

/* Background image for high contrast */
.high-contrast #gtco-reservation {
  background-image: url('../img/contact-bw.jpg') !important;
  

}

/* Styl dla trybu nocnego */
.night-mode {
  background-color: #34597e !important;
  color: #ecf0f1 !important;
}

.night-mode a {
  color: #3498db !important;
}

.night-mode .boxed-page{
  background-color: #2c3e50 !important;
  color: #ecf0f1 !important;
}

 html {
  overflow-x: hidden; }

body {
  font-family: 'Antapani Semi Bold', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #ffffff; } OBRAMOWANIE

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Antapani Semi Bold', sans-serif;
  font-weight: 400; }

h1, h2 {
  font-weight: 700; }

.subheading {
  color: #4984f3; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f7f8f9; }

a {
  color: #0000ff; }

  a:visited {
    color: #800080; /* Kolor linku po kliknięciu (odwiedzeniu) */
  }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #e22104; }

.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .lnr {
    font-size: 30px;
    margin-right: 10px; }

.boxed-page {
  position: relative;
  border-color: #ededed;
  background-color: #ffffff; }  TŁO 
  .boxed-page .section-padding {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .boxed-page .section-padding {
      padding-top: 130px;
      padding-bottom: 130px; } }

@media (min-width: 1200px) {
  .boxed-page {
    margin: 30px; } }

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img-cover {
  object-fit: cover;
  object-position: center; }

.navbar-brand-center {
  padding-left: 70px;
  padding-right: 70px; }
  .navbar-brand-center img {
    height: 50px; }

.footer-logo {
  height: 50px;
 }

 .nav-link {
  background-color: transparent; /* Domyślny kolor */
  color: black;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.nav-link:hover {
  background-color: rgb(58, 202, 77); /* Kolor tła po najechaniu */
  color: white; /* Kolor tekstu po najechaniu */
  border-radius: 10px; /* Dodane zaokrąglenie */
  transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}

.nav-item.active .nav-link {
  background-color: #E26038; /* Kolor dla aktywnego elementu */
  color: white;
  border-radius: 10px; /* Dodane zaokrąglenie */
}

#navbar-header {
  height: 100px; }
  #navbar-header .navbar-nav .dropdown-menu {
    border: none;
    border-bottom: 2px solid #E26038;
    border-radius: 0 !important;
 }

@media (min-width: 1024px) {
  #navbar-header .navbar-nav {
    width: 50%; }
  #navbar-header .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 500ms ease; }
  #navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1; } }

.btn {
  font-size: 14px;
  font-weight: 600; }

.btn-primary {
  display: inline-block;
  background-color: #6849f3;
  border-color: #49bdf3;
  color: #fff;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-primary:hover {
    background-color: #e22104;
    border-color: #e22104;
    color: #fff; }

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

.btn-icon {
  color: #000; }

.hero {
  height: 600px;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      height: calc(100vh - 130px); } }

.hero-info {
  padding-top: 60px; }
  @media (min-width: 1420px) {
    .hero-info {
      padding-top: 140px; } }
  .hero-info li {
    padding-right: 15px;
    padding-left: 15px; }
  .hero-info .lnr {
    display: block;
    font-size: 32px;
    margin-bottom: 15px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  width: 110px;
  height: 110px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9; }

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0; }

.hero-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  max-width: 100%; }
  @media (min-width: 992px) {
    .hero-carousel .owl-item img {
      height: calc(100vh - 130px); } }

.thumb-menu img {
  height: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }

.heading-section {
  margin-bottom: 30px; }

  <!-- Custom CSS dla bocznego menu i stylów -->
  

      body {
          font-family: Antapani Semi Bold, sans-serif;
      }

      .side-menu {
          position: fixed;
          top: 0;
          left: 0;
          width: 250px;
          height: 100%;
          background-color: #343a40;
          color: #fff;
          padding-top: 20px;
      }

      .side-menu a {
          color: white;
          text-decoration: none;
          padding: 10px;
          display: block;
          font-size: 16px !important;
      }

      .side-menu a:hover {
          background-color: #575757;
      }

      .content {
          margin-left: 250px;
          padding: 20px;
      }

      /* Styl dla ikony dostępności */
      .accessibility-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000; /* Ustawienie wysokiego z-index */
        background-color: #007bff;
        border-radius: 50%;
        padding: 15px;
        cursor: pointer;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
    }
.accessibility-icon:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}
      .accessibility-icon img {
          width: 30px;
          height: 30px;
      }
      
      .accessibility-menu {
        display: none;
        position: fixed;
        bottom: 70px;
        right: 20px;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-radius: 10px;
        width: 200px;
    }
    
    .accessibility-menu button {
        display: block;
        padding: 10px;
        margin: 0;
        text-decoration: none;
        color: #333;
        background-color: transparent;
        border: none;
        cursor: pointer;
        width: 100%;
        text-align: left;
        font-size: 16px !important;
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }
    
    .accessibility-menu button:hover {
        background-color: #f1f1f1;
    }

    

      @media (max-width: 768px) {
          .side-menu {
              width: 100%;
              height: auto;
              position: relative;
          }

          .side-menu a {
              font-size: 14px;
          }

          .content {
              margin-left: 0;
          }

          .accessibility-icon {
              bottom: 10px;
              right: 10px;
          }
      }






/*============================
=            MENU            =
============================*/
.menus:hover img {
  transform: scale(1.1, 1.1); }

.menu-img {
  overflow: hidden;
  height: 80px;
  width: 80px; }
  .menu-img img {
    transition: all .5s ease;
    height: 100%;
    object-fit: cover; }

.menu-price {
  text-align: right; }

.menus {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc; }
  .menus p, .menus h3 {
    margin-bottom: 0; }
  .menus .text-wrap {
    width: calc(100% - 95px);
    margin-left: 15px; }
    .menus .text-wrap h4 {
      font-weight: 300; }

/*=====  End of MENU  ======*/
/*=================================
=            TESTIMONY            =
=================================*/
#gtco-testimonial {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }

.testi-content {
  text-align: center; }
  .testi-content .testi-text {
    font-style: italic; czcionka
    font-weight: 300;
    line-height: 1.6;
    padding: 30px 60px;
    font-size: 32px;
    font-weight: 800 }
  .testi-content .testi-author {
    font-weight: 500; }
  .testi-content .testi-desc span {
    color: #49f3eb;
    font-weight: bold; }
  .testi-content .owl-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -50px; }
  .testi-content .owl-nav {
    display: none; }

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer; }
  .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .owl-dot.active > span {
    background-color: transparent;
    box-shadow: 0 0 0 2px white; }

/*=====  End of TESTIMONY  ======*/
/*===============================
=            OVERLAY            =
===============================*/
.overlay {
  position: relative; }

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay .section-content {
  position: relative;
  z-index: 1; }

/*=====  End of OVERLAY  ======*/
/*============================
=            TEAM            =
============================*/
.team-card {
  position: relative; }
  .team-card:hover .team-desc {
    height: 110px; }
    .team-card:hover .team-desc .team-social-links {
      opacity: 1; }

.team-desc {
  position: absolute;
  background: #fff;
  width: auto;
  left: 15px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 15px;
  height: 80px;
  overflow: hidden;
  transition: all .3s ease-in-out; }

.team-social-links {
  opacity: 0;
  transition: all .3s ease-in-out; }

/*=====  End of TEAM  ======*/
/*===================================
=            Contact            =
===================================*/
#gtco-reservation {
  height: 650px;
  margin-top: 100px;
  margin-bottom: 200px; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px; }

#selectPerson + .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6d767e;
  font-weight: 400; }

/*=====  End of Contact  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }

#canvas-overlay {
  content: '';
  background: #000;
  opacity: 0;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
  max-width: 100%;
  opacity: .4;
  visibility: visible; }

/*=====  End of SideNav  ======*/
/*======================================

=            RESPONSIVE            =
==================================*/
.only-mobile {
  display: none !important; }

@media (max-width: 992px) {
  .hero {
    height: 100%; }
  .boxed-page {
    padding-top: 100px; }
  #navbar-header {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #f0f8ff !important; /* Jasnoniebieski kolor */
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 15px; }
    #navbar-header .dropdown-menu {
      box-shadow: none !important; }
    #navbar-header .navbar-collapse {
      margin-top: 15px;
      background: #fff !important; }
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; }
  .menu-wrap {
    margin-bottom: 30px; }
  .footer-widget {
    margin-bottom: 30px; }


    
  .hero-left {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .hero-left,
  .hero-carousel .owl-item img {
    height: 600px; }
  .thumb-menu img {
    height: 90px; }
  .img-2 {
    height: 500px; } }


    .high-contrast {
      background-color: #242121 !important;
      color: #ffe600 !important;
    }
    
    .high-contrast a {
      color: #0ff !important;
    }
    .high-contrast .boxed-page {
      background-color: black !important;
      color: yellow !important;
  } 
  .skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}
button:focus {
  outline: 2px solid #27303b;
  outline-offset: 2 px;
} 

.hero1 {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.container-name {
  margin-top: 50px;
  margin-bottom: 5%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px; 
  font-family: 'Antapani Semi Bold', sans-serif;
  font-weight: 300;
}

.container-1 {
  margin-top: 50px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px; 
  font-family: 'Antapani Semi Bold', sans-serif;
  font-weight: 300;
}

.container-2 {
  margin-top: 50px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-left: 100px; 
  font-size: 16px; 
  font-family: 'Antapani Semi Bold', sans-serif;
  font-weight: 300;
}

ul {
  margin-left: auto; /* Centrowanie listy */
  margin-right: auto; /* Centrowanie listy */
  max-width: 25%; /* Opcjonalne ograniczenie szerokości listy */
}
.hidden-content {
  display: none; /* Tylko zawartość jest ukryta, a nie nagłówki */
  text-align: left; /* Wyrównuje punkty do lewej */
  padding-left: 50px; /* Dodaje odstęp od lewej strony */
}

h3 span#arrow1 {
  display: inline-block;
  transition: transform 0.3s ease;
}

.plakat-container {
  max-width: 90%; /* Ogranicza szerokość kontenera plakatu */
  margin: 0 auto; /* Centruje kontener na stronie */
  padding-bottom: 2px; /* Dodaje odstęp poniżej plakatu */
}

.plakat {
  width: 100%; /* Zapewnia, że plakat wypełnia kontener */
  height: auto; /* Utrzymuje proporcje obrazu */
  display: block; /* Zapewnia, że plakat jest blokowym elementem */

}

.logo {
  width: 8%; /* Zapewnia, że plakat wypełnia kontener */
  margin:  auto; /* Centruje kontener na stronie */

  height: auto; /* Utrzymuje proporcje obrazu */
  display: block; /* Zapewnia, że plakat jest blokowym elementem */
}

/*logo Azory header */
.logoAZ {
  width: 50%; /* Zmniejsza szerokość logo do 50% kontenera */
  max-width: 150px; /* Ustawia maksymalną szerokość logo */
  margin: 0; /* Usuwa automatyczne centrowanie */
  height: auto; /* Zachowuje proporcje obrazu */
  display: block; /* Ustawia element jako blokowy */
  text-align: center; /* Wyrównanie tekstu (jeśli potrzebne) */
  float: right; /* Przesuwa element do lewej */
}

.container .row .col-lg-4 img {
  float: right;
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px); /* Przesunięcie o 20px na osi Y */
  }
  100% {
      opacity: 1;
      transform: translateY(0); /* Obraz w swojej ostatecznej pozycji */
  }
}

.animate-fade-in {
  opacity: 0; /* Początkowa niewidoczność */
  animation: fadeInUp 1.2s ease-out forwards; /* Animacja na 1.2 sekundy */
}

@keyframes slideInFromRight {
  from {
      transform: translateX(100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

.logo.animate-slide-in-right {
  animation: slideInFromRight 1s ease-out;
  opacity: 1;
}

@keyframes slideInFromLeft {
  from {
      transform: translateX(-100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

.logo.animate-slide-in-left {
  animation: slideInFromLeft 1s ease-out;
  opacity: 1;
}

#typewriter-effect::after {
  content: '|';
  animation: blink 0.8s steps(2, start) infinite;
}

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

@keyframes bounceEffect {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}

.h3-bounce {
  display: inline-block;
  animation: bounceEffect 0.6s;
}

.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  visibility: hidden;
}

.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.recruitment-box {
  border-bottom: 2px solid #E26038; /* Pomarańczowa linia */
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.recruitment-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  cursor: pointer;
}

.recruitment-box .learn-more {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #E26038; /* Pomarańczowy kolor linku */
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  transition: color 0.3s;
}

.recruitment-box .learn-more:hover {
  color: #ffc400; /* Zmiana koloru przy najechaniu */
}

.recruitment-box .learn-more span {
  margin-left: 5px; /* Odstęp między tekstem a strzałką */
  transition: transform 0.3s;
}

.recruitment-box .learn-more:hover span {
  transform: translateX(5px); /* Przesunięcie strzałki przy najechaniu */
}

.hidden-content {
  display: none;
  margin-top: 15px;
  color: #666;
  animation: fadeIn 0.5s ease;
}

.hidden-content.show {
  display: block;
}

/* Animacja wchodzenia tekstu */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.high-contrast .section-content {
  background-color: #000 !important;
  color: #fbff00 !important;
}

/* Filtr dla mapy */
.map iframe {
  transition: filter 0.5s ease; /* Płynna zmiana filtra */
}

/* Tryb szary (wysoki kontrast) */
.high-contrast .map iframe {
  filter: grayscale(100%); /* Zastosowanie odcieni szarości */
}

/* Kontener nawigacji */
.container-fluid {
  background-color: #E26038; /* Czarny kolor tła */
  padding: 5px 0;
}

.high-contrast .container-fluid {
  background-color: #000; /* Czarny kolor tła w trybie wysokiego kontrastu */
}

/* Logo */
.logo img {
  height: 50px;
  width: 100px;
  margin-right: 20px;
}


/* Nawigacja */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Rozdziela logo i menu */
}

/* Menu nawigacyjne */
.navbar ul {
  list-style: none;
  display: flex; /* Ustawia elementy w linii poziomej */
  gap: 30px; /* Odstęp między elementami */
  padding: 0;
  margin: 0;
  align-items: center; /* Wyrównuje napisy w pionie */
}

/* Każdy element menu */
.navbar ul li {
  display: inline-block; /* Upewnia się, że każdy element zajmuje minimalną szerokość */
  white-space: nowrap; /* Zapobiega zawijaniu tekstu */
}

/* Linki w menu */
.navbar ul li a {
  color: #fff; /* Kolor tekstu */
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px; /* Wewnętrzne odstępy dla lepszej klikalności */
  transition: color 0.3s ease;
  display: inline-block; /* Gwarantuje zachowanie struktury */
}

/* Link aktywny i hover */
.navbar ul li a.active,
.navbar ul li a:hover {
  color: #ffffff; /* Kolor dla aktywnego linku */
}

/* Przyciski mobilne */
.mobile-nav-toggle {
  display: none; /* Ukryty w widoku desktopowym */
  color: #fff;
  font-size: 24px;
}

/* Responsywność */
@media (max-width: 768px) {
  .navbar ul {
    flex-direction: column; /* Ustawia elementy w kolumnie */
    display: none; /* Domyślnie ukryte */
    background-color: #E26038; /* Tło menu w trybie mobilnym */
    position: absolute;
    top: 70px;
    right: 15px;
    width: 200px;
    border-radius: 5px;
    padding: 10px 0;
  }

  .navbar ul li {
    text-align: center;
    margin: 0; /* Usuń dodatkowe marginesy */
  }

  .mobile-nav-toggle {
    display: block; /* Pokazuje ikonę menu w widoku mobilnym */
    cursor: pointer;
  }

  .navbar.show ul {
    display: flex; /* Pokaż menu w trybie mobilnym */
  }
}


/*=====  End of RESPONSIVE  ======*/
