
@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Light.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../fonts/Manrope-Regular.ttf);
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body{
	background: #f2f2f2;
	width: 100%;
	font-family: Manrope;
}

a{
	text-decoration: none;
	transition: 300ms;
}
 /*  header  */


#header{
	position: absolute;
	top: 0px;
	height: 100px;
	width: 100%;
	padding: 0 5px;
	background: #fff;
	display: block;
	z-index: 10;
}


#menu, .menu-box-item{
	height: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#menu{
	position: relative;
	width: 80%;
}

#menu, #hover-menu, .hover-menu-box-item{
	background-color: #ffffff;
}

#menu-logo, .menu-box, .hover-menu-box-item{
	float: left;
}

#hover-menu{
	width: 100%;
	display: none;
	transition: 500ms;
	list-style-type: none;
	/*transform: translateX(-25%);*/

}

#menu-logo{
	width: 20%;
	height: 100%;
	display: block;
	text-align: left;
}

.menu-box{
	width: 80%;
	color: red;
	list-style: none;
} 

.menu-box-item{
	width: 20%;
	float: left;
	line-height: 100px;
}

.hover-menu-box-item{
	width: 100%;
	border-top: 1px solid #ffc2d1;
}

.menu-box-item a, .hover-menu-box-item a{
	width: 100%;
	height: 100%;
	display: block;
	
	color: #333333;
	text-decoration: none;

	transition: 300ms;
}

.show-item:hover > #hover-menu{
	display: block;
}

.menu-box-item a:hover{
	color: #333333;
	background: #ffc2d1;
}

.burger{
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.burger div{
  width: 25px;
  height: 3px;
  background-color: #000000;
  transition: all 0.3s ease;
}

.hide-menu{
	display: none;
}

#demo-item{
	position: fixed;
	top: 0px;
	left: -3px;
	width: 100%;
	height: 30px;
	background: #FFC107;

	text-align: center;
	margin: 0 auto;

	line-height: 25px;
}
/* content */

#container, #container-box, /* .start-item-subpage */{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

#container-box, #start-item, .start-item-subpage, #content-box-one, .content-box-items, .contetx-box-top-panel, .subpage-title{
	display: block;
}

#start-item, #content-box-one, #content-box-two, #main-page-footer, #contat-conteiner{
	position: relative;
	min-height: 100vh;

	overflow: hidden;
}

#start-item{
	top: 100px;
	width: 100%;

	background-image: url(../images/tlo1.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;


	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	text-align: center;
	color: #ffffff;

}

.main-box{
	background: rgba(0, 0, 0, .6);

	width: 100%;
	height: 100vh;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	z-index: 1;
}

.main-box-item{
	width: 80%;
	margin: 0 auto;

}

.main-box-item h1, .main-box-item h3{
	margin-bottom: 30px;
}

.main-box-item h1{
	font-size: 3em;
}

.main-box-item h3{
	font-size: 2em;
}

.box-link-button{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 5px;
	display: block;
	border-radius: 25px;
	font-size: 1.2em;
	color: #111111;
	background-color: #ff8fab;
}

.box-link-button:hover{
	background-color: #ffc2d1;
}


#content-box-one, .image-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

}


#content-box-one /* #content-box-two */{
	padding: 10% 0;
}


.content-box-items, .content-box-title{
	width: 80%;
}


.box-item-one{
	min-height: 60vh;

	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.content-box-title{
	width: 80%;
	margin-bottom: 35px;
	padding: 10px 20px;
	text-align: justify;
}

.content-box-title h1{
	text-align: center;
}

.content-box-item{
	width: 50%;
	min-width: 400px;
	
	margin: 0;
	float: left;
	overflow: hidden;
}

.content-box-title h1{
	margin-bottom: 30px;
}

.text-box-title h2{
  color: #ff8fab;
}

.image-box{
	width: 80%;
	margin: 0 auto;
}

.image-box img{
	width: 100%;
	border: 5px solid #ff8fab;
	
}

.box-item-two{
	padding: 10px 5px;
}

.text-content{
	width: 70%;
	min-height: 400px;
	margin: 5% auto;
}


.text-content-box{
	width: 80%;
	text-align: justify;
	margin: 7.5% 0;
}

.text-content li{
	margin-left: 14.5px;
}



.text-item-one, .text-item-three{
	margin-right: 30%;
}

.text-item-two{
	margin-left: 30%;
}

.offer-list{
	margin-left: 10px;
}


#content-box-two{	
	display: block;

	background-image: url(../images/tlo3.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.background{
	width: 100%;
	min-height: 100vh;
	background: rgba( 0, 0, 0, .6);

	display: block;

	color: #fff;
}

.contetx-box-top-panel{
	width: 80%;
	margin: 2.5% auto;
}

.top-pane-side{
	width: 50%;
	margin: 0;
	float: left;
}

.right{
	display: flex;
	justify-content: right;
}

.center{
	display: flex;
	justify-content: center;
}


.left h1{
  background: -webkit-linear-gradient(#888, #ff8fab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


.top-pane-link{
	width: 15%;
	min-width: 150px;
	text-align: center;
	color: #fff;
	background: none;
	border: 2px solid #ff8fab;
	transform: translateY(-5px);
}

.top-pane-link:hover{
	/* border: 2px solid  rgba(247, 184, 1, .9) */
	background: #ffc2d1;
	color: #111111;
}

.content-one-item{
	position: relative;
	top: 25vh;
	width: 100%;
}

.center{
	margin: 0 auto;
}

.boxes-list{
	width: 100%;
	display: block;
}

.boxes-list a{
	color: #fff;
}

.boxes-list-item{
	position: relative;
	left: 0;
	width: 33.33%;
	min-width: 200px;
	height: 200px;
	float: left;
	margin: 0;
	overflow: hidden;
}


.border-top-left, .border-top-mid, .border-top-right{
	border-bottom: 1px solid #ff8fab;
}

.border-top-mid, .border-bottom-mid{
	border-left: 1px solid #ff8fab;
	border-right: 1px solid #ff8fab;
}

.boxes-list-item:hover > .boxes-list-item-name{
	transform: translateY(-150px);
}

.boxes-list-item:hover > .boxes-list-item-text{
	transform: translateY(-150px);
}

.boxes-list-item-name{
	width: 100%;
	height: 100%;
	font-size: 1.8em;
	text-align: center;
	line-height: 200px;
	transition: 300ms;
}

.boxes-list-item-text{
	transition: 300ms;
	padding: 10px 30px;
}

#main-page-footer{
	width: 100%;
	min-height: 50vh;
	background: #fb6f92;
	color: #fff;
}

#main-page-footer::after, #content-box-two::after, .content-one-item{
	content: "";
	display: block;
	clear: both;
}

.footer-map-site{
	width: 80%;
	margin: 0 auto;
}

.footer-map-site, .site-map-column{
	height: 100%;
	display: block;
}

.site-map-column{
	width: 25%;
	float: left;
	margin: 0;
	padding: 75px 0;
}

.column-three{
	width: 50%;
}

.column-one-logo{
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	overflow: hidden;
}

.column-text h3, .column-text p, .column-text a{
	margin-bottom: 5px;
}

.column-text h3{
	font-size: 1.4em;
}

.column-text p, .column-text a{
	font-size: 1em;
}

.column-two{
	padding-left: 20px;
	padding-right: 20px;
	
}

.column-two .column-text h3{
	margin-bottom: 30px;
}

.column-two .column-text a{
	height: 30px;
	width: 80%;
	border-bottom: 1px solid rgba(250, 250, 250, .5);
	transition: 200ms;
	line-height: 30px;
	color: #fff;
	display: block;
}

.column-two .column-text a:hover{
	font-family: Manrope-Regular;
	font-weight: bold;
	padding-left: 20px;
}

.column-three .column-text p{
	margin: 30px auto;
}


/* Podstrony */

.start-item-subpage{
	top: 100px;
	height: 65vh;
	width: 100%;

	background-image: url(../images/tlo5.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;


}

.main-box-subpage{
	height: 100%;
	width: 100%;
    background-color: rgba(0, 0, 0, .7);

    color: #ffffff;

    display: flex;
	justify-content: center;
	align-items: center;
}

.subpage-title{
	padding-top: 20px;
	text-align: center;
}

.subpage-title h1{
	font-size: 2.5em;
	margin-bottom: 10px;
}

.subpage-title h3{
	color: #ff8fab;
}


#contat-conteiner{
	height: 20vh;
	min-height: 0;
	background-color: #ffb3c1;
	padding-top: 3vh;
}

#contat-conteiner hr{
	margin-top: 19px;
	
}

#contat-conteiner hr, .contact-container-buuton a{
	color: #ffffff;
	border: #ffffff 1px solid;
}

.contact-container-buuton a{
	background-color: #ffffff;
	color:  #fb6f92;
}


/*Cennik*/

.full-width{
	width: 100%;
}

.table-box, .table-box-row, .table-box-column{
	display: flex;
}

.table-box{
	flex-direction: column;
}

.table-box-row{
	width: 70%;
	font-size: 1.2em;
	margin: 0 auto;
}

.flex-center{
	justify-content: center;
}

.table-box-column{
	width: 50%;
	min-height: 50px;
}

.col-2{
	padding-left: 15px;
}
/* tła do podstron */

.section-one{

}

.section-two{
	background-image: url(../images/tlo4.jpg);
	background-position: center;
}

.section-three{
	background-image: url(../images/deser.jpg);
	background-position: center;
}

.section-four{
	background-image: url(../images/applepie.jpg);
	background-position: center;
}

/* Media */

@media only screen and (max-width: 1600px){
	.boxes-list-item:hover > .boxes-list-item-name{
		transform: translateY(-190px);
	}

    .boxes-list-item:hover > .boxes-list-item-text{
		transform: translateY(-190px);
	}

}


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


	.text-item-one, .text-item-two, .text-item-three{
		margin: 7.5% 0;
	}

	.box-item-one{
		min-height: 0;
		margin-bottom: 50px;
	}

	.image-box{
		width: 100%;
	}

	.text-content{
		width: 100%;
		min-height: 400px;
		margin: 0;
	}

	.text-content-box{
		width: 100%;
	}


	.background{
		/*min-height: 150vh;*/
		top: 0;
	}


	.contetx-box-top-panel{
		margin: 50px 10%;
		width: 80%; 
	}

	.content-one-item{
		top: 3.5vh;

	}

	.content-box-item{
		width: 100%;
		min-width: 200px;
	}

	#content-box-one{
		padding-top: 200px;
	}
	
	#content-box-one h1{
		text-align: left;
	}

	#content-box-two{
		background-position: center;
		min-height: 100vh;
		display: flex;
		flex-wrap: wrap;
	}

	.boxes-list-item{
		border: none;
		width: 100%;
	}
	
	.boxes-list-item-text{
		padding: 0px;
	}
	
	.border-top-left, .border-top-mid, .border-top-mid, .border-bottom-left, .border-bottom-mid, .border-top-right{
		border-bottom: 1px solid #ff8fab;
	}

	.boxes-list-item:hover > .boxes-list-item-name{
		transform: translateY(-150px);
	}

    .boxes-list-item:hover > .boxes-list-item-text{
		transform: translateY(-150px);
	}

}

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

	.menu-box{
		display: none;
	}

	.hide-menu{
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		height: 100vh;
		background-color: #ffffff;
		padding: 0 25px;
		transform: translateX(-100%);
		z-index: 9;
		transition: 500ms;
	}

	.active{
		transform: translateX(0%);
	}

	.hide-menu-box, .hide-menu-box, .hide-hover-menu-box-item{
		position: relative;
	}

	.hide-menu-box{
		top: 150px;
		width: 70%;
		margin: 0 auto;
		list-style-type: none;
	}

	

	.hide-hover-menu-box-item, .hide-menu-box-item{
		height: 70px;
		width: 100%;
		border-bottom: 1px solid #ffc2d1;
		list-style-type: none;
		line-height: 50px;
		overflow: hidden;
		padding: 10px;

		transition: 500ms;
	}

	.hide-hover-menu-box-item:last-child, .hide-menu-box-item:last-child{
		border: none;
	}

	.hide-hover-menu-box-item{
		left: 20px;
	}

	.show-item:hover{
		height: 420px;
	}

	.hide-menu-box-item a, .hide-hover-menu-box-item a{
		width: 100%;
		height: 100%;	
		max-height: 50px;
		display: block;
	
		color: #333333;
		text-decoration: none;

		transition: 300ms;
	}

	.burger{
    	display: flex;
  	}

  	.burger.toggle .line1 {
 		 transform: rotate(45deg) translate(6px, 5px);
 		 width: 30px;
	}

	.burger.toggle .line2 {
 		 opacity: 0;
	}

   .burger.toggle .line3 {
   	 width: 30px;
     transform: rotate(-45deg) translate(5px, -6px);
   }


	#menu{
		width: 100%;
	}


	.content-box-item{
		width: 100%;
	}
	
	#content-box-one h1{
		text-align: left;
	}

	#content-box-two{
		background-position: center;
	}


	.boxes-list-item{
		border: none;
		width: 100%;
	}
	
	.boxes-list-item-text{
		padding: 0px;
	}
	
	.border-top-left, .border-top-mid, .border-top-mid, .border-bottom-left, .border-bottom-mid, .border-top-right{
		border-bottom: 1px solid #ff8fab;
	}

	
	/*#main-page-footer{
	height: 120vh;
	}*/

	.site-map-column{
	width: 50%;
	height: 50%;
	}

	.column-three{
	width: 100%;
	padding-top: 40px;
	}
	
}