html {
  background-color: #f0ffff;
  font-family: "Montserrat";
}

body {
  font-family: "Montserrat";
}

/* .container {
} */

.header {
  background-color: #222;
  border-radius: 10px;
}

.other-product {
  text-align: center;
  width: 30px;
  background-color: #04740f;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 15px;
  top: 40px;
  right: 650px;
  width: 300px;
  height: 20px;
  text-decoration: none;
}

.main-nav-list {
  margin-right: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: absolute;
  top: 30px;
  left: 1030px;
}

.main-nav-list :hover {
  color: #555;
}

.nav {
  text-decoration: none;
  color: #fff;
}

.VITA-logo {
  width: 100px;
  height: 100px;
}

.hero {
  margin: auto;
}

.section-hero {
  width: 1000px;
  height: 350px;
  margin: auto;

  background-color: #555;
  border-radius: 10px;
}

.VITA-logo {
  margin-left: 50px;
}

.Main-heading {
  font-family: "Montserrat";
  text-align: center;
  margin: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  color: #fff;
}

.main-img {
  padding-left: 5px;
  width: 465px;
  height: 270px;
  border-radius: 20px;
  box-shadow: 0 1.4rem 3.8rem rgba(0, 0, 0, 0.671);
}

.secondary-img {
  padding: 10px 5px 10px 10px;
  width: 225px;
  height: 170px;
  border-radius: 20px;
}

.third-img {
  padding: 10px 5px 10px 10px;
  width: 225px;
  height: 170px;
  border-radius: 20px;
}

.main-description {
  font-family: "Montserrat";
  font-size: 1.2rem;
  position: absolute;
  top: 145px;
  right: 273px;
  width: 500px;
  height: 130px;
  box-sizing: border-box;
  color: #fff;
}

.Kamar {
  margin-top: 18px;
  position: absolute;
  right: 350px;
  width: 320px;
  height: 300px;
  border-radius: 50px;
  box-shadow: 0 1.4rem 3.8rem rgba(0, 0, 0, 0.671);
}

.product-description {
  font-size: 20px;
  font-family: "Montserrat";
  position: absolute;
  top: 580px;
  left: 400px;
  width: 276px;
  box-sizing: border-box;
}

.second-product {
  font-size: 20px;
  font-family: "Montserrat";
  position: absolute;
  top: 950px;
  right: 360px;
  width: 276px;
  box-sizing: border-box;
}

.dapur {
  margin-top: 18px;
  position: absolute;
  top: 860px;
  left: 350px;
  width: 320px;
  height: 300px;
  border-radius: 50px;
  box-shadow: 0 1.4rem 3.8rem rgba(0, 0, 0, 0.671);
}

.container-grid-1 {
  margin-bottom: 20px;
  width: 300px;
  height: 490px;
  position: absolute;
  top: 1240px;
  right: 130px;
  background-color: #222;
  border-radius: 1.2rem;
}

.container-grid-2 {
  width: 300px;
  height: 490px;
  position: absolute;
  top: 1240px;
  right: 450px;
  background-color: #222;
  border-radius: 1.2rem;
}
.container-grid-3 {
  width: 300px;
  height: 490px;
  position: absolute;
  top: 1240px;
  left: 450px;
  background-color: #222;
  border-radius: 1.2rem;
}
.container-grid-4 {
  width: 300px;
  height: 490px;
  position: absolute;
  top: 1240px;
  left: 130px;
  background-color: #222;

  border-radius: 1.2rem;
}

.Gambar {
  width: 200px;
  position: absolute;
  top: 80px;
  right: 48px;
  border-radius: 10%;
}

.bed {
  color: #fff;
  position: absolute;
  right: 125px;
}

.chair {
  color: #fff;
  position: absolute;
  right: 115px;
}

.decoration {
  color: #fff;
  position: absolute;
  right: 60px;
}

.sofa {
  color: #fff;
  position: absolute;
  right: 115px;
}

.list {
  font-size: 1px;
  position: absolute;
  top: 300px;
  color: #fff;
}

.list-item {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2.3rem;
  margin: 5px;
}

.Buy-now {
  position: absolute;
  bottom: -1080px;
  right: 725px;
  width: 100px;
  border-radius: 10px;
  background-color: #222;
}

.btn {
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 75px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 25px;
  background-color: #04740f;
  color: #fff;
}
