@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.slider{
	position: absolute;
	top:0 ;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgb(74,65,65), gray);
	z-index: -1;
}
@media(max-width: 500px){
	.slider{	
	height: 110%;
	}
}
.search{
	width: 100%;
	z-index: 6;
}
@media(max-width: 1500px){
	.search{	
	top: 92%;
	}
}
@media(max-width: 500px){
	.search{	
	position: relative;
	margin-top: 0px;
	}
}
.search2{
	width: 100%;
	z-index: 7;
}
@media(max-width: 1500px){
	.search2{	
	margin-top: 50px;
	}
}
@media(max-width: 500px){
	.search2{	
	position: relative;
	margin-top: 0px;
	}
}
.search3{
	width: 100%;
	z-index: 7;
}
@media(max-width: 1500px){
	.search3{	
	top: 230%;
	}
}
@media(max-width: 500px){
	.search3{	
	position: relative;
	margin-top: 0px;
	}
}
nav{
	display: grid;
	grid-template-columns: 10% 1fr 1fr 10%;
	min-height: 7vh;
	color: white;
	align-items: center;
}
#logo{
	grid-column: 2/3;
	font-size: 24px;
}
@media(max-width: 500px){
	#logo{	
	font-size: 16px;
	margin-left: 40px;
	margin-top: 7px;
	}
}
@media(max-height: 400px){
	#logo{	
	margin-left: 60px;
	margin-top: 7px;
	}
}
.hamburger{
	justify-self: end;
}
section{
	display: flex;
	height: 80vh;
	justify-content: center;
	align-items: center;
}

.hero{
	height: 80%;
	width: 100%;
	position: relative;
}
.hero::after{
	content: "";
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.3;
	left: 0;
}
.hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.headline{
	position: absolute;
	top: 60%;
	left: 1%;
	font-size: 5vw;
	transform: translate(-20%. -70%);
	color: white;
	z-index: 3;	
	opacity: 0;
	transition: 2s ease-out;
	font-family:'Lobster', cursive;
	
}
.subtitlel{
	font-family:'Lobster', cursive;
	color: white;
	font-size: 3rem;
	text-align: center;
	margin-top: 40px;
	transform: translateY(20px);
	transition: 1.5s all ease-in-out;
	opacity: 0;
}
.subtitlek{
	font-family:'Lobster', cursive;
	color: white;
	font-size: 3rem;
	text-align: center;
	margin-top: 30px;
	transform: translateY(20px);
	transition: 1.5s all ease-in-out;
	opacity: 0;
}
.subtitlee{
	font-family:'Lobster', cursive;
	color: white;
	font-size: 3rem;
	text-align: center;
	margin-top: 30px;
	transform: translateY(20px);
	transition: 1.5s all ease-in-out;
	opacity: 0;
}
.subtitlek-appear{
	opacity: 1;
	transform: translateY(0px);
}


.card{
	background: rgba(50,50,50,0.7);
	transform-style: preserve-3d;
	min-height: 60vh;
	width: 22rem;
	border-radius: 20px;
	padding: 1rem 1.5rem;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.2), 0px 0px 50px rgba(0,0,0,0.2);
	margin-top: 50px;
	margin-bottom: 50px;	
}
@media(max-width: 500px){
	.card{	
	margin-top: 70px;
	}
}
.scard{
	background: rgba(250,124,64,0.6);
	transform-style: preserve-3d;
	min-height: 21vh;
	min-width: 16rem;
	border-radius: 10px;
	padding: 1rem 1.5rem;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.2), 0px 0px 50px rgba(0,0,0,0.2);
	margin-top: 30px;
	margin-bottom: 30px;	
}
@media(max-width: 1700px){
	.scard{	
	min-width: 12rem;
	}
}
@media(max-width: 500px){
	.scard{	
	margin-top: 70px;
	}
}

.snaker{
	min-height: 35vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.sneaker img{
	margin-top: 5px;
	transition: all 0.75s ease-out;
	border-radius: 5px;
}
.info{
	min-height: 150px;
	color: white;
}
.info h1{
	text-align: center;
	font-size: 1.4rem;
	transition: all 0.75s ease-out;
	margin-bottom: 40px;
	color: white;
	padding-top: 10px;
	height: 20px;
}
@media(max-width: 1700px){
	.info h1{	
	font-size: 1.1rem;
	}
}

.price{
	font-size: 1.2rem;
	color: rgb(228,194,149);
}

.sizes{
	display: flex;
	justify-content: space-between;
	transition: all 0.75s ease-out;
}

.sizes button{
	padding: 0.8rem 1.4rem; 
	background: none;
	border: none;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2rem;
}

button.active{
	background: lightblue;
	color: darkblue;
}
.purchase{
	margin-top: 2rem;
	transition: all 0.6s ease-out;
}

.purchase button{
	width: 100%;
	padding: 5px;
	background: gray;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bolder;
	transition: all 0.6s ease-out;
	font-size: 1.2rem;
}

.telepules{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	margin-left: 10px;
	margin-right: 10px;
}
@media(max-width: 1700px){
	.telepules{	
	font-size: 0.7rem;
	margin-left: 5px;
	margin-right: 5px;
	}
}
.ar{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 80px;
}
@media(max-width: 1700px){
	.ar{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 47px;
	}
}
.alap{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 90px;
}
@media(max-width: 1700px){
	.alap{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 55px;
	}
}
.tipus{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 80px;
}
@media(max-width: 1700px){
	.tipus{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 47px;
	}
}
.szoba{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 85px;
}
@media(max-width: 1700px){
	.szoba{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 49px;
	}
}
.futes{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 85px;
}
@media(max-width: 1700px){
	.futes{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 49px;
	}
}
.berlet{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 85px;
}
@media(max-width: 1700px){
	.berlet{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 49px;
	}
}
.butor{
	align-content: center;
	justify-content: center;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 85px;
}
@media(max-width: 1700px){
	.butor{	
	font-size: 0.7rem;
	padding-left: 5px;
	padding-right: 49px;
	}
}
.btns{
	color: rgba(250,124,64,0.9);
	font-size: 0rem;
	background: rgba(250,124,64,0.9);
	margin: 0;
	padding: 0;
	border: none;
	cursor:pointer;
}
.btnsk{
	color: white;
	font-size: 1.5rem;
	background: rgba(250,124,64,0.9);
	padding: 10px 30px 10px 30px;
	justify-content: center;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	cursor:pointer;
}
.text{
	font-size: 1.1rem;
}
