* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
}

.content {
  background-image: url(image/hero-01.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 641px;
  box-sizing: border-box;
}

.hove a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.hove a:hover {
  color: #d38c10;
  transition: 0.5s;
}

.navbar-brand img {
  width: 115px;
}

.navigat {
  margin-left: 130px;
}

.july {
  margin-top: 75px;
}

.july h3 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

.shopbtn {
  width: 9%;
  height: 45px;
  color: #fff;
  border: none;
  background-color: #000;
}

.shopbtn:hover {
  transition: 0.5s;
  background-color: #c19a83;
}

.hrd{
  display: none;
}

/* .categ {
  float: left;
} */

.categ h3 {
  margin-top: 60px;
  font-size: 13px;
}

.categ h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}

.hori {
  width: 4%;
  height: 1px;
  margin-top: 25px;
  margin-left: 640px;
  background-color: #d5bbab;
}

.bedroom img {
  width: 100%;
  height: 300px;
  cursor: pointer;
}
.bedroom img:hover {
  transition: 1.5s;
  transform: scale(1.03);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.bed h2 {
  font-size: 26px;
}

.fa_star {
  font-size: 16px;
  color: orange;
}

.shopbtn2 {
  height: 45px;
  color: #fff;
  border: none;
  background-color: #000;
}

.shopbtn2:hover {
  transition: 0.5s;
  background-color: #c19a83;
}

.categ h4 {
  margin-top: 110px;
  font-size: 13px;
}

.catego {
  /* float: left; */
  margin-top: 110px;
}

.catego h4 {
  font-size: 18px;
  margin-top: 110px;
  font-weight: bold;
}

.catego h3 {
  font-size: 44px;
  font-weight: bold;
}

.product img {
  width: 100%;
  height: 350px;
  cursor: pointer;
}

.product img:hover {
  transition: 1.5s;
  transform: scale(1.01);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.product1 {
  width: 100%;
  float: left;
  height: 370px;
  cursor: pointer;
  background-color: #f1f2f2;
}

.product1:hover {
  transition: 1.5s;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.icnspn {
  font-size: 14px;
  margin-top: 85px;
  color: orange;
}

.product1 p {
  margin-top: 20px;
  line-height: normal;
  font-size: 18px;
  margin-left: 90px;
}

.product1 h2 {
  font-size: 16px;
  letter-spacing: 2.4px;
  color: #67676f;
}

.truckspn {
  font-size: 34px;
  height: 200px;
  color: orange;
  cursor: pointer;
}

.truckspn:hover {
  font-size: 34px;
  background-color: orange;
  border-radius: 10px;
  color: white;
  transition: 1.5s;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.truckspn p {
  font-size: 16px;
  color: #485661;
}

.logo4 img {
  width: 140px;
}

.foot {
  float: left;
}

.mt50 {
  margin-top: 70px;
}

.crasp p {
  margin-left: 50px;
}

.linkhov a {
  color: white;
}

.linkhov a:hover {
  color: orange;
  transition: 1.1s;
}

.socicn i {
  color: white;
  font-size: 22px;
}

.socicn i:hover {
  color: orange;
  transition: 1.1s;
}

.shop h2 {
  font-size: 16px;
}

/* cart */

.cart {
  padding: 22px;
  /* justify-content: center; */
  display: none;
  margin-bottom: 100px;
  height: 500px;
  margin-top: 30px;
  float: left;
}

.cartTxt p {
  margin-top: 12px;
}

.cartTxt h2 {
  margin-top: 12px;
}

.bybtn {
  width: 140px;
  height: 40px;
  background: rgb(255, 89, 0);
  color: black;
  border: none;
  font-weight: 600;
  font-size: 18px;
  margin-inline: 11px;
  margin-top: 22px;
}

.addbtn {
  width: 140px;
  height: 40px;
  background: #ffd814;
  color: black;
  border: none;
  font-weight: 600;
  font-size: 18px;
  margin-inline: 11px;
  margin-top: 22px;
}

/* Contact Us */
/* Gradient background */
.gradient-bg {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}

.contimg {
  background-image: url(image/Product-IMG-58.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  float: left;
  width: 100%;
  height: 500px;
}

.conttxt {
  margin-top: 180px;
  font-size: 60px;
  color: black;
  font-weight: 700;
  font-family: "Bitter", sans-serif;
}

/* Centered card */
.contact-card {
  background-color: #ffffff;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
}

.contact {
  width: 570px;
  height: 400px;
}

/* Input fields and labels */
.form-label {
  font-weight: bold;
}

.contact h1 {
  font-size: 62px;
  font-weight: bold;
}

.form-control {
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-muted {
  margin-top: 44px;
}

/* Submit button */
.btn-primary {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  border: none;
  color: white;
  font-weight: bold;
}

#navi {
  display: none;
}

/* shop all */

.home {
  color: #6b6f6b;
}

.bestpr {
  float: left;
  /* display: block; */
}

.bestpr h4 {
  font-size: 18px;
  margin-top: 110px;
  font-weight: bold;
}

.bestpr h3 {
  font-size: 44px;
  font-weight: bold;
}

@media (max-width: 576px) {

  .logopng {
    width: 100px;
  }
  .content {
    width: 100%;
    height: 410px;
    background-attachment: local;
  }

  .navigat {
    margin-left: 0px;
  }

  .july {
    margin-top: 15px;
  }

  .july h3 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.2px;
  }

  .july h2 {
    font-size: 29px;
    font-weight: bold;
  }

  .july h4 {
    font-size: 20px;
  }

  .shopbtn {
    width: 32%;
    height: 45px;
  }

  .categ h3 {
    margin-top: 40px;
  }

  .categ h2 {
    font-size: 26px;
  }

  .hori {
    width: 18%;
    height: 1px;
    margin-top: 20px;
    margin-left: 150px;
  }

  .bedroom img {
    height: 200px;
  }

  .bed h2 {
    font-size: 19px;
  }

  .bed h4 {
    font-size: 14px;
  }

  .product img {
    height: 180px;
  }

  .product1 p {
    margin-top: 20px;
    font-size: 18px;
    margin-left: 0px;
  }

  .product1 {
    height: 350px;
  }

  .icnspn {
    margin-top: 110px;
  }

  .product1 p {
    margin-top: 10px;
  }

  .product1 h2 {
    font-size: 16px;
    letter-spacing: 2.4px;
    color: #67676f;
  }

  .catego h3 {
    font-size: 26px;
  }

  .catego h4 {
    font-size: 14px;
  }

  .icnspn {
    margin-top: 80px;
  }

  .product2 {
    width: 100%;
    float: left;
    height: 320px;
  }

  .contimg {
    height: 300px;
    background-position: -350px 0px;
    background-size: 1090px auto;
  }

  .conttxt {
    margin-top: 120px;
    font-size: 35px;
  }

  #newImg {
    height: 300px;
  }

  .cartTxt p {
    margin-top: 80px;
  }

  .bestpr h3 {
    font-size: 26px;
  }

  .bestpr h4 {
    font-size: 14px;
  }

  /* .bestpr {
    margin-top: 280px;
  } */

  /* #best{
    margin-top: 1px;
  } */

  .cart {
    margin-bottom: 320px;
  }

}
