@font-face {
  font-family: "yekanBakh-Heavy";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "yekanBakh-Bold";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "yekanBakh-Medium";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "yekanBakh-Regular";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.woffE") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
}
.AZ-field-group label {
  font-size: 18px;
  color: #475569;
  font-family: "yekanBakh-Medium";
  margin-bottom: 10px;
}
.AZ-field-group input,
.AZ-field-group textarea {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #828897;
  padding: 12px 15px;
  background: transparent;
  flex-grow: 1;
  border: 0;
  border-radius: 8px;
  background: #f5f5f5;
}
.custom-select {
  min-width: 200px;
  min-height: 48px;
  position: relative;
  border-radius: 8px;
  background: #f5f5f5;
}
.custom-select .select-trigger {
  font-size: 15px;
  font-family: "yekanBakh-Regular";
  color: #828897;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1;
}
.custom-select .select-trigger::before {
  content: "\e913";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  color: #828897;
}
.custom-select .select-options {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #828897;
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 8px;
  z-index: 10;
  overflow: hidden;
  border: 1px solid #bdbdbd;
}
.custom-select .select-options .option {
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #828897;
}
.custom-select .select-options .option.active, .custom-select .select-options .option:hover {
  background-color: #e8fbfc;
  color: #3dabb6;
}
.custom-select.open .select-options {
  display: block;
}

.AZ-page {
  overflow-x: hidden;
}

.AZ-page-title {
  font-size: 35px;
  color: #475569;
  font-family: "yekanBakh-Heavy";
  padding: 16px 16px 0;
  position: relative;
  margin-bottom: 20px;
}

.title {
  position: relative;
}
.title.shape-top::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  border-top: 16px solid #3dabb6;
  border-left: 16px solid transparent;
  animation: shapeTop 0.5s linear forwards;
  transition: all 0.2s linear;
}
.title.shape-bottom::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50px;
  border-bottom: 16px solid #3dabb6;
  border-right: 16px solid transparent;
  animation: shapeDown 0.5s linear forwards;
}

@keyframes shapeTop {
  0% {
    top: 30px;
    right: 50px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
@keyframes shapeDown {
  0% {
    bottom: 30px;
    left: 50px;
  }
  100% {
    bottom: 0;
    left: 0;
  }
}
.AZ-section-title {
  font-size: 24px;
  color: #475569;
  font-family: "yekanBakh-Heavy";
  padding: 16px 16px 0;
  position: relative;
  margin-bottom: 20px;
}

.AZ-secondary-btn,
.AZ-primary-btn {
  font-size: 18px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  position: relative;
  padding: 10px 30px;
  border-radius: 8px;
  background: #3dabb6;
  height: 45px;
  border: 0;
  transition: all 0.2s linear;
}
.AZ-secondary-btn:hover,
.AZ-primary-btn:hover {
  color: #fff;
  background: #3099a2;
}

.AZ-secondary-btn {
  background: #e8fbfc;
  color: #3dabb6;
}
.AZ-secondary-btn:hover {
  color: #fff;
  background: #3dabb6;
}

.AZ-navbar {
  position: relative;
  z-index: 11;
}
.AZ-navbar .nav-top {
  padding: 30px 0;
}
.AZ-navbar .nav-bottom {
  padding: 12px 0;
  overflow: hidden;
}
.AZ-navbar .nav-icon {
  font-size: 17px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  padding: 6px 12px;
  border-radius: 8px;
  height: 40px;
  background: #f5f5f5;
  transition: all 0.2s linear;
}
.AZ-navbar .nav-icon:hover {
  background: rgb(71, 85, 105);
  color: #fff;
}
.AZ-navbar .nav-btn {
  background: rgb(71, 85, 105);
  color: #fff;
  height: 45px;
}
.AZ-navbar .nav-btn:hover {
  background: #000;
}
.AZ-navbar .login-btn {
  background: transparent;
  border: 0;
}
.AZ-navbar .menu-btn {
  transition: all 0.2s linear;
  position: relative;
  margin: 3px 0;
}
.AZ-navbar .menu-btn p {
  font-size: 18px;
  color: #e2b149;
  font-family: "yekanBakh-Bold";
  padding: 5px 12px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  background: #fff;
  animation: bg 1.5s ease-in-out infinite alternate;
}
.AZ-navbar .menu-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #ffd98a, #b79347);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 8px;
}
.AZ-navbar .search-wrapper {
  border-radius: 8px;
  background: #f5f5f5;
  min-width: 170px;
  height: 40px;
}
.AZ-navbar .search-wrapper input {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Medium";
  background: transparent;
  border: 0;
  flex-grow: 1;
  padding: 0 12px;
  height: 100%;
}
.AZ-navbar .search-wrapper input:focus {
  box-shadow: none;
}
.AZ-navbar .search-wrapper button {
  padding: 0;
  border: 0;
  background: transparent;
  padding-left: 12px;
}
.AZ-navbar .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.AZ-navbar .navbar-brand img {
  width: 180px;
}
.AZ-navbar .navbar-toggler {
  color: #475569;
  font-size: 20px;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-wrapper {
  position: relative;
  margin: 60px 0;
  width: 100%;
}
.AZ-navbar .navbar-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(to right, #4a0991, #d3c5a2);
  border-radius: 48px;
}
.AZ-navbar .navbar-container {
  position: relative !important;
  padding: 4px 70px;
  border-radius: 48px;
  background: #13082e;
  z-index: 1;
}
.AZ-navbar .navbar-container li {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-navbar .nav-link {
  font-size: 18px;
  color: #828897;
  font-family: "yekanBakh-Medium";
  padding: 8px 12px 4px !important;
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.AZ-navbar .nav-link span {
  font-size: 16px;
  display: none;
}
.AZ-navbar .nav-link p {
  transition: all 0.2s linear;
}
.AZ-navbar .nav-link.active, .AZ-navbar .nav-link:hover {
  background: #e8fbfc;
  color: #3dabb6;
}

@keyframes bg {
  0% {
    background: #fff;
  }
  100% {
    background: transparent;
    color: #fff;
  }
}
.AZ-footer {
  position: relative;
}
.AZ-footer .container {
  border-top: 2px solid #f5f5f5;
  padding: 40px 20px 50px;
}
.AZ-footer .footer-text {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  margin-bottom: 10px;
}
.AZ-footer .footer-title {
  font-size: 19px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
.AZ-footer .footer-link {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
  padding: 4px 0;
}
.AZ-footer .footer-link:hover {
  color: #3dabb6;
  transform: scale(1.05);
}
.AZ-footer .footer-brand {
  margin-bottom: 12px;
  display: block;
}
.AZ-footer .footer-brand img {
  width: 180px;
}
.AZ-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.AZ-footer .contact-item {
  align-items: flex-start;
  line-height: 1.8;
}
.AZ-footer .contact-item p {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  margin: 0;
  white-space: nowrap;
}
.AZ-footer .contact-item a,
.AZ-footer .contact-item span {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  transition: all 0.2s linear;
}
.AZ-footer .contact-item a:hover {
  color: #3dabb6;
}
.AZ-footer .social-title {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Bold";
}
.AZ-footer .newsletter-wrapper {
  margin-bottom: 24px;
}
.AZ-footer .newsletter-wrapper label {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  margin-bottom: 10px;
}
.AZ-footer .newsletter-wrapper input {
  font-size: 15px;
  color: #828897;
  font-family: "yekanBakh-Bold";
  height: 37px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 0;
  flex-grow: 1;
  padding: 5px 10px;
}
.AZ-footer .newsletter-wrapper button {
  font-size: 14px;
  color: #fff;
  font-family: "yekanBakh-Bold";
  padding: 7px 10px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #3dabb6;
  transition: all 0.2s linear;
  border: 0;
}

.AZ-social a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8fbfc;
  color: #3dabb6;
  font-size: 20px;
  transition: all 0.2s linear;
}
.AZ-social a:hover {
  transform: scale(1.05);
}

.search-box {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  width: 560px;
  z-index: 10;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: 40px;
}
.search-box .search-input {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #828897;
  background: transparent;
  border: none;
  padding: 5px;
  flex-grow: 2;
  height: 100%;
}
.search-box .search-input::-moz-placeholder {
  font-size: 14px;
}
.search-box .search-input::placeholder {
  font-size: 14px;
}
.search-box .search-btn {
  background: transparent;
  padding: 0 12px;
  color: #475569;
  border: 0;
  font-size: 16px;
}
.search-box .custom-select {
  min-width: 150px;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
  border-left: 1px solid #dddee2;
}
.search-box .custom-select .select-trigger {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
  color: #475569;
}

.search-result {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
}
.search-result_item {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.search-result_item:last-child {
  border-bottom: 0;
}
.search-result_img {
  min-width: 80px;
  margin-left: 10px;
}
.search-result_img::after {
  padding-bottom: 100%;
}
.search-result_img img {
  max-width: 100%;
  max-height: 100%;
}
.search-result_name {
  font-size: 16px;
  transition: all 0.2s linear;
  font-family: "iranyekan-Medium";
  color: #000;
  margin-bottom: 10px;
}
.search-result_name:hover {
  color: #ef3a4f;
}
.search-result_category {
  font-size: 14px;
  transition: all 0.2s linear;
  font-family: "iranyekan-Regular";
  color: #000;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.search-result_category::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef3a4f;
}
.search-result_category:hover {
  color: #135245;
}
.search-result_tags .tag-link {
  font-size: 12px;
  font-family: "iranyekan-Regular";
  background: #f5f5f5;
  border-radius: 8px;
  padding: 3px 10px;
  color: #000;
  margin: 5px;
  transition: all 0.2s linear;
}
.search-result_tags .tag-link:hover {
  background: #ef3a4f;
  color: #ffffff;
}

.AZ-page-header {
  padding: 100px 0;
  min-height: 340px;
  height: 340px;
  position: relative;
}
.AZ-page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08) inset;
}
.AZ-page-header .content {
  position: relative;
  z-index: 1;
}
.AZ-page-header .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.AZ-page-header .details-list {
  padding: 20px 0;
}
.AZ-page-header .details-list .details {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Bold";
}
.AZ-page-header .details-list .details span {
  font-size: 20px;
}

.AZ-post-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  height: 100%;
}
.AZ-post-card .post-card_img {
  border-radius: 8px;
  width: 100%;
}
.AZ-post-card .post-card_img::after {
  padding-bottom: 55%;
}
.AZ-post-card .post-card_img img {
  transition: all 0.2s linear;
}
.AZ-post-card .post-card_img:hover img {
  transform: scale(1.1);
}
.AZ-post-card .post-card_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  flex-grow: 1;
}
.AZ-post-card .post-card_title {
  font-size: 24px;
  color: #475569;
  font-family: "yekanBakh-Bold";
}
.AZ-post-card .post-card_text {
  font-size: 12px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-post-card .post-card_details {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Medium";
}
.AZ-post-card .read-more-btn {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  padding: 12px 16px;
  border-radius: 8px;
  background: #f5f5f5;
  transition: all 0.2s linear;
}
.AZ-post-card .read-more-btn:hover {
  color: #fff;
  background: #475569;
}

.AZ-small-post {
  padding: 8px 0;
}
.AZ-small-post .post-img {
  min-width: 43px;
  border-radius: 4px;
}
.AZ-small-post .post-img::after {
  padding-bottom: 100%;
}
.AZ-small-post .post-title {
  font-size: 12px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-small-post .post-details {
  font-size: 10px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-small-post .post-views {
  font-size: 8px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-small-post .post-views span {
  font-size: 13px;
}

.AZ-sidebar-box {
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  background: #fcfcfc;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.AZ-sidebar-box .sidebar-title {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
.AZ-sidebar-box .category-list a {
  padding: 8px 0;
}
.AZ-sidebar-box .category-list p,
.AZ-sidebar-box .category-list span {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar-box .comments-count {
  font-size: 14px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-sidebar-box .comments-count span {
  font-size: 17px;
}
.AZ-sidebar-box .share-title {
  font-size: 13px;
}
.AZ-sidebar-box .AZ-social a {
  background: #f5f5f5;
  color: #475569;
}

article h1 {
  font-size: 35px;
  color: #475569;
  font-family: "yekanBakh-Heavy";
}
article h2,
article h3,
article h4,
article h5 {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  margin-bottom: 16px;
}
article p {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  line-height: 32px; /* 200% */
}
article a {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  text-decoration: underline;
  line-height: 32px; /* 200% */
}
article ul {
  margin-right: 20px;
}
article ul li {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  list-style-type: disc;
  line-height: 32px; /* 200% */
}
article ol li {
  font-size: 16px;
  color: #475569;
  font-family: "yekanBakh-Regular";
  list-style-type: decimal;
  line-height: 32px; /* 200% */
}

.AZ-comments {
  padding: 40px 0;
}
.AZ-comments .comment-box {
  border-radius: 8px;
  background: rgba(227, 227, 227, 0.23);
  padding: 8px 12px;
}
.AZ-comments .comment-name {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  margin-bottom: 10px;
}
.AZ-comments .comment-text {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-comments .comment-date {
  font-size: 8px;
  color: #ababab;
  font-family: "yekanBakh-Regular";
  padding: 4px;
  display: block;
}
.AZ-comments .reply-box {
  margin-right: 20px;
}
.AZ-comments .reply-box .comment-box {
  background: #e8fbfc;
}

.AZ-blog-page {
  padding: 40px 0;
}

.AZ-pagination-wrapper {
  margin-top: 20px;
}
.AZ-pagination-wrapper .page-link {
  font-size: 18px;
  color: #828897;
  font-family: "yekanBakh-Regular";
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f5f5f5;
  transition: all 0.2s linear;
  border: 0;
}
.AZ-pagination-wrapper .page-link.active, .AZ-pagination-wrapper .page-link:hover {
  background: #475569;
  color: #fff;
}
.AZ-pagination-wrapper .page-item:not(:first-child) .page-link {
  margin-right: unset;
}
.AZ-pagination-wrapper .page-nav {
  font-size: 17px;
  color: #475569;
  font-family: "yekanBakh-Bold";
  width: unset;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #475569;
  background: #fff;
  margin: 0 25px !important;
}
.AZ-pagination-wrapper .page-nav span {
  font-size: 24px;
}
.AZ-pagination-wrapper .page-item:first-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.AZ-pagination-wrapper .page-item:last-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.breadcrumb {
  margin-bottom: 24px;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
}
.breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #828897;
  font-family: "yekanBakh-Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #475569;
}
.breadcrumb .active {
  color: #475569;
  font-family: "yekanBakh-Bold";
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e912";
  font-family: "icomoon";
}

.AZ-nav-buttom {
  border-top: 1px solid #1c2029;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.AZ-nav-buttom .nav-link {
  font-size: 13px;
  color: #1c2029;
  font-family: "yekanBakh-Medium";
  padding: 10px 0;
}
.AZ-nav-buttom .nav-link span {
  font-size: 22px;
}
.AZ-nav-buttom .active span {
  color: #3099a2;
}

.AZ-investment-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}
.AZ-investment-box:last-child {
  border-bottom: 0;
}
.AZ-investment-box .investment-box_img {
  width: 100%;
  border-radius: 8px;
}
.AZ-investment-box .investment-box_img::after {
  padding-bottom: 40%;
}
.AZ-investment-box .investment-box_title {
  font-size: 13px;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-investment-box .investment-box_stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px 0;
}
.AZ-investment-box .investment-box_details {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  color: #475569;
  font-family: "yekanBakh-Regular";
}
.AZ-investment-box .investment-box_details span {
  font-size: 13px;
}
.AZ-investment-box .investment-box_details .investment-box_label {
  min-height: 14px;
  font-size: 9px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .AZ-navbar .support-btn {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .AZ-page-header {
    padding: 50px 0;
    min-height: 300px;
    height: 300px;
  }
  .AZ-page-header .details-list .details {
    font-size: 14px;
  }
  .AZ-page-header .details-list .details span {
    font-size: 20px;
  }
  .AZ-navbar .nav-top {
    padding: 10px 0;
  }
  .AZ-navbar .nav-top .support-btn {
    display: flex !important;
    background: transparent;
    border: 0;
  }
  .AZ-navbar .nav-top .support-btn span {
    font-size: 24px;
  }
  .AZ-navbar .support-btn {
    display: flex !important;
  }
  .AZ-navbar .sidebar-brand img {
    width: 50px;
  }
  .AZ-navbar .navbar-brand {
    position: unset;
    transform: unset;
  }
  .AZ-navbar .navbar-brand img {
    width: 53px;
  }
  .AZ-navbar .sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    right: -100%;
    transition: all 0.2s linear;
  }
  .AZ-navbar .sidebar.show {
    right: 0;
  }
  .AZ-navbar .navbar-nav {
    width: 100%;
  }
  .AZ-navbar .navbar-nav li {
    width: 100%;
  }
  .AZ-navbar .nav-link {
    background: #f5f5f5;
  }
  .AZ-navbar .nav-link span {
    display: block;
  }
  .AZ-navbar .close-sidebar {
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: transparent;
    border: 0;
  }
  .AZ-pagination-wrapper .page-link {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .AZ-pagination-wrapper .page-nav {
    font-size: 14px;
    padding: 0 10px;
    margin: 0 !important;
    width: auto;
  }
  .AZ-pagination-wrapper .page-nav span {
    font-size: 20px;
  }
  .AZ-footer .container {
    padding: 30px 20px 80px;
  }
  .AZ-footer .footer-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .AZ-post-card .read-more-btn {
    font-size: 16px;
    padding: 8px 10px;
  }
  .AZ-post-card .post-card_title {
    font-size: 20px;
  }
  .AZ-page-title {
    font-size: 28px;
  }
  .search-box {
    width: 100%;
  }
  .search-box .search-input {
    font-size: 12px;
  }
  .search-box .custom-select {
    min-width: 120px;
  }
  .search-box .custom-select .select-trigger {
    font-size: 12px;
  }
  .search-box .custom-select .select-trigger::before {
    left: 5px;
    font-size: 16px;
  }
  .search-box .custom-select .select-options {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .AZ-page-title {
    font-size: 20px;
  }
  .AZ-section-title {
    font-size: 20px;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  article a {
    font-size: 14px;
  }
  article p {
    font-size: 14px;
    line-height: normal;
  }
  .AZ-field-group label {
    font-size: 14px;
  }
}
