/* normalize css */

tml {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}



body {
  margin: 0;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


a {
  background-color: transparent;
}



abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


b,
strong {
  font-weight: bolder;
}



code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}



img {
  border-style: none;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}



button,
input {
  /* 1 */
  overflow: visible;
}


button,
select {
  /* 1 */
  text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}



legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}



/* start project */
:root {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
}

@font-face {
  font-family: "shabnam-medium";
  src: url(../font/Shabnam-Medium.ttf) format(truetype),
    url(../font/Shabnam-Medium.woff) format(woff);
  font-weight: normal;
}

@font-face {
  font-family: "shabnam-bold";
  src: url(../font/Shabnam-Bold.ttf) format(truetype),
    url(../font/Shabnam-Bold.woff) format(woff);
  font-weight: bold;
}

@font-face {
  font-family: "shabnam-light";
  src: url(../font/Shabnam-Light.ttf) format(truetype),
    url(../font/Shabnam-Light.woff) format(woff);
  font-weight: lighter;
}


html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "shabnam-medium";
}

.container {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.notif-fix {
  background-color: #000000;
  color: #fff;
  height: 4rem;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2rem .5rem;
}

.notif-fix__content {
  font-size: 1.1rem;
  margin: 0 auto;
}

.notif-fix__content>b {
  color: #ff0000;
  font-size: 1.2rem;
}

.notif-fix__icon {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  color: #fff;
}

.notif-fix__icon-img {}

.header {}

.header-top {
  padding-top: .6rem;
  background-color: #F5F5F5;
}

.header-nav-bg {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 999;
  height: 101.39px;
  background-color: rgba(245, 245, 245, .1);
  box-shadow: 0 0 4px .5px rgba(245, 245, 245, 0.05);
  backdrop-filter: blur(10px);
  width: 100%;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 85rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.menu {
  font-size: 1.4rem;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 5rem;
}

.menu-list {
  list-style-type: none;
}

.menu-link {
  text-decoration: none;
  color: #000;
}

.menu-link-sabt {
  order: 1;
}

.menu-list-product__wrapper-title {}

.menu-product-dropdown {}

.menu-product-dropdown--hover {}

.menu-product-dropdown__link {}

.menu-product-dropdown__link-txt {}

.menu-list-dropdown-sabt {
  display: none;
}

.menu-list-dropdown,
.menu-list-dropdown-product,
.menu-product-dropdown--hover {
  position: relative;
  cursor: pointer;
}

.menu-product-dropdown__link-img {
  width: .8rem;
  height: .8rem;
  color: #fff;
  transform: rotate(90deg);
  transition: all 250ms ease-in 10ms;
}

.menu-product-dropdown--hover-dropdown {
  position: absolute;
  right: 9.2rem;
  top: -2rem;
  background-color: #000000;
  padding: .5rem 1rem;
  border-radius: .5rem;
  width: 12.5rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10deg);
  transition: all 150ms ease-in 120ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .5rem;
}


.menu-product-dropdown--hover-dropdown__txt {
  font-size: 1rem;
}

.menu-product-dropdown--hover:hover>.menu-product-dropdown--hover-dropdown {
  visibility: visible;
  opacity: 1;
}


.menu-product-dropdown--hover:hover,
.menu-product-dropdown--hover-dropdown__link:hover {
  transform: scale(1.1);
}

.menu-list-dropdown {
  order: 2;
}

.menu-list-sabt__wrapper,
.menu-list-product__wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background-color: #000000;
  border-radius: .5rem;
  height: 35px;
  width: 170px;
  color: #fff;
}

.menu-list-sabt__wrapper {
  background-color: #d10a0a;
}

.menu-link-1 {
  color: #fff;
}

.menu-link__icon {
  width: 20px;
  height: 20px;
  order: -1;
  transition: all 150ms ease-in 90ms;
  color: #fff;
}

.menu-contact-dropdown,
.menu-product-dropdown {
  position: absolute;
  top: 2.5rem;
  background-color: #000000;
  padding: .5rem 1.5rem;
  /* padding-top: 1rem; */
  border-radius: .5rem;
  /* box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1); */
  width: 170px;
  visibility: hidden;
  opacity: 0;
  transition: all 150ms ease-in 90ms;
}

.menu-contact-dropdown__link,
.menu-product-dropdown__link,
.menu-product-dropdown--hover-dropdown__link{
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  transition: all 150ms ease-in;
}

.menu-contact-dropdown__link,
.menu-product-dropdown__link{
  margin: 1rem 0;
}

.menu-product-dropdown--hover-dropdown__link {
  margin-bottom: .5rem;
}

.menu-product-dropdown--hover-dropdown__link:first-child {
  margin: .5rem 0;
}




.menu-product-dropdown__link {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: .2rem;
}

.menu-product-dropdown__link:hover {
  transform: scale(1.1);
}

.menu-product-dropdown__link:hover>.menu-product-dropdown__link-img {
  transform: rotate(-90deg);
}

.menu-list-dropdown-product:hover>.menu-product-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(10deg);
}

.menu-list-dropdown-product:hover .menu-link__icon {
  transform: rotate(180deg);
}

.menu-contact-dropdown__link:hover {
  transform: scale(1.1);
}

.menu-contact-dropdown__link:last-child,
.menu-product-dropdown__link:last-child {
  margin-bottom: 1rem;
}

/* .menu-product-dropdown--hover-dropdown__link:last-child {
  margin: .5rem;
} */

.menu-contact-dropdown__link-txt,
.menu-product-dropdown__link-txt {
  font-size: 1.1rem;
}

.menu-contact-dropdown__link-icon,
.popup-sabt__child1-img {
  color: #fff;
  display: inline;
  width: 22px;
  height: 22px;
}

.menu-list-dropdown:hover>.menu-contact-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(10deg);
}

.menu-list-dropdown:hover .menu-link__icon {
  transform: rotate(180deg);
}

.logo-header {
  display: flex;
  align-items: center;
  order: -1;
  gap: .5rem;
}

.logo-header__link {
  text-decoration: none;
}

.logo-header__img {
  max-width: 6rem;
}

.hamber-icon {
  order: -2;
  display: none;
}

.ham-menu-close {
  display: flex;
  justify-content: end;
  margin-bottom: 1.5rem;
}

.ham-menu-close__icon {
  height: 20px;
  width: 20px;
  margin-top: 3%;
  margin-left: 3%;
}

.ham-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 60%;
  background-color: #000000;
  height: 100vh;
  z-index: 1;
}

.ham-menu a {
  text-decoration: none;
  color: #fff;
}

.ham-menu-ul {
  color: #FFF;
  list-style-type: none;
  padding: 0;
}

.ham-menu-ul__list {
  padding: .5rem 1.5rem;
}

.ham-menu-ul__list-title {
  /* margin: 1rem 0; */
}

.ham-menu-ul__list-titel__link {}

.ham-menu-ul__list-title__icon,
.ham-menu-ul__list--dropdown__title-icon {
  width: 15px;
  height: 15px;
  transition: all 120ms ease;
}

.ham-menu-ul__list--dropdown-wrapper {
  display: none;
}

.ham-menu-ul-list--dropdown {}

.ham-menu-ul__list-title,
.ham-menu-ul__list--dropdown__title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.ham-menu-ul__list--dropdown__title {
  margin: .5rem 0;
}

.ham-menu-ul__list--dropdown__title-link {
  font-size: .9rem;
}

.ham-menu-ul__list--dropdown__title-icon {}

.ham-menu-ul-list--dropdown--dropdown {
  margin: 1rem 0;
  padding-right: .85rem;
  display: none;
}

.ham-menu-ul-list--dropdown--dropdown__txt {
  margin: .5rem 0;
  font-size: .8rem;
}

.header-bottom {
  padding-top: 5.5rem;
}

.header-bottom__img {
  display: flex;
  max-width: 70rem;
  justify-content: center;
  margin: 5rem auto;
  gap: 1.5rem;
}

.small__img {
  width: 200px;
}

.big-wrapper {
  width: 44rem;
}

.big-wrapper,
.small__img {
  height: 24rem;
  border-radius: 1rem;
  overflow: hidden;
}

.big-wrapper__slideshow>.active {
  display: block;
}

.big-wrapper__slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.big-wrapper__slid {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
  animation: slide-show 5500ms infinite alternate linear;
}

.big-wrapper__slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.small-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes slide-show {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.header-bottom__content {
  text-align: center;
  font-family: "shabnam-bold";
}

.content__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.content__txt {
  line-height: 1.6rem;
}

.content__txt>b {
  font-size: 1.2rem;
}

.content__txt2 {
  margin-top: 2.5rem;
}

.content__txt3 {
  margin-top: 2.5rem;
  line-height: 2rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.content__txt2,
.content__txt3 {
  font-size: 1.1rem;
}

.red-text {
  color: red;
  font-size: 1.25rem;
}

.content__txt>span {
  font-size: .98rem;
}


.header-bottom__link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
}

.btn-link {
  min-width: 11.5rem;
  min-height: 6.4rem;
  border-radius: .3rem;
  padding: 10px;
}

.btn-link:nth-child(1) {
  background-color: #C8E6C9;
}

.btn-link:nth-child(2) {
  background-color: #FFE0B2;
}

.btn-link:nth-child(3) {
  background-color: #B3E5FC;
}

.btn-link:nth-child(4) {
  background-color: #F8BBD0;
}

.btn-link,
.btn-link__linked {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.btn-link__linked {
  text-decoration: none;
  color: #455A64;
}

.btn-link__img {
  width: 65px;
  height: 65px;
}

.btn-link__title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #455A64;
}

.main {}

.List-items {
  margin-top: 4.5rem;
}

.list-items__title {
  text-align: center;
  position: relative;
}

.list-items-title__style {
  background-color: #000;
  height: 1px;
  width: 350px;
  margin: .8rem auto;
  position: relative;
}

.list-items-title__style::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/chevron-icon.svg), #fff;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.item-container {
  margin-top: 1rem;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, 23rem);
  justify-content: space-evenly;
  grid-row-gap: 2rem;
}

.item {
  box-shadow: 0px 0px 5px 0.1px #E0E0E0;
  padding: 1rem;
  border-radius: .5rem;
}

.item-title {
  font-size: 1rem;
  color: #1b2124;
}

.item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}

.item-img__img {
  max-width: 16rem;
  border-radius: .4rem;
  transition: all 150ms linear;
}

.item-price__price-1__link:hover,
.item-img__img:hover {
  border-radius: 0;
  transform: scale(1.02);
}

.item-price__price-1__link {
  text-decoration: none;
}

.item-price {
  margin: 1.2rem 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.item-price__title {
  font-size: 1.1rem;
  font-family: "shabnam-bold";
}

.item-price__price {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.item-price__price-1 {
  color: #0b0d0e;
  font-size: 1rem;
}

.item-price__underline-price {
  width: 10px;
  border: 1px solid rgb(36, 43, 46);
}

.Btn-go-shop {
  margin-top: 4rem;
}

.Btn-go-shop__link {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  line-height: 3rem;
}

.Btn-go-shop__txt {
  margin: 1rem auto;
  background-color: #131313;
  border-radius: .5rem;
  width: 6rem;
  height: 3rem;
}

.send-about {}

.about-send__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5rem;
}

.about-send__box {
  width: 16.75rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 10rem;
  box-shadow: 0px 0px 4px .1px rgba(0, 0, 0, .2);
}

.send-box__img {
  max-width: 8.5rem;
  max-height: 6.5rem;
}

.send-box__txt {
  line-height: 1.8rem;
}

.send-box__title {
  font-size: 1.1rem;
  text-align: center;
  font-family: "shabnam-bold";
}

.send-box__content {
  max-width: 7rem;
  text-align: center;
  font-size: .9rem;
  line-height: 1.4rem;
  font-family: "shabnam-light";
  font-weight: bold;
}

.end-main {
  margin-top: 5rem;
}

.end-main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.end-main__img {
  max-width: 7rem;
}

.end-main-line__style,
.end-section-line__style {
  margin-right: 1rem;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, .13);
}

.end-section-line__style {
  margin-right: 0;
}

.footer {}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 2rem;
}

.footer-top__quick-access {}

.footer-top__quick-access__title,
.footer-top__contact-us__title {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.footer-top ul {
  list-style-type: none;
  padding-right: 0;
}

.footer-top li {
  margin-bottom: .7rem;
  font-size: .95rem;
}

.footer-top a {
  text-decoration: none;
  color: #4f5050;
}

.footer-top__contact-us__icon {
  display: none;
  justify-content: center;
}

.footer-top__contact-us__icon-img {
  width: 10rem;
}

.footer-top__contact-us__btns {
  justify-self: center;
}

.footer-top__contact-us__btn__img {
  width: 10rem;
}

.footer-top__contact-us__btns-num {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.footer-top__contact-us__btns-title {
  font-size: 1.1rem;
  margin-top: -0.5rem;
}

.footer-top__contact-us__btns-number {
  font-size: .95rem;
  margin-top: .1rem;
  letter-spacing: .05rem;
}

.footer-top__contact-us__btns-addres {
  margin-top: 1rem;
}

.footer-top__contact-us__btns-title-addres {}

.footer-top__contact-us__btns-address {
  margin-top: 0;
}

.footer-top__contact-us__btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: .7rem;
  margin-top: .8rem;
}

.footer-top__contact-us__btn-link:nth-child(1) {
  background-color: #29B6F6;
}

.footer-top__contact-us__btn-link:nth-child(2) {
  background-color: #AD1457;
}

.footer-top__contact-us__btn-link:nth-child(3) {
  background-color: #4CAF50;
}

.footer-top__contact-us__btn-link {
  width: 50px;
  height: 50px;
  border-radius: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 130ms ease-in;
}

.footer-top__contact-us__btn-link:hover {
  transform: scale(1.2);
}

.footer-top__contact-us__btn-icon {
  width: 35px;
}

.footer-center {
  margin-bottom: .5rem;
}

.footer-center-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-center-wrapper__child1,
.footer-center-wrapper__child2 {
  display: flex;
  align-items: center;
  margin-top: .3rem;
}

.footer-center-wrapper__title {
  margin-right: .5rem;
  font-size: 1.1rem;
  font-family: "shabnam-bold";
}

.footer-center-wrapper__title:first-child {
  margin-right: 0;
}

.footer-center-wrapper__txt {
  margin: 0 .3rem;
  font-weight: 500;
  font-size: 1rem;
}

.footer-center-wrapper__txt-num--link {
  text-decoration: none;
  color: #000;
}

.footer-bottom {
  margin-top: 2rem;
}

.footer-bottom__title {
  text-align: start;
  margin-bottom: 1.5rem;
}

.footer-botoom__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-bottom__content-right {
  width: 80%;
  line-height: 1.8rem;
}

.footer-bottom__content-right__txt {}

.footer-bottom__content-left {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-bottom__content-left__img {
  width: 6.5rem;
}

.popup-sabt {
  font-size: .7rem;
  font-weight: bold;
  position: fixed;
  display: none;
  border-radius: 50%;
  left: 1rem;
  bottom: 1.5rem;
  transition: all .3s ease-in 0ms;
}

.popup-sabt-img {
  width: 3rem;
  border-radius: .2rem;
}

.popup-sabt__title,
.popup-sabt__child {}

.popup-sabt__child1-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: .5rem;
}

.popup-sabt__child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0.55rem;
}

.popup-sabt__child1 {
  top: 0;
  transition: all .3s ease-in 0ms;
}

.popup-sabt__child2 {
  top: 0;
  transition: all .3s ease-in 40ms;
}

.popup-sabt__child3 {
  top: 0;
  transition: all .3s ease-in 80ms;
}

.popup-sabt__child4 {
  top: 0;
  transition: all .3s ease-in 120ms;
}

.popup-sabt__child5 {
  top: 0;
  transition: all .3s ease-in 140ms;
}

/* .popup-sabt:hover .popup-sabt__child{
  visibility: visible;
  opacity: 1;
  transform: rotate(360deg);
  left: .3rem;
} */

/* .popup-sabt:hover .popup-sabt__child:nth-child(1){
  top: -2.5rem;
}
.popup-sabt:hover .popup-sabt__child:nth-child(2){
  top: -5rem;
}
.popup-sabt:hover .popup-sabt__child:nth-child(3){
  top: -7.5rem;
}
.popup-sabt:hover .popup-sabt__child:nth-child(4){
  top: -10rem;
} */

.instagram-popup {
  position: fixed;
  right: .5rem;
  top: 60%;
}

.instagram-popup__gif {
  width: 5rem;
}

.close-menu--click {
  display: none;
  backdrop-filter: blur(1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.copy-right {
  margin-top: 2rem;
}

.copy-right__content {
  font-size: .95rem;
}


/* loading page style  */
/* صفحه لودینگ */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* لوگو با افکت نورانی */
.loading-container {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* animation: glow 1.5s infinite alternate; */
}



/* انیمیشن نورانی */
@keyframes glow {
  0% {
    filter: drop-shadow(0 0 5px rgba(0, 255, 150, 0.3));
  }

  50% {
    filter: drop-shadow(0 0 25px rgba(0, 255, 150, 0.8));
  }

  100% {
    filter: drop-shadow(0 0 5px rgba(0, 255, 150, 0.3));
  }
}




@keyframes neon-border-spin {
  0% {
      border: 5px solid rgba(0, 255, 150, 0.3); /* خط نئونی سبز کم‌رنگ */
      transform: rotate(0deg);
  }
  50% {
      border: 5px solid rgba(0, 255, 150, 0.8); /* خط نئونی سبز پررنگ */
      transform: rotate(180deg);
  }
  100% {
      border: 5px solid rgba(0, 255, 150, 0.3); /* خط نئونی سبز کم‌رنگ */
      transform: rotate(360deg);
  }
}

/* محتوای سایت (در ابتدا مخفی) */
.spinner {
  display: none;
  color: white;
  text-align: center;
  padding: 50px;
}

@media only screen and (max-width: 1200px) {

  .container,
  .header-nav {
    max-width: 960px;
  }

  .notif-fix__content {
    font-size: 1.05rem;
  }

  .notif-fix__content>b {
    font-size: 1.1rem;
  }

  .header-nav-bg {
    height: 83.39px;
  }

  .menu {
    font-size: 1.25rem;
    gap: 3rem;
  }

  .menu-list-sabt__wrapper,
  .menu-list-product__wrapper-title,
  .menu-contact-dropdown,
  .menu-product-dropdown {
    width: 150px;
  }

  .menu-product-dropdown,
  .menu-contact-dropdown {
    padding: .5rem 1rem;
    top: 2.5rem;
  }

  .menu-contact-dropdown__link-txt,
  .menu-product-dropdown__link-txt {
    font-size: 1rem;
  }

  .menu-product-dropdown--hover-dropdown__txt {
    font-size: .9rem;
  }

  .menu-product-dropdown--hover-dropdown{
    right: 8.8rem;
    width: 11.5rem;
    padding: .5rem .8rem;
  }

  .logo-header__img {
    max-width: 5rem;
  }

  .item-container {
    grid-template-columns: repeat(auto-fill, 18.5rem);
    justify-content: space-between;
    grid-auto-rows: 21rem;
  }

  .item-title,
  .item-price__title {
    font-size: 1rem;
  }

  .item-price__price-1 {
    font-size: .95rem;
  }

  .item-img__img {
    max-width: 13rem;
  }

  .about-send__wrapper {
    justify-content: space-between;
  }

  .about-send__box {
    width: 13.5rem;
    height: 9rem;
  }

  .send-box__img {
    max-width: 7rem;
    max-height: 5rem;
  }

  .footer-bottom__content-right {
    width: 80%;
  }

  .footer-bottom__content-left {
    width: 20%;
    justify-content: center;
  }
}

@media only screen and (max-width: 992px) {

  .container,
  .header-nav {
    max-width: 730px;
  }

  .notif-fix__content {
    font-size: .8rem;
  }

  .notif-fix__content>b {
    font-size: .9rem;
    font-family: "shabnam-bold";
  }

  .header-nav-bg {
    height: 80.39px;
  }

  .menu {
    font-size: 1.1rem;
    gap: 1.9rem;
  }

  .menu-list-sabt__wrapper,
  .menu-list-product__wrapper-title {
    width: 125px;
    height: 30px;
    gap: .2rem;
  }

  .menu-contact-dropdown,
  .menu-product-dropdown {
    padding: .4rem .8rem;
    width: 130px;
    top: 2.1rem;
  }

  .menu-contact-dropdown {
    width: 125px;
  }
  .menu-product-dropdown__link-txt,
  .menu-contact-dropdown__link-txt {
    font-size: .9rem;
  }

  .menu-product-dropdown--hover-dropdown {
    right: 7.5rem;
    width: 10rem;
    padding: .4rem .7rem;
  }

  .menu-product-dropdown--hover-dropdown__txt {
    font-size: .8rem;
  }

  .menu-list-product__wrapper-title {
    width: 110px;
  }

  .menu-link__icon {
    width: 17px;
    height: 17px;
  }

  .logo-header {
    gap: 0;
  }

  .logo-header__img {
    max-width: 4.5rem;
  }

  .logo-header__img[alt="تولیدی لباس های ورزشی زی"] {
    max-width: 4rem;
  }

  .big-wrapper,
  .small__img {
    height: 20rem;
    overflow: none;
  }

  .content__title {
    font-size: 1.8rem;
  }

  .content__txt>b {
    font-size: 1.1rem;
  }

  .content__txt2,
  .content__txt3 {
    font-size: 1.05rem;
  }

  .red-text {
    font-size: 1.18rem;
  }

  .list-items__title {
    font-size: 1.1rem;
  }

  .list-items-title__style {
    width: 340px;
  }

  .item-container {
    grid-template-columns: repeat(auto-fill, 20rem);
    justify-content: space-between;
    grid-auto-rows: 22rem;
  }

  .item-title,
  .item-price__title {
    font-size: 1.05rem;
  }

  .item-img__img {
    max-width: 15rem;
  }

  .about-send__box {
    flex-wrap: wrap;
    height: 15rem;
    width: 10rem;
  }

  .about-send__box:nth-child(3) {
    padding-bottom: 1.4rem;
  }

  .footer-top__quick-access__title,
  .footer-top__contact-us__title {
    font-size: 1rem;
  }

  .footer-center-wrapper__title {
    font-size: 1rem;
  }

  .footer-center-wrapper__txt {
    font-size: .9rem;
  }

  .footer-bottom__content-right {
    width: 75%;
  }

  .footer-bottom__content-right__txt {
    font-size: .95rem;
  }

  .footer-bottom__content-left {
    width: 25%;
  }

}

@media only screen and (max-width: 768px) {

  .container,
  .header-nav {
    max-width: 540px;
  }

  .notif-fix__content {
    font-size: .65rem;
  }

  .notif-fix__content>b {
    font-size: .75rem;
    font-weight: bold;
  }

  .header-bottom {
    padding-top: 5.5rem;
  }

  .logo-header__img {
    width: 4rem;
  }

  .logo-header__link:nth-child(2) {
    display: none;
  }

  .logo-header__link:nth-child(1) {
    margin-right: 4rem;
  }

  .menu-list-sabt__wrapper {
    width: 100px;
    height: 30px;
    gap: 0.2rem;
  }

  .menu-contact-dropdown {
    width: 100px;
  }

  .menu-contact-dropdown__link-txt:last-child {
    font-size: .8rem;
  }

  .menu-contact-dropdown__link-icon {
    width: 15px;
    height: 15px;
  }

  .menu-link {
    font-size: .85rem;
  }

  .hamber-icon {
    display: block;
  }

  .menu {
    display: none;
  }

  .menu-list-dropdown-sabt {
    display: block;
  }

  .ham-menu-ul-list--dropdown {
    margin: .5rem 0;
    margin-right: .2rem;
  }

  .ham-menu-ul__list-title,
  .ham-menu-ul__list--dropdown__title {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .ham-menu-ul__list--dropdown__title {
    margin-right: .2rem;
  }

  .header-bottom__img {
    gap: 1rem;
    margin-bottom: 3rem;
    margin-top: 3.2rem;
  }

  .big-wrapper,
  .small__img {
    height: 15rem;
  }

  .content__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .content__txt>b {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .content__txt2,
  .content__txt3 {
    font-size: 1rem;
  }

  .red-text {
    font-size: 1.1rem;
  }

  .list-items__title {
    font-size: 1rem;
  }

  .list-items-title__style {
    width: 307px;
  }

  .item-container {
    grid-template-columns: repeat(auto-fill, 15rem);
    justify-content: space-between;
    grid-auto-rows: 16rem;
    grid-row-gap: 1rem;
  }

  .item-title,
  .item-price__title {
    font-size: .85rem;
  }

  .item-price__price {
    gap: .2rem;
  }

  .item-price__underline-price {
    width: 5px;
  }

  .item-price__price-1 {
    font-size: .8rem;
    font-family: "shabnam-bold";
  }

  .item-img {
    padding-top: 1rem;
  }

  .item-img__img {
    max-width: 10rem;
  }

  .Btn-go-shop {
    margin-top: 3rem;
  }

  .about-send__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
  }

  .send-box__img {
    max-width: 6rem;
    max-height: 4.5rem;
  }

  .end-main__img {
    width: 5rem;
  }

  .footer-top__quick-access__title,
  .footer-top__contact-us__title {
    font-size: .9rem;
    margin-bottom: .8rem;
  }

  .footer-top li {
    margin-bottom: .6rem;
  }

  .footer-top a {
    font-size: .8rem;
  }

  .footer-center-wrapper__title {
    font-size: .8rem;
  }

  .footer-center-wrapper__txt {
    font-size: .75rem;
  }

  .footer-botoom__wrapper {
    flex-wrap: wrap;
  }

  .footer-bottom__content-right {
    width: 100%;
  }

  .footer-bottom__content-left {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom__title {
    font-size: 1.3rem;
  }

  .footer-bottom__content-right__txt {
    font-size: .9rem;
  }

  .copy-righy__content {
    font-size: .8rem;
  }

  .filter-form {
    display: none;
  }
}

@media only screen and (max-width: 576px) {

  .container,
  .header-nav {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .notif-fix__content {
    font-size: .5rem;
    line-height: .8rem;
  }

  .notif-fix__content>b {
    font-size: .6rem;
  }

  .notif-fix {
    height: 2.5rem;
  }

  .header-nav-bg {
    top: 2.5rem;
    height: 54.98px;
  }

  .header-bottom {
    padding-top: 4rem;
  }

  .menu-list-dropdown-sabt {
    display: none;
  }

  .logo-header__link:nth-child(2) {
    display: block;
  }

  .logo-header__img {
    width: 3.1rem;
    height: 3.1rem;
  }

  .logo-header__img[alt="تولیدی لباس های ورزشی زی"] {
    width: 3rem;
    height: 3rem;
  }

  .ham-menu {
    left: 45%;
  }

  .header-bottom__content {
    width: 90%;
    margin: 0 auto;
  }

  .header-bottom__img {
    gap: .5rem;
    margin-top: 2.2rem;
  }

  .content__title {
    font-size: 1.5rem;
  }

  .content__txt>b,
  .content__txt>span {
    font-size: .95rem;
    line-height: 1.2rem;
  }

  .content__txt2,
  .content__txt3 {
    font-size: .9rem;
    margin-top: 1.5rem;
    line-height: 1.2rem;
  }

  .red-text {
    font-size: 1rem;
  }

  .item-container {
    column-gap: .5rem;
    justify-content: center;
    row-gap: 1.5rem;
  }

  .Btn-go-shop__link {
    line-height: 2.5rem;
  }

  .Btn-go-shop__txt {
    width: 4.8rem;
    height: 2.5rem;
    font-size: .9rem;
  }

  .about-send__box:nth-child(3) {
    padding-bottom: 0;
  }

  .about-send__wrapper {
    gap: 1.4rem;
  }

  .about-send__box {
    height: 8.5rem;
    width: 7.5rem;
  }

  .send-box__img {
    width: 3rem;
    height: 3rem;
  }

  .send-box__title {
    font-size: .75rem;
  }

  .send-box__content {
    font-size: .6rem;
    line-height: 1.1rem;
  }

  .end-main {
    margin-top: 1.5rem;
  }

  .end-main__img {
    width: 3.5rem;
  }

  .popup-sabt {
    display: flex;
  }

  .footer-top__quick-access__title,
  .footer-top__contact-us__title {
    font-size: .9rem;
    margin-bottom: 0.5rem;
  }

  .footer-top li {
    margin-bottom: 0.15rem;
  }

  .footer-top a {
    font-size: .8rem;
  }

  .footer-top__contact-us__btn__img {
    display: none;
  }

  .footer-top__contact-us__icon {
    display: flex;
  }

  .footer-center-wrapper__title {
    font-size: .7rem;
  }

  .footer-center-wrapper__title {
    font-size: .75rem;
  }

  .footer-center-wrapper__txt {
    font-size: .7rem;
  }

  .footer-center-wrapper__txt-num {
    /* border: 1.5px solid #580606;
    padding-top: .2rem; */
    color: blue;
  }

  .footer-bottom__title {
    font-size: 1.05rem;
    margin-bottom: .8rem;
  }

  .footer-bottom__content-right__txt {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .copy-righy__content {
    font-size: .6rem;
  }
}



@media only screen and (max-width: 505px) {
  .notif-fix__content {
    font-size: .55rem;
  }

  .notif-fix__content>b {
    font-size: .6rem;
  }

  .big-wrapper,
  .small__img {
    height: 13rem;
    border-radius: .7rem;
  }
}


@media only screen and (max-width: 425px) {

  .container,
  .header-nav {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .notif-fix__content {
    font-size: .5rem;
  }

  .notif-fix__content>b {
    font-size: .55rem;
  }

  .header-bottom__img {
    gap: .4rem;
    margin-top: 1.7rem;
  }

  .big-wrapper,
  .small__img {
    height: 11rem;
    border-radius: .7rem;
  }

  .logo-header__img {
    width: 2.9rem;
    height: 2.9rem;
  }

  .logo-header__img[alt="تولیدی لباس های ورزشی زی"] {
    width: 2.8rem;
    height: 2.8rem;
  }

  .hamber-icon__img {
    width: 1.35rem;
    height: 1.35rem;
  }

  .header-bottom__content {
    width: 90%;
    margin: 0 auto;
  }

  .content__title {
    font-size: 1.3rem;
  }

  .content__txt>b {
    font-size: .75rem;
  }

  .content__txt>span {
    font-size: .715rem;
  }

  .content__txt {
    line-height: 1.15rem;
  }

  .content__txt2,
  .content__txt3 {
    font-size: .75rem;
    margin-top: 1.5rem;
    line-height: 1.1rem;
    margin-top: .8rem;
  }

  .red-text {
    font-size: .8rem;
  }

  .List-items {
    margin-top: 3rem;
  }

  .list-items__title {
    font-size: .8rem;
  }

  .list-items-title__style {
    max-width: 235px;
    margin-top: .5rem;
  }

  .list-items-title__style::before {
    width: 18px;
    height: 18px;
  }

  .item-container {
    grid-template-columns: repeat(auto-fill, 15.5rem);
  }

  .item-title,
  .item-price__title {
    font-size: .8rem;
  }

  .item-img__img {
    max-width: 9.5rem;
  }

  .item-price__price {
    gap: 0.1rem;
  }

  .item-price__price-1 {
    font-size: .75rem;
  }

  .footer-top__quick-access__title,
  .footer-top__contact-us__title {
    font-size: .78rem;
  }

  .footer-top a {
    font-size: .72rem;
  }

  .footer-center-wrapper__title {
    font-size: .75rem;
  }

  .footer-center-wrapper__txt {
    font-size: .7rem;
  }

  .footer-bottom__title {
    font-size: 1rem;
  }

  .footer-bottom__content-right {
    margin-bottom: .5rem;
  }

  .footer-bottom__content-right__txt {
    font-size: .7rem;
    line-height: 1.1rem;
  }

  .footer-bottom__content-left__img {
    width: 5rem;
  }

  .copy-righy__content {
    font-size: .55rem;
  }
}

@media only screen and (max-width: 375px) {
  .notif-fix__content {
    font-size: .45rem;
    padding: .3rem;
  }

  .notif-fix {
    height: 1.9rem;
  }

  .header-nav-bg {
    top: 1.9rem;
  }

  .header-bottom {
    padding-top: 3.3rem;
  }

  .header-bottom__img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .big-wrapper,
  .small__img {
    height: 9rem;
    border-radius: 0.5rem;
  }

  .content__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .content__txt,
  .content__txt2,
  .content__txt3 {
    line-height: 1.05rem;
  }

  .ham-menu-ul__list-titel__link,
  .ham-menu-ul__list {
    font-size: .9rem;
  }

  .ham-menu-ul__list-title__icon,
  .ham-menu-ul__list--dropdown__title-icon {
    width: 13.5px;
    height: 13.5px;
  }

  .ham-menu-ul__list--dropdown__title-link {
    font-size: .75rem;
  }

  .ham-menu-ul-list--dropdown--dropdown {
    margin: 0.7rem 0;
  }

  .ham-menu-ul-list--dropdown--dropdown__txt {
    margin: 0.4rem 0;
    font-size: 0.65rem;
  }
}

@media only screen and (max-width: 320px) {
  .notif-fix__content {
    font-size: .35rem;
    padding: .3rem;
  }

  .header-nav-bg {
    height: 46px;
  }

  .logo-header__img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .logo-header__img[alt="تولیدی لباس های ورزشی زی"] {
    width: 2rem;
    height: 2rem;
  }

  .hamber-icon__img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .big-wrapper,
  .small__img {
    height: 7rem;
  }

  .content__title {
    font-size: 1.1rem;
    margin: .6rem 0;
  }

  .content__txt>b,
  .content__txt2,
  .content__txt3 {
    font-size: .7rem;
  }

  .red-text {
    font-size: .72rem;
  }

  .list-items__title {
    font-size: .73rem;
  }

  .list-items-title__style {
    width: 209px;
  }

  .list-items-title__style::before {
    width: 15px;
    height: 15px;
  }

  .item-container {
    margin-top: .5rem;
  }

  .item-container {
    grid-template-columns: minmax(13.8rem, 14.5rem);
    grid-auto-rows: minmax(15rem, 16rem);
  }

  .about-send__wrapper {
    margin-top: 2rem;

  }

  .about-send__box {
    height: 8rem;
    width: 6.5rem;
    margin-top: 1rem;
  }

  .send-box__img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .send-box__content {
    width: 80%;
    margin: 0 auto;
  }

  .send-box__title {
    font-size: .72rem;
  }

  .send-box__txt {
    font-size: .55rem;
    line-height: 1.2rem;
  }

  .end-main__img {
    width: 2.5rem;
  }

  .footer-top__quick-access__title,
  .footer-top__contact-us__title {
    font-size: .65rem;
  }

  .footer-top a {
    font-size: .6rem;
  }

  .footer-center-wrapper__title {
    font-size: .72rem;
  }

  .footer-center-wrapper__txt {
    font-size: .65rem;
  }

  .footer-bottom {
    margin-top: 1rem;
  }

  .footer-bottom__title {
    font-size: .9rem;
  }

  .footer-bottom__content-right__txt {
    font-size: .6rem;
    line-height: 1.05rem;
  }

  .copy-righy__content {
    font-size: .5rem;
  }
}

@media only screen and (max-width: 277px) {
  .logo-header__img {
    width: 2rem;
    height: 2rem;
  }

  .header-nav-bg {
    height: 41px;
  }

  .logo-header__img[alt="تولیدی لباس های ورزشی زی"] {
    width: 1.8rem;
    height: 1.8rem;
  }

  .hamber-icon__img {
    width: 1.05rem;
    height: 1.05rem;
  }

  .header-bottom__img {
    margin-top: .8rem;
  }

  .big-wrapper,
  .small__img {
    height: 6.5rem;
    border-radius: 0.5rem;
  }

  .ham-menu {
    left: 40%;
  }

  .ham-menu-ul__list-titel__link,
  .ham-menu-ul__list {
    font-size: .85rem;
  }

  .ham-menu-ul__list--dropdown__title-link {
    font-size: .7rem;
  }

  .ham-menu-ul-list--dropdown--dropdown__txt {
    font-size: 0.6rem;
  }

  .ham-menu-ul-list--dropdown--dropdown {
    padding-right: .5rem;
  }

  .about-send__wrapper {
    gap: .2rem;
    justify-content: space-between;
  }
}