* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body {
  width: 100%;
}

.whatsapp img {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 12rem;
  right: 1rem;
  margin-right: 2.5rem;
  transition: ease 0.5s;
  opacity: 0.8;
}

.title {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title2 {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title h1 {
  color: red;
  font-size: 50px;
  text-align: center;
}

.title2 h2 {
  font-size: 30px;
  text-align: center;
  color: red;
}

.products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.products1,
.products1L {
  width: 300px;
  height: 360px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
  transition: ease 0.3s;
  background-color: white;
}

.products1 img {
  width: 250px;
  height: auto;
}

.products1L img {
  width: 180px;
  height: auto;
}

.products1:hover {
  scale: 1.05;
  transition: ease 0.3;
}

.products1L:hover {
  scale: 1.05;
  transition: ease 0.3;
}

.products h2 {
  color: hsl(0, 0%, 20%);
  font-size: 20px;
}

.products h4 {
  color: hsl(0, 0%, 100%);
}

.weith {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.weith h4 {
  margin: 0 10px;
  background-color: hsl(0, 100%, 68%);
  padding: 5px;
  border-radius: 10px;
}

.wallpaper {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.425),
      rgba(0, 0, 0, 0.39)
    ),
    url(../Img/IMG_6241.JPG);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 20px;
}

.whatsapp img {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 12rem;
  right: 1rem;
  transition: ease 0.5s;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .title h1 {
    font-size: 2.3rem;
  }

  .products {
    flex-direction: column;
    gap: 20px;
  }

  .wallpaper {
    height: 265px;
    background-size: contain;
    background-attachment: scroll;
    background-repeat: repeat;
  }
}
