* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html {
  	  /*scroll-behavior: smooth;*/
	}

    body {
      /*font-family: 'Kanit', sans-serif;
      font-family: "Sora", serif;
      font-family: "Roboto Serif", serif;*/
      font-family: "Sarabun", serif;
      font-weight: 500;
      font-style: normal;
      background-color: #05040a; /* Ustawienie ciemnego tła */
      background: url('https://www.bropedia.pl/graftech/krata_patern.jpg') repeat;
      color: white;
      height: 100vh;
      min-height: 100dvh;
      overflow-x: hidden;
      
    }
    .main-content {
      max-width: 700px;
      width: 100%;
      /*height: 100vh;
      min-height: 100dvh; */
      margin: 0 auto;
    }
    header {
      text-align: center;
      padding: 1rem;
      margin-top: 0.3rem;
      padding-bottom: 0.2rem;
      position: relative;
      z-index: 2;
    }
    header img {
      max-width: 100%;
      height: auto;
      cursor: default;
    }

.dynamic-container {
    width: 100%; /* Zapewnia, że kontener zajmuje całą szerokość */
    overflow: hidden; /* Ukrywa grafikę, dopóki się nie pojawi */
    height: 0; /* Startuje od zera */
    transition: height 0.3s ease-out;
}

.dynamic-image {
    position: relative;
    padding-inline: 1rem;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    width: 0;
    max-width: 100vw;
    opacity: 0; /* Startuje jako niewidoczny */
    transition: transform 0.2s ease-out, width 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 2;
}

.dynamic-image1,
.dynamic-image2,
.dynamic-image3,
.dynamic-image4,
.dynamic-image5 {
    position: relative;
    padding-inline: 1rem;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    width: 0;
    max-width: 100vw;
    opacity: 0; /* Startuje jako niewidoczny */
    transition: transform 0.2s ease-out, width 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 2;
}
    
    
    .subtitle {
      padding-top: 0;
    }
    
    .subtitle.kalibre3 {
      margin-top: 2px;
    }
    
    @media (max-width: 768px) {
      body {
        background-size: 445px;
      }
    }
    @media (max-width: 480px) {
      body {
        background-size: 435px;
      }
    }
    @media (max-width: 420px) {
      body {
        background-size: 435px;
      }
    }
    .barmobile {
      height: 3dvh;
      display: none;
    }
    .container-home{
      margin-top: 0.3rem;
      padding: 0 1rem;
    }
    .sidemenu {
      display: flex;
      flex-direction: column;
      position: fixed;
      left: 0;
      top: 0;
      height: 100dvh;
      width: 15%;
      background: rgb(244 155 0);
      z-index: 1000;
      font-size: xx-large;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
    }
    .menu-icon {
      display: flex;
      flex-direction: column;
      width: 2rem;
      gap: 0.5rem;
      cursor: pointer;
      margin: 1rem;
      padding-top: 0.1rem;
      color: white;
      position: relative;
      z-index: 6;
      cursor: default;
    }
    .menu-icon span {
      width: 30px;
      height: 3px;
      background: #fff;
    }
    .menu-mobile {
      font-family: 'Sarabun';
      display: flex;
      flex-direction: column;
      position: fixed;
      left: 0;
      top: 0;
      height: 100dvh;
      background: black;
      z-index: 1000;
      transform: translateX(-101%);
      transition: transform 0.3s ease-in-out;
      padding: 5% 0 10% 8%;
      }
      
    .menu-mobile.show {
  transform: translateX(0);
}
    .menu-mobile.show h2 {
      margin-top: 5px;
      font-size: 0.9rem;
      color: #f49b00;
    }
    .menu-mobile ul {
  	  list-style: none; /* Usuwa domyślne znaczniki listy */
      padding: 0;
      margin: 0;
    }

    .menu-mobile ul li {
      margin: 0;
    }

    .menu-mobile ul li a {
      display: block;
      font-size: 15px;
      font-weight: 900;
      color: #8d8d8d;
      margin-top: 2px;
      cursor: default;
    }

    .menu-mobile ul li a:hover {
      background: none;
      color: #f49b00; 
    }
    
    /* Stylizacja przycisku zamykającego menu */
    .close-menu {
      position: absolute;
      top: 20px;
      right: 25px;
      background: transparent;
      border: none;
      color: white;
      font-size: 1.5rem;
      cursor: default;
      }
    /* Stylizacja overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none; /* Ukryj domyślnie */
}

.menu-mobile.show ~ .menu-overlay {
  display: block; /* Pokaż overlay, gdy menu jest otwarte */
  z-index: 999;
}
    .menu-content {
      position: absolute;
      left: 3%;
      top: 136px;
      z-index: 2;
      }
    .menu-content h2 {
      color: #f49b00;
      font-size: 1.2rem;
      font-weight: 600;
      }
    .menu-content ul {
      list-style: none;
      padding: 0;
      color: #383838;
      font-size: 1.2rem;
    }
    .menu-content ul li {
      margin: 0.5rem 0;
    }
    .menu-content ul li a {
      color: #9b9b9b;
      text-decoration: none;
    }
    .menu-content ul li a:hover {
      color: #f49b00;
      background: none;
    }
    .menu-content .rowA.fallow {
    	margin-top: 70px;
    }
    .menu-content .rowA.social {
    	margin-top: 20px;
    }
    
    /* Dla urządzeń mobilnych */
    @media (max-width: 768px) {
      .menu-icon {
        display: flex;
        z-index: 6;
      }
      .sidebar.show {
        transform: translateX(0);
      }
      header {
        margin-left: 0;
      }
    }
    #three-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: auto; /* Domyślnie brak interakcji */
      z-index: 1; /* Umieść scenę 3D za innymi elementami */
    }
    .buttons {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
    }
    .systemset {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      z-index: 3;
    }
    .core {
      font-weight: 200;
      font-size: 1.1rem;
      display: flex;
      flex-direction: column;
      position: relative;
      gap: 0.7rem;
      z-index: 2;
    }
    .core a {
      color: #f49b00;
      font-weight: 400;
    }
    .core a:hover {
      background: none;
      color: white;	
    }
    a {
      text-decoration: none;
    }
    .row {
      display: flex;
      gap: 0.6rem;
      width: 100%;
      height: 100%;
      z-index: 2;
      overflow: hidden;
    }
    
    .row.search {
      overflow: unset;
      z-index: 3;
      	
    }
    
    /* Przyciski ogólne */
    .button {
      font-weight: 500;
      border: none;
      border-radius: 8px;
      color: #fdfbea;
      /*background: linear-gradient(-45deg, #242424cc, #242424cc, #242424cc, #242424cc);
      backdrop-filter: blur(10px) saturate(600%); /* Rozmycie i wzmocnienie kolorów  */
      background: rgb(82 82 82 / 28%);
      backdrop-filter: blur(8px) saturate(100%);
      z-index: 2;
    }
    a:hover {
      background: #484848cc;
    }
    button:hover {
      background: #484848cc;
    }
    @media (max-width: 800px) {
      a:hover {
        background: linear-gradient(-45deg, #242424cc, #242424cc, #242424cc, #242424cc);
      }
    }
    
    /* Wiersz 1 */
    .button.square {
      aspect-ratio: 10 / 7;
      max-width: 42.7%;
      flex-grow: 1.2;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: start;
      overflow: hidden;
    }
    .button.square img {
      max-height: 98%;
      object-fit: contain;
      position: absolute;
      top: 5px;
      clip-path: inset(0 50.2% 0 0);
    }
    /* Kontener przycinający obraz */
    .image-wrapper {
      width: 56vw;
      height: 105%;
      overflow: hidden;
      position: relative;
      clip-path: inset(0);
    }
    /* Obraz wewnątrz */
    .image-wrapper img {
      position: absolute;
      /*animation: slide 10s infinite ease-in-out;*/
      height: 100%;
      left: 0;
    }
    /* Animacja przesuwania */
    @keyframes slide {
      0% {
        left: 0; /* Start poza lewą krawędzią */
      }
      100% {
        left: 100px; /* Przejdź z powrotem poza prawą krawędź */
      }
    }
    .button-edit{
      margin-top: -0.4vw;
      padding-left: 7%;
      text-align: left;
      width: 89vw;	
    }
    .calibra{
      margin-left: 0px;
      padding-right: 6%;
    }
    .button.square p.opis {
      font-weight: 200;
      font-size: clamp(14px, calc(2vw + 0.4vw), 16px);
      padding-bottom: 0;
      color: #fdfbea;
    }
    .button.square p.dopis {
      font-weight: 600;
      font-size: clamp(18px, calc(6vw + 0.1vw), 23px);
      margin-bottom: 7%;
      margin-top: 2%;
    }
    .button.square span.action {
      font-weight: 600;
      font-size: clamp(12px, calc(0.5rem + 0.1vw), 16px);
      text-shadow: none;
      color: black;
      border-radius: 4px;
      padding: 3px 6px;
      background: linear-gradient(0deg, #f49b00, #f49b00, #f49b00, #f49b00);
    }
    
    .baza span.action {
    	font-weight: 700;
    	position: absolute;
    	top: 0;
    	left: 0;
    	font-size: 1.6vh !important;
    	width: 100%;
    	height: 3vh;
    	display: flex;
    	text-shadow: none;
    	color: black;
    	padding: 0.1vw 0 0.6vw;
    	background: linear-gradient(0deg, #f49b00, #f49b00, #f49b00, #f49b00);
    	flex-direction: column;
    	justify-content: center;
    	}
    
    @media (max-width: 680px) {
      .button.square p.opis {
        font-size: clamp(0.01px, calc(2vw + 0.4vw), 14px);	
      }
      .button.square p.dopis {
        font-size: clamp(0.01px, calc(3vw + 0.2vw), 22px);
        margin-bottom: 4%;	
      }
      .button.square span.action {
        font-size: clamp(2px, calc(0.5rem + 0.3vw), 16px);
        border-radius: 4px;	
      }
      .button.square img {
        max-height: 97%;
        top: 6px;
      }
      .button-edit{
        width: 91vw;
      }
    }
    @media (max-width: 540px) {
      .button.square p.opis {
        font-size: clamp(0.01px, calc(2vw + 0.4vw), 14px);
        padding-bottom: 0;	
      }
      .button.square p.dopis {
        font-size: clamp(0.01px, calc(2.9vw + 0.2vw),20px);
        margin-bottom: 1%;	
      }
      .button.square span.action {
        font-size: clamp(2px, calc(0.5rem + 0.3vw), 8px);
        border-radius: 3px;
        padding: 2px 7px;	
      }
      .button.square img {
        max-height: 98%;
        top: 3px;
      }
      .button-edit{
        width: 88vw;
      }
    }
    @media (max-width: 480px) {
      .button.square {
        line-height: calc(70% + 20%);
      }	
      .button.square p.opis {
        font-size: clamp(2.5vw, calc(2vw + 0.4vw), 9px);	
      }
      .button.square p.dopis {
        font-size: clamp(0.01px, calc(2.8vw + 0.2vw), 18px);
        margin: 4% 0 8% 0;	
      }
      .button.square span.action {
        font-size: clamp(2vw, calc(0.5rem + 0.3vw), 7px);
        border-radius: 3px;
        padding: 2px 6px;	
      }
      .button.square img {
        max-height: 98%;
        top: 3px;
      }
      .button-edit{
        width: 90vw;
      }
    }
    @media (max-width: 380px) {
      .button.square {
        line-height: 70%;
      }
      .button.square p.opis {
        font-size: clamp(2.7vw, calc(2vw + 0.4vw), 8px);	
      }
      .button.square p.dopis {
        font-size: clamp(0.01px, calc(2.9vw + 0.15vw), 18px);
        
      }
      .button.square span.action {
        font-size: clamp(1.8vw, calc(0.5rem + 0.3vw), 6px);
        border-radius: 2px;	
      }
      .button.square img {
        line-height: 70%;
        max-height: 96%;
        top: 3px;
      }
      .button-edit{
        width: 93vw;
      }
    }
    @media (max-width: 320px) {
      .button.square {
        line-height: 60%;
      }
      .button.square p.opis {
        font-size: clamp(0.01px, calc(2vw + 0.4vw), 8px);	
      }
      .button.square p.dopis {
        font-size: clamp(0.01px, calc(2.7vw + 0.15vw), 18px);
        
      }
      .button.square span.action {
        font-size: clamp(0.1px, calc(0.5rem + 0.3vw), 6px);
        border-radius: 2px;
        padding: 1px 5px;
      }
      .button.square img {
        max-height: 96%;
        top: 3px;
      }
      .button-edit{
        width: 94vw;
      }
    }
    /* Wiersz 3 */
    .button.flexible {
      height: auto;
      flex-grow: 3; /* Zajmuje pozostałą przestrzeń */
      max-width: 56%;
    }
    .carousel-container {
      position: relative;
      aspect-ratio: 16 / 7;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      overflow: hidden;
      color: #fdfbea;
    }
    .carousel {
      display: flex; /* Ustawienie zdjęć w linii poziomej */
      transition: transform 0.5s ease-in-out;
    }
    .carousel a {
      flex: 0 0 100%; /* Każde zdjęcie zajmuje 100% kontenera */
      text-align: center;
    }
    .carousel img {
      width: 100%;
      height: auto;
      display: block;
    }
    .dots {
      position: absolute;
      bottom: 1.2vh;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 2vh;
    }
    .dot {
      width: 1vh;
      height: 1vh;
      background-color: #f0b813;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    .dot.active {
      background-color: #a33503;
    }
    /* Wiersz 3 */
    /* Wiersz 3 */
    .button.half1, .button.half2 {
      flex: 1;
      padding-top: 2px;
      font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
      text-decoration: none;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start;
      padding-left: 3%;
    }
    .button.half1.stuff {
      flex: 1;
      padding-top: 2px;
      font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
      text-decoration: none;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding: 0;
    }
    .button.half1 img {
      padding-right: 5%;
      height: 2.3rem;
    }
    .button.half2 img {
      padding-right: 5%;
      height: 2.5rem;
    }
    .button.half1.stuff img {
      padding-right: 0;
      padding-bottom: 10px;
      /*height: 5rem;*/
    }
    .button.half2.stuf img {
      padding-right: 0;
      padding-bottom: 10px;
      height: 5rem;
    }
    .button.half1 span, .button.half2 span {
      padding: 0 0 2px 0;
      width: 80%;
      text-align: center;
    }
    @media (max-width: 440px) {
      .button.half1 span, .button.half2 span {
        width: 53%;
        text-align: center;
      }
    }
    @media (max-width: 300px) {
      .button.half1 img, .button.half2 img {
        display: none;
      }
      .button.half1 span, .button.half2 span {
        text-align: center;
        position: absolute;
        width: auto;
      }
      .rowA.social .button.half1 img {
    	display: block;
	   }
    }
    .subtitle{
    	z-index: 2;
    }
    .container {
      display: flex;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      margin-top: 30px;
      gap: 0.7rem;
      z-index: 2;
    }
    .row_big {
      display: flex;
      gap: 0.7rem;
      width: 100%;
    }
    .left {
      width: 50%; /* Domyślnie zajmuje połowę */
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      margin-top: -7px;
    }
    .right {
      width: 50%;
      /* background: rgba(255, 255, 255, 0.1); */
      /* padding: 1rem; */
      background: rgb(82 82 82 / 28%);
      backdrop-filter: blur(8px) saturate(100%);
      border-radius: 8px;
    }
    /* Podział na rowA i rowB w lewej sekcji */
    .rowA, .rowB {
      display: flex;
      gap: 0.7rem;
      height: 100%;
      width: 100%;
      margin: -1px 0;
    }
    .rowA div, .rowB div {
      width: 50%; /* Połowa szerokości */
      padding: 1rem;
      text-align: center;
    }
    /* Responsywność */
    @media (max-width: 1400px) {
      .barmobile {
        display: block;
    	position: relative;
      }
      .menu-content {
        display: none;
      }
    }
    @media (max-width: 1000px) {
      .subtitle.kalibre2 {
        margin-top: -4px;
        margin-bottom: 0;
      }	
      .row_big {
        flex-direction: column; /* Zmienia układ na pionowy */
      }
      .left, .right {
        width: 100%; /* Zajmują całą szerokość */
        margin: 30px 0 0;
      }
      .button.half1, .button.half2 {
        flex: 1;
        height: 2.5rem;
        padding-top: 2px;
        font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
        text-decoration: none;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 3%;
      }
      .button.half1 img {
        padding-right: 5%;
        height: 2.3rem;
      }
      .button.half2 img {
        padding-right: 5%;
        height: 2.5rem;
      }
      .button.half1.stuff {
        flex: 1;
        height: auto;
        padding-top: 2px;
        font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
        text-decoration: none;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
      }
      .button.half1.stuff img {
        height: 2.3rem;
    	padding-bottom: 0;
    	width: 100%;
    	height: auto;
    	border-radius: 8px;
      }
      .button.half2.stuf img {
        height: 2.3rem;
    	padding-bottom: 0;
    	width: 100%;
    	height: auto;
    	border-radius: 8px;
      }
      .button.half1 span, .button.half2 span {
        padding: 0 0 2px 0;
      }
      .rowA, .rowB {
        display: flex;
    	gap: 0.6rem;
    	height: 100%;
    	width: 100%;
    	margin: -1px 0;
      }
      .rowA.social .button.half1.stuff {
      	padding-left: 0;
      }
      .container {
        margin-top: -10px;
        }
           
    }
    
    
    #name {
      padding-left: 10px;
    }
    /* Wiersz 4 */
    .button.tall {
      width: 100%;
      background: none;
      backdrop-filter: none;
    }
    /* Wiersz 5 */
    .button.wide {
      width: 100%;
    }
    /* Wiersz 6 */
    .button.sixty {
      flex: 3; /* 60% */
      height: 100px;
    }
    .button.forty {
      flex: 2; /* 40% */
    }

    /* ---------------------------------------------
       DODATKOWA FUNKCJONALNOŚĆ: PRZEŁĄCZNIK WIDOCZNOŚCI OBIEKTU 3D
    ---------------------------------------------- */
    .toggle-switch {
      position: fixed;
    top: 18px;
    right: 20px;
    width: 48px;
    height: 23px;
    background-color: #ccc;
    border-radius: 25px;
    /*cursor: pointer;*/
    display: flex;
    align-items: center;
    padding: 1px;
    transition: background-color 0.3s ease;
    z-index: 3;
     }
         
    /* Stan "włączony": kropka po prawej stronie */
    .toggle-switch.on {
      background-color: #3636368a;
      backdrop-filter: blur(8px) saturate(100%);
      /*border: 1px solid #3e3e3e;*/
    }
    /* Stan "wyłączony": kropka po lewej stronie */
    .toggle-switch.off {
      background-color: #3636368a;
      backdrop-filter: blur(8px) saturate(100%);
      /*border: 1px solid #3e3e3e;*/
    }
    .toggle-dot {
      width: 21px;
      height: 21px;
      background-color: #c31414;
      border-radius: 50%;
      transition: transform 0.3s ease;
      /* W stanie "on" kropka przesunięta w prawo, w "off" – pozostaje z lewej */
      transform: translateX(25px);
    }
    .toggle-switch.off .toggle-dot {
      transform: translateX(0);
      position: relative;
      left: 2px;
    }
    
    /* żółty przycisk */
    /* CSS - Stylowanie żółtego przycisku */
.yellow-toggle-switch {
  position: fixed;
    top: 18px;
    right: 90px;
    width: 48px;
    height: 23px;
    display: inline-block;
    /*border: 1px solid #3e3e3e;*/
    border-radius: 25px;
    padding: 1px;
    background: #3636368a;
    backdrop-filter: blur(8px) saturate(100%);
    transition: background-color 0.3s;
}

.yellow-toggle-switch .toggle-dot {
    width: 21px;
    height: 21px;
    background-color: #f49b00;
    border-radius: 50%;
    position: absolute;
    top: 2.4px;
    /* left: 2.5px; */
    transition: left 0.3s;
}

.yellow-toggle-switch.off {
  display: auto;
}
/* Po kliknięciu, suwak zmienia pozycję */
.yellow-toggle-switch.off .toggle-dot {
  left: calc(100% + -71px);
}

/* Dodaj animację do ukrywania / pokazywania zawartości */
.container-home,
.menu-content {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Kiedy elementy mają być ukryte */
.hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1400px) {
      .toggle-switch {
      position: absolute;
      top: -21.9px;
      right: 4%;
      width: 48px;
      height: 23px;
      background-color: #ccc;
      padding: 0;
      z-index: 10;
      }
      .toggle-dot {
      	position: relative;
    	width: 19px;
    	height: 19px;
    	right: -2px;
    	z-index: 10;
      }
      .yellow-toggle-switch {
        position: absolute;
    	top: -22px;
    	right: calc(4% + 55px);
    	width: 48px;
    	height: 23px;
    	display: inline-block;
    	transition: background-color 0.3s;
    	padding: 0;
		z-index: 10;
	  }
	  .yellow-toggle-switch .toggle-dot {
        width: 19px;
    height: 19px;
    background-color: #f49b00;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
  }	
}

  
  	.left_strefa {
  		aspect-ratio: 9 / 16;
    	flex: 1.95;
    	font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
    	text-decoration: none;
    	display: flex;
    	align-items: stretch;
       	align-content: space-between;
  		}
  		
  	.right_strefa {
  		flex: 4;
  		gap: 0.6rem;
    	font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
    	text-decoration: none;
    	display: flex;
    	align-items: stretch;
    	flex-direction: column;
    	justify-content: flex-start;
    	}
    	
  	.container_strefa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 90%;
    max-width: 1200px;
}

.strefa-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    background: white;
    /* border: 2px solid black; */
    /* padding: 10px; */
    text-align: center;
}

.strefa-item:hover {
    background: brown;
}

.strefa-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.strefa-item p {
    margin-top: 10px;
    font-size: 16px;
}

.strefa-video {
    grid-row: span 2;
    aspect-ratio: 9 / 16;
}

@media (max-width: 768px) {
    .container_strefa {
        grid-template-columns: 1fr;
    }
}

.rowA.footmenu ul {
  list-style: none; /* Usuwa domyślne znaczniki listy */
  padding: 0;
  margin: 0;
}

.rowA.footmenu ul li {
  margin: 0;
}

.rowA.footmenu ul li a {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #696a69;
}

.rowA.footmenu ul li a:hover {
  background: none;
  color: #f49b00; 
}

.rowA.fallow {
  height: auto;
  margin-top: 30px;
}

.rowA.fallow p {
  font-size: 16px;
  font-weight: 300;
}
.rowA.social {
  height: auto;
  margin: 10px 0;
  gap: 0;
}

.rowA.social .button.half1.stuff {
  background: none;
  backdrop-filter: none;
  display: block;
}

.rowA.social .button.half1.stuff img {
  padding-bottom: 0;
  height: 50px;
}

.rowA.patron {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  margin-top: 20px;
}

.rowA.patron a {
  height: 48px;	
}

@media (max-width: 1000px) {
  	.rowA.social .button.half1.stuff {
  	background: none;
  	backdrop-filter: none;
  	display: flex;
  	flex-direction: column;
	}

	.rowA.patron {
  	display: flex;
  	flex-direction: column;
  	height: auto;
  	align-items: center;
	}
	.rowA.fallow {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
}

.right p {
	color: #f49b00;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}

footer {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    font-size: small;
    font-weight: 200;
    margin: 1.8rem 0 20px;
}
footer p {
	display: left;
}
footer a {
	text-decoration: none;
    color: white;
}
footer a:hover {
	text-decoration: none;
    background: none;
}

@media (max-width: 1000px) {
  	.rowA.social .button.half1.stuff {
  	background: none;
  	backdrop-filter: none;
  	display: flex;
  	flex-direction: column;
	}

	.rowA.patron {
  	display: flex;
  	flex-direction: column;
  	height: auto;
  	align-items: center;
	}
	.rowA.fallow {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	footer {
	font-size: x-small;
    font-weight: 200;
    margin: 1.8rem 0 20px;
    }
}

.menu-mobile.show .rowA.fallow {
	margin-top: 50px;
}
.menu-mobile.show .rowA.fallow p {
	width: 80%;
    font-size: 12px;
    margin-left: -20px;
}
.menu-mobile.show .rowA.social {
	width: 93%;
    font-size: 12px;
    margin-bottom: -6px;
}

.menu-mobile.show .rowA.patron {
    margin-left: -12px;
    transform: scale(0.9);
    height: auto;
}

/*strefa piwna kultura*/
.left_strefa {
	display: flex;
    aspect-ratio: 9 / 16;
    flex: 1.95;
    font-size: clamp(0.1rem, calc(0.5rem + 1vw), 17px);
    text-decoration: none;
    align-items: stretch;
}
.box {
	display: flex;
    /* flex: 1; */
    position: relative;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fdfbea;
    background: rgb(82 82 82 / 28%);
    backdrop-filter: blur(8px) saturate(100%);
    z-index: 2;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box.pion_wideo {
	aspect-ratio: 9 / 16;
    flex-direction: column;
}

.box.cube {
	aspect-ratio: 1 / 1;
    flex-direction: column;
}

.box.pion_wideo img {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.box.pion_wideo video {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.box img {
	width: 100%;
    /* height: 100%; */
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}
.row.inside.one {
      display: flex;
      flex-direction: row;      
}
    
.row.inside.two {
      display: flex;
    flex-direction: row;      
}

.set_pro {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.set_one { 
	width: 100%;
    height: 100%;
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr 1fr auto 1fr 1fr 1fr;
    grid-template-rows: 56.5% auto;
    margin: 0 auto;
    z-index: 2;
} 

.set_two {
	width: 100%;
    height: 200px;
    margin-top: -0.1rem;
    display: flex;
    gap: 0.6rem;
}

.set_tree { 
	width: 100%;
    height: 790px;
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    z-index: 2;
}

.baza { 
	overflow: hidden;
	background: rgb(82 82 82 / 28%);
    backdrop-filter: blur(8px) saturate(100%);
    padding: 1em;
    font-weight: 700;
    font-size: unset;
    text-align: center;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.baza img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 6px;
    object-fit: cover;
}

.baza video {
    width: 127%;
    border-radius: 6px;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.baza span {
	position: relative;
    display: inline-block;
    z-index: 3;
    color: white;
    font-size: xx-large;
    text-shadow: 2px 2px 12px #482e0078;
}
.baza-pion {
	grid-row: 1 / 3;
    grid-column: 1 / 3;
    aspect-ratio: 9 / 16;
    height: 100%;
    border: 3px solid #f49b00;
    border-radius: 9px;
}

.baza-pion img {
	position: sticky;
    transform: scale(0.45);
    margin: -22% 0 -35%;
}

.baza-app {
	grid-row: 1 / 2;
    grid-column: 3 / 5;
    width: 100%;
    height: auto;
    width: 210px;
}

.baza-cube {
	grid-row: 1 / 2;
    grid-column: 5 / 7;
    aspect-ratio: 1 / 1;
    height: 100%;
}

.baza-soup {
	grid-row: 2 / 3;
    grid-column: 3 / 7;
    /* width: 100%; */
    height: 100%;
}

.baza-symetric {
	display: flex;
    flex-grow: 1;
}

.baza-12 {
	display: flex;
    flex-grow: 12;
}

.baza-8 {
	display: flex;
    flex-grow: 8;
}

.baza-blog {
	grid-row: 1 / 2;
    grid-column: 1 / 7;
}

.baza-grupy {
	grid-row: 1 / 2;
    grid-column: 7 / 13;
}

.baza-instagram {
	grid-row: 2 / 3;
    grid-column: 1 / 7;
}

.baza-youtube {
	grid-row: 2 / 3;
    grid-column: 7 / 13;
}

.baza-untappd {
	grid-row: 3 / 4;
    grid-column: 1 / 7;
}

.baza-facebook {
	grid-row: 3 / 4;
    grid-column: 7 / 13;
}

.baza-tiktok {
	grid-row: 4 / 5;
    grid-column: 1 / 7;
}

.baza-x {
	grid-row: 4 / 5;
    grid-column: 7 / 13;
 }

.yellow_set {
	background: #f49b00;
}

.yellow_set span {
    color: #272727;
    text-shadow: none;
}
@media (max-width: 1000px) {
.set_one { 
	grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
} 

.set_two {
	width: 100%;
    height: 34vw;
}

.set_tree { 
    height: 130vw;
}

.baza span {
    font-size: 5vw;
}

.baza-pion {
	grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.baza { 
	font-weight: 700;
    font-size: small;
}

.baza-app {
	grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    height: auto;
}

.baza-cube {
	grid-row: 1 / 2;
    grid-column: 2 / 3;
    height: 100%;
}

.baza-soup {
	grid-row: 3 / 4;
    grid-column: 1 / 3;
    height: 100%;
 }
 

	
}
