/* * {
  box-sizing: border-box;
}    */

   body{
		background-image: url('../img/Rostbef wędzony luksusowy (2) kopia.jpg');
		background-size: 1950px 1000px;
		background-repeat: no-repeat;
		background-size: cover;          
		background-position: center;     
		background-attachment: fixed;
		margin: 0;
		padding: 0; 
		margin: 0;
		font-family: 'Bevan', self-serif;
		display: flex;
		flex-direction: column;	
        min-height: 100vh;
		height: auto;
		min-height: 100vh;
		overflow-x: hidden; 
		overflow-y: auto;	
		
	} 
	section{
		position: relative;
		width: calc(min(180rem, 100%));
		margin:0 auto;
		min-height: 70vh;
		column-gap: 3rem;
		padding-block: min(20vh, 3rem);
		text-align:center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;	
		grid-auto-rows: auto;
		gap: 3rem; 
		
	}
	
	.swiper-slide{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		justify-content: flex-start;
		align-items: flex-start;
		
	}
	
	.text{
		font-family: 'Myriad Pro Light', serif;
		text-align:center;	
		color: white;
		font-size: 18px;
		text-justify: auto;
		justify-items: center;
	}
	.wrapper {
	  display: flex;
	  flex-direction: column;
	  min-height: 100vh;
	}

	

	main {
	  flex: 1; 
	  padding: 20px 0;
	  margin: 0 0 0 140px;
	  display: flex;
	  align-items: center; 
	  justify-content: center; 
	}	
	
	.box{
		box-sizing: border-box;
		display: flex !important;
		flex-direction: column;
		width: 80%;
		max-width: 1600px;
		margin: 100px; 
		padding: 20px;
		backdrop-filter: blur(8px);
		background-color: rgba(0, 0, 0, 0.2); 
		/* border-radius: 10px; */
		color: white;
		
	}
	
    iframe {
		display: block;
		margin: 0 auto;
		width: 100%;
		border: none;
		height: 350px;
	
	}

	h2, p {
		  margin: 10px;
		}

	footer {
		  text-align: center;
		  padding: 5px;
		  background: transparent;
		  backdrop-filter: blur(2px);
		  color: white;
		  width:90%;
		  margin: 40px auto;
		}
	.logo{
		  position: absolute;
		  bottom: 8px;
          left: 16px;
          font-size: 20px;
	
	}	
	.img{
		  position: absolute;
		  bottom: 8px;
          right: 16px;
          font-size: 20px;
	
	}
	

	.header {
	  background: linear-gradient(90deg, #000066 0%, #000080 100%);
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 20px 40px;
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	  font-size: 32px;
	  
	}

	.logo-left,
	.logo-right {
	  height: 80px;
	  border-radius: 10px;
	  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3);
	}

	.logo-center {
	  height: 60px;
	  display: block;
	  margin: 0 auto 10px;
	}

	.nav-center {
	  text-align: center;
	  flex-grow: 1;
	}

	.nav-links {
	  display: flex;
	  justify-content: center;
	  gap: 40px;
	  margin-top: 10px;
	}

	.nav-links a {
	  color: white;
	  text-decoration: none;
	  font-weight: 500;
	  font-size: 16px;
	  position: relative;
	  transition: color 0.3s;
	}

	.nav-links a::after {
	  content: '';
	  position: absolute;
	  width: 0;
	  height: 2px;
	  bottom: -4px;
	  left: 0;
	  background-color: orange;
	  transition: width 0.3s;
	}

	.nav-links a:hover {
	  color: orange;
	}

	.nav-links a:hover::after {
	  width: 100%;
	}
    .map-link {
	  color: white !important;
	  text-decoration: none !important;
	  transition: color 0.2s ease-in-out;
	}
	.map-link:hover,
	.map-link:visited,
	.map-link:active,
	.map-link:focus {
	  color: white !important;
	  text-decoration: underline !important;
	}
/* flip cover card dla Sklepy adresy, na razie czekam na materiały 	 */

/* .card-flip {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px; 
}

.card-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.card-flip:hover .card-flip-inner {
  transform: rotateY(180deg);
}


.card-flip-front, .card-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.card-flip-front {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}


.card-flip-back {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  transform: rotateY(180deg);
}

.card-container {
    
    justify-items: center;
    margin: 20px; 
    padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	justify-items: center; 
	justify-content: center;
	display: flex;
	flex-wrap: wrap;          
	align-items: flex-start;
} */