*
{
	margin:0;
	padding:0;
}

.navbar
{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}

.list
{
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	align-items:center;
}

.list>.list_item>img
{
	width: 150px;
	height: 60px;
}

.list>.list_item
{
	padding: 10px 15px;
	font-size:16px;
}

.list_item>button
{
	border: none;
	outline: none;
	background: #FFDB58;
	width: 150px;
	border-radius: 25px;
	padding:10px;
	color: white;
	font-size:16px;
	padding: 10px 15px;
}

.list_item>input
{
	width: 500px;
	padding: 10px 15px;
	font-size:16px;
	border:1px solid #ccc;
	border-radius: 25px;
	outline: none;
}

select
{
	width: 150px;
	font-size: 16px;
	outline: none;
	border: none;
	padding: 10px 15px;
}

.banner
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.banner1
{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	padding-left: 140px;
	padding-top:10px;
}

.banner1>img
{
	width:335.4px;
	height: 195;
	margin: 16px;
	border-radius: 15px;
}

.banner>img
{
	width: 1280px;
	height: 234.85px;
}

.content
{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}

.product
{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	padding-top:10px;
	justify-content:center;
}

.container
{
	display:flex;
	flex-wrap: wrap;
	border: 1px;
	margin: 10px;
	justify-content:center;
	align-items:center;
	box-shadow: 0px 0px 5px gray;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 300px;
}

.row
{
	display: flex;
	flex-wrap: wrap;
	gap:5px;
	justify-content:space-evenly;
	align-items:center;
}

.col>h3
{
	font-size:12px;
	align-items:center;
}

.col>img
{
	display:flex;
	flex-wrap: wrap;
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius:5px;
}

footer {
  background-color: #ffffff;
  padding: 40px 60px;
  font-size: 14px;
  color: #333;
  
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
  justify-content: space-evenly;
}

.footer-column {
  min-width: 150px;
}

.footer-column-wide {
  flex: 2;
}

h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 6px;
  cursor: pointer;
}

.categories {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}

.see-all {
  font-size: 13px;
  color: green;
  cursor: pointer;
  margin-left: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 13px;
}

.app-links img {
  height: 40px;
  margin-right: 10px;
}

.social-icons span {
  font-size: 24px;
  margin: 0 8px;
  cursor: pointer;
}

.footer-container:hover{
	text-decoration:underline;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}

.banner1>img:hover
{
	transform: translateY(-1px);
	box-shadow: 0 0 5px gray;
}

.banner>img:hover
{
	transform: translateY(-1px);
	box-shadow: 0 0 5px gray;
}

.col:hover 
{
	transform: translateY;
	box-shadow: 0 0 5px gray;
	border-radius:5px;
}

.app-links>img:hover
{
	transform: translateY;
	box-shadow: 0 0 5px gray;
	border-radius: 3px;
}