@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.adat1{
	font-family: 'EB Garamond', serif;
	font-size: 3vh;
	text-align: left;
}
.adat2{
	font-family: 'EB Garamond', serif;
	font-size: 2.4vh;
	text-align: left;
	color: rgb(40,40,40);
}
.banner img{
	width: 100%;
	max-height: 160px;
}
.maincategory{
	font-size: 3vh;
}


.main{
	width: 80%;
	z-index: 3;	
}
@media(max-width: 500px){
	.main{	
		max-width: 100%;
	}
}

.hero{
	align-item: center;
	justify-content: center;
	display: flex;
	width: 100%;	
	position: relative;
}

.hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero::after{
	content: "";
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.3;
	left: 0;
}

.btns{
	color: white;
	font-size: 1rem;
	background: rgb(101,84,58);
	padding: 1rem;
	border: none;
	cursor:pointer;
	border-radius: 10px;
	box-shadow: 6px 6px 6px black;
}
.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;
}




.category{
	background: rgba(255,255,255,0.8);
	margin: 70px 5px 70px 5px;
	width: 215px;
	
}
.categorya{
	background: rgba(255,255,255,0.8);
	margin: 70px 5px 70px 5px;
	width: 215px;
	
}
.categoryb{
	background: rgba(255,255,255,0.8);
	margin: 70px 5px 70px 5px;
	width: 215px;
	
}
.category a{
	text-decoration: none;
	color: white;
	overflow: hidden;
}
.category a:hover{
	text-decoration: none;
	color: yellow;
	overflow: hidden;
}
.categorya a{
	text-decoration: none;
	color: white;
	overflow: hidden;
}
.categorya a:hover{
	text-decoration: none;
	color: yellow;
	overflow: hidden;
}
.categoryb a{
	text-decoration: none;
	color: white;
	overflow: hidden;
}
.categoryb a:hover{
	text-decoration: none;
	color: yellow;
	overflow: hidden;
}

.category img{
	max-width: 180px;
	max-height: 140px;
	margin: 1rem 1rem 1.5rem 1rem;
	margin-bottom: 4rem;
	overflow: hidden;
	 transition-duration: 1s;
  
}

.categorya img{
	max-width: 180px;
	max-height: 140px;
	margin: 1rem 1rem 1.5rem 1rem;
	margin-bottom: 4rem;
	overflow: hidden;
	 transition-duration: 1s;
 
}

.categoryb img{
	max-width: 180px;
	max-height: 140px;
	margin: 1rem 1rem 1.5rem 1rem;
	margin-bottom: 4rem;
	overflow: hidden;
	 transition-duration: 1s;
 
}

.category img:hover{
	max-width: 215px;
	max-height: 180px;
	margin: 1rem 0rem 0rem 0rem;
	overflow: hidden;

}
.categorya img:hover{
	max-width: 215px;
	max-height: 180px;
	margin: 1rem 0rem 0rem 0rem;
	overflow: hidden;

}
.categoryb img:hover{
	max-width: 215px;
	max-height: 180px;
	margin: 1rem 0rem 0rem 0rem;
	overflow: hidden;

}
.cattitle{
	font-size: 1.7vh;
	justify-content: center;
	text-align: center;
	padding: 0.3rem;
	background: rgb(65,65,80);
	color: white;
	z-index: 10;
	height: 7.5vh;
	overflow: hidden;
	
}
@media(max-height: 1000px){
	.cattitle{	
		font-size: 2.2vh;
	}
}

.cattitlet{
	font-size: 1.2rem;
	justify-content: center;
	text-align: center;
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;
	background: rgb(35,35,114);
	color: yellow;
	
}

.foot{
	margin-top: 10vh;
	width: 100%;
	min-height: 16rem;
	justify-content: center;
	text-align: center;
	background: black;
	z-index: 22;
	padding: 10px;
}
.footertitle{
	font-size: 1.2rem;
	justify-content: center;
	text-align: center;
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;
	color: white;
	
}
.textsearch{
	margin: auto;
	color: black;
	font-size: 2.5vh;
}
.focim{
	texz-align: left;
	margin: 20px 0px 20px 0px;
	font-size: 3vh;	
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	width: 80%;
}
.focim:hover{
	color: red;
}

