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

.menu-wrapper #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
.menu-wrapper .search-active {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper .search-active input {
  width: 100%;
}
.menu-wrapper .main-menu {
  display: flex;
  justify-content: center;
}
.menu-wrapper .main-menu .menu-item {
  position: relative;
  flex: auto;
}
.menu-wrapper .main-menu .menu-item:hover {
  cursor: pointer;
}
.menu-wrapper .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.menu-wrapper .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}
.menu-wrapper .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  right: 102%;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
.menu-wrapper .solid-header {
  margin-top: 112px;
}
.menu-wrapper #header.transparent-header .nav-logo {
  width: 0;
}
.menu-wrapper #header.transparent-header .header-search {
  width: 15rem;
}
.menu-wrapper #header.transparent-header .header-search input {
  display: block;
}
.menu-wrapper #header.scrolled {
  background-color: #19213F;
}
.menu-wrapper #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  transition: all 0.3s;
}
.menu-wrapper #header.scrolled .navbar-container {
  justify-content: space-between;
}
.menu-wrapper #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper #header.scrolled .header-search:focus-within input {
  width: 100%;
}
.menu-wrapper #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}
.menu-wrapper #header.scrolled .header-search i {
  color: #afafaf;
}
.menu-wrapper #header.scrolled .header-search input {
  width: 0;
}
.menu-wrapper #header.scrolled .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper #header.scrolled .header-search:hover input {
  width: 100%;
}
.menu-wrapper #header.rock-header .nav-logo {
  display: block;
}
.menu-wrapper #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}
.menu-wrapper #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}
.menu-wrapper #header.rock-header .header-search i {
  color: #afafaf;
}
.menu-wrapper #header.rock-header .header-search input {
  width: 0;
}
.menu-wrapper #header.rock-header .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}
.menu-wrapper #mobile_nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 2rem;
}
.menu-wrapper .search-active {
  width: 14rem;
  gap: 0.75rem;
}
.menu-wrapper .search-active input {
  width: 100%;
}

.menu-item.current-menu-item > a {
  color: #E2B423 !important;
}

.swiper-custom-next,
.swiper-custom-prev {
  background-color: rgb(255, 255, 255);
  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: flex;
  justify-content: 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 {
  transition: all 0.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);
  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);
  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;
  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;
  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%;
  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%;
  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;
  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;
  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;
  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;
  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 {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

.bgbran {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
}

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

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

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

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

.shop-hero-pagination.swiper-custom-pagination .swiper-pagination-bullet,
.products-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,
.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: flex;
  justify-content: 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: 90%;
  z-index: -1;
}

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

.card-color-item {
  border: 2px solid white;
  padding: 2px;
  height: 100%;
  width: 31px;
  display: flex;
  border-radius: 100%;
}

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

/* 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;
  transition: 0.3s;
  cursor: pointer;
}

.section {
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  transition: background 0.3s ease;
}

.hero {
  background-image: url(../images/home/bghero.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.news {
  background-image: url(../images/home/bgnews.webp);
  background-position: center;
  background-repeat: no-repeat;
}

.social {
  background-image: url(../images/home/bgsocial.webp);
  background-position: center;
  background-size: contain;
}

.myform {
  box-shadow: 29px 23px 47.4px -22px rgba(7, 31, 93, 0.1490196078);
  border: 2px solid #DFE2EA;
  border-radius: 10px;
}

.melat {
  background-image: url(../images/home/bgmelat.webp);
  background-position: right;
  background-size: cover;
}

.ble:hover {
  background: linear-gradient(321.54deg, #22AC8F 21.91%, #7ED7C4 103.76%);
}

.instagram:hover {
  background-image: radial-gradient(143.07% 65.66% at 40.83% 95.88%, #FFC700 0%, rgba(255, 199, 0, 0) 100%), linear-gradient(0deg, rgba(253, 0, 235, 0) 0%, #FD00EB 100%), linear-gradient(45deg, rgba(111, 16, 255, 0) 0%, #6F10FF 100%), linear-gradient(0deg, #FF0241, #FF0241);
  background-blend-mode: screen, lighten, lighten, normal;
}

.whatsapp:hover {
  background: linear-gradient(323.71deg, #4AAE20 4.45%, #98C983 109.37%);
}

.telegram:hover {
  background: linear-gradient(322.88deg, #28A1DF 23.15%, #99CAE3 96.05%);
}

.x:hover {
  background: linear-gradient(323.19deg, #2F2F2F 20.58%, #959595 95.7%);
}

.etta:hover {
  background: linear-gradient(140.93deg, #FFCF9A 7.96%, #E37600 95.77%);
}

.news2 {
  background-image: url(../images/home/bgnews.webp);
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -111px;
}

/* استایل تب‌ها */
#multimedia-tabs .tab-item {
  transition: background-color 0.3s, color 0.3s;
  padding: 5px 20px;
}

#multimedia-tabs .tab-item.active {
  background: linear-gradient(263.4deg, #FFFFFF -55.67%, #FFD550 94.98%);
  color: #483805;
  border-radius: 40px;
}

/* Pagination Swiper */
.news-cats-swiper-pagination .swiper-pagination-bullet-active {
  background: #797979;
  width: 70px;
  border-radius: 5px;
}

.news-cats-swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  background: #ffffff;
}

/* اجبار نمایش navigation */
.latest-multi-prev,
.latest-multi-next {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* غیرفعال کردن حالت disabled */
.latest-multi-prev.swiper-button-disabled,
.latest-multi-next.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* کلاس سفارشی disabled در صورت نیاز */
.latest-multi-prev.swiper-button-disabled-custom,
.latest-multi-next.swiper-button-disabled-custom {
  opacity: 0.5;
  cursor: not-allowed;
}

.footercta {
  background-image: url(../images/footer/bgfooter.svg);
  background-position: right;
  background-repeat: no-repeat;
}/*# sourceMappingURL=main-rtl.css.map */