@import url('/static/assets/css/Vazirmatn-RD-FD-font-face.css');

@charset "UTF-8";
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: "Vazirmatn RD FD", Vazirmatn, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a, p, span, h1, h2, h3, h4, h5, h6, li, ol, ul, input,
button,
select,
option,
textarea {
  font-family: "Vazirmatn RD FD", Vazirmatn, sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
button,
select,
option,
textarea {
    direction: rtl;
    font-family: "Vazirmatn RD FD", Vazirmatn, sans-serif;
    outline: none;
    border: none;
    resize: vertical;
}

input,
textarea {
    min-height: 48px !important;
    border-radius: 8px !important;
    border: 1px solid #ededed !important;
    background-color: #FFFFFF !important;
    text-align: center !important;
}

input:focus,
textarea:focus {
  background-color: #FFFFFF !important;
  color: #08a66c !important;
  border-color: #08a66c !important;
}

.search__input {
    background-color: #FFFFFF !important;
    color: #08a66c;
}

input:disabled,
textarea:disabled {
  background-color: #FFF2F2 !important;
  color: #C30000 !important;
  cursor: not-allowed !important;
}

input:focus {
    outline: none;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-block: 20px;
}

html {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
button,
select,
option {
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
    outline: none;
    border: none;
}

input:focus {
    outline: none;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-block: 20px;
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .nav__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav__logo__image {
    width: 150px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .nav__toggle {
    display: none;
}

.header .nav__menu {
    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    flex: 1;
    margin-right: 32px;
}

.header .nav__link {
    color: #404040;
}

.header .nav__link:hover {
    color: #08A66C;
}

.header .nav__btns {
    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    justify-content: space-between;
    align-items: center;
}

.header .nav__btns__btn {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-wrap: wrap;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.header .nav__btns__btn:hover {
    box-shadow: 0 0 4px #08A66C;
}

.header .nav__btns__btn:nth-child(1) {
    background-color: #FFFFFF;
    border: 1px solid #08A66C;
    color: #08A66C;
}

.header .nav__btns__btn:nth-child(2) {
    background-color: #08A66C;
    color: #FFFFFF;
}

.header .nav__btns__btn:nth-child(3) {
    background-color: #08A66C;
    color: #FFFFFF;
}

.header .nav__sub-menu {
    max-width: 300px;
    width: 100%;
    min-height: 400px;
    background-color: #DBFDF1;
    border-radius: 16px;
    position: absolute;
    top: 120px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 32px;
    left: 8px;
}

.header .nav__sub-menu--disable {
    left: 100%;
    display: none;
}

.header .nav__sub-menu__link {
    color: #404040;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.header .nav__sub-menu__link:hover {
    color: #08A66C;
}

.header .nav__sub-menu__close {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background-color: #DBFDF1;
    color: #404040;
    position: absolute;
    top: -25px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
}

.search {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.search__box {
    max-width: 600px;
    width: 100%;
    height: 75px;
    position: relative;
}

.search__title {
    width: 12.5rem;
    height: 1.875rem;
    position: absolute;
    background-color: #DBFDF1;
    color: #404040;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    top: -15px;
    right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search__form {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
}

.search__input {
    width: 100%;
    height: 100%;
    padding-right: 32px;
    font-size: 14px;
    color: #404040;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none !important;
}

.search__buttons {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-left: 32px;
}

.search__button__advanced {
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
    color: #404040;
}

.search__button__submit {
    min-width: 50px;
    height: 50px;
    left: 32px;
    background-color: #08A66C;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
}

.search__button__submit:hover {
    box-shadow: 0 0 4px #08A66C;
}

.search__advanced {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

.search__advanced__open {
    display: flex;
}

.search__advanced__form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    min-height: 250px;
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 0 10px #CBCBCB;
    gap: 1rem;
    position: absolute;
    top: 0;
    z-index: 10;
}

.search__advanced__holder {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.search__advanced__input {
    border: 1px solid #CBCBCB;
    padding: 8px 16px;
    border-radius: 8px;
}

.search__advanced__select {
    background-color: #DBFDF1;
    padding: 8px 16px;
    border-radius: 8px;
}

.search__advanced__button {
    width: 100%;
    height: 50px;
    background-color: #08A66C;
    color: #FFFFFF;
    border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
    .nav__toggle {
        display: flex !important;
        top: 32px;
        right: 32px;
        z-index: 12;
        font-size: 32px;
        cursor: pointer;
        color: #404040;
    }

    .nav__logo__image {
        width: 100px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .nav__menu {
        width: 75%;
        height: 100%;
        position: fixed;
        top: 0;
        flex-direction: column;
        row-gap: 16px;
        background-color: #DBFDF1;
        margin: 0;
        right: 100%;
        align-items: center;
        justify-content: center;
        margin-inline: 0 !important;
        z-index: 11;
    }

    .nav__btns__btn--primary {
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav__btns__btn--primary span {
        display: none;
    }

    .nav__btns__btn--secondary {
        display: none !important;
    }

    .nav__btns__btn--logged-in {
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav__btns__btn--logged-in span {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .search__advanced {
        top: 110%;
    }

    .search__advanced__form {
        grid-template-columns: 1fr;
    }

    .mazaran {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mazaran {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1200px) {
    .mazaran {
        grid-template-columns: repeat(4, 1fr);
    }
}

.mazaran {
    display: grid;
    min-height: auto;
    place-content: center;
    place-items: center;
    justify-content: center;
    row-gap: 4rem;
    position: relative;
}

.mazaran__item {
    background: #FFFFFF;
    width: 250px;
    height: 250px;
    box-shadow: 0 0 4px #CBCBCB;
    border-radius: 8px;
    position: relative;
}

.mazaran__image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mazaran__name {
    text-align: center;
    color: #606060;
    margin-top: 75px;
}

.mazaran__information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    margin-inline: 16px;
}

.mazaran__info {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.mazaran__count {
    color: #606060;
    font-size: 14px;
}

.mazaran__title {
    color: #08A66C;
    font-size: 12px;
}

.mazaran__button {
    width: 100%;
    height: 50px;
    background-color: #08A66C;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination {
    width: 300px;
    height: 100px;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    direction: ltr;
}

.pagination__button {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #D9D9D9;
    color: #606060;
    font-size: 14px;
}

.pagination__button__active {
    background-color: #08A66C;
    color: #FFFFFF;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 32px;
}

.section {
  margin-block: 64px;
}

.footer {
  width: 100%;
  position: relative;
  margin-block: 32px;
}
.footer .container {
  min-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.footer__content {
  min-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.footer__right, .footer__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
}
.footer__right {
  flex-basis: 100%;
}
.footer__logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.footer__description {
  color: #606060;
}
.footer__etemad {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  overflow: auto;
}
.footer__address, .footer__support {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  justify-content: center;
}
.footer__address, .footer__support {
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
.footer__address::before, .footer__support::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  background-color: #CBCBCB;
  top: -16px;
}
.footer__address__title, .footer__support__title {
  color: #08A66C;
}
.footer__address__sub-title, .footer__support__sub-title {
  color: #202020;
}
.footer__address__description, .footer__support__description {
  color: #606060;
}
.footer__address__sub-escription, .footer__support__sub-description {
  color: #08A66C;
}
.footer__menu {
  display: flex;
  align-items: center;
}
.footer__item {
  display: flex;
  width: 50%;
  text-align: center;
}
.footer__item__pipe {
  border-left: 1px solid #CBCBCB;
}
.footer__link {
  width: 100%;
  color: #404040;
  font-size: 12px;
  position: relative;
}
.footer__link:hover {
  color: #08A66C;
}
.footer__social {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer__social__link {
  font-size: 32px;
  color: #606060;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #08A66C;
}
.footer__social__span {
  display: none;
}
.footer__bottom {
  text-align: center;
}
.footer__bottom__description {
  color: #606060;
}

@media only screen and (max-width: 1024px) {
  .footer__content {
    flex-direction: column;
  }
  .footer__right,
  .footer__left {
    width: 100%;
  }
  .footer__menu {
    flex-direction: row;
    row-gap: 16px;
  }
  .footer__support__title {
    text-align: center;
  }
  .footer__bottom {
    display: none;
  }
}/*# sourceMappingURL=footer.css.map */