@font-face {
  font-family: "Peyda-Bold";
  src: url("../fonts/peyda/Peyda-Bold.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Bold.woff") format("woff"), url("../fonts/peyda/Peyda-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Medium";
  src: url("../fonts/peyda/Peyda-Medium.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Medium.woff") format("woff"), url("../fonts/peyda/Peyda-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Regular";
  src: url("../fonts/peyda/Peyda-Regular.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Regular.woff") format("woff"), url("../fonts/peyda/Peyda-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-section-title {
  font-size: 24px;
  color: #000;
  font-family: "Peyda-Bold";
  margin-bottom: 20px;
}

.AZ-section-text {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Regular";
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next span,
.swiper-button-prev span {
  font-size: 25px;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  background: transparent;
}
.AZ-field-group label {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Medium";
  margin-bottom: 5px;
  transition: all 0.2s linear;
  padding: 0 3px;
}
.AZ-field-group input, .AZ-field-group textarea {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Regular";
  padding: 13px 16px;
  border: 1px solid #828282;
  background: transparent;
  flex-grow: 1;
}
.AZ-field-group input {
  height: 45px;
}
.AZ-field-group.err input, .AZ-field-group.err textarea {
  border: 1px solid #ED2E2E;
}
.AZ-field-group.err .err-text {
  font-size: 12px;
  color: #ED2E2E;
  font-family: "Peyda-Bold";
  margin-top: 8px;
}

.AZ-checkbox-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.AZ-checkbox-group label {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Regular";
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 25px;
}
.AZ-checkbox-group label::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
}
.AZ-checkbox-group input {
  display: none;
}
.AZ-checkbox-group input:checked ~ label::after {
  content: "\e919";
  background: #ED1C24;
  border: 1px solid #ED1C24;
}

.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Peyda-Medium";
  padding: 3px 33px 3px 20px;
  transition: all 0.2s linear;
  background: #ED1C24;
  height: 32px;
  border: 0;
  position: relative;
}
.AZ-primary-filter-btn,
.AZ-secondary-filter-btn {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Peyda-Medium";
  padding: 3px 33px 3px 20px;
  transition: all 0.2s linear;
  background: #262626;
  height: 32px;
  border: 0;
  position: relative;
}
.AZ-primary-filter-btn::after,
.AZ-secondary-filter-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 8px solid #fff;
  border-left: 10px solid transparent;
}
.AZ-primary-filter-btn:hover,
.AZ-secondary-filter-btn:hover {
  color: #FFFFFF;
  background: #262626;
}
.AZ-primary-btn span,
.AZ-secondary-btn span {
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.AZ-secondary-btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.AZ-secondary-btn:hover {
  color: #fff;
  background: #454242;
}

.AZ-styled-select {
  min-width: 100px;
  min-height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #ED2E2E;
  border: 1px solid #ED2E2E;
}
.AZ-styled-select::before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 17px;
  color: #FFFFFF;
}
.AZ-styled-select select {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Peyda-Regular";
  padding: 0 5px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  padding-top: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1;
}
.AZ-styled-select select option {
  background: #ED1C24;
}

.AZ-navbar .dropdown-lang .dropdown-toggle::after {
  content: none;
}
.AZ-navbar .dropdown-lang .dropdown-menu {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 0;
}
.AZ-navbar .dropdown-lang .lang-name {
  font-size: 14px;
  color: #000000;
  font-family: "Peyda-Regular";
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-collapse {
  flex-grow: unset;
}
.AZ-navbar .navbar-btns .badgee {
  top: 5px;
  right: -10px;
}
.AZ-navbar .navbar-btns .btn-icon {
  width: 42px;
  height: 42px;
  background-image: url("../img/bg-btns.png");
  background-size: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.AZ-navbar .navbar-btns .btn-icon img {
  width: 25px;
}
.AZ-navbar .navbar-btns .btn-title {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
}
.AZ-navbar .navbar-btns .btn-desc {
  font-size: 10px;
  color: #000000;
  font-family: "Peyda-Regular";
  display: block;
}
.AZ-navbar .offcanvas-start {
  width: 250px;
}
.AZ-navbar .offcanvas-start .offcanvas-title img {
  width: 80px;
}
.AZ-navbar .offcanvas-start .nav-link {
  font-size: 14px;
  font-family: "Peyda-Regular";
  padding: 8px 10px !important;
}
.AZ-navbar .offcanvas-start .close-canvas {
  color: #ffe8ec;
}
.AZ-navbar .navbar-brand {
  margin-right: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.AZ-navbar .navbar-brand img {
  width: 120px;
}
.AZ-navbar .nav-link {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Medium";
  padding: 25px 10px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
}
.AZ-navbar .nav-link:hover {
  color: #000be3;
}

.has-dropdown {
  position: relative;
}
.has-dropdown:hover .AZ-megamenu-wrapper {
  display: block;
}

.AZ-megamenu-wrapper {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #FFFFFF;
  z-index: 11;
  padding: 20px 0;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.AZ-megamenu-wrapper .nav-link {
  font-size: 16px;
  padding: 8px 16px !important;
  font-family: "Peyda-Medium";
  transition: all 0.2s linear;
}
.AZ-megamenu-wrapper .nav-link:hover {
  color: #000be3;
}
.AZ-megamenu-wrapper .megamenu-title {
  font-size: 20px;
  color: #000;
  font-family: "Peyda-Bold";
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.AZ-megamenu-wrapper .megamenu-title span {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #B31B34;
  background: #ffced6;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-megamenu-wrapper .megamenu-title img {
  width: 28px;
  max-height: 30px;
}
.AZ-megamenu-wrapper .megamenu-box_img {
  width: 100%;
  border-radius: 15px;
  background: red;
}
.AZ-megamenu-wrapper .megamenu-box_img::after {
  padding-bottom: 35%;
}
.AZ-megamenu-wrapper .megamenu-box_img img {
  max-width: 40%;
}
.AZ-megamenu-wrapper .megamenu-box:hover .megamenu-link {
  color: #B31B34;
}
.AZ-megamenu-wrapper .megamenu-box.max .megamenu-box_img {
  background: rgb(237, 245, 217);
}
.AZ-megamenu-wrapper .megamenu-box.six49 .megamenu-box_img {
  background: rgb(217, 225, 232);
}
.AZ-megamenu-wrapper .megamenu-box.bc49 .megamenu-box_img {
  background: rgb(246, 223, 222);
}
.AZ-megamenu-wrapper .megamenu-box.dgrd .megamenu-box_img {
  background: rgb(254, 244, 217);
}
.AZ-megamenu-wrapper .megamenu-box.keno .megamenu-box_img {
  background: rgb(244, 222, 220);
}
.AZ-megamenu-wrapper .megamenu-link {
  font-size: 16px;
  font-family: "Peyda-Medium";
  padding: 5px 0;
  color: #000;
  transition: all 0.2s linear;
}
.AZ-megamenu-wrapper .megamenu-link:hover {
  color: #B31B34;
}
.AZ-megamenu-wrapper .megamenu-img {
  width: 50%;
  border-radius: 15px;
  margin-bottom: 15px;
}
.AZ-megamenu-wrapper .megamenu-img::after {
  padding-bottom: 100%;
}
.AZ-megamenu-wrapper .megamenu-text {
  font-size: 14px;
  font-family: "Peyda-Regular";
  color: #000;
  margin-bottom: 15px;
}
.AZ-megamenu-wrapper .megamenu-seeMore {
  font-size: 16px;
  font-family: "Peyda-Medium";
  color: #B31B34;
  transition: all 0.2s linear;
}
.AZ-megamenu-wrapper .megamenu-seeMore:hover {
  color: #000;
}
.AZ-megamenu-wrapper .megamenu-seeMore span {
  font-size: 14px;
}

.AZ-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
.AZ-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1000px;
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}

.AZ-footer {
  overflow-x: hidden;
}
.AZ-footer .footer-title {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Bold";
  transition: all 0.2s linear;
  margin-bottom: 16px;
}
.AZ-footer .copyright {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Medium";
  transition: all 0.2s linear;
  padding: 10px 0;
}
.AZ-footer .footer-link {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
  padding: 5px 0;
}
.AZ-footer .footer-link:hover {
  color: #ED1C24;
}
.AZ-footer .social {
  margin-bottom: 10px;
  border-top: 1px solid #000000;
}
.AZ-footer .social-text {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  padding-left: 10px;
  border-left: 1px solid #000000;
  margin-left: 10px;
}
.AZ-footer .social a {
  color: #000000;
  font-size: 20px;
  transition: all 0.2s linear;
}
.AZ-footer .social a:hover {
  color: #B31B34;
}
.AZ-footer .footer-brand img {
  width: 120px;
}
.AZ-footer .contact-footer li {
  padding: 8px 0;
}
.AZ-footer .contact-item-icon {
  font-size: 26px;
  color: #000;
  border-left: 1px solid #000;
  padding-left: 10px;
}
.AZ-footer .contact-item-text {
  font-size: 14px;
  color: #000000;
  font-family: "Peyda-Regular";
}
.AZ-footer .contact-item-link {
  font-size: 14px;
  color: #000000;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.AZ-footer .contact-item-link:hover {
  color: #ED1C24;
}
.AZ-footer .footer-text {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  text-align: justify;
}

.AZ-search-wrapper {
  width: 40%;
  padding: 3px;
  position: relative;
  background: #000be3;
}
.AZ-search-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.AZ-search-wrapper input {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Regular";
  flex-grow: 1;
  border: 0;
  background: transparent;
  padding: 3px 10px;
  min-width: 50px;
  height: 100%;
}
.AZ-search-wrapper input::-moz-placeholder {
  color: #ffced6;
}
.AZ-search-wrapper input::placeholder {
  color: #ffced6;
}
.AZ-search-wrapper button {
  font-size: 18px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  transition: all 0.2s linear;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
}
.AZ-search-wrapper .search-result {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  z-index: 10;
  max-height: 500px;
  overflow-y: auto;
  z-index: 1;
  border: 1px solid #4D66A0;
  background: #303F63;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-top: 0;
}

.sort-list a {
  font-size: 14px;
  color: #000;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.sort-list a.active, .sort-list a:hover {
  color: #B31B34;
}

.AZ-title-wrapper {
  border-bottom: 1px solid #000;
  height: 50px;
  margin-bottom: 50px;
}
.AZ-title-wrapper .swiper-button-next,
.AZ-title-wrapper .swiper-button-prev {
  position: relative;
  height: 100%;
  margin-top: 0;
  left: unset;
  right: unset;
}
.AZ-title-wrapper .AZ-section-title {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #000;
  font-family: "Peyda-Bold";
}
.AZ-title-wrapper .AZ-section-title::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 80%;
  width: 1px;
  background: #000;
}
.AZ-title-wrapper .title-wrapper-top_left_shape {
  position: relative;
  height: 100%;
  width: 40%;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
}
.AZ-title-wrapper .title-wrapper-bottom_right_shape {
  position: relative;
  height: 100%;
}
.AZ-title-wrapper .title-wrapper-bottom_right_shape::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 15px solid #fff;
  border-left: 18px solid transparent;
}
.AZ-title-wrapper .title-wrapper-bottom_right_shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 15px solid #2F5959;
  border-left: 18px solid transparent;
}
.AZ-title-wrapper.title-wrapper_left {
  display: flex;
  flex-direction: row-reverse;
}
.AZ-title-wrapper.title-wrapper_left .title-wrapper-top_left_shape {
  border: 1px solid #2F5959;
  border-right: 0;
  border-bottom: 0;
}
.AZ-title-wrapper.title-wrapper_left .title-content::before {
  right: 0;
  left: unset;
}
.AZ-title-wrapper.title-wrapper_left .AZ-section-title::after {
  left: unset;
  right: -1px;
}
.AZ-title-wrapper.title-wrapper_left .title-wrapper-bottom_right_shape::after {
  left: -1px;
  right: unset;
  border-right: 18px solid transparent;
  border-left: unset;
}
.AZ-title-wrapper.title-wrapper_left .title-wrapper-bottom_right_shape::before {
  left: 0;
  right: unset;
  border-right: 18px solid transparent;
  border-left: unset;
}
.AZ-title-wrapper.title-wrapper_left .title-wrapper-top_left_shape::after {
  right: -1px;
  left: unset;
  border-left: 18px solid transparent;
  border-right: unset;
}
.AZ-title-wrapper.title-wrapper_left .title-wrapper-top_left_shape::before {
  right: -1px;
  left: unset;
  border-left: 18px solid transparent;
  border-right: unset;
}

.title-content {
  height: 50px;
  position: relative;
}
.title-content::after {
  content: "";
  position: absolute;
  bottom: 20%;
  width: 100%;
  height: 1px;
  background: #000;
}
.title-content::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 1px;
  height: 100px;
  background: #000;
}
.title-content .title-content-inner {
  padding: 0 10px 10px;
}

.AZ-post-page {
  padding: 50px 0;
}
.AZ-post-page .AZ-title-wrapper.author-wrapper {
  margin-bottom: 0;
  width: 30%;
}
.AZ-post-page .AZ-title-wrapper.author-wrapper .title-wrapper-top_left_shape {
  width: 90%;
}
.AZ-post-page .AZ-title-wrapper .AZ-section-title {
  margin: 0;
}
.AZ-post-page .post-title {
  font-size: 22px;
  color: #000;
  font-family: "Peyda-Bold";
  line-height: 50px;
}
.AZ-post-page .post-details {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
}
.AZ-post-page .social a {
  transition: all 0.2s linear;
  font-size: 18px;
  color: #696969;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-post-page .social a:hover {
  color: #fff;
  background: #ED1C24;
}
.AZ-post-page .tag {
  font-size: 12px;
  color: #595959;
  font-family: "Peyda-Regular";
  border-radius: 4px;
  background: #F2F2F2;
  padding: 5px;
}
.AZ-post-page .tag-text {
  font-size: 14px;
  color: #595959;
  font-family: "Peyda-Bold";
  margin: 0;
  white-space: nowrap;
}

article h1, article h2, article h3 {
  font-size: 24px;
  color: #000;
  font-family: "Peyda-Bold";
  line-height: 50px;
  margin-bottom: 15px;
}
article h2, article h3 {
  margin-top: 30px;
}
article h4, article h5 {
  font-size: 20px;
  color: #000;
  font-family: "Peyda-Bold";
  margin-bottom: 15px;
  margin-top: 30px;
}
article p {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  margin-bottom: 10px;
  line-height: 258%; /* 41.28px */
}
article img {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.AZ-comment-box {
  padding: 15px;
  margin-bottom: 15px;
}
.AZ-comment-box .comment-img {
  min-width: 110px;
  border-radius: 50%;
}
.AZ-comment-box .comment-img::after {
  padding-bottom: 100%;
}
.AZ-comment-box .comment-name {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Bold";
}
.AZ-comment-box .comment-text {
  font-size: 14px;
  color: #262626;
  font-family: "Peyda-Regular";
  margin-top: 15px;
}
.AZ-comment-box .reply-btn {
  font-size: 14px;
  color: #262626;
  font-family: "Peyda-Medium";
  transition: all 0.2s linear;
}
.AZ-comment-box .reply-btn:hover {
  color: #ED1C24;
}
.AZ-comment-box .reply-btn span {
  font-size: 20px;
}
.AZ-comment-box_reply {
  margin-right: 50px;
  background: #f1f1f1;
}

.AZ-blog-page {
  padding: 50px 0 150px;
}
.AZ-blog-page .blog-title {
  font-size: 24px;
  color: #000;
  font-family: "Peyda-Bold";
  line-height: 54px;
}
.AZ-blog-page .blog-banner-square::after {
  padding-bottom: 55%;
}
.AZ-blog-page .blog-banner {
  width: 100%;
  height: 100%;
}
.AZ-blog-page .blog-banner-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(0deg, #000000 -6.9%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.AZ-blog-page .blog-banner-title {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "Peyda-Bold";
}
.AZ-blog-page .blog-banner-title span {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C4C4C4;
}
.AZ-blog-page .blog-banner-text {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Peyda-Medium";
}
.AZ-blog-page .middle-img {
  width: 100%;
  border-radius: 20px;
}
.AZ-blog-page .middle-img::after {
  padding: 30%;
}
.AZ-blog-page .latest-news-list li {
  border-bottom: 1px solid rgba(130, 130, 130, 0.6);
  padding: 10px 0;
}
.AZ-blog-page .latest-news-list li:last-child {
  border-bottom: 0;
}
.AZ-blog-page .latest-news-list .latest-news_title {
  font-size: 18px;
  color: #000000;
  font-family: "Peyda-Bold";
}
.AZ-blog-page .latest-news-list .latest-news_btn,
.AZ-blog-page .latest-news-list .latest-news_date,
.AZ-blog-page .latest-news-list .latest-news_text {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Medium";
}
.AZ-blog-page .latest-news-list .latest-news_btn {
  text-decoration: underline;
}

.AZ-about-page {
  overflow-x: hidden;
}
.AZ-about-page .header-img {
  width: 100%;
  margin-bottom: 50px;
}
.AZ-about-page .header-img::after {
  padding-bottom: 20%;
}
.AZ-about-page .about-img {
  width: 50vw;
}
.AZ-about-page .about-img::after {
  padding-bottom: 50%;
}
.AZ-about-page .overflow-right .about-img {
  float: left;
}
.AZ-about-page .overflow-left .about-img {
  float: right;
}
.AZ-about-page .icon-box::before, .AZ-about-page .icon-box::after {
  content: "\e97a";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 30px;
  color: #000;
}
.AZ-about-page .icon-box::before {
  right: unset;
  left: 0;
  top: unset;
  bottom: -10px;
}
.AZ-about-page .icon-box-title {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Bold" !important;
}
.AZ-about-page .icon-box-img {
  font-size: 22px;
  color: #718E99;
  width: 25px;
}
.AZ-about-page .pr-5 {
  padding-right: 100px;
}
.AZ-about-page .pl-5 {
  padding-left: 100px;
}

.AZ-gallery-page {
  padding: 50px 0 200px;
}
.AZ-gallery-page .gallery-img {
  width: 100%;
}
.AZ-gallery-page .gallery-img::after {
  padding-bottom: 35%;
}
.AZ-gallery-page .icon-arrow-left1 .path1:before,
.AZ-gallery-page .icon-arrow-right1 .path1:before {
  color: #2F5959;
}

.gallery-category {
  width: 100%;
}
.gallery-category::after {
  padding-bottom: 100%;
}
.gallery-category .gallery-category-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #262626;
  padding: 5px 10px;
}
.gallery-category .gallery-category-btn .gallery-title,
.gallery-category .gallery-category-btn .gallery-title_en {
  font-size: 16px;
  color: #fff;
  font-family: "Peyda-Bold";
  text-align: center;
}
.gallery-category .gallery-category-btn .gallery-title_en {
  font-size: 14px;
  font-family: "Peyda-Regular";
  display: block;
}

.gallery-box {
  width: 100%;
  overflow: visible;
}
.gallery-box::after {
  padding-bottom: 80%;
}
.gallery-box .gallery-box-btn {
  position: absolute;
  top: -18px;
  right: 0;
  width: 15%;
  -webkit-mask-image: url("../img/mask-gallery-btn.png");
          mask-image: url("../img/mask-gallery-btn.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: right top;
          mask-position: right top;
  background: #2F5959;
  padding: 30px 20px 10px;
}
.gallery-box .gallery-box-btn p {
  font-size: 24px;
  color: #fff;
  font-family: "Peyda-Regular";
  text-align: center;
}

.gallery-box_vertical::after {
  padding-bottom: 50%;
}

.gallery-modal .modal-content {
  background: transparent;
  border: 0;
}
.gallery-modal .image-modal {
  width: 100%;
}
.gallery-modal .image-modal::after {
  padding-bottom: 50%;
}
.gallery-modal .close-modal {
  font-size: 20px;
  color: #fff;
  font-family: "Peyda-Regular";
  background: transparent;
  border: 0;
}

.AZ-archive-page {
  padding: 50px 0 150px;
  overflow-x: hidden;
}
.AZ-archive-page .archive-img {
  width: 100%;
}
.AZ-archive-page .archive-img::after {
  padding-bottom: 35%;
}
.AZ-archive-page .AZ-title-wrapper {
  margin-bottom: 0;
}
.AZ-archive-page .AZ-title-wrapper .title-wrapper-top_left_shape {
  width: 100%;
}
.AZ-archive-page .title-content .title-content-inner {
  border-bottom: 1px solid #000;
  padding: 0 10px 9px;
}
.AZ-archive-page .header-archive {
  width: 100%;
}
.AZ-archive-page .header-archive::after {
  padding-bottom: 25%;
}
.AZ-archive-page .line {
  flex-grow: 1;
  height: 1px;
  background: #2F5959;
}
.AZ-archive-page .sidebar-archive {
  border-left: 1px solid #2F5959;
  margin-top: 30px;
}

.filter-btn {
  font-size: 20px;
  color: #fff;
  font-family: "Peyda-Regular";
  height: 35px;
  width: 35px;
  background: #000;
  border: 0;
  border: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-products-section .swiper-slide {
  padding-bottom: 30px;
}

.AZ-product-card {
  position: relative;
}
.AZ-product-card .product-img {
  background: #E6E7E8;
  width: 100%;
  overflow: visible;
}
.AZ-product-card .product-img::after {
  padding-bottom: 110%;
}
.AZ-product-card .product-img img {
  max-height: 100%;
  max-width: 100%;
}
.AZ-product-card .product-body {
  background: #000be3;
  padding: 10px;
  min-height: 45.516px;
  text-align: center;
  width: 90%;
  margin-bottom: -23px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  min-height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.AZ-product-card .product-body::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 15px solid #E6E7E8;
  border-left: 18px solid transparent;
}
.AZ-product-card .product-body::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 12px solid #fff;
  border-right: 15px solid transparent;
}
.AZ-product-card .product-title {
  font-size: 16px;
  color: #FFF;
  font-family: "Peyda-Medium";
}
.AZ-product-card .product-title_en {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Peyda-Regular";
}
.AZ-product-card:hover .product-body {
  min-height: 100px;
  height: auto;
}
.AZ-product-card:hover .product-text {
  margin-bottom: 20px;
}
.AZ-product-card:hover .AZ-primary-btn,
.AZ-product-card:hover .AZ-secondary-btn {
  margin-bottom: unset;
}
.AZ-product-card .product-text {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Peyda-Regular";
  text-align: right;
  margin-bottom: -100%;
  margin-top: 15px;
  transition: all 0.2s linear;
}
.AZ-product-card .AZ-primary-btn,
.AZ-product-card .AZ-secondary-btn {
  margin-bottom: -100%;
  transition: all 0.2s linear;
}
.AZ-product-card .AZ-primary-btn::after,
.AZ-product-card .AZ-secondary-btn::after {
  border-top: 8px solid #262626;
}

.pagination .page-link {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Regular";
  width: 35px;
  height: 35px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  padding-bottom: 3px;
}
.pagination .page-link.active, .pagination .page-link:hover {
  background: #D9D9D9;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-nav {
  background: #ED1C24;
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  border: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.AZ-about-section {
  background-image: url("../img/bg.png"), url("../img/bg-left.png");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: right center, left center;
  padding: 100px 0;
}
.AZ-about-section .AZ-primary-btn::after, .AZ-about-section .AZ-secondary-btn::after {
  border-top: 8px solid #ED1C24;
}
.AZ-about-section .AZ-title-wrapper .title-wrapper-bottom_right_shape::after {
  border-bottom: 15px solid #ED1C24;
}
.AZ-about-section .about-img {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 40%;
}
.AZ-about-section .about-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, #ED1C24 0%, rgba(47, 89, 89, 0) 100%);
}
.AZ-about-section .about-box {
  background: #ED1C24;
  padding: 100px 80px;
  position: relative;
}
.AZ-about-section .AZ-primary-btn, .AZ-about-section .AZ-secondary-btn {
  background: #000;
}
.AZ-about-section .AZ-primary-btn span, .AZ-about-section .AZ-secondary-btn span {
  background: #ED1C24;
}
.AZ-about-section .AZ-section-text,
.AZ-about-section .AZ-section-title {
  color: #FFFFFF;
}
.AZ-about-section .about-content {
  width: 60%;
}
.AZ-post-card {
  position: relative;
  background: #E6E7E8;
  padding: 10px;
  display: block;
}
.AZ-post-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 20px solid #fff;
  border-left: 30px solid transparent;
}
.AZ-post-card .post-card-body {
  padding: 15px;
}
.AZ-post-card .post-card-img {
  width: 100%;
}
.AZ-post-card .post-card-img::after {
  padding-bottom: 70%;
}
.AZ-post-card .post-card-title {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Bold";
  margin-bottom: 5px;
}
.AZ-post-card .post-card-text {
  font-size: 15px;
  color: #000;
  font-family: "Peyda-Regular";
}

.AZ-accordion {
  padding: 20px;
}
.AZ-accordion .accordion-item {
  width: 100%;
  border: none;
  overflow: hidden;
  background: transparent;
}
.AZ-accordion .accordion-item.open .close-accordion {
  display: flex;
}
.AZ-accordion .accordion-item.open .open-accordion {
  display: none;
}
.AZ-accordion .accordion-content {
  margin: 20px 0;
}
.AZ-accordion .accordion-content p {
  font-size: 14px;
  color: #354752;
  font-family: "yekanBakh-Medium";
  line-height: 1.8;
}
.AZ-accordion .checkboxes {
  border: 1px solid #B5B5B5;
  padding: 0 10px;
  max-height: 300px;
  overflow-y: auto;
}
.AZ-accordion .checkboxes .AZ-checkbox-group {
  padding: 12px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.AZ-accordion .checkboxes .AZ-checkbox-group:last-child {
  border-bottom: 0;
}
.AZ-accordion .accordion-item__button {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  width: 100%;
  text-align: right;
}
.AZ-accordion .close-accordion,
.AZ-accordion .open-accordion {
  display: none;
  margin-right: 10px;
  font-size: 16px;
  color: #000000;
}
.AZ-accordion .open-accordion {
  display: flex;
}

.sidebar-bg {
  position: relative;
}
.sidebar-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 90%;
  height: 100%;
  background: #000;
}
.sidebar-bg::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-bottom: 35px solid #fff;
  border-right: 35px solid transparent;
}

.sibebar-product {
  background: #D9D9D9;
  padding: 32px 25px;
  margin-left: 30px;
  position: relative;
}
.sibebar-product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 35px solid #000000;
  border-right: 35px solid transparent;
}
.sibebar-product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 35px solid #FFFFFF;
  border-left: 35px solid transparent;
}
.sibebar-product .AZ-title-wrapper {
  width: 70%;
  margin-right: auto;
  margin-bottom: 0;
  border-bottom: 1px solid #A7A9AC;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-top_left_shape {
  width: 70%;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-top_left_shape::after {
  border-top: 15px solid #D9D9D9;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-bottom_right_shape::after {
  border-bottom: 15px solid #D9D9D9;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-top_left_shape::before {
  border-top: 15px solid #A7A9AC;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-bottom_right_shape::before {
  border-bottom: 15px solid #A7A9AC;
}
.sibebar-product .AZ-title-wrapper .title-wrapper-top_left_shape {
  border: 1px solid #A7A9AC;
  border-bottom: 0;
}
.sibebar-product .AZ-title-wrapper .AZ-section-title::after {
  background: #A7A9AC;
}
.sibebar-product .sidebar-text {
  border-left: 1px solid #A7A9AC;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.sibebar-product .product-desc {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  line-height: 233%; /* 37.28px */
  letter-spacing: -0.32px;
}
.sibebar-product .product-details {
  border-right: 1px solid #A7A9AC;
  border-top: 1px solid #A7A9AC;
  padding: 20px;
}
.sibebar-product .product-details li {
  padding: 5px 0;
}
.sibebar-product .product-details p, .sibebar-product .product-details span {
  font-size: 16px;
  color: #2F5959;
  font-family: "Peyda-Regular";
}
.sibebar-product .product-details span {
  color: #000;
}

.AZ-contact-section {
  padding: 80px 0 130px;
}
.AZ-contact-section .AZ-field-group input, .AZ-contact-section .AZ-field-group textarea {
  border: 0;
  border-bottom: 1px solid #000;
}
.AZ-contact-section .contact-item {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Bold";
}
.AZ-contact-section .contact-link {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.AZ-contact-section .contact-link:hover {
  color: #ED1C24;
}
.AZ-contact-section .contact-text {
  font-size: 16px;
  color: #000000;
  font-family: "Peyda-Regular";
}
.AZ-contact-section .contact-list li {
  padding: 8px 0;
}
.AZ-contact-section .social a {
  font-size: 16px;
  color: #000;
  transition: all 0.2s linear;
}
.AZ-contact-section .social a:hover {
  color: #ED1C24;
}
.AZ-contact-section .navbar-toggler:focus {
  box-shadow: none;
}

.AZ-slider-section {
  position: relative;
}
.AZ-slider-section .slider-img {
  width: 100%;
}
.AZ-slider-section .slider-img::after {
  padding-bottom: 45%;
}
.AZ-slider-section .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2980392157);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.AZ-slider-section .slider-overlay_content {
  width: 50%;
}
.AZ-slider-section .AZ-title-wrapper {
  border-bottom: 0;
  margin-bottom: 0;
}
.AZ-slider-section .AZ-title-wrapper .icon-arrow-left1 .path1:before,
.AZ-slider-section .AZ-title-wrapper .icon-arrow-right1 .path1:before {
  color: rgb(255, 0, 0);
}
.AZ-slider-section .slider-title {
  font-size: 36px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  margin-bottom: 15px;
}
.AZ-slider-section .slider-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.AZ-slider-section .AZ-primary-btn,
.AZ-slider-section .AZ-secondary-btn {
  -webkit-mask-image: url("../img/mask-btn.png");
          mask-image: url("../img/mask-btn.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: right top;
          mask-position: right top;
  background: #000;
}
.AZ-slider-section .AZ-primary-btn span,
.AZ-slider-section .AZ-secondary-btn span {
  background: #e11d3e;
}
.AZ-slider-section .AZ-primary-btn::after,
.AZ-slider-section .AZ-secondary-btn::after {
  content: none;
}

.anim-second {
  width: 100%;
}
.anim-second::after {
  padding-bottom: 100%;
}

#accordian {
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li a {
  position: relative;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
}
#accordian > ul.show-dropdown > li.active > a::before,
#accordian > ul > li > ul.show-dropdown > li.active > a::before,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a::before,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a::before,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED1C24;
}

#accordian > ul.show-dropdown > li > a,
#accordian > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li > a {
  width: 100%;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: relative;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
  margin-right: 15px;
}

#accordian a:not(:only-child):after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 0;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian .active > a:not(:only-child):after {
  transform: rotate(180deg);
}

.AZ-category-section {
  padding: 100px 0 100px 0;
}
.AZ-category-section .img-anim {
  width: 80%;
  transition: all 0.2s linear;
}
.AZ-category-section .swiper-slide {
  padding: 0 0 30px 0;
  width: 188px;
}
.AZ-category-section .category-box {
  width: 100%;
  padding: 30px 10px;
  background: #E6E7E8;
  position: relative;
}
.AZ-category-section .category-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 15px solid #fff;
  border-left: 20px solid transparent;
}
.AZ-category-section .category-box::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -2px;
  height: 95%;
  background: #000;
  width: 90%;
  z-index: -1;
  transition: all 0.2s linear;
}
.AZ-category-section .category-box:hover::before {
  bottom: -5px;
  height: 100%;
}
.AZ-category-section .category-box-img {
  width: 80px;
}
.AZ-category-section .category-box-title {
  font-size: 16px;
  color: #262626;
  font-family: "Peyda-Bold";
}

.AZ-location {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
.AZ-location .map {
  position: relative;
  width: 100%;
  height: 100%;
}

.filter-canvas {
  max-height: 90vh;
  height: auto;
  border: 0;
  border-radius: 20px 20px 0 0;
}
.filter-canvas .offcanvas-title {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Bold";
}

.login-modal .modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  z-index: 1;
}

.ltr {
  direction: ltr;
}
.ltr .AZ-megamenu-wrapper {
  left: 0;
  right: unset;
}
.ltr .AZ-navbar .navbar-btns .badgee {
  left: 3px;
  right: unset;
}
.ltr .AZ-title-wrapper.title-wrapper_left .title-content::before {
  right: unset;
  left: 0;
}
.ltr .AZ-title-wrapper.title-wrapper_left .AZ-section-title::after {
  left: -1px;
  right: unset;
}
.ltr .AZ-title-wrapper.title-wrapper_left .title-wrapper-bottom_right_shape::after {
  left: unset;
  right: -1px;
}
.ltr .AZ-title-wrapper.title-wrapper_left .title-wrapper-top_left_shape {
  border: 1px solid #2F5959;
  border-left: 0;
  border-right: 1px solid #2F5959;
  border-bottom: 0;
}
.ltr .AZ-title-wrapper.title-wrapper_left .title-wrapper-bottom_right_shape::before {
  left: unset;
  right: 0;
  border-right: unset;
  border-left: 18px solid transparent;
}
.ltr .AZ-title-wrapper.title-wrapper_left .title-wrapper-bottom_right_shape::after {
  left: unset;
  right: -1px;
  border-right: unset;
  border-left: 18px solid transparent;
}
.ltr .AZ-title-wrapper .title-wrapper-bottom_right_shape::after {
  right: unset;
  left: -1px;
  border-left: unset;
  border-right: 18px solid transparent;
}
.ltr .AZ-title-wrapper .title-wrapper-bottom_right_shape::before {
  left: 0;
  right: unset;
  border-right: 18px solid transparent;
  border-left: unset;
}
.ltr .title-content::before {
  left: unset;
  right: 0;
}
.ltr .AZ-title-wrapper .title-wrapper-top_left_shape {
  border: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
}
.ltr .AZ-title-wrapper .AZ-section-title::after {
  right: -1px;
  left: unset;
}
.ltr .AZ-about-section .about-img {
  left: unset;
  right: 0;
}
.ltr .AZ-about-section .about-img::after {
  background: linear-gradient(-270deg, #ED1C24 0%, rgba(47, 89, 89, 0) 100%);
}
.ltr .swiper-buttons {
  flex-direction: row-reverse;
}
.ltr .AZ-archive-page .sidebar-archive {
  border-left: 0;
  border-right: 1px solid #2F5959;
}
.ltr .AZ-checkbox-group label {
  padding-left: 25px;
  padding-right: unset;
}
.ltr .AZ-checkbox-group label::after {
  left: 0;
  right: unset;
}
.ltr .AZ-search-wrapper::after {
  right: 0;
  left: unset;
  border-right: 10px solid #fff;
  border-left: 0;
}
.ltr .swiper {
  direction: rtl;
}
.ltr .AZ-about-page .overflow-left .about-img {
  float: left;
}
.ltr .AZ-about-page .overflow-right .about-img {
  float: right;
}
.ltr .AZ-about-page .pr-5 {
  padding-right: 0;
  padding-left: 100px;
}
.ltr .AZ-about-page .pl-5 {
  padding-left: 0;
  padding-right: 100px;
}
.ltr .AZ-slider-section .swiper {
  direction: ltr;
}
.ltr .AZ-footer .contact-item-icon {
  border-left: 0;
  border-right: 1px solid #000;
  padding-left: 0;
  padding-right: 10px;
}
.ltr .AZ-footer .social-text {
  padding-right: 10px;
  padding-left: 0;
  border-left: 0;
  border-right: 1px solid rgb(0, 0, 0);
  margin-right: 10px;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .ltr .AZ-about-page .pl-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .ltr .AZ-about-page .pr-5 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .AZ-banner-section .banner-box {
    height: 250px;
  }
  .AZ-banner-section .banner-box .banner-title {
    font-size: 22px;
  }
  .AZ-banner-section .banner-box .banner-text {
    font-size: 16px;
  }
  .AZ-banner-section .banner-box .banner-content {
    width: 100%;
    padding: 15px;
  }
  .AZ-primary-btn,
  .AZ-secondary-btn {
    font-size: 14px;
  }
  .AZ-navbar .navbar-brand img {
    width: 80px;
  }
  .AZ-navbar .navbar-btns .btn-icon {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
  .AZ-slider-section {
    background: #000be3;
  }
  .AZ-slider-section::before, .AZ-slider-section::after {
    content: none;
  }
  .AZ-slider-section .slider-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .AZ-slider-section .slider-text {
    font-size: 14px;
    text-align: center;
  }
  .AZ-slider-section .slider-content::after {
    right: 20px;
    transform: skew(-10deg);
  }
  .AZ-slider-section .slider-content::before {
    left: 20px;
    transform: skew(10deg);
  }
  .AZ-slider-section .carDashboard {
    height: 40px;
  }
  .AZ-slider-section .circle::after {
    padding-bottom: 55%;
  }
  .AZ-slider-section .circle {
    width: 250px;
  }
  .AZ-title-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .AZ-title-wrapper.has-content {
    margin-bottom: 80px;
  }
  .AZ-title-wrapper .title-wrapper-top_left_shape {
    min-width: 80%;
  }
  .AZ-title-wrapper .AZ-section-title {
    font-size: 14px;
    font-family: "Peyda-Medium";
  }
  .AZ-title-wrapper .title {
    font-size: 18px;
  }
  .title-content {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .title-content::before {
    top: 0;
    height: 50px;
  }
  .title-content::after {
    content: none;
  }
  .title-content .title-content-inner {
    padding: 0 10px;
  }
  .AZ-post-card {
    padding: 5px;
  }
  .AZ-post-card .post-card-title {
    font-size: 14px;
  }
  .AZ-post-card .post-card-text {
    font-size: 12px;
  }
  .AZ-post-card .post-card-body {
    padding: 15px 5px;
  }
  .AZ-contact-section .contact-text {
    font-size: 14px;
  }
  .AZ-contact-section .contact-item {
    font-size: 14px;
  }
  .AZ-contact-section .contact-link {
    font-size: 14px;
  }
  .AZ-footer .footer-text {
    font-size: 14px;
  }
  .AZ-footer .footer-title {
    font-size: 14px;
  }
  .AZ-footer .footer-link {
    font-size: 14px;
  }
  .AZ-category-section {
    padding: 50px 0 0 0;
  }
  .AZ-about-section .AZ-title-wrapper .title-wrapper-top_left_shape {
    width: 95%;
  }
  .AZ-about-section .about-box {
    padding: 30px 30px 250px;
    position: relative;
  }
  .AZ-about-section .AZ-section-title {
    font-size: 14px;
  }
  .AZ-about-section .about-img {
    height: 50%;
    top: unset;
    width: 100%;
    bottom: 0;
  }
  .AZ-about-section .about-content {
    width: 100%;
  }
  .AZ-about-section .about-img::after {
    background: linear-gradient(to bottom, #ED1C24 0%, rgba(47, 89, 89, 0) 100%);
  }
  .AZ-archive-page .AZ-title-wrapper .title-wrapper-top_left_shape {
    width: unset;
  }
  .AZ-archive-page .title-content .title-content-inner {
    border-bottom: 0;
    padding: 10px 10px 0 10px;
  }
  .AZ-about-page .pr-5 {
    padding-right: 0;
  }
  .AZ-about-page .pl-5 {
    padding-left: 0;
  }
  .AZ-about-page .about-img {
    width: 100vw;
  }
}
@media screen and (max-width: 567px) {
  .AZ-category-section .category-box-title {
    font-size: 14px;
  }
  .AZ-category-section .swiper-slide {
    width: 150px;
  }
  .AZ-category-section .category-box {
    padding: 10px;
  }
  .AZ-product-card .product-title_en {
    font-size: 10px;
  }
  .AZ-product-card .product-title {
    font-size: 14px;
  }
  .AZ-search-wrapper {
    height: 35px;
  }
  .AZ-search-wrapper input {
    font-size: 12px;
    padding: 3px;
  }
  .AZ-search-wrapper button {
    width: 30px;
    height: 30px;
  }
  .AZ-styled-select {
    min-height: 35px;
  }
  .AZ-search-wrapper {
    width: unset;
  }
  .AZ-blog-page .blog-banner-overlay {
    padding: 5px 20px;
  }
  .AZ-blog-page .blog-banner-title {
    font-size: 16px;
  }
  .AZ-blog-page .mb-80 {
    margin-bottom: 0;
  }
  .AZ-slider-section .slider-img::after {
    padding-bottom: 70%;
  }
  .AZ-slider-section .slider-overlay_content {
    width: 80%;
  }
  .AZ-slider-section .slider-title {
    font-size: 16px;
  }
  .AZ-slider-section .slider-text {
    font-size: 12px;
  }
}