@charset "UTF-8";

#header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 80px;
	background-color: black;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
	z-index: 999;
	position: sticky;
	top: 0;
	left: 0;
	
}

#navbar{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#navbar li {
	list-style: none;
	padding: 0 20px;
}

#navbar li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}

#navbar li a:hover ,
#navbar li a:active {
	color: #088178;
}

#navbar li a:active::after,
#navbar li a:hover::after{
	content: "";
	width: 30%;
	height: 2px;
	background: #088178;
	position: absolute;
	bottom: -4px;
	left: 20;
}

#hero {
	background-image: url("reiss.jpg");
	height: 90vh;
	width: 100%;
	background-position: top 25% right 0;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#hero h4{
	padding-bottom: 15px;
	font-size: 40px;
}

#hero h2{
	font-size: 30px;
}

#hero h1{
	font-size: 50px;
}
#description{
	line-height: 1.4em;
	font-weight: bold;
	padding: 40px 40px;
	font-size: 20px;
}
#example {
	display: flex;
	padding: 30px 30px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#example li {
	display: flex;
	align-items: bottom:
}
#example .homeimage:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
}
#list {
	display: flex;
	
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product1 {
	text-align: center;
	
}
#product1 h2 {
	font-weight: bold;
	font-size: 30px;
	
}
#product1 .pro-container {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
}
#product1 .pro {
	width: 23%;
	min-width: 250px;
	padding: 10px 12px;
	border: 1px solid #cce7d0;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
	margin: 15px 0;
	transition: 0.2s ease;
	position: relative;
}
#product1 .pro:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
}
#product1 .pro img{
	width: 100%;
	border-radius: 20px:
}
fieldset{
				width: 310px;
				margin-top: 20px;
				border: 1px solid #d6d6d6;
				background-color: #fff;
				line-height: 1.6em;
				
}
#table {
	display: flex;

}
#table .rightimage img{
	width: 90%;
	border-radius: 20px;
	padding: 20px;
}
#table .rightimage {
	line-height: 1.4em;
	font-weight: bold;
	padding: 40px 40px;
	font-size: 20px;
}
#collection p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#collection h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 20px 10px;
	text-align: center;
}
#authenticity p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#authenticity h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
#craftsmanship p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#craftsmanship h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
#memory-lane p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#memory-lane h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
#shipping p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#shipping h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
#customer-service p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#customer-service h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
#community p {
	line-height: 1.4em;
	
	padding: 10px 10px;
	font-size: 20px;
}
#community h2 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px;
	text-align: center;
}
