* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.banner {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.597),
      rgba(169, 169, 169, 0.478)
    ),
    url(../img/logo-and-icon/background.jpg);
  background-size: cover;
  background-position: center;
}
.navbar {
  width: 85%;
  margin: auto;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn {
  margin: 0 0 0 25px;
}
.btn.active {
  width: 200px;
}
button {
  width: 170px;
  padding: 15px 25px;
  margin: 0px 70px;
  border: unset;
  border-radius: 15px;
  color: #ffffff;
  z-index: 1;
  background: #f23636;
  position: relative;
  font-weight: 700;
  font-size: 17px;
  transition: all 800ms;
  overflow: hidden;
}
button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #d2252b;
  z-index: -1;
  transition: all 800ms;
}
button:hover {
  color: #e8e8e8;
}
button:hover::before {
  width: 100%;
}
.logo {
  width: 300px;
  cursor: pointer;
}
.supplier-box {
  border: px solid #111;
  width: auto;
  height: 533px;
}
.text-box {
  border: px solid #111;
  width: auto;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text-box p {
  color: #111;
  font-weight: bolder;
  font-size: 30px;
}
.text-sup {
  font-size: 23px;
  margin-top: 10px;
}
.logo-supplier {
  border: px solid #a71d1d;
  width: auto;
  justify-content: center;
  display: flex;
}
.logo-box {
  border: px solid #111;
  width: 1400px;
}
center {
  margin-top: 20px;
}
.logo-box img {
  width: 150px;
  margin: 0 5px;
}
.section1 {
  align-items: center;
  justify-content: center;
  display: grid;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.597),
      rgba(255, 255, 255, 0.478)
    ),
    url(../img/Stone/\(Carrera\)\HS401.jpg);
  background-size: cover;
  background-position: center;
}
section .box {
  border: px solid #111;
  width: auto;
  height: auto;
  margin-top: 20px;
  display: grid;
  align-content: start;
}
.box-content {
  border: px solid #111;
  display: inline-block;
  width: 400px;
  height: 1000px;
  margin: 0 20px;
  align-items: center;
  justify-content: center;
}
.box-1 {
  border: px solid #12aa2e;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-1 p {
  font-size: 25px;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: context-menu;
}
.box-2 {
  border: px solid #111;
  width: auto;
  height: 300px;
  margin-top: 10px;
}
.box-2 img {
  width: 400px;
  object-fit: cover;
  box-shadow: 10px 5px 5px rgb(108, 106, 106);
}
.box-3 {
  border: px solid #a71d1d;
  width: auto;
  height: 400px;
}
.text3 {
  border: px solid #111;
  width: auto;
  height: auto;
  margin-top: 30px;
  align-self: start;
  display: flex;
}
.text3 p {
  font-size: 25px;
}
.test {
  border: 1px solid #111;
  height: auto;
}
.section3 {
  background-image: linear-gradient(
      rgb(255, 255, 255),
      rgba(255, 255, 255, 0.84)
    ),
    url(../img/Screenshot\ 2023-12-31\ 102339.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.section-box-2 {
  border: px solid #111;
  width: auto;
  height: auto;
}
.box-text-1 {
  border: px solid #111;
  width: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.box-text-1 p {
  margin-left: 50px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.box-text-2 {
  border: px solid #230278;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-section-2 {
  border: 1px solid #9b9b9b;
  width: 450px;
  padding: 0 0 20px 0;
  border-radius: 2px;
  margin: 0 15px;
  background-color: #fff;
}
.box-section-2:hover {
  background-color: #eeeeee;
  border: 1px solid #f93037;
}
.box-section-2-img {
  border: px solid #111;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-section-2-img img {
  border: 1px solid #11111100;
  width: 400px;
  height: 280px;
  object-fit: cover;
  margin: 20px 0;
}
.section2-img:hover {
  border: 1px solid #f930375d;
}
.box-section-2-text {
  border: px solid #111;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.box-section-2-text p {
  font-size: 23px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
  margin-left: 30px;
  text-transform: uppercase;
}
.box-section-2-star {
  border: px solid #111;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.box-star {
  margin-left: 30px;
}
.checked {
  color: #f93037;
}

.box-section3 {
  border: px solid #fbff03;
  width: auto;
  height: auto;
  margin: 40px 0;
}
.box-rotate {
  border: px solid #230278;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-stone {
  border: 1px solid #9b9b9b;
  width: 400px;
  height: 700px;
  margin: 20px 30px;
  background-color: #fff;
}
.box-stone:hover {
  box-shadow: 0px 0px 14px 4px rgba(199, 199, 199, 1);
}
.box-sec3-img {
  border: px solid #230278;
  width: auto;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-sec3-img img {
  width: 350px;
  height: 620px;
  object-fit: cover;
}
.box-sec3-text {
  border: px solid #12aa2e;
  width: auto;
  height: 47px;
  align-items: center;
  display: flex;
}
.box-sec3-text p {
  font-size: 22px;
  font-weight: bold;
  margin-left: 18px;
}
