@import url("../template/css/app.css");
@import url("../template/css/fonts.css");
@import url("../template/css/colors.css");
body {
  font-family: "iranyekanBakh";
}

body footer .temp {
  padding: 5rem 10rem !important;
}

body footer .temp .top-footer {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body footer .temp .top-footer .rigth {
  width: 35%;
}

body footer .temp .top-footer .rigth .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .temp .top-footer .rigth .logo a {
  display: block;
  width: 30%;
}

body footer .temp .top-footer .rigth .logo a img {
  width: 100%;
}

body footer .temp .top-footer .rigth .logo h3 {
  font-family: "iranyekanBakhHeavy";
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: 1rem;
}

body footer .temp .top-footer .rigth .contact-us {
  margin-top: 2rem;
}

body footer .temp .top-footer .rigth .contact-us ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body footer .temp .top-footer .rigth .contact-us ul li {
  margin-top: 0.25rem;
}

body footer .temp .top-footer .rigth .contact-us ul li a {
  color: var(--color-second-text);
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

body footer .temp .top-footer .rigth .contact-us ul li a:hover {
  color: var(--color-dark);
}

body footer .temp .top-footer .rigth .contact-us ul li address {
  font-family: "iranyekanBakh";
  font-style: normal;
  color: var(--color-second-text);
}

body footer .temp .top-footer .rigth .social-networks {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .temp .top-footer .rigth .social-networks li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--color-second-text);
  border: 1px solid var(--color-second-text);
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body footer .temp .top-footer .rigth .social-networks li a svg {
  width: 1.5rem;
  fill: var(--color-second-text);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body footer .temp .top-footer .rigth .social-networks li a:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

body footer .temp .top-footer .rigth .social-networks li a:hover svg {
  fill: var(--color-white);
}

body footer .temp .top-footer .left {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body footer .temp .top-footer .left div h4 {
  font-family: "iranyekanBakhHeavy";
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

body footer .temp .top-footer .left div nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body footer .temp .top-footer .left div nav ul li {
  margin-bottom: 0.25rem;
}

body footer .temp .top-footer .left div nav ul li a {
  color: var(--color-second-text);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body footer .temp .top-footer .left div nav ul li a:hover {
  color: var(--color-dark);
}

body footer .temp .bottom-footer {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .temp .bottom-footer .right {
  width: 50%;
}

body footer .temp .bottom-footer .right form {
  width: 100%;
  position: relative;
}

body footer .temp .bottom-footer .right form input {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  width: 50%;
  font-family: "iranyekanBakh";
  color: var(--color-dark);
  border: none;
  border-bottom: 1px solid var(--color-for-bg);
}

body footer .temp .bottom-footer .right form input:focus-visible {
  outline: 0;
}

body footer .temp .bottom-footer .right form button {
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

body footer .temp .bottom-footer .right form button svg {
  width: 1rem;
  color: var(--color-second-text);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body footer .temp .bottom-footer .right form button svg:hover {
  color: var(--color-dark);
}

body footer .temp .bottom-footer .left p {
  color: var(--color-second-text);
  font-size: 0.8rem;
}

body footer .temp .bottom-footer .left p a {
  margin-right: 0.25rem;
  font-family: "iranyekanBakhFat";
  font-size: 1.5rem;
  color: var(--color-dark);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body footer .temp .bottom-footer .left p a:hover {
  color: var(--color-second-text);
}
/*# sourceMappingURL=footer.css.map */