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

body {
  display: block;
  background-color: #efefef;
}

.container {
  background-color: #eeecec;
  width: 80%;
  margin: 50px auto;
  border-radius: 25px;
  box-shadow: 2px 2px 50px black;
  font-family: "Judson", serif;
}

.header {
  margin-left: 48px;
  padding: 10px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.logo {
  border-radius: 15px;
  height: 50px;
  margin: 10px;
  box-shadow: -1px 1px 5px;

  /* overflow-clip-margin: content-box; */
  /* overflow: clip; */
}

.category select {
  width: 190px;
  height: 40px;
  font-weight: 600px;
  font-family: "Bellota", cursive;
  font-size: 20px;
  background-color: #d9d9d9;
  border-radius: 5px;
  padding: 5px;
}

.search {
  height: 40px;
  width: 300px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.search input {
  background-color: inherit;
  border: none;
  padding: 10px;
  outline: none;
}

.search img {
  margin: 16px;
  height: 30px;
  width: 30px;
}

.sup-number {
  text-align: right;
  margin-left: 20px;
}

.number {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}

.support {
  font-size: 13px;
}

.right {
  margin-right: 20px;
}

.right img {
  padding: 10px;
}

.navbar {
  display: flex;
  margin-left: 64px;
  margin-top: 16px;
  padding: 10px 50px;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.button {
  width: 310px;
  height: 40px;
  background-color: #d9d9d9;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 5px;
}

.button p {
  margin-left: 16px;
}

.list {
  margin-top: 16px;
  margin-left: 16px;
  font-size: 19px;
  color: rgb(0, 0, 0, 0.7);
}

li {
  display: inline-block;
  margin-left: 1rem;
}

.furniture {
  background-image: url(./img/stock.jpg);
  margin-top: 20px;
  padding: 32px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.image1 {
  background-color: #d5dee5;
  height: 300px;
  width: 800px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 5px 5px 10px black;
}

.parag1 {
  font-size: 32px;
  padding: 20px;
  font-style: italic;
  /* letter-spacing: 0.3px; */
  /* font-weight: 400; */
}

.image2 {
  background-color: #ffc868;
  width: 400px;
  height: 300px;
  border-radius: 5px;
  margin-left: 48px;
  box-shadow: 5px 5px 10px black;
  margin-top: 15px;
}

.parag2 {
  /* width: 80%; */
  float: right;
  padding: 32px;
  margin-bottom: -200px;
  /* direction: rtl; */
  /* line-height: 1.3; */
  font-style: italic;
}

.armchair2 img {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}

.categories {
  background-color: #aea08d;
  display: block;
}

.cate-img {
  padding: 32px;
}

.parag3 {
  font-size: 24px;
  margin-bottom: 32px;
}

.cate-images {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.par {
  width: 350px;
  height: 350px;
  margin: 16px;
  padding: 16px 2px 16px 16px;
  border-radius: 10px;
  box-shadow: 2px 2px 50px black;
  background-color: rgba(238, 236, 236, 0.86);
}

.par p {
  font-family: "Josefin Slab", serif;
  font-weight: 500;
}

.par img {
  height: 100%;
  width: 100%;
  border-radius: 32px;
  padding: 16px 10px;
}

.categories1 {
  display: block;
}

.cate-img1 {
  padding: 32px;
}

.parag4 {
  font-size: 24px;
  margin-bottom: 32px;
}

.cate-images1 {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.par1 {
  width: 350px;
  height: 300px;
  margin: 16px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px black;
  background-color: #d9d9d9;
  text-align: center;
}

.par1 img {
  height: 90%;
  width: 100%;
  border-radius: 10px;
  position: relative;
  object-fit: cover;
}

.contact {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
  background-color: #aea08d;
}

.paragraf {
  padding: 32px;
  font-family: "Bellota", cursive;
  width: 50%;
}

.paragraf1 {
  font-size: 32px;
}

span {
  color: #f37705;
}

.paragraf2 {
  font-family: "Judson", serif;
  margin-top: 32px;
}

.form {
  font-size: 24px;
  width: 40%;
}

.element {
  margin: 24px 16px;
}

.form input {
  width: 100%;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid black;
  font-size: 16px;
}

.submit {
  width: 200px;
  height: 40px;
  padding: 16px;
  border-radius: 5px;
  margin-left: 16px;
  font-style: italic;
  display: flex;
  align-items: center;
  border: 1px solid black;
}

.leftandright {
  padding: 32px;
  justify-content: space-between;
  display: flex;
}

.right {
  display: flex;
  gap: 15px;
}

.right a {
  border-bottom: 1px solid;
  text-decoration: none;
  color: inherit;
}
