@charset "UTF-8";
body {
  font-family: "AzarMehr";
}

#main-header #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}

#main-header .search-active {
  width: 14rem;
  gap: .75rem;
}

#main-header .search-active input {
  width: 100%;
}

#main-header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-header .main-menu > .menu-item:not(:last-child):after {
  content: '|';
  position: absolute;
  right: 100%;
  color: #D6D6D6;
}

#main-header .main-menu .menu-item {
  padding: 0 1.5rem 2rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

#main-header .main-menu .menu-item:hover {
  cursor: pointer;
}

#main-header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#main-header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: .2rem;
  z-index: 50;
  top: 3rem;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#main-header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}

#main-header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  right: 102%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}

#main-header .solid-header {
  margin-top: 112px;
}

#main-header #header.transparent-header .nav-logo {
  width: 0;
}

#main-header #header.transparent-header .header-search {
  width: 15rem;
}

#main-header #header.transparent-header .header-search input {
  display: block;
}

#main-header #header.scrolled {
  background-color: #19213F;
}

#main-header #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header #header.scrolled .navbar-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-header #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: .75rem;
}

#main-header #header.scrolled .header-search:focus-within input {
  width: 100%;
}

#main-header #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}

#main-header #header.scrolled .header-search i {
  color: #afafaf;
}

#main-header #header.scrolled .header-search input {
  width: 0;
}

#main-header #header.scrolled .header-search:hover {
  width: 14rem;
  gap: .75rem;
}

#main-header #header.scrolled .header-search:hover input {
  width: 100%;
}

#main-header #header.rock-header .nav-logo {
  display: block;
}

#main-header #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: .75rem;
}

#main-header #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}

#main-header #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}

#main-header #header.rock-header .header-search i {
  color: #afafaf;
}

#main-header #header.rock-header .header-search input {
  width: 0;
}

#main-header #header.rock-header .header-search:hover {
  width: 14rem;
  gap: .75rem;
}

#main-header #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}

#main-header #mobile_nav .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

#main-header .search-active {
  width: 14rem;
  gap: .75rem;
}

#main-header .search-active input {
  width: 100%;
}

.menu-item.current-menu-item > a {
  color: #A3241F !important;
  font-weight: bold;
}

.swiper-custom-next,
.swiper-custom-prev {
  background-color: white;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.swiper-custom-next:after,
.swiper-custom-prev:after {
  background-color: black;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 900;
}

.swiper-custom-prev:after {
  content: 'next';
}

.swiper-custom-next:after {
  content: 'prev';
}

.swiper-custom-prev {
  right: -2rem;
  left: auto;
}

.swiper-custom-next {
  left: -2rem;
  right: auto;
}

@media (max-width: 1024px) {
  .swiper-custom-prev {
    right: 0;
    left: auto;
  }
  .swiper-custom-next {
    left: 0;
    right: auto;
  }
}

.swiper-custom-pagination .swiper-pagination-bullet {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.hbtn {
  background-color: #D02E27 !important;
  background-image: url(../images/home/bgbtn.jpg);
  background-repeat: repeat;
  overflow: visible;
  background-size: contain;
  background-blend-mode: multiply;
  position: relative;
  padding: 13px 35px;
  color: white;
  -webkit-clip-path: polygon(0px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 0px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
          clip-path: polygon(0px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 0px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: yekan;
}

.hbtn2 {
  background-color: #D02E27 !important;
  background-image: url(../images/home/bgbtn.jpg);
  background-repeat: repeat;
  overflow: visible;
  background-size: contain;
  background-blend-mode: multiply;
  position: relative;
  padding: 13px 35px;
  color: white;
  -webkit-clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 10px 100%, 0% calc(100% - 0px), 0% 20px);
          clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 10px 100%, 0% calc(100% - 0px), 0% 20px);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: yekan;
}

@media only screen and (max-width: 600px) {
  .hbtn {
    padding: 13px 20px;
  }
  .hbtn2 {
    padding: 13px 20px;
  }
}

.hbtn2:hover {
  background-color: red !important;
}

.hbtn:hover {
  background-color: red !important;
}

.herobtn::before {
  content: "";
  position: relative;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-image: url(../images/home/top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  rotate: 180deg;
  margin-top: -10px;
}

.herobtn::after {
  content: "";
  position: relative;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-image: url(../images/home/top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  bottom: -100%;
  top: 47px;
}

.herobtn2::before {
  content: "";
  position: relative;
  right: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-image: url(../images/home/top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  rotate: 90deg;
  margin-top: -10px;
  top: 10px;
}

.herobtn2::after {
  content: "";
  position: relative;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-image: url(../images/home/top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 114dg;
  bottom: -100%;
  top: 39px;
  rotate: -90deg;
}

@media only screen and (max-width: 600px) {
  .herobtn::after {
    top: 38px;
  }
}

@media only screen and (max-width: 600px) {
  .herobtn2::after {
    top: 30px;
  }
}

.myhead {
  font-weight: bold;
  background: url("../images/bgtitr.webp") center/cover no-repeat, #E5322B;
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.myhead {
  font-weight: bold;
  background: url("../images/bgtitr.webp") center/cover no-repeat, #E5322B;
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .myhead {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #E5322B;
    background-clip: initial;
    text-fill-color: #E5322B;
  }
  .myhead2 {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #4E4E4E !important;
    background-clip: initial !important;
    text-fill-color: #4E4E4E !important;
  }
}

.myhead2 {
  font-weight: bold;
  background: url("../images/bgtitr.webp") center/cover no-repeat, #4E4E4E;
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cat8::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/home/catbef.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  bottom: -100%;
}

.cat8::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/home/catbef.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  rotate: 180deg;
}

.cat6::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/home/catbef.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  bottom: -100%;
  rotate: -90deg;
}

.cat6::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/home/catbef.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180dg;
  rotate: 90deg;
}

.aboutsec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
}

.aboutsec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home/bgbtn.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  opacity: 0.2;
  z-index: -1;
}

.blogcard {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blogcard:hover {
  -webkit-box-shadow: 0px 30px 40px -40px #22222233;
          box-shadow: 0px 30px 40px -40px #22222233;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.aboutgallery {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.aboutgallery:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.bgbran {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
}

.blogcard:hover .bloga {
  color: #E5322B !important;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 40px;
}

.blogcard:hover .cera {
  color: #E5322B !important;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer {
  position: relative;
  background-color: #FAFAFA;
  /* یا هر رنگ پایه‌ای */
  z-index: 0;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home/bgbtn.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  mix-blend-mode: multiply;
  z-index: -1;
}

.shop-hero-pagination.swiper-custom-pagination .swiper-pagination-bullet,
.products-swiper-pagination .swiper-pagination-bullet,
.mySwiper-swiper-pagination .swiper-pagination-bullet,
.blogs-swiper-pagination .swiper-pagination-bullet,
.training-swiper-pagination .swiper-pagination-bullet,
.related-products-swiper-pagination .swiper-pagination-bullet {
  background-image: url(../images/paginationbg.svg);
  height: 15px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
  border-radius: unset;
  width: 30px;
  height: 11px;
  opacity: 1;
}

.shop-hero-pagination.swiper-custom-pagination .swiper-pagination-bullet-active,
.products-swiper-pagination .swiper-pagination-bullet-active,
.blogs-swiper-pagination .swiper-pagination-bullet-active,
.mySwiper-swiper-pagination .swiper-pagination-bullet-active,
.training-swiper-pagination .swiper-pagination-bullet-active,
.related-products-swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-image: url(../images/bgtitr.webp);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  background-color: #D02E27 !important;
  background-blend-mode: multiply;
}

.copyright {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.copyright::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home/bgbtn.jpg);
  background-color: #4E4E4E;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  opacity: 100%;
  z-index: -1;
}

.color-preview-compact.selected {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 1px;
}

.card-color-item {
  border: 2px solid #444444;
  height: 100%;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}

.product-colors {
  margin-top: 20px;
}

#contact-us {
  background-image: url(../images/Patternform.svg);
  background-position: center;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.soon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home/bgbtn.jpg);
  background-color: #4E4E4E;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  opacity: 20%;
  z-index: -1;
}
/*# sourceMappingURL=main-rtl.css.map */