@font-face {
  font-family: "mainfont";
  src: url(../font/vazir/Vazir-Medium.ttf);
}

* {
  font-family: "mainfont";
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: white;
  box-sizing: border-box;
}

.Container {
  width: 100%;
  height: 100vh;
  background-color: #819d81;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}
.Wrapper {
  width: 95%;
  height: 95%;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-evenly;
  align-items: center;
  justify-items: center;
  padding: 40px;
}
.TopDiv {
  width: 100%;
  height: 700px;
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}
.BottomDiv {
  width: 100%;
  height: 700px;
  padding: 10px;
  background-color: rebeccapurple;
}
.title h2 {
  color: white;
  font-size: 25px;
  text-align: center;
}
.title {
  width: 100%;
}
.Content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}
swiper-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}

swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
  border-radius: 20px;
}
swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}
.ProductImage {
  border-radius: 20px;
}

swiper-slide img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}
