@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb.woff2");
  font-weight: 400;
}

@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Light.woff2");
  font-weight: 300;
}

:root {
  --primary-color1: #ff8f00;
  --primary-color2: #4ec51c;
  --text-color: #3c3c3c;
  --ligth-text-color: #ccc;
  --button-text-color: #fff;
  --background-color: #f5f5f5;
  --border-color: #dcdcdc;
  --border-radius: 15px;
  --swiper-navigation-size: 1rem;
  --primary-font-family: IRANSansWeb;
}

* {
  font-family: var(--primary-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

header {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"],
button {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

input,
textarea,
select {
  padding: 0 20px 0;
  height: 48px;
  border-radius: 50px;
  color: #555;
  line-height: 36px;
  font-size: 0.8rem;
  border: 1px solid var(--ligth-text-color);
  font-weight: 400;
  direction: rtl !important;
}

textarea {
  height: 150px;
  border-radius: 20px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  border: none;
  margin: 0;
}

.navbar {
  padding: 20px 0;
  border-bottom: solid 1px #00000010;
}

.logo-a img {
  width: 90px;
  height: auto;
}

.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 11;
}
.menu a {
  color: var(--button-text-color);
  font-weight: 700;
  font-size: 13px;
  display: block;
  white-space: nowrap;
}
.menu-backdrop {
  display: none;
}
.menu-dropdown a {
  padding: 10px 15px;
  display: block;
  color: var(--text-color);
  border-bottom: solid 1px #f7f7f7;
}

.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button1 {
  border-radius: 19px;
  min-width: 130px;
  color: var(--button-text-color);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

header .top-div {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.search-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 30px;
}

.search-div > div {
  position: relative;
  width: 100%;
}

.search-div .search-input {
  width: 400px;
}
.newsletter-section form input:nth-child(2) {
  padding: 0 20px 0 140px;
}

.search-div button,
.newsletter-section form input[type="submit"] {
  position: absolute;
  left: 4px;
  top: 50%;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--primary-color1);
  border: none;
}
.map-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map-div a,
.newsletter-section form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-div a:hover,
.search-div button:hover {
  opacity: 0.8;
}

.map-div img {
  width: 172px;
  border-radius: 50px;
}

.map-div span {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--text-color);
  font-weight: 100;
}

.bar-div {
  width: 100%;
  background-color: var(--text-color);
  height: 48px;
}
.bar-menu {
  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;
  gap: 12px;
}
.bar-button-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.bar-button-div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--ligth-text-color);
  font-size: 0.9rem;
  border: 0 solid rgba(255, 255, 255, 0.2);
  border-left-width: 2px;
  line-height: 2;
  width: 100px;
}

.bar-button-div a:nth-child(1):hover {
  color: var(--primary-color2);
}

.bar-button-div a:nth-child(2):hover {
  color: var(--primary-color1);
}

.title-border {
  width: 100%;
  border-bottom: 1px solid var(--child-color);
  margin-bottom: 15px;
  margin-top: 25px;
}

.title-border .title-border-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  line-height: 40px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid var(--child-color);
  padding: 0 5px;
}

.title-border .title-border-t i {
  color: var(--child-color);
}

.sticky-left-menu {
  position: absolute;
  top: 95px;
  left: 65px;
  height: calc(100% - 190px);
  z-index: 1;
}

.sticky-left-menu > div {
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.sticky-left-menu > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border: 1px solid var(--border-color);
  padding-right: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: self-end;
  -ms-grid-row-align: self-end;
  align-self: self-end;
  color: transparent;
}

.sticky-left-menu > div div:hover {
  width: 100%;
  color: #787878;
}

.sticky-left-menu > div i {
  font-size: 1.6rem;
  color: #b3b3b3;
  line-height: 44px;
  text-align: center;
}

.sticky-left-menu > div i:before {
  width: 44px;
  display: block;
}

.items-div > div,
.background1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid var(--border-color);
  padding: 10px;
}

.items-div h3,
.items-div h2 {
  margin-top: 17px;
  margin-bottom: 4px;
  color: var(--text-color);
  font-size: 0.9rem;
  font-weight: 400;
}

.items-div > div img {
  width: 100%;
}

.items-div p {
  margin: 10px 0;
  color: #787878;
  font-size: 0.9rem;
}

.background1 {
  display: block;
}

.gallery-s-div {
  --child-color: #f44336;
}

.news-s-div {
  --child-color: #1586e9;
}

.new-s-div {
  --child-color: #65a71a;
}

.about-s-div {
  --child-color: #ed4980;
}

.contact-s-div {
  --child-color: #7a05f4;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--child-color);
}

.newsletter-section {
  background: url(../image/news-letter-footer.png) no-repeat top center #646464;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 45px;
}

.newsletter-section form {
  width: 50%;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter-section form input:nth-child(1) {
  width: 40%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.newsletter-section form input:nth-child(2) {
  width: 60%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.newsletter-section h2 {
  color: var(--primary-color1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.newsletter-section span {
  display: block;
  font-size: 0.8rem;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 15px;
}

.footer h2 {
  font-size: 15px;
  color: #000000;
  margin-bottom: 16px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  margin-bottom: 5px;
  line-height: 1.42857143;
}

.footer li a,
.footer ul span {
  position: relative;
  font-size: 13px;
  color: #787878;
  padding-right: 8px;
  word-wrap: break-word;
}

.footer li a:hover {
  color: #454545;
}

.footer li a:after,
.footer ul span::after {
  position: absolute;
  content: "";
  top: 22%;
  right: 0;
  width: 1px;
  height: 10px;
  background: #c8c8c8;
}

.app-parrent-div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.app-parrent-div h2 i {
  color: var(--primary-color2);
  font-size: 21px;
  margin-left: 10px;
}

.app-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
}

.app-div > div {
  background-color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  height: 30px;
  padding: 6px 11px;
  margin-left: 5px;
  margin-bottom: 10px;
  color: #fff;
  gap: 10px;
}

.app-div a,
.app-div a:hover {
  color: #fff;
}

.app-div i {
  font-size: 16px;
}

.footer-social {
  background: var(--background-color);
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 15px;
  color: #848484;
}

.social-div a {
  color: #787878;
  font-size: 20px;
  margin-right: 20px;
  position: relative;
}

.social-div a:hover {
  color: var(--primary-color1);
}

.footer-descrption {
  padding-bottom: 29px;
  padding-top: 21px;
  background: #dfdfdf;
  position: relative;
  font-size: 0.8rem;
  color: #848484;
  line-height: 23px;
  font-weight: 100;
}

.footer-descrption span,
.footer-descrption p {
  display: block;
  margin-bottom: 20px;
  text-align: justify;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}
.search-btn {
  min-width: unset;
  width: 40px;
  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;
}
.left-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-phone {
  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;
  gap: 8px;
  height: 40px;
  background-color: var(--primary-color2);
  font-size: 1.2rem;
  padding: 0 12px;
  color: #fff !important;
  border-radius: var(--border-radius);
}
.header-phone i {
  padding: 5px;
  background: #fff;
  color: var(--primary-color2) !important;
  border-radius: 9px;
}
.left-div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 1.3rem;
}
.left-div div a {
  color: var(--primary-color2);
}
.icon-button {
  width: 48px;
  text-align: center;
  background-color: var(--primary-color1);
  height: 48px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: var(--button-text-color);
  border-radius: var(--border-radius);
}

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1200px) {
  .container,
  .container-sm {
    max-width: unset;
  }

  .newsletter-section form {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--primary-color1);
  }

  .menu > ul > li > a {
    padding: 0.9rem 0.9rem 0.8rem;
  }
  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color1);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: var(--button-text-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
    border: solid 1px var(--border-color);
    border-radius: 8px;
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color1);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: var(--button-text-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(241, 241, 241, 0.482);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--text-color);
  }

  .menu ul a {
    border-bottom: 1px solid var(--border-color);
    padding: 13px;
    font-weight: 400;
  }
  .menu > ul > li:last-child a {
    border: none;
    margin-bottom: var(--small-margin);
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }

  .navbar {
    padding: 15px 0;
    display: block;
  }

  .search-form {
    z-index: 1;
  }
  .search-check:checked + .search-backdrop {
    position: absolute;
    height: 100%;
    top: 0;
    left: 4px;
    z-index: 2;
    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;
    padding: 6px 12px;
  }
  .logo-div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .search-div {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 12px;
  }
  .left-div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: auto;
  }

  .map-div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-section form {
    width: 100%;
  }

  .app-parrent-div {
    width: 100%;
    margin: 0;
  }
  .search-div .search-input {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .app-div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    text-align: center;
  }

  .footer li a:after,
  .footer ul span::after {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-section form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-section form input:nth-child(2) {
    padding: 0 20px;
  }

  .newsletter-section form input:last-child {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 10px;
  }
  .sticky-left-menu {
    left: 25px;
  }
}

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
