* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: rgba(238, 236, 232);
}
.hero-section {
  display: flex;
  gap: 20px;
  padding: 2rem 1rem;
  border-radius: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-section h1 {
  margin-bottom: 1rem;
  margin-left: 10px;
}
.hero-paragraph {
  margin-left: auto;
  font-size: 18px;
  max-width: 600px;
  color: #555;
  line-height: 1.6;
  justify-content: flex-end;
}
.nav {
  width: 100%;
  height: 45px;
  font-family: Arial, Arial, sans-serif;
  display: flex;
  grid-template-columns: 200px 1fr auto auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
  border-radius: 18px;
}
.content {
  font-family: Arial, Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  margin-left: 900px;
  font-size: 20px;
}
.menu {
  font-family: Arial, Arial, sans-serif;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  list-style: none;
}
.icon-box {
  display: flex;
  gap: 20px;
  font-size: 20px;
}

.search {
  font-family: Arial, Arial, sans-serif;
  font-size: 20px;
  margin-left: 0px;
  cursor: pointer;
}
.nav a {
  text-decoration: none;
  color: black;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}
.secondcontainer {
  height: 100px;
  width: auto;
  display: flex;
  border-top: 1px solid #ccc;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
.menu2 {
  margin-top: 10px;
  color: gray;
  font-size: 18px;
  display: flex;
  gap: 150px;
  justify-content: flex-start;
  list-style: none;
}
.count {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  font-family: inherit;
}
.items-text {
  font-size: 18px;
}
.secondcontainer a {
  text-decoration: none;
  color: black;
}
#search-input {
  width: 1800px;
  height: 30px;
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 16px;
}
.thirdcontainer {
  height: 60px;
  width: auto;
  margin-top: 10px;
  display: flex;
}
.fourthcontainer {
  margin-top: 1px;
  gap: 15px;
  width: auto;
  display: flex;
  border-radius: none;
  padding: 1.5rem 0;
  margin-left: auto;
  margin-right: auto;
}
.option {
  width: 110px;
  height: 30px;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  background-color: rgb(238, 236, 232);
  cursor: pointer;
}

.image {
  height: auto;
  width: auto;
  margin-top: 1px;
  display: flex;
  justify-content: center;
}
.furniture img {
  width: 100%;
  max-width: 250px;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
}
.furniture {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.furniture-item {
  margin-top: 2px;
  width: 250px;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.furniture-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.info {
  margin-top: 8px;
}

.item-name {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0;
}

.item-price {
  font-size: 15px;
  color: green;
  font-weight: bold;
}
.aboutus {
  margin-top: 40px;
  padding: 20px;
  border-radius: 12px;
  align-items: center;
}
.header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.para {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.container {
  margin-bottom: 20px;
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con {
  background-color: rgba(246, 244, 242);
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  font-size: 8px;
  padding: 10px;
  font-weight: bold;
}

.paragraph {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
  font-family: Arial, Helvetica, Arial, sans-serif;
  color: gray;
}
.footer {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: black;
  background-color: rgba(255, 255, 255);
}
.footerheader {
  margin-bottom: 10px;
  background-color: rgba(238, 236, 232);
  height: auto;
  text-align: center;
  padding: 50px;
  width: 100%;
  margin: 20px auto 0 auto;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

#footerparagraph {
  max-width: 600px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}

.button {
  height: 40px;
  width: 200px;
  margin-top: 50px;
  background-color: rgb(255, 252, 252);
  color: rgb(9, 9, 9);
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: medium;
}
.lastcontainer {
  font-size: 15px;
  margin-top: 5px;
  width: auto;
  display: flex;
  border-radius: 18px;
  padding: 3rem 2rem;
  margin-left: auto;
  margin-right: auto;
}
.lastmenu {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.lastmenu li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.secondlast {
  margin-top: 100px;
  height: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 18px;
  padding: 3rem 2rem;
}

.secondlast p {
  width: 100%;
  font-size: 18px;
  margin-left: auto;
  max-width: 350px;
  text-align: left;
  color: gray;
}
.secondlast a {
  text-decoration: underline;
  color: black;
}

.socialmedia {
  display: flex;
  width: 100%;
  font-size: 13px;
  gap: 15px;
  margin-left: auto;
  max-width: 350px;
  text-align: left;
  line-height: 5;
}
.footer-bottom {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo1 {
  font-size: 70px;
  font-weight: bold;
}

.footer-row .copyright {
  text-align: center;
  flex: 1;
}

.footer-row .policy {
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}
