body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: isr;
  src: url(../fonts/IRANSansX-Regular.woff);
}
@font-face {
  font-family: isb;
  src: url(../fonts/IRANSansX-Bold.woff);
}
@font-face {
  font-family: isd;
  src: url(../fonts/IRANSansX-DemiBold.woff);
}
@font-face {
  font-family: isbl;
  src: url(../fonts/IRANSansX-Black.woff);
}
/* footer start */
.white_part {
  width: 250px;
  height: 50px;
  border-radius: 100px;
  background-color: white;
}
.orange_part {
  width: 180px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--secondary-color);
  transform: translateX(70px);
}
.footer_up {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin-top: 10px;
}
.orange_part p {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "isb";
}
.circle_part {
  width: 45px;
  height: 45px;
  background-color: #303030;
  border-radius: 100%;
  transform: translateY(-48px);
  margin-left: 8px;
  cursor: pointer;
}
.arrow_part:hover {
  cursor: pointer;
  transform: translateY(-8px);
  transition: 0.5s;
}
.arrow_part:not(:hover) {
  transition: 0.5s;
}
.footer_contact {
  font-size: 25px;
  font-family: "isb";
}
.footer_contact span {
  color: var(--secondary-color);
}
.footer_hr {
  margin: 10px 0px;
  height: 1px;
}
hr {
  width: 80%;
  /* height: 1px; */
  margin: 5% 10%;
  color: var(--main-color);
}
footer {
  width: 100%;
  height: 500px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.middle_logo {
  height: 50px;
  margin-bottom: 20px;
}

.middle_about p {
  width: 270px;
  font-size: 12px;
  margin-bottom: 30px;
  font-family: "isb";
}
.middle_nav {
  text-align: right;
}
.middle_contact {
  text-align: right;
}
.middle_nav p {
  color: var(--secondary-color);
  font-family: isbl;
  margin-bottom: 25px;
}
.middle_nav li {
  display: flex;
  flex-direction: column;
  font-family: isd;
  line-height: 40px;
}
.middle_contact p {
  color: var(--secondary-color);
  font-family: isbl;
  margin-bottom: 25px;
}
.middle_contact li {
  display: flex;
  flex-direction: column;
  font-family: isd;
  line-height: 40px;
}
.middle_contact li {
  display: flex;
  flex-direction: column;
}
.middle_info {
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.middle_info p {
  margin-bottom: 20px;
  font-family: "isbl";
}
.middle_info_p {
  max-width: 200px;
  font-size: 13px;
  direction: rtl;
  text-align: justify;
  margin-top: 25px;
  font-family: "isb";
}
.send a {
  display: flex;
  align-items: center;
}
.footer_input input {
  width: 170px;
  height: 35px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  font-family: "isd";
  color: var(--secondary-color);
}
.footer_input {
  display: flex;
  font-family: "isd";
}
.footer_input ::placeholder {
  font-family: "isd";
  font-size: 12px;
  padding-left: 20px;
}
.footer_input input:focus {
  outline: none;
}
.send {
  width: 50px;
  height: 35px;
  background-color: var(--secondary-color);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer_send {
  width: 25px;
  height: 25px;
}
.footer_send:hover {
  transform: translateX(5px);
  transition: 0.5s ease-out;
}
.footer_send:not(:hover) {
  transition: 0.5s;
}
.rights {
  font-family: "isr";
}

.developer {
  font-family: isd;
}
.socials {
  display: flex;
  margin-bottom: 20px;
}
.social_size {
  width: 34px;
  margin: 0px 3px;
  border-radius: 100px;
}
.footer_down {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
/* footer end */
/* footer media  */
@media (max-width: 980px) {
  .rights {
    font-size: 10px;
  }
  .developer {
    font-size: 12px;
  }
  .footer_right ul a li {
    font-size: 13px;
  }
  .footer_right {
    width: 400px;
  }
  .brands_text {
    display: none;
  }
  .middle_nav {
    display: none;
  }
  .middle_info {
    display: none;
  }
}
@media (max-width: 760px) {
  .middle_contact {
    display: none;
  }
  .middle_info {
    display: none;
  }
  .middle_logo {
    margin-left: 15%;
  }
  .socials {
    align-items: center;
    justify-content: center;
  }
  .developer {
    display: none;
  }
  .footer_down {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .middle_about {
    align-items: center;
    justify-content: center;
  }
  .footer_contact {
    display: none;
  }
  .footer_up {
    display: flex;
    justify-content: center;
  }
  .footer_middle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer_up,
.footer_middle,
.footer_hr,
.footer_down {
  margin: 0 auto;
}
.footer_up {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer_middle {
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer_down {
  margin-top: 20px;
  margin-bottom: 20px;
}
