body {
  margin: 0px;
  padding: 0px;
  font-family: serif;
}
.container {
  width: 100%;
  height: auto;
  border: 1px transparent;
  z-index: 1;
}
img {
  width: 100%;
  height: 95vh;
}
.slick-prev {
  left: 10px;
  z-index: 1;
  margin-left: 40px;
}
.slick-next {
  right: 10px;
  z-index: 1;
  margin-right: 40px;
}
.slick-prev:before,
.slick-next:before {
  background-color: brown;
  color: white !important;
  border-radius: 15px;
  font-size: 25px !important;
}
.aboutFurniture {
  border: 1px transparent;
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bolder;
  font-style: italic;
}
.aboutFurniture > span {
  font-size: xx-large;
  color: brown;
  font-style: normal;
}
.randomCategory {
  width: 100%;
  height: 400px;

  /* border: 1px solid red; */
}
.randomCategory > div {
  /* border: 5px solid teal; */
  height: 96%;
  margin-left: 20px;
}
.randomCategory img {
  width: 90%;
  height: 70%;
}
.offersContainer {
  background-color: rgb(241, 241, 241);
  width: 95vw;
  height: 450px;
  padding: 20px;
}
.offersContainer > span {
  color: brown;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 30px;
}
.offer img {
  width: 30vw;
  height: 90%;
}
.offer {
  padding-top: 20px;
}

.latestContainer {
  background-color: white;
  width: 95vw;
  height: 450px;
  padding: 20px;
  /* border: 1px solid red; */
}
.latestContainer > span {
  color: brown;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 30px;
}
.latest img {
  width: 20vw;
  height: 350px;
}
.latest {
  padding-top: 20px;
  height: 90%;
  /* border: 2px solid teal; */
}
.collection_container {
  width: 99%;
  margin: auto;
  height: 900px;
  background-color: rgb(241, 241, 241);
  /* border: 5px solid teal; */
}
#col {
  color: brown;
  font-weight: bolder;
  font-size: 30px;
  display: inline-block;
  /* margin: 25px; */
  /* border: 2px solid teal; */
  box-sizing: border-box;
  margin: 20px 0px 0px 20px;
}
.gridBox {
  padding: 20px;
  display: grid;
  grid-template-rows: 400px 400px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-template-areas:
    "box1 box2"
    "box3 box4";
}
.gridBox img {
  width: 100%;
  height: 90%;
  /* border: 1px solid red; */
}
.gridBox span {
  display: block;
  text-align: center;
  color: brown;
  font-weight: bolder;

  /* border: 2px solid teal; */
  margin-top: 10px;
}
.gridBox div:nth-child(1) {
  grid-area: box1;
  /* background-color: brown; */
}
.gridBox div:nth-child(2) {
  grid-area: box2;
  /* background-color: cornflowerblue; */
}
.gridBox div:nth-child(3) {
  grid-area: box3;
  /* background-color: teal; */
}
.gridBox div:nth-child(4) {
  grid-area: box4;
  /* background-color: darkgoldenrod; */
}
.trending {
  width: 98%;
  height: 650px;
  background-color: rgb(241, 241, 241);
  margin: auto;
  padding-top: 10px;
  padding-left: 20px;
}
.trending h2 {
  color: brown;
}
.trendingImg {
  display: flex;
  justify-content: space-around;
  height: 82%;
}
.trendingImg img {
  width: 99%;
  height: 80%;
}
.Tbox1 {
  /* background-color: red; */
  height: 95%;
  width: 32%;
}
.Tbox2 {
  height: 95%;

  /* border: 2px solid teal; */
  width: 32%;
}
.Tbox3 {
  height: 95%;

  /* border: 2px solid goldenrod; */
  width: 32%;
}
p {
  font-family: sans-serif;
  text-align: justify;
  color: gray;
}

/* fotter------------------------------------------------------------------- */

#footcont {
  border: 1px solid transparent;
  width: 98%;
  height: 320px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: sans-serif;
  background-color: lightgray;
}
#footcont > div {
  width: 20%;
  height: 70%;
  border: 1px solid transparent;
}
.listfoot {
  padding: 1px;
}
.h3 {
  margin-left: 15px;
  font-size: 20px;
}

li {
  list-style: none;
  margin-left: 15px;
  font-size: 14px;
  line-height: 25px;
  color: black;
  font-weight: normal;
}
a {
  text-decoration: none;
}
.soc {
  display: grid;
  justify-content: left;
  padding: 20px;
  height: 70%;
}
.socdiv {
  width: 100%;
  height: 25px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-evenly;
}
.socdiv > div {
  width: 25px;
  height: 100%;
  border: 1px solid transparent;
  margin-left: 10px;
}

.logimg {
  width: 100%;
  height: 100%;
}
.appstore {
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
}

.h6 {
  text-align: justify;
  word-wrap: normal;
  font-size: 9px;
  margin-top: 45px;
  text-align: left;
}
