* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
}

header {
  background-color: #0f1111;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 95.1rem;
  height: 50px;
}

.nav {
  border: 2px solid transparent;
}

.nav:hover {
  border: .3px solid white;

}

.logo {
  height: 50px;
  width: 100px;
}

.logo img {
  height: 50ox;
  width: 100px;
}

.first {
  color: white;
  font-size: .85rem;
  margin-left: 15px;
}

.sec {
  margin-left: 3px;
  font-size: 1rem;
  color: white;
}

.icon {
  color: white;
  display: flex;
  align-items: center;
  padding: .3rem;
}

.search {
  display: flex;

}

.search select {
  background-color: #d1d1d1;
  border: none;
  display: flex;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.search input {
  border: none;
  width: 550px;
  padding: .8rem;

}

.search button {
  background-color: rgb(244, 189, 71);
  padding: 10px;
  cursor: pointer;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search:hover {
  border: 2px solid orange;

}

.sign {
  display: flex;
  flex-direction: column;
  padding: .5rem;
}

.sign p {
  margin-left: 10px;
}

.return {
  color: white;
  padding: .5rem;
}

.re {
  font-size: 15px;
}

.or {
  font-size: 20px;
}

.cart {
  color: white;
  display: flex;
  padding: 1rem;
}

.navbar {
  background-color: #313232;
  color: white;
  height: 40px;
  padding: .86rem;
  display: flex;
  align-items: center;
  width: 95.1rem;
}

.menu {
  padding: .5rem;
  display: flex;
  gap: 10px;
}

.para {
  padding: .5rem;
  margin-left: 20px;
  display: flex;
  gap: 15px;
}

.menu:hover {
  border: .3px solid white;
}

.para p {
  padding: .3rem;
}

.para p:hover {
  border: .3px solid white;
}

.hero {
  background-image: url(heroback.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 95.1rem;
  height: 37rem;

}

.box {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
  gap: 20px;
  width: 95.1rem;
  position: relative;
}


.box1 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;
}

.box1 h3 {
  padding: 1rem;
  font-size: 26px;
}


.box2 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 290px;
  display: block;
  margin-top: 220px;

}

.box2 h3 {
  padding: 1rem;
  font-size: 26px;
}


.box3 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;

}

.box3 h3 {
  padding: .5rem;
  font-size: 26px;
}


.box4 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;

}

.box4 h3 {
  padding: 1rem;
  font-size: 26px;
}

.box1 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 300px;
  margin-left: 10px;
}

.box2 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 300px;
  margin-left: 10px;
}

.box3 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 320px;
  margin-left: 10px;
}

.box4 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 300px;
  margin-left: 10px;
}

.hero2 {
  background-color: #e6e6e6;
  width: 95.1rem;


}

.boxo {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
  gap: 20px;
  width: 95.1rem;
  margin-top: -90px;
}

.box5 {
  background-image: url(item4.jpg);
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;
}

.box5 h3 {
  padding: 1rem;
  font-size: 26px;
}


.box6 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;

}

.box6 h3 {
  padding: 1rem;
  font-size: 26px;
}


.box7 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;

}

.box7 h3 {
  padding: .5rem;
  font-size: 26px;
}


.box8 {
  height: 30rem;
  width: 25rem;
  background-color: white;
  background-image: url(item3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  display: block;
  margin-top: 220px;

}

.box8 h3 {
  padding: 1rem;
  font-size: 26px;
}

.box5 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 300px;
  margin-left: 10px;
}

.box6 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 300px;
  margin-left: 10px;
}

.box7 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 320px;
  margin-left: 10px;
}

.box8 a {
  font-size: 15px;
  text-decoration: none;
  color: #313232;
  display: flex;
  margin-top: 330px;
  margin-left: 10px;
}

.back {
  background-color: #35434f;
  width: 95.1rem;
  color: white;
  display: flex;
  justify-content: center;
  height: 3rem;
  align-items: center;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.back:hover {
  background-color: #465561;
}

.footer {
  background-color: #191f1f;
  display: flex;
  justify-content: space-evenly;
  height: 20rem;
  border-bottom: 1px solid rgb(255, 249, 249);
  width: 95.1rem;
}

.footer h3 {
  color: white;
  font-weight: 100px;
}

.footer p {
  color: #e1eceb;
  padding: .3rem;
}

.footer1 {
  margin-top: 3rem;
}

.footer2 {
  margin-top: 3rem;
}

.footer3 {
  margin-top: 3rem;
}

.footer4 {
  margin-top: 3rem;
}




.last {
  background-color: #313232;
  color: white;
  width: 95.1rem;
}

.last1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.condition {
  background-color: #191f1f;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  height: 10rem;
  width: 95.1rem;
}

.logo2 {
  height: 50px;
  width: 100px;
}

.logo2 img {
  height: 40px;
  width: 90px;
  padding: .5rem;
  border: 1px solid white;
  cursor: pointer;
}

.lang {
  padding: .5rem;
  margin-bottom: 10px;
  border: none;
  border: 1px solid white;
  cursor: pointer;
}

.us{
  padding: .5rem;
  margin-bottom: 10px;
  border: 1px solid white;
  cursor: pointer;
}

.united {
  display: flex;
  padding: .5rem;
  margin-bottom: 10px;
  border: 1px solid white;
  cursor: pointer;
}