:root
{
	--kolor-tla: #FFF3E2;
	--kolor-drugi: #E74646;
	--kolor-trzeci: #FFE5CA;
	--kolor-czcionki: #FFFFFF;
	--kolor-stopki: #333333;
}

body 
{
	background-color: var(--kolor-tla);
	margin: 0px;
	overflow-x: hidden;
}

/* Lista Pod Stron z Fajnym Hoverem */

.main-header
{
	position: sticky;
    top: 0px;
    z-index: 1;
}

.bg-nav
{
	background-color: var(--kolor-drugi);
}

.fast
{	
	display: inline-block;
	position: relative;
	color: var(--kolor-czcionki);
	font-family: sans-serif;
	font-size: 17.5px;
	cursor: pointer;
	transition: 0.4s all ease;
	letter-spacing: 1px;
	margin-left: 10px;
}

.fast a:hover
{
	color: #dedede;
	transition: 0.4s all ease;
}

.fast::after
{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: var(--kolor-trzeci);
	transform-origin: bottom right;
	transition: transform 0.5s ease-out;
}

.fast:hover::after
{
	transform: scaleX(1.0);
	transform-origin: bottom left;
}

.fast-no-hover
{
	display: inline-block;
	position: relative;
	color: var(--kolor-czcionki);
	font-family: sans-serif;
	font-size: 17.5px;
	letter-spacing: 1px;
	margin-left: 10px;
}

.c-default
{
	cursor: default;
}

/* SLIDER  */

#slider
{
	width: 100%;
	position: relative;
	clip-path: inset(0);
	min-height: 1070.43px;
}

.slajd
{
	position: fixed;
	left: 0;
  	top: 0;
	height: 1070.43px;
	width: 100%;
	object-fit: cover;
}


/* Info pod Slajdami */


.pojemnik
{

	max-width: 100%;
	overflow: hidden;
	margin-top: 50px;

}

.pojemnik .container
{
	max-width: 100%;
}

.caly_opis
{
	margin-top: auto;
	margin-bottom: auto;
	
}

.gadanina
{
	margin-right: 0px;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}

.stas
{
	text-align: center;
	margin-left: 0px;
	width: 600px;
	
}

.stas img
{
	width: 100%;
	margin-top: 0px;
}

.imie_motto
{
	font-family: 'Poltawski Nowy', serif;
}

.imie_motto h1
{	
	width: 320px;
	padding: 30px;
	margin-right: auto;
	margin-left:  auto;
	font-size: 35px;
	border-bottom: solid 1.5px #FA9884;
}
.imie_motto h2
{
	font-size: 27px;
	margin-bottom: 30px;
}

.opis
{
	text-align: justify;
	margin-right: auto;
	margin-left:  auto;
	max-width: 50%;
}


/* OFERTA */


.oferta
{
	max-width: 95%;
	height: auto;
	background-color: var(--kolor-trzeci);
	border-radius: 100px;
	margin-top:  100px;
	margin: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 1px 0px; 
}


.oferta_title
{	
	width: 100%;
	background-color: var(--kolor-drugi);
	padding: 25px 0px 20px 0px;
	border-radius: 100px 100px 0px 0px;
	margin-right: auto;
	margin-left:  auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
	color: var(--kolor-czcionki);
	font-weight: 600;
}


/* 360 FLIP OFERTY */

.cart-container 
{
	width: 250px;
	height: 250px;
	margin: 20px 23px 100px 23px;
}

.cart-row 
{
    display: flex;
    text-align: center;
    flex-direction: row;
    padding: 50px;
    margin-bottom: 50px;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 991px) 
{	
	.cart-container 
	{
		width: 370px;
		height: 370px;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.cart-row 
	{
		align-items: center;
		padding: 25px;
	}

	.cart-row:last-child
	{
		margin: 30px 0px 50px 0px;
	}
}

@media (max-width: 767px) 
{
	.cart-row 
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		padding: 35px;
	}

	.cart-container 
	{
		width: 430px;
		height: 430px;
		margin: 30px 0px 50px 0px;
	}
}

@media (max-width: 575px) 
{
	.cart-row 
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		padding: 25px;
	}

	.cart-container 
	{
		width: 361px;
		height: 361px;
		margin: 30px 0px 50px 0px;
	}
}



.cart-front 
{
	position: relative; /* Changed to relative */
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	color: var(--kolor-czcionki);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	backface-visibility: hidden;
}

.cart-content-front 
{
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.cart_title
{	
	width: 100%;
	height: 42px;
	background-color: var(--kolor-drugi);
	border-radius: 20px 20px 0px 0px;
	margin-right: auto;
	margin-left:  auto;
	text-align: center;
	font-family: sans-serif;
	color: var(--kolor-czcionki);
	font-weight: 600;
	padding: 8px 20px 0px 20px;
	font-size:  17px;
}

.sprawdz
{
	width: 100%;
	height: 100%;
}
/* 
.sprawdz:hover
{
	background-color: #202020;
	border-radius: 40px;
	transition: 0.5s;
	text-decoration: none;
	color: #eeeeee;
}

.sprawdz a 
{
	color: #eeeeee;
	text-decoration: none;
}
.sprawdz:hover a
{
	color:  var(--kolor-czcionki);
} */

/* STOPKA */

.stopka
{
	margin: 0px;
	margin-top:  100px;
	width: 100%;
	padding: 25px;
	background-color: var(--kolor-drugi);
}

footer 
{
	background-color: var(--kolor-stopki);
	color: var(--kolor-czcionki);
	text-align: center;
	padding: 20px;
}

a 
{
	color: var(--kolor-czcionki);
	text-decoration: none;
}

@media (max-width: 767px) 
{
	footer 
	{
		font-size: 14px;
	}
}


/* ZDJĘCIE TEMEATYCZNE */

@media (min-width: 992px) 
{
	.something .container 
	{
		max-width: 820px;
	}
}

@media (min-width: 1200px) 
{
	.something .container
	{
		max-width: 100%;
	}
}

.caly_opis_zdjecia
{
	margin-top: 0px;
}

.zdjecie_t
{
	text-align: center;
	margin-left: 0px;
	width: 600px;
	
}

.zdjecie_t img
{
	width: 100%;
	margin-top: 0px;
}


.zdjecie_t_r
{
	width: 50%;
	border-radius: 100% 0% 0% 100%;
	height: 1000px;
	background-image: url('img/cart/rodzinne.jpg');  
	background-size: cover;
}

.zdjecie_t_l
{
	width: 50%;
	border-radius: 0% 100% 100% 0%;
	height: 1000px;
	background-image: url('img/cart/rodzinne.jpg');  
	background-size: cover;
}

.flex_podstron
{
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

/* CENNIK */

/* .cennik
{
	width: 90%;
	height: auto;
	background-color: var(--kolor-trzeci);
	border-radius: 100px;
	margin-top:  100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 20px 0px;  
	margin-bottom: 100px;
}

.cennik p
{
	font-size: 23px;
}

.cennik_title
{	
	width: 100%;
	background-color: var(--kolor-drugi);
	padding: 20px 0px 20px 0px;
	border-radius: 100px 100px 0px 0px;
	margin-right: auto;
	margin-left:  auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
	color: var(--kolor-czcionki);
	font-weight: 600;
}

.cena_title
{
	width: 100%;
	background-color: var(--kolor-drugi);
	border-radius: 20px 20px 0px 0px;
	margin-right: auto;
	margin-left:  auto;
	text-align: center;
	font-family: sans-serif;
	color: var(--kolor-czcionki);
	font-weight: 600;
	padding: 10px;
	font-size:  34px;
}

.cena-container 
{
	width: 250px;
	height: 250px;
	margin: 20px 23px 100px 23px;
}

@media (max-width: 991px) 
{	
	.cena-container 
	{
		width: 500px;
		height: 500px;
		margin-top: 30px;
		margin-bottom: 100px;
	} 
}

@media (max-width: 767px) 
{
	.cena-container 
	{
		width: 430px;
		height: 430px;
		margin: 30px 0px 100px 0px;
	}
}

@media (max-width: 575px) 
{
	.cena-container 
	{
		width: 338px;
		height: 338px;
		margin: 30px 0px 100px 0px;
	}
}

.cena_front
{
	position: relative; 
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	color: var(--kolor-czcionki);
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
	background-color: #323232;
}

.cena-content-front 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
} */


/* GALERIA */

.galery
{
    width: 85%;
    margin: 100px auto;
    text-align: center;
    border-radius: 75px;
    background-color: var(--kolor-trzeci);
    min-height: 500px;
}

.galery_title
{	
	color: var(--kolor-czcionki);
    width: 100%;
    border-radius: 75px 75px 0px 0px;
    position: relative;
    top: 0;
    background-color: var(--kolor-drugi);
    padding: 15px 0;
	font-family: sans-serif;
	font-size: 40px;
	color: var(--kolor-czcionki);
	font-weight: 600;
}

.galery_row
{
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.thumbnail:hover
{
   transform: scale(110%);
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}

.thumbnail
{
    margin: 20px 0px;
    transition: all ease-in-out 0.3s;
	border: solid 3px rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 0 48px 2px rgba(0, 0, 0, 0.5);
}

.thumbnail_P
{
	margin: 32px;
    width: 200px;
    height: 350px;
}

.thumbnail_H
{
    width: 350px;
    height: 200px;
	margin-top: 100px;
}

.thumbnail img
{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.photos
{
	align-items: center;
	align-content: center;
	animation: fadeIn 0.3s;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.hidden
{
    display: none;
}
  
.photo_img
{
    width: 150vh;
    margin: 0 auto;
    display: inline-block;
    margin: auto;
}

.img_P
{
	width: auto;
	height: 100vh;
}

.img_P_small
{
	max-width: 90vw;
	max-height: 100%;
}

.photo_img img
{
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.cancel
{
	font-size: 2vh;
	border-radius: 50%;
	background-color: #E74646;
	opacity: 0.95;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #eee;
	transition: ease-in-out 0.2s;
}

.cancel:hover
{
	color: #222;
	transform: rotate(180deg);
	transition: ease-in-out 0.35s;
}

.arrow_left
{
	float: left;
	font-size: 2vh;
	padding: 5px;
	background-color: #E74646;
	border-radius: 0px 30px 30px 0px;
	cursor: pointer;
	color: #eee;
	position: absolute;
	top: 48vh;
	left: 0;
}

.arrow_right
{
	float: right;
	font-size: 2vh;
	padding: 5px;
	background-color: #E74646;
	border-radius: 30px 0px 0px 30px;
	cursor: pointer;
	color: #eee;
	position: absolute;
	top: 48vh;
	right: 0;
}

/* NIE WIEM CO TO ZNACZY ALE DZIAŁA */

[class^="icon-"]::before, [class*=" icon-"]::before 
{
	font-size: 120%;
	line-height: 1.4;
}

/* TO JUŻ WIEM */

@media (max-width: 1199px)
{
	.thumbnail_H
	{
		margin: 32px;
		max-height: 350px;
		max-width: 475px;
	}

	.thumbnail_P
	{
		margin: 32px;
		max-height: 475px;
		max-width: 350px;
	}
}

@media (max-width: 767px)
{
	.thumbnail_H
	{
		margin: 16px;
		max-height: 300px;
		max-width: 425px;
	}

	.thumbnail_P
	{
		margin: 16px;
		max-height: 425px;
		max-width: 300px;
	}

	.thumbnail:hover 
	{
		transform: scale(1.1);
	}

	.thumbnail_S:hover 
	{
		transform: scale(1.1);
	}

	.gallery 
	{
		padding: 32px;
	}

	.arrow_left
	{
		opacity: 0.8;
	}
  
	.arrow_right
	{
		opacity: 0.8;
	}
}

@media (max-width: 575px)
{
	.thumbnail_H
	{
		margin: 16px;
		max-height: 200px;
		max-width: 350px;
	}

	.thumbnail_P
	{
		margin: 16px;
		max-height: 325px;
		max-width: 200px;
	}

	.gallery 
	{
		padding: 16px;
	}

}


/* SOCIAL MEDIA */


.kontakt
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-top: 200px;
	height: 600px;
	text-align: center;
	margin-bottom: 200px;
}
.lista
{
	padding: 0px;
}

.s-media-f
{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: #0691f3;
	margin: 50px;
}

.s-media-i
{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom left, #8303fb, #ff0642, #ffcc00);
	margin: 50px;
}

.icon 
{
	width: 150px;
	height: 150px;
	margin-top: 45px;
}

.icon-background
{	
	display: inline-block;
	position: relative;
	color: var(--kolor-czcionki);
	font-family: sans-serif;
	font-size: 17.5px;
	cursor: pointer;
	transition: 0.4s all ease;
	letter-spacing: 1px;
	margin-left: 7.4px;
}

 .s-media-i:hover
{
	background-image: linear-gradient(to bottom left, #7202ea, #ee0531, #eebb00);
	transition: 5s;
}

.s-media-f:hover
{
	background-color:  #0580e2;
	transition: 0.4s all ease;
}


/* FOOTER */


footer
{
	margin-top: 100px;
}