html{
	 overflow-x: hidden;
	 background-color: var(--vilagosszurke);
}

/*main*/
main{
	
}

/* Front section */

.front-cover{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background-image:linear-gradient(to bottom, var(--vilagosszurke), var(--vilagosszurke) 50px, rgba(0, 0, 0, 0.0) 15vh, rgba(0, 0, 0, 0.0));
	z-index: 11;
	pointer-events: none;
}

#front-wheel{

}

.kullo{
	position: absolute;
	top: 0;
	left: -40vw;
	width: 130vw;
	height: 100vh;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transform: rotate(-180deg);
	transition: 0.4s;
	opacity: 1.0;
	z-index: 9;
	pointer-events: none;
}

.kullo img{
	width: 28vw;
	transform: scale(0.0);
	border-radius: 12px;
	pointer-events: all;
	transition: 0.2s;
}

.kullo.current{
	transform: rotate(0deg);
	z-index: 11;
}

.kullo.current img{
	transform: scale(1.0);
}

.kullo.current img:hover{
	cursor: pointer;
	transform: scale(1.2);

}

.kullo.next{
	transform: rotate(-24deg);
}

.kullo.next img{
	transform: scale(0.7);
}

.kullo.prev{
	transform: rotate(24deg);
}

.kullo.prev img{
	transform: scale(0.7);
}

.kullo.gone{
	transform: rotate(180deg);
}

.kullo.hidden{
	transform: rotate(-180deg) !important;
	opacity: 0.0;
}

#front-content-overlay{
	position: absolute;
	top: 0;
	height: 100vh;
	left: -40vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	transition: 0.2s;
}
#front-content-overlay div{
	width: 86vw;
	height: 86vw;
	border-radius: 43vw;
	box-shadow: inset -2px -2px 8px  0px rgba(40, 40, 40, 0.4), 2px 2px 40px rgba(0, 0, 0, 0.2);
	background-color: var(--vilagosszurke);
}

#front-content-overlay.hidden{
	left: -120vw;
	right: 120vw;
}

#front-title-div{
	position: absolute;
	top: 0;
	left: 200px;
	width: 40vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 60px;
	align-items: center;
	z-index: 16;
}

#front-alcim-div{
	position: absolute;
	top: 0;
	left: -33vw;
	right: 45vw;
	width: 85vw;
	height: 100vh;
	z-index: 15;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: 0.2s;
}

#front-alcim-div.hidden{
	left: -120vw;
	right: 120vw;
}


#front-alcim-div h3{
	display: none;
	color: var(--sotetkek);
	font-size: 2.4vw;
	font-family: Roboto-thin;
	width: 40vw;
	text-align: right;
}

#front-alcim-div .current{
	display: block;
	margin-right: -40vw;
	margin-left: 105vw;
	animation: alcimAnimCurrent 0.5s linear 1;
	animation-fill-mode: forwards;
}

@keyframes alcimAnimCurrent{
	0%{
		margin-right: -40vw;
		margin-left: 105vw;
	}
	80%{
		margin-right: 3vw;
		margin-left: 0vw;
	}
	100%{
		margin-right: 2vw;
		margin-left: 0vw;
	}
}

#front-alcim-div .prev{
	display: block;
	margin-right: 0vw;
	margin-left: 0vw;
	animation: alcimAnimPrev 0.3s linear 1;
	animation-fill-mode: forwards;
}

@keyframes alcimAnimPrev{
	0%{
		margin-right: 2vw;
		margin-left: 0vw;
	}
	100%{
		margin-right: -40vw;
		margin-left: 105vw;
	}
}

#section-2{
	position: absolute;
	top: calc(50vh + 43vw + 30vh);
	left: 0;
	right: 0;
	width: 100%;
}

/* tagline section */

#section-tagline{
	justify-items: center;
	overflow: hidden;
	transition: 0.4s;
	display: block;
	padding-bottom: 10vh;

}

#section-tagline h3{
	font-family: Roboto-thin;
	font-weight: 100;
	font-size: 50px;
	color: var(--sotetkek);
	transition: 0.2s;
}

#tagline-inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	align-items: center;
	justify-items: center;
}

#info-wrapper{
	margin-top: 16vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#info-wrapper article{
	padding-left: calc(40px + 2vw);
	padding-right: 1vw;
	max-height: 40vw;
	overflow-y: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#info-wrapper article p{
	text-align: justify;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

#info-image-holder{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.info-image-inner{
	width: 100vw;
	height: 40vw;
	margin-left: 6vw;
	margin-right: -60vw;
	grid-row: 1;
	grid-column: 1;
	transform: rotate(-180deg);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.info-image-inner img{
	transform: scale(0.0);
	transition: 0.6s;
	width: 40vw;
	border-radius: 4vw;
	box-shadow: inset -2px -2px 8px  0px rgba(40, 40, 40, 0.4), 2px 2px 40px rgba(0, 0, 0, 0.2), inset 0px 0px 12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}


.info-image-inner.active{
	animation: frontStoryShow 0.6s linear 1;
	animation-fill-mode: forwards;
	z-index: 2;
}

.info-image-inner.active img{
	transform: scale(1.0);
}

.info-image-inner.hide{
	animation: frontStoryHide 0.6s linear 1;
	animation-fill-mode: forwards;
}

@keyframes frontStoryShow{
	0%{
		transform: rotate(-180deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

@keyframes frontStoryHide{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(180deg);
	}
}


/*menu section*/
#section-menu{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	overflow: hidden;
	transition: 0.2s;
}

.menu-card{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
	margin: 1vh 2vw 1vh 2vw;
	padding: 4vh 0 2vh 0;
	transition: 0.2s;
}

.menu-card p{
	transform: scale(1.0, 0.0);
	opacity: 0.0;
	transition: 0.2s;
	height: 20vh;
	margin-top: 1vh;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	padding: 0 1vw 0 1vw;
	color: var(--fekete);
}

.menu-card h3{
	color: var(--sotetkek);
}

.menu-card:hover{
	cursor: pointer;
}

.menu-card:hover p{
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}

.menu-card-img-div{
	width: 20vw;
	height: 20vw;
	border-radius: 10vw;
	overflow: hidden;
	box-shadow: 10px 10px 30px 0px rgba(40, 40, 40, 0.2),
	inset -8px -8px 10px 0px rgba(40, 40, 40, 0.1),
	inset 8px 8px 10px 0px rgba(255, 255, 255, 0.2),
	-8px -8px 20px 0px rgba(255, 255, 255, 0.8);
	transition: 0.1s;
	pointer-events: all;
}

.menu-card:hover .menu-card-img-div{
	box-shadow: 10px 10px 30px 0px rgba(40, 40, 40, 0.2),
	inset 8px 8px 30px 0px rgba(40, 40, 40, 0.05),
	inset -8px -8px 20px 0px rgba(255, 255, 255, 0.2),
	-8px -8px 20px 0px rgba(255, 255, 255, 0.8);
}

.menu-card:hover .menu-card-img-div div{
	transform: scale(0.95);
}

.menu-card-img-div div{
   	width: 18vw;
	height: 18vw;
	margin: 1vw;
	border-radius: 10vw;
	overflow: hidden;
	box-shadow: inset 0px 0px 4px 1px var(--vilagosszurke);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.1s;
}

#menu-img-1{
	background-image: url("../assts/img/menu_hutes.jpg");
}

#menu-img-2{
	background-image: url("../img/m_1682411056557.jpg");
}

#menu-img-3{
	background-image: url("../assts/img/ref_menu.jpg");
}

.menu-card h3{
	margin-top: 3vh;
}

/*gal section*/
#section-gallery{
	transition: 0.2s;
	min-height: 100vh;
	padding: 20vh 10vw 10vh 10vw;
	transform: rotateY(90deg);
	display: block;
}

#section-gallery div{

}


/*contact-section*/

#section-contact{
	background-color: var(--sotetkek);
	display: block;
	transition: 0.2s;
	padding: 2vh 0 4vh 1vw;
}

#section-contact #section-contact-inner{
	transition: 0.2s;
	display: block;
	
}

#section-contact.minimized #section-contact-inner{
	margin-top: 80vh;
	margin-bottom: -80vh;
}

#section-contact-inner *{
	font-family: Roboto-thin;
	font-weight: 100;
	color: var(--feher);
}

#section-contact-inner h3{
	font-size: 4vh;
}

#section-contact-inner p{
	font-size: 2.4vh;
}

#front-scroll-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 24px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#front-down-arrow{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	transition: 0.15s;
}

#front-down-arrow:hover{
	cursor: pointer;
}

#front-down-arrow.reversed{
	transform: rotate(180deg) scale(0.7);
	transition: 0.15s;
}

#front-down-arrow.reversed:hover{
	transform: rotate(180deg) scale(1.0);
}

#front-down-arrow div{
	position: fixed;
	bottom: 16px;
	left: calc(50vw - 15px);
	width: 30px;
	height: 30px;
	border-bottom: 2px solid var(--vilagoskek);
	border-left: 2px solid var(--vilagoskek);
	transform: rotate(-45deg);
	border-radius: 0px 0px 0px 4px;
}

#front-down-div-1{
	animation: frontDown1 2s linear infinite;
}

#front-down-div-2{
	animation: frontDown2 2s linear infinite;
	animation-delay: 0.2s;
}

#front-down-div-3{
	animation: frontDown3 2s linear infinite;
}

@keyframes frontDown1{
	0%{
		bottom: 16px;
		border-bottom: 2px solid var(--kozepszurke);
		border-left: 2px solid var(--kozepszurke);
		transform: rotate(-45deg) scale(1.0);
	}
	40%{
		bottom: 40px;
		border-bottom: 2px solid var(--vilagosszurke);
		border-left: 2px solid var(--vilagosszurke);
		transform: rotate(-45deg) scale(0.8);
	}
	50%{
		bottom: 40px;
		border-bottom: 2px solid var(--vilagosszurke);
		border-left: 2px solid var(--vilagosszurke);
		transform: rotate(-45deg) scale(0.8);
	}
	90%{
		bottom: 20px;
		border-bottom: 2px solid var(--vilagoskek);
		border-left: 2px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(0.9);
	}
	100%{
		bottom: 16px;
		border-bottom: 2px solid var(--kozepszurke);
		border-left: 2px solid var(--kozepszurke);
		transform: rotate(-45deg) scale(1.0);
	}
}

@keyframes frontDown2{
	0%{
		bottom: 16px;
		border-bottom: 1px solid var(--kozepszurke);
		border-left: 1px solid var(--kozepszurke);
		transform: rotate(-45deg) scale(1.0);
	}
	40%{
		bottom: 40px;
		border-bottom: 1px solid var(--vilagosszurke);
		border-left: 1px solid var(--vilagosszurke);
		transform: rotate(-45deg) scale(0.8);
	}
	50%{
		bottom: 40px;
		border-bottom: 1px solid var(--vilagosszurke);
		border-left: 1px solid var(--vilagosszurke);
		transform: rotate(-45deg) scale(0.8);
	}
	90%{
		bottom: 20px;
		border-bottom: 1px solid var(--vilagoskek);
		border-left: 1px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(0.9);
	}
	100%{
		bottom: 16px;
		border-bottom: 1px solid var(--kozepszurke);
		border-left: 1px solid var(--kozepszurke);
		transform: rotate(-45deg) scale(1.0);
	}
}


@keyframes frontDown3{
	0%{
		bottom: 16px;
		border-bottom: 2px solid var(--vilagoskek);
		border-left: 2px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(1.0);
	}
	10%{
		bottom: 8px;
		border-bottom: 2px solid var(--vilagoskek);
		border-left: 2px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(1.1);
	}
	40%{
		bottom: 8px;
		border-bottom: 2px solid var(--vilagoskek);
		border-left: 2px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(1.1);
	}
	100%{
		bottom: 16px;
		border-bottom: 2px solid var(--vilagoskek);
		border-left: 2px solid var(--vilagoskek);
		transform: rotate(-45deg) scale(1.0);
	}
}