* {
	margin: 0;
	padding: 0;
}

body {
	font-family: BrandonTextWeb-Regular;
	color: white;
 
}

#container {
	width: 100%;
}

nav {
	/* border: 2px solid red; */
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	top: 0;
	left: 0;
	margin: auto;
	font-weight: bolder;
	position: fixed;
	justify-content: space-around;
	align-items: center;
	height: 50px;
	background-color: black;
	z-index: 9999;
	margin-bottom: 50px;
}

#mid {
	justify-content: space-around;
	display: flex;
	width: 30%;
}

a.active {
	z-index: 2;
	border-bottom: 2px solid white;
}

#last {
	display: flex;
	justify-content: space-around;
	width: 30%;
}

#logo {
	display: block;
	justify-content: space-around;
	width: 20%;
}

#logo > a > img {
	width: 50%;
	justify-content: center;
	margin-left: 10px;
}

nav > div > a {
	color: #b6b7b9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

a:hover {
	color: white;
	border-bottom: 1px solid white;
}

#total {
	text-align: center;
	font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 20px;
	line-height: 60px;
	font-weight: bolder;
	border-radius: 30px;
	padding: 5px;
	margin-top: 40px;
	background-image: linear-gradient(115deg, #f8ba00 12%, #ef5fa7 80%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#All-item > div > p {
	/* text-decoration: line-through; */
	color: #6e6e6e;
	font-family: BrandonTextWeb-Medium, "Helvetica Neue", Helvetica, Roboto, Arial,
		sans-serif;
}

#All-item > div > h4 {
	font-family: BrandonTextWeb-Medium, "Helvetica Neue", Helvetica, Roboto, Arial,
		sans-serif;
}

#All-item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	width: 80%;
	margin: auto;
	margin-top: 30px;
	font-family: BrandonTextWeb-Regular;
}

#All-item > div {
	/* border: 2px solid rgb(228, 54, 54); */
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	display: block;
	font-family: BrandonTextWeb-Regular;
}

#All-item > div > img {
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}

#All-item > div:hover {
	transform: scale(1.02);
	transition: all 1s;

}

#allButton {

  display: flex;
  align-items: center;
  padding: 10px 5px;
}
button {

	border: none;
  background-color: white;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
  padding: 2px 2px;
  font-size: medium;
  font-weight: bold;

}

button:hover,
button:active {
	background-color: white;
	background-position: 0 0;
	color: #000000;
}

button:active {
	opacity: 0.5;
}

span {

	color: #000000;

}
