@font-face {
  font-family: "mainfont";
  src: url(../font/vazir/Vazir-Medium.ttf);
}

* {
  font-family: "mainfont";
}

footer {
  background-color: #556d5c;
  width: 100%;
  height: 500px;

  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  align-content: center;
}
.Cards {
  background-color: #819d81;
  width: 20%;
  height: 80%;
  border-radius: 30px;
}
.Cards .title {
  width: 100%;
  height: 100px;

  align-items: center;
  align-content: center;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.Cards .content {
  width: 100%;
  height: 300px;
}

.zarinpal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.zarinpal img {
  width: 110px;
}
.FooterPageList {
  width: 100%;
  height: 100%;

  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  justify-items: center;
  align-items: center;
}
.FooterPageList li a {
  color: white;
}
.content h4 {
  color: white;
  font-size: 15px;
  width: 90%;
  padding: 10px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  footer {
    background-color: #556d5c;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    align-content: center;
  }
  .Cards {
    background-color: #819d81;
    width: 50%;

    border-radius: 30px;
    margin-top: 10px;
  }
  .Cards .title {
    width: 100%;
    height: 100px;

    align-items: center;
    align-content: center;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: bold;
  }
  .content {
    width: 90%;
    height: 100%;
  }
  .Cards .content {
    width: 100%;
    height: 300px;
  }
  .zarinpal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .zarinpal img {
    width: 110px;
  }
}
