@font-face {
  font-family: "IRANYekanX-Bold";
  src: url("../fonts/IRANYekanX/IRANYekanX-Bold.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Bold.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX-ExtraBold";
  src: url("../fonts/IRANYekanX/IRANYekanX-ExtraBold.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-ExtraBold.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-ExtraBold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX-Medium";
  src: url("../fonts/IRANYekanX/IRANYekanX-Medium.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Medium.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX-Regular";
  src: url("../fonts/IRANYekanX/IRANYekanX-Regular.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Regular.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
  background: #0e1d43;
}

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: 32px;
  color: rgba(119, 247, 255, 0.6980392157);
  font-family: "IRANYekanX-Bold";
  margin-bottom: 30px;
}

.AZ-section-text {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}

.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 24px;
  color: #001E6D;
  font-family: "IRANYekanX-Medium";
  transition: all 0.2s linear;
  padding: 18px;
  position: relative;
  margin: 10px auto;
  background: url("../img/btn-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.38);
  border: 0;
  box-shadow: 0px -30px 56px 0px rgba(212, 230, 251, 0.82) inset, -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
}
.AZ-primary-btn:hover,
.AZ-secondary-btn:hover {
  color: #ffffff;
}
.AZ-primary-btn p,
.AZ-secondary-btn p {
  position: relative;
  z-index: 10;
  font-size: 24px;
  color: #001E6D;
  font-family: "IRANYekanX-Medium";
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.AZ-field-group label {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}
.AZ-field-group input {
  font-size: 16px;
  color: #001E6D;
  border-radius: 15px;
  background: rgba(14, 29, 68, 0.21);
  padding: 10px;
  margin: 15px 0;
  font-family: "IRANYekanX-Medium";
  padding: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0px -49px 56px 0px rgba(212, 230, 251, 0.82) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px -15px 141px 0px rgba(79, 185, 255, 0.68) inset;
}

.AZ-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.AZ-navbar .navbar-brand img {
  width: 110px;
}
.AZ-navbar .contact-navbar,
.AZ-navbar .contact-text {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}
.AZ-navbar .contact-navbar {
  font-family: "IRANYekanX-Medium";
  margin-bottom: 5px;
  display: block;
}
.AZ-navbar .contact-icon {
  width: 30px;
}
.AZ-navbar .navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6901960784);
  padding: 30px 0;
}
.AZ-navbar .nav-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
}
.AZ-navbar .nav-link h4 {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}
.AZ-navbar .nav-link span {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}
.AZ-navbar .nav-link::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  height: 4px;
  transition: all 0.2s linear;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 8px #4FB9FF);
}
.AZ-navbar .nav-link.active::after, .AZ-navbar .nav-link:hover::after {
  background: #72ACD6;
}
.AZ-navbar .nav-list li {
  position: relative;
}
.AZ-navbar .nav-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 29px;
  width: 1px;
  background: #ffffff;
}
.AZ-navbar .nav-list li:last-child::after {
  content: none;
}

.AZ-footer {
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 300px 0 50px;
}
.AZ-footer .ltr {
  direction: ltr;
}
.AZ-footer .copyright-text {
  font-size: 16px;
  color: #000000;
  font-family: "IRANYekanX-Regular";
  margin-top: 30px;
}
.AZ-footer .footer-text {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
}
.AZ-footer .footer-title {
  font-size: 17px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Medium";
  margin-bottom: 10px;
}
.AZ-footer .footer-link {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
  transition: all 0.2s linear;
  padding: 5px 0;
}
.AZ-footer .footer-link:hover {
  color: #3CADFF;
}
.AZ-footer .footer-social a {
  color: #FFFFFF;
  font-size: 20px;
}
.AZ-footer .footer-contact-icon {
  min-width: 37.846px;
  height: 30.6px;
  color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-footer .footer-contact-icon img {
  width: 12.875px;
}
.AZ-footer .footer-contact-text {
  font-size: 13px;
  color: #E0E0E0;
  font-family: "IRANYekanX-Regular";
}
.AZ-footer .social-text {
  font-size: 15px;
  color: #ffffff;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #FFFFFF;
  font-family: "IRANYekanX-Medium";
}
.AZ-footer .footer-contact-link {
  font-size: 15px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Medium";
  transition: all 0.2s linear;
}
.AZ-footer .footer-contact-link:hover {
  color: #3CADFF;
}
.AZ-footer .AZ-social a {
  color: #ffffff;
}

.AZ-header-section {
  padding-top: 120px;
  padding-bottom: 50px;
}

.AZ-video-section {
  padding: 100px 0;
}
.AZ-video-section video {
  width: 100%;
  border-radius: 15px;
}
.AZ-video-section .video-description {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.AZ-video-section .video-description::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 109px;
  height: 4px;
  filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 8px #4FB9FF);
  background: #72ACD6;
}

.AZ-buy-section {
  padding: 100px 0;
  position: relative;
}
.AZ-buy-section .buy-box {
  position: relative;
  border-radius: 25px;
  padding: 200px 100px 100px;
  background-color: rgba(255, 255, 255, 0.43);
  box-shadow: -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
}
.AZ-buy-section .buy-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100%;
  background-image: url("../img/image 20.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.AZ-buy-section .buy-content {
  position: relative;
  z-index: 10;
}
.AZ-buy-section .buy-item {
  font-size: 24px;
  color: #001E6D;
  font-family: "IRANYekanX-Medium";
  padding: 18px;
  width: 90%;
  margin: 10px auto;
  background-image: url("../img/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: soft-light;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0px -30px 56px 0px rgba(212, 230, 251, 0.82) inset, -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
}

.AZ-attributes-section {
  padding: 0 0 300px;
  position: relative;
}
.AZ-attributes-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  background-image: url("../img/bg-ffff.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  z-index: -1;
}
.AZ-attributes-section .attributes-box {
  border-radius: 28px;
  padding: 85px 30px 32px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0px -49px 56px 0px rgba(212, 230, 251, 0.82) inset, -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
  position: relative;
  height: 100%;
}
.AZ-attributes-section .attributes-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/box-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  mix-blend-mode: soft-light;
  border-radius: 28px;
}
.AZ-attributes-section .attributes-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100%;
  background-image: url("../img/yakh bala 1.png");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center top;
  z-index: 1;
}
.AZ-attributes-section .attributes-box.attributes-box-left::before {
  left: unset;
  right: -40px;
  background-image: url("../img/image 5 (2).png");
  background-size: 90%;
  background-position: right top;
  top: -80px;
}
.AZ-attributes-section .attributes-box.attributes-box-right::before {
  left: -30px;
  top: -50px;
  background-image: url(../img/box-right.png);
  background-size: 110%;
  background-position: right top;
}
.AZ-attributes-section .attributes-box-content {
  position: relative;
  z-index: 10;
}
.AZ-attributes-section .attributes-title {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "IRANYekanX-ExtraBold";
}
.AZ-attributes-section img {
  width: 66px;
  filter: drop-shadow(0px 4px 23px rgba(14, 29, 68, 0.63));
}

.AZ-map-section {
  background-image: url("../img/bg-map.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 200px 0 400px;
  /* Page Style */
}
.AZ-map-section .map-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.AZ-map-section .map-container svg {
  width: 100%;
  position: relative;
}
.AZ-map-section .map-container .locaton-content {
  position: absolute;
  max-width: 418px;
  width: 418px;
  background: #F1F1F1;
  border: 1px solid #ffffff;
  box-shadow: 0px -49px 56px 0px rgba(212, 230, 251, 0.82) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px -15px 141px 0px rgba(79, 185, 255, 0.68) inset;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  border-radius: 20px;
  padding: 20px;
  display: none;
  z-index: 11;
}
.AZ-map-section .map-container .location-content-head {
  border-bottom: 2px solid #306F99;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.AZ-map-section .map-container .cityName,
.AZ-map-section .map-container .map-text {
  font-size: 16px;
  color: #023A79;
  font-family: "IRANYekanX-Bold";
}
.AZ-map-section .map-container .location-content-body {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  padding: 20px;
}
.AZ-map-section .map-container .location-icon {
  width: 25px;
}
.AZ-map-section #introduce {
  display: block;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: white;
  padding-bottom: 5px;
  background-color: #4CAF50;
  text-decoration: none;
  margin-bottom: 15px;
}
.AZ-map-section svg path {
  transition: 200ms;
  stroke: #000;
  stroke-width: 1px;
  stroke-linejoin: round;
  cursor: pointer;
  fill: #B9E3FF;
}
.AZ-map-section svg path:hover,
.AZ-map-section svg path.active {
  fill: #92C5FF;
}
.AZ-map-section .branches {
  opacity: 1;
  color: #ffffff;
}

.AZ-products-section {
  padding: 100px 0 50px;
}
.AZ-products-section .tabs {
  position: relative;
}
.AZ-products-section .tabs .tab-link {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Medium";
  text-align: center;
}
.AZ-products-section .tabs .circle-tab {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-products-section .tabs .ct {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8a8a8a;
  display: block;
}
.AZ-products-section .tabs::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: #72ACD6;
  z-index: -1;
}
.AZ-products-section .active .circle-tab {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0px 0px 38px #0EB7FF) drop-shadow(0px 0px 9px rgba(119, 247, 255, 0.6));
}
.AZ-products-section .active .ct {
  width: 12px;
  height: 12px;
  background: #2393c6;
}

.AZ-product-card {
  border-radius: 25px;
  position: relative;
}
.AZ-product-card::after {
  content: "";
  position: absolute;
  opacity: 0.35;
  background: rgba(255, 255, 255, 0.43);
  box-shadow: 0px -49px 56px 0px rgba(212, 230, 251, 0.82) inset, -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: -1;
}
.AZ-product-card .product-card-img {
  width: 100%;
}
.AZ-product-card .product-card-img::after {
  padding-bottom: 50%;
}
.AZ-product-card .product-card-img img {
  max-width: 90%;
  max-height: 100%;
  width: 90%;
}
.AZ-product-card .product-card-title {
  font-size: 23px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Medium";
}
.AZ-product-card .product-card-text {
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 15px;
  background: rgba(14, 29, 68, 0.21);
  padding: 10px;
  margin: 15px 0;
  text-align: left;
  font-family: "IRANYekanX-Medium";
}
.AZ-product-card .product-card-body {
  padding: 20px;
}
.AZ-product-card .product-card-desc {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Medium";
}

.modal-wrapper .modal-content {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25), 0px 1px 40px 0px rgba(13, 137, 207, 0.46) inset, 0px 4px 18px 0px rgba(8, 59, 88, 0.32) inset, 0px 98px 100px -48px rgba(0, 161, 253, 0.19) inset, 0px 7px 11px -4px rgba(255, 255, 255, 0.6) inset, 0px 39px 56px -36px rgba(13, 137, 207, 0.46) inset;
  -webkit-backdrop-filter: blur(29px);
          backdrop-filter: blur(29px);
  padding: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0px -49px 56px 0px rgba(212, 230, 251, 0.82) inset, -5px 7px 34px 0px rgba(119, 247, 255, 0.7) inset, 0px 0px 22px 0px rgba(255, 255, 255, 0.67) inset, 0px 0px 84px 0px rgba(79, 185, 255, 0.68) inset;
  position: relative;
}
.modal-wrapper .winners-container {
  border-radius: 16px;
  border: 1px solid #009FE9;
  background: rgba(66, 179, 255, 0.17);
  box-shadow: 0px 0px 10px 0px rgba(0, 160, 234, 0.81);
  padding: 15px 20px;
}
.modal-wrapper .modal-img {
  width: 50%;
  mix-blend-mode: darken;
}

@media screen and (max-width: 1400px) {
  .AZ-attributes-section {
    padding: 0 0 200px;
  }
  .AZ-attributes-section .attributes-box::after {
    background-size: cover;
  }
  .AZ-attributes-section .attributes-box::before {
    top: -80px;
  }
  .AZ-attributes-section .attributes-box.attributes-box-left::before {
    right: -30px;
    top: -60px;
  }
  .AZ-attributes-section .attributes-box.attributes-box-right::before {
    left: -15px;
    top: -40px;
    background-size: 110%;
  }
  .AZ-attributes-section .attributes-title {
    font-size: 22px;
  }
  .AZ-attributes-section img {
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .AZ-footer {
    padding: 350px 0 50px;
  }
  .AZ-buy-section .buy-box::after {
    top: -50px;
  }
  .AZ-buy-section .buy-box {
    padding: 100px 30px;
  }
  .AZ-buy-section .buy-item {
    font-size: 16px;
    width: 100%;
  }
  .AZ-section-text {
    font-size: 16px;
  }
  .AZ-section-title {
    font-size: 22px;
  }
  .AZ-attributes-section {
    padding: 0;
  }
  .AZ-navbar .contact-icon {
    width: 20px;
  }
  .AZ-navbar .contact-navbar,
  .AZ-navbar .contact-text {
    font-size: 12px;
  }
  .AZ-navbar .navbar-brand img {
    width: 90px;
  }
  .AZ-navbar .nav-link h4 {
    font-size: 14px;
  }
  .AZ-navbar .nav-link span {
    font-size: 10px;
  }
  .AZ-attributes-section {
    padding: 0 0 100px;
  }
  .AZ-attributes-section .attributes-box {
    padding: 65px 10px 32px;
  }
  .AZ-attributes-section .attributes-box::after {
    background-size: cover;
  }
  .AZ-attributes-section .attributes-box::before {
    top: -50px;
  }
  .AZ-attributes-section .attributes-box.attributes-box-left::before {
    top: -40px;
  }
  .AZ-attributes-section .attributes-box.attributes-box-right::before {
    left: -15px;
    top: -30px;
  }
  .AZ-attributes-section img {
    width: 50px;
  }
  .AZ-map-section {
    padding: 50px 0;
    background-position: center center;
  }
  .AZ-map-section .map-container .locaton-content {
    left: 50% !important;
    transform: translate(-50%, 20%) !important;
    width: 80%;
    max-width: 80%;
    padding: 15px;
  }
  .AZ-map-section .map-container .location-content-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .AZ-map-section .map-container .cityName,
  .AZ-map-section .map-container .map-text {
    font-size: 12px;
  }
  .AZ-map-section .map-container .location-content-body {
    border-radius: 20px;
    padding: 10px;
  }
  .AZ-map-section .map-container .location-icon {
    width: 16px;
  }
  .AZ-primary-btn,
  .AZ-secondary-btn {
    padding: 10px;
  }
  .AZ-primary-btn p,
  .AZ-secondary-btn p {
    font-size: 16px;
    mix-blend-mode: unset;
  }
}
@media screen and (max-width: 768px) {
  .AZ-attributes-section {
    padding: 0 0 50px;
  }
  .AZ-attributes-section .attributes-box::before {
    top: -30px;
    background-size: 120%;
  }
  .AZ-attributes-section .attributes-box.attributes-box-right::before {
    left: 0;
    top: -10px;
    background-size: 110%;
  }
  .AZ-attributes-section .attributes-box.attributes-box-left::before {
    left: unset;
    right: 0;
    top: -20px;
    background-size: 75%;
  }
  .AZ-attributes-section .attributes-title {
    font-size: 12px;
    font-family: "IRANYekanX-Medium";
  }
  .AZ-attributes-section .attributes-box {
    padding: 50px 5px 15px;
    border-radius: 20px;
  }
  .AZ-attributes-section img {
    width: 25px;
  }
}
@media screen and (max-width: 576px) {
  .AZ-navbar .navbar-brand img {
    width: 50px;
  }
  .AZ-navbar .navbar-top {
    padding: 10px 0;
  }
  .AZ-navbar .contact-icon {
    width: 15px;
  }
  .AZ-navbar .contact-navbar,
  .AZ-navbar .contact-text {
    font-size: 10px;
  }
  .AZ-navbar .contact-text {
    font-size: 8px;
  }
  .AZ-navbar .nav-link h4 {
    font-size: 12px;
  }
  .AZ-products-section .tabs .tab-link {
    font-size: 10px;
  }
  .AZ-primary-btn, .AZ-secondary-btn {
    font-size: 14px;
  }
  .AZ-primary-btn p, .AZ-secondary-btn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .AZ-section-title {
    font-size: 18px;
  }
  .AZ-section-text {
    font-size: 14px;
  }
  .AZ-attributes-section .attributes-box::before {
    top: -20px;
  }
  .AZ-attributes-section .attributes-title {
    font-size: 10px;
    font-family: "IRANYekanX-Regular";
  }
  .AZ-attributes-section .attributes-box {
    padding: 40px 5px 15px;
    border-radius: 15px;
  }
  .AZ-attributes-section img {
    width: 25px;
  }
  .AZ-product-card .product-card-title {
    font-size: 18px;
  }
  .AZ-buy-section .buy-box {
    padding: 50px 30px;
  }
  .AZ-buy-section .buy-box::after {
    top: -30px;
  }
  .AZ-buy-section .buy-item {
    font-size: 12px;
  }
  .AZ-video-section {
    padding: 0;
  }
  .AZ-products-section {
    padding: 0 0 50px 0;
  }
}