body {
  box-sizing: border-box;
  background: #f9fdfc;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  text-align: justify !important;
}

input,
select,
textarea:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: transparent !important;
}

.oila-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 41.89px;
  color: #006550;
  padding: 19px 124px;
  background: #ffffff;
  width: fit-content;
  margin: 0 auto;
  border-radius: 8px;
  font-family: vazir !important;
}

.oila-title::after {
  position: absolute;
  content: "";
  background: #cce0dc;
  top: 50%;
  height: 1px;
  width: 100%;
  right: 0;
  z-index: -2;
}

.oila-secondray-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.55px;
  text-align: right;
}

.oila-primary-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
}

.oila-primary-link::after {
  position: absolute;
  content: "";
  background: #cce0dc;
  top: 50%;
  height: 1px;
  width: 100%;
  right: 0;
  z-index: -2;
  display: flex;
}

.oila-primary-link a {
  padding: 14px 124px;
  background: #e7b447;
  border-radius: 6px;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.5s;
}

.oila-primary-link a:hover {
  background: white;
  border: 1px solid #e7b447;
  color: #e7b447;
}

.oila-primary-link a path {
  transition: 0.5s;
}

.oila-primary-link a:hover path {
  stroke: #e7b447;
}

.header-desktop {
  background: #006550;
  padding: 16px 0;
}

.header-desktop .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 32px;
}

.header-desktop .menu-item {
  margin: 0 16px;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.55px;
  text-align: right;
  color: #ffffff;
  transition: 0.5s;
}

.nav-link:hover {
  color: #e7b447;
}

.menu-secodary-link {
  font-family: IRANYekanWebFn;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.14px;
  text-align: right;
  background: #e7b447;
  padding: 12px 16px 12px 16px;
  border-radius: 6px;
  display: flex;
  color: #ffffff;
  transition: 0.5s;
}

.menu-secodary-link:hover {
  color: #e7b447;
  background: #ffffff;
}

.breadcrumb a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24.18px;
  text-align: right;
  color: #666666;
  margin-left: 28px;
  position: relative;
}

.breadcrumb a::after {
  position: absolute;
  content: "";
  background-image: url("./assets/images/Vector.svg");
  width: 6.25px;
  height: 12.92px;
  left: -18px;
  top: 5px;
}

.breadcrumb a.active::after {
  display: none;
}

.breadcrumb a.active {
  font-weight: 700;
  color: #333333;
}

footer {
  margin-top: 80px;
  background: #ffffff;
  padding-top: 46px;
}

footer .oila-info {
  width: 269px;
}

footer .oila-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.55px;
  text-align: right;
}

footer .oila-info span {
  font-size: 16px;
  font-weight: 700;
}

footer .oila-info .phone span {
  margin-left: 17px;
}

footer .oila-info .email span {
  margin-left: 24px;
}

footer .oila-info .adress span {
  margin-left: 22px;
}

footer .oila-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28.18px;
  text-align: right;
  margin-top: 16px;
  margin-bottom: 0;
}

footer ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
  padding-right: 0;
}

footer li {
  margin-bottom: 12px;
}

footer li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 21.14px;
  text-align: right;
  color: #7e7e7e;
  transition: 0.5s;
}

footer li a:hover {
  color: #e7b447;
}

footer ul p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.55px;
  text-align: right;
  color: #383838;
}

.footer-social {
  padding: 40px 0;
  justify-content: space-between;
  border-top: 1px solid #e7b447;
  margin-top: 38px;
}

.footer-social p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.55px;
  text-align: right;
  color: #7e7e7e;
  margin-bottom: 0;
}

.footer-social .social-adress a {
  padding: 10px;
  margin-right: 15px;
}

.footer-social .social-adress path {
  fill: #006550;
  transition: 0.5s;
}

.footer-social .social-adress a:hover path {
  fill: #e7b447;
}

@media only screen and (min-width: 990px) {
  .container {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 990px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .oila-secondray-link {
    font-size: 14px;
  }

  .oila-title {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .header-mobile {
    background: #006550;
    padding: 12px 0;
  }

  .header-mobile .menu-secodary-link {
    margin-left: 12px;
  }

  .header-mobile .logo {
    width: 64px;
    height: 34px;
  }

  .menu-secodary-link {
    padding: 10px 18px;
    font-size: 13px;
  }

  .navOverlay {
    position: fixed;
    top: 0;
    width: 75%;
    height: 100vh;
    background: white;
    z-index: 1000000;
    padding-top: 31px;
    right: -103%;
  }

  .navOverlay ul {
    padding: 0;
    margin: 0;
  }

  .navOverlay li {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.55px;
    text-align: right;
  }

  .navOverlay a {
    color: #7e7e7e;
  }

  .filter {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    background: #001a14b2;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  .close-menu {
    position: absolute;
    right: 16px;
    top: 37px;
  }

  footer {
    padding-top: 30px;
    margin-top: 40px;
  }

  footer .logo {
    display: flex;
    margin: 0 auto;
  }

  footer .oila-text {
    margin-top: 12px;
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 20px;
  }

  footer ul {
    padding: 0;
  }

  footer ul p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  footer li a {
    font-size: 14px;
    font-weight: 400;
  }

  footer .oila-info {
    width: 100%;
    margin-top: 32px;
  }

  footer .oila-info .phone,
  footer .oila-info .email,
  footer .oila-info .adress {
    justify-content: space-between;
  }

  footer .oila-info p {
    text-align: left !important;
  }

  footer .oila-info .phone span {
    font-size: 14px;
  }

  .footer-social {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 16px;
    display: flex;
    flex-flow: column;
  }

  .footer-social .social-adress a {
    margin: 0;
  }

  footer .social-adress {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer-social p {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
  }
}
