footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 7;
  backdrop-filter: blur(10px);
}
footer * {
  z-index: 7;
}
footer .content {
  width: 95vw;
  max-width: 1850px;
  margin: 30px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
footer .content .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .content .row1 .button {
  margin: 10px;
  border: 1px solid black;
  border-radius: 10px;
  cursor: pointer;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
}
footer .content .row1 .button img {
  width: 20px;
}
footer .content .row1 .img {
  margin: 10px;
}
footer .content .row1 .img img {
  width: 80px;
}
footer .content .row2 {
  display: flex;
  justify-content: space-between;
}
footer .content .row2 .info {
  margin-right: 6vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  direction: rtl;
}
footer .content .row2 .info * {
  font-size: 20px;
}
footer .content .row2 .enamad {
  margin-left: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid white;
}
footer .content .row2 .enamad a {
  background-color: rgb(255, 255, 255);
}
footer .content .row2 .enamad a img {
  width: 75px;
  height: 75px;
}
footer .social-media {
  display: flex;
  gap: 20px;
  padding: 20px;
}
footer .social-media a {
  border-radius: 50%;
  transition: transform 0.3s ease;
}
footer .social-media a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
footer .social-media a img {
  width: 50px;
}
footer .dev {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background-color: rgba(0, 50, 0, 0.7);
}
footer .dev * {
  color: white;
  font-weight: bold;
}
footer .dev div {
  font-size: 25px;
}
footer .dev div a {
  font-size: 30px;
}
footer .dev div a:hover {
  color: orange;
}

/*# sourceMappingURL=footer.css.68330c2abb89.map */
