* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	user-select: none;

}
body {
	background-image: url(pngtree-d-rendered-coffee-cup-on-black-background-with-dark-espresso-and-picture-image_6933039.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.header{
	height: 4rem;
	padding:0 1.2rem;
	width: 100%;
}
.navbar {
	color: white;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0 0.2rem;

}
.main-ul {
	text-decoration: none;
	display: flex;
}
.link-menu {
	text-decoration: none;
	display: flex;
	gap: 40px;
}
.li-menu {
	/* display: inline; */
	list-style-type: none;
	font-size: 1.2rem;
	color: white;
	margin-left: 30px;
	transition: 0.2s ease;
}
.li-menu:hover {
	color: #c28004;
}
.log {
	color: white;
	font-weight: 600;
	text-decoration: none;
	font-size: 2.1rem;
	transition: 0.2s ease;
}
.log:hover {
	color: #c28004;
}
.main-section {
	height: 100vh;
	display: flex;

	align-items: center;
	padding: 0 20px;
	margin-left: 50px;
	margin-right: 50px;
}
.content {
	color: white;
	width: 500px;
	text-shadow: -6px 4px 5px rgb(3, 3, 3);
}
.f-h1 {
	font-weight: 600px;
	font-size: 3rem;
}
.text-type {
	width: 25rem;
}
.f-content {
	margin-top: 15px;
	font-weight: 300px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 30px;
	text-shadow: -5px 3px 4px rgb(3, 3, 3);
	border-right: 2px solid #fdfbf8;
	animation: blink-caret 1s step-end infinite, type 3.5s steps(27, end);
}
@keyframes blink-caret {
	0%,
	100% {
		border-color: transparent;
	}
	50% {
		border-color: hsl(225, 8%, 59%);
	}
}
@keyframes type {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.button {
	margin-top: 20px;
	padding: 5px;
	border: 1px;
	border-color: #80808054;
	width: 100px;
	height: 35px;
	border-radius: 10px;
	transition: 0.2s ease;
}
.button:hover {
	background-color: #c28004;
}
.item-button:hover {
	background-color: #c28004;
}
.main {
	background-color: rgba(0, 0, 0, 0.74);
	width: 100%!important;

}
.container {
	display: flex;
	padding:1.2rem;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.child-div {
	border: 2px solid rgba(31, 31, 31, 0.767);
	border-radius: 0.7rem;
	width: 360px;
	background-color: transparent;
	color: white;
	height: 360px;
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all 0.7s;
}
.child-div:hover {
	box-shadow: rgba(57, 57, 95, 0.562) 0px 25px 100px -20px,
		rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	background-color: rgba(0, 0, 0, 0.425);
}
.child-photo {
	margin-top: 30px;
	margin-left: 110px;
	border-radius: 50%;
	height: 130px;
	width: 130px;
}
.text {
	font-size: 30px;
	margin-left: 110px;
	margin-top: 10px;
}
.price {
	font-size: 30px;
	margin-left: 120px;
	margin-top: 10px;
}
.item-button {
	width: 140px;
	height: 30px;
	margin-left: 110px;
	border: none;
	border-radius: 0.5rem;
	background-color: whitesmoke;
	margin-top: 20px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600px;
	color: white;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
.main-container {
	display: flex;
	justify-content: space-evenly;
}
.footer-container1 {
	color: white;
	width: 100%;
	height: 3rem;
	overflow-y: hidden;
	padding: 0 5rem!important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: hsla(0, 0%, 0%, 0.87);
}
.h2 {
	padding: 10px;
	margin-left: 170px;
}
.web-icon {
	font-size: 30px;
	margin-left: 100px;
	margin-top: 100px;
}
.li-menu {
	cursor: pointer;
}
.footer-p a{
	font-size: 17px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 600;
	cursor: pointer;

}
.footer-p a:hover{
	font-size: 17px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 800;
	color: #c28004;
}
.footer-p {
	font-size: 17px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 600;

}