body {
  margin: 0;
  padding: 0;
  background: white;
}
header {
  background: black;
  padding-top: 14px;
}
.search-box {
  position: absolute;
  top: -5%;
  right: 18%;
  transform: translate(90%,95%);
  background: black;
  height: 20px;
  width: 180px;
  border-bottom: 1.5px solid white;
  padding: 16px;
}
.search-btn {
  color: #fff;
  float: right;
  width: 27px;
  height: 27px;
  background: black;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: -60px;
}
.search-txt {
  border: none;
  background: none;
  float: left;
  padding: -2em;
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: helvetica;
  line-height: 40px;
  width: 180px;
  letter-spacing: -0.5px;
}
.nav {
  margin-right: 10px;
}
.nav ul {
  list-style: none;
  background: black;
  text-align: center;
  padding-bottom: 0px;
}
.nav li {
  display: inline-block;
  position: relative;
  padding-top: -7px;
  padding-bottom: 7px;
}
.nav a {
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding-bottom: 13px;
  padding-right: 30px;
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline;
}
.nav a:hover {
  transition: 0.6s;
  text-decoration: underline;
}
.lines {
  float: left;
  height: 45px;
  width: 310px;
  margin-top: -40px;
}
.heart {
  float: right;
  height: 40px;
  width: 90px;
  margin-top: -37px;
  margin-right: 13px;
}
img {
  width: 73px;
  height: 49px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-bottom: 5px;
}
.home {
  width: 1920px;
  height: fit-content;
  margin-top: -16px;
}