* {
  padding: 0;
  margin: 0;
  border: border-box;
  font-family: Assistant, sans-serif;
}
#nav-top {
  display: flex;
  height: 7vh;
  justify-content: center;
  align-items: center;
  background-color: #121212;
}
#nav-para {
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  word-spacing: 0.1rem;
  line-height: 1;
}
/* for mobile-nav */
.nav-mobile {
  position: sticky;
  top: 0;
  background-color: #fff;
  display: none;
  justify-content: space-around;
  align-items: center;
  height: 7vh;
  z-index: 9;
}

.nav-mobile p {
  font-size: 1rem;
  margin-left: 70px;
  margin-right: 30px;
}
.nav-mobile i {
  font-size: 1.3rem;
  color: black;
}
#profile-icon {
  margin-right: 10px;
}

/* for mobile nav end */
/* slide-bar */
.slide {
  display: none;
}
.slide-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  background: #fff;
  position: fixed;
}
.slide-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  height: 7vh;
}
.slide-nav p {
  font-size: 1rem;
  margin-left: 70px;
  margin-right: 30px;
}
.slide-nav i {
  font-size: 1.3rem;
  color: black;
}
.slide-para a {
  height: 6vh;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  text-decoration: none;
  color: black;
}
.slide-para p:hover {
  background: rgb(201, 197, 197);
}
#slide-home {
  background: rgb(201, 197, 197);
}
/* end slider-bar */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  background-color: white;
  display: flex;
  height: 14vh;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.hidden {
  transform: translateY(-100%);
}
.left-nev {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 40%;
  gap: 2rem;
}
.left-nev p {
  font-size: 1.8rem;
  cursor: pointer;
}
.left-nev p:hover {
  font-size: 1.9rem;
}
.left-nev a {
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  color: black;
}
#first-home {
  text-decoration: underline;
}
.left-nev a:hover {
  font-size: 1.1rem;
  text-decoration: underline;
}
.right-nav {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.right-nav i {
  color: rgba(0, 0, 0, 0.735);
  cursor: pointer;
  font-size: 1.2rem;
}
.right-nav i:hover {
  font-size: 1.3rem;
}
/* end nav-bar */
/* slider start */
.swiper {
  height: 90vh;
  width: 100%;
  position: relative;
}
.swiper-slide {
  object-fit: cover;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  background-size: cover;
}
#i-button {
  font-size: 1.5rem;
  padding: 1rem 2.5rem;
  z-index: 1;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #fff;
  border: 1px solid white;
  cursor: pointer;
  text-decoration: none;
}
#i-button:hover {
  border: 2px solid white;
}
/* slider end */
/* product container start */
.big-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content-heading {
  height: 20vh;
  display: flex;
  width: 90%;
  align-items: center;
}
.content-heading p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  word-spacing: 0.1rem;
}
.product-container {
  width: 90%;
  columns: 4;
  cursor: pointer;
}
.product-box {
    height: 40vh;
    width: 98%;
    display: flex;
    flex-direction: column;
}
.product-box p {
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  word-spacing: 0.1rem;
  padding: 0.4rem;
}
.product-box span {
  color: rgb(195, 42, 42);
  text-decoration: line-through;
  font-size: 0.6rem;
  padding: 0 1rem;
}
.image-column {
  height: 200px;
  width: 100%;
  background-size: cover;
}
.image-column img {
  height: 100%;
  width: 100%;
}
.view-all {
  height: 15vh;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-all a {
  cursor: pointer;
  background-color: #121212;
  color: #fff;
  padding: 0.7rem 1.7rem;
  letter-spacing: 0.1rem;
  word-spacing: 0.1rem;
  text-decoration: none;

}
.view-all a:hover {
  padding: 0.8rem 1.8rem;
}
/* product container end */
/* footer start */
.join-link {
  height: 25vh;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
  border-bottom: 1px solid gray;
}
.join-link p {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  word-spacing: 0.1rem;
}
.join-link a {
  text-decoration: none;
  color: #fff;
  border: 1px solid white;
  padding: 0.6rem 7rem;
  margin: 1rem 0rem;
}
.join-link a:hover {
  border: 2px solid white;
}
.information {
  height: 20vh;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.privacy-para p {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.privacy-link {
  display: flex;
  width: 90%;
  justify-content: space-evenly;
}
.privacy-link a {
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.privacy-link a:hover {
  text-decoration: underline;
}