html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #FAFAFA;
}

* {box-sizing:content-box}

.no-select {
  user-select: none;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 15%;
  transform: translateY(-20%);
}


/* Ukrycie standardowego menu językowego */
.goog-te-banner-frame { display: none !important; }

/* Stylizacja okna tłumaczeń */
.goog-te-gadget-simple {
    background-color: #f4f4f4 !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 5px;
}

/* Zmiana koloru przycisku wyboru języka */
.goog-te-gadget-simple .goog-te-menu-value {
    color: #333 !important;
    font-weight: bold !important;
}

/* Dostosowanie rozwijanego menu */
.goog-te-menu-frame {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

#google_translate_element {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #333; /* Tło banneru */
  color: white; /* Kolor tekstu */
  padding: 10px 20px; /* Odstępy */
  font-family: Arial, sans-serif; /* Czcionka */
  text-align: center; /* Wyśrodkowanie tekstu */
  z-index: 1000; /* Upewnij się, że banner jest zawsze na wierzchu */
}


a {
  text-decoration: none;
}

a:hover {
  color: #D7B756;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 1.2s ease-out, transform 1s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}


@media screen and (min-width: 1000px) {  

  .container-column {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-header {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 65px;
    width: 100%;
    background-color: #361C32;
    z-index: 100;
  }

  .section-content {
    margin-top: 60px;
  }

  .section-footer {
      height: 250px;
      width: 100%;
      background-color: #361C32;
      z-index: 50;
  }

  .section-footer-table-l {
  }

  .section-footer-table-c {
    vertical-align: top;
  }

  .section-footer-table-r {
    vertical-align: top;
  }

  .logo-top {
      height: 55px;
      width: auto;
      margin-right: 0;
  }

  .logo-footer {
      height: 150px;
      width: auto;
  }

  .section-footer-table {
    width: 100%;
    padding-top: 20px;
  }

/*   .text-footer-header {
      letter-spacing: 4px;
      font-size: 18px;
      font-weight: 500;
      background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
      background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  } */

  .text-footer-header {
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #D7B756;
}

  .text-footer-body {
      color: #ECEAEC;
      font-size: 12px;
      font-weight: 300;
      line-height: 22px;
  }

  .text-footer-body a {
    transition: all 0.25s ease;
    color: #ECEAEC;
    font-size: 12px;
    font-weight: 300;
  }

  .text-footer-body a:hover {
    transition: all 0.25s ease;
    color: #D7B756;
  }

  .socialicon-footer {
    height: 30px;
    width: auto;
    color: #fff;
    fill: #fff;
    margin-right: 16px;
    transition: all 0.25s ease;
  }

  .socialicon-footer:hover {
    transition: all 0.25s ease;
    color: #D7B756;
    fill: #D7B756;
    filter:brightness(0.8);
  }

  nav.primary-navigation {
      margin: 0 auto;
      display: block;
      padding: 0 0 0 0;
      text-align: left;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 2px;
      z-index: 100;
      transition: all 0.25s ease;
  }
  nav.primary-navigation ul li {
      list-style: none;
      margin: 0 auto;
      border-left: 2px solid #503F52;
      display: inline-block;
      padding: 0 8px 0 16px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      z-index: 100;
      transition: all 0.25s ease;
    }
    nav.primary-navigation li a {
      color: #ECEAEC;
      z-index: 100;
    }
    nav.primary-navigation li a:hover {
      color: #D7B756;
      transition: all 0.25s ease;
    }
    nav.primary-navigation li:hover {
      cursor: pointer;
    }
    nav.primary-navigation ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      padding-left: 0;
      left: 0;
      display: none;
      background: #361C32;
      transition: all 0.25s ease;
    }
    nav.primary-navigation ul li:hover > ul, nav.primary-navigation ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 260px;
      text-align: left;
      padding-top: 20px;
      font-weight: 400;
  /*     border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; */
      box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
      z-index: 100;
    }
    nav.primary-navigation ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
      z-index: 100;
    }
    nav.primary-navigation ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #D7B756;
      transition: all 0.25s ease;
      z-index: 100;
    }
    
    ul li ul li a {
      z-index: 100;
      transition: all 0.25s ease;
    }

  .dropdown-big {
    width: 1050px;
    min-height: 200px;
    transform: translateX(-72.5%);
    padding-top: 20px;
    padding-left: 20px !important;
  }

  .dropdown-mid {
    width: 380px;
    padding-right: 40px;
  }

  .column {
    float: left;
  }

  .column-small {
    width: 18%;
  }

  .column-big {
    width: 32%;
  }
    
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: block;
    clear: both;
  }

  .column-header {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #ECEAEC;
    cursor: default;
  }

  .column > a {
    line-height: 25px;
  }


  /*  UNIWERSALNE AVENUE */

  .avenue-title {
    font-size: 22px;
    font-weight: 300;
    color: #2A2A2A;
  }

  .avenue-body {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
  }

  .avenue-body a {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    transition: all 0.2s ease;
  }

  .avenue-body a:hover {
    color: #D7B756;
    transition: all 0.2s ease;
  }

  .avenue-ul li {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 8px;  
  }

  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1400px) and (min-width: 1000px) {
    nav.primary-navigation {
      font-size: 12px;
    }

  nav.primary-navigation ul li {
    padding: 0 8px 0 9px;
  }
}

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

  .desktop-only {
    display: none !important;
  }

  .container-column {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-header {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 105px;
    width: 100%;
    background-color: #361C32;
    z-index: 100;
  }

  .logo-top {
      height: 70px;
      width: auto;
      margin: 15px;
  }

  .mobile-hamburger {
    position: absolute; 
    height: 50px; 
    top: 30px; 
    right: 50px;
    cursor: pointer;
  }

  .section-content {
    margin-top: 90px;
  }


  .section-footer {
    height: 1000px;
    width: 100%;
    background-color: #361C32;
    z-index: 50;
  }

  .logo-footer {
      height: 200px;
      width: auto;
  }

  .section-footer-table {
    width: 100%;
    border: 0;
    padding-top: 100px;
  }

  .section-footer-table-l {
    display: block;
    width: 100%;
    text-align: center;
  }

  .section-footer-table-c {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .section-footer-table-r {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  
/*   .text-footer-header {
    letter-spacing: 4px;
    font-size: 32px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
    background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
} */

.text-footer-header {
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 500;
  color: #D7B756;
}

  .text-footer-body {
      color: #ECEAEC;
      font-size: 26px;
      font-weight: 300;
      line-height: 36px;
  }

  .text-footer-body a {
    transition: all 0.25s ease;
    color: #ECEAEC;
    font-size: 26px;
    font-weight: 300;
  }

  .text-footer-body a:hover {
    transition: all 0.25s ease;
    color: #D7B756;
  }

  .socialicon-footer {
    height: 56px;
    width: auto;
    color: #fff;
    fill: #fff;
    margin-left: 32px;
    margin-right: 32px;
    transition: all 0.25s ease;
  }

  .socialicon-footer:hover {
    transition: all 0.25s ease;
    color: #D7B756;
    fill: #D7B756;
    filter: brightness(0.8);
  }

  .mobile-menu {
    position: absolute;
    right: 0;
    top: 110px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.25s ease;
    overflow: hidden;
  }

  .mobile-menu-content {
    height: 800px;
    text-align: right;
    background-color: #361C32;
    padding-right: 40px;
    padding-top: 0;
    transition: all 0.35s ease;
    opacity: 1;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
    border-top: 1px solid #D7B756;
    border-bottom: 1px solid #D7B756;
  }

  .mobile-menu-disabled {
    width: 0;
    height: 0;
    transition: all 0.35s ease;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-menu-title {
    font-size: 3.75vw;
    font-weight: 500;
    color: #D7B756;
    padding-top: 60px;
    display: inline-block

  }
  .mobile-menu-item {
    font-size: 3.3vw;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 0;
    display: inline-block
  }

  .nav-mobile-divider {
    padding-left: 40px;
    padding-right: 0;
    font-size: 32px;
    font-weight: 300;
    color: #D7B756;
  }


}


@media screen and (min-width: 1000px) and (max-width: 1400px)  {
  .container-column{
    width: 985px;
  }
  .primary-navigation ul{
    padding-left: 0;
  }
  .logo-top{
    height: 40px;
  }
  .vertical-center{
    top: 25%;
  }
} 