* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h4 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px;
  font-family: "Ubuntu", serif;
  font-size: 1em;
  word-spacing: 1.5px;
}

span {
  text-decoration: underline;
}

.main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.main-header h2 {
  justify-content: space-around;
  align-items: center;
  font-family: "Ubuntu", serif;
  font-size: 2.5em;
  position: absolute;
  top: 50px;
}

.bar {
  padding: 20px;
  font-size: 1.5em;
  list-style: none;
  cursor: pointer;
}

.user {
  padding: 20px;
  font-size: 1.5em;
  position: absolute;
  right: 140px;
  top: 50px;
  list-style: none;
  cursor: pointer;
}

.search {
  padding: 20px;
  font-size: 1.5em;
  position: absolute;
  right: 100px;
  top: 50px;
  list-style: none;
  cursor: pointer;
}

.heart {
  padding: 20px;
  font-size: 1.5em;
  position: absolute;
  right: 60px;
  top: 50px;
  list-style: none;
  cursor: pointer;
}

.shopping {
  padding: 20px;
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 49px;
  list-style: none;
  cursor: pointer;
}

.main {
  background-color: black;
  text-align: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.main h1 {
  color: white;
  width: 300px;
  height: 600px;
  text-align: center;
  font-size: 15em;
  margin-left: 70px;
  position: relative;
  top: 120px;
}
.main button {
  background-color: #BF4904;
  color: white;
  font-size: 1.3em;
  padding: 10px;
  border: none;
  text-align: center;
  position: relative;
  left: 30%;
  bottom: 150px;
  cursor: pointer;
}
.main p {
  color: white;
  font-size: 1.6em;
  font-family: "Ubuntu", serif;
  position: relative;
  right: 39%;
  top: 140px;
}

.main1 .btn1 {
  color: white;
  background-color: black;
  padding: 13px;
  border-radius: 20px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 40%;
}
.main1 .btn2 {
  color: black;
  background-color: white;
  padding: 13px;
  border-radius: 20px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 41%;
}
.main1 .btn1:hover {
  background-color: white;
  color: black;
}
.main1 .btn2:hover {
  background-color: black;
  color: white;
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}

.content-item img {
  width: 250px;
  height: 60vh;
  margin: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}

.content-item img:hover {
  transform: scale(1.1);
}

.content-item h5 {
  font-family: "Ubuntu", serif;
  color: black;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.content-item p {
  font-family: "Ubuntu", serif;
  color: black;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.main2 .btn3 {
  color: black;
  background-color: white;
  padding: 10px;
  letter-spacing: 1.5px;
  border-radius: 5px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 25px;
  position: relative;
  left: 45%;
}
.main2 .btn3:hover {
  background-color: black;
  color: white;
}

.main-content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}
.main-content2 p {
  font-family: "Ubuntu", serif;
  color: black;
  text-align: left;
  padding: 10px;
  font-size: 2em;
  letter-spacing: 1.8px;
  cursor: pointer;
}
.main-content2 img {
  width: 50px;
  height: 50px;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 10px;
}

.content-item2 img {
  width: 325px;
  height: 70vh;
  margin: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}

.content-item2 img:hover {
  transform: scale(1.1);
}

.content-item2 p {
  font-family: "Ubuntu", serif;
  color: black;
  font-size: 1.5em;
  padding: 10px;
  cursor: pointer;
  position: relative;
  bottom: 60px;
  left: 20px;
}

.main3 .btn4 {
  color: white;
  background-color: black;
  padding: 10px;
  letter-spacing: 1.5px;
  border-radius: 25px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 25px;
  position: relative;
  left: 42%;
}
.main3 .btn4:hover {
  background-color: black;
  color: white;
}
.main3 .btn5 {
  color: black;
  background-color: white;
  padding: 10px;
  letter-spacing: 1.5px;
  border-radius: 25px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 25px;
  position: relative;
  left: 43%;
}
.main3 .btn5:hover {
  background-color: black;
  color: white;
}
.main3 .btn6 {
  color: black;
  background-color: white;
  padding: 10px;
  letter-spacing: 1.5px;
  border-radius: 25px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  margin-top: 25px;
  position: relative;
  left: 44%;
}
.main3 .btn6:hover {
  background-color: black;
  color: white;
}

.main-content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}
.main-content2 .content-item3 img {
  width: 330px;
  height: 70vh;
  margin: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}
.main-content2 .content-item3 img:hover {
  transform: scale(1.1);
}
.main-content2 .content-item3 p {
  font-family: "Ubuntu", serif;
  color: black;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
  text-align: left;
}
.main-content2 .content-item3 h5 {
  font-family: "Ubuntu", serif;
  color: black;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
  text-align: left;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: black;
  color: white;
}
.footer .footer-item {
  padding: 60px;
  margin: 10px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
.footer .footer-item h3 {
  font-family: "Ubuntu", serif;
  font-size: 1.5em;
  padding: 10px;
  cursor: pointer;
}
.footer .footer-item p {
  font-family: "Ubuntu", serif;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
}

.footer-bottom h4 {
  font-family: "Ubuntu", serif;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
  top: 70px;
  right: 100%;
}/*# sourceMappingURL=style.css.map */